
.login-content-page{

}
.home-login-tips{
    line-height: 30px;
    padding-top: 24px;
    text-align: center;
}
.home-login-tips p.p1{
    color: #1A1A1A;
    font-size: 18px;
}
.home-login-tips p.p2{
    color: #1A1A1A;
    font-size: 20px;
}
.home-login-tips p.smalletxt{
    font-size: 15px;
    font-weight: 400;
    color: #1C201E;
    padding-top: 10px;
}
.home-other-login{
    align-items: center;
    /*padding-top: 25px;*/
    justify-content: center;
    padding-bottom: 20px;
}
.home-other-login .u-third-googl-login{
    width: 200px;
    font-size: 14px;
    background: #4285F3;
    color: #FFFFFF;
    border-radius: 20px;
    height: 40px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
.home-other-login .u-third-googl-login .iconfont{
    font-size: 1.1rem;
}
.home-other-login .u-third-googl-login span{
    padding-left: 12px;
}
.home-other-login .u-third-fcbk-login{
    color: #ffffff;
    font-size: 1.9rem;
    background-color: #537bbc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-other-login .u-third-fcbk-login .iconfont{
    font-size: .9rem;
}
.home-other-login .u-third-apple-login{
    color: #ffffff;
    background-color: #000000;
    border-radius: 50%;
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: none;
}
.home-other-login .u-third-naver-login{
    color: #ffffff;
    border-radius: 50%;
    font-size: 2rem;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: none;
}
.home-other-login .u-third-naver-login i{
    color: #03C75A;
    font-size: 2rem;
}
.home-other-login .u-third-apple-login .iconfont{
    font-size: 1.2rem;
}
.home-login-or{
    margin-top: 25px;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
}
.home-login-or::before{
    content: '';
    position: absolute;
    right: 22px;
    top: 8px;
    width: 120px;
    height: 1px;
    background: #DCDFDE;
}
.home-login-or::after{
    content: '';
    position: absolute;
    left: 22px;
    top: 8px;
    width: 120px;
    height: 1px;
    background: #DCDFDE;
}
.home-login-or span{
    font-size: 16px;
    font-weight: 400;
    color: #8F9391;
    line-height: 18px;
}
.home-login-form{
    padding-top: 25px;
}
.login-form-item{
    position: relative;
    margin-bottom: 24px;
}
.login-form-item .input-item{
    width: 100%;
    padding: 10px 38px;
    border-radius: 21px;
    border: 1px solid #DCDFDE;
    font-size: 14px;
    color: #8F9391;
    box-sizing: border-box;
}
.login-form-item i{
    color: #545454;
    font-size: 14px;
    position: absolute;
    left: 15px;
    top: 13px;
    /*transform: translateY(-50%);*/
    opacity: 1;
}
.referralDiv{
    display: none;
}
.referral-code{
    font-size: 14px;
    font-weight: 400;
    color: #008750;
    line-height: 14px;
    margin-bottom: 16px;
    text-align: center;
}
.referral-code a{
    color: #008750;
}
.login-agreement{
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #8F9391;
    line-height: 12px;
    padding-bottom: 68px;
    text-align: center;
}
.login-agreement a{
    color: #8F9391;
    text-decoration: underline;
}
.home-login-form-btn{
    height: 42px;
    background: #008750;
    border-radius: 21px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    margin-bottom: 20px;
}
.SignInPopBtn{
    display: none;
}
.login-agreement{
    padding-bottom: 10px;
}
.SignUpTerms{
    padding-bottom: 14px;
    color: #8F9391;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.SignUpTerms .iconfont{
    font-size: 1rem;
    margin-left: 6px;
    cursor: pointer;
}
.error-txt{
    position: absolute;
    bottom: -14px;
    left: 40px;
}
/* 验证码提示 */

.m-passwordStrength{
    display: none;
    z-index: 1;
    width: 376px;
    height: 180px;
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    position: absolute;
    top: 50px;
    left: 0px;
    font-size: 14px;
    padding: 25px 17px;
    box-sizing: border-box;
    text-align: left;
    color: #222;
}
.m-passwordStrength:before {
    content: '';
    position: absolute;
    top: -9px;
    right: 50%;
    padding: 8px;
    background: inherit;
    border: inherit;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}
.m-passwordStrength .u-title {
    font-size: 14px;
    color: #1C201E;
}
.m-passwordStrength .u-title span{
    font-size: 16px;
    font-weight: 500;
}
.m-passwordStrength .difficultyBox {
    width: 100%;
    height: 8px;
    border-radius: 19px;
    margin-top: 20px;
    position: relative;
}

.m-passwordStrength .difficultyBox .u-item {
    width: 100%;
    height: 8px;
    /*background: #008750;*/
    border-radius: 10px;
    opacity: 0.1;
}
.m-passwordStrength .difficultyBox .u-item-bar {
    width: 70px;
    height: 8px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: width .5s ease-in;
}
/* weak */
.m-passwordStrength .pwd-weak .u-item-bar {
    width: 33%;
    background: yellow;
    border-radius: 10px;
    background: linear-gradient(90deg, #FFD800 0%, #d1b415 100%);
}
/* goog */
.m-passwordStrength .pwd-good .u-item-bar {
    width: 66%;
    background: red;
    border-radius: 10px;
    background: linear-gradient(90deg, #FFDB16 0%, #a78f10 100%);
}
/* strong */
.m-passwordStrength .pwd-strong .u-item-bar {
    width: 100%;
    background: red;
    border-radius: 10px;
    background: linear-gradient(90deg, #FFDB16 0%, #008750 100%);
}
.m-passwordStrength .u-tip {
    line-height: 22px;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1C201E;
}
.m-passwordStrength .password-selected {
    color: #1C201E;
    position: relative;
}
.password-tip span{
    font-size: 14px;
    color: #F53131;
}
.password-tip .password-selected::before{
    content: '\e65f';
    position: absolute;
    right: -22px;
    top: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px dashed #cccccc;*/
    color: #1C201E;
    font-size: 12px;
}
.referCodeBtn{
    position: absolute;
    color: #008750;
    font-size: 14px;
    right: 15px;
    cursor: pointer;
    top: 0;
    /*width: 50px;*/
    line-height: 40px;
    height: 100%;
}
.referCodeBtn span{
    font-size: 14px;
}
.onlyAppleItem{
    border-radius: 20px !important;
    border: 1px solid #1C201E;
    width: 100% !important;
    display: flex;
    justify-content: center;
    height: 40px !important;
    background-color: transparent !important;
}
.onlyAppleItem a{
    display: flex;
    align-items: center;
}
.onlyAppleItem a i{
    color: #000000;
}
.onlyAppleItem a span{
    font-weight: 400;
    color: #1C201E;
    font-size: 14px;
    padding-left: 6px;
}
/* 弹窗版登陆结束 */
.login-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}
.login-layer-wrap {
    box-sizing: border-box;
    width: 460px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    /*overflow: hidden;*/
    background-color: #fff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.login-layer-wrap .login-main{
    /*padding: 8px 30px 0 30px;*/
    width: 346px;
    margin: 0 auto;
}
.login-layer-wrap .login-layrp-close{
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    font-size: .6rem;
    color: #1A1A1A;
}
.login-layer-wrap .login-main .home-login-tips{
    text-align: center;
}
.login-layer-wrap-foot{
    width: 100%;
    height: 44px;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
    border-radius: 0 0 10px 10px;
}
.login-layer-wrap-foot a{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
    display: flex;
    align-items: center;
}
.login-layer-wrap-foot i.iconfont{
    font-size: 16px;
    margin-left: 4px;
    color: #008750;
}
.login-layer-wrap-foot span{
    color: #008750;
    padding: 0 2px;
}
#loginform2item .p1{
    font-size: 28px;
}
/* 弹窗版登陆结束 */

.joinnow-landingtitle1{
    font-size: 18px;
    color: #1A1A1A;
}
.joinnow-landingtitle2{
    font-size: 20px;
    color: #1A1A1A;
    font-weight: 900;
}
.joinnow-currencytitle1{
    font-size: 24px;
    color: #1A1A1A;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
}
.joinnow-currencytitle1 span{
    font-size: 36px;
    color: #FF5306;
    font-style: oblique;
    padding: 0 2px;
}
.joinnow-currencytitle2{
    font-size: 16px;
    color: #1C201E;
}
.signin-currencytitle1{
    font-size: 30px;
    color: #1A1A1A;
    font-weight: 900;
}
.signin-currencytitle2{
    font-weight: 400;
    font-size: 16px;
    color: #1C201E;
}
.forgotPassword{
    text-align: center;
    /*padding-bottom: 20px;*/
    margin-top: 10px;
    font-weight: 400;
    color: #008750;
}
.forgotPassword a{
    font-weight: 400;
    color: #008750;
}
.joinnow-landingtitle2 .codeNumber{
    color: #FF5306;
    padding: 0 2px;
}
.small-join-newsubtitle{
    color: #8F9391;
    clear: both;
    font-size: 12px;
    text-align: center;
}
.small-join-newsubtitle b{
    font-size: 12px !important;
    color: #8F9391 !important;
    margin: 0 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    padding: 0 2px;
}
.login-head-loading{
    margin-top:50px !important;
    height: 60px;
    top:auto !important;
    bottom:auto !important;
}

/*11周年活动入口*/
.th11FlexEntrance{
    right: 8px;
    top: 25%;
    z-index: 10;
    position: fixed;
    text-align: center;
}
.th11FlexPop{
    background: url("data:image/png;base64,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") no-repeat center;
    background-size: contain;
    height: 28px;
}
.th11FlexEntrance .th11FlexPopTxt {
    font-weight: 400;
    font-size: 12px;
    color: #555856;
    line-height: 12px;
    text-align: center;
    padding-top: 2px;
}