.menu-run-with-banner-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.menu-run-banner-1 {
    padding-top: 0;
}

.menu-run-with-banner-1 .center img {
    width: 600px;
}

.menu-run-with-banner-1 .left {
    padding-top: 40px;
    margin-right: 50px;
}

.menu-run-with-banner-1 .right {
    margin-left: 40px;
    padding-top: 50px;
}

.menu-run-with-banner-1 .info {
    width: 400px;
    height: 182px;
    box-shadow: 0 0 16px 0 rgba(223, 226, 228, 0.32);
    box-sizing: border-box;
    padding: 38px;
    margin-bottom: 16px;
    text-align: left;
    display: flex;
}

.menu-run-with-banner-1 .info img {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    margin-right: 16px;
}

.menu-run-with-banner-1 .info .title {
    font-size: 20px;
    color: #1A1A1A;
    margin-bottom: 12px;
    line-height: 24px;
}

.menu-run-with-banner-1 .info .desc {
    font-size: 14px;
    color: #767676;
    line-height: 22px;
}

.menu-run-with-banner-2 {
    display: flex;
    justify-content: space-between;
}

.menu-run-with-banner-2 .item {
    position: relative;
    width: 400px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(230, 235, 238, 0.5);
    background-color: #FFFFFF;
}

.menu-run-with-banner-2 .item:after {
    position: absolute;
    right: -102px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: url("../../images/operateService/run-with-banner-02-icon-01.png") no-repeat scroll center center;
    background-size: cover;
    width: 63px;
    height: 29px;
}

.menu-run-with-banner-2 .item:last-child::after {
    display: none;
}

.menu-run-with-banner-2 .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("../../images/operateService/run-with-banner-02-title.png") no-repeat scroll center center;
    background-size: cover;
    height: 142px;
    line-height: 32px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 22px;
}

.menu-run-with-banner-2 .desc {
    box-sizing: border-box;
    padding: 32px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.menu-run-with-banner-2 .desc p {
    line-height: 26px;
    margin-bottom: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #767676;
}

.menu-run-with-banner-2 .desc img {
    width: 8px;
    height: 8px;
    margin-right: 12px;
}

.menu-run-with-banner-2 .item:nth-child(1) .desc p {
    width: 260px;
}

.menu-run-with-banner-2 .item:nth-child(2) .desc p {
    width: 280px;
}

.menu-run-with-banner-2 .item:nth-child(3) .desc p {
    width: 196px;
}


.menu-run-with-banner-3 {
    display: flex;
    flex-direction: column;
    padding-top: 85px;
    background: url("../../images/operateService/run-with-banner-03-bg.png") no-repeat scroll center 200px;
    background-size: 688px 385px;
}

.menu-run-with-banner-3 .item {
    display: flex;
    margin-bottom: 76px;
    box-sizing: border-box;
}

.menu-run-with-banner-3 .item .info {
    width: 400px;
    height: 140px;
    background-color: #FFFFFF;
    box-shadow: 0 0 16px 0 rgba(188, 188, 188, 0.32);
    text-align: left;
    box-sizing: border-box;
    padding: 24px;
}

.menu-run-with-banner-3 .item .title {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #1A1A1A;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}

.menu-run-with-banner-3 .item .title span {
    display: inline-block;
    width: 24px;
    height: 24px;
    /*background-color: #0071ef;*/
    color: #FFFFFF;
    text-align: center;
    margin-right: 12px;
    line-height: 24px;
}

.menu-run-with-banner-3 .item .desc {
    font-size: 14px;
    color: #767676;
    font-weight: 400;
}

.menu-run-with-banner-3 .item .desc p {
    margin-bottom: 8px;
}

.menu-run-with-banner-3 .item-1 {
    justify-content: space-between;
    padding: 0 160px;
}

.menu-run-with-banner-3 .item-2 {
    justify-content: space-between;
}

.menu-run-with-banner-3 .item-3 {
    justify-content: space-between;
    padding: 0 60px;
}

.menu-run-with-banner-3 .item-4 {
    justify-content: center;
    margin-top: -130px;
    margin-bottom: 0;
}

.menu-run-with-banner-3 .info-1 .title span {
    background: url("../../images/operateService/run-with-banner-03-icon-01.png") no-repeat scroll center center;
    background-size: cover;
}

.menu-run-with-banner-3 .info-2 .title span {
    background: url("../../images/operateService/run-with-banner-03-icon-02.png") no-repeat scroll center center;
    background-size: cover;
}

.menu-run-with-banner-3 .info-3 .title span {
    background: url("../../images/operateService/run-with-banner-03-icon-03.png") no-repeat scroll center center;
    background-size: cover;
}

.menu-run-with-banner-3 .info-4 .title span {
    background: url("../../images/operateService/run-with-banner-03-icon-04.png") no-repeat scroll center center;
    background-size: cover;
}

.menu-run-with-banner-3 .info-5 .title span {
    background: url("../../images/operateService/run-with-banner-03-icon-05.png") no-repeat scroll center center;
    background-size: cover;
}

.menu-run-with-banner-3 .info-6 .title span {
    background: url("../../images/operateService/run-with-banner-03-icon-06.png") no-repeat scroll center center;
    background-size: cover;
}

.menu-run-with-banner-3 .info-7 .title span {
    background: url("../../images/operateService/run-with-banner-03-icon-07.png") no-repeat scroll center center;
    background-size: cover;
}

.menu-run-with-banner-4 {
    display: flex;
    justify-content: space-between;
}

.menu-run-with-banner-4 .left {
    width: 532px;
}

.menu-run-with-banner-4 .right {
    width: 876px;
    height: 465px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-run-with-banner-4 .right img {
    display: block;
    width: 100%;
}

.menu-run-with-banner-4 .right .menu-run-with-banner-4-img-1 {
    width: 507px;
    margin: auto;
}

.menu-run-with-banner-4 .right .menu-run-with-banner-4-img-2 {
    width: 507px;
    margin: auto;
}

.menu-run-with-banner-4 .item {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(230, 235, 238, 0.5);
    margin-bottom: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 24px 32px;
    text-align: left;
    cursor: pointer;
}

.menu-run-with-banner-4 .item .title {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    color: #1A1A1A;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
}

.menu-run-with-banner-4 .item.active {
    background: url("../../images/operateService/run-with-banner-04-bg-01.png") no-repeat scroll center center;
    background-size: inherit;
}

.menu-run-with-banner-4 .item.active .title,
.menu-run-with-banner-4 .item.active .desc {
    color: #FFFFFF;
}

.menu-run-with-banner-4 .item .title .hover {
    display: none;
}

.menu-run-with-banner-4 .item .title .default {
    display: inline-block;
}

.menu-run-with-banner-4 .item.active .title .hover {
    display: inline-block;
}

.menu-run-with-banner-4 .item.active .title .default {
    display: none;
}

.menu-run-with-banner-4 .item .title img {
    margin-right: 12px;
    width: 12px;
}

.menu-run-with-banner-4 .item .desc {
    line-height: 24px;
    color: #1A1A1A;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 24px;
}

.menu-run-with-banner-5 {
    display: flex;
    margin-right: -16px;
    padding-top: 60px;
}

.menu-run-with-banner-5 .item img {
    width: 140px;
    height: 140px;
    margin: 0 auto 24px;
}

.menu-run-with-banner-5 .item {
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(230, 235, 238, 0.5);
    box-sizing: border-box;
    padding: 40px 54px;
    margin-right: 16px;
    width: calc(25% - 16px);
}

.menu-run-with-banner-5 .item .title-group {
    position: relative;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}

.menu-run-with-banner-5 .item .title-group p {
    font-weight: bold;
}

.menu-run-with-banner-5 .item .title-group::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #767676;
    border-radius: 4px;
    width: 24px;
}

.menu-run-with-banner-5 .item .desc {
    font-size: 14px;
    color: #767676;
    line-height: 22px;
}

.menu-run-with-banner-6 .item {
    display: flex;
    justify-content: space-between;
}

.menu-run-with-banner-6 .left img {
    width: 480px;
    margin-right: 40px;
}

.menu-run-with-banner-7 .menu-traders-banner-7 {
    margin-bottom: -10px;
    margin-right: 0;
    margin-left: 0;
}

.menu-run-with-banner-7 .menu-traders-banner-7 .list {
    padding: 10px 0 10px;
}

.case-swiper {
    padding-top: 80px;
    padding-bottom: 74px;
}

.case-swiper .item {
    display: flex;
}

.case-swiper .item .left {
    width: 484px;
}

.case-swiper .item .right {
    width: 976px;
    padding-left: 40px;
}

.case-swiper .item img {
    width: 100%;
    margin-right: 0;
}

.case-swiper .info {
    display: flex;
    margin-bottom: 48px;
}

.case-swiper .info .logo {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    margin-right: 24px;
}

.case-swiper .info .logo img {
    width: 100%;
    height: 100%;
}

.case-swiper .panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.case-swiper .panel .title {
    font-size: 22px;
    color: #353535;
    margin-bottom: 8px;
}

.case-swiper .panel .desc {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    text-align: left;
}

.case-swiper .highlights {
    display: flex;
}

.case-swiper .card {
    position: relative;
    width: 331px;
    background-color: #FFFFFF;
    margin-right: 24px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 36px 24px 56px;
    text-align: left;
}

.case-swiper .card.small-width {
    width: 260px;
}

.case-swiper .card .title {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    color: #353535;
    font-weight: 400;
    margin-bottom: 16px;
}

.case-swiper .card .title img {
    width: 14px;
    height: 14px;
    margin-right: 16px;
}

.case-swiper .card .desc p {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 16px;
}

.case-swiper .card .desc a {
    position: absolute;
    bottom: 20px;
    left: 40px;
    display: inline-flex;
    align-items: center;
    color: #0071ef;
    font-size: 14px;
    font-weight: 400;
}

.case-swiper .card .desc a img {
    width: 24px;
    margin-left: 8px;
}

.case-swiper .small-width {
    font-size: 18px;
    font-weight: 400;
}

.case-swiper .small-width p {
    margin-top: 20px;
}

.case-swiper .small-width span {
    font-size: 30px;
    font-weight: 500;
    margin-right: 12px;
    color: #0071ef;
}

.menu-run-banner-1 .info {
    background-color: #FFFFFF;
    border-radius: 4px;
}

.menu-run-banner-2 {
    padding-top: 60px;
}

.menu-run-banner-2 img {
    width: 100%;
}

.menu-run-banner-3 img {
    width: 100%;
}

.menu-run-banner-4 {
    display: flex;
    justify-content: space-between;
}

.menu-run-banner-4 .item {
    width: calc(25% - 16px);
    border-radius: 4px;
    margin-right: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 0 16px 0 rgba(223, 226, 228, 0.32);
}

.menu-run-banner-4 .item:last-child {
    margin-right: 0;
}

.menu-run-banner-4 .item .title {
    line-height: 65px;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: url("../../images/operateService/run-banner-03-icon-01.png") no-repeat scroll center center;
    background-size: cover;
}

.menu-run-banner-4 .item .desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 24px 30px 39px;
    height: 320px;
    line-height: 24px;
    font-size: 16px;
    color: #767676;
    font-weight: 400;
    text-align: justify;
}

.menu-run-banner-4 .item .desc p {
    position: relative;
    padding-left: 20px;
}

.menu-run-banner-4 .item .desc p:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #0071ef;
    border-radius: 50%;
    left: 2px;
    top: 9px;
}

.menu-retail-rate {
    display: flex;
}

.menu-retail-rate .item {
    position: relative;
    width: 217px;
    margin-right: 40px;
    border-radius: 4px;
    background-color: #FFFFFF;
    min-height: 330px;
}

.menu-retail-rate .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 30px;
    height: 106px;
    background: url("../../images/industrySolutions/banner-lingshou/after-icon.png") no-repeat scroll center center;
    background-size: cover;
}

.menu-retail-rate .item:last-child:after {
    display: none;
}

.menu-retail-rate .head {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background: url("../../images/operateService/video-with-banner-04-icon-01.png") no-repeat scroll center center;
    background-size: 130% 130%;
    font-size: 22px;
    color: #FFFFFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.menu-retail-rate .head img {
    width: 18px;
    margin-right: 8px;
}

.menu-retail-rate .info p {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
    font-size: 14px;
    line-height: 22px;
    color: #767676;
    text-align: justify;
    padding: 0 20px;
    font-weight: 400;
}

.menu-retail-rate .info p img {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    margin-top: 6px;
}

.menu-run-banner-5 .item .info p {
    display: flex;
    justify-content: center;
}

.menu-run-banner-5 .item .info img {
    width: 16px;
    height: 16px;
}

.menu-run-banner-5 .item:nth-child(5) .info p {
    justify-content: flex-start;
    padding-left: 45px;
}

.menu-run-banner-5 .item:nth-child(6) .info p {
    justify-content: flex-start;
    padding-left: 55px;
}

.menu-run-banner-5 .item:last-child {
    margin-right: 0;
}

.menu-run-banner-5 .item:after {
    height: 160px;
    width: 24px;
    background: url("../../images/operateService/run-banner-05-icon-08.png") no-repeat scroll center center;
    background-size: 100% 100%;
}

.menu-run-banner-6 {
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
    /*padding-top: 60px;*/
}

.menu-run-banner-6 .item {
    display: flex;
    margin-right: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 0 16px 0 rgba(223, 226, 228, 0.32);
    border-radius: 4px;
    margin-bottom: 16px;
    width: calc(50% - 16px);
    box-sizing: border-box;
    padding: 50px;
    text-align: left;
}

.menu-run-banner-6 .item img {
    width: 80px;
    height: 80px;
    margin-right: 32px;
    flex: 0 0 80px;
}

.menu-run-banner-6 .item .name {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 20px;
}

.menu-run-banner-6 .item .desc {
    font-size: 14px;
    color: #767676;
    font-weight: 400;
    line-height: 22px;
    width: 446px;
    text-align: justify;
}


.video-banner-01 {
    display: flex;
    justify-content: space-between;
    margin-right: -16px;
    padding-top: 60px;
}

.video-banner-01 .item {
    width: calc(25% - 16px);
    margin-right: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 0 16px 0 rgba(223, 226, 228, 0.32);
}

.video-banner-01 .item .title {
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
    background: url("../../images/operateService/video-banner-01-icon-01.png") no-repeat scroll center center;
    background-size: cover;
    font-size: 24px;
    font-weight: normal;
}

.video-banner-01 .item .title .desc {
    width: 200px;
    line-height: 28px;
    text-align: center;
    background: rgba(255, 255, 255, 0.16);
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 20px;
    margin: 16px auto 0;
}

.video-banner-01 .item .content {
    display: flex;
    flex-direction: column;
    justify-items: left;
    text-align: left;
    box-sizing: border-box;
    padding: 20px 30px;
}

.video-banner-01 .item .content .sub-title {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 24px;
    font-size: 16px;
}

.video-banner-01 .item .content .sub-title img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.video-banner-01 .item .content .sub-item {
    display: inline-flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    line-height: 20px;
    margin-bottom: 12px;
}

.video-banner-01 .item .content .sub-item img {
    width: 8px;
    margin-right: 8px;
    margin-top: 5px;
}

.video-banner-02 {
    padding-top: 60px;
}

.video-banner-02 img {
    width: 100%;
}

.video-banner-03 {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

.video-banner-03 .left,
.video-banner-03 .right {
    width: 313px;
    box-sizing: border-box;
    padding: 0 24px 24px;
    background: linear-gradient(180deg, rgba(0, 113, 239, 0.1) 0%, rgba(102, 174, 255, 0.2) 100%);
}

.video-banner-03 .left .title,
.video-banner-03 .right .title {
    font-size: 22px;
    font-weight: 400;
    line-height: 88px;
}

.video-banner-03 .left .item,
.video-banner-03 .right .item {
    background: #FFFFFF;
    margin-bottom: 16px;
    box-sizing: border-box;
    padding: 24px;
}

.video-banner-03 .item .name {
    text-align: left;
    line-height: 24px;
    box-sizing: border-box;
    padding-left: 12px;
    border-left: 3px solid #0071ef;
    border-radius: 2px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: normal;
}

.video-banner-03 .item .desc {
    line-height: 24px;
    color: #767676;
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
}

.video-banner-03 .center {
    width: 826px;
}

.video-banner-03 .center .title {
    background: linear-gradient(180deg, rgba(222, 31, 38, 0.1) 0%, rgba(255, 221, 222, 0.2) 100%);
    line-height: 88px;
    font-weight: 400;
    font-size: 22px;
}

.video-banner-03 .center .video-banner-03-bg {
    display: block;
    margin: 64px auto 0;
    width: 100%;
}

.video-banner-04 {
    display: flex;
    margin-right: -16px;
    padding-top: 60px;
}

.video-banner-04 .item img {
    width: 90px;
    height: 90px;
    margin: 0 auto 24px;
}

.video-banner-04 .item {
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(230, 235, 238, 0.5);
    box-sizing: border-box;
    padding: 40px 54px;
    margin-right: 16px;
    width: calc(25% - 16px);
}

.video-banner-04 .item .title-group {
    position: relative;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}

.video-banner-04 .item .title-group::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #767676;
    border-radius: 4px;
    width: 24px;
}

.video-banner-04 .item .desc {
    font-size: 14px;
    color: #767676;
    line-height: 22px;
}

.video-banner-05 {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

.video-banner-05 .left {
    display: flex;
    justify-content: space-between;
    background: #FFF9FA;
    width: 1050px;
    box-sizing: border-box;
    padding: 58px 40px;
    margin-right: -16px;
    height: 424px;
}

.video-banner-05 .left.show .item {
    display: block;
}

.video-banner-05 .left.show .img {
    display: none;
}

.video-banner-05 .left.hidden .item {
    display: none;
}

.video-banner-05 .left.hidden {
    padding: 0;
}

.video-banner-05 .left.hidden .img {
    display: block;
    margin: auto;
    width: 861px;
}

.video-banner-05 .left .item {
    position: relative;
    width: calc(50% - 16px);
    margin-right: 16px;
    padding-top: 24px;
    text-align: left;
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(223, 226, 228, 0.32);
    background-color: #FFFFFF;
    height: 308px;
    box-sizing: border-box;
}

.video-banner-05 .left .item .title {
    display: flex;
    align-items: center;
    background: url("../../images/operateService/video-banner-05-title-bg-01.png") no-repeat scroll center center;
    height: 64px;
    font-size: 16px;
}

.video-banner-05 .left .item .title span {
    width: 88px;
    line-height: 64px;
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 12px;
    text-align: center;
    background: url("../../images/operateService/video-banner-05-title-bg-02.png") no-repeat scroll center center;
    border-radius: 4px 0 4px 0;
}

.video-banner-05 .left .item .info {
    box-sizing: border-box;
    padding: 0 24px;
}

.video-banner-05 .left .item .sub-title {
    font-size: 14px;
    color: #1A1A1A;
    font-weight: 400;
    margin-top: 24px;
    line-height: 22px;
    margin-bottom: 8px;
}

.video-banner-05 .left .item .sub-desc {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    width: 201px;
}

.video-banner-05 .left .item .video-banner-05-icon-01 {
    position: absolute;
    right: 8px;
    bottom: 22px;
    width: 183px;
}

.video-banner-05 .left .item .video-banner-05-icon-02 {
    position: absolute;
    right: 8px;
    bottom: 0;
    width: 210px;
}

.video-banner-05 .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 426px;
    height: 424px;
}

.video-banner-05 .right .item {
    width: 426px;
    height: 200px;
    background: #FFF9FA;
    color: #1A1A1A;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 40px;
    text-align: left;
    border-radius: 4px;
    cursor: pointer;
}

.video-banner-05 .right .item.active {
    background: url("../../images/operateService/video-banner-05-icon-03.png") no-repeat scroll center center;
    background-size: cover;
    color: #FFFFFF;
}

.video-banner-05 .right .item:last-child {
    margin-bottom: 0;
}

.video-banner-05 .right .item .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
}

.video-banner-05 .right .item .desc {
    line-height: 18px;
}

.video-with-banner-01 {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

.video-with-banner-01 .item {
    width: calc(25% - 16px);
    background-color: #FFFFFF;
    margin-right: 16px;
    box-sizing: border-box;
    padding: 32px;
    text-align: left;
    box-shadow: 0 0 16px 0 rgba(223, 226, 228, 0.32);
}

.video-with-banner-01 .item:last-child {
    margin-right: 0;
}

.video-with-banner-01 .item .title {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #1A1A1A;
    font-weight: 400;
    margin-bottom: 24px;
}

.video-with-banner-01 .item .title img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.video-with-banner-01 .item .desc {
    color: #767676;
    line-height: 20px;
    font-size: 14px;
    width: 259px;
    box-sizing: border-box;
    padding-left: 56px;
}

.video-with-banner-03 .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-with-banner-03 .swiper-slide .left {
    width: 762px;
    text-align: left;
}

.video-with-banner-03 .swiper-slide .left .title {
    display: flex;
    align-items: center;
    margin-top: 40px;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}

.video-with-banner-03 .swiper-slide .left .btn-group {
    justify-content: flex-start;
}

.video-with-banner-03 .swiper-slide .left .desc {
    font-size: 16px;
    color: #767676;
    font-weight: 400;
    line-height: 22px;
}

.video-with-banner-03 .swiper-slide .left img {
    width: 10px;
    margin-right: 8px;
}

.video-with-banner-03 .swiper-slide .right {
    width: 738px;
}

.video-with-banner-03 .swiper-slide .right img {
    width: 618px;
    margin: 60px auto 0;
}

.video-with-banner-03 .swiper-slide:first-child .right img {
    width: 474px;
}

.video-with-banner-03 .swiper-slide:nth-child(2) .right img {
    width: 100%;
}

.video-with-banner-03 .swiper-slide:nth-child(3) .right img {
    width: 100%;
}

.video-with-banner-04 {
    padding-top: 60px;
}

.video-with-banner-04 .item {
    box-shadow: 0 0 10px 0 rgba(230, 235, 238, 0.5);
    min-height: 300px;
}

.video-with-banner-04 .item:last-child {
    margin-right: 0;
}

.video-with-banner-04 .menu-retail-rate .item:after {
    right: -32px;
}

.video-with-banner-5 {
    display: flex;
    justify-content: space-between;
    margin-right: -16px;
    padding-top: 60px;
}

.video-with-banner-5 .item {
    width: calc(50% - 16px);
    margin-right: 16px;
    cursor: pointer;
}

.video-with-banner-5 .list,
.video-with-banner-5 .inner-right {
    box-shadow: 0 0 16px 0 rgba(223, 226, 228, 0.32);
}

.video-with-banner-5 .item .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 122px;
    border-radius: 4px;
}

.video-with-banner-5 .item .title {
    background: url("../../images/operateService/video-with-banner-05-icon-02.png") no-repeat scroll center center;
    background-size: 120% 120%;
}

.video-with-banner-5 .item:hover .title,
.video-with-banner-5 .item.active .title {
    background: url("../../images/operateService/video-with-banner-05-icon-01.png") no-repeat scroll center center;
    background-size: 120% 120%;
    color: #FFFFFF;
}

.video-with-banner-5 .item .title .name {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 6px;
}

.video-with-banner-5 .item .title .desc {
    background: rgba(63, 140, 255, 0.1);
    border-radius: 60px;
    width: 200px;
    line-height: 28px;
    margin: 0 auto;
}

.video-with-banner-5 .item:hover .title .desc,
.video-with-banner-5 .item.active .title .desc {
    background: rgba(255, 255, 255, 0.1);
}

.video-with-banner-5 .content {
    display: flex;
    text-align: left;
    margin-bottom: -8px;
}

.video-with-banner-5 .content .inner-left {
    width: calc(50% - 4px);
    margin-right: 8px;
}

.video-with-banner-5 .content .inner-right {
    width: calc(50% - 4px);
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 21px 24px;
}

.video-with-banner-5 .content .inner-left .list {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    margin-bottom: 8px;
    box-sizing: border-box;
    padding: 24px 20px;
    border-radius: 4px;
}

.video-with-banner-5 .content .inner-left .list:first-child {
    height: 174px;
}

.video-with-banner-5 .content .inner-left .list:last-child {
    height: 130px;
    margin-bottom: 0;
}

.video-with-banner-5 .content .inner-left .list .item {
    width: calc(50% - 8px);
    margin-right: 8px;
    font-size: 14px;
    color: #767676;
    font-weight: 400;
}

.video-with-banner-5 .content .inner-right .sub-title {
    border-radius: 16px 0 16px 16px;
    background-color: #f5fcff;
    width: 100px;
    line-height: 28px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 18px;
}

.video-with-banner-5 .item:hover .sub-title {
    background-color: #0071ef;
    color: #FFFFFF;
}

.video-with-banner-5 .item.active .sub-title {
    background-color: #0071ef;
    color: #FFFFFF;
}

.video-with-banner-5 .content .inner-right .desc {
    color: #767676;
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
}

.video-with-banner-5 .content .inner-right .has-margin {
    margin-top: 26px;
}

.video-with-banner-5 .item .list .item {
    display: flex;
    align-items: center;
}

.video-with-banner-5 .item .list .item img {
    width: 8px;
    height: 8px;
    margin-right: 6px;
}

.video-with-banner-5 .right .list .item:nth-child(odd) {
    width: 170px;
}

.video-with-banner-5 .right .list .item:nth-child(even) {
    width: 140px;
    margin-right: -4px;
}

.video-with-banner-6 {
    padding-top: 60px;
}

@media screen and (max-width: 1550px) {
    .menu-run-with-banner-1 {
        padding-top: 40px;
    }

    .menu-run-with-banner-1 .left {
        padding-top: 0;
        margin-right: 0;
    }

    .menu-run-with-banner-1 .right {
        padding-top: 0;
        margin-left: 0;
    }

    .menu-run-with-banner-1 .center img {
        width: 430px;
    }

    .menu-run-with-banner-1 .info .title {
        font-size: 18px;
    }

    .menu-run-with-banner-1 .info img {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }

    .menu-run-banner-4 .item .title {
        font-size: 22px;
    }

    .menu-run-banner-4 .item .desc {
        font-size: 14px;
        line-height: 20px;
        padding: 16px 16px 24px;
        height: 230px;
    }

    .menu-retail-rate .head {
        font-size: 20px;
        height: 72px;
    }

    .menu-run-banner-5 .item {
        min-height: 267px;
    }

    .menu-run-banner-5 .item .info p {
        margin-top: 16px;
    }

    .menu-run-banner-5 .item:nth-child(5) .info p {
        padding-left: 25px;
    }

    .menu-run-banner-5 .item:nth-child(6) .info p {
        padding-left: 30px;
    }

    .menu-run-banner-2 {
        padding-top: 40px;
    }

    /*.menu-run-banner-6 {*/
    /*    padding-top: 20px;*/
    /*}*/
    .menu-run-banner-6 .item img {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
        margin-right: 24px;
    }

    .menu-run-banner-6 .item .name {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .menu-run-banner-6 .item {
        padding: 32px;
    }

    .menu-run-banner-6 .item .desc {
        line-height: 18px;
    }

    .video-banner-01 {
        padding-top: 40px;
    }

    .video-banner-02 {
        padding-top: 40px;
    }

    .video-banner-03 {
        padding-top: 40px;
    }

    .video-banner-04 {
        padding-top: 40px;
    }

    .video-banner-05 {
        padding-top: 40px;
    }

    .video-banner-01 .item .title {
        height: 120px;
        font-size: 23px;
    }

    .video-banner-01 .item .content {
        padding: 16px 16px 24px;
    }

    .video-banner-03 .left,
    .video-banner-03 .right {
        width: 300px;
        padding: 0 20px 20px;
    }

    .video-banner-03 .left .title,
    .video-banner-03 .right .title {
        line-height: 78px;
    }

    .video-banner-03 .center .title {
        line-height: 78px;
    }

    .video-banner-04 .item {
        padding: 28px 36px;
    }

    .video-banner-03 .item .name {
        font-size: 17px;
    }

    .video-banner-03 .item .desc {
        line-height: 20px;
    }

    .video-banner-03 .center {
        width: 700px;
    }

    .video-banner-03 .center .video-banner-03-bg {
        margin: 100px auto 0;
        width: 96%;
    }

    .video-banner-05 .left {
        width: auto;
        height: auto;
        flex: 1;
        margin-right: 16px;
        padding: 36px 28px;
    }

    .video-banner-05 .right {
        width: 300px;
        height: 380px;
    }

    .video-banner-05 .right .item {
        width: 100%;
        padding: 24px;
    }

    .menu-run-with-banner-1 .info {
        height: auto;
        padding: 22px;
        width: 385px;
    }

    .menu-run-with-banner-2 .title {
        height: 120px;
    }

    .menu-run-with-banner-2 .item {
        width: 350px;
    }

    .menu-run-with-banner-2 .item:after {
        right: -69px;
    }

    .menu-run-with-banner-3 {
        padding-top: 40px;
        background: url("../../images/operateService/run-with-banner-03-bg.png") no-repeat scroll center 218px;
        background-size: 500px 252px;
    }

    .menu-run-with-banner-3 .item .title {
        font-size: 17px;
    }

    .menu-run-with-banner-3 .item .desc {
        font-size: 13px;
    }

    .menu-run-with-banner-3 .item {
        margin-bottom: 55px;
    }

    .menu-run-with-banner-3 .item-4 {
        margin-bottom: 0;
    }

    .menu-run-with-banner-4 .item .title {
        font-size: 18px;
    }

    .menu-run-with-banner-4 .left {
        width: 510px;
    }

    .menu-run-with-banner-4 .right img {
        margin-left: 22px;
    }

    .menu-run-with-banner-5 {
        padding-top: 40px;
    }

    .menu-run-with-banner-5 .item img {
        width: 100px;
        height: 100px;
    }

    .menu-run-with-banner-6 {
        padding-top: 40px;
    }

    .prize-list {
        margin-top: 40px;
    }

    .case-swiper {
        padding-top: 40px;
    }

    .case-swiper .item .left {
        width: 484px;
    }

    .case-swiper .item .right {
        width: 720px;
        padding-left: 32px;
        box-sizing: border-box;
    }

    .case-swiper .card {
        width: 271px;
        padding: 24px;
    }

    .case-swiper .panel .desc {
        font-size: 13px;
    }

    .case-swiper .card .desc a {
        bottom: 12px;
        left: 20px;
    }

    .video-with-banner-01 {
        padding-top: 40px;
    }

    .video-with-banner-01 .item {
        padding: 30px 24px;
    }

    .video-with-banner-01 .item .title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .video-with-banner-03 .swiper-slide .left .title {
        font-size: 19px;
    }

    .video-with-banner-03 .swiper-slide .left .desc {
        font-size: 15px;
    }

    .video-with-banner-04 .item {
        min-height: 270px;
        margin-right: 30px;
    }

    .video-with-banner-04 .menu-retail-rate .item:after {
        right: -24px;
        width: 20px;
        height: 70px;
    }

    .video-with-banner-04 .menu-retail-rate .info p {
        padding: 0 12px;
        margin-top: 12px;
    }

    .video-with-banner-5 {
        padding-top: 40px;
    }

    .video-with-banner-6 {
        padding-top: 40px;
    }

    .video-banner-05 .left.hidden .img {
        width: 750px;
    }

    .video-banner-05 .right .item .title {
        margin-top: 16px;
    }

    .video-banner-05 .right .item .desc {
        margin-top: 20px;
    }

    .menu-run-with-banner-3 .item .info {
        width: 345px;
        padding: 24px 12px;
    }

    .video-with-banner-01 .item .title img {
        width: 35px;
        height: 35px;
    }

    .video-with-banner-01 .item .desc {
        padding-left: 0;
        width: 240px;
    }

    .video-with-banner-04 {
        padding-top: 40px;
    }

    .retail-banner-08 {
        padding-top: 40px;
    }

    .video-banner-03 .left .item,
    .video-banner-03 .right .item {
        padding: 16px 24px;
    }

    .video-banner-05 .left .item .video-banner-05-icon-01 {
        position: absolute;
        right: 8px;
        bottom: 22px;
        width: 133px;
    }

    .video-banner-05 .left .item .video-banner-05-icon-02 {
        position: absolute;
        right: 8px;
        bottom: 0;
        width: 168px;
    }
}