html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input,
select,
textarea {
    vertical-align: middle;
    -ms-behavior: url(css/PIE.htc);
    behavior: url(css/PIE.htc);
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
a {
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}


.show_mb{
    display: none;
}
.right-box{
    position: fixed;
    right: 0%;
    bottom: 13%;
    width:200px;
    height:300px;
    overflow:hidden;
    z-index:500;
}
.left-btn {
    position:absolute;
    top:0%;
    right:0;
    width: 40px;
    cursor: pointer;
    display:none;
    z-index:10;
    background-color:#fff;
}
.left-btn.active{
    visibility:visible;
}
.erweima {
    float:right;
    position: relative;
    width: 150px;
    margin-top:0px;
    background:#fff;
    z-index:999;
}

.erweima>img {
    width: 100%;
    float:left;
}

.close {
    width: 15%;
    float:right;
    cursor: pointer;
    margin-top:0px;
}
.close img{
    width:100%;
}
.left-btn img {
    width: 100%;
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/* 导航 */
.header{
    height: 80px;
    line-height: 75px;
    position:fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.header .logo{
    float: left;
    width: 90px;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header .text{
    float: right;
}
.header .text a{
    font-size: 16px;
    color: #333;
    display: inline-block;
    margin-left: 30px;
    box-sizing:border-box;
}
.header .text a.active{
    border-bottom: 5px solid #e60012;
    color: #e60012;
}

/* 20200302新banner */
.clearfix:before,
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}
.img_hundred{
    width: 100%;
}
.new_banner{
    position: relative;
    padding-top: 80px;
}
.new_banner .banner_box{
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}
.new_banner .banner_t1{
    font-size: 44px;
    color: #fff;
    line-height: 1.6;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
}
.new_banner .banner_t2{
    color: #fff;
    line-height: 1.6;
    font-size: 24px;
    padding-top: 5px;
}
.new_banner .banner_t2 span{
    display: inline-block;
    padding:0 10px;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
}
.new_banner .banner_t2 span:first-child{
    padding-left: 0;
}
/* 20200302合作伙伴 */
.cooperation{
    width: 100%;
    background: url(../images/cooperation_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}
.cooperation h2{
    font-size: 34px;
    display: inline-block;
    position: relative;
    /* font-weight: 600; */
}
/* .cooperation h2:after{
    content: "";
    display:block;
    width: 100%;
    height: 4px;
    position:absolute;
    bottom: -5px;
    left: 0;
    background: #e60010;
} */
.cooperation .cooperation_box{
    width: 100%;
    margin: 0 auto;
    padding: 4%;
    box-sizing: border-box;
}
.cooperation .cooperation_box p{
    font-size: 18px;
    padding-top: 40px;
    line-height: 1.6;
}
.cooperation .cooperation_box p span{
    font-weight: 600;
    color: #e60010;
}
.cooperation .cooperation_box .coopVideo{
    width: 44.375vw;
    /* height: 25.2604vw; */
    margin: 0 auto;
}
.cooperation .cooperation_box .coopVideo .playVideo{
    display: none;
}
.cooperation .cooperation_box .coopVideo .coopImg{
   width: 100%;
   /* height: 100%; */
   position: relative;
}
.cooperation .cooperation_box .coopImg .firstImg{
    width: 100%;
}
.cooperation .cooperation_box .coopImg .secondImg{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.cooperation .cooperation_left{
    width: 30%;
    float: left;
    box-sizing: border-box;
    padding-top: 50px;
}
.cooperation .cooperation_right{
    width: 70%;
    float: left;
    padding-left: 40px;
    box-sizing: border-box;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}

/* 如何登录 */
.title{
    font-size: 34px;
    /* border-left: 5px solid #e60010; */
    padding-left: 15px;
    /* font-weight: 600; */
    color: #181818;
}
.how_sign{
    padding: 60px 0;
}
.how_sign h2{
    margin-bottom: 70px;
}
.how_sign .old_user{
    position: relative;
    padding-bottom: 90px;
}
.how_sign .old_user .userList {
    display: flex;
    justify-content: center;
    align-self: center;
}
.how_sign .old_user .userList li{
    display: flex;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
    width: 33.3333%;
    position: relative;
}
.how_sign .old_user .userList li.BtnRight1::after{
    content: "";
    display: block;
    width: 20px;
    height: 37px;
    position: absolute;
    right: -5px;
    top: 60%;
    background: url(../images/btnRight.png) no-repeat;
    background-size: 100% 100%;
}
.how_sign .old_user .userList li.BtnRight2::after{
    content: "";
    display: block;
    width: 20px;
    height: 37px;
    position: absolute;
    right: 3%;
    top: 60%;
    background: url(../images/btnRight.png) no-repeat;
    background-size: 100% 100%;
}
/* .how_sign .old_user .userList li img{
    display: block;
} */
.how_sign .old_user .userList .icon{
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto;
}
.how_sign .old_user .userList .text_left{
    position: relative;
}
.how_sign .old_user .userList .hline{
    position: absolute;
    width: 80%;
    height: 8px;
    right: -40%;
    top: 19px;
}
.how_sign .old_user .userList .hline img{
    width: 100%;
}
/* .how_sign .old_user .userList .text-icon1::after,.how_sign .old_user .userList .text-icon2::after{
    content: "";
    display: block;
    width: 30.7604vh;
    height: 8px;
    position: absolute;
    right: -50%;
    top: 19px;
    background: url(../images/hLine.png) no-repeat;
    background-size: 100% 100%;
} */
.how_sign .old_user .userList li p{
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}
/* .how_sign .old_user li{
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
    padding: 60px 40px 15px 40px;
    text-align: center;
    background: #fafafa;
    position: relative;
}
.how_sign .old_user li.Especially,
.how_sign .new_user li.Especially{
    background: #eeeff1;
} */
.how_sign li h3{
    display: inline-block;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    border-radius: 20px;
    padding: 5px 20px;
    position: relative;
}
.how_sign  li p{
    font-size: 18px;
    line-height: 1.6;
    padding-top: 15px;
}
.how_sign .old_user li img{
    width: 70%;
}
.how_sign .old_user .img_old_user{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    width: 540px;
    height: 60px;
    background: url(../images/old_user.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 60px;
    z-index: 2;
}
.how_sign .old_user .img_old_user h3{
    text-align: center;
    font-size: 24px;
    color: #fff;
}
/* .how_sign .old_user li.Especially::after,
.how_sign .old_user li:first-child::after{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #eeeff1;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5%;
    right: -20px;
    z-index: 2;
}
.how_sign .old_user li:first-child::after{
    background: #fafafa;
} */
.how_sign .new_user{
    position: relative;
}
.how_sign .new_user li{
    width: 50%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    background: #fafafa;
    padding: 60px 60px 25px 60px;
    position: relative;
}
.how_sign .new_user li p{
    padding-bottom: 10px;
}
.how_sign .new_user li p span{
    display: block;
}
.how_sign .new_user li img{
    width: 40%;
}
.how_sign .new_user li img.big_img{
    width: 80%;
}
.how_sign .new_user .img_new_user{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    width: 320px;
    height: 60px;
    background: url(../images/new_user.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 60px;
    z-index: 2;
}
.how_sign .new_user .img_new_user h3{
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.how_sign .new_user li.special::after,
.how_sign .new_user li:first-child::after{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #eeeff1;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5%;
    right: -20px;
    z-index: 2;
}
.how_sign .new_user li:first-child::after{
    background: #fafafa;
}
.do_what{
    position: relative;
}
.do_what h2{
    position: absolute;
    top: 8%;
}
.footerpc{
    background: #404143;
    height: 100px;
    line-height: 100px;
}
.footerpc .left{
    float: left;
    color:  #939392;
}
.footerpc .left a{
    padding: 0 10px;
    color:  #939392;
    font-size: 14px;
}
.footerpc .left a:first-child{
    padding-left: 0;
}
.footerpc .right{
    float: right;
    color: #fff;
     font-size: 14px;
}
.footerpc .right a{
    color: #939392;
}
.footerpc .right img{
    vertical-align: middle;
}
.mbmenu{
    display: none;
    padding-top: 45px;
    background: #fff;
}
.footermb{
    display: none;
}
.all:before{
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: -45px;
    background-size: 100% 100%;
    width: 45px;
    height: 65px;
}
.one:before{
    background: url(../images/one_icon.png) no-repeat;
}
.two:before{
    background: url(../images/two_icon.png) no-repeat;
}
.three:before{
    background: url(../images/three_icon.png) no-repeat;
}
.four:before{
    background: url(../images/four_icon.png) no-repeat;
}











@media(max-width:1200px) {
    .wrap {
        width: 960px;
    }
    .new_banner .banner_t1{
        font-size: 32px;
    }
    .new_banner .banner_t2{
        font-size: 18px;
    }
    .cooperation h2{
        font-size: 26px;
    }
    .cooperation .cooperation_box p{
        font-size: 18px;
    }
    .title{
        font-size: 26px;
        /* border-left: 3px solid #e60010; */
    }
    .how_sign{
        padding: 40px 0;
    }
    .how_sign .old_user .img_old_user{
        height: 60px;
        width: 451px;
        top: -30px;
        line-height: 60px;
    }
    .how_sign .old_user .img_old_user h3{
        font-size: 24px;
    }
    .how_sign h2{
        margin-bottom: 50px;
    }
    .how_sign li h3{
        font-size: 20px;
    }
    .how_sign li p{
        font-size: 16px;
    }
    .how_sign .new_user .img_new_user{
        width: 267px;
        height: 60px;
        line-height: 60px;
        top: -30px;
    }
    .how_sign .new_user li.special::after,
    .how_sign .new_user li:first-child::after{
        width: 30px;
        height: 30px;
        right: -15px;
    }
    .how_sign .old_user li.Especially::after,
    .how_sign .old_user li:first-child::after{
        width: 30px;
        height: 30px;
        right: -15px;
    }
    .footerpc .left a{
        font-size: 12px;
    }
    .footerpc .right{
        font-size: 12px;
    }
    .footerpc{
        height: 80px;
        line-height: 80px;
    }
}
@media(max-width:992px){
    .wrap {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
     .footerpc{
        display: none;
    }
    .footermb{
        display: block;
        background: #4d4d4d;
        padding-top: 13px;
        padding-bottom: 3px;
    }
    .footermb a{
        display: block;
        /*font-size: 12px;*/
        font-size: 3vw;
        color: #fff;
        text-align: center;
        padding-bottom: 10px;
    }
    .footermb a img{
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
}
@media(max-width:767px) {
    .show_pc{
        display: none;  
    }
   .show_mb{
        display: block;
    }
    .cooperation .cooperation_box{
        padding: 0;
        /* background: url(../images/cooperation_text_bg_mb.jpg) no-repeat;
        background-size: 100% 100%; */
    }
    .cooperation .cooperation_box .coopVideo{
        width: 100%;
        /* height: 56.666vw; */
    }
    .cooperation .cooperation_box .coopImg .secondImg{
        width: 15.2vw;
        height: 15.2vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        cursor: pointer;
    }
    .new_banner .banner_t1{
        font-size: 30px;
    }
    .new_banner .banner_t2{
        font-size: 20px;
    }
    .new_banner .banner_box{
        top: 23%;
    }
    .cooperation .cooperation_right{
        width: 100%;
        float: none;
        padding: 0 20px 15px 28px;
    }
    .cooperation .cooperation_right{
        text-align: center;
    }
    .cooperation .cooperation_right p{
        text-align: left;
    }
    .cooperation h2{
        font-size: 4.8vw;
        margin-bottom: 10px;
        /* font-weight: 600; */
    }
    .cooperation h2:after{
        height: 3px;
    }
    .cooperation{
        padding: 25px 0;
        background: url(../images/cooperation_bg_mb.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .cooperation .cooperation_right p{
        /*font-size: 12px;*/
        font-size: 3.2vw;
        padding-top: 6px;
    }
    .title{
        border: 0;
        /*font-size: 16px;*/
        font-size: 4.8vw;
        /* text-align: center; */
        position: relative;
        /* font-weight: 600; */
        padding-left: 0;
    }
    /* .title::after{
        content: "";
        display: block;
        height: 3px;
        width: 80px;
        background: #d22d25;
        margin: 0 auto;
        margin-top: 10px;
    } */
    .how_sign .old_user .img_old_user{
        width: 260px;
        height: 28px;
        line-height: 28px;
        top: -14px;
    }
    .how_sign .old_user .img_old_user h3{
        font-size: 14px;
    }
    .how_sign .old_user li{
        width: 100%;
        text-align: left;
        /* padding: 28px 18px 15px 18px; */
    }
    .how_sign li p{
        /*font-size: 12px;*/
         font-size: 3.2vw;
    }
    .how_sign .old_user li span{
        display: block;
    }
    .how_sign li h3{
        /*font-size: 12px;*/
        font-size: 3.2vw;
    }
    /* .how_sign .old_user li.Especially::after, .how_sign .old_user li:first-child::after{
        width: 20px;
        height: 20px;
        right: auto;
        left: 10%;
        bottom: -10px;
    } */
    .how_sign  .text_left{
        /* width: 70%; */
        /* float: left; */
        box-sizing: border-box;
    }
    .how_sign .old_user li img{
        width: 70%;
        /* float: left; */
        height: auto;
        margin: 0 auto;
    }
    .how_sign{
        padding: 30px 0;
    }
    .how_sign h2{
        margin-bottom: 10px;
    }
    .how_sign .old_user .userList {
        display: block;
    }
    .how_sign .old_user .userList li{
        display: block;
        width: 100%;
        position: relative;
    }
    .how_sign .old_user .userList li.BtnRight1::after{
        content: "";
        display: none;
    }
    .how_sign .old_user .userList li.BtnRight2::after{
        content: "";
        display: none;
    }
    /* .how_sign .old_user .userList li img{
        display: block;
    } */
    .how_sign .old_user .userList .icon{
        display: block;
        width: 38px;
        height: 38px;
        margin: 0;
    }
    .how_sign .old_user .userList .text_left{
        position: relative;
        display: flex;
        align-items: center;
    }
    .how_sign .old_user .userList .text-icon1::after,.how_sign .old_user .userList .text-icon2::after{
        content: "";
        display: block;
        height: 56.7604vw;
        width: 1.06666vw;
        position: absolute;
        right: calc(100% - 19px);
        top: 90%;
        background: url(../images/sLine.png) no-repeat;
        background-size: 100% 100%;
    }
    .how_sign .old_user .userList li p{
        text-align: left;
        margin: 0;
        margin-left: 10px;
        padding-bottom: 20px;
        font-size: 3.73vw;
    }
    .how_sign .new_user .img_new_user h3{
        font-size: 14px;
    }
    .how_sign .new_user .img_new_user{
        width: 123px;
        height: 28px;
        top: -14px;
        line-height: 28px;
    }
    .how_sign .old_user{
        padding-bottom: 20px;
    }
    .how_sign .new_user li{
        width: 100%;
        text-align: left;
        padding: 28px 18px 15px 18px;
    }
    .how_sign .new_user li p span{
        display: inline;
    }
    .how_sign .new_user li img{
        width: 30%;
        float: left;
    }
    .how_sign .new_user li img.big_img{
        width: 30%;
    }
    #sign.how_sign .new_user li::after{
        width: 20px;
        height: 20px;
        right: auto;
        left: 10%;
        bottom: -10px;
    }
    #sign.how_sign .new_user li:last-child::after{
        display: none;
    }
    #sign.how_sign .new_user li:nth-child(odd){
        background: #fafafa;
    }
    #sign.how_sign .new_user li:nth-child(odd)::after{
        background: #fafafa;
    }
    #sign.how_sign .new_user li:nth-child(even){
        background: #eeeff1;
    }
    #sign.how_sign .new_user li:nth-child(even)::after{
        background: #eeeff1;
    }
    .how_sign li p{
        height: auto !important;
    }
    .how_sign .new_user li p{
        padding-bottom: 0;
    }
    .do_what h2{
        position: absolute;
        top: 4%;
        left: 16px;
        /* transform: translateX(-50%); */
        padding-left: 0;
    }
    .do_what .do_text{
        position: absolute;
        bottom: 0;
        padding-right: 16px;
    }
    .do_what .do_text li{
        border-bottom: 1px solid #dee1e6;
        position: relative; 
        /*font-size: 14px;*/
        font-size: 3.73vw;
        line-height: 1.4;
        padding: 15px 0 15px 40px; 
        box-sizing:border-box;
    }
    .do_what .do_text li:last-child{
        border: 0;
    }
    .do_what .do_text li span{
        color: #cb100a;
    }
    .do_what .do_text li img{
        position: absolute;
        top: 50%;
        left: 0;
        width: 32px;
        height: 32px;
        margin-top: -15px;
    }
    .header .text a {
        display: none;
    }
    .header{
        height: 45px;
        line-height: 45px;
        box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    }
    .header .logo{
        width: 70px;
    }
    .header .text .menu{
        width: 22px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;

    }
    .mbmenu a{
        display: block;
        padding: 0 16px;
        line-height: 37px;
        font-size: 12px;
        border-bottom: 1px solid #e4e4e4;
        color: #333;
    }
    .all:before{
        display: none;
    }
    .new_banner{
        padding-top: 45px;
    }
}
