@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

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

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

/*蓝色*/

/************渐变按钮样式************/
.jb_btn {
    display: inline-block;
    box-shadow: 0 3px 12px 0 rgba(39, 125, 255, 0.30);
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    border-radius: 20px;
}

.jb_btn_92 {
    width: 92px;
    height: 36px;
    background: url(https://passport2.chaoxing.com/images/fanya/jb_btn_92.png) no-repeat 0 0;
}

.jb_btn_92:hover {
    background-position: 0 -48px;
}

.jb_btn_92:active {
    background-position: left -96px
}

.jb_btn_92_disable {
    width: 92px;
    height: 36px;
    background: url(https://passport2.chaoxing.com/images/fanya/jb_disable.png) no-repeat;
    box-shadow: 0 4px 11px 0 rgba(86, 82, 255, 0.17);
    border-radius: 20px;
}

.jb_btn_104 {
    width: 104px;
    height: 36px;
    background: url(https://passport2.chaoxing.com/images/fanya/jb_btn_104.png) no-repeat 0 0;
}

.jb_btn_104:hover {
    background-position: 0 -48px;
}

.jb_btn_104:active {
    background-position: left -96px
}

.jb_btn_168 {
    width: 168px;
    height: 44px;
    line-height: 44px;
    background: url(https://passport2.chaoxing.com/images/fanya/jb_btn_168.png) no-repeat 0 0;
}

.jb_btn_168:hover {
    background-position: 0 -56px;
}

.jb_btn_168:active {
    background-position: left -112px
}

.btnBlue {
    border: 1px solid #94C1FF;
    border-radius: 20px;
    display: inline-block;
    width: 90px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #3A8BFF;
}

.btnBlue:hover {
    background: #EAF0FF;
}

.btnBlue:active {
    background: #E4ECFF;
}

.btn_92_cancel:hover {
    background: none
}

.btn_92_cancel:active {
    background: none
}

.btn_104 {
    width: 102px;
}

.btn_92 {
    width: 90px;
}

/*搜索*/
.dataSearch {
    width: 200px;
    height: 36px;
    border-radius: 40px;
    position: relative
}

.dataSearch_input {
    width: 170px;
    height: 34px;
    font-size: 14px;
    color: #181E33;
    border: 1px solid #E5E5E5;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 0 14px;
    border-radius: 40px;
}

.dataSearch_bnt {
    width: 18px;
    height: 18px;
    background: url(https://passport2.chaoxing.com/images/fanya/search_ico.png) no-repeat;
    border: 0 none;
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 7px;
    z-index: 3;
    outline: none
}

.dataSearch_input:hover {
    border: 1px solid #CCDEF3;
}

.dataSearch_input:focus {
    outline: none;
    border: 1px solid #CCDEF3;
    box-shadow: 0 0 4px 0 #75BAFF;
    border-radius: 40px;
}

/*位置路径*/
.RoutePosiiton {
    width: 100%;
    line-height: 40px;
    padding-top: 10px;
}

.dataNum {
    color: #A8A8B3;
}

.breadcrumb {
    display: table;
}

.breadcrumb > li {
    color: #a8a8b3;
    float: left;
}

.breadcrumb > li.active {
    color: #A8A8B3;
}

.breadcrumb > li > a {
    font-size: 12px;
    color: #3A8BFF;
    display: block;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb > li > a:hover {
    text-decoration: underline;
}

.breadcrumb > li + li {
    background: url(https://passport2.chaoxing.com/images/fanya/breadcrumb.png) no-repeat 4px center;
    padding-left: 14px;
}

.PlusIcon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -2px;
}

/*********Reset************/
body {
    background: #f2f4f7;
}

.box {
    width: 100%;
    height: 100%;
    position: relative;
}

.Header {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0 1px 12px 0 rgba(1, 39, 78, 0.12);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 0 30px;
    box-sizing: border-box;
}

.Logo {
    min-width: 138px;
    height: 33px;
    margin-top: 10px;
}

.headRight {
    padding-top: 11px;
}

.backOld {
    display: inline-block;
    font-size: 14px;
    color: #91A0B5;
    background: #F7FAFC;
    border: 1px solid #E1EBFA;
    border-radius: 20px;
    width: 98px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.backOld:hover {
    background: rgba(247, 250, 252, 0.7);
    color: rgba(145, 160, 181, 0.7);
}

/*****登陆后*******/
.loginAfter {
    margin-left: 40px;
}

.headPic {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.name {
    width: 90px;
    position: relative;
    line-height: 30px;
    height: 34px
}

.name p {
    max-width: 68px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    color: #181E33;
    font-size: 14px;
}

.name p:hover {
    color: #646873
}

.arrowDown {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(https://passport2.chaoxing.com/images/fanya/arrowDown.png) no-repeat;
    margin-left: 5px;
    float: left;
    margin-top: 10px;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
}

/*气泡小弹窗开始*/
.Bubble_Popup {
    width: 116px;
    background: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(175, 187, 204, 0.75);
    border-radius: 6px;
    position: absolute;
    padding: 6px 0;
    display: none
}

.Bubble_Popup li {
    width: 100%;
    height: 48px;
}

.Bubble_Popup li a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #646873;
}

.Bubble_Popup li a:hover {
    background: #F5F8FB;
    color: #3B90FF;
}

/*气泡小弹窗结束*/

.loginCon li a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -1px;
}

.loginCon {
    position: absolute;
    left: -25px;
    top: 34px;
    height: 0
}

.loginCon li a i.user {
    background: url(https://passport2.chaoxing.com/images/fanya/user.png) no-repeat
}

.loginCon li a i.eidt {
    background: url(https://passport2.chaoxing.com/images/fanya/eidt.png) no-repeat
}

.loginCon li a:hover i.user {
    background: url(https://passport2.chaoxing.com/images/fanya/user_hover.png) no-repeat
}

.loginCon li a:hover i.eidt {
    background: url(https://passport2.chaoxing.com/images/fanya/eidt_hover.png) no-repeat
}

.name:hover .arrowDown {
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 30%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 30%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 30%;
    transform: rotate(180deg);
    transform-origin: 50% 30%;
    margin: 12px 0 0 8px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/******左侧开始*****/
.nav_side {
    width: 180px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 2;
    background: #FFFFFF;
    box-shadow: 2px 0 10px 0 rgba(237, 238, 240, 0.50);
    padding-top: 52px;
}

.classDl {
    width: 138px;
    margin: 0 auto;
    margin-top: 30px
}

.classDl dt {
    width: 138px;
    height: 78px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.classDl dt:hover {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.classDl dt span {
    display: inline-block;
    width: 100%;
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}

.classDl dt span .left_join {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background: url(https://passport2.chaoxing.com/images/fanya/left_join.png) no-repeat;
    margin-left: 4px;
    margin-top: -2px;
}

.classDl dd {
    font-size: 16px;
    text-align: center;
    width: 100%;
    line-height: 21px;
    margin-top: 12px;
}

.nav-content {
    margin-top: 8px;
}

.nav-content ul {
    border-bottom: 2px solid #F8F8F8;
    padding: 12px 0;
}

.nav-content ul:last-child {
    border-bottom: none
}

.nav-content ul li {
    width: 100%;
    height: 54px;
    text-align: center;
}

.nav-content ul li a {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #737886;
}

.nav-content ul li a:hover {
    background: #f6f9fd
}

.nav-content ul li a i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
}

.nav-content ul li a i.hd {
    background: url(https://passport2.chaoxing.com/images/fanya/hd.png) no-repeat
}

.nav-content ul li a i.ppt {
    background: url(https://passport2.chaoxing.com/images/fanya/ppt.png) no-repeat
}

.nav-content ul li a i.zj {
    background: url(https://passport2.chaoxing.com/images/fanya/zj.png) no-repeat
}

.nav-content ul li a i.zl {
    background: url(https://passport2.chaoxing.com/images/fanya/zl.png) no-repeat
}

.nav-content ul li a i.tz {
    background: url(https://passport2.chaoxing.com/images/fanya/tz.png) no-repeat
}

.nav-content ul li a i.tl {
    background: url(https://passport2.chaoxing.com/images/fanya/tl.png) no-repeat
}

.nav-content ul li a i.zy {
    background: url(https://passport2.chaoxing.com/images/fanya/zy.png) no-repeat
}

.nav-content ul li a i.ks {
    background: url(https://passport2.chaoxing.com/images/fanya/ks.png) no-repeat
}

.nav-content ul li a i.tj {
    background: url(https://passport2.chaoxing.com/images/fanya/tj.png) no-repeat
}

.nav-content ul li a i.gl {
    background: url(https://passport2.chaoxing.com/images/fanya/gl.png) no-repeat
}

.nav-content ul li.curNav a {
    color: #3B90FF;
    background: #f6f9fd
}

.nav-content ul li.curNav a i.hd {
    background: url(https://passport2.chaoxing.com/images/fanya/check_hd.png) no-repeat
}

.nav-content ul li.curNav a i.ppt {
    background: url(https://passport2.chaoxing.com/images/fanya/check_ppt.png) no-repeat
}

.nav-content ul li.curNav a i.zj {
    background: url(https://passport2.chaoxing.com/images/fanya/check_zj.png) no-repeat
}

.nav-content ul li.curNav a i.zl {
    background: url(https://passport2.chaoxing.com/images/fanya/check_zl.png) no-repeat
}

.nav-content ul li.curNav a i.tz {
    background: url(https://passport2.chaoxing.com/images/fanya/check_tz.png) no-repeat
}

.nav-content ul li.curNav a i.tl {
    background: url(https://passport2.chaoxing.com/images/fanya/check_tl.png) no-repeat
}

.nav-content ul li.curNav a i.zy {
    background: url(https://passport2.chaoxing.com/images/fanya/check_zy.png) no-repeat
}

.nav-content ul li.curNav a i.ks {
    background: url(https://passport2.chaoxing.com/images/fanya/check_ks.png) no-repeat
}

.nav-content ul li.curNav a i.tj {
    background: url(https://passport2.chaoxing.com/images/fanya/check_tj.png) no-repeat
}

.nav-content ul li.curNav a i.gl {
    background: url(https://passport2.chaoxing.com/images/fanya/check_gl.png) no-repeat
}

/******右侧开始*****/
.content {
    width: 100%;
    min-width: 804px;
    border-radius: 6px;
    margin: 0;
    background: #f2f4f7;
    position: relative;
    left: 0;
    top: 0px;
}

.content .main {
    margin: 82px 30px 30px 210px;
    min-width: 804px;
    min-heihght: 700px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(237, 238, 240, 0.50);
    border-radius: 8px;
}

/***************分页****************/
.pageDiv {
    text-align: center;
    padding: 30px 0;
}

.pageDiv a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #91A0B5;
    font-size: 12px;
    margin: 0 2px;
}

.pageDiv a:hover {
    color: #3A8BFF;
}

.pageDiv .prvePage i {
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url(https://passport2.chaoxing.com/images/fanya/page_prve.png) no-repeat;
    vertical-align: middle
}

.pageDiv .nextPage i {
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url(https://passport2.chaoxing.com/images/fanya/page_next.png) no-repeat;
    vertical-align: middle
}

.pageDiv .prvePage:hover i {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.pageDiv .nextPage:hover i {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.pageDiv a.curPage {
    background: url(https://passport2.chaoxing.com/images/fanya/pageBg.png) no-repeat;
    color: #fff;
    box-shadow: 0 2px 6px 0 rgba(39, 125, 255, 0.30);
}

.pageDiv .prve_page_disable i {
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url(/images/login/disable_page_prve.png) no-repeat;
    vertical-align: middle
}

.pageDiv .next_page_disable i {
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url(https://passport2.chaoxing.com/images/fanya/disable_page_next.png) no-repeat;
    vertical-align: middle
}

/*开关与文字注解*/

.mui-switch {
    width: 38px;
    height: 20px;
    position: relative;
    display: inline-block;
    background: #D0D5DB;
    border-radius: 14px;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
}

.mui-switch:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background: #fff;;
}

.mui-switch:checked {
    border-color: #3A8BFF;;
    box-shadow: #09f 0 0 0 .16rem inset;
    background-color: #09f;
}

.mui-switch:checked:before {
    left: 20px;
}

.mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-animbg:checked {
    box-shadow: #dfdfdf 0 0 0 0 inset;
    background-color: #3A8BFF;;
    transition: border-color 0.4s, background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:checked:before {
    transition: left 0.3s;
}




input::-webkit-search-cancel-button{
    display: none;
}
input::-ms-clear{display: none;}
@charset "UTF-8";
/** created 2019.7.22  用于登录页面的样式*/
html, body {
    height: 100%;
}

[v-cloak] {
    display: none;
}

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

.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: #F2F4F7;
    border-top: 1px solid #F2F4F7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-container .main {
    position: absolute;
    top: 50%;
    left: 50%;
    /*-webkit-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));*/
    /*-moz-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));*/
    /*-ms-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));*/
    /*-o-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));*/
    /*transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));*/
    -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;
}
/*
.lg-container .btn-big-blue {
    width: 360px;
    height: 48px;
    background: url("/images/login/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;
}

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

.lg-container .btn-big-blue:active {
    background: url("/images/login/bg-btn-active.png") no-repeat center;
    background-size: cover;
}*/
.lg-container .btn-big-blue {
    width: 360px;
    height: 48px;
    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: 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;
    /**  密码强中弱 标识*/
}

.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 .pd-right60 {
    padding-right: 60px;
}

.lg-container .lg-item .pos-r24 {
    position: absolute;
    top: 0;
    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;
    -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: 88px 90px 92px;
}

.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: 900px;
    height: 584px;
    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: 68px 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;
}

/** 默认登录方式的样式-----end */
/**初始化密码----------start */
.init-password {
    padding-top: 68px;
}

/**初始化密码----------end */
/**完善个人信息+初始化密码----------start */
.init-perfect-msg {
    min-height: 800px;
    overflow: auto;
}

.init-perfect-msg .main {
    width: auto;
    padding: 68px 0 92px;
}

.init-perfect-msg .lg-title {
    margin-bottom: 25px;
}

.init-perfect-msg .item {
    padding: 0 90px;
}

.init-perfect-msg .item-line {
    border-bottom: 1px dashed #F2F2F2;
    padding-bottom: 36px;
    margin-bottom: 28px;
}

.init-perfect-msg .btn-big-blue {
    display: block;
    margin: 40px auto 0;
}

.init-perfect-msg .btns-box {
    width: 360px;
    padding-top: 40px;
    margin: 0 auto;
}

.init-perfect-msg .btns-box .btn-big-blue {
    margin-top: 0;
}

/**完善个人信息+初始化密码----------end */

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

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F7F8FA inset !important;
}

/*登录通知提示*/
.lg-notice {
    padding: 23px 30px;
    background: #ffffff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    margin-top: 20px;
    box-shadow: 0 0 20px 0 rgba(175, 187, 204, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-bottom: 76px;
}

.lg-notice .msg-title {
    font-size: 20px;
    color: #181E33;
}

.lg-notice p {
    font-size: 13px;
    color: #0C0015;
    text-align: center;
    line-height: 24px;
}

.default-login-main {
    max-width: 900px;
}

.default-login-main .lg-notice {
    width: 900px;
}

/*手机号登录和机构登录切换*/
.login-tab-box .tab-head {
    overflow: hidden;
    margin-bottom: 40px;
}

.login-tab-box .tab-list {
    display: none;
}

.login-tab-box .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;

}

.login-tab-box .tab-head .tab-t.current {
    color: #181E33;
    border-color: #3A8BFF;
}

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










