﻿.common-header {
    padding: 0 20px 0 30px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #EEEEEE;
}

    .common-header img {
        width: 90px;
        height: 28px;
    }

    .common-header .describe {
        flex: 1;
        margin-left: 20px;
        font-size: 20px;
        font-weight: 400;
        color: #222222;
    }

    .common-header .icon-close {
        display: inline-block;
        width: 28px;
        height: 28px;
        background: url("../../imgs/section/login/icon_X.png") no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

    .common-header .tit {
        flex: 1;
        font-size: 20px;
        font-weight: bold;
        color: #222222;
    }

.layout-login .main {
    padding: 0 50px;
}
/* 遮盖层 */
.covering-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
}
/* 登录 */
.login-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 700px;
    height: 420px;
    background: #fff;
    border-radius: 16px;
    z-index: 10000000;
}

.lb-main {
    display: flex;
}

.lb-main-left {
    padding: 0 40px;
    width: 400px;
    box-sizing: border-box;
}

    .lb-main-left .tab-list {
        display: flex;
        align-items: center;
        margin: 24px 0 16px;
        font-size: 18px;
        font-weight: 400;
        color: #909399;
    }

    .lb-main-left .tab-item {
        margin-right: 30px;
        height: 30px;
        border-bottom: 3px solid transparent;
        cursor: pointer;
    }

    .lb-main-left .tab-item-cur {
        color: #222222;
        border-color: #5688FF;
    }

.login-in-box {
    position: relative;
    height: 170px;
}

.lip-remind {
    font-size: 12px;
    font-weight: 400;
    color: #71757E;
}

.li-input-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 320px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #DDDDDD;
}

.li-input {
    padding: 0 16px;
    width: 100%;
    height: 100%;
    border-color: transparent;
}

.li-input-code {
    width: 213px;
}

.li-input-box .line {
    width: 1px;
    height: 20px;
    border-left: 1px solid #DDDDDD;
}

.li-input-box .get-code {
    width: 107px;
    font-size: 15px;
    font-weight: 400;
    color: #5688FF;
    text-align: center;
    cursor: pointer;
}

.li-icon-eye {
    margin-right: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../imgs/section/login/close-y.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.li-icon-eye-open {
    background-image: url("../../imgs/section/login//open-y.png");
}

.login-btn {
    width: 320px;
    height: 44px;
    line-height: 44px;
    background: #5688FF;
    border-radius: 6px 6px 6px 6px;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.agree-box {
    margin: 10px 0 6px;
    font-size: 14px;
    color: #222222;
    text-align: center;
}

.web-agree {
    color: #1370EB;
    cursor: pointer;
}

.login-explain {
    margin: auto;
    width: 282px;
    height: 25px;
    line-height: 25px;
    background: #FFF9EE;
    border-radius: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: 400;
    color: #FFBA4B;
    text-align: center;
}

.lb-main-line {
    width: 1px;
    height: 280px;
    margin-top: 30px;
    border-left: 1px solid #EEEEEE;
}

.lb-main-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    box-sizing: border-box;
}

.login-in-wx-tit {
    padding: 30px 0 12px;
    font-size: 18px;
    font-weight: bold;
    color: #222222;
}

.login-in-wx-qrcode {
    width: 200px;
    height: 200px;
    cursor: pointer;
}

.login-in-wx-sy {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}

    .login-in-wx-sy > span {
        color: #5688FF;
    }

.login-in-wx-sc {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #71757E;
}

.forget-box {
    width: 320px;
}

.forget-text {
    float: right;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #1370EB;
    cursor: pointer;
}
/* 重置密码 */
.reset-password-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 420px;
    height: 472px;
    background: #fff;
    border-radius: 16px;
    z-index: 10000000;
}

.back-button {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
/* 用户协议政策 */
.web-agree-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 893px;
    height: 553px;
    background: #fff;
    border-radius: 16px;
    z-index: 10000000;
    padding: 26px;
}

.wab-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.wab-content {
    margin-top: 40px;
    height: 400px;
    overflow: auto;
}

    .wab-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .wab-content h3 {
        line-height: 36px;
        font-weight: bold;
    }

    .wab-content .space {
        text-indent: 14px;
    }

.wab-bottom {
    text-align: center;
    margin-top: 14px;
}

    .wab-bottom #know {
        margin: 0 auto 18px;
        background: #0089cd;
        padding: 7px 16px;
        border-radius: 5px;
        color: white;
    }
/* 扫码微信未绑定 */
.login-no-wx-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 420px;
    height: 348px;
    background: #fff;
    border-radius: 16px;
    z-index: 10000000;
}

    .login-no-wx-box .lip-remind {
        padding-top: 30px;
    }
