@charset "utf-8";
@import url(clear_pass_word.css?v=5.2.2);

body {
    margin: 0;
    padding: 0;
    background-color: #fafcff;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    word-wrap: break-word;
    word-break: break-all;
}


/* -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;} */

body>div {
    margin-right: auto;
    margin-left: auto;
}

div,
form,
ul,
ol,
li,
span,
p,
dl,
dt,
dd,
img {
    padding: 0;
    border: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none
}

table,
td {
    resize: none;
}

textarea {
    resize: none;
}

form {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
}

input {
    vertical-align: middle;
}

input,
textarea {
    font-size: 14px;
    font-family: tahoma, arial, 'Hiragino Sans GB', '宋体', sans-serif;
}


/*移除IE输入框清空、密码框可见按钮*/

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}


/*自动填充样式*/

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background-color: rgba(255, 255, 255, 1) !important;
}

.cursorP {
    cursor: pointer;
}

a:link,
a:visited {
    color: #4A4A4A;
    text-decoration: none;
}

a:hover {
    color: #409FFF;
    text-decoration: underline;
}

.red {
    color: #F00;
}

.orange {
    color: #FD8608;
}

.green {
    color: #417505;
}

.black {
    color: #4A4A4A;
}

.grey {
    color: #9b9b9b;
}

a.blueline {
    color: #4A90E2;
    text-decoration: underline;
}


/*清除浮动*/

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clearfix {
    zoom: 1;
    clear: both;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    line-height: 0;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header .container {
    min-width: 900px;
    width: auto;
    height: 64px;
    display: flex;
}


/* header */

.header {
    background-color: #ffffff;
    box-shadow: 0px 4px 12px -8px rgba(18, 21, 26, 0.1);
    color: #333;
}

.header .logo {
    /* float: left; */
    display: table;
    width: 180px;
    height: 64px;
    margin-top: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    text-align: center;
}

.header .logo_c {
    float: left;
    display: table;
    width: 180px;
    height: 64px;
    margin-top: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.header .logo img {
    display: inline-block;
    height: 56px;
    margin-left: 48px;
}

.header .logo.logo_fif img {
    height: 56px;
    margin-right: 48px;
    margin-left: 24px;
}

.header .logo_c.logo_fif img {
    max-height: 40px;
    margin-right: 10px;
    margin-left: 24px;
}

.header .logo span {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}

.header .logo_c span {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}

.header .logo h1 {
    display: inline-block;
    max-width: 340px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 64px;
    line-height: 64px;
    color: #333333;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    margin-left: 20px;
}

.header .logo_c h1 {
    display: inline-block;
    max-width: 340px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 64px;
    line-height: 64px;
    color: #333333;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
}


/* 导航 */

.head_nav {
    /* position: absolute;
    top: 0;
    left: 235px; */
    height: 64px;
    margin-left: 40px;
    line-height: 1.5 !important;
    width: 100%;
}

.head_nav.fr {
    float: right;
    position: static;
    min-width: 10px;
}

.head_nav>li {
    float: left;
    text-align: center;
    padding: 20px 0px 16px;
    margin-right: 32px;
    /* margin-left: 40px; */
    overflow: visible;
    border-bottom: 2px solid transparent;
}

.head_nav>li>a {
    /* font-size: 16px;
    line-height: 22px;*/
    cursor: pointer;
    display: inline-block;
    position: relative;
    /* padding-left: 22px; */
    overflow: hidden;
    white-space: nowrap;
    color: #12151A;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    letter-spacing: 0;
}

.head_nav>li>a:hover,
.head_nav>li.active>a {
    color: #409FFF;
    text-decoration: none;
    font-weight: 600;
}

.head_nav>li>a>img.outer_info {
    position: absolute;
    left: 0 !important;
    top: 3px !important;
}

.head_nav>li>a:hover>img.outer_info,
.head_nav>li.active>a>img {
    filter: drop-shadow(#409FFF 80px 0);
    transform: translateX(-80px);
}

.head_nav>li>em {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #409FFF;
    top: 24px;
    right: -1px;
    border-radius: 50%;
}

.head_nav>li.active {
    /* border-bottom: 2px solid #409FFF; */
    position: relative;
}

.head_nav>li.active .line-style {
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px 4px 0 0;
    background-color: #409FFF;
}

.nav_more {
    position: relative;
}

.nav_more .nav_more_box {
    position: fixed;
    z-index: 2;
    /* padding-top: 20px; */
    top: 65px;
    right: 0;
    width: 100vw;
    margin-left: -308px;
    font-weight: normal;
    -webkit-transition: -webkit-transform 0.25s ease;
    -webkit-transform: scale(0);
    -webkit-transform-origin: 50% 0%;
    -moz-transition: -moz-transform 0.25s ease;
    -moz-transform: scale(0);
    -moz-transform-origin: 50% 0%;
    -o-transition: -o-transform 0.25s ease;
    -o-transform: scale(0);
    -o-transform-origin: 50% 0%;
    -ms-transition: -ms-transform 0.25s ease;
    -ms-transform: scale(0);
    -ms-transform-origin: 50% 0%;
    transition: transform 0.25s ease;
    transform: scale(0);
    transform-origin: 50% 0%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    background-image: url(../../images/v-5.x/app_background.png);
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(20px);
}

.nav_more .nav_more_box .clearfix .right_item {
    /* padding: 0 10; */
    margin-top: 0 !important;
}

.nav_more .nav_more_box .userInfo {
    display: block;
    height: 50px;
    width: 160px;
    border-bottom: 1px solid #F5F6F7;
    margin: 0 auto;
}

.nav_more .nav_more_box .userInfo .avator {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.nav_more .nav_more_box .userInfo .avator img {
    height: 100%;
    width: 100%;
}

.nav_more .nav_more_box .userInfo .user_name {
    float: left;
    margin-left: 10px;
    margin-top: -2px;
    width: 82px;
}

.nav_more .nav_more_box .userInfo .user_name .name {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #272c33;
    font-style: normal;
    line-height: 24px;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nav_more .nav_more_box .userInfo .user_name .identity {
    height: 16px;
    padding: 0 4px;
    background: #f0faff;
    border-radius: 3px;
    margin-top: 4px;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #409fff;
    line-height: 16px;
    font-style: normal;
    width: max-content;
    display: block;
}

.nav_more .nav_more_box .first-ul-em {
    display: none;
}

.nav_more .nav_more_box .first-ul {
    padding: 10px 8px 0;
    min-height: 142px;
    display: flex;
    justify-content: space-between;
    width: 1186px;
    margin: 0 auto;
    flex-wrap: wrap;
}

@media screen and (max-width:1384px) {
    .nav_more .nav_more_box .first-ul {
        width: 95%;
    }
}

@media screen and (min-width:1384px) and (max-width:1600px) {
    .nav_more .nav_more_box .first-ul {
        width: 85%;
    }
}


.nav_more .nav_more_box .app-title {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #12151A;
    line-height: 39px;
    margin-top: 8px;
}

.nav_more .nav_more_box .app-title i {
    display: inline-block;
    line-height: 39px;
    font-style: normal;
    border-bottom: 1px solid #409FFF;
    position: relative;
    top: 1px;
}

.nav_more .nav_more_box .app-line {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #409FFF 29%, rgba(39, 44, 51, 0.1) 28%);
    display: inline-block;
    margin-bottom: 10px;
}

.head_nav .nav_more.nav_more_app .nav_more_box .normal-li {
    float: left;
    /* margin-right: 87px; */
    margin-bottom: 10px;
    /* width: 210px; */
}

.head_nav .nav_more.nav_more_app .nav_more_box .two-ul {
    width: 410px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li:last-child {
    margin-right: 0px;
}

/* .head_nav .nav_more.nav_more_app .nav_more_box li a {
    float: left;
    width: 111px;
    padding-left: 36px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #4A4A4A;
    background-color: #EAEBEC;
    background-image: url(../images/www/app_ico.png?v=2.0);
    background-repeat: no-repeat;
    border-radius: 4px;
    border-left: 5px solid #DADBDB;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
} */

.head_nav .nav_more.nav_more_app .nav_more_box li.kyxl a {
    background-position: 5px 6px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.idatabase a {
    background-position: 5px -42px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.itest a {
    background-position: 5px -90px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.kcpj a {
    background-position: 5px -138px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.ifass a {
    background-position: 5px -186px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.ilearning a {
    background-position: 5px -234px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.zxkt a {
    background-position: 5px -282px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.itrain a {
    background-position: 5px -330px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.akt a {
    background-position: 5px -378px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.icet a {
    background-position: 5px -426px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.xsqw a {
    background-position: 5px -474px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.ijob a {
    background-position: 5px -522px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.tyai a {
    background-position: 5px -570px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.kyxl_ch a {
    background-position: 5px -618px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.dsjzc a {
    background-position: 5px -666px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.jk a {
    background-position: 5px -714px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.testbank a {
    background-position: 5px -760px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.testbank a {
    background-position: 5px -760px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.zhwk a {
    background-position: 5px -810px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.aktnew a {
    background-position: 5px -860px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.zljc a {
    background-position: 5px -910px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.aijk a {
    background-position: 5px -960px;
}

/* .head_nav .nav_more.nav_more_app .nav_more_box li:nth-child(3n) {
    margin-right: 0;
} */

.head_nav .nav_more.nav_more_app .nav_more_box li a:hover {
    text-decoration: none;
    color: #4A4A4A;
    background-color: #CBCBCB;
    border-left-color: #aaaaaa;
}

.head_nav .nav_more.nav_more_app .nav_more_box li a:hover {
    text-decoration: none;
    color: #1C98E0;
    background-color: #E1E8FF;
    border-left-color: #1C98E0;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.kyxl a:hover {
    background-position: -231px 6px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.idatabase a:hover {
    background-position: -231px -42px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.itest a:hover {
    background-position: -231px -90px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.kcpj a:hover {
    background-position: -231px -138px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.ifass a:hover {
    background-position: -231px -186px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.ilearning a:hover {
    background-position: -231px -234px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.zxkt a:hover {
    background-position: -231px -282px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.itrain a:hover {
    background-position: -231px -330px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.akt a:hover {
    background-position: -231px -378px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.testbank a:hover {
    background-position: -231px -760px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.icet a:hover {
    background-position: -231px -426px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.xsqw a:hover {
    background-position: -231px -474px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.ijob a:hover {
    background-position: -231px -522px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.tyai a:hover {
    background-position: -231px -570px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.kyxl_ch a:hover {
    background-position: -231px -618px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.dsjzc a:hover {
    background-position: -231px -666px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.jk a:hover {
    background-position: -231px -714px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.zhwk a:hover {
    background-position: -231px -810px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.aktnew a:hover {
    background-position: -231px -860px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.zljc a:hover {
    background-position: -231px -910px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.aijk a:hover {
    background-position: -231px -960px;
}

.head_nav .nav_more.nav_more_app .nav_more_box li.more a {
    cursor: default;
}

.nav_more:hover .nav_more_box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.nav_more .nav_more_box .first-ul .afew-app {
    text-align: center;
    margin-right: 85px;
    margin-top: 36px;
    cursor: pointer;
}

.nav_more .nav_more_box .first-ul .afew-app img {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
}

.nav_more .nav_more_box .first-ul .afew-app sapn {
    color: #12151A;
}

.nav_more .nav_more_box .first-ul .second-ul {
    float: left;
    border-top: 1px solid rgba(39, 44, 51, 0.1);
}

.nav_more .nav_more_box .first-ul .second-ul li {
    text-align: left;
    float: none;
    width: 210px;
    cursor: pointer;
    margin: 8px 0;
    line-height: 48px;
    color: #12151A;
}

.nav_more .nav_more_box .first-ul .second-ul li:hover {
    color: #409FFF;
    background-color: rgba(64, 159, 255, 0.05);
    position: relative;
    left: -8px;
    width: 100%;
    padding: 0 0 0 8px;
    border-radius: 4px;
}

.nav_more .nav_more_box .first-ul .second-ul img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 12px;
}

.nav_more .nav_more_box .first-ul .second-ul-short {
    max-width: 170px;
    min-width: 170px;
}

.nav_more .nav_more_box .first-ul .second-ul-short img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.nav_more .nav_more_box .first-ul .second-ul-short li {
    max-width: 170px;
    min-width: 170px;
    line-height: 36px;
    margin: 6px 0;
    line-height: 36px;
}

.nav_more .nav_more_box .first-ul-short {
    justify-content: start;
}

.nav_more .nav_more_box .first-ul-short li {
    margin-right: 80px;
}

/* 右侧-未登录*/

.header_right {
    float: right;
    margin-top: 20px;
    margin-right: 100px;
	display: flex;
}

.header_right a {
    float: left;
    color: #E8F1F2;
    line-height: 30px;
}

.header_right a.login {
    margin-left: 20px;
    width: 140px;
    height: 30px;
    font-size: 16px;
    letter-spacing: 3px;
    color: #E8F1F2;
    background-color: #38f;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}

.header_right a:hover {
    color: #fff;
    text-decoration: none;
}


/* 右侧-登录后*/

.msg_notice_icon {
    position: absolute;
    font-size: 12px;
    height: 40px;
    width: 24px;
    top: 20px;
    transform: translate(-10px, -50%) !important;
    background: url('../images/icon/msg_list_icon.svg') no-repeat;
    background-position: 0 50%;
    cursor: pointer;
    padding-right: 24px !important;
}

.msg_task_icon {
    position: absolute;
    font-size: 14px;
    margin-right: 12px;
    height: 40px;
    width: 40px;
    background-color: #14147F;
    top: 20px;
    transform: translate(-10px, -50%) !important;
    background: url('../images/icon/msg_task_icon.svg') no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.dot {
    position: absolute;
    top: 2px;
    left: 12px;
    height: 12px;
    padding: 0 5px;
    line-height: 12px;
    background-color: #FF553A;
    color: #fff;
    border-radius: 18px 20px 20px 0;
    height: 16px;
    line-height: 16px;
    border: 1px solid;
}

.style_line {
    height: 20px;
    width: 1px;
    background-color: rgba(39, 44, 51, 0.10);
    position: absolute;
    top: 28%;
    right: 0;
    /* transform: translate(0, -50%); */
}

.login_info {
    position: absolute;
    right: 0;
    float: right;
    font-size: 16px;
    margin-right: 24px;
}

.login_info li {
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    color: #E8F1F2;
    margin-top: 11px;
    border-radius: 4px;
    padding-right: 8px;
}

.login_info .autoWidth:hover {
    background: #F5F6F7;
}

.login_info li.line {
    width: 2px;
    font-size: 0;
    background: url(../images/line-header.png?v=2.0) center no-repeat;
}

.login_info li a {
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}

.login_info li a:hover {
    color: #409FFF;
    text-decoration: none;
}

.login_info li .drop-down {
    display: inline-block;
    height: 12px;
    width: 12px;
    /* background-color: #14147F; */
    background-image: url(../images/v-5.x/drop-down.png);
    background-size: contain;
    margin-left: 4px;
    /* background: url(../images/line-header.png?v=2.0) center no-repeat; */
}

.login_info li a.username {
    float: left;
    margin-left: 8px;
    padding-left: 30px;
    position: relative;
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.login_info li a.username_c {
    float: left;
    margin-left: 15px;
    padding-left: 30px;
    position: relative;
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
}

.login_info li .username:hover,
.login_info li .exit:hover {
    color: #000;
    text-decoration: none;
}

.login_info li .username img.photo {
    position: absolute;
    left: 0;
    top: 7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.login_info li .role {
    float: left;
    color: #fff;
    position: relative;
}

.login_info li .role:hover {
    color: #fff;
    text-decoration: none;
}

.login_info li .role em {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    margin-right: -5px;
    font-style: normal;
    padding-right: 15px;
    background: url(../images/arrow.png?v=2.0) right -292px no-repeat;
}

.login_info li .role.active em {
    background: url(../images/arrow.png?v=2.0) right -232px no-repeat;
}

.login_info li a.ico {
    float: left;
    margin-top: 2px;
    margin-left: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.login_info li a.home {
    background-image: url(../images/ico-home.png?v=2.0);
    margin-left: 0;
}

.login_info li a.ermai {
    background-image: url(../images/ico-ermai.png?v=2.0);
    margin-top: 4px;
    margin-left: 15px;
}

.login_info li a.exit {
    background-image: url(../images/ico-exit.png?v=2.0);
}

.login_info li a.msgbtn {
    position: relative;
    background-image: url(../images/ico-msg.png?v=2.0);
}

.login_info li a.msgbtn i {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background: url(../images/ico-msg-notice.png?v=2.0) no-repeat;
}


/* .login_info .nav_moreList{ top: 20px; padding-top: 28px; right: 14px; left: auto; margin-left: 0;} */


/* .login_info .nav_moreList li{ float: none; font-size: 16px; line-height: 28px; height: auto; margin-left: 0; padding: 0 10px;} */


/* 下拉-自动宽度 */

.nav_more.autoWidth .nav_more_box {
    width: auto;
    left: 0;
    margin-left: -43px;
}

.login_info .nav_more.autoWidth .nav_more_box {
    width: 200px;
    padding: 12px 0px;
    border-radius: 4px;
    left: auto;
    right: 24px;
}

.nav_more.autoWidth .nav_more_box ul {
    width: auto;
    background-color: #fff;

}

.nav_more.autoWidth .nav_more_box ul li {
    float: none;
    width: 100%;
    height: 44px;
    padding: 0;
    margin-left: 0;
    overflow: hidden;
}


.nav_more.autoWidth .nav_more_box ul li a {
    display: block;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    color: #4a4a4a;
    text-align: left;
    padding-left: 52px;
    padding-right: 16px;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
}

.nav_more.autoWidth .nav_more_box ul li a:hover {
    color: #4a4a4a;
    background-color: rgba(0, 0, 0, .03);
}

.nav_more.autoWidth .nav_more_box ul li.active a {
    color: #409FFF;
}

.nav_more.autoWidth .nav_more_box ul li.active img.outer_info {
    filter: drop-shadow(#409FFF 30px 0);
    transform: translateX(-30px);
}

.nav_more.autoWidth .nav_more_box ul li a img.outer_info {
    position: absolute;
    left: 24px !important;
    top: 14px !important;
    width: 16px;
    height: 16px;
}

.nav_more.autoWidth .nav_more_box ul li a:hover img.outer_info {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 16px;
    height: 16px;
}

.header-full .container {
    /* padding: 0 20px; */
}


/*footer*/

.footer {
    margin-top: 10px;
    min-width: 1200px;
    color: #9B9B9B;
    background-color: #404040;
    height: 18px;
    line-height: 18px;
    font-weight: 200;
    padding: 19px 0px;
    width: 100%;
    z-index: 99;
}

.footer .container {
    width: 1200px;
}

.footer .left {
    float: left;
}

.footer .right {
    float: right;
}

.footer em {
    display: inline-block;
    width: 15px;
    height: 17px;
    background: url(../images/copy_police.png?v=2.0) no-repeat;
    margin-right: 5px;
    vertical-align: top;
}

.footer a {
    color: #9B9B9B;
}


/* 右侧浮动 */

.aside {
    width: 71px;
    position: fixed;
    top: 50%;
    margin-top: -75px;
    right: 0;
    z-index: 10;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.19);
}

.aside ul {
    border-radius: 10px 0 0 10px;
}

.aside ul>li {
    width: 71px;
    height: 60px;
    position: relative;
    background: url(../images/www/index1.png?v=2.0) -2493px -1082px no-repeat;
}

.aside li>a {
    font-size: 12px;
    line-height: 20px;
    padding-top: 36px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.aside li>a:hover {
    color: #4a4a4a;
}

.aside li.help {
    border-radius: 10px 0 0 0;
}

.aside li.tel {
    border-radius: 0 0 0 10px;
}

.aside li.help>a {
    background: url(../images/www/aside-help.png) center 8px no-repeat;
}

.aside li.service>a {
    background: url(../images/www/aside-service.png) center 6px no-repeat;
}

.aside li.tel>a {
    background: url(../images/www/index1.png?v=2.0) -1317px -1325px no-repeat;
}

.aside li .pop {
    background-color: #409FFF;
    width: 196px;
    padding: 5px 0 5px 16px;
    position: absolute;
    right: 0;
    top: 2px;
    margin-right: 100px;
    border-radius: 5px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: -webkit-transform 0.25s ease;
    -webkit-transform: scale(0);
    -webkit-transform-origin: 110% 30%;
    -moz-transition: -moz-transform 0.25s ease;
    -moz-transform: scale(0);
    -moz-transform-origin: 110% 30%;
    -o-transition: -o-transform 0.25s ease;
    -o-transform: scale(0);
    -o-transform-origin: 110% 30%;
    -ms-transition: -ms-transform 0.25s ease;
    -ms-transform: scale(0);
    -ms-transform-origin: 110% 30%;
    transition: transform 0.25s ease;
    transform: scale(0);
    transform-origin: 110% 30%;
}

.aside li .pop p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: 200;
    overflow: hidden;
    white-space: nowrap;
}

.aside li .pop p label {
    float: left;
    width: 60px;
}

.aside li .pop p a {
    float: left;
    color: #fff;
}

.aside li .pop em {
    display: inline-block;
    width: 25px;
    height: 25px;
    right: -25px;
    top: 50%;
    margin-top: -35px;
    position: absolute;
    background: url(../images/www/index1.png?v=2.0) -2606px -1085px no-repeat;
}

.aside li:hover .pop {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.aside .sus-icon {
    position: absolute;
    top: -75px;
    left: 6px;
    display: block;
    width: 62px;
    height: 72px;
    background: url(../images/tyai.png) center no-repeat;
}

.aside .sus-icon .tyzx-wrap {
    margin-left: -240px;
    margin-top: 5px;
    width: 231px;
    height: 211px;
    background: url(../images/tyai-ma.png) center no-repeat;
    -webkit-transition: -webkit-transform 0.25s ease;
    -webkit-transform: scale(0);
    -webkit-transform-origin: 100% 0%;
    -moz-transition: -moz-transform 0.25s ease;
    -moz-transform: scale(0);
    -moz-transform-origin: 100% 0%;
    -o-transition: -o-transform 0.25s ease;
    -o-transform: scale(0);
    -o-transform-origin: 100% 0%;
    -ms-transition: -ms-transform 0.25s ease;
    -ms-transform: scale(0);
    -ms-transform-origin: 100% 0%;
    transition: transform 0.25s ease;
    transform: scale(0);
    transform-origin: 100% 0%;
}

.aside .sus-icon:hover .tyzx-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* 自定义首页-右侧浮动 */

.aside.subdomain {
    margin-top: 60px;
    right: 10px;
    width: 45px;
    border-radius: 0;
    box-shadow: 0 0 0 0;
}

.aside.subdomain ul {
    border-radius: 0;
}

.aside.subdomain ul>li {
    width: 45px;
    height: 45px;
    background-image: url('');
    border-radius: 0;
}

.aside.subdomain ul>li>a {
    width: 45px;
    height: 45px;
    font-size: 0;
    line-height: 0;
    padding-top: 0;
}

.aside.subdomain ul>li.help>a {
    background: url('../images/aside.png') 0px 0px no-repeat;
}

.aside.subdomain ul>li.help>a:hover {
    background: url('../images/aside.png') -45px 0px no-repeat;
}

.aside.subdomain ul>li.service>a {
    background: url('../images/aside.png') 0px -45px no-repeat;
}

.aside.subdomain ul>li.service>a:hover {
    background: url('../images/aside.png') -45px -45px no-repeat;
}

.aside.subdomain ul>li.tel>a {
    background: url('../images/aside.png') 0px -90px no-repeat;
}

.aside.subdomain ul>li.tel>a:hover {
    background: url('../images/aside.png') -45px -90px no-repeat;
}

.aside.subdomain li .pop {
    margin-right: 70px;
    background-color: #EAEBEC;
}

.aside.subdomain li .pop em {
    margin-top: -45px;
    background-position: -2653px -1085px;
}

.aside.subdomain li .pop p {
    color: #4A4A4A;
    font-weight: normal;
}

.aside.subdomain li .pop p a {
    color: #4A4A4A;
}


/*面包屑*/

.ur-here {
    padding-top: 15px;
    margin-bottom: -5px;
    font-size: 12px;
}

.ur-here .gt {
    color: #a1a1a1;
    margin: 0px 5px;
}

.ur-here a {
    color: #444444;
}

.ur-here a.home {
    background: url('../images/home.png?v=2.0') left top no-repeat;
    background-size: auto 100%;
    padding-left: 20px;
}

.ur-here a:hover {
    color: #a1a1a1;
}


/*按钮、筛选栏*/

.select_bar {
    line-height: 35px;
}

.select_bar a {
    float: left;
    margin-right: 15px;
}

.select_bar a:last-child {
    margin-right: 0 !important;
}

.select_bar a.linktext {
    float: right;
    margin-right: 0;
    color: #409FFF;
    font-size: 12px;
}

.select_bar a.linktext:hover {
    color: #409FFF;
    text-decoration: underline;
}

.select_bar a.linktext.disabled,
.select_bar a.linktext.disabled:hover {
    color: #9B9B9B;
    text-decoration: none;
}

.select_bar label {
    float: left;
    margin-right: 10px;
}

a.select_btn {
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 14px;
    margin-right: 15px;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    color: #fff;
    background-color: #409FFF;
    white-space: nowrap;
}

a.select_btn.batch {
    margin-right: 0 !important;
}

a.select_btn:hover {
    background-color: #409FFF;
    color: #fff;
    text-decoration: none;
}

a.select_btn.disabled,
a.select_btn.disabled:hover {
    background-color: #ADD8FF;
    color: #fff;
    cursor: default;
}

a.btn_recycle {
    float: right;
    margin: 10px 0 0;
    width: 13px;
    height: 15px;
    background: url(../images/btn-recycle.png?v=2.0) no-repeat;
}

a.select_btn.operation_btn,
a.select_btn.operation_btn:hover {
    background-color: #fff;
    color: #409FFF;
    border: 1px solid #409FFF;
}

a.select_btn.operation_btn:hover {
    background-color: #409FFF;
    color: #fff;
    border-color: #409FFF;
    text-decoration: none;
}

a.select_btn.operation_btn.disabled,
a.select_btn.operation_btn.disabled:hover {
    background-color: #fff;
    border-color: #ADD8FF;
    color: #ADD8FF;
    cursor: default;
}

a.back {
    float: left;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    background: #409FFF url(../images/ico-back.png?v=2.0) no-repeat;
    border-radius: 4px;
    cursor: pointer;
}

a.back:hover {
    background-color: #409FFF;
}

a.select_btn.fr {
    float: right;
}

a.select_btn.mr0 {
    margin-right: 0;
}

a.over-selent {
    text-overflow: ellipsis;
    overflow: hidden;
}


/*无内容*/

.nodata {
    background: url(../images/v4.1/nodata.svg?v=2.0) center 60px no-repeat;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.45);
    margin-top: 20px;
    text-align: center;
    padding: 300px 0 100px;
}

.nodata p {
    font-size: 20px;
}

.nodata span {
    color: #409FFF;
}

.nodata-left {
    text-align: left;
    padding: 150px 30px 30px 450px;
    background-position: 150px 100px;
}

.nodata-left ul {
    margin-left: 15px;
    margin-top: 15px;
}

.nodata-left li {
    list-style: disc;
    font-size: 16px;
}

.container_index .nodata {
    text-align: center;
    padding: 10px 0;
    background: transparent;
    margin: 0;
}


/*表格*/

.tablewrap {
    background: #fff;
    margin: 20px 0 120px;
    border: 1px solid rgba(39, 44, 51, 0.10);
    padding: 20px;
    /* border-radius: 8px; */
}

.table-box {
    padding-bottom: 24px;
}

.tableUI {
    width: 100%;
    table-layout: fixed;
    line-height: 39px;
    border: 1px solid #E5E5E5;
}

.tablewrap>span {
    margin-left: 10px;
}

.tablewrap>.explain {
    margin-left: 10px;
}

.table-box .tableUI {
    width: 100%;
    table-layout: fixed;
    line-height: 39px;
    border: 1px solid #E5E5E5;
}

.tableUI th {
    background-color: #F8F9FA;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    overflow: hidden;
    white-space: nowrap;
}

.tableUI td {
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    text-align: center;
    padding: 6px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tableUI th:last-child,
.tableUI td:last-child {
    border-right: 0;
    text-overflow: unset;
}

.tableUI tr:last-child td {
    border-bottom: 0;
    text-align: center;
}

.tableUI tr:hover td {
    background-color: #F3F7FF;
}

.tableUI td a {
    color: #409FFF;
    text-decoration: none;
    margin: 0 5px;
    white-space: nowrap;
    cursor: pointer;
    line-height: 22px;
}

.tableUI td a:hover {
    color: #409FFF;
}

.tableUI td a.disabled,
.tableUI td a.disabled:hover {
    color: #9B9B9B;
    cursor: default;
}

.tableUI td.tableintd {
    padding: 0;
}

.tableUI td.tableintd tr:last-child td {
    border-bottom: 0;
}

.tableUI td.title {
    background-color: #f4f4f4;
    text-align: left;
    padding-left: 20px;
}

.tableUI td p {
    text-align: left;
    padding-left: 10px;
}

.tableUI td p a {
    margin: 0;
}

.tableUI td.right {
    padding: 0;
    text-align: right;
}

.tableUI td.left {
    text-align: left;
}

.tableUI td.area_name {
    background-color: #F5F9FF;
    height: 24px;
    padding: 0 0 0 20px;
    font-size: 12px;
    color: #409FFF;
    text-align: left;
    line-height: 24px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 0;
}

.tableUI td.area_name.first {
    border-top: 0;
}

.tableUI-noborder th,
.tableUI-noborder td {
    border: 0;
}

.tableUI-white {
    border-top: 1px solid #979797;
    border-left: 1px solid #979797;
    border-radius: 4px;
}

.tableUI-white td {
    padding: 8px 10px;
}

.tableUI-white td b {
    color: #409FFF;
}

.tableUI-white td:last-child {
    border-right: 1px solid #979797;
}

.tableUI-white tr:last-child td {
    border-bottom: 1px solid #979797;
}

.tableUI.lineBreak {
    table-layout: auto;
}

.tableUI.lineBreak td {
    white-space: normal;
    line-height: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.tableUI.lineBreak td p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

.tableUI th,
.tableUI td {
    color: #3D444D;
}


/*翻页*/

.pagewrap.mb20 {
    margin-bottom: 20px;
}

.pages {
    font-size: 12px;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
    float: right;
}

.pages a {
    color: #409FFF;
    text-decoration: none;
    cursor: pointer;
    margin: 0 5px;
    padding-top: 6px;
}

.pages a,
.pages span,
.pages input {
    float: left;
}

.pages input {
    margin-left: 5px;
}

.pages a:hover {
    color: #409FFF;
    text-decoration: none;
}

.pages a.jp-current {
    color: #4A4A4A;
    cursor: default;
}

.pages a.jp-previous,
.pages a.jp-next {
    width: 25px;
    height: 25px;
    background: url(../images/page-prev.png?v=2.0) no-repeat;
    font-size: 0;
}

.pages a.jp-next {
    background-image: url(../images/page-next.png?v=2.0);
}

.pages a.jp-previous.jp-disabled {
    cursor: default;
    background-image: url(../images/page-prev-dis.png?v=2.0);
}

.pages a.jp-next.jp-disabled {
    cursor: default;
    background-image: url(../images/page-next-dis.png?v=2.0);
}

.page_text {
    width: 30px;
    height: 23px;
    padding: 0;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
}

.page_btn {
    width: 30px;
    height: 25px;
    padding: 0;
    background-color: #409FFF;
    border: 0;
    outline: 0;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.select_bar .pages {
    margin-top: 0;
}

.select_bar .pages a {
    float: none;
    padding-top: 0;
}


/*表单*/

.inputbtn_green,
.inputbtn_gray {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 50px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    border: none;
    background: url('../images/edit-green.png?v=2.0') no-repeat;
    color: white;
}

.table_info-tdbtn .inputbtn_green {
    margin-left: 15px;
}

.inputbtn_green:hover,
.inputbtn_gray:hover {
    text-decoration: none;
    color: white;
}

.inputbtn_gray {
    background: url(../images/edit-cancel.png?v=2.0) no-repeat;
    color: #4A4A4A;
}

.inputbtn_gray:hover {
    color: #4A4A4A;
}

.inputtext {
    width: 86%;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 4px;
    color: #4A4A4A;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.inputtext.error {
    border-color: #c00;
    color: #c00;
}

.inputtext.readonly {
    border: 0;
    padding: 0;
}

.inputtext-date {
    background: url(../images/ico-data.png?v=2.0) right no-repeat;
    margin: 0 5px;
    width: 75px;
}

.inputtext-date.visited {
    border-color: #409FFF;
}

.textarea {
    resize: none;
    width: 80%;
    height: 60px;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    background-color: white;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 4px
}


/*搜索栏-右对齐*/

.searchBox {
    float: right;
    margin-left: 6px;
    width: 196px;
    height: 35px;
    border: 1px solid #CBCBCB;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}

.searchBox .txt {
    padding: 0 15px;
    width: 130px;
    height: 33px;
    line-height: 33px;
    border: 0;
    background-color: transparent;
    vertical-align: top;
}

.searchBox .btn {
    position: absolute;
    right: -1px;
    top: -1px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: #409FFF url('../images/ico-search.png?v=2.0') no-repeat;
    outline: 0;
    border: 0;
    border-radius: 0 4px 4px 0;
}

.searchBox .btn:hover {
    background-color: #409FFF;
}


/*分类筛选*/

.classifier {
    line-height: 24px;
}

.conv_sel {
    width: 50%;
    padding-top: 20px;
    float: right;
}

.conv_sel.classifier .selectCL {
    margin-right: 0;
    float: right;
    margin-left: 4px;
}

.classifier dl {
    margin-bottom: 15px;
}

.classifier dt {
    float: left;
    width: 70px;
    color: rgba(0, 0, 0, .85);
    font-weight: bold;
    margin-right: 12px;
}

.classifier dd {
    margin-left: 71px;
}

.classifier .title2 dt {
    width: 40px;
}

.classifier .title2 dd {
    margin-left: 41px;
}

.classifier dd a {
    float: left;
    margin-right: 24px;
    margin-bottom: 5px;
    white-space: nowrap;
    cursor: pointer;
}

.classifier dd a.active {
    color: #409FFF;
    font-weight: bold;
    cursor: default;
}

.classifier .selectCL,
.select_bar .selectCL {
    margin-left: 4px;
}


/*多选*/

a.checkbox,
a.checkradio {
    margin-top: 10px;
    margin-right: 0;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 0;
    background: url(../images/checkbox.png?v=2.0) no-repeat;
}

a.checkbox.checked {
    background: url(../images/checkbox2.png?v=2.0) no-repeat;
}

.checkbox_input {
    display: none;
}

.tableUI th a.checkbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.tableUI td a.checkbox {
    display: inline-block;
    margin: 0;
}

.checkcon a.checkbox,
.radiocon a.checkradio {
    float: left;
    margin-top: 0;
}

.checkcon label,
.radiocon label {
    float: left;
    line-height: 15px;
    padding-left: 5px;
    white-space: nowrap;
    overflow: visible;
}

a.checkradio {
    background-image: url(../images/checkradio.png?v=2.0);
}

a.checkradio.checked {
    background: url(../images/checkradio2.png?v=2.0) no-repeat;
}


/*弹窗*/

#openBox-initpassword {
    left: 50% !important;
    border: 1px solid #E5E5E5;
    box-shadow: 0 32px 48px -10px rgba(5, 14, 26, 0.20);
    height: auto !important;
    box-sizing: border-box;
    border-radius: 8px;
    background-image: url('../images/clear_pass_background.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.no-background {
    background-image: none !important;
}

#openBox-initpassword .openCon {
    min-height: 215px !important;
}


#openBox-initpassword .openTitle {
    position: relative;
}

#openBox-initpassword .openTitle p {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #3d444d;
    line-height: 24px;
}

#openBox-initpassword .openTitle .close {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    line-height: 32px;
    position: absolute;
    top: 12px;
    right: 24px;
}

#openBox-initpassword .openCon-text span {
    padding: 20px 0 !important;
    text-align: left !important;
}

#openBox-initpassword .openBtn {
    padding-top: 20px !important;
}

.inputbtn {
    background: linear-gradient(225deg, #74ceff, #409fff) !important;
    border-radius: 20px !important;
    /* width: 80px !important; */
    padding: 0 16px !important;
    height: 36px !important;
    line-height: 36px;
    box-shadow: 0px 2px 6px 0px rgba(64, 159, 255, 0.40);
}

.inputbtn:hover {
    background-color: #409FFF !important;
}

.inputbtn-cancel {
    background: #FFFFFF;
    border: 1px solid #c2c7cc;
    border-radius: 4px;
    padding: 0 20px;
    width: 80px;
    height: 36px;
    line-height: 36px;
}

.operation_btn {
    min-width: 88px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #409FFF;
    border: 1px solid #409FFF;
    border-radius: 4px;
}

.operation_btn:hover {
    background-color: #409FFF;
    color: #fff;
    border-color: #409FFF;
    text-decoration: none;
}

#openBox-pwd {
    left: 50%;
}

#openBox-pwd .openBtn {
    padding-right: 35px;
}

#openBox-import {
    left: 50%;
}

#openBox-batchCreat {
    left: 50%;
}

.openBox {
    position: fixed;
    z-index: 99999;
    display: none;
    background: #fff;
    top: 50%;
    margin-top: 0 !important;
    transform: translate(0, -50%) !important;
    left: 50%;
    width: 420px;
    height: auto !important;
    margin-left: -200px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    box-shadow: 0 32px 48px -10px rgba(5, 14, 26, 0.20);
    margin-top: 0px;
    position: fixed !important;
    /* FF IE7*/
    position: absolute;
    /*IE6*/
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2:
            /*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
    /*IE5 IE5.5*/
}

#openBox-batchRemove {
    width: 320px !important;
}

.openBox_show {
    position: fixed;
    z-index: 99;
    display: block;
    background: #fff;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    border: 1px solid #E5E5E5;
    box-shadow: 0 32px 48px -10px rgba(5, 14, 26, 0.20);
    margin-top: 0px;
    position: fixed !important;
    /* FF IE7*/
    position: absolute;
    /*IE6*/
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2:
            /*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
    /*IE5 IE5.5*/
}

.openBox_show .openContent {
    padding: 20px 24px 0px 24px;
}

.openBox_show .openContent .openContent-text span {
    display: inline;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #3d444d;
    line-height: 20px;
}

.openBox_show .openBox_Btn {
    padding: 24px;
    text-align: right;
}

.openBox_show .openBox_Btn .openBox_inputbtn {
    width: 80px;
    height: 36px;
    background: linear-gradient(225deg, #74ceff, #409fff);
    border-radius: 18px;
    box-shadow: 0px 2px 6px 0px rgba(64, 159, 255, 0.40);

    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    color: #ffffff;
    line-height: 36px;
    border: 0;
}

.openBox_show .openBox_Btn .openBox_inputbtn-cancel {
    width: 80px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #c2c7cc;
    border-radius: 19px;

    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    color: #626a73;
    line-height: 20px;
    margin-right: 16px;
}

.openbg,
.openbg2,
.openbgIkow,
.openbg-right {
    position: fixed;
    z-index: 98;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(75, 83, 92, 0.50);
    /* background: transparent url(../images/openbg.png?v=2.0); */
}

.openbg-two {
    position: fixed;
    z-index: 8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff url(../images/load-40.gif) no-repeat;
    background-position: center center;
}

.openbgIkow {
    display: block;
    z-index: 98;
}

.openbg2 {
    z-index: 98;
}

.openbg-right {
    display: block;
}

.openIframe {
    position: absolute;
    z-index: 96;
    top: 40px;
    overflow: hidden;
}

.openBox .openTitle {
    height: 48px !important;
    padding: 12px 24px 12px 24px !important;
    box-sizing: border-box;
    padding-bottom: 0px !important;
    border-bottom: 1px solid rgba(128, 128, 128, 0.10);
}

.openBox .viewTitle {
    height: 22px !important;
    border: none;
}

.openBox .openTitle p {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #3d444d;
    line-height: 24px;
}

.openBox .openTitle a.close {
    float: right;
    background: url(../images/close.png?v=5.2.1) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 17px;
    cursor: pointer;
    background-size: contain;
}

.openBox.openBox-login .openTitle {
    padding: 0 11px 0 38px;
}

.openBox.openBox-login .openTitle p {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #409FFF;
    padding-top: 25px;
}

.openBox .openCon {
    padding: 20px 24px 0;
}

.openBox .openCon .addStuItem .stuName {
    margin-top: 12px;
    font-weight: 600;
}

.openBox .error_box {
    color: red;
    margin-top: 12px;
}

.openBox .openCon .addStuItem .width0 {
    margin-right: 17px;
    font-weight: 600;
    color: #3d444d;
}

.openBox .openBtn {
    text-align: right;
    padding: 20px 24px 24px;
    box-sizing: content-box;
}

.openBox .openBtn .inputbtn {
    /* float: right; */
}

.openBox_show .openTitle {
    height: 96px;
    padding: 12px 24px 12px 24px;
    box-sizing: border-box;
}

.openBox_show .openTitle p {
    float: left;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.openBox_show.openBox-login .openTitle {
    padding: 0 11px 0 38px;
}

.openBox_show.openBox-login .openTitle p {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #409FFF;
    padding-top: 25px;
}

.openBox_show .openCon {
    padding: 0 40px;
    min-height: 80px;
}

.openBox_show .openBtn {
    text-align: right;
    padding: 24px 40px 40px;
    height: 40px;
    box-sizing: content-box;
}

.openBox_show .openBtn .inputbtn {
    float: right;
}

.inputbtn {
    cursor: pointer;
    border: 0;
    margin-left: 20px;
    height: 36px;
    background-color: #409FFF;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    /* margin-right: 18px; */
    font-weight: 600;
    padding: 0 16px !important;
    /* width: 80px !important; */
}

.inputbtn:hover {
    background-color: #409FFF
}

.inputbtn-cancel {
    cursor: pointer;
    margin-left: 24px;
    background-color: #fff;
    color: #4A4A4A;
    border-radius: 20px;
    font-weight: 6000;
}

.inputbtn-cancel:hover {
    color: #409FFF;
}

.errmsg {
    color: #f00;
    line-height: 14px;
    font-size: 12px;
    height: 14px;
    display: inline-block;
}

.scrollDiv {
    min-height: 20px;
    height: auto;
}

.uploading {
    padding: 40px 10px 50px 150px;
    line-height: 40px;
    text-align: left;
    font-size: 24px;
    background: url(../images/load-40.gif) 92px 38px no-repeat;
}

.openCon-text span {
    display: inline-block;
}

.openCon-text span b {
    font-weight: bold;
}

.openCon-text span em {
    font-style: normal;
    color: #409FFF;
}

.openCon-text p {
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: -10px;
}

.openCon-text p span {
    font-size: 14px;
    text-align: left;
    padding: 10px 20px 0 20px;
}

.openCon-text p span:last-child {
    padding-bottom: 20px;
}

.loading {
    position: fixed;
    z-index: 10008;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background: url(../images/load-40.gif) center no-repeat;
    background-color: #fff !important;
}

.show_loading {
    position: fixed;
    z-index: 999999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 1) url(../images/load-40.gif) center no-repeat;
}


/* 应用加载异常处理-2020年3月11日12:44:13 */

.friendlink .main_box {
    background-color: transparent;
    box-shadow: 0 0 0 0;
}

.main_box.loading {
    position: static;
    height: 105px;
}

.main_box.loading_pie {
    height: 368px;
}

.main_box.loading_nomarl {
    height: 252px;
}

.loading_small {
    position: static;
    height: 105px;
}

.noData {
    text-align: center;
}

.noData>p {
    display: inline-block;
    line-height: 18px;
    color: #969696;
}

.noData>p>a {
    color: #1646AE;
    text-decoration: underline;
    cursor: pointer;
}

.noData_black>p>a {
    color: #36B4FE;
}

.noData>p>a:hover {
    color: #FD8608;
}

.noData_normal p {
    width: 100%;
    height: 76px;
    padding-top: 176px;
    background: url('../images/noData.png') center 40px no-repeat;
}

.noData_pie p {
    width: 100%;
    height: 86px;
    padding-top: 282px;
    background: url('../images/noData_pie.png') center 70px no-repeat;
}

.noData_small p {
    height: 70px;
    padding: 35px 0 0 90px;
    text-align: left;
    background: url('../images/noData_small.png') left center no-repeat;
}

.noData_black p {
    height: 70px;
    padding: 35px 0 0 90px;
    text-align: left;
    background: url('../images/noData_small_dark.png') left center no-repeat;
}


/*弹窗-查看信息*/

.openBox-view {
    background-color: #F5FBFF !important;
    box-sizing: content-box !important;
    width: 328px;
    background-image: url('../images/v4.1/class/view_background.svg');
    background-repeat: no-repeat;
    background-size: 328px auto;
    background-position: bottom;
    background-size: 167% 90%;
    border: none !important;
}

.openBox-view .openCon {
    padding: 20px !important;
}

.openBox-view .openCon .infolist {
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    padding: 16px;
    border-radius: 12px;
}

.openBox-view .openCon .infolist th,
.openBox-view .openCon .infolist td {
    text-align: left;
    padding-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #626A73;
    width: 180px;
}

.openBox-view .openCon .infolist td {
    padding-left: 36px;
    color: #12151A;
}

.openBox-view .openCon .infolist th {
    width: 70px;
    color: #9B9B9B;
    font-weight: normal;
    overflow: visible;
}

.openBox-view .userhead {
    margin-left: 20px;
    height: 72px;
    object-fit: contain;
    border-radius: 52px;
    padding: 2px;
    text-align: center;
    display: flex;
    align-items: center;
}

.openBox-view .userhead img {
    width: 72px;
    border-radius: 50%;
}

.openBox-view .userhead span {
    margin-left: 16px;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    color: #12151a;
    max-width: 156px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.openBox-view .openCon .infolist td.userhead>div {
    float: right;
    padding: 5px;
    width: 110px;
    height: 110px;
    background-color: #F7FBF8;
    border: 1px solid #F3F5F4;
}

.openBox-view .openCon .userhead img {
    width: 100%;
    height: 100%;
}

.openBox-view .openCon .infolist td.line {
    border-top: 1px solid #D0D0D0;
    padding-top: 10px;
}

.openBox-view .openCon .infolist th.right {
    text-align: right;
}

.openBox-view .openCon .topline {
    border-top: 1px solid #D0D0D0;
    padding: 10px 0;
}


/*闪现弹窗*/

.openBox_flash {
    overflow-y: auto;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    position: fixed;
    z-index: 100000;
    background: #fff;
    top: -100px;
    left: 50%;
    width: 460px;
    margin-left: -230px;
    background-color: #FFFDE8;
    border: 1px solid rgba(151, 151, 151, 0.22);
    box-shadow: 0 12px 11px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-top: 0px;
    position: fixed !important;
    /* FF IE7*/
    position: absolute;
    /*IE6*/
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2:
            /*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
    /*IE5 IE5.5*/
}

.openBox_flash span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #9B9B9B;
}

.openbg_flash {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent url(../images/openbg2.png?v=2.0);
}

/*闪现蓝色弹窗*/

.openBox_blue_flash {
    overflow-y: auto;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 12px 12px 48px;
    line-height: 22px;
    /* text-align: center; */
    position: fixed;
    z-index: 100000;
    top: -100px;
    left: 50%;
    margin-left: -230px;
    width: 320px;
    height: 48px;
    box-sizing: border-box;
    /* height: 48px; */
    border: 1px solid rgba(0, 64, 40, 0.10);
    border-radius: 4px;
    box-shadow: 0px 2px 6px 0px rgba(18, 21, 26, 0.08);
    background: url(./../images/user/save_success_icon.png) 24px center no-repeat;
    background-color: #f0fff5;
    background-size: 16px 16px;
    margin-top: 0px;
    position: fixed !important;
    /* FF IE7*/
    position: absolute;
    /*IE6*/
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2:
            /*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
    /*IE5 IE5.5*/
}

.openBox_blue_flash span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #9B9B9B;
}

.openbg_blue_flash {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent url(../images/openbg2.png?v=2.0);
}


/*我知道了弹窗*/

.openBox_Ikow {
    z-index: 99999;
    left: 50% !important;
    padding-bottom: 20px !important;
}

.openBox_Ikow .openCon {
    padding: 20px 40px;
    text-align: center;
}

.openBox_Ikow .openCon ul {
    margin-left: 20px;
}

.openBox_Ikow .openCon li {
    padding-bottom: 8px;
    list-style: disc;
    text-align: left;
}

.openBox_Ikow .openCon p {
    text-align: left;
    padding-bottom: 6px;
}

.openBox_Ikow .openCon p.tip {
    margin-left: 0;
    font-size: 12px;
}

.openBox_Ikow .openCon s {
    text-align: left;
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
}

.openBox_Ikow .openCon p span {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.openBox_Ikow .openCon a {
    color: #409FFF;
    text-decoration: underline;
}


/* 图片放大 */

.openBox-pic {
    border-width: 5px;
}

.openBox-pic .openCon {
    padding: 0;
    cursor: url('../images/zoom_out.ico'), auto;
}

.openBox-pic .openCon img {
    height: 80vh !important;
}


/* 自适应表格 */

.tablelist {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.tablelist .tableUI tr:hover td {
    background-color: #fff;
}

.tablelist-left {
    float: left;
    width: 300px;
    position: relative;
    z-index: 1;
    border-right: 1px solid #CBCBCB;
}

.tablelist-mid {
    float: left;
    width: 548px;
    position: relative;
}

.tablelist-mid .tableUI {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    min-width: 100%;
}

.tablelist-right {
    float: right;
    width: 150px;
    position: relative;
    z-index: 1;
    border-left: 1px solid #CBCBCB;
}

.table_btn {
    position: absolute;
    top: 40px;
    width: 30px;
    height: 30px;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.table_btn_left {
    left: 10px;
    background-image: url(../images/btn_left.png?v=2.0);
}

.table_btn_left:hover {
    background-image: url(../images/btn_left_hover.png?v=2.0);
}

.table_btn_right {
    right: 10px;
    background-image: url(../images/btn_right.png?v=2.0);
}

.table_btn_right:hover {
    background-image: url(../images/btn_right_hover.png?v=2.0);
}

.tablelist .hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background-color: transparent;
    -webkit-box-shadow: 0 1px 2px #898989;
    -moz-box-shadow: 0 1px 2px #898989;
    box-shadow: 0 1px 2px #898989;
}


/*登陆弹窗*/

#loginPopup {
    width: 453px;
    margin-left: -227px;
    border-radius: 2px;
}

#loginPopup .openTitle {
    padding: 0 11px 0 38px;
}

#loginPopup .openTitle p {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    color: #3D6FEA;
    padding-top: 25px;
}

.login-div {
    padding: 35px 18px 10px;
}

.login-div>div {
    position: relative;
    margin-bottom: 20px;
}

.login-div em {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    top: 15px;
    left: 18px;
}

.user-div em {
    background: url(../images/www/login_user.png?v=2.0) no-repeat;
}

.password-div em {
    background: url(../images/www/login_pass.png?v=2.0) no-repeat;
    top: 18px;
}

.user-div.focus em {
    background: url(../images/www/login_user_h.png?v=2.0) no-repeat;
}

.password-div.focus em {
    background: url(../images/www/login_pass_h.png?v=2.0) no-repeat;
}

.user-div.focus input,
.password-div.focus input,
.code-div.focus input {
    border: #3D6FEA solid 1px;
    color: #4A4A4A;
}

.user-div p,
.password-div p,
.code-div p {
    font-size: 16px;
    letter-spacing: 0;
    color: #9B9B9B;
    background-color: #fff;
    line-height: 48px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    padding-left: 60px;
}

.user-div p.top,
.password-div p.top,
.code-div p.top {
    font-size: 12px;
    line-height: 22px;
    top: -20px;
    padding-left: 0;
}

.user-div input,
.password-div input,
.code-div input {
    margin: 0;
    padding: 0;
    outline: none;
    border: #E2E2E2 solid 1px;
    height: 48px;
    font-size: 16px;
    color: #9B9B9B;
    line-height: 48px;
    padding: 0 20px 0 60px;
    width: 288px;
    display: block;
    border-radius: 2px;
    background-color: transparent;
}

.login-div>div input {
    margin: 0;
    padding: 0;
    outline: none;
    border: #E2E2E2 solid 1px;
    height: 48px;
    font-size: 16px;
    color: #9B9B9B;
    line-height: 48px;
    padding: 0 20px 0 60px;
    width: 295px;
    display: block;
    border-radius: 2px;
    background-color: transparent;
}

.login-div>div.focus input {
    border: #3D6FEA solid 1px;
    color: #4A4A4A;
}

.login-div>div p {
    font-size: 14px;
    letter-spacing: 0;
    color: #9B9B9B;
    background-color: #fff;
    line-height: 48px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    padding-left: 60px;
}

.login-div>div p.top {
    font-size: 12px;
    line-height: 22px;
    top: -20px;
    padding-left: 0;
}

.code-div {
    display: none;
}

.login-div>div.code-div input {
    float: left;
    width: 95px;
    padding: 0 30px;
}

.login-div>div.code-div p {
    padding-left: 30px;
}

.code-div .code_pic {
    float: left;
    margin-top: 5px;
    margin-left: 30px;
    width: 100px;
    height: 40px;
    background-color: #f4f4f4;
}

.code-div .code_pic.loading {
    position: static;
    background: #f4f4f4 url(../images/load-40.gif) center no-repeat;
    background-size: auto 60%;
}

.code-div .code_btn {
    float: left;
    width: 21px;
    height: 21px;
    background: url(../images/icon-fresh.png?v=2.0) no-repeat;
    margin-top: 14px;
    margin-left: 20px;
    cursor: pointer;
}

.password-div input {
    font-size: 28px;
    letter-spacing: 5px;
}

.remember-wrap {
    height: 15px;
    line-height: 15px;
    margin: -5px 0 10px;
}

.login-div>div.errorval {
    color: #D0021B;
    font-size: 12px;
    height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: -10px 0 10px;
}

.btn_submit {
    background: #3D6FEA;
    color: #fff;
    border: none;
    padding: 0;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    margin: 15px 0;
}

.btn_submit:hover {
    background-color: #409FFF;
}

#loginPopup .btn_submit {
    margin-top: 0;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.openBox-login .btn_submit {
    margin-top: 0;
}

.login-div>div.passview-div {
    margin-top: -10px;
}

.login-div>div.passview-div input {
    width: auto;
    height: auto;
    margin: 3px;
}

.login-div>div.passview-div input,
.login-div>div.passview-div label {
    float: left;
}

.login-div>div.passview-div a {
    float: right;
    cursor: pointer;
}


/* 找回密码 */

.login-div>div.tel-div input {
    padding: 0 30px;
    width: 313px;
}

.login-div>div.tel-div p {
    padding-left: 30px
}

.telcode-div,
.captcha-div {
    display: block;
}

.login-div>div.telcode-div input,
.login-div>div.captcha-div input {
    width: 163px;
}

.telcode-div .tel_code_btn {
    float: left;
    width: 150px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background-color: #3D6FEA;
    color: #fff;
    cursor: pointer;
}

.telcode-div .tel_code_btn:hover {
    background-color: #409FFF;
    text-decoration: none;
}

.telcode-div .tel_code_btn.disabled,
.telcode-div .tel_code_btn.disabled:hover {
    background-color: #9B9B9B;
    cursor: default;
}

.tip_orange {
    color: #409FFF;
    padding-bottom: 25px;
}

.login-div>div.tel-div p.tip_orange {
    color: #409FFF;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
    line-height: 20px;
}

.tip_grey {
    color: #9B9B9B;
    padding-bottom: 25px;
}


/* #openBox-AI{ width: 680px; margin-left: -340px; border-radius: 2px;}
#openBox-AI .openTitle p{ font-size: 16px; color: #3D6FEA; width: 550px;}
#openBox-AI .openTitle p s{ margin-left: 6px; font-size: 14px; color: #9b9b9b; text-decoration: none; font-weight: normal;}
#openBox-AI .openCon{ background-color: #eee; padding: 20px 0; text-align: center;}
#openBox-AI .openCon div.tel{ display: inline-block; background: url(../images/www/service_tel.png?v=2.0) left 4px no-repeat; padding-left: 30px; line-height: 30px; font-size: 20px; color: #FF7373;}
#openBox-AI .openCon em{ display: inline-block; width: 6px; height: 11px; margin: 9px 40px 0; background: url(../images/www/arrow_tel.png?v=2.0) no-repeat;}
#openBox-AI .openCon p{ display: inline-block; font-size: 24px; line-height: 30px; color: #000; font-family: 'Calibri',Arial;}
#openBox-AI .openCon p s{ font-size: 18px; text-decoration: none;}
#openBox-AI .openCon p i{ font-size: 18px; text-decoration: none; color: #CBCBCB; margin: 0 10px;}
#openBox-AI .openCon p span{ font-size: 16px; margin: 0 5px; font-family: 'PingFang SC','Microsoft YaHei','黑体';} */


/* app动效 */

.app_wrap li em {
    margin: 7px auto 0;
    display: block;
    width: 85px;
    height: 85px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -o-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}

.app_wrap li.ico_kyxl em {
    background-image: url(../images/www/fif_ico_kyxl.jpg?v=2.0);
}

.app_wrap li.ico_itest em {
    background-image: url(../images/www/fif_ico_itest.jpg?v=2.0);
}

.app_wrap li.ico_itrain em {
    background-image: url(../images/www/fif_ico_itrain.jpg?v=2.0);
}

.app_wrap li.ico_idatabase em {
    background-image: url(../images/www/fif_ico_idatabase.jpg?v=2.0);
}

.app_wrap li.ico_xsqw em {
    background-image: url(../images/www/fif_ico_xsqw.jpg?v=2.0);
    height: 120px;
    margin-top: -22px;
}

.app_wrap li.ico_ifass em {
    background-image: url(../images/www/fif_ico_ifass.jpg?v=2.0);
    width: 120px;
    height: 110px;
    margin-top: -15px;
}

.app_wrap li.ico_ilearning em {
    background-image: url(../images/www/fif_ico_ilearning.jpg?v=2.0);
    height: 110px;
    margin-top: -15px;
}

.app_wrap li.ico_ijob em {
    background-image: url(../images/www/fif_ico_ijob.jpg?v=2.0);
    height: 135px;
    margin-top: -35px;
}

.app_wrap li.ico_akt em {
    background-image: url(../images/www/fif_ico_akt.jpg?v=2.0);
}

.app_wrap li.ico_zxkt em {
    background-image: url(../images/www/fif_ico_zxkt.jpg?v=2.0);
}

.app_wrap li.ico_kcpj em {
    background-image: url(../images/www/fif_ico_kcpj.jpg?v=2.0);
}

.app_wrap li.ico_icet em {
    background-image: url(../images/www/fif_ico_icet.jpg?v=2.0);
}

.app_wrap li.ico_tyai em {
    background-image: url(../images/www/fif_ico_tyai.jpg?v=2.0);
}

.app_wrap li.ico_kyxl_ch em {
    background-image: url(../images/www/fif_ico_kyxl_ch.png?v=2.0);
}

.app_wrap li.ico_dsjzc em {
    background-image: url(../images/www/fif_ico_dsjzc.png?v=2.0);
}

.app_wrap li.ico_jk em {
    background-image: url(../images/www/fif_ico_jk.png?v=2.0);
}

.app_wrap li.ico_dsjzc:hover em {
    -webkit-animation: ico3 1.08s steps(64) 1 forwards;
    -moz-animation: ico3 1.08s steps(64) 1 forwards;
    -o-animation: ico3 1.08s steps(64) 1 forwards;
    -ms-animation: ico3 1.08s steps(64) 1 forwards;
    animation: ico3 1.08s steps(64) 1 forwards;
}

.app_wrap li.ico_kyxl_ch:hover em {
    -webkit-animation: ico3 0.83s steps(50) 1 forwards;
    -moz-animation: ico3 0.83s steps(50) 1 forwards;
    -o-animation: ico3 0.83s steps(50) 1 forwards;
    -ms-animation: ico3 0.83s steps(50) 1 forwards;
    animation: ico3 0.83s steps(50) 1 forwards;
}

.app_wrap li.ico_akt:hover em {
    -webkit-animation: ico3 1.07s steps(63) 1 forwards;
    -moz-animation: ico3 1.07s steps(63) 1 forwards;
    -o-animation: ico3 1.07s steps(63) 1 forwards;
    -ms-animation: ico3 1.07s steps(63) 1 forwards;
    animation: ico3 1.07s steps(63) 1 forwards;
}

.app_wrap li.ico_zxkt:hover em {
    -webkit-animation: ico3 1.63s steps(97) 1 forwards;
    -moz-animation: ico3 1.63s steps(97) 1 forwards;
    -o-animation: ico3 1.63s steps(97) 1 forwards;
    -ms-animation: ico3 1.63s steps(97) 1 forwards;
    animation: ico3 1.63s steps(97) 1 forwards;
}

.app_wrap li.ico_kcpj:hover em {
    -webkit-animation: ico3 1.57s steps(93) 1 forwards;
    -moz-animation: ico3 1.57s steps(93) 1 forwards;
    -o-animation: ico3 1.57s steps(93) 1 forwards;
    -ms-animation: ico3 1.57s steps(93) 1 forwards;
    animation: ico3 1.57s steps(93) 1 forwards;
}

.app_wrap li.ico_icet:hover em {
    -webkit-animation: ico3 1.5s steps(89) 1 forwards;
    -moz-animation: ico3 1.5s steps(89) 1 forwards;
    -o-animation: ico3 1.5s steps(89) 1 forwards;
    -ms-animation: ico3 1.5s steps(89) 1 forwards;
    animation: ico3 1.5s steps(89) 1 forwards;
}

.app_wrap li.ico_tyai:hover em {
    -webkit-animation: ico3 1.68s steps(99) 1 forwards;
    -moz-animation: ico3 1.68s steps(99) 1 forwards;
    -o-animation: ico3 1.68s steps(99) 1 forwards;
    -ms-animation: ico3 1.68s steps(99) 1 forwards;
    animation: ico3 1.68s steps(99) 1 forwards;
}

.app_wrap li.ico_kyxl:hover em {
    -webkit-animation: ico1 1.35s steps(40) infinite;
    -moz-animation: ico1 1.35s steps(40) infinite;
    -o-animation: ico1 1.35s steps(40) infinite;
    -ms-animation: ico1 1.35s steps(40) infinite;
    animation: ico1 1.35s steps(40) infinite;
}

.app_wrap li.ico_itest:hover em {
    -webkit-animation: ico2 1.53s steps(50) infinite;
    -moz-animation: ico2 1.53s steps(50) infinite;
    -o-animation: ico2 1.53s steps(50) infinite;
    -ms-animation: ico2 1.53s steps(50) infinite;
    animation: ico2 1.53s steps(50) infinite;
}

.app_wrap li.ico_itrain:hover em {
    -webkit-animation: ico3 0.88s steps(50) 1 forwards;
    -moz-animation: ico3 0.88s steps(50) 1 forwards;
    -o-animation: ico3 0.88s steps(50) 1 forwards;
    -ms-animation: ico3 0.88s steps(50) 1 forwards;
    animation: ico3 0.88 steps(50) 1 forwards;
}

.app_wrap li.ico_idatabase:hover em {
    -webkit-animation: ico3 1.5s steps(77) infinite;
    -moz-animation: ico3 1.5s steps(77) infinite;
    -o-animation: ico3 1.5s steps(77) infinite;
    -ms-animation: ico3 1.5s steps(77) infinite;
    animation: ico3 1.5s steps(77) infinite;
}

.app_wrap li.ico_xsqw:hover em {
    -webkit-animation: ico3 1.47s steps(86) 1 forwards;
    -moz-animation: ico3 1.47s steps(86) 1 forwards;
    -o-animation: ico3 1.47s steps(86) 1 forwards;
    -ms-animation: ico3 1.47s steps(86) 1 forwards;
    animation: ico3 1.47s steps(86) 1 forwards;
}

.app_wrap li.ico_ifass:hover em {
    -webkit-animation: ico3 1s steps(55) 1 forwards;
    -moz-animation: ico3 1s steps(55) 1 forwards;
    -o-animation: ico3 1s steps(55) 1 forwards;
    -ms-animation: ico3 1s steps(55) 1 forwards;
    animation: ico3 1s steps(55) 1 forwards;
}

.app_wrap li.ico_ilearning:hover em {
    -webkit-animation: ico3 1.5s steps(86) 1 forwards;
    -moz-animation: ico3 1.5s steps(86) 1 forwards;
    -o-animation: ico3 1.5s steps(86) 1 forwards;
    -ms-animation: ico3 1.5s steps(86) 1 forwards;
    animation: ico3 1.5s steps(86) 1 forwards;
}

.app_wrap li.ico_ijob:hover em {
    -webkit-animation: ico3 1.47s steps(86) 1 forwards;
    -moz-animation: ico3 1.47s steps(86) 1 forwards;
    -o-animation: ico3 1.47s steps(86) 1 forwards;
    -ms-animation: ico3 1.47s steps(86) 1 forwards;
    animation: ico3 1.47s steps(86) 1 forwards;
}

@-webkit-keyframes ico1 {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@-moz-keyframes ico1 {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@-o-keyframes ico1 {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@-ms-keyframes ico1 {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@keyframes ico1 {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@-webkit-keyframes ico2 {
    0% {
        background-position: 0% 0%;
    }

    62% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@-moz-keyframes ico2 {
    0% {
        background-position: 0% 0%;
    }

    62% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@-o-keyframes ico2 {
    0% {
        background-position: 0% 0%;
    }

    62% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@-ms-keyframes ico2 {
    0% {
        background-position: 0% 0%;
    }

    62% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@keyframes ico2 {
    0% {
        background-position: 0% 0%;
    }

    62% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@-webkit-keyframes ico3 {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 0% 100%;
    }
}

@-moz-keyframes ico3 {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 0% 100%;
    }
}

@-o-keyframes ico3 {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 0% 100%;
    }
}

@-ms-keyframes ico3 {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 0% 100%;
    }
}

@keyframes ico3 {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 0% 100%;
    }
}


/* 友情链接 */

.friendlink {
    background-color: #4a4a4a;
    color: #fff;
    text-align: left;
    padding: 18px 0 15px;
    min-width: 1200px;
}

.friendlink h4 {
    padding-bottom: 15px;
}

.friendlink ul {
    border-top: 1px solid #5f5f5f;
    border-bottom: 1px solid #5f5f5f;
    padding-bottom: 15px;
}

.friendlink ul li {
    float: left;
    width: 160px;
    margin: 15px 10px 0 0;
}

.friendlink ul li a {
    display: block;
    width: 98%;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* 签署用户协议 */

.openBox-allow {
    width: 520px;
    margin-left: -260px;
}

.openBox-allow p {
    font-weight: bold;
    padding: 20px 0 10px;
}

.openBox-allow span {
    padding: 20px 0;
    text-align: left;
    line-height: 24px;
}

.openBox-allow span>em {
    color: #F5A623;
    font-style: normal;
}

.openBox-allow a,
.openBox_Ikow .openCon a {
    color: #409FFF;
    text-decoration: underline;
}

.openBox-allow a:hover,
.openBox_Ikow .openCon a:hover {
    color: #14147F;
}

.openBox-allow .inputbtn,
.openBox_Ikow .inputbtn {
    background-color: #409FFF;
}

.openBox-allow .inputbtn:hover,
.openBox_Ikow .inputbtn:hover {
    background-color: #14147F;
}


/* 未开通应用弹窗 */

.openBox-noBuy {
    width: 450px;
    margin-left: -225px;
    text-align: center;
}

.openBox-noBuy p {
    font-weight: normal;
    padding: 40px 0;
    color: #409FFF;
    font-size: 18px;
}

.openBox-noBuy span {
    padding: 0 0 3px;
    font-size: 14px;
}

.openBox-noBuy .inputbtn {
    margin: 15px 0 20px;
    width: 130px;
}


/* v4.1 */

html,
body {
    height: 100%;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 109;
    top: 0;
    left: 0;
}

a.select_btn,
.searchBox .btn {
    background-color: #409FFF;
}

.reset_btn {
    margin-right: 0 !important;
}

.classifier dt {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
}

.classifier dd a {
    min-width: 44px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.classifier dd a.active {
    min-width: 44px;
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
    text-align: center;
    background: #409FFF;
    color: #ffff;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: bold;
    border-radius: 4px;
    cursor: default;
}


/* 账号管理 */

.acc_mark {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(5, 14, 26, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
}

.acc_box {
    width: 480px;
    height: 691px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 6px 12px 0px rgba(18, 21, 26, 0.08);
    box-sizing: border-box;
    overflow-y: auto;
}

.acc_box_min {
    width: 480px;
    height: 245px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 6px 12px 0px rgba(18, 21, 26, 0.08);
    box-sizing: border-box;
    overflow-y: auto;
}

.acc_box::-webkit-scrollbar {
    display: none
}

.acc_head_title {
    width: 100%;
    height: 48.5px;
    border-bottom: solid 1px rgba(128, 128, 128, 0.10);
}

.acc_head_title h3 {
    float: left;
    margin-top: 12px;
    margin-left: 24px;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #3d444d;
    line-height: 24px;
}

.acc_head {
    position: relative;
}

.acc_close {
    float: right;
    margin-right: 24px;
    margin-top: 16px;
    width: 16px;
    height: 16px;
    background: url(../images/user/popover_close_icon.png) 0px 0px no-repeat;
    background-size: 16px 16px;
}

.line_gray {
    width: 100%;
    height: 1px;
    background-color: rgba(128, 128, 128, 0.10);
}

.current_tel {
    width: 100%;
    height: 39.5px;
}

.current_tel p {
    float: left;
    margin-top: 19.5px;
    margin-left: 24px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #626a73;
    line-height: 20px;
}

.current_tel p span {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #272c33;
    line-height: 20px;
}

.current_tel .add_acc {
    width: 56px;
    height: 20px;
    float: right;
    margin-top: 19.5px;
    margin-right: 24px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #409fff;
    line-height: 20px;
}

.acc_list {
    padding-top: 4px;
    width: 100%;
    max-height: 519px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFFFFF;
    background-color: #fff;
}

.acc_tab {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
    padding-left: 8px;
}

.acc_tab li {
    float: left;
    margin: 0px 16px;
    width: 64px;
    height: 56px;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #626a73;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.acc_tab_ac {
    color: #409FFF !important;
    /* border-bottom: 3px solid #409FFF !important; */
}

.acc_tab li .blue_line {
    display: block;
    width: 64px;
    height: 3px;
    background-color: #409FFF;
    border-radius: 1.5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.acc_list li {
    margin-top: 12px;
    margin-left: 24px;
    width: 432px;
    height: 161px;
    border-top: 0;
    box-sizing: border-box;
    /* background-color: red; */
    background: #f5f6f7;
    border-radius: 8px;
    overflow: hidden;
}

.acc_content {
    /* margin-top: 12px; */
    /* margin-left: 24px; */
    box-sizing: border-box;
    width: 432px;
    height: 112px;
    display: flex;
    position: relative;
    background: #f5f6f7;
    border-radius: 8px;
}

.acc_content em {
    position: absolute;
    right: 0;
    top: 0;
    display: block;

    width: 80px;
    height: 24px;
    padding-left: 16px;
    background: #23da7d;
    border-radius: 0px 8px 0px 38px;

    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    line-height: 24px;

    font-style: normal;
}

.acc_foot {
    width: 100%;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    background: #FAFAFA;
    background: #f5f6f7;
    display: flex;
    justify-content: space-around;
}

.acc_foot span {
    display: inline-block;
    flex: 1;
    letter-spacing: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;

    text-align: center;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #409fff;
    line-height: 48px;
}

.acc_foot span:not(:last-child)::after {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 24px;
    right: 0px;
    top: 12px;
    background: rgba(39, 44, 51, 0.10);
    ;
    content: "";
}

.acc_foot img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 16px;
    height: 16px;
}

.acc_left {
    margin-top: 22px;
    margin-left: 10px;
    width: 108px;
    height: 70px;
    text-align: center;
    position: relative;
}

.acc_left>span {
    width: 100%;
    height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 56px;
    left: 0px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #272c33;
    line-height: 14px;
}

.acc_left img {
    width: 48px;
    height: 48px;
    background: #eee;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.acc_left .acc_name {
    font-weight: 550px;
}

.acc_right {
    float: left;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-top: 20px;
    height: 76px;
}

.acc_right>span {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #626a73;
    line-height: 20px;
    margin-bottom: 8px;
    display: flex;
}

.acc_right>span:last-child {
    margin-bottom: 0;
}

.acc_right>span>i {
    width: 43px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #272c33;
    line-height: 20px;
    font-style: none;
    font-style: normal;
}
.acc_right>span>span {
    display: block;
    max-width: 247px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.acc_list_line {
    margin: 0 16px;
    width: 400px;
    height: 1px;
    background-color: rgba(39, 44, 51, 0.05);
}

#fif {
    min-height: 100%;
    background-color: #fff;
    min-width: 1200px;
    padding-top: 65px;
}


/* 必选星点 */

.required {
    color: #E85757;
}


/* 头部操作 */


.top_take {
    width: 100%;
    padding-top: 24px;
}

.top_take_notop {
    padding-top: 0px;
}

.top_take .add_class {
    display: flex;
}

.top_take .add_class a {
    margin-top: -2px;
}

.top_take .add_class img {
    padding: 0 8px;
    margin-top: 1px;
    height: 13px;
}

.top_take .add_class li {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    line-height: 16px;
}

.top_take .add_class li a {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
}

.top_take .add_class li a:hover {
    color: #409FFF;
}

.top_take .add_class span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    line-height: 16px;
    font-weight: bold;
}

.sear_inp {
    display: flex;
    margin: 20px 0px;
    position: relative;
}

.sear_inp-course {
    display: flex;
    margin: 24px;
    position: relative;
}

.sear_inp .sear_left {
    display: flex;
}


/* .top_take .sear_inp li{background: #FFFFFF;border-bottom: 1px solid #E5E5E5;width: 90px;height: 40px;line-height: 40px!important;text-align: center;} */

.sear_inp>input.inputtext {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    font-size: 14px;
    width: 310px;
    height: 40px;
    line-height: 40px;
}

.sear_inp>span {
    width: 76px;
    height: 40px;
    line-height: 40px;
    background: #409FFF;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    margin-left: 4px;
    cursor: pointer;
}

.sear_inp>span:hover {
    background: #409FFF;
}

.top_take .add_class_right {
    float: right;
    margin-top: -30px;
}

.top_take .add_class_right .selectCL {
    margin-right: 0;
}

.top_take .sear_sel {
    margin-left: 4px;
}


/* iview 下拉样式调整 */

.ivu-select-single .ivu-select-selection {
    height: 40px !important;
}

.error .ivu-select-selection {
    border-color: #f00;
}

.ivu-select-small.ivu-select-single .ivu-select-selection {
    height: 24px !important;
}

.ivu-select-input,
.ivu-select-selected-value {
    height: 40px !important;
    line-height: 40px !important;
}

.ivu-select-item {
    height: 40px !important;
    line-height: 26px !important;
    white-space: nowrap !important;
}

.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
    height: 40px;
    line-height: 40px;
}

.ivu-page.mini .ivu-select-selected-value {
    height: 24px !important;
    line-height: 24px !important;
}

.ivu-page.mini .ivu-page-options-elevator input {
    vertical-align: top;
}

.ex_list>.ivu-select-item {
    width: 100%;
}

.ivu-select-dropdown {
    z-index: 99999 !important;
}

.sel_width ul {
    min-width: 120px;
    max-width: 300px;
}

.sel_width,
.sel_width.right ul {
    width: 198px;
}

.sear_inp .sel_width,
.sear_inp .sel_width ul {
    width: 90px;
    min-width: 90px;
}

.sel_width ul::-webkit-scrollbar {
    display: none
}


/* 顶部右侧下拉 */

.reset_sel {
    margin-top: -58px;
    float: right;
    padding: 0;
}


/* fade */

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.fade-leave,
.fade-enter-to {
    opacity: 1
}

.fade-enter-active,
.fade-leave-active {
    transition: all .2s
}

.right-enter,
.right-leave-to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.right-leave,
.right-enter-to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.right-enter-active,
.right-leave-active {
    transition: all .2s
}

.top-enter,
.top-leave-to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}

.top-leave,
.top-enter-to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.top-enter-active,
.top-leave-active {
    transition: all .2s
}

.pt_header {
    padding-top: 40px;
}


/* 关闭-close */

.close_up {
    color: rgba(0, 0, 0, 0.45);
    font-size: 40px;
    position: absolute;
    top: -20px;
    right: 0;
    cursor: pointer;
}


/* 绑定功能块-修改手机号 */

.reset_tel {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.reset_tel_mark {
    width: 100%;
    height: 100%;
    background: rgba(5, 14, 26, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
}

.reset_tel_box {
    width: 400px;
    height: 348px;
    padding: 40px;
    background: #fff;
    border: 1px solid #E5E5E5;
    box-shadow: 0 32px 48px -10px rgba(5, 14, 26, 0.20);
    box-sizing: border-box;
    position: relative;
}

.reset_tel_box h3 {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    line-height: 32px;
}

.reset_tel_inp {
    margin: 24px 0 34px;
}

.reset_tel_inp input {
    width: 280px;
    color: #9B9B9B;
    border: 1px solid#E5E5E5 !important;
    height: 40px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 33px;
    background-color: white;
    border-radius: 4px;
}

.reset_tel_inp p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    line-height: 12px;
}

.reset_tel_inp p span {
    color: #E85757;
}

.telreset_inp {
    margin-bottom: 20px;
}

.reset_code {
    position: relative;
}

.re_getcode {
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
    font-size: 12px !important;
    color: #409FFF !important;
    letter-spacing: 0;
    text-align: right;
    line-height: 12px;
}

.telreset_inp input,
.reset_code input {
    margin-top: 12px;
}

.reset_tel_btn {
    float: right;
}

.reset_tel_btn span {
    display: block;
    width: 86px;
    border-radius: 4px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
}

.reset_tel_btn .cancer {
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.45);
}

.reset_tel_btn .sure {
    float: right;
    background: #409FFF;
    color: #FFFFFF;
    margin-left: 24px;
}

.err_mess p {
    position: absolute;
    top: 80px;
    left: 0;
    font-size: 12px;
    color: #FF553A;
    letter-spacing: 0;
}

.ivu-page-prev .ivu-icon,
.ivu-page-next .ivu-icon {
    margin-top: 5px;
}

.creatUnitsItem .ivu-radio-wrapper,
.creatUnitsItem .ivu-checkbox-wrapper {
    margin-right: 30px;
}

.creatUnitsItem .ivu-radio,
.creatUnitsItem .ivu-checkbox-input {
    margin-right: 10px;
}

.head-app-list {
    position: fixed;
    top: 63px;
    left: 0;
    width: 100%;
    /* background: #fff; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    background-image: url(../../images/v-5.x/app_background.png);
    /* background-size: contain;
    background-repeat: no-repeat; */
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(39, 44, 51, 0.1);
}

.head-app-list .appList {
    padding: 10px 8px 0;
    border-radius: 4px;
    min-height: 142px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    width: 75%;
    margin: 0 auto;
    flex-wrap: wrap;
}

@media screen and (max-width:1384px) {
    .head-app-list .appList {
        width: 95%;
    }
}

@media screen and (min-width:1384px) and (max-width:1600px) {
    .head-app-list .appList {
        width: 85%;
    }
}

.appList-ul-short {
    justify-content: start !important;
}


.head-app-list .appList-ul-long {
    justify-content: start;
}

.head-app-list .appList-ul-long li {
    margin-right: 5%;
}

.wrap .appList-ul-long {
    justify-content: start !important;
}

/* .wrap .appList-ul-long li {
    margin-right: 23px !important;
} */

/* .wrap .appList-ul-long li:nth-child(6n+6) {
    margin-right: 0px !important;
} */
.wrap .appList-ul-long li:nth-child(6) {
    margin-right: 0 !important;
}

.head-app-list .appList-ul-long li:nth-child(6n+6) {
    margin-right: 0 !important;
}

@media screen and (max-width:1900px) {
    .head-app-list .appList-ul-long li {
        margin-right: 3% !important;
    }
}

@media screen and (min-width:1384px) and (max-width:1440px) {
    .head-app-list .appList-ul-long li {
        margin-right: 2% !important;
    }
}

/* @media screen and (min-width:1384px) and (max-width:1600px){
    .head-app-list .appList-ul-long li {
        margin-right: 64px;
    }
}  */

.appList-mine {
    padding: 0 40px 20px;
    justify-content: start !important;
}

.appList .normal-li {
    float: left;
    /* margin-right: 87px; */
}

/* .appList .long-li {
    width: 420px;
 } */
.appList .head_nav .nav_more.nav_more_app .nav_more_box .long-li {
    width: 420px;
}

.appList li:last-child {
    margin-right: 0px;
}

.appList .app-title {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #12151A;
    line-height: 10px;
    margin-top: 8px;
}

.appList .app-title i {
    display: inline-block;
    line-height: 39px;
    font-style: normal;
    border-bottom: 1px solid #409FFF;
    position: relative;
    top: 1px;
    max-width: 179px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.appList .app-title-main {
    display: block;
    margin-top: 0px !important;
}

.warp-flex {
    flex-wrap: wrap;
}

.appList .app-line {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #409FFF 29%, rgba(39, 44, 51, 0.1) 28%);
    display: inline-block;
    margin-bottom: 10px;
}

.appList .afew-app {
    text-align: center;
    width: 150px;
    margin-top: 20px;
    cursor: pointer;
}

.appList .afew-app img {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}

.appList .afew-app span {
    color: #12151A;
}

.appList .second-ul {
    float: left;
    border-top: 1px solid rgba(39, 44, 51, 0.1);
    min-width: 210px;
    max-width: 210px;
}

.appList .second-ul li {
    text-align: left;
    float: none;
    cursor: pointer;
    margin: 8px 0;
    line-height: 48px;
    color: #12151A;
    position: relative;
    width: 100%;
}

.appList .second-ul li:hover {
    background-color: rgba(64, 159, 255, 0.05);
    color: #409FFF;
    position: relative;
    left: -8px;
    width: 100%;
    padding: 0 0 0 8px;
    border-radius: 4px;
}

.appList .second-ul img {
    width: 40px;
    vertical-align: middle;
    margin-right: 12px;
}

.appList .second-ul-short {
    min-width: 170px;
    margin-top: 0px;
    max-width: 170px;
}

.appList .second-ul-short li {
    min-width: 170px;
    line-height: 36px;
    display: flex;
    align-items: center;
    position: relative;
}

.appList .second-ul-short img {
    margin-right: 8px;
    width: 24px;
}

.appList .second-ul-short li span {
    display: inline-block;
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appList li .title_tip {
    background: #ffffff;
    border: 1px solid rgba(39, 44, 51, 0.10);
    border-radius: 4px;
    box-shadow: 0px 2px 6px 0px rgba(18, 21, 26, 0.08);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #626a73;
    line-height: 20px;
    padding: 10px 12px;
    position: absolute;
    bottom: -44px;
    z-index: 20;
}

.appBox .appList .empty {
    color: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    text-align: center;
    width: 100%;
    line-height: 124px;
}

.appBox .appList u {
    cursor: pointer;
}

.appBox .appList .app {
    display: inline-block;
    padding: 12px 0;
    text-align: center;
}

.appBox .appList .app:hover {
    background: rgba(0, 0, 0, 0.03);
    cursor: pointer;
}

.appBox .appList .app .icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    background: no-repeat center / cover;
}

.appBox .appList .app .icon::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    top: 0px;
    left: 0px;
    background: url("../../images/index-img-v4.x/app-image/icon_mask.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.appBox .appList .app .name {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 16px;
}