* {
    margin: 0;
    padding: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

html,
body {
    width: 100%;
    height: 100%;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

.app {
    position: relative;
    height: 100%;
}

.header-box {
    width: 100%;
    background: #fff;
    min-width: 1080px;
}

.header {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

    .header img {
        width: 120px;
    }

    .header .name {
        font-size: 32px;
        font-weight: bold;
        margin-left: 38px;
    }

        .header .name span {
            color: #f15d1f;
        }

    .header .back {
        width: 130px;
        height: 40px;
        border: 1px solid #f15d1f;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #f15d1f;
        border-radius: 5px;
        margin-left: 500px;
        cursor: pointer;
    }

.video-box {
    position: fixed;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -100;
}

.video-z {
    position: fixed;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -90;
    background: rgba(0, 0, 0, 0.65);
}

.content {
    height: 700px;
    width: 1390px;
    margin: 0 auto;
    display: flex;
}

    .content .left {
        width: 550px;
        height: 268px;
        background: url(/Images/LoginForm/zcwb.png) no-repeat;
        margin-top: 15%;
        background-size:100%;
        transition:all .1s ease;
    }

        .content .left .p1 {
            color: #fff;
            font-size: 27px;
            font-weight: 400;
        }

        .content .left .p2 {
            font-size: 50px;
            font-weight: bold;
            color: #f15d1f;
            margin: 20px 0;
        }

        .content .left .p3 {
            color: #fff;
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .content .left .p4 span {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            margin-left: 15px;
        }

    .content .right {
        width: 420px;
        height: 430px;
        background: rgba(255, 255, 255, 1);
        margin-left: 80px;
        margin-top: 100px;
        border-radius: 12px;
        position: relative;
    }

        .content .right .qr-login {
            width: 420px;
            height: 430px;
            position: absolute;
            left: -8px;
            top: 0;
            z-index: 1000;
            background: #fff;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            display: none;
        }

        .content .right .qr-title {
            font-size: 24px;
            color: #F15D1F;
        }

        .content .right .qr-box {
            width: 200px;
            height: 200px;
            border: 1px solid #ccc;
        }

            .content .right .qr-box img {
                width: 200px;
                height: 200px;
            }

        .content .right .qr-box-text {
            color: #333;
            font-size: 14px;
            margin-top: 15px;
            color: #F15D1F;
            font-size: 18px;
            margin-bottom: 30px;
        }

        .content .right .qr-help {
            font-size: 16px;
            color: #333333;
            margin: 10px 0;
        }

            .content .right .qr-help span {
                color: #f15d1f;
                cursor: pointer;
            }

        .content .right .qr-change {
            position: absolute;
            width: 69px;
            height: 69px;
            right: -10px;
            top: 0;
            z-index: 1001;
        }

            .content .right .qr-change .qr-change-tip {
                width: 120px;
                height: 26px;
                font-size: 12px;
                color: #fff;
                background: #f15d1f;
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 4px;
                right: 58px;
                top: 9px;
            }

            .content .right .qr-change img {
                width: 69px;
                cursor: pointer;
                height: 69px;
            }

        .content .right .qr-help-content {
            width: 300px;
            height: 360px;
            background: #fff;
            position: absolute;
            right: -230px;
            top: 50px;
            z-index: 1002;
            box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.31);
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            align-items: center;
            display: none;
        }

.qr-help-content-title {
    margin-top: 14px;
    color: #F15D1F;
    font-size: 22px;
}

.qr-help-content-img {
    width: 260px;
}

.content .right .tab-menu {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 20px;
}

    .content .right .tab-menu .title2 {
        margin-left: 40px;
        color: 18px;
    }

    .content .right .tab-menu .title1 {
        color: 18px;
    }

    .content .right .tab-menu span {
        padding-bottom: 4px;
        border-bottom: 3px solid #fff;
        cursor: pointer;
    }

    .content .right .tab-menu .active {
        color: #f15d1f;
    }

        .content .right .tab-menu .active span {
            border-color: #f15d1f;
        }

.form-box {
    position: relative;
}

.form-box1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}

.form-box2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}

.input-box {
    width: 100%;
    height: 50px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    display: flex;
    margin-top: 26px;
}

    .input-box .icon {
        width: 60px;
        height: 50px;
        background: #f15d1f;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .input-box .icon img {
            width: 25px;
            height: 25px;
        }

    .input-box input {
        border: 0;
        flex-grow: 1;
        display: block;
        outline: none;
        box-sizing: border-box;
        padding-left: 10px;
        font-size: 16px;
        border-radius: 5px;
    }

.login-btn {
    width: 100%;
    height: 50px;
    background: #f15d1f;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    outline: none;
    border: 0;
    cursor: pointer;
    margin-top: 16px;
}

button:active {
    opacity: 0.8;
}

.content .right .bottom {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

    .content .right .bottom span {
        font-size: 14px;
    }

        .content .right .bottom span a {
            color: #f15d1f;
        }

.footer-box {
    height: calc(100% - 800px);
    width: 100%;
    display: flex;
}

.foot {
    width: 1180px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 30px;
    flex-direction: column;
}

    .foot div {
        margin-bottom: 10px;
    }

    .foot a {
        color: #fff;
        text-decoration: none;
        margin-right: 4px;
    }

.ts-yzm {
    position: relative;
}

    .ts-yzm span {
        position: absolute;
        color: #f15d1f;
        font-size: 14px;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        cursor: pointer;
    }

.VerifyBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 430px;
    z-index: 10;
    display: flex;
    background: rgba(0, 0, 0, 0);
    align-items: center;
    justify-content: center;
}

.error-info {
    width: auto;
    max-width: 260px;
    padding: 4px 10px;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

#close-qr {
    position: absolute;
    left: 8px;
    top: 10px;
    background: url('../../Images/NewLogin/close.png') no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: 0.4s all;
}

    #close-qr:hover {
        transform: rotate(180deg) scale(1.2);
    }

#close {
    position: absolute;
    left: 0px;
    top: -10px;
    background: url('../../Images/NewLogin/close.png') no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: 0.4s all;
}

    #close:hover {
        transform: rotate(180deg) scale(1.2);
    }

.qr-success-img {
    width: 140px;
}

.qr-success-title {
    font-size: 24px;
    color: #F15D1F;
    margin-top: 20px;
}

.qr-success-info {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}



.checkBox {
    font-size: 14px;
    color: #fff;
}

    .checkBox a {
        width: 14px;
        height: 14px;
        overflow: hidden;
        margin-left: 6px;
        outline: none;
        text-decoration: none;
        color: #333333;
        vertical-align: 0px;
    }

    .checkBox input {
        font-size: 12px;
        font-weight: normal;
        margin-left: 20px;
        display: inline-block;
        width: 20px;
        height: 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #E3E3E3;
        vertical-align: middle;
    }

.sjm_n {
    clear: both;
    width: 300px;
    height: 360px;
    background: #fff;
    position: absolute;
    right: -230px;
    top: 50px;
    z-index: 1002;
    box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.31);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}


.sjm_n-content-title {
    margin-top: 14px;
    color: #F15D1F;
    font-size: 22px;
}


.sjm_n3 {
    margin-top: 37px;
    float: left;
    width: auto;
    text-align: center;
    overflow: hidden;
}

    .sjm_n3 img {
        width: 191px;
        height: 191px;
    }

    .sjm_n3 span {
        margin-top: 6px;
        clear: both;
        color: #F15D1F;
        font-size: 18px;
        display: block;
    }

.content .right .qr-box-text_index {
    color: #333;
    font-size: 14px;
    margin-top: 15px;
    color: #F15D1F;
    font-size: 18px;
    margin-bottom: 30px;
    cursor: pointer;
}
.content .content_right_box {
    width: 800px;
    height: 490px;
    margin-left: 40px;
}
.right_box_login {
    width: 800px;
    height: 490px;
    padding: 25px 0 25px 60px;
    box-sizing: border-box;
    display: flex;
}
    .right_box_login .middle_line {
        width: 1px;
        height: 442px;
        background: #E5E5E5;
    }
    .right_box_login .left_login {
        box-sizing:border-box;
        padding-top:25px;
        width:360px;
        margin-right:60px;
        position:relative;
    }
.select_login_type {
    display: flex;
    justify-content: center;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #999999;
    margin-bottom:50px;
    text-align:center;
}
    .select_login_type div {
        cursor:pointer;
        position:relative;
    }
    .select_login_type .select_item:nth-of-type(1) {
        margin-right: 70px;
    }
    .select_login_type div.select_active {
        color: #020202;
    }
.select_active::after {
    content:'';
    height: 6px;
    width: 96px;
    background: linear-gradient( 270deg, #FF6321 0%, #FF9F21 100%);
    position:absolute;
    bottom:-8px;
    left:0;
}
.login_input {
    width: 360px;
    height: 50px;
    outline:none;
    border: 1px solid #ccc;
    padding-left: 16px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 8px;
}
.login_input_box {
    margin-top:30px;
    position:relative;
}
.yzm_content {
    position: absolute;
    font-size: 16px;
    color: #FF6321;
    right:16px;
    top:14px;
    cursor:pointer;
}
input:focus {
    border-color: #FF6321;
}
.pwd_login {
    display:none;
}
.login_note {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666666;
    margin-top:20px;
}
    .login_note .check_box {
        width:12px;
        height:12px;
        border:1px solid #ccc;
        cursor:pointer;
        margin-right:3px;
        display:block;
    }
.color_text {
    color: #FF6321;
    cursor:pointer;
}
.checkbox_img {
    display: none;
    cursor: pointer;
    margin-right: 3px;
}
.gologin_btn {
    width: 360px;
    height: 49px;
    background: #EB3902;
    border-radius: 8px;
    text-align: center;
    line-height: 49px;
    font-size: 18px;
    color: #FFFFFF;
    margin-top:30px;
    outline:none;
    border:none;
    cursor:pointer;
}
.free_reg {
    font-size: 16px;
    color: #999999;
    text-align:center;
    margin-top:20px;
    cursor:pointer;
}
.forget_free {
    font-size: 16px;
    color: #999999;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:20px;
}
    .forget_free div {
        cursor:pointer;
    }
.yam_codestyle {
    color:#999;
}
.right_login {
    flex:1;
    padding-top:25px;
    text-align:center;
}
    .right_login .scan_qrcode {
        width: 160px;
        height: 160px;
        margin: 32px auto 53px;
        position:relative;
    }
    .right_login .app_icon img:nth-of-type(1) {
        margin-right:6px;
    }
    .right_login .app_icon img:nth-of-type(2) {
        margin-left: 6px;
    }
    .right_login .app_icon p {
        font-size: 16px;
        color: #333333;
        margin-top:10px;
    }
/*注册协议*/
.agreement {
    position: absolute;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 9999;
}

.agreement-content {
    width: 800px;
    height: 500px;
    background: #fff;
    border-radius: 10px;
}
    .agreement-content .article_title {
        text-align: center;
    }
    .agreement-content .title {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
        line-height: 75px;
        text-align: center;
    }

    .agreement-content .article {
        width: 100%;
        height: 340px;
        overflow-y: scroll;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .agreement-content .bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 82px;
    }

        .agreement-content .bottom button {
            width: 387px;
            height: 53px;
            background: #F15D1F;
            border-radius: 5px;
            color: #fff;
            border: 0;
            cursor: pointer;
            outline: none;
        }

    .agreement-content p {
        margin-top: 10px;
        text-indent: 2em;
        line-height: 22px;
    }
    .agreement-content .close_span {
        position: absolute;
        font-size: 18px;
        font-weight: normal;
        cursor: pointer;
        right: 20px;
        top:20px;
    }

    .agreement-content .close_img {
        width: 26px;
    }
.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9998;
    top: 0%;
    left: 0%;
    background: rgba(0,0,0,0.4);
    display:none;
}
input[type=text]::-ms-clear {
    display: none;
}
