.loginpage-bj{
    background: #F5F5F5;
}
.with-content{
    max-width: 1200px;
    margin: 0 auto;
}
.joinContentMain{
    border-radius: 8px;
}
.login-content{
    display: flex;
    /*border-radius: 8px;*/
    /*overflow: hidden;*/
    /*margin: 0px auto;*/
}
.login-content .login-item-div{
    box-sizing: border-box;
    flex: 1;
    position: relative;
}
.login-content .login-item-border::after{
    content: '';
    width: 1px;
    height: 300px;
    background: #D8D8D8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.login-content .login-item-div .login-left-item1{
    width: 320px;
    max-height: 80px;
    margin: 40px auto;
}
.login-content .login-item-div .login-left-item1 img{
    width: 100%;
    height: 100%;
}
.login-content .login-item-div .login-left-item2{
    font-size: 30px;
    font-weight: 400;
    color: #1C201E;
    line-height: 48px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.login-content .login-item-div .login-left-item2 b{
    color: #FF5306;
    font-style: oblique;
    font-size: 32px;
    margin: 0 10px;
}
.login-content .login-item-div .login-left-item2 em{
    color: #1C201E;
    /*font-size: 48px;*/
}
.login-content-page .login-main{
    width: 64%;
    margin: 0 auto;
}
.loginpage-top-advert{
    /*margin-top: 90px;*/
    position: relative;
}
.loginpage-top-advert img{
    width: 100%;
}
.loginpage-top-text{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:20%;
    width: 790px;
    background: #ffffff61;
    border-radius: 2px;
    margin: 0 auto;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #1C201E;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}
.loginpage-top-text i{
    padding: 0 2px;
}
.loginpage-top-text span{
    color: #FF5306;
    font-size: 28px;
}
.loginpage-top-text b{
    font-weight: 800;
}
.login-left-part1{
    position: relative;
}
.login-left-part1 img{
    width: 100%;
}
.login-left-part1 .part1-txt{
    position: absolute;
    width: 80%;
    font-size: 24px;
    font-family: SourceSansPro-SemiBold, SourceSansPro;
    color: #1C201E;
    line-height: 36px;
    left: 40px;
    top: 40px;
}
.login-left-part1 .part1-txt b{
    color: #008750;
}
.login-left-part1 .part1-txt em{
    color: #1C201E;
    font-weight: 500;
}
.login-left-part2{
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
.login-left-part2 .part2-txt{
    font-size: 22px;
    color: #1C201E;
    line-height: 30px;
    text-align: center;
}
.login-left-part2 .part2-img{
    padding-top: 24px;
}
.login-left-part2 .part2-img img{
    width: 100%;
}
.login-left-part3{
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
.login-left-part3 .part3-txt{
    font-size: 24px;
    font-family: SourceSansPro-SemiBold, SourceSansPro;
    line-height: 30px;
    color: #171817;
}
.login-left-part3 .part3-txt b{
    color: #008750;
}
.login-left-part3 .part3-txt em{
    color: #1C201E;
    font-weight: 500;
}
.login-left-part3 .part3-img{
    padding-top: 37px;
}
.login-left-part3 .part3-img img{
    width: 100%;
}
/* 渠道注册页样式 */
.channelDiv{}
.channelDiv ul{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.channelDiv ul li {
    text-align: center;
    width: 78px;
}
.channelDiv ul li img{
    width: 100%;
}
.channelDiv ul li.channelDiv-li2 img{
    width: 120px;
}
.channelDiv ul li.channelDiv-li2 p{
    margin-top: 10px;
}
.channelDiv ul li p{
    font-size: 12px;
    font-weight: 500;
    color: #008750;
}
.joinContentTop{
    position: relative;
    margin-top: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-top: -40px;
}
.import-top0{
    margin-top: 0 !important;
}
.channelLayout{
    display: none;
}
.channelLayout .channelText{
    font-size: 24px;
    color: #1C201E;
    line-height: 26px;
    text-align: center;
    padding-top: 36px;
}
.channelLayout .channelDis{
    font-size: 24px;
    font-weight: 400;
    color: #1C201E;
    text-align: center;
    padding-top: 12px;
}
.channelLayout .channelDis span{
    color: #FF5306;
    font-style: oblique;
    margin: 0 6px;
}
.channelLayout .channelMoreImg{
    width: 546px;
    margin: 0 auto;
    margin-top: 20px;
}
/*pc端 <960*/
@media screen and (max-width:1200px){
    .resize-content{
        margin: 30px auto;
    }
    .login-left-part3 .part3-txt{
        font-size: 20px;
        line-height: 24px;
    }
    .login-left-part2 .part2-txt{
        font-size: 20px;
        line-height: 24px;
    }
    .login-left-part2 .part2-img {
        padding-top: 38px;
    }
    .login-left-part1 .part1-txt{
        font-size: 20px;
        line-height: 32px;
    }
    .login-content .login-item-div .login-left-item2{
        font-size: 30px;
        line-height: 44px;
    }
    .login-content .login-item-div .login-left-item2 b{
        font-size: 32px;
    }
    .login-content .login-item-div .login-left-item2 em{
        /*font-size: 42px;*/
    }
}
/*pc端 <768*/
@media screen and (max-width:768px){
    .login-left-part2 .part2-txt{
        font-size: 20px;
        line-height: 24px;
    }
    .resize-content{
        display: block;
        padding: 0 10%;
        margin: 0px auto;
    }
    .login-left-part3{
        padding: 0 4%;
    }
    .login-left-part3 .part3-txt{
        display: none;
    }
    .login-left-part3 .part3-img{
        padding-top: 0;
    }
    .login-content .login-item-div .login-left-item2{
        padding-top: 20px;
        width: 80%;
    }
    .login-content .login-item-border::after{
        display: none;
    }
    .login-content .login-item-div .login-left-item2{
        font-size: 20px;
        line-height: 34px;
    }
    .login-content .login-item-div .login-left-item2 b {
        font-size: 32px;
    }
    .login-content .login-item-div .login-left-item2 em {
        font-size: 32px;
    }
}

.channelMoreImgFoot{
    width: 546px;
    margin: 0 auto;
    margin-top: 20px;
}
.channelMoreImgFoot ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.channelMoreImgFoot ul li{
    text-align: center;
    position: relative;
}
.channelMoreImgFoot ul li:after{
    content: "";
    position: absolute;
    right: -85px;
    top: 50px;
    width: 80px;
    height: 1px;
    z-index: 1;
    border: 1px dashed #008750;
    opacity: .5;
}
.channelMoreImgFoot ul li:last-child::after{
    display: none;
    content: "";
}
.channelMoreImgFoot ul li img{
    width: 82px;
    height: 82px;
}
.channelMoreImgFoot ul li p{
    padding-top: 13px;
}
.channelMoreImgFoot ul li p b{
    font-size: 20px;
    font-width: 800;
    color: #008750 ;
}
.channelMoreImgFoot ul li p span{
    font-size: 14px;
    color: #1C201E;
}
.channelLayout{
    padding-bottom: 40px;
}
.loginPagePart1,.loginPagePart2,.loginPagePart3,.loginPagePart4{
    display: none;
}
.pc-nav-search,.nav-2,footer{
    display: none !important;
}
.loginpageItemJoinNowTopBtn{
    width: 80px;
    height: 24px;
    background: #008750;
    border-radius: 21px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
    margin-left: 20px;
}
.loginpageItemSignInTopBtn{
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #008750;
    font-size: 14px;
}
.loginpageItemJoinNowTopBtn,.loginpageItemSignInTopBtn{
    display: none ;
}
nav.pc-nav-01{
    height: 80px;
}
.bg-slow-green{
    padding-top: 80px !important;
}
header{
    min-height: auto !important;
}
/*强制刷新样式*/
.importantp{
    margin-top: -59px;
    background: #ffffff;
}
.box-shadow-11{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.11);
}
.bj-ffffff{
    background-color: #FFFFFF;
}
.signin-currencytitle1{
    font-size: 20px;
    text-align: center;
}
.joinnow-currencytitle1{
    font-size: 20px;
    text-align: center;
}
.bg-slow-green{
    min-height: auto !important;
}
.qd-terms{
    display: none;
}
.qd-terms .qd-title{
    font-size: 14px;
    font-weight: 600;
    color: #1C201E;
    line-height: 14px;
}
.qd-terms .qd-cmain{
    font-size: 12px;
    font-weight: 400;
    color: #1C201E;
    line-height: 18px;
    padding-top: 20px;
}
.nextDrawing{
    width: 580px;
    height: 124px;
    border-radius: 24px;
    padding: 0 34px;
    margin: 0 auto;
}
.nextDrawing ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.nextDrawing ul li{
    padding-top: 28px;
    text-align: center;
}
.nextDrawing ul li:nth-child(even) .p1{
    /*color: #008750 ;*/
    /*opacity: 4.2;*/
}
.nextDrawing ul li .p1{
    font-size: 36px;
    font-weight: bold;
    color: #1C201E;
    line-height: 45px;
}
.nextDrawing ul li .p2{
    font-size: 12px;
    font-weight: 400;
    color: #555856;
    line-height: 20px;
}
.notstart{
    font-size: 22px;
    font-weight: 600;
    color: #1C201E;
    line-height: 24px;
    text-align: center;
    padding-top: 60px;
}
.qd-border-1{
    height: 1px;
    border: 1px dashed #7E8680;
    max-width: 1200px;
    margin-top: 180px;
}
.qd-opportunites{
    font-size: 14px;
    font-weight: 600;
    color: #1C201E;
    line-height: 16px;
    text-align: center;
    padding-top: 40px;
}
.qd-outer-link{
    width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.qd-outer-link div{
    width: 40px;
    cursor: pointer;
}
.qd-outer-link div img{
    width: 100%;
}
.qd-p-t100{
    padding-top: 100px;
}
.qd-refuse-item{
    text-align: center;
    overflow: hidden;
    display: none;
}
.qd-refuse-titile{
    font-size: 24px;
    font-weight: 600;
    color: #1C201E;
    line-height: 24px;
    padding-top: 100px;
}
.qd-refuse-text{
    font-size: 18px;
    font-weight: 400;
    color: #1C201E;
    line-height: 18px;
    padding-top: 30px;
}
.qd-refuse-link{
    font-size: 12px;
    font-weight: 600;
    color: #008750;
    line-height: 15px;
    width: 93px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #008750;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qd-terms{
    padding-top: 60px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #1C201E;
    padding-bottom: 60px;
}
.qd-terms img{
    width: 100%;
}
.qd-over-item{
    text-align: center;
    overflow: hidden;
    display: none;
}
.qd-link-item{
    display: none;
}
.qudao-daojishi{
    display: none;
}
.qd-outer-link-zh{
    width: 700px;
    margin: 0 auto;
}
.qd-outer-link-zh ul{
    display: flex;
    justify-content: center;
    align-items: end;
}
.qd-outer-link-zh ul li{
    text-align: center;
    padding: 34px;
}
.qd-outer-link-zh ul li .child-item{
    width: 130px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.qd-outer-link-zh ul li div.dname{
    font-size: 12px;
    font-weight: 400;
    color: #555856;
    line-height: 12px;
    padding-top: 20px;
}
.qd-outer-link-zh ul li p{
    font-size: 14px;
    font-weight: 400;
    color: #1C201E;
    line-height: 20px;
    padding-top: 6px;
}
.qd-outer-link-zh ul li .bigimg{
    width: 100%;
}
.qd-outer-link-zh ul li .smallimg{
    width: 48px;
}
.mo-login-part2{
    display: none;
}
.mo-login-part2-txt{
    display: none;
}
.loginpage-layer{
    display: none;
}
.qd-oldusers{
    display: none;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.qd-oldusers .qd-title{
    font-size: 24px;
    font-weight: 600;
    color: #1C201E;
    line-height: 24px;
}
.qd-oldusers .qd-center{
    font-size: 18px;
    font-weight: 400;
    color: #1C201E;
    line-height: 18px;
    padding-top: 30px;
}
.qd-oldusers-btn{
    width: 178px;
    height: 30px;
    background: #008750;
    border-radius: 15px;
    margin:0 auto;
    font-size: 14px;
    margin-top: 20px;
    line-height: 28px;
}
.qd-oldusers-btn a{
    font-weight: 600;
    color: #FFFFFF;
    display: block;
    height: 100%;
    width: 100%;
}
.qd-oldusers-ico{
    text-align: center;
    color: #008750;
    margin-bottom: 20px;
}
.qd-oldusers-ico i{
    font-size: 50px;
}
.bg-slow-green{
    background-color: #FFFFFF !important;
}
.small-join-newsubtitle{
    display: none;
}
.site-main{
    padding-bottom: 80px;
}
.SignUpTerms{
    opacity: 0;
}
.visitorItem-div{
    display: none;
}
