.account-box {
    height: 420px;
    margin: 55px 0 45px 0
}

.account-box .head {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #252525
}

.account-box .left,.account-box .right {
    position: relative;
    width: 50%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.account-box .left {
    float: left
}

.account-box .right {
    position: relative;
    float: right;
    padding: 30px 0 0 100px
}

.account-box .right:before {
    content: ' ';
    position: absolute;
    left: 0;
    display: block;
    width: 1px;
    height: 322px;
    background-color: #d9d9d9
}

.account-box .qr-wrap {
    background-image: url(/static/images/account-bg.png);
    background-size: 100% 100%;
    width: 198px;
    height: 385px;
    margin: 10px 0 0 190px
}

.account-box .qr-wrap:after,.account-box .qr-wrap:before {
    content: " ";
    display: table
}

.account-box .qr-wrap:after {
    clear: both
}

.account-box .qr-wrap>div {
    margin: 124px 0 0 33px;
    width: 350px;
    height: 129px
}

.account-box .qr-wrap>div:after,.account-box .qr-wrap>div:before {
    content: " ";
    display: table
}

.account-box .qr-wrap>div:after {
    clear: both
}

.account-box .qr-wrap>div .qrcode {
    display: block;
    float: left;
    width: 129px;
    height: 129px
}

.account-box .qr-wrap>div .qrcode img {
    width: 100%;
    height: 100%
}

.account-box .qr-wrap>div .title {
    margin: 40px 0 10px 180px;
    font-size: 15px;
    color: #000;
    font-weight: 700
}

.account-box .qr-wrap>div .sub {
    margin-left: 180px;
    font-size: 13px;
    color: #fd113a
}

.account-box.reset-password {
    margin: 140px 0 0 126px
}

.account-box.reset-password .form-wrap {
    width: 400px;
    margin: 30px auto 0 auto
}

.account-box.text-tip {
    margin: 180px 0 125px 0;
    text-align: center
}

.account-box.text-tip .form-wrap .tip {
    margin: 20px 0 125px 0;
    color: #666;
    font-size: 16px
}

.account-box.text-tip .form-wrap .tabs-link {
    font-size: 13px
}

.account-login-form .form-wrap p {
    margin-bottom: 10px;
    line-height: 1em
}

.account-login-form .form-wrap button,.account-login-form .form-wrap input[type=password],.account-login-form .form-wrap input[type=text] {
    width: 400px;
    height: 39px;
    line-height: 39px;
    font-size: 15px;
    border-radius: 3px
}

.account-login-form .form-wrap input[type=password],.account-login-form .form-wrap input[type=text] {
    border: 1px solid #d9d9d9;
    padding: 0 8px
}

.account-login-form .form-wrap .tip {
    font-size: 13px
}

.account-login-form .form-wrap .verify input {
    width: 236px;
    margin-right: 10px
}

.account-login-form .form-wrap .verify img {
    height: 37px;
    width: auto;
    vertical-align: middle;
    border-radius: 3px;
    overflow: hidden
}

.account-login-form .form-wrap .verify .reloadimg {
    color: #666;
    font-size: 13px
}

.account-login-form .form-wrap .verify .reloadimg:hover {
    color: #ff3f60
}

.account-login-form .form-wrap .verify .reloadimg:active {
    color: #e90930
}

.account-login-form .form-wrap .button {
    background-color: #1cdd74;
    color: #fff;
    border: 0;
    letter-spacing: .1em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-login-form .form-wrap .options {
    width: 400px;
    font-size: 13px;
    color: #666
}

.account-login-form .form-wrap .options .find-pwd {
    margin-left: 20px
}

.account-login-form .form-wrap .options .find-pwd:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #666;
    margin-right: 20px;
    vertical-align: top
}

.account-login-form .form-wrap .options .find-pwd a {
    color: #666
}

.account-login-form .form-wrap .options label [type=checkbox] {
    vertical-align: top;
    position: relative;
    top: 1px;
    margin-right: 3px
}

.account-login-form .form-wrap .link a,.account-login-form .form-wrap .tabs-link a {
    color: #20a0ff;
    text-decoration: underline
}

.account-login-form .form-wrap .link a:hover,.account-login-form .form-wrap .tabs-link a:hover {
    color: #ff3f60
}

.account-login-form .form-wrap .link a:active,.account-login-form .form-wrap .tabs-link a:active {
    color: #e90930
}

.account-login-form .form-wrap .link a {
    text-decoration: none
}

.account-login-form .three {
    width: 400px;
    margin-top: 40px;
    text-align: center
}
.account-login-form .three dt {
    position: relative;
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-bottom: 20px
}

.account-login-form .three dt:after,.account-login-form .three dt:before {
    content: "";
    display: block;
    width: 134px;
    height: 1px;
    position: absolute;
    top: 6px;
    background-color: #d9d9d9
}

.account-login-form .three dt:before {
    left: 0
}

.account-login-form .three dt:after {
    right: 0
}

.account-login-form .three dd {
    display: inline-block;
    margin: 0 7px
}


.alertTop_1 {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -120px;
    /* height: 50px; */
    width: 210px;
    padding: 10px 15px;
    background-color: #000;
    border-radius: 5px;
    z-index: 1002;
    display: none;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9
}

.alertTop_1 p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 33px;
    width: 210px;
    *position: relative;
    *top: 10px;
    font-family: 'Microsoft YaHei'
}
.footer-wrap {
    padding: 30px 50px;
    background-color: #e0e0e0;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}

.btn-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-loading-css {
    width: 13px; /*先将loading区域变成正方形*/
    height: 13px;
    display: none; /*将loading区域变成行内元素，防止旋转的时候，100%宽度都在旋转*/
    border: 3px solid #1cdd74; /*设置四周边框大小，并将颜色设置为绿色*/
    border-top: 3px solid #ffffff; /*将上边框颜色设置为白色高亮，以便旋转的时候能够看到旋转的效果*/
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-radius: 50%; /*将边框和内容区域都变成圆形*/
    animation: loading-360 1s infinite linear; /*给圆环添加旋转360度的动画，并且是无限次*/
    margin-right: 3px;
}

@keyframes loading-360 {
    0% {
        transform: rotate(0deg); /*动画起始的时候旋转了0度*/
    }
    100% {
        transform: rotate(360deg); /*动画结束的时候旋转了360度*/
    }
}
