.banner_img{
    width: 100%;
    height: auto;
}
.banner_div{
    position: relative;
}
.banner_div .left_btn,.banner_div .right_btn{
    position: absolute;
    z-index: 99999;
    margin-top: 16%;
    width: 60px;
    height: 60px;
    top:0;
}
.banner_div .left_btn{
    left: 0;
}
.banner_div .right_btn{
    right: 0;
}
#product_div_pc{
    display: table;
}
#product_div_mobile{
    display: none;
}
.product_div{
    width: 1300px;
    display: table;
    margin: auto;
}
.product_div h1{
    font-size: 4.5rem;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0;
}
.product_cate{
    width: 75%;
    margin: 30px auto;
    display: flex;
}
.pcate_item{
    font-size: 18px;
    display: inline-block;
    letter-spacing: 1px;
    width: 156px;
    height: 46px;
    line-height: 46px;
    color: #66d3f0;
    transition: all 0.5s;
    text-align: center;
    cursor: pointer;
}
.pcate_item:hover{
    background-image: url("/static/images/index/activeb_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #ffffff;
}
.pcate_sel{
    background-image: url("/static/images/index/activeb_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #ffffff;
}
.product_list{
    width: 1100px;
    display: block;
    margin: auto;
}
.left_btn,.right_btn{
    width: 80px;
    height: 80px;
    display: block;
    margin-top: 130px;
    border: none;
    outline:none;
}
.left_btn{
    float: left;
}
.right_btn{
    float: right;
}
.product_ones{
    width: 860px;
    float: left;
    margin: 0 40px!important;
}
.product_one{
    width: 25%;
    display: table;
    position: relative;
    float: left;
    color: #66d3f0;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.product_one:hover{
    color: #FADC47;
}
.pimg_div{
    height: 338px;
    
}
.product_img{
    width:auto;
    height: 330px;
    display: block;
    margin: auto;
    transition: all 0.3s linear;
}
.product_one:hover .product_img{
    transform: scale(1.05);
}
.product_hot{
    width: 100px;
    position: absolute;
    top: 35%;
    right: 0;
    display: none;
}

.product_other{
    width: 1100px;
    display: flex;
    margin: auto;
    padding: 30px 0;
}
.pother_item{
    width: 33%;
    display: inline-block;
}
.pother_item a{
    width: 229px;
    height: 60px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    background-image: url("/static/images/index/tit_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    line-height: 50px;
    display: block;
    margin: auto;
}
.pother_item a:hover{
    color: #FADC47;
}

.news_div{
    width: 1300px;
    display: block;
    margin: 50px auto;
}
.news_left{
    width: 50%;
    float: left;
}
.news_right{
    width: 49%;
    float: right;
}
.mobile_news{
    display: none;

}
.left_one{
    width: 100%;
    display: table;
}
.lo_item_swiper{
    display: none;
}
.lo_item{
    width: 32%;
    display: table;
    float: left;
    overflow: hidden;
    position: relative;
}
.lo_item:nth-child(2){
    margin: 0 2%;
}
.lo_img{
    width: 100%;
    display: block;
    transition: all 0.3s linear;
}
.lo_word{
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    position: absolute;
    text-align: center;
    line-height: 150px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.21);
    border-radius: 50%;
    font-size: 18px;
    display: none;
}
.lo_item:hover .lo_img{
    transform: scale(1.1);
}
.lo_item:hover .lo_word{
    display: block;
}

.left_two{
    width: calc(100% - 50px);
    display: table;
    padding: 20px 25px 0 25px;
    background-color: #fbfbfb;
    margin-top: 20px;
}
.lt_title{
    font-size: 20px;
    color: #66d3f0;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.left_two a{
    color: #868686;
    transition: all 0.5s;
    display: block;
    margin-bottom: 20px;
}
.left_two a:hover{
    color: #66d3f0;
}

.join_div{
    width: 100%;
    display: table;
    padding: 50px 0;
}
.join_process{
    width: 1300px;
    margin: auto;
    display: table;
}
#join_process_pc{
    display: table;
}
#join_process_m{
    display: none;
}
.process_one{
    width: 19.2%;
    padding: 35px 0;
    float: left;
    background-color: #fbfbfb;
    margin-right: 1%;
}
.process_one:last-child{
    margin-right: 0;
}
.process_img{
    width: 100px;
    height: 80px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.process_one:nth-child(1) .process_img{
    background-image: url("/static/images/index/t_icon1.png");
}
.process_one:nth-child(2) .process_img{
    background-image: url("/static/images/index/t_icon2.png");
}
.process_one:nth-child(3) .process_img{
    background-image: url("/static/images/index/t_icon3.png");
}
.process_one:nth-child(4) .process_img{
    background-image: url("/static/images/index/t_icon4.png");
}
.process_one:nth-child(5) .process_img{
    background-image: url("/static/images/index/t_icon5.png");
}
.process_text{
    font-weight: 600;
    letter-spacing: 2px;
    padding-top: 20px;
    font-size: 22px;
    text-align: center;
}
.process_one:hover{
    background-color: #66d3f0;
}
.process_one:hover .process_text{
    color: #ffffff;
}
.process_one:nth-child(1):hover .process_img{
    background-image: url("/static/images/index/t_icon1_b.png");
}
.process_one:nth-child(2):hover .process_img{
    background-image: url("/static/images/index/t_icon2_b.png");
}
.process_one:nth-child(3):hover .process_img{
    background-image: url("/static/images/index/t_icon3_b.png");
}
.process_one:nth-child(4):hover .process_img{
    background-image: url("/static/images/index/t_icon4_b.png");
}
.process_one:nth-child(5):hover .process_img{
    background-image: url("/static/images/index/t_icon5_b.png");
}
.join_title{
    color: #DCB652;
    visibility: visible;
    font-size: 4.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center
}
.join_shop{
    width: 1300px;
    margin: auto;
    /*display: flex;*/
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.join_shop2{
    display: none;
}
.join_shop_list{
    width: 1300px;
    margin: auto;
    display: block;
    margin-bottom: 80px;
}
.shop_item{
    display: inline-block;
    color: #ffffff;
    font-family: 'AvantGarde';
    text-align: center;
    transition: all 0.5s;
    margin-right: 2px;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
}
.shop_item img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}
.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    display: block;
}
.item_txt{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 30px;
    width: 72%;
    font-size: 22px;
}
.shop_item:hover .mask{
    display: none;
}
.shop_item:hover .item_txt{
    display: none;
}
.shop_item:hover img{
    transform: scale(1.1);
}
.s1{
    width: 23.5%;
    height: 202px;
}
.s2{
    width: 18.1%;
    height: 202px;
}
.s3{
    width: 25.4%;
    height: 120px;
}
.s4{
    width: 7.6%;
    height: 120px;
}
.s5{
    width: 23.8%;
    height: 202px;
}
.s6{
    width: 13.2%;
    height: 276px;
}
.s7{
    width: 10.1%;
    height: 165px;
}
.s8{
    width: 18.15%;
    height: 112px;
}
.s9{
    width: 33.15%;
    height: 262px;
    top: -82px;
}
.s10{
    width: 9.45%;
    height: 180px;
}
.s11{
    width: 14.25%;
    height: 276px;
}
.s12{
    width: 10.1%;
    height: 110px;
    position: absolute;
    top: 370px;
    left: 13.35%;
}
.s13{
    position: absolute;
    left: 23.55%;
    top: 318px;
    width: 18.2%;
    height: 162px;
}
.s14{
    left: 41.9%;
    top: 386px;
    width: 14.5%;
    height: 213px;
    position: absolute;
}
.s15{
    left: 56.65%;
    top: 386px;
    height: 94px;
    width: 11.4%;
    position: absolute;
}
.s16{
    position: absolute;
    left: 68.2%;
    top: 386px;
    width: 16.45%;
    height: 94px;
}
.s18{
    width: 12%;
    height: 240px;
}
.s19{
    width: 21.3%;
    height: 122px;
}
.s20{
    width: 31.4%;
    height: 240px;
}
.s21{
    width: 10.2%;
    height:240px;
}
.s22{
    width: 23.5%;
    height: 120px;
    top: 120px;
}
.s23{
    width: 21.3%;
    top: -118px;
    left: 0;
    height: 353px;
}
.s24{
    width: 16.3%;
    height: 235px;
}
.s25{
    width: 15.2%;
    height: 235px;
}
.s26{
    width: 15.4%;
    height: 235px;
}
.s27{
    width: 30.2%;
    height: 235px;
}
.s28{
    top: 44.7%;
    left: 56.65%;
    height: 118px;
    width: 8.8%;
    position: absolute;
}
.join_list{
    width: 1300px;
    height: 110px;
    margin: -20px auto;
    background-image: url("/static/images/index/index_bg2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 20px;
}
.join_list_swiper{
    width: 90%;
    height: 70px;
    line-height: 70px;
}
.join_list_a{
    color: #583c2b;
    font-size: 32px;
    display: block;
}
.join_list_a:hover{
    color: #66d3f0;
}

.business_div{
    width: 100%;
    min-height: 1000px;
    background-image: url("/static/images/index/index_bg3.jpg");
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    padding-top: 150px;
    margin-top: 50px;
    display: table;
}
.guarantee_div{
    width: 1300px;
    display: table;
    margin: auto;
}
.business_title{
    font-size: 75px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
}
.business_two{
    text-align: center;
    color: #66d3f0;
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
}
.guarantee_list{
    display: table;
    padding-top: 40px;
}
.glist_item{
    width: 33.33%;
    float: left;
    position: relative;
    text-align: center;
}
.gicon{
    background: url("/static/images/index/icon_b1.png");
    background-size: 89px 100px;
    background-repeat: no-repeat;
    background-position: 39% 0;
    width: 100%;
    height: 108px;
    transition: all 0.5s;
}
.glist_item:hover .gicon{
    background-position: 50% 0;
}
.gicon img{
    display: block;
    position: relative;
    top: 30px;
    margin: auto;
}
.line_cricle{
    position: absolute;
    top: 50px;
    right: -40%;
    width: 80%;
    height: 20px;
    background: url("/static/images/index/c1.png") center center;
    background-repeat: repeat-x;
    z-index: 7;
}
.line_left_cricle,.line_right_cricle{
    display: none;
}
.gtitle{
    padding-top: 40px;
    color: #66d3f0;
    font-size: 32px;
}
.gtext{
    color: #868686;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 79.9%;
    margin: 0 auto 35px;
    font-size: 14px;
    padding-top: 20px;
}
.gmore{
    color: #868686;
    display: inline-block;
    border-bottom: 2px solid #868686;
    width: 98px;
    line-height: 32px;
    transition: all 0.4s;
    font-size: 22px;
}
.business_num{
    width: 565px;
    height: 107px;
    margin: 0 auto;
    text-align: center;
    line-height: 92px;
    background: url("/static/images/index/tit_bg2.png") no-repeat center center;
    color: #ffffff;
    font-size: 30px;
    margin-top: 50px;
}
.cooperate_div{
    padding: 50px 0;
}
.cooperate_list{
    width: 1300px;
    margin: 50px auto;
}
.cooperate_list .left_btn,.cooperate_list .right_btn{
    margin-top: 220px;
}
.cooperate_mobile{
    display: none;
}
.cooperate_ones{
    width: 1060px;
    float: left;
    margin: 0 40px!important;
    text-align: center;
}
.cooperate_item{
    width: 33.33%;
    float: left;
}
.cooperate_item img{
    border-radius: 12px;
    transform: scale(0.87);
    width: 100%;
}
.cooperate_ones .swiper-slide-active img{
    transform: scale(1);
}
.ooperate_item_title{
    color: #66d3f0;
    border: 2px solid #66d3f0;
    width: 80%;
    margin: 25px auto 0 auto;
    height: 50px;
    line-height: 48px;
    opacity: 1;
    font-size: 24px;
}
.ooperate_item_desc{
    padding-top: 20px;
    line-height: 25px;
    color: #868686;
    width: 100%;
}
.news_center{
    width: 1300px;
    margin: auto;
    padding-top: 80px;
}
.news_mobile{
    display: none;
}
.center_left{
    width: 150px;
    background: #66d3f0;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    float: left;
}
.center_left_bian{
    border: 2px solid #ffffff;
    padding: 0 7%;
}
.clb_title{
    line-height: 56px;
    height: 335px;
    border-bottom: 2px solid #ffffff;
    display: flex;
    align-items: center;
    padding: 0 20%;
    font-size: 40px;
    width: 40px;
    margin: auto;
}
.clb_cate{
    padding: 30px 0 0;
}
.clb_cate a{
    display: inline-block;
    padding-bottom: 30px;
    color: #ffffff;
    transition: all 0.5s;
    font-size: 16px;
}
.center_right{
    width: 1100px;
    margin-left: 20px;
    float: left;
}
.cr_top{
    width: 100%;
    display: flex;
}
.crt_left{
    width: 52%;
    height: 400px;
    float: left;
}
.crt_left img{
    width: 100%;
    height: 400px;
    display: block;
}
.crt_right{
    width: calc(48% - 20px);
    float: left;
    margin-left: 20px;
}
.crtr_top{
    width: 100%;
    display: table;
}
.crtr_top div{
    width: 48%;
    height: 188px;
    float: left;
    display: block;
    overflow: hidden;
}
.crtr_top div:nth-child(2){
    margin-left: 4%;
}
.crtr_top img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.crtr_top img:hover{
    transform: scale(1.1);
}
.crtr_bottom{
    width: 98%;
    padding: 15px 1% 0 1%;
}
.crtr_bottom a{
    display: inline-block;
    width: 100%;
    color: #868686;
    transition: all 0.5s;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.crtr_bottom a:hover{
    color: #66d3f0;
}
.cr_bottom{
    background: #fbfbfb;
    padding: 10px 30px 10px;
    margin-top: 10px;
    width: calc(100% - 60px);
    display: table;
}
.crb_one{
    width: 50%;
    float: left;
}
.crb_one:nth-child(2){
    width: 48%;
    margin-left: 2%;
}
.crb_one a{
    display: block;
    margin-bottom: 12px;
}
.crb_one_1{
    font-size: 26px;
    color: #f72626;
}
.crb_one_2{
    color: #868686;
    transition: all 0.4s;
    height: 20px;
    overflow: hidden;
}
.crb_one_2:hover{
    color: #66d3f0;
}

.discounts_div{
    width: 100%;
    display: table;
    margin: auto;
    padding: 80px 0;
    position: relative;
}
.business_img1{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    margin-top: 100px;
}
.business_img2{
    position: absolute;
    top: 250px;
    right: 0;
    width: 50%;
    text-align: right;
}
.business_img3{
    margin: 30px auto 0 auto;
    display: block;
}
.quota_div{
    margin: 30px auto;
    text-align: center;
}
.quota_div span{
    display: inline-block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #facd64;
    color: #ffffff;
    line-height: 70px;
    font-size: 60px;
    margin-right: 20px;
}
.discounts_next{
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.discounts_next_title{
    text-align: center;
    font-size: 2.9rem;
    color: white;
    background: #facd64;
    margin: 0 auto;
    width: 68%;
    font-weight: bold;
    line-height: 80px;
}
.discounts_next:before{
    content: " aa ";
    border-top: 4px solid #facd64;
    position: absolute;
    top: 50%;
    width: 16%;
    font-size: 0;
    left: 0;
    z-index: 0;
}
.discounts_next:after{
    content: " aa ";
    border-top: 4px solid #facd64;
    position: absolute;
    top: 50%;
    width: 16%;
    font-size: 0;
    right: 0;
    z-index: 0;
}
.support_list{
    width: 1300px;
    margin: 50px auto;
    display: flex;
}
.support_list_img{
    display: none;
}
.support_item{
    text-align: center;
    display: inline-block;
    position: relative;
}
.support_yuan{
    width: 121px;
    height: 121px;
    border-radius: 50%;
    position: absolute;
    background-color: #fce6b1;
    left: 1px;
    top: -4%;
    z-index: -1;
    transition: all 0.5s;
}
.support_item:nth-child(2n) .support_yuan{
    background-color: #b2e9f7;
}
.support_img{
    width: 120px;
    height: 120px;
}
.support_ico{
    margin-top: 18px;
}
.support_text{
    font-size: 26px;
    margin-top: 40px;
    color: #facd64;
    padding-bottom: 5px;
    line-height: 34px;
    border-bottom: 4px solid #facd64;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
}
.support_item:nth-child(2n) .support_text{
    color: #b2e9f7;
    border-bottom: 4px solid #b2e9f7;
}
.support_item:hover .support_yuan{
    transition: all 0.5s;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
}
.support_item:hover .support_text{
    margin-top: 30px;
}
.join_br{
    display: none;
}
@media (max-width: 500px) {
    .banner_div .left_btn,.banner_div .right_btn{
        margin-top: 100px;
        width: 30px;
        height: 30px;
    }
    #product_div_pc{
        display: none;
    }
    #product_div_mobile{
        display: table;
    }
    .product_div{
        width: 100%;
        padding-bottom: 15px;
    }
    .product_div h1{
        font-size: 28px;
        padding: 16px 0;
        margin-top: 0;
    }
    .pcate_sel{
        background: none;
    }
    .product_cate{
        width: 94%;
        margin: auto;
        display: table;
    }
    .pcate_item{
        width: 32%;
        margin-right: 2%;
        height: 35px;
        line-height: 35px;
        background: #66d3f0;
        color: #ffffff;
        float: left;
        display: block;
        border-radius: 5px;
        margin-bottom: 12px;
    }
    .pcate_item:hover{
        background: #66d3f0;
        color: #ffffff;
    }
    .pcate_item:nth-child(3n){
        margin-right: 0;
    }
    .product_list{
        width: 100%;
        position: relative;
    }
    .left_btn, .right_btn{
        width: 10vw;
        height: auto;
        top: -8vh;
        position: absolute;
    }
    .left_btn{
        left: 1vw;
    }
    .right_btn{
        right: 1vw;
    }
    .product_ones{
        width: 80vw;
        margin: auto 10vw!important;
    }
    .product_one{
        width: 40vw;
        font-size: 16px;
    }
    .pimg_div{
        height: auto;
    }
    .product_img{
        width: 83%;
        height: auto;
    }
    .product_hot{
        width: 8vh;
        top: 42%;
        right: 1vh;
    }
    .product_one:hover{
        color: #66d3f0;
    }
    .product_one:hover .product_img{
        transform: scale(1);
    }
    .product_other{
        width: 100%;
        display: none;
        margin: 15px auto;
    }
    .pother_item{
        width: 50vw;
        height: 7vh;
        display: block;
        margin:0 auto 15px auto;
    }
    .pother_item a{
        width: 100%;
        height: 100%;
        font-size: 16px;
        line-height: 6vh;
        font-weight: bold;
        background-size: 100% 100%;
    }
    .news_div{
        width: 100%;
        margin: auto;
        display: none;
    }
    .news_left{
        width: 100%;
    }
    .left_one{
        display: none;
    }
    .lo_item_swiper{
        display: block;
    }
    .lo_item{
        width: 100%;
        display: block;
    }
    .news_right{
        display: none;
    }
    .mobile_news{
        width: 100%;
        display: block;
    }
    .news_img{
        width: 100%;
        height: auto;
        display: block;
    }
    .left_two{
        margin-top: 0;
    }
    .join_div{
        padding: 10px 0;
    }
    .join_process{
        width: 100%;
    }
    #join_process_pc{
        display: none;
    }
    #join_process_m{
        display: block;
    }
    .process_one{
        padding: 15px 0;
    }
    .process_img{
        width: 80%;
        height: 60px;
        background-size: 100% auto;
    }
    .process_text{
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        color: #666;
        padding-top: 0;
    }
    .join_title{
        margin: 15px auto;
        font-size: 24px;
    }
    .join_br{
        display: block;
    }
    .join_shop{
        display: none;
    }
    .join_shop2{
        width: 100vw;
        height: 122vw;
        /*display: block;*/
        display: none;
        position: relative;
    }
    .join_shop_list{
        width: 100%;
        margin-bottom: 20px;
    }
    .join_shop2 img{
        position: absolute;
    }
    .js_img1{
        width: 43vw;
        height: 28vw;
    }
    .js_img2{
        width: 28vw;
        height: 28vw;
        left: 43vw;
    }
    .js_img3{
        width: 29vw;
        height: 40vw;
        left: calc(43vw + 28vw);
    }
    .js_img4{
        width: 30vw;
        height: 38vw;
        top: 28vw;
    }
    .js_img5{
        width: 41vw;
        height: 52vw;
        left: 30vw;
        top: 28vw;
    }
    .js_img6{
        width: 29vw;
        height: 40vw;
        left: calc(30vw + 41vw);
        top: 40vw;
    }
    .js_img7{
        width: 30vw;
        height: 20vw;
        top: calc(28vw + 38vw);
    }
    .js_img8{
        width: 30vw;
        height: 36vw;
        top: calc(28vw + 38vw + 20vw);
    }
    .js_img9{
        width: 36vw;
        height: 42vw;
        left: 30vw;
        top: calc(28vw + 52vw);
    }
    .js_img10{
        width: 34vw;
        height: 18vw;
        left: calc(30vw + 36vw);
        top: calc(28vw + 52vw);
    }
    .js_img11{
        width: 34vw;
        height: 24vw;
        left: calc(30vw + 36vw);
        top: calc(28vw + 52vw + 18vw);
    }
    .join_list{
        width: 98vw;
        height: 15vw;
        margin: 20px auto;
        padding-top: 1vw;
    }
    .join_list_swiper{
        width: 90%;
        height: 12vw;
        line-height: 11vw;
    }
    .join_list_a{
        font-size: 16px;
    }
    .business_div{
        height: auto;
        padding-top:30px;
        margin-top: 0;
        background-size: 100% auto;
        background-color: #FEFEFE;
    }
    .guarantee_div{
        width: 100%;
    }
    .business_title{
        font-size: 40px;
    }
    .business_two{
        padding-top: 10px;
        font-size: 16px;
    }
    .guarantee_list{
        padding-top: 30px;
    }
    .glist_item{
        width: 100%;
    }
    .gicon{
        background-position: 46% 0;
        background-size: auto 50px;
        height: 60px;
    }
    .gicon img{
        top: 10px;
        height: 50px;
    }
    .line_cricle{
        display: none;
    }
    .line_left_cricle,.line_right_cricle{
        position: absolute;
        top: 20px;
        width: 42%;
        height: 28px;
        background: url("/static/images/index/c1.png") center center;
        background-repeat: repeat-x;
        z-index: 7;
        display: block;
    }
    .line_left_cricle{
        left: 0;
    }
    .line_right_cricle{
        right: 0;
    }
    .line_border{
        width: 90%;
        margin: 20px auto;
        border-radius: 10px;
        border: 2px solid #66d3f0;
    }
    .gtitle{
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        padding-top: 0;
        background-color: #66d3f0;
        color: #ffffff;
        border-radius: 5px;
    }
    .gtext{
        margin-bottom: 25px;
    }
    .gmore{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .business_num{
        width:80%;
        height: 55px;
        font-size: 16px;
        font-weight: bold;
        margin-top: 0;
        line-height: 46px;
        background-size: 100% 100%;
    }
    .cooperate_div{
        padding: 10px 0;
    }
    .cooperate_list{
        display: none;
    }
    .cooperate_mobile{
        width: 100%;
        display: block;
        padding-top: 10px;
        position: relative;
    }
    .cooperate_mobile .left_btn,.cooperate_mobile .right_btn{
        top: 12vh;
        z-index: 99999;
    }
    .cooperate_mobile_list{
        width: 80vw;
    }
    .cooperate_item{
        width: 100%;
    }
    .cooperate_item img{
        width: 100%;
        transform: scale(0.9);
    }
    .cooperate_mobile_img{
        width: 100%;
        height: 55vw;
        background-position-y: -80px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: table;
    }
    .ooperate_item_title{
        width: 50%;
        height: 8vw;
        margin-top: 1vw;
        background-color: #66d3f0;
        color: #ffffff;
        text-align: center;
        line-height: 8vw;
        font-size: 18px;
    }
    .ooperate_item_desc{
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #4e4e4e;
    }
    .news_center{
        display: none;
    }
    .news_mobile{
        width: 96%;
        margin: auto;
        padding-top: 30px;
        display: block;
    }
    .center_left{
        width: 24%;
        margin-right: 2%;
        padding: 5px;
    }
    .center_left_bian{
        padding: 5px;
    }
    .clb_title{
        width:calc(100% - 28px);
        height:160px;
        font-size: 24px;
        line-height: 30px;
    }
    .clb_cate{
        padding: 15px 0 10px 0;
    }
    .clb_cate a{
        font-size: 12px;
        padding-bottom: 10px;
        font-weight: bold;
    }
    .clb_cate a:last-child{
        padding-bottom: 0;
    }
    .center_right{
        width: 70%;
        margin-left: 0;
    }
    .crt_left{
        width: 100%;
        height: 70%;
    }
    .crt_left img{
        height: 100%;
    }
    .crtr_bottom{
        width: 100%;
        padding: calc(70% + 10px) 0 0 0;
    }
    .crtr_bottom a{
        font-size: 14px;
        padding-bottom: 3px;
    }
    .crtr_top{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .crtr_top div{
        width: 49%;
        height: 36%;
    }
    .crtr_top div:nth-child(2){
        margin-left: 2%;
    }
    .crb_one{
        width: 90%;
        padding: 5%;
        background: #fbfbfb;
        display: none;
    }
    .crb_one a{
        margin-bottom: 8px;
    }
    .crb_one_1{
        font-size: 16px;
        font-weight: bold;
    }
    .crb_one_2{
        font-size: 13px;
    }
    .discounts_div{
        padding: 30px 0;
    }
    .btitle_mobile{
        font-size: 28px;
    }
    .business_img1{
        width: 65%;
        margin-top: 26px;
    }
    .business_img2{
        width: 65%;
        top: 70px
    }
    .business_img3{
        width: 70%;
        margin-top: 20px;
    }
    .quota_div{
        width: 60vw;
        margin: 15px auto;
    }
    .quota_div span{
        width: 13vw;
        height: 13vw;
        margin-right: 1vw;
        line-height: 12vw;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .quota_div span:nth-child(4n){
        margin-right: 0;
    }
    .discounts_next{
        margin-bottom: 20px;
    }
    .discounts_next_title{
        font-size: 16px;
        line-height: 40px;
    }
    .support_list{
        display: none;
    }
    .support_list_img{
        width: 96%;
        margin: 10px auto 20px auto;
        display: block;
    }
    .support_list_img:nth-child(2){
        width: 100%;
    }
}