/*common*/
.auth-content {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}
#loginContainer input,
#forgetPwdContainer input,
#bindPhoneContainer input {
    font-size: 0.8rem;
    font-weight: 300;
    color: #666666;
    line-height: 1.56;
    outline: none;
    border-style: hidden;
}
#loginContainer input::placeholder,
#forgetPwdContainer input::placeholder,
#bindPhoneContainer input::placeholder{
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.38;
    color: #BBBBBB;
}
.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;
}
.bubble-wrapper {
    display: inline-block;
    text-align: center;
    height: 1.6rem;
    border: 1px solid #2979FF;
    padding: 0.4rem 0.6rem 0.4rem;
    box-shadow: 0 2px 0.3rem 0 rgba(84, 136, 224, 0.16);
    position: relative;
    top: -2.5rem;
    font-size: 0.6rem;
    font-family: MicrosoftYaHeiSemibold;
    color: #2979FF;
    line-height: 1.33;
}
.bubble-wrapper:before, .bubble-wrapper:after {
    content:'';
    width:0;
    height:0;
    position:absolute;
    left:100%;
}
.bubble-wrapper:before {
    top:0.65rem;
    border-left:5px solid #2979FF;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
}
.bubble-wrapper:after {
    top:0.7rem;
    border-left:4px solid #fff;
    border-top:3px solid transparent;
    border-bottom:3px solid transparent;
}

.login-method {
    padding-top: 2.8rem;
    margin-bottom: 0.8rem;
    position: relative;
}
.login-method .item {
    display: inline-block;
    padding-bottom: 0.4rem;
    font-size: 1rem;
    font-family: MicrosoftYaHeiSemibold;
    position: relative;;
    color: #9AA1AB;
    cursor: pointer;
}
.login-method .item:first-child {
    margin-right: 2rem;
}
.login-method .item.active {
    color: #2979FF;
}
.login-method .bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.4rem;
    height: 3px;
    border-radius: 2px;
    background: #2979FF;
}
.login-btn {
    display: block;
    width: 20rem;
    height: 2.8rem;
    border-radius: 1.4rem;
    background: #2979FF;
    font-size: 1rem;
    font-family: MicrosoftYaHeiSemibold;
    color: #FFFFFF;
    text-align: center;
    line-height: 2.8;
    cursor: pointer;
}
.login-btn.disabled {
    opacity: 0.5;
    background: #2979FF !important;
}
.login-btn:hover {
    background: #5494FF;
}
#loginContainer .operation-items {
    font-size: 0.7rem;
}
.se-author{
    text-align:center;width: 100%;
}
.se-line{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #E7E7E7;
}
.se-info{
    background-color: #fff; margin: 0 auto; margin-top: -0.55rem; width: 9rem;
}
.se-text{
    color: #9AA1AB;
    font-size: 0.7rem;
}
.mt16 {
    margin-top: 0.8rem;
}
.mt32 {
    margin-top: 1.6rem;
}
.thirdparty-login {
    position: absolute;
    bottom: 1.6rem;
    right: 3.2rem;
    left: 3.2rem;
    margin: 0 auto;
}
.auth-content .a-link {
    color: #2979FF;
    line-height: 1.05rem;
    font-family: MicrosoftYaHei;
    cursor: pointer;
}
.auth-content .a-link:hover {
    color: #5494FF;
}

.login-content{
    width: 20rem;
}
.login-input{
    padding-left:0.8rem;
}
.login-field {
    position: relative;
    padding-bottom: 0.55rem;
    padding-top: 1.4rem;
    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;
}
label.error {
    margin-top: 0.2rem;
    font-size: 0.6rem;
    font-family: MicrosoftYaHeiSemibold;
    color: #F44848;
    line-height: 0.8rem;
    background-image: url("../../images/error_icon.png");
    background-size: 0.6rem 0.65rem;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 0.75rem;
}
.auth-content .login-field img:not([id = 'codeImg']){
    width: 1.6rem;
    height: 1.6rem;
}

.hidden-icon, .show-icon {
    width: 1.6rem;
    height: 1.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0.55rem;
    cursor: pointer;
}

#codeImg {
    position: absolute;
    height: 2.3rem;
    min-width: 5.9rem;
    right: 0;
    top: 0.55rem;
}

.fetch-pwd {
    color: #5C697B;
}
.fetch-pwd:hover {
    color: #2979FF;
}

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


/*login-qrcode*/
#loginByQrcodeDiv {
    width: 100%;
    height: 100%;
    text-align: center;
}
.qrcontent {
    padding: 0.4rem;
    width: 12.2rem;
    height: 12.2rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.4rem;
    position: absolute;
}
.qrcode-text {
    margin-top: 4.9rem;
    font-size: 1.2rem;
    font-family: MicrosoftYaHeiSemibold;
    color: #343E4C;
    line-height: 1.6rem;
}
.qr-div {
    position: relative;
    width: 100%;
    height: 12.2rem;
}
#loginByQrcodeDiv .operation-items {
    position: absolute;
    bottom: 1.6rem;
    width: 20rem;
    text-align: center;
}
#outTimeView {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.refresh{
    position: relative;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=60);
    height: 12.2rem;
    width: 12.2rem;
    left: 0;
    right: 0;
    margin: auto;
}
.outTimeHint {
    text-align: center;
    position: absolute;
    width: 13rem;
    height: 50%;
    color: white;
    font-weight: 600;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*forget pwd*/
#forgetPwdContainer {
    padding-top: 3.2rem;
}
.forget-pwd-title {
    padding-bottom: 2.4rem;
}
.forget-pwd-title div:first-child{
    font-size: 1.2rem;
    font-family: MicrosoftYaHeiSemibold;
    color: #343E4C;
    line-height: 1.33;
}
.forget-pwd-title div:last-child {
    font-size: 0.7rem;
    font-family: MicrosoftYaHei;
    color: #5C697B;
    line-height: 1.357;
}
.forget-pwd-title .desc {
    font-size: 0.8rem;
}

/*bind phone*/
#bindPhoneContainer {
    padding-top: 3.2rem;
}
.bind-phone-title {
    padding-bottom: 1.2rem;
}
.bind-phone-title div:first-child{
    font-size: 1.2rem;
    font-family: MicrosoftYaHeiSemibold;
    color: #343E4C;
    line-height: 1.33;
}
.bind-phone-title div:last-child {
    font-size: 0.7rem;
    font-family: MicrosoftYaHei;
    color: #5C697B;
    line-height: 1.36;
}
.bind-phone-title .desc {
    text-align: left;
    font-size: 0.8rem;
    margin-top: 0.4rem;
}

.reset-title {
    font-size: 1.1rem;
    color: #343E4C;
    line-height: 1.36;
    text-shadow: 0 0.4rem 1.2rem rgba(52, 62, 76, 0.2);
    position: relative;
    margin-bottom: 1.6rem;
}
.dialog-icon, .dialog-close {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.dialog-icon {
    padding: 0.35rem 0;
    width: 0.8rem;
    height: 0.8rem;
}
.dialog-close {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 1;
}
.reset-text {
    padding-left: 0.4rem;
    font-size: 1.1rem;
    font-family: MicrosoftYaHeiSemibold;
    color: #343E4C;
    line-height: 1.5rem;
}
.modal {
    max-width: 32.8rem;
    padding-left: 1.6rem;
    padding-top: 1.6rem;
}

#mergeAccountTipModal .force-bind-desc, #mergeAccountResultModal .force-bind-result-desc{
    font-size: 0.8rem;
    font-family: MicrosoftYaHei;
    color: #5C697B;
    line-height: 1.3125;
    text-shadow: 0 0.4rem 1.2rem rgba(52, 62, 76, 0.2);
    padding-bottom: 2rem;
}
#mergeAccountTipModal .cancel-btn, #mergeAccountTipModal .ok-btn, #mergeAccountResultModal .ok-btn{
    width: 5.56rem;
    box-shadow: 0 0.4rem 1.2rem 0 rgba(52, 62, 76, 0.2);
    border-radius: 4px;
    text-shadow: 0 0.4rem 1.2rem rgba(52, 62, 76, 0.2);
    text-align: center;
    height: 2rem;
    padding-top: 0.45rem;
    padding-bottom: 0.5rem;
    cursor: pointer;
}
#mergeAccountTipModal .cancel-btn{
    background: rgba(84,148,255,.15);
    color: #2979FF;
    margin-right: 0.8rem;
    font-size: 0.8rem;
    line-height: 1.3125;
    text-shadow: 0 0.4rem 1.2rem rgba(52, 62, 76, 0.2);
}
#mergeAccountTipModal .ok-btn, #mergeAccountResultModal .ok-btn {
    background: #2979FF;
    color: #FFFFFF;
    font-size: 0.8rem;
    line-height: 1.3125;
    text-shadow: 0 0.4rem 1.2rem rgba(52, 62, 76, 0.2);
}
.modal a.close-modal{
    display: none;
}

.qq, .wechat {
    width: 2.4rem;
    height: 2.4rem;
}

.user-agre {
    font-size: 12px;
    padding-top: 16px;
    font-weight: 400;
    color: #5C697B;
}

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

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

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

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

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

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