.login {
    background: url('../../images/bg-login.png') no-repeat top center;
}

.login-inner {
    position: relative;
    height: 480px;
}

.title-box {
    padding: 110px 0 0 0;
}

.title-box h2 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 4px;
}

.title-box>p {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    opacity: 0.5;
}

.login-qrcode-box {
    width: 468px;
    height: 120px;
    margin-top: 60px;
    padding: 15px 20px;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    background: rgba(255, 255, 255, .2);
    box-sizing: border-box;
}

.login-qrcode-box p {
    margin: 15px 0 0 30px;
    color: #fff;
    font-size: 14px;
}

.login-box {
    position: absolute;
    top: 40px;
    right: 105px;
    width: 360px;
    height: 400px;
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
}

.login-box h3 {
    color: #303133;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.login-line {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

.login-box input[type='text'],
.login-box input[type='password'] {
    width: 298px;
    height: 38px;
    line-height: 38px;
    padding-left: 45px;
    border: 1px solid #e1e3e6;
    font-size: 14px;
    box-sizing: border-box;
}

.login-box .submit {
    width: 298px;
    height: 38px;
    color: #fff;
    background: #3999ff;
    border: 1px solid #3999ff;
    font-size: 16px;
    cursor: pointer;
}

.phone,
.phone2 {
    background: url('../../images/register-icon/phone-icon.png') no-repeat 13px center;
}

.password,
.password2 {
    background: url('../../images/register-icon/password-icon.png') no-repeat 13px center;
}

.login-box .forget-password {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #303133;
    font-size: 14px;
}

.login-box .new-user {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #3999ff;
    font-size: 14px;
}

.tips span {
    display: none;
    color: #ff397a;
    padding-left: 18px;
    background: url('../../images/register-icon/tip-icon.png') no-repeat left center;
    vertical-align: middle;
}

.login-code-img {
    width: 60px;
    height: 60px;
    background: url('../../images/logn-code.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 1px;
    right: 0px;
    cursor: pointer;
}

.login-pc-img {
    width: 60px;
    height: 60px;
    background: url('../../images/login-pc.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 1px;
    right: 0px;
    cursor: pointer;
}

.login-code-title {
    width: 90px;
    height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #303133;
}

.login-code-qrcode {
    width: 195px;
    height: 195px;
    margin: 30px 0 0 55px;
}

.login-code-toast {
    width: 152px;
    height: 39px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 10px 0 0 78px;
    text-align: center;
}

.login-password {
    width: 56px;
    height: 14px;
    font-size: 14px;
    color: #303133;
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 14px;
    cursor: pointer;
}

.qrcode_msk {
    display: none;
    position: absolute;
    top: 78px;
    left: 85px;
    width: 195px;
    height: 195px;
    background: #fff;
    opacity: 0.95;
}

.qrcode_msk_out {
    display: none;
    position: absolute;
    top: 78px;
    left: 85px;
    width: 195px;
    height: 195px;
    z-index: 1;
}

.qrcode_msk_tips {
    margin-top: 60px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 12px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.refresh_qrcode_btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    background: #dd2727;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}