@charset "UTF-8";
/** created 2019.7.22  用于登录页面的样式*/
html, body {
    height: 100%;
}

[v-cloak] {
    display: none;
}

body {
    font: 12px/1.5 微软雅黑, 黑体, Arial, Helvetica, sans-serif;
    overflow-x: auto;
		margin: 0px;
}

input {
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari 和 Chrome */
    appearance: button;
}

table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    font-weight: normal;
}

ul, ol, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, select, textarea {
    vertical-align: middle;
    color: #000;
    border: none;
    border: 0;
}

a {
    text-decoration: none;
}

b, i, strong {
    font-weight: normal;
    font-style: normal;
}

img {
    border: 0;
}

.fr {
    float: right
}

.fl {
    float: left
}

.clear {
    clear: both
}

.clearfix {
    zoom: 1;
    overflow: hidden
}

/*input-placeholder-color*/
::-webkit-input-placeholder {
    color: #E1E1E5;
    text-overflow: ellipsis;
}

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

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

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

/*padding,margin值*/
.pad30lr {
    padding: 0 30px;
}

.padTop30 {
    padding-top: 30px;
}

.marginRight30 {
    margin-right: 30px;
}

/**********公共文字颜色*************/
.textHidden {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

/*color*/
.colorDeep {
    color: #181E33;
}

/*一级文字 深色*/
.colorIn {
    color: #646873;
}

/*二级文字 适中*/
.colorShallow {
    color: #A8A8B3;
}

/*三级文字 浅色*/
.colorBlue_click {
    color: #91a0b5;
}

/*可点击文字 蓝色*/
.colorBlue {
    color: #3A8BFF;
}

.col-blue {
    color: #3A8BFF;
}

.fs15 {
    font-size: 15px;
}

.clearaft:after {
    content: '';
    display: block;
    clear: both;
}

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

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

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

:-ms-input-placeholder {
    color: #CAD0E6 !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/login/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/login/icon-password.png") no-repeat center;
    background-size: cover;
}

/**闭眼*/
.icon-eye-close:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/login/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/login/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/login/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/login/icon-school.png") no-repeat center;
    background-size: cover;
}

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

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

/**向右小箭头*/
.icon-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url("../images/login/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/login/icon-person.png") no-repeat center;
    background-size: cover;
}

/**登录模块公共样式------start*/
.lg-container {
    position: relative;
    height: 100%;
    background: -webkit-linear-gradient(top, #666, #f2f2f2);
    background: -o-linear-gradient(top,#666, #f2f2f2);
    background: -moz-linear-gradient(top,#666, #f2f2f2);
    background: -ms-linear-gradient(top,#666, #f2f2f2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-container .main {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    margin: 0 auto;
}
.rat-reg-main {
    height: 60vh;
    overflow-y: scroll; /* 始终显示纵向滚动条 */
    scrollbar-width: thin; /* Firefox定制宽度 */
    padding: 10px 40px 30px;
}
.lg-container .btn-big-blue {
    width: 100%;
    height: 48px;
    line-height: 38px;
    background: url("../images/login/loginbtn.png") no-repeat 0 0;
    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;
}

.lg-container .btn-big-blue:hover {
    background-position:0 -48px;
    background-size: cover;
}

.lg-container .btn-big-blue:active {
     background-position:0 -96px;
    background-size: cover;
}

.lg-container .btn-big-blue.disable {
    background: url("../images/login/bg-btn-disable.png") no-repeat center;
    background-size: cover;
}

.lg-container .lg-item {
    width: 100%;
    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;
    /**  密码强中弱 标识*/
}

.lg-container .lg-item:before {
    position: absolute;
    top: 15px;
    left: 24px;
}

.lg-container .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;
}

.lg-container .lg-item input:focus {
    border: 1px solid #3A8BFF;
    background: #ffffff;
}

.lg-container .lg-item select {
    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;
}

.lg-container .lg-item select:focus {
    border: 1px solid #3A8BFF;
    background: #ffffff;
}

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

.lg-container .lg-item .pos-r24 {
    position: absolute;
    top: 15px;
    right: 24px;
}

.lg-container .lg-item .pwd-rule {
    font-size: 12px;
    color: #A8A8B3;
    padding-left: 24px;
    line-height: 1;
    margin-top: 6px;
    /*position: absolute;*/
}

.lg-container .lg-item .pwd-diff-list {
    padding-left: 24px;
    /*margin-top: 18px;*/
    line-height: 1;
}

.lg-container .lg-item .pwd-diff-list > a {
    display: inline-block;
    width: 40px;
    text-align: center;
    margin-right: 4px;
    padding-top: 10px;
    font-size: 12px;
    color: #A8A8B3;
}

.lg-container .lg-item .pwd-diff-list > a i {
    display: inline-block;
    width: 40px;
    height: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 4px;
    background: #E2E4EF;
}

.lg-container .lg-item .pwd-diff-list > a.diff1 {
    color: #181e33;
}

.lg-container .lg-item .pwd-diff-list > a.diff1 > i {
    background: linear-gradient(90deg, #64aaff, #6494ff);
}

.lg-container .lg-item .pwd-diff-list > a.diff2 {
    color: #181e33;
}

.lg-container .lg-item .pwd-diff-list > a.diff2 > i {
    background: linear-gradient(90deg, #638fff, #6077ff);
}

.lg-container .lg-item .pwd-diff-list > a.diff3 {
    color: #181e33;
}

.lg-container .lg-item .pwd-diff-list > a.diff3 > i {
    background: linear-gradient(90deg, #6073ff, #5d5bff);
}

.lg-container input:focus {
    border: 1px solid #3A8BFF;
    background: #ffffff;
}

.lg-container .item-tel {
    margin-bottom: 24px;
    position: relative;
}

.lg-container .item-tel .tel-area {
    display: inline-block;
    width: 100px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    border: 1px solid #e3e8f0;
    border-radius: 24px;
    padding-left: 24px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #646873;
    margin-right: 12px;
    cursor: pointer;
}

.lg-container .item-tel .icon-down:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 100%;
    background: url("../images/login/icon-down.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0;
}

.lg-container .item-tel .icon-up:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.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 #3A8BFF;
    background: #ffffff;
}

/*.lg-container .item-tel.error-tip {*/
/*margin-bottom: 40px;*/
/*}*/

.lg-container .item-tel.error-tip .err-txt {
    /*top: 48px;*/
    left: 112px;
}

.lg-container .error-tip {
    position: relative;
}

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

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

/*.lg-container .error-tip .top66{*/
/*top: 66px;*/
/*}*/

.lg-container .lg-top {
    line-height: 20px;
}

.lg-container .lg-top .back {
    position: absolute;
    top: 30px;
    left: 30px;
}

.lg-container .lg-top .service {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    color: #91A0B5;
    outline: none;
    z-index: 2;
}

.ipt-focus:focus {
    border: 1px solid #3A8BFF !important;
    background: #ffffff !important;
}

.lg-title {
    color: #181E33;
    font-size: 20px;
    margin-bottom: 44px;
}

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

.main-def-w {
    width: 540px;
    min-height: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(175, 187, 204, 0.2);
    border-radius: 16px;
    padding: 60px 20px 52px;
    overflow: hidden;
}

.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: 290px;
    overflow-y: auto;
}

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

.filter-list .dataSearch_bnt {
    display: inline-block;
    background: url("../images/login/icon-search.png") no-repeat center;
    background-size: cover;
    top: 9px;
}

.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;
}

/**获取验证码-input*/
.item-getcode .ipt-code {
    padding-right: 130px !important;
}

.item-getcode .col-gray {
    color: #91A0B5;
}

.item-getcode .before-reget {
    display: none;
}

/**随机生成验证码*/
.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;
}

/**跳过*/
.txt-skip {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}

.txt-skip a {
    outline: none;
    color: #3A8BFF;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-btm18 {
    margin-bottom: 18px;
}

.margin-btm24 {
    margin-bottom: 24px;
}

.margin-btm30 {
    margin-bottom: 30px;
}

.margin-btm40 {
    margin-bottom: 40px;
}

.w-ipt-100 {
    width: 100%;
}

.w-ipt-80 {
    width: 80%;
}

.pd-lr-24 {
    padding: 0 24px;
}

.pd-btm100 {
    padding-bottom: 100px;
}

/**登录模块公共样式------end*/
/** 默认登录方式的样式-----start */
.default-login {
    width: 540px;
    min-height: 360px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(175, 187, 204, 0.15);
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: relative;

}

.default-login-min {
    width: 540px;
}

.default-login-min .default-login {
    width: 540px;
    /*height: 590px;*/
}

.default-login-min .lg-notice {
    width: 540px;
}

.default-login .left {
    width: 540px;
    height: 100%;
    padding: 45px 90px 51px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.default-login .left .line {
    margin-top: 20px;
    border-top: 1px dashed #F2F2F2;
    padding-top: 24px;
    text-align: center;
}

.default-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;
}

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

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

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

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

.default-login .item-pwd .icon-eye {
    position: absolute;
    top: 0;
    right: 110px;
}

@media (max-width:991px) {
    .lg-container {
        position: initial;
        padding: 150px 0px 80px;
        height: auto;
        overflow: hidden;
    }
    .main-def-w {
        width: 90%;
    }
    .lg-container .main {width: 90%; padding: 0px;margin: 120px auto; position: initial; -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;}
    .lg-container .lg-top .back {position: initial;}
    .default-login {width: 100%; height: auto;}
    .default-login .left {width: 100%; padding: 15px;}
    .rat-reg-main {height: auto; padding: 20px; overflow: hidden;}
    .lg-container .lg-item {width: 100%;}
    .lg-container .btn-big-blue {width: 100%; height: 38px;}
    .lg-container .main.main-def-w {margin: 0px auto;}
}