#msgs {
    z-index: 1000;
    position: absolute;
    width: 130px;
    margin: -30px auto 0 96px;
    background: #333333;
    border-radius: 5px;
    height: 26px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
    display: none;
    padding: 0 5px;
}

.common.login {
    background-image: url(../pcimg/login_bg.png);
    background-size: cover;
    height: 700px;
    position: relative;
}

.common.login .login_box {
    height: 517px;
    position: absolute;
    top: 45%;
    left: 50%;
    width: 980px;
    transform: translate(-50%, -45%);
    border-radius: 6px;
    overflow: hidden;
    background: url('../pcimg/login_bg_mid.png') no-repeat;
    background-size: 100% 100%;
}

.common.login .login_box .left {
    width: 348px;
    float: left;
}

.common.login .login_box .left img {
    height: 100%;
    width: 100%;
}

.common.login .login_box .right {
    width: 480px;
    height: 100%;
    float: left;
    padding: 60px 100px 60px 40px;
    box-sizing: border-box;
    float: right;
}

.common.login .login_box .right .tit {
    font-size: 24px;
    color: #E53A11;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: bold;
}

.common.login .login_box .right .tit p:first-child {
    margin-bottom: 15px;
}

.login_box input {
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    background: #F7F8FC;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}

.login_box .yzm {
    position: relative;
    margin-top: 8px;
}

.login_box .yzm button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #E53C10;
}

.login_box .phone {
    margin-bottom: 15px;
}

.login_box .login_sub {
    background-color: #E53C10;
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    display: block;
    width: 100%;
    margin-top: 40px;
    border-radius: 5px;
}

.login_box .third-login-box {
    margin-top: 25px;
    display: flex;
}

.login_box .third-login-box span {
    color: #A7ADB4;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.account-login .weibo-login,
.account-login .wechat-login,
.account-login .qq-login {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin-left: 12px;
}

.account-login .weibo-login {
    background-image: url(../pcimg/weibo.png);
}

.account-login .qq-login {
    background-image: url(../pcimg/qq.png);
}

.account-login .wechat-login {
    background-image: url(../pcimg/wechat.png);
}

.login_box .agreement {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
    position: relative;
}
.agreement input{
    height: 15px;
    top: 3px;
    position: relative;
    width: 15px;
}

.login_box .agreement a {
    color: #E53C10;
}

/* 绑定手机号 */
.login_box .tips {
    color: #A7ADB4;
    font-size: 12px;
    margin-bottom: 50px;
}

.login_box .tips i {
    color: #FD2D00;
}