
.login-content-page{

}
.home-login-tips{
    line-height: 30px;
    padding-top: 24px;
}
.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;
}
.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{

}
.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;
}