
body.custom-pay-box.white_header .layout-header .sy-header {
    position: static;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: bold;
    font-size: 30px;
}
.w_1240{
    width: 1240px;
    margin: 0 auto;
}
.custom-box{
    background: #f3f3f3;
}
.banner {
    height: 690px;
    background-image: url(/static/pc/custom/images/index_desc_01.png);
    padding-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: visible;
}
.banner  .w_1240{
    position: relative;
}
.banner .people{
    position: absolute;
    width: 387px;
    height: 683px;
    background: url(../images/p.png) no-repeat bottom center;
    background-size: contain;
    bottom: 140px;
    right: 0;
}
.banner .t1 {
    width: 748px;
    height: 212px;
    background-image: url(/static/pc/custom/images/index_desc_text.png);
    background-repeat: no-repeat;
    background-position: -17px 0;
}

.banner .t2 {
    width: 718px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin: 10px 0 100px 0px;
    background: url(../images/icon.jpg) no-repeat 0 center ;
    background-size: contain;
    padding-left: 40px;
}

.banner a.go_custom_btn {
    display: block;
    width: 256px;
    height: 60px;
    line-height: 60px;
    background-color: #00b47b;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.banner a.go_custom_btn i {
    font-style: normal;
}

.banner a.go_custom_btn svg {
    display: inline-block;
    vertical-align: middle;
}

.banner .bottom_tips {
    width: 1240px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px 0;
    height: 194px;
    text-align: center;
    margin-top: 130px;
    position: relative;
    z-index: 1;
}

.banner .bottom_tips .tips {
    display: inline-block;
    width: 32%;
    color: #060606;
    text-align: center;
}

.banner .bottom_tips .tips p:first-child {
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    margin: 0px;
}

.banner .bottom_tips .tips p:first-child i {
    font-size: 14px;
    font-style: normal;
}

.banner .bottom_tips .tips p:last-child {
    margin: 0px;
    font-size: 14px;
    line-height: 1.2;
}

.layout-footer{
    margin-top: 0;
}
/* v2.0 */
.section {
    position: relative;
    overflow: hidden;
}
.section .title .hd{
    background: url(../images/title_sp.png) no-repeat center -90px;
    height: 80px;
}
.section.why{
    padding: 180px 0 0 0;
    background-color: #f3f3f3;
}
.section.why .text{
    position:absolute;
    text-align:center;
    bottom:3%;
    width:100%;

}
.section.why .text h1{
    font-size:48px;
    color:#298959;
    font-weight:bold;
    margin-bottom: 2%;
}
.section.why .text p.p1{
    font-size:30px;
    color:#725c3e;
}
.section.why .text p.p2{
    font-size:24px;
    color:#725c3e;
    line-height: 34px;
}
.section.why .text p.p3{
    font-size:14px;
    color:#626261;
    padding-top: 2%;
}
@media only screen and (min-width:0) and (max-width:1600px) {
    .section.why .text{
        transform: scale(0.8);
        transform-origin: bottom;
    }
}

.section.why img{
    display: block;
    width: 100%;
}
.section.optimize .title .hd{
    background-position: center -2px;
}
.section.strengths .title .hd{
    background-position: center -180px;
}
.section.speed .title .hd{
    background-position: center -272px;
}
.section.mq .title .hd{
    background-position: center -369px;
}
.section.dzlc .title .hd{
    background-position: center -463px;
}
.section.fwbz .title .hd{
    background-position: center -551px;
}
.service{
    background-color: #fff;
    padding-bottom: 50px;
}
.section.service .title{
    padding:80px 0 50px 0
}
.service ul{
    display: flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    flex-grow: 1;
    max-width: 1700px;
    min-width: 1240px;
}

.service ul li{
    position: relative;
    width: 310px;
    height: 440px;
    margin: 0 18px;
    border: 1px solid rgb(0 0 0 / 11%);
    box-shadow: 0px 8px 10px 0 rgba(0,0,0,0.03);
    background: #fff;
    border-radius: 6px;
    /* overflow: hidden; */
    transition: all .5s;
    top: 0;
    min-width: 250px;
}
.service ul li:hover{
    transition: all .5s;
    top: -8px;
    box-shadow: 0px 8px 30px 0 rgba(0,0,0,0.16);
}
.service ul li:hover .a_btn{
    background: #0aa976;
    color: #fff;
}
.service .hd{
    height: 112px;
    line-height: 112px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #4a4a4a;
}
.service .content .hd{
    background: url(../images/ser1.jpg) no-repeat center center;
    background-size: cover;
}
.service .content li:nth-child(2) .hd{
    background: url(../images/ser2.jpg) no-repeat center center;
    background-size: cover;
}
.service .content li:nth-child(3) .hd{
    background: url(../images/ser3.jpg) no-repeat center center;
    background-size: cover;
}
.service .content li:nth-child(4) .hd{
    background: url(../images/ser4.jpg) no-repeat center center;
    background-size: cover;
}
.service .content li:nth-child(5) .hd{
    background: url(../images/ser5.jpg) no-repeat center center;
    background-size: cover;
}
.service .cd{
    color: #6c6c6c;
    padding: 15px 25px 0 25px;
    font-size: 14px;
    border-bottom: 1px solid #d3d3d3;
}
.service .cd p{
    height: 120px;
    overflow: hidden;
}

.service .bd{
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    position:relative;
}
.service .title .bd{
    margin: 10px 0 0 0;
    font-size: 14px;

}
.service .bd .x_price{
    font-size: 48px;
    color: #3a3a3a;
    position: relative;
    display: inline-block;
    margin: 0 0 10px 0;
}
.service .bd .y_price{
    color:#9d9d9d;
    text-decoration:line-through;
    margin: -16px 0 15px 0;
    font-size: 14px;
}
.service .title .bd .zx_price{
    position: relative;
    margin-top: 0;
}
.service .bd .zx_price .kefu{
    display: none;
    position: absolute;
    bottom: 26px;
    left: 50%;
    margin-left: -85px;
    width: 170px;
    z-index: 99;
    background: linear-gradient(101.06deg, #324fee 9.16%, #2847f3 32.02%, #506af7 64.72%);
    text-align:center;
    padding: 13px;
    color: #f5f5f5;
    font-size: 12px;
    border-radius: 6px;
}
.service .bd .zx_price .kefu img{
    width:100%;
    display:inline-block;
    margin-bottom: 12px;
}
.service .bd .zx_price{
    position: relative;
    margin: -16px 0 15px 0;
    text-decoration: underline;
    color: #337dd8;
    cursor: pointer;
    font-size: 14px;
}
.service .bd .zx_price:hover .kefu{
    display: block;
}
.service .bd i{
    font-style: normal;
    font-size: 16px;
}
.service .bd .a_btn{
    border: 1px solid #00b47b;
    border-radius: 2px;
    width: 160px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    font-size: 16px;
    color: #00b47b;
    transition: all .3s;
}
.service .bd .a_btn:hover{
    background-color: #00b47b;
    color: #fff;

}
.service .yh_select_box{
    position:absolute;
    top: 23px;
    font-size:1px;
    right: -28px;
    z-index: 2;
    width: 23px;
    cursor: pointer;
}
.service .yh_select_box:hover .select_list{
    display:block;
}
.service .yh_select_box .select_title{
    width:auto;
    width: 20px;
    height: 20px;
    line-height: 16px;
    border: 1px solid #33c395;
    border-radius: 12px;
    background: #33c395;
    color: #fff;
    text-align: center;
}
.service .yh_select_box .select_title span{
    position:absolute;
    left: -16px;
    top: -37px;
    border: 1px solid #33c395;
    border-radius: 4px;
    line-height: 22px;
    height: 25px;
    font-size: 10px;
    transform: scale(0.8);
    padding: 0 5px;
    width: max-content;
    color: #33c395;
    display: none;
}
.service .yh_select_box .select_list span.checked{
    color: #0ad17a;
}
.service .yh_select_box .select_title i{
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #ffffff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: 15px;
    left: 0px;
    transition: all .2s;
}
.service .yh_select_box .select_list{
    background:#fff;
    /* border:1px solid #ddd; */
    border-top:none;
    padding:10px 13px;
    display: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    width: 102px;
    text-align: left;
}
.service .yh_select_box .select_list span{
    display:block;
    padding:3px 0;
    cursor:pointer;
}
.service .yh_select_box .select_list span:hover{
    color: #0ad17a;
}


.optimize{
    width: 100%;
    background: url(../images/optimize_bg.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 100px;
}
.optimize .title{
    padding-top: 96px;
    margin-bottom: 60px;
}
.optimize .optimize_title ul{
    text-align:center;
    display: flex;
    justify-content: space-around;
}
.optimize .optimize_title ul img{
    width: auto;
}
.optimize .optimize_title ul li{
    display:inline-block;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    width: 390px;
    text-align:center;
    line-height: 30px;
}
.optimize .swiper-slide img{
    width: 100%;
}
.optimize .swiper-slide img,.speed .swiper-slide img,.strengths .swiper-slide img{
    margin: 0 auto;
    display: block;
}
.optimize .content{
    width: 80%;
    margin: 0 auto;
}
.optimize .content img{
    width: 100%;
}
.optimize .swiper-button-next, .optimize .swiper-button-prev{
    color: #fff;
    opacity: 1;
}
.strengths .swiper-button-next, .strengths .swiper-button-prev{
    width: 78px;
    height: 78px;
    background: #47d9ab;
    border-radius: 78px;
    color: #fff;
}
.strengths .swiper-slide img{
    width: 80%;
}
.strengths{
    padding-bottom: 120px;
    background: #fff;
}
.strengths .title{
    padding-top: 100px;
    margin-bottom: 72px;
}
.strengths .title p{
    text-align: center;
    font-size: 16px;
    color: #2e2e2e;
    margin-top: 5px;
}
.strengths .content{
    width: 80%;
    margin: 0 auto;
}
.speed{
    width: 100%;
    height: 1150px;
    background: url(../images/speed_bg.jpg) no-repeat top center;
    background-size: cover;
}
.speed .title{
    padding-top: 74px;
    margin-bottom: 72px;
}
.speed .title p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}
.speed .content{
    height: 897px;
    width: 1240px;
    margin: 0 auto;
}
.speed .swiper-container{
    height: 100%;
}
.speed .swiper-pagination-bullet {
    width: 56px;
    height: 8px;
    border-radius: 0;
    background: #fff;
    opacity: 0.9;
}
.speed .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00b47b;
}
.speed .swiper-container-horizontal>.swiper-pagination-bullets, .speed .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 100px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    opacity: .8;
}
.mq.section,.dzlc.section{
    background: #fff;
}
.dzlc.section .content{
    width: 1240px;
    margin: 0 auto;
    padding-bottom: 90px;
    padding-top: 20px;
}
.dzlc.section ul{
    display: flex;
}
.dzlc.section ul li{
    width: 400px;
    text-align: center;
    padding: 0 27px;
}
.dzlc.section ul li h2{
    color:#24282d;
    font-size:24px;
}
.dzlc.section ul li p{
    font-size:14px;
    color:#80858d;
}
.dzlc.section ul li img{
    width: 98px;
}
.fwbz.section{
    padding-bottom: 90px;
}
.fwbz.section .content{
    width: 1240px;
    margin: 0 auto;
}
.fwbz.section ul{
    display: flex;
    padding-bottom: 80px;
    padding-top: 40px;
}
.fwbz.section ul li{
    width: 400px;
    text-align: center;
    padding: 0 27px;
}
.fwbz.section ul li h2{
    color:#f4f7fb;
    font-size:24px;
}
.fwbz.section ul li p{
    font-size:14px;
    color:#f4f7fb;
}
.fwbz.section .content ul li img{
    width: 76px;
    margin: 0 auto;
}
.fwbz.section{
    background: #233561;
}

.section.mq .content img,.section.fwbz img{
    width: 100%;
    display: block;
}
.section.mq .title,.section.dzlc .title,.section.fwbz .title{
    padding: 80px 0 40px 0;
}
.order_custom_modal .modal-dialog{
    width: 990px;
    position: absolute;
    left: 50%;
    margin-left: -495px;
    top: 50%;
    margin-top: -340px !important;
}
.order_custom_modal .modal-header {
    padding: 30px 0 20px 0;
}
.order_custom_modal .modal-header .title{
    font-size: 30px;
    color: #212121;
}
.order_custom_modal .modal-header .close{
    position: fixed;
    right: 15px;
    top: 6px;
    color: #fff;
    font-size: 30px;
    text-shadow: none;
    opacity: 1;
}
.order_custom_modal .modal-body{
    padding: 0;
}
.order_custom_modal .modal-content{
    width: 990px;
    height: 690px;
    display: flex;
    box-shadow: none;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    font-size: 14px;
}
.order_custom_modal .modal_left{
    width: 675px;
    padding: 0 40px 0 50px;
}
.order_custom_modal .modal_right{
    width: 316px;
    background-image: linear-gradient(141deg,#0e5dff,#0e5dff,#00e7b9);
}
.order_custom_modal .modal-body .title{
    margin: 15px 0;
    font-weight: bold;
    color: #777777;
}
.order_custom_modal .service_order{
    margin-bottom: 30px;
}
.order_custom_modal .service_order .order_choose {
    height: 42px;
    line-height: 42px;
    background-color: #fdf8e8;
    padding: 0 15px;
    font-size: 16px;
    color: #6c5028;
    margin-left: 20px;
}
.order_custom_modal .order_contact，.order_custom_modal .pay_method_choose{
    margin-left: 20px;
}
.order_custom_modal .order_contact input{
    padding: 0 15px;
    margin-right: 20px;
    border-radius: 4px;
    width: 270px;
    height: 42px;
    border: 1px solid #c7c7c7;
}
.order_custom_modal .order_contact input:last-child{
    margin-right: 0;
}
.order_custom_modal .order_contact input::placeholder{
    color: #c0c0c0;
}
.order_custom_modal .pay_method_choose{
    display: flex;
}
.order_custom_modal .pay_method_choose .choose_type{
    position: relative;
    width: 270px;
    height: 70px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    overflow: hidden;
    background: url(../../vip/images/wxpay.png) no-repeat 0 center;
    cursor: pointer;
}
.order_custom_modal .pay_method_choose .choose_type.zfb{
    background: url(../../vip/images/alipay.png) no-repeat 15px center;
}
.order_custom_modal .pay_method_choose .choose_type.checked{
    border-color: #0e5dff;
}
.order_custom_modal .pay_method_choose .choose_type.checked i.choose_icon {
    background-image: url(/static/pc/vip/images/vip_item_choosed1.png);
    background-repeat: no-repeat;
    background-position: center;
}
.order_custom_modal .pay_method_choose .choose_type i.choose_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: -12px;
    display: inline-block;
    width: 44px;
    height: 45px;
    cursor: pointer;
    z-index: 1;
}
.order_custom_modal .pay_method_choose .choose_type:first-child{
    margin-right: 24px;
}
.order_custom_modal .modal-footer{
    padding: 0;
    margin-top: 140px;
    padding-top: 30px;
    line-height: 48px;
    border-top: 1px dashed #cbcbcb;
    display: flex;
    font-size: 16px;
}
.order_custom_modal .modal-footer .btn-primary{
    width: 138px;
    height: 48px;
    border-color: #0e5dff;
    background: #0e5dff;
    font-weight: bold;
    font-size: 16px;
}
.order_custom_modal .modal-footer .xinren{
    width: 260px;
    text-align: left;
    line-height: 60px;
    background: url(../images/hb.jpg) no-repeat 0 center;
    padding-left: 20px;
}
.order_custom_modal .modal-footer .youhui{
    line-height: 60px;
    width: 110px;
}
.order_custom_modal .modal-footer div{
    width: 260px;
    display: flex;
    text-align: right;
    color: #5d5d5d;
}
.order_custom_modal .modal-footer .heji span,.order_custom_modal .modal-footer .xinren span{
    color: #ff3636;
}
.order_custom_modal .modal-footer .heji .product_price{
    font-size: 30px;

}
.order_custom_modal .modal-footer .heji{
    margin: 0 20px 0 0;
    width: 200px;
}
.order_custom_modal .modal_right {
    padding: 40px 25px 0 25px;
    color: #fff;
}
.order_custom_modal .modal_right .title{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #66a2fc;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.order_custom_modal .modal_right .content{
    height: 400px;
    overflow-y: auto;
    margin-bottom: 40px;
}
.order_custom_modal .modal_right .content h2{
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0;
}
.order_custom_modal .modal_right .content p{
    opacity: .8;
    line-height: 18px;
    height: 0;
    overflow: hidden;
}
.order_custom_modal .modal_right .show p{
    height: auto;
    padding-top: 10px;
}
.order_custom_modal .modal_right .kefu{
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.order_custom_modal .modal_right .kefu img{
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 5px;
    width: 120px;
}
