﻿* {
    margin: 0;
    padding: 0;
    list-style: none
}

.tanInfo {
    width: auto;
    display: none;
    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;
    z-index:5
}

.hide {
    display: none;
}
.xubox_main {
    border-radius: 100px !important;
}
.box_dialog {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: rgba(0,0,0,0.5);*/
}

.login_box {
    box-sizing: border-box;
    width: 1030px;
    height: 493px;
    background: #FFFFFF;
    border-radius: 10px;

    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
}

.guanbi {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.left_box {
    width: 230px;
    height: 100%;
    background: url("/Images/ScanLogin/xslbj.png") no-repeat;
    background-size: 100% 100%;
/*    background-attachment: fixed;*/
    box-sizing: border-box;
    padding-top: 32px;
}

    .left_box ul {
        color: #FFFFFF;
        text-align: center;
    }

        .left_box ul li:first-child img {
            width: 128px;
        }

        .left_box ul li:nth-child(2) {
            margin: 19px 0 7px 0;
            font-size: 14px;
        }

        .left_box ul li:nth-child(3) {
            margin-bottom: 26px;
            font-size: 19px;
            font-weight: bold;
        }

        .left_box ul li:nth-child(4) {
            margin-bottom: 30px;
            font-size: 1px;
        }

        .left_box ul li:nth-child(7) {
            /*margin-left: 15px;*/
        }

.right_text {
    margin-bottom: 16px;
    font-size: 15px;
}

.right_img {
    vertical-align: middle;
    margin-right: 8px;
}

.right_box {
    width: 484px;
    box-sizing: border-box;
    padding: 29px 20px 0 22px;
}
    .right_box input {
        outline:none;
    }

    .title_login {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .title_login span:first-child {
        font-weight: 400;
        font-size: 24px;
    }

    .title_login span:nth-child(2) {
        font-size: 14px;
        margin-left: 10px;
    }

    .title_login span:nth-child(3) {
        font-size: 14px;
        color: #FF4200;
        cursor: pointer;
    }

#ul {
    width: 400px;
    display: flex;
}

#ul {
    /* justify-content: space-around; */
    border: 1px solid #EFEFEF;
    margin-left: 16px;
}

    #ul > li {
        width: 200px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
    }
        #ul > li img {
            width:25px;
            height:25px;
        }
.active {
    /*background: #E0E0E0;*/
    background: #f1f1f1;
    position: relative;
}

    .active::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid #f1f1f1;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        /* padding: 10px; */
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
    }

#div {
    width: 210px;
    height: 166px;
    margin: 0 auto;
    margin-top: 30px;
}

    #div > div {
        display: none;
    }

    #div > .show {
        display: block;
    }

.qr {
    height: 290px;
}

.qr_img {
    width: 166px;
    height: 166px;
    margin: 0 auto;
}
.qr_img img {
    width: 100%;
    height:100%;
}

.qr_img2 {
    width: 166px;
    height: 166px;
    background-color: none;
    margin: 0 auto;
}
.qr_img2 img {
    width: 100%;
    height: 100%;
}

.qr_text {
    margin: 8px 0 5px 0;
    font-size: 14px;
    text-align: center;
}
.qr_text2 {
   display:flex;
   align-items:center;
   margin-top:5px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.iponeLogin {
    margin-left: 15px;
}

.other_login {
    display: flex;
    font-size: 14px;
    text-align: center;
}

.qt_login {
    width: 300px;
    display: flex;
    font-size: 12px;
    justify-content: space-around;
}

.qt_login li {
    cursor: pointer;
    width: 80px;
}
.qt_login li img {
    width:50px;
    height:50px;
    margin-bottom:5px;
}
.login_inputBox {
    position: relative;
    width: 409px;
    height: 50px;
    margin-bottom: 22px;
}

.login_input {
    width: 409px;
    height: 50px;
    border: 1px solid #E3E3E3;
    padding-left: 37px;
    font-size: 14px;
    box-sizing: border-box;
}

.login_icon {
    position: absolute;
    top: 12px;
    left: 5px;
}

.passwordJy {
    display: flex;
    justify-content: space-between;
    margin: 22px 18px 32px 0px;
    font-size: 14px;
}

.login_Btn {
    width: 406px;
    height: 44px;
   
    box-shadow: 0px 6px 18px 0px rgba(250,100,44,0.22);
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 36px;
}
.loginBtn_Enable {
    background: linear-gradient(90deg, #F7D58E 0%, #FB6129 100%);
}
.loginBtn_disable {
    background: rgb(176,173,173);
    box-shadow: none;
}

.yzm {
    padding:0 10px;
    height: 43px;
  
    line-height: 43px;
    text-align: center;
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
}
.yzmenable {
    background: #fb6229;
}
/*checkbox */
.one_login input {
    width: 14px;
    height: 14px;
}

.one_login input {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}

.checkspan {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    background-color: red;
    display: inline-block;
    background: url(../../../Images/Register/checked.png) no-repeat;
    background-position-x: 0px;
    background-position-y: -25px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    top: 3px;
    z-index: -1;
}

.checkspan {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    background-color: red;
    display: inline-block;
    background: url(../../../Images/Register/checked.png) no-repeat;
    background-position-x: 0px;
    background-position-y: -25px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    top: 3px;
    z-index:20
}

.one_login input:checked + span {
    background-position: 1px 1px;
    border: 1px solid #F15D1F;
}
.wxtext {
    font-size: 14px;
}

.apptext {
    font-size: 14px;
    color: #999999;
}

.app_box {
    position: relative;
}
.xz_app {
    display: flex;
    align-items: center;
    justify-content: center;
}

.move_qr {
    width: 160px;
    height: 28px;
    background: #E8E8E8;
    border-radius: 14px;
    font-size: 14px;
    color: #FF4200;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    margin: 0 auto;
}

.move_qr2 {
    width: 310px;
    height: 249px;
    background: #FFFFFF;
    box-shadow: 0px 5px 40px 6px rgba(76,76,76,0.29);
    border-radius: 10px;
    z-index: 100;
    display: none;
    position: absolute;
    top: -61px;
    left: -45px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 25px;
}

    .move_qr2 img {
        width: 173px;
        height: 166px;
    }

.move_qr:hover .move_qr2 {
    display: block;
}
.new_right_box {
    width: 800px;
    height: 490px;
}
.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;
    position:relative;
}
.pwd_eye {
    position: absolute;
    right: 16px;
    top: 12px;
    display: none;
    pointer-events:none;
}
.close_eye, .open_eye {
    cursor: pointer;
    pointer-events: auto;
}
.open_eye {
    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;
    }

.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: 40px;
}

    .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;
    }
.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;
}
.compatible {
    display:none;
}
/*注册协议*/
.agreement {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    top: 0;
    left: 0;
    display: none;
}
.agreement-content {
    width: 1030px;
    height: 490px;
    background: #fff;
}
    .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;
    }

    .agreement-content .close_img {
        width: 26px;
    }
input[type="password"]::-ms-reveal {
    display: none;
}