/*common*/

#loginContainer{
    position: absolute;
    top: 6rem;
    right: 32rem;
    z-index: 1;

    margin: auto;
    width: 32rem;
    height: 37.8rem;
    background: #FFFFFF;
    box-shadow: 0 1rem 8rem 0 rgba(115,135,169,0.15);
    border-radius: 0.8rem;

    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

#loginContainer input,
#forgetPwdContainer input,
#bindPhoneContainer input {
    color: #666666;
    font-size: 1.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 300;
    line-height: 2rem;
    margin-top: 1rem;
    width: 22rem;
    outline: none;
    border-style: hidden;
}
#loginContainer input::placeholder,
#forgetPwdContainer input::placeholder,
#bindPhoneContainer input::placeholder{
    font-size: 1.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 300;
    color: #B8BFCC;
    line-height: 2rem;
}
#loginContainer button {
    border: none;
    outline: none;
}

.login-method-wrapper {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
}
.login-method .item {
    position: relative;
}
.login-method-icon{
    width: 3.2rem;
    height: 3.2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    cursor: pointer;
}
.login-method-icon:hover {
    opacity: 0.8;
}

.login-method {
    padding-top: 2.8rem;
    margin-bottom: 2.4rem;
    position: relative;
}
.login-method .item {
    display: inline-block;
    padding-bottom: 0.4rem;
    font-size: 1.6rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    line-height: 2.2rem;
    position: relative;
    color: #9AA1AB;
    cursor: pointer;
}
.login-method .item:first-child {
    margin-right: 3.2rem;
}
.login-method .item.active {
    color: #2979FF;
}
.login-method .bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3.2rem;
    height: 0.3rem;
    background: #2979FF;
    border-radius: 0.15rem;
}
.login-btn {
    display: block;
    width: 27.2rem;
    height: 4rem;
    margin-top: 3.2rem;
    background: #2979FF;
    border-radius: 2.8rem;

    font-size: 1.6rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 2.2rem;
    text-align: center;
    cursor: pointer;
}
.login-btn[disabled] {
    opacity: 0.5;
    background: #2979FF !important;
}
.login-btn:hover {
    background: #5494FF;
}

.mt16 {
    margin-top: 0.8rem;
}
.mt32 {
    margin-top: 1.6rem;
}

.login-input{
    padding-left:0.8rem;
}

.login-item {
    height: 4rem;
    width: 27.2rem;
    margin-bottom: 2.4rem;
}
.login-field {
    position: relative;
    height: 100%;
    border-bottom: 1px solid #EDF0F5;
    transition: all .2s ease;
}
.login-field.focus {
    border-bottom: 1px solid rgba(41,121,255,.6);
}
.login-field.error {
    border-bottom: 1px solid rgba(244,72,72,.6) !important;
}
.login-field img:not([id = 'codeImg']){
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 0.8rem;
}
.login-field #smsAuthInput {
    width: 15rem;
}

.auth-content .a-link {
    font-size: 1.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 300;
    color: #2979FF;
    line-height: 2rem;
    margin-top: 1rem;
    cursor: pointer;
}
.auth-content .a-link:hover {
    color: #5494FF;
}
.login-field .vcode{
    width: 14rem;
}
#codeImg {
    position: absolute;
    width: 9.4rem;
    height: 3.6rem;
    right: 0;
}

.login-item .field-error {
    display: none;
    height: 1.6rem;
    margin-top: 0.2rem;
}
.login-item .field-error img{
    height: 1.2rem;
    margin-top: 0.2rem;
}
.login-item .field-error label {
    font-size: 1.2rem;
    font-family: MicrosoftYaHeiSemibold;
    color: #F44848;
    line-height: 1.6rem;
}

.show-icon{
    display: none;
}

.hidden-icon, .show-icon {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    right: 0;
    bottom: 0.55rem;
    cursor: pointer;
}

.auth-content .operation-items{
    margin-top: 1.6rem;
}

.operation-items a.fetch-pwd {
    font-size: 1.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 300;
    color: #5C697B;
    line-height: 1.7rem;
}
.operation-items a.fetch-pwd:hover {
    color: #2979FF;
}

.pwd-strong-span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #C2C7CD;
    line-height: 16px;
}

.pwd-strong-tip {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    margin-top: 16px;
}

.pwd-strong-span-div{
    width: 128px;
    height: 8px;
    background: #F0F2F5;
    border-radius: 4px;
}

#getPhoneAuthBtn, #getPhoneAuthBtnForReset {
    background: #ffffff;
}

.user-agre {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #5C697B !important;
}

.agree {
    display: inline-block !important;
    vertical-align:middle !important;
    margin-bottom: 10px !important;
}

.agree-lable {
    margin: 0 !important;
    vertical-align: middle !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #5C697B !important;
}

.agree-a {
    color: #2979FF !important;
    font-weight: 600 !important;
}

.agree-error {
    position:fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 999 !important;
    white-space: nowrap !important;
    width: auto !important;
    height: 50px !important;
    background: #FFF0F0 !important;
    border-radius: 2px !important;
    border: 0.5px solid #F99C9C !important;
}

.agree-img {
    vertical-align:middle !important;
    margin-left: 10px !important;
    width: 20px !important;
    height: 20px !important;
}

.agree-span {
    margin-right: 10px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-align: center !important;
    line-height: 50px !important;
}

