*{
    margin: 0;
    padding: 0;
}
.landing {
    background: url("../../../img/Binding_WeChat.webp")no-repeat ;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}
.content{
    margin: 0 auto;
    overflow: hidden;
}
.register-tip p{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
}
@media (min-width: 1200px) {
    .content{
        width: 1200px;
    }
    .share-top-left{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.share-top{
    width: 1200px;
    /*height: 460px;*/
    margin-top: 30px;
    display: flex;
}
.share-top-left{
    width: 50%;
    margin-right: 7%;
}
.share-top-right{
    width: 40%;
    background: #FFFFFF;
    border-radius: 10px;
    /*height: 360px;*/
    margin-top: 80px;
}
.loading-top-info{
    height: 200px;
}
/*.loading-top-info p{*/
/*    display: inline-block;*/
/*    font-size: 44px;*/
/*    padding-left: 50px;*/
/*    border-radius: 10px;*/
/*    color: #FFFFFF;*/
/*}*/
.loading-top-info img{
    width: 90%;
}
.loading-top-img{
    margin-top: 60px;
    /*width: 479px;*/
    /*height: 276px;*/
    /*background: url("../../../img/sharebg.png")no-repeat;*/
}
.share-top-right-title{
    height: 100px;
    display: flex;
}
.share-top-right-title div{
    width: 50%;
}
.share-top-right-title span{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
    width: 100%;
    display: block;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.share-top-right-title div  p{
    width: 75%;
    height: 3px;
    background: linear-gradient(90deg, #E75BDB, #04CDFF);
    margin: 0 auto;
}
.share-top-right-title div:nth-child(2) p{
    width: 75%;
    height: 3px;
    background: linear-gradient(90deg, #E75BDB, #04CDFF);
    display: none;
    margin: 0 auto;
}
.share-phone-login{
    width: 85%;
    margin: 20px auto;
    flex-flow:row wrap;
    align-items: flex-start;
    /*height: auto;*/
}
.share-phone-login div{
    width: 100%;
    height: 60px;
}
.share-number{
    display: flex;
    margin-top: 10px;
    position: relative;
}
@media (min-width: 900px) {
    .share-number{
        border: 1px solid #CCCCCC;
    }
    .share-code div:nth-child(1){
        border: 1px solid #CCCCCC;
    }
    .share-email{
        border: 1px solid #CCCCCC;
    }
    .share-forget{
        border: 1px solid #CCCCCC;
    }
    .share-code div:nth-child(2){
        border: 1px solid;
        border-image: -webkit-linear-gradient( #E75BDB, #04CDFF) 30 30;
    }
    .share-code div:nth-child(2) span{
        background: linear-gradient(0deg, #E75BDB 0%, #04CDFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
.share-number div:nth-child(1){
    width: 20%;
}
.share-number div:nth-child(1) span{
    width: 100%;
    text-align: center;
    height: 21px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    display: block;
    line-height: 60px;
    cursor: pointer;
}
.share-number div:nth-child(2){
    width: 80%;
}
.share-number div:nth-child(2) input{
    height: 95%;
    border: 0px;
    outline:none;
    cursor: pointer;
    font-size: 18px;
    /*-webkit-box-shadow: 0 0 0 1000px white inset;*/
}
.share-code{
    display: flex;
    margin-top: 10px;
}
.share-forget{
    margin-top: 10px;
}
.pic-code{
    display: none;
}
.share-code div:nth-child(1){
    width: 60%;
    margin-right: 5%;
}
.share-code div:nth-child(1) input{
    height: 95%;
    border: 0px;
    outline:none;
    cursor: pointer;
    font-size: 18px;
    width: 80%;
    margin-left: 10%;
    /*-webkit-box-shadow: 0 0 0 1000px white inset;*/
}
.share-code div:nth-child(2){
    width: 35%;
}
.share-code div:nth-child(2) span{
    width: 100%;
    height: auto;
    display: block;
    font-size: 18px;
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: 300;
    /*color: #00BB8C;*/
    line-height:60px;
    cursor: pointer;
}
.pic-img img{
    width: 100%;
}
.email-login{
    display: none;
}

.share-email input{
    height: 95%;
    border: 0px;
    outline:none;
    cursor: pointer;
    font-size: 18px;
    width: 90%;
    margin-left: 3%;
    /*-webkit-box-shadow: 0 0 0 1000px white inset;*/
}
.share-forget input{
    height: 95%;
    border: 0px;
    outline:none;
    cursor: pointer;
    font-size: 18px;
    width: 90%;
    margin-left: 3%;
    /*-webkit-box-shadow: 0 0 0 1000px white inset;*/
}
.share-bt{
    margin-top: 30px;
    height: 58px;
    background:linear-gradient(90deg, #04CDFF, #E75BDB); ;
}
.share-bt span{
    width: auto;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: block;
    line-height: 58px;
    cursor: pointer;
}
.share-bottom{
    width: 100%;
    height: 327px;
    margin-top: 100px;
    background: #1C212D;
    opacity: 0.83;
    border-radius: 20px;
}
.exclusive-title {
    color: #ffffff;
    text-align: center;
    height: auto;
    font-size: 40px;
    padding-top: 50px;
    width: 100%;
}
.exclusive-title img {
    display: inline-block;
}
.share-privilege{
    display: flex;
    width: 100%;
    height: 200px;
    margin-top: 20px;
}
.share-privilege div{
    width: 25%;
}
.share-privilege div img{
    margin: 20px auto 0;
    display: block;
}
.share-privilege div p:nth-child(2){
    margin-top: 20px;
    width: auto;
    height: auto;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.share-privilege div p:nth-child(3){
    margin-top: 10px;
    width: auto;
    height: auto;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #E2E2E2;
    text-align: center;
}
.mobile-num{
    height: 200px;
    overflow: auto;
    width: 200px;
    background: #FFFAFA;
    position: absolute;
    /*top: 80%;*/
    /*left: 1%;*/
    display: none;
}
.loading-top-p{
    display: none;
}
@media (max-width:1100px) and (min-width:800px ) {
    .share-top-left{
        width: 35%;
        margin-right: 1%;
        margin-top: 10%;
    }
    .loading-top-img>img{
        width: 95%;
    }
    .share-top-right{
        width: 30%;
    }
    .loading-top-info{
        height: 140px;
    }
}
@media (max-width:798px){
    .share-top{
        width: 100%;
        display: block;
        /*height: 745px;*/
    }
    .share-top-left{
        width: 100%;
    }
    .share-top-right{
        width: 100%;
        margin: 20px auto 0;
        /*height: 260px;*/
        background: none;
    }
    .loading-top-info{
        width: 100%;
        height: 105px;
    }
    .share-top-right-title{
        height: 50px;
    }
    .share-top-right-title span{
        line-height: 50px;
    }
    .share-phone-login div{
        height: 50px;
    }
    .share-number div:nth-child(1) span{
        line-height: 50px;
    }
    .share-code div:nth-child(2) span{
        line-height: 50px;
    }
    .share-bottom{
        margin-top: 30px;
    }
    .share-bottom{
        display: none;
    }
    .loading-top-img img{
        width: 82%;
        height: 82%;
        margin: 0 auto;
        display: block;
    }
    .loading-top-info img{
        width: 85%;
        margin: 0 auto;
        display: block;
        height: 85px;
    }
    .share-phone-login{
        width: 90%;
    }
    .share-bt{
        margin-top: 15px;
    }
    .share-top-right-title div p{
        width: 60%;
    }
    .share-top-right-title div:nth-child(2) p{
        width: 60%;
    }
    .share-top-right-title span{
        font-size: 20px;
        color: #8D95BE;
    }
    .loading-top-img{
        margin-top: 5px;
    }
    .loading-top-p{
        display: block;
        width: 100%;
        height: 30px;
    }
    .loading-top-p p{
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
        padding-left: 35px;
    }
    .share-number div:nth-child(2) input{
        background: transparent;
        color: #FFFFFF;
    }
    .share-code div:nth-child(1) input{
        background: transparent;
        color: #FFFFFF;
    }
    .share-email input{
        background: transparent;
        margin-left: 6%;
        color: #FFFFFF;
    }
    .share-forget input{
        background: transparent;
        margin-left: 6%;
        color: #FFFFFF;
    }
    .share-number div:nth-child(1) span{
        color: #8D95BE;
    }
    .share-number{
        border-bottom: 1px solid #8D95BE;
    }
    .share-code div:nth-child(1){
        border-bottom: 1px solid #8D95BE;
    }
    .share-email{
        border-bottom: 1px solid #8D95BE;
    }
    .share-forget{
        border-bottom: 1px solid #8D95BE;
    }
    .share-bt{
        border-radius: 40px;
        margin-top: 30px;
    }
    .share-bt span{
        line-height: 50px;
    }
    .share-code div:nth-child(2){
        border-bottom: 1px solid #8D95BE;
    }
    .share-code div:nth-child(2) span{
        color: #FFFFFF;
    }
    .share-code div:nth-child(1){
        width: 65%;
        margin-right: 0;
    }
}

.country_list{
    display: flex;
    font-size: 14px;
    cursor: pointer;
    padding-top: 8px;
}
.country_list>span{
    width: 50%;
}
.country_list>span:nth-child(1){
    padding-left: 5px;
}
.country_list>span:nth-child(2){
    text-align: right;
    padding-right: 5px;
}
.Code_search{
    height: 20px;
    width: 192px;
    border: #bcdff1;
    background: #FFFAFA;
    margin-top: 5px;
    padding-left: 5px;
    color: #111111;
    font-size: 14px;
    border-bottom: 1px solid #111111;
}
.mobile-num::-webkit-scrollbar{
    background: #FFFAFA;
    width: 8px;
}
.mobile-num::-webkit-scrollbar-thumb{
    background: linear-gradient(180deg, #E75BDB, #04CDFF);
    border-radius: 2px;
    height: 40px;
}
.Code_div{
    height: 200px!important;
    display: none;
    z-index: 100;
    position: absolute;
    width: 200px!important;
}
.share_mask{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    /*background: rgba(0, 0, 0, 0.6);*/
    z-index: 99;
}