﻿@charset "utf-8";
/* CSS Document */
.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.clearfix {
    *zoom: 1;
}

.reg > h2 {
    width: auto;
    margin: 20px 100px 50px 100px;
    ;
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .reg > h2 span {
        text-align: center;
        position: absolute;
        top: 7px;
        left: 0px;
        border-bottom: 4px solid #1b5bbf;
    }

.reg-box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}

    .reg-box input[type="text"], .reg-box input[type="password"], select {
        width: 500px;
        height: 40px;
        border: 1px solid #ccc;
        font-size: 16px;
        color: #333;
        text-indent: 15px;
        border-radius: 2px;
    }

.btn_login btn {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #1F41E1;
    border: none;
    border-radius: 2px;
}

    .btn_login btn:hover {
        background: #445FFF;
    }

.reg-box input:focus, select:focus {
    outline: none;
    border: 1px solid #1b5bbf !important;
}

.reg-box dl {
    min-height: 60px;
    float: left;
    margin-left: 250px;
}

    .reg-box dl dt {
        width: 532px;
        position: relative;
        margin: 10px 20px;
        color: #8c8c8c;
        float: left;
    }

    .reg-box dl dd {
        width: 128px;
        float: left;
        line-height: 60px;
        text-align: right;
    }

    .reg-box dl dt span {
        width: 200px;
        margin-left: 10px;
        z-index: 99;
        color: #666;
        font-size: 14px;
        color: #F36708;
    }

    .reg-box dl dt a {
        margin: 10px;
        line-height: 30px;
    }

select {
    color: #333 !important;
}

label input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

label {
    float: left;
    line-height: 20px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-right: 30px;
    margin-top: 10px;
    color: #333 !important;
}

.reg-box[type="radio"] {
}

.btn_login {
    width: 100%;
    height: 40px;
    text-align: center;
    float: left;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.zcm {
    width: 100px;
    height: 38px;
    position: absolute;
    right: 32px;
    top: 2px;
    color: #fff;
    background: #fd8960;
    line-height: 38px;
    text-align: center;
}

.login-bg {
    position: absolute;
    right: 4%;
    left: 50%;
    margin-left: 120px;
    top: 50%;
    margin-top: -180px;
    width: 332px;
    height: auto;
    min-height: 300px;
    background: #f6f8ff;
    padding: 30px
}

.login-bg-box {
    width: 100%;
    height: 566px;
    background: url("/images/login-04.jpg") center top no-repeat #3250f1;
    position: relative;
}

.login-box, .login-phone {
    width: 90%;
    margin: auto;
}

.login_title {
    color: #455fe7;
    font-size: 16px;
    text-align: left;
    text-indent: 20px;
    margin-bottom: 20px;
}


#wechat_login_box .qrcode_img_box {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 10% auto;
    background-color: #fff;
}

#expired_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.9;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    #expired_box p {
        margin-top: 35%;
    }

.wechat_login_tips {
    display: flex;
    justify-content: center;
    align-items: center;
}

#icon_scaner {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.login-box h3 {
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    letter-spacing: 5px;
    color: #0723b5;
    font-size: 30px;
    font-weight: 500;
}

.login-box ul li, .login-phone ul li {
    width: 100%;
    height: 70px;
}

    .login-box ul li input, .login-phone ul li input {
        width: 300px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        border: none;
        border-radius: 20px;
        background: #455fe7;
    }

        .login-box ul li input, .login-phone ul li input:hover {
            background: #3851D5;
        }

            .login-box ul li input[type="text"], .login-phone ul li input[type="text"], .login-box ul li input[type="password"] {
                text-indent: 50px;
            }

    .login-phone ul li:nth-child(1) input[type="text"] {
        background: url("/images/phone.png") no-repeat 15px 8px #fff;
        color: #666;
    }

    .login-phone ul li:nth-child(2) input[type="password"] {
        background: url("/images/MIMA.png") no-repeat 15px 8px #fff;
        color: #666;padding-left:50px;width:250px;
    }

    .login-phone ul li:nth-child(2) input[type="button"] {
        background: #e7e9f7;
        width: 100px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        right: 2px;
        top: 2px;
        height: 36px;
        line-height: 36px;
        z-index: 999;
        font-size: 14px;
        color: #666;
    }

    .login-box ul li:nth-child(1) input {
        background: url("/images/YHM.png") no-repeat 15px 8px #fff;
    }

    .login-box ul li:nth-child(2) input {
        background: url("/images/MIMA.png") no-repeat 15px 8px #fff;
    }

    .login-box ul li:nth-child(3) input {
        background: url("/images/MIMA.png") no-repeat 15px 8px #fff;
    }

    .login-box ul li:nth-child(4) input, .login-phone ul li:nth-child(3) input[type="button"] {
        background: #455fe7;
        color: #fff;
        text-align: center;
        text-indent: 10px;
        letter-spacing: 10px;
        margin-top: 20px;
        cursor: pointer;
    }

        .login-box ul li:nth-child(4) input:hover {
            background: #6178F3;
        }

    .login-box ul li:nth-child(5) {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        color: #565656;
    }

        .login-box ul li:nth-child(5) a {
            cursor: pointer;
            font-size: 14px;
        }

    .login-box ul li input:focus, .login-phone ul li input:focus {
        outline: none;
        height: 38px;
        border: 1px solid #1b5bbf !important;
        line-height: 38px;
    }

.yzm-img {
    width: 90px;
    height: 40px;
    float: right;
}

    .yzm-img img {
        width: 90px;
        height: 40px;
    }

.tab {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 324px;
    overflow: hidden;
}

    .tab li {
        float: left;
        width: 162px;
        height: 35px;
        color: #666;
        font-size: 18px;
        text-align: left;
        line-height: 30px;
        cursor: pointer;
        text-indent: 15px;
    }

.on {
    display: block !important;
}

.tab li.cur span {
    border-bottom: 2px solid #455fe7;
    color: #455fe7;
    padding: 5px 0px;
}

/*滑动验证码*/
* {
    margin: 0;
    padding: 0;
}

.outBox {
    width: 298px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
}

    .outBox p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        user-select: none;
        color: #455fe7;
    }

.slider {
    width: 40px;
    height: 38px;
    color: #0029ff;
    border: 1px solid #bac3ff;
    background-color: #9faeff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    left: -1px;
    top: -1px;
    user-select: none;
}

.slider_back {
    height: 40px;
    width: 0;
    background-color: #ced3f6;
    position: absolute;
    top: -1px;
}

.zc {
    display: block;
    width: 100%;
    margin: 21px 0px 0px 0px;
    text-align: right;
    float: right;
    color: #666;
    font-size: 14px;
}

/*--2021-11-18新加--*/
.change_login_box {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.login_title {
    width: 50%;
    float: left;
    text-align: center;
    text-indent: 0;
    color: #666;
    cursor: pointer;
}

.login_title_current {
    border-bottom: 2px solid #455fe7;
    color: #455fe7;
}
