@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px;}
body{font:12px/1.5 Microsoft YaHei,SimSun, Arial, Helvetica, sans-serif; color:#333; background:#FFF;}
img{border:0px;}
ul,ol{list-style-type:none;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
input,select,textarea{vertical-align:middle; outline:none; resize:none; font-family:Microsoft YaHei;}
a{color:#333; text-decoration:none;}
.clearfix{zoom:1; overflow:hidden;}
.clear{ clear:both; font-size:0; height:0; line-height:0;}
.fl{float:left;}
.fr{float:right;}
/*-------------------------------*/
html,body{ width:100%; height:100%;}
body{ background:url(../images/login_bg.png) no-repeat center center fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;}

.q_login{ width:860px; height:580px; background:#FFFFFF; border-radius:15px; position:absolute; left:50%; top:50%; margin:-290px 0 0 -430px;}
.q_login .q_loginame{ padding:30px 0 50px; line-height:36px; font-size:28px; color:#6f84a2; text-align:center;}
.q_login .q_loginame img{ width:36px; height:36px; margin:0 10px 0 0; vertical-align:middle;}
.q_login .q_loginame span{ vertical-align:middle;}
.q_login .q_service{ position:absolute; top:30px; right:30px; cursor:pointer; font-size:14px; color:#91A0B5; outline:none; z-index:2;}

.w_loginame {
    padding: 40px 0 40px;
    text-align: center;
}

.w_loginame img {
    height: 50px;
    max-width: 100%;
}

.wloginbot {
    color: #0092f2;
    font-size: 14px;
    padding-right: 30px;
    padding-top: 50px;
}

.q_login .tab_box{ width:540px; padding:0 90px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;}

.q_login .tab-head {
    overflow: hidden;
    margin-bottom: 30px;
}

.q_login .tab-list {
    display: none;
}

.q_login .tab-head .tab-t {
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 20px;
    color: #C7C8D4;
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: 12px;

}

.q_login .tab-head .tab-t.current {
    color: #181E33;
    border-color: #0092f2;
}

::-webkit-input-placeholder {
    color: #91A0B5 !important;
    text-overflow: ellipsis;
}

:-moz-placeholder {
    color: #91A0B5 !important;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: #91A0B5 !important;
    text-overflow: ellipsis;
}

:-ms-input-placeholder {
    color: #91A0B5 !important;
    text-overflow: ellipsis;
}

input:-moz-placeholder,
input::-moz-placeholder {
    opacity: 1;
}
/**返回*/
.icon-back:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/icon-back.png") no-repeat center;
    background-size: cover;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

/**密码锁*/
.icon-pwd:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/icon-password.png") no-repeat center;
    background-size: cover;
}

/**闭眼*/
.icon-eye-close:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/icon-eye-close.png") no-repeat center;
    background-size: cover;
    vertical-align: middle;
    cursor: pointer;
}

/**睁眼*/
.icon-eye-open:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/icon-eye-open.png") no-repeat center;
    background-size: cover;
    vertical-align: middle;
    cursor: pointer;
}

/**手机*/
.icon-tel:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/icon-tel.png") no-repeat center;
    background-size: cover;
    vertical-align: middle;
}

/**学校单位*/
.icon-school:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/icon-school.png") no-repeat center;
    background-size: cover;
}

/**学号/工号*/
.icon-card:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/icon-card.png") no-repeat center;
    background-size: cover;
}

/**验证码icon*/
.icon-verify:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/icon-verify.png") no-repeat center;
    background-size: cover;
}

/**向右小箭头*/
.icon-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url("../images/icon-right.png") no-repeat center;
    background-size: cover;
    margin-left: 5px;
}

/**姓名icon*/
.icon-person:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/icon-person.png") no-repeat center;
    background-size: cover;
}
.q_login .btn-big-blue {
    width: 360px;
    height: 48px;
    background: url("../images/bg-btn-def.png") no-repeat center;
    background-size: cover;
    box-shadow:0 3px 12px 0 rgba(39, 125, 255, 0.3);
    border-radius: 24px;
    font-size: 18px;
    color: #ffffff;
    outline: none;
    margin-top: 40px;
    cursor: pointer;
    border: none;
}

.q_login .btn-big-blue:hover {
    background: url("../images/bg-btn-hover.png") no-repeat center;
    background-size: cover;
}

.q_login .btn-big-blue:active {
    background: url("../images/bg-btn-active.png") no-repeat center;
    background-size: cover;
}

.q_login .btn-big-blue.disable {
    background: url("../images/bg-btn-disable.png") no-repeat center;
    background-size: cover;
}
.q_login .lg-item {
    width: 360px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 24px;
    font-size: 14px;
    color: #181E33;
    padding: 0;
    position: relative;
    /**  密码强中弱 标识*/
}
.q_login .lg-item:before {
    position: absolute;
    top: 15px;
    left: 24px;
}

.q_login .lg-item input {
    width: 100%;
    height: 48px;
    vertical-align: top;
    background: #FFFFFF;
    border: 1px solid #E3E8F0;
    outline: none;
    font-size: 14px;
    color: #181E33;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    padding: 0 24px 0 54px;
    box-sizing: border-box;
}

.q_login .lg-item input:focus {
    border: 1px solid #0092f2;
    background: #ffffff;
}

.q_login .lg-item .pd-right60 {
    padding-right: 60px;
}

.q_login .lg-item .pos-r24 {
    position: absolute;
    top: 15px;
    right: 24px;
    width:18px;
    height:18px;
    display:block;
}
.q_login .lg-item .pos-yan24 {
    position: absolute;
    top: 0;
    right: 24px;
}
.q_login .item-pwd .ipt-pwd {
    padding-right: 140px;
}

.q_login .item-pwd .icon-eye {
    position: absolute;
    top: 15px;
    right: 110px;
    width:18px;
    height:18px;
    display:block;
    
}
.btns-box {
    position: relative;
}

.btns-box .err-tip {
    font-size: 12px;
    color: #FF5152;
    margin-top: 6px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 24px;
}
.q_login .error-tip {
    position: relative;
}

/*.q_login .error-tip > input {
    border: 1px solid #FF5152 !important;
    background: #FFFFFF !important;
}*/

.q_login .error-tip .err-txt {
    font-size: 12px;
    line-height: 1;
    color: #FF5152;
    padding: 6px 0 0 24px;
    position: absolute;
    /*top: 48px;*/
    bottom: -18px;
}
.margin-btm24 {
    margin-bottom: 24px;
}

.item-code-random .ipt-code {
    width: 248px;
    height: 48px;
    outline: none;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid #e3e8f0;
    border-radius: 24px;
    font-size: 14px;
    color: #181E33;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-code-random .code-img {
    width: 95px;
    height: 37px;
    margin-top: 6px;
    margin-right: 2px;
}

.q_login .right {
    height: 100%;
    width: 360px;
    padding: 155px 64px 0;
    /*border-left: 1px dashed #F2F2F2;*/
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.q_login .right .ecode-box {
    /*border: 1px solid #F2F2F2;*/
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    /*padding: 25px;*/
    margin-bottom: 20px;
}

.q_login .right .ecode-box img {
    width: 180px;
    height: 180px;
}

.q_login .right .tip {
    margin-bottom: 40px;
    font-weight: 400;
}

.q_login .item-pwd .ipt-pwd {
    padding-right: 140px;
}


.QR-code {
    width: 220px;
    height: 256px;
    box-shadow: 0 0 30px 0 rgba(43, 51, 59, 0.16);
    margin-top: 10px;
}


.col-lightblue {
    color: #91A0B5;
}


.filter-list {
    display: none;
    width: 324px;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*padding: 7px 2px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f7f8fa;
    z-index: 2;
    background: #FFFFFF;
    box-shadow: 0 2px 12px 0 #AFBBCC;
    border-radius: 6px;
}

.filter-list .list-jg {
    max-height: 332px;
    overflow-y: auto;
}

.filter-list .list {
    max-height: 252px;
    overflow-y: auto;
}

.filter-list .dataSearch_bnt {
    width: 18px;
    height: 18px;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    background: url("../images/icon-search.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 16px;
    right: 24px;
    z-index: 3;
    outline: none
}

.filter-list li {
    text-align: left;
    font-size: 14px;
    color: #181E33;
    line-height: 40px;
    height: 40px;
    padding: 0 12px;
    cursor: pointer;
    overflow: hidden;
}

.filter-list li:hover, .filter-list li:active, .filter-list li.current {
    background: #F7FAFC;
    color: #3A8BFF;
}

.filter-list li:hover span, .filter-list li:active span, .filter-list li.current span {
    color: #3A8BFF;
}

.filter-list li .fl {
    color: #181E33;
}

.filter-list li .fr {
    color: #646873;
}

.filter-list .li-search {
    padding: 9px 13px;
}

.filter-list .li-search .dataSearch {
    width: 100%;
}

.filter-list .li-search .dataSearch .dataSearch_input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-list .li-search:hover {
    background: #ffffff;
}

/**美化滚动条*/
.beat-scroll::-webkit-scrollbar {
    width: 6px;
}

.beat-scroll::-webkit-scrollbar-track {
    background-color: #ffffff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.beat-scroll::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #E6E6E6;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.q_login .lg-item .Seacher_jg input{
        padding:0 14px;height:34px
    }

.lg-container .item-tel .ipt-focus {
    width: 248px;
    height: 48px;
    outline: none;
    background: #ffffff;
    border: 1px solid #e3e8f0;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    font-size: 14px;
    color: #181E33;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-container .item-tel .ipt-focus:focus {
    border: 1px solid #0092f2;
    background: #ffffff;
}
























































