@charset "utf-8";
*{margin: 0; padding: 0;box-sizing: border-box;}
body{width: 100%;min-width: 1240px;font-family:"Microsoft YaHei","SimSun";overflow-x:auto;overflow-y:auto}
ul,ol,li{list-style: none;}
img{border: none;}
a{text-decoration: none;}

#wrap{width: 100%;height: 100vh;background: url("../img/login_bg.png");background-size: cover;display:flex;flex-direction: column;overflow: hidden;}
#head{width: 100%;height: 80px;}
#head-in{width: 1200px;height: 80px;margin: 0 auto;}
#head-in #logo{padding: 20px 0px 0px 20px;font-size: 30px;color: #00438B;}

#main{width: 100%;flex: 1;}
#login-wrap{/* width: 1200px; *//* height: 600px; *//* position: absolute; *//* left: 0; *//* top: 0; *//* right: 0; *//* bottom: 0; *//* margin: auto; */}
/*轮播*/
img{ display: block; border:none;}
.lubo{ width: 100%;clear: both; position: relative; height:600px;}
.lubo_box{ position: relative; width: 100%; height:600px; }
.lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:600px; opacity: 0.6;filter:alpha(opacity=60);}
.lubo_box li a{ display: block;width: 100%;  height: 100%;}
.lubo_box li img{ width: 100%; height: 600px;}
/*圆点*/
.cir_box{ overflow: hidden; position: absolute; z-index: 100;}
.cir_box li{ float: left; width: 10px; height: 10px; border-radius: 50%;margin:0 5px; cursor: pointer; background: #FFFFFF; opacity: 0.5;filter:alpha(opacity=50);}
.cir_on{ background: #FFFFFF !important;width: 30px !important;height: 10px !important;border-radius: 5px !important;opacity: 1 !important;filter:alpha(opacity=100)!important;}
/*登录框*/
.login>h3{width: 400px;text-align: center;font-size: 24px;color: #0E77CA;letter-spacing: 1.5px;height: 80px;line-height: 80px;font-family: "微软雅黑";}
.box{position: relative;margin-left: 50px;width: 390px;height: 40px;background: #FFFFFF;border: 1px solid #D9D9D9;border-radius: 4px;margin-bottom: 40px;}
.box input{width:100%;height:38px;border: none;border-radius: 4px;padding-left: 34px;line-height: 40px;font-size: 14px;font-family: "微软雅黑";color: #999999;}
.box>span{position: absolute;top: 10px;left:12px;display: block;width: 12px;height: 16px;font-size: 16px;color: #999999;}
.box>.eye{width:16px;position:absolute;right: 4px;top: 10px;}
#calendar{position:absolute;top:10px;right:12px;}
#v_container{position: absolute;top: 3px;right: 3px;width: 90px;height: 34px;}
.checkbox{width: 390px;height: 30px; margin: 0px 0 10px 50px;position: relative;}
#error{position: absolute;top: 0px;left: 0px;font-family: "微软雅黑";font-size: 14px;color: red;width: 200px;}
#check{position: absolute;color:#ff7a45;font-size:14px;border:1px solid #ff7a45;padding:2px 5px;display:none;top: 0px;right: 0px;font-family: "微软雅黑";}
#loginBtn{outline: none;font-family: "微软雅黑";font-size: 16px;color: #FFFFFF;background: #108EE9;width: 390px;text-align: center;cursor: pointer;}
.loading{position: absolute;top:0px;left:0px;display: none;outline: none;font-family: "微软雅黑";font-size: 16px;color: #FFFFFF;background: rgba(16,142,233,0.65);width: 390px;border-radius: 4px;height: 40px;text-align: center;}
.loading>img{position: absolute;left: 106px;top: 12px;}
.loading>span{display: inline-block;height: 40px;line-height: 40px;color: #FFFFFF;}

#region{display: none;}
#verify{display: none;margin-bottom: 10px !important;}
.form-horizontal{margin-top: 40px;}


#foot{width: 100%;height: 60px;}
#foot-in{width: 1200px;height: 60px;margin: 0 auto;}
#copyright{width: 1200px;line-height: 30px;text-align:center;font-size: 16px;color: #7d7f81;}
#copyright>span{font-size: 12px;color: #777777;}
#head-in #license{padding: 26px 0px 0px 133px;font-size: 20px;color: red;}
.dp-1{float:left;}

#login-in .login_change{width: 60px;height:60px;position: absolute;top:2px;right:2px;cursor: pointer;}
#login-in .login_qrImg{background: url("../img/code_new.png");background-size: cover;}
#login-in .login_pwImg{background: url("../img/tc_new.png");background-size: cover;}
.clear{clear:both}
.box_cen{
    margin: 70px auto;
    text-align: center;
    width: 1250px;
}
#qr {
    width: 220px;
    height: 220px;
    margin: auto;
}
.qrcode-error{
    width: 220px;
    height: 220px;
    position: absolute;
    top: 80px;
    background: rgba(255,255,255,0.6);
    margin: auto;
    left: 0;
    right: 0;
    display: none;
}
.err-cont{
    color: rgba(0,0,0,1);
    font-size: 14px;
    text-align: center;
    font-weight: 800;
    margin-top: 60px;
}
.refresh-btn{
    width: 68px;
    height: 32px;
    display:block;
    background: red;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: auto;
    margin-top: 20px;
}
.pinma{
    margin-left: 44px;
    margin-top: 60px;
    position: relative;
    width: 390px;
}
.pinma input{
    /* padding-left: 10px; */
    padding: 6px;
    width: 230px;
}
.caLogin{
    outline: none;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #FFFFFF;
    background: #108EE9;
    width: 390px;
    text-align: center;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin: 90px auto 0;
}
#eyeca{
    position: absolute;
    top: 4px;
    right: 15px;
    width: 24px;
}

#smsVerify{
    border:none;
    display:none;
}
.mobileBtn,.smsMobileBtn{
    width: 110px;
    height: 36px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    float:right;
    color: #fff;
    background: #108ee9;
    cursor: pointer;
}
.num, .smsNum{
    width:100px;
    height:38px;
    border:1px solid #dddddd;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    display:none;
    float:right;
}
.logintab {
    margin-left: 30px;
    margin-top: 23px;
}
.logintab li {
    color: #888888;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
}
.logintab li.active {
    color: #333;
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    border-bottom: 2px solid #333;
}
#smsLoginBtn{
    font-size:16px;
    background:#108ee9;
    color:#ffffff;
    cursor:pointer;
}
#smsLogin{
    margin-top:80px !important
}
#logoImgBox{
    float:left;width: 66px;height: 80px;margin-left:50px;
}
.logoImg{
    width: 66px;height: 66px;margin:7px 0 0 7px
}
.userCodeAssist{
    display:none
}
#error1{
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: red;
    width: 100%;
}




        .question {
            color: #fff;
            font-size: 26px;
        }

        .question a {
            width: 280px;
            line-height: 22px;
            font-size: 22px;
            color: #fff;
            text-decoration: underline;
            display: inline-block;
        }

        .box-left {
            width: 100%;
            min-width: 300px;
            height: 470px;
            background: rgba(0, 0, 0, .37);
            border-radius: 2px;
            padding: 0 0 20px 0;
            color: rgba(255, 255, 255, 1);
        }

        .box-title {
            font-size: 26px;
            line-height: 68px;
            text-align: left;
            padding-left: 30px;
            border-bottom: 1px solid #ffffff;
        }

        .box-content {
            text-align: left;
            padding: 0 30px;
            height: 650px;
            overflow-x: hidden;
            overflow-y: scroll;
        }

        .box-content p {
            text-indent: 2em;
            line-height: 24px;
            font-size: 14px;
            text-align: justify;
        }

        .login_box {

display: flex;

justify-content: center;

/*width: 740px;height: 416px;*/

/*border-bottom-right-radius: 3px;*/

/*border-bottom-left-radius: 3px;*/

width: 700px;

}
        .login_box .toLogin{
            width: 450px;
            margin-top: 41px;
        }
        .login_box .form-group{
            margin-bottom:24px
        }
        .login_box .an{
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        .login_box .zc{
            width: 188px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(57, 105, 242, 1);
            font-weight: 500;
            font-size: 16px;
            color: #FFFFFF;
            border-radius: 4px 4px 4px 4px;
            text-decoration: none;
        }
        .login_box .dl{
            width: 248px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(57, 105, 242, 1);
            font-weight: 500;
            font-size: 16px;
            color: #FFFFFF;
            border-radius: 4px 4px 4px 4px;
        }
        .login_box .gn{
            display: flex;
            justify-content: space-between;
        }
        .login_box .gn a{
            text-decoration: none;
            font-weight: 400;
            font-size: 13px;
            color: #666666;
        }

        .login_box .header {
            height: 80px;
            text-align: center;
            margin-bottom: 30px;
        }

        .login_box .title {
            padding: 20px 10px 20px 10px;
            border-bottom: 1px solid #4E7DC5;
            font-size: 27px;
            color: rgb(78, 125, 197);
        }

        .entry {
            max-width: 380px;
        }

        .entry span {
            color: #fff;
            font-size: 28px;
            display: inline-block;
        }

        .entry img {
            width: 150px;
        }

        /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
        ::-webkit-scrollbar {
            width: 7px;
            height: 7px;
            background-color: #F5F5F5;
        }

        /*定义滚动条轨道 内阴影+圆角*/
        ::-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }

        /*定义滑块 内阴影+圆角*/
        ::-webkit-scrollbar-thumb {
            border-radius: 10px;
            box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
            background-color: #c8c8c8;
        }

        .jx_left {
            background-image: url('../img/jx_left.png');
            background-position: center;
            width: 500px;
            height: 413px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 3px;
        }

        form div .position-relative img {
            width: 20px;
            left: 10px;
            top: 13px;
            position: absolute;
        }

        .login a {
            cursor: pointer;
        }

        .d-nav a {
            font-weight: bolder;
            font-size: 20px;
        }
        /*新增跳转转移支付登录页面样式 */
        .login-box{
            width: 750px;
            height: 413px;
            position: relative;
            background: #ffffff;
        }
        .tab-box{
            display:flex;
            width: 100%;
            height: 50px;
            /*position:absolute;*/
            line-height:50px;
            /* background:#3969F2; */
            /*justify-content: space-between;*/
        }
        .tab-box-left{
            font-weight: 500;
            font-size: 16px;
            background:#3969F2;
            color: #fff;
            cursor: pointer;
            padding: 0px 8px;
        }
        .tab-box-left:not(:last-child) {
            border-right: 1px solid rgba(255, 255, 255, 0.20);
        }

        .tab-box-left:hover{
            background:#fff;
            color:#3969F2;

        }
        .tab-box-right{
            background:#2a75ff;
            color:#fff;
            flex: 1;
            cursor: pointer;
            text-align:center;
        }

        .tab-box-right:hover{
            background:#fff;
            color:#2a75ff;
            font-weight:bold;
        }
        .tab-box-active{
            background:#fff;
            color:#2a75ff;
            font-weight:bold;
        }

        .toHome{
            height: 100%;
            padding-top: 30px;
            display: flex;
            justify-content: center;
            align-items: center;

        }
        .btn_toHome{
            width: 468px;
            height: 254px;
            background: url("/assets/img/login/new/log_bg_btn@2x.png") no-repeat;
            background-size: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .btn_self{
            width: 368px;
            height: 136px;
            background: url("/assets/img/login/new/log_btn@2x.png") no-repeat;
            background-size: 100%;
        }
        .btn_href{
            font-size: 22px;
            font-weight: 500;
            color: #FFFFFF;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;

        }

        .btn_href img{
            height: 40px;
            width: 40px;
        }
        .btn_href:hover {
            text-decoration: none;
            color: #fff;
        }
