body {
    background-color: #fff;
}

/* clearfix */
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

.ub {
    display: -webkit-box !important;
    display: box !important;
    position: relative;
}

.ub-f1 {
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
}

/*font*/
.f12 {
    font-size: 12px
}

.f25 {
    font-size: 25px
}

/*margin*/
.mt20 {
    margin-top: 20px
}

.ml60 {
    margin-left: 60px
}

.ml15 {
    margin-left: 15px
}

.mb20 {
    margin-bottom: 20px
}

.bc {
    margin: 0 auto
}

/*padding*/
.pt30 {
    padding-top: 30px
}

.pb20 {
    padding-bottom: 20px
}

.padding-0-20 {
    padding: 0px 20px;
}

/*border*/
.bn {
    border: none !important
}

.ftl, .fl {
    float: left;
}

.ftr, .fr {
    float: right;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 0px;
}

.mr-10 {
    margin-right: 10px;
}

a.counts, span.counts {
    color: #06F;
}

a.a-delete {
    color: #06F;

    font-size: 20px;
    font-family: Arial, sans-serif;
}

/*container*/
.container {
    width: 950px
}

/*footer*/
.footer {
    height: 70px;
    color: #999;
    line-height: 24px;
    text-align: center;
    width: 100%;
}

/*.input-text,.textarea-text{
	background:url(../images/input-bg.png) #fff left top repeat-x;
	height: 19px;
    margin: 0 5px 0 0;
    padding: 2px 0 2px 5px;
    border: 1px solid #d0d0d0;
    border-radius:3px;
	}*/

.input-text.error, .textarea-text.error {
    border: 1px solid #ea5200;
}

.textarea-text {
    width: 200px;
    height: 70px;
}

.input-listorder {
    width: 30px;
}

.btn-checkbox.mt-3 {
    margin-top: 3px;
}

.btn-checkbox input {
    height: 20px;
    width: 20px;
    border: none;
    background: none;
    color: #0C0;

}

#submit_search {
    text-align: right;
    padding-right: 18px;
}

.btn-button {
    background-color: #e53937;
/ / background: url(../images/search_btn.png) no-repeat #e53937;
/ / background-position: 14 px 6 px;
    width: 81px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    color: #666;
}

.btn-uploadpic {
    background: url(../images/btn-button-blue.png) no-repeat;
    width: 83px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    color: #fff;
}

.btn-button-g, .btn-button, .btn-uploadpic {
    background-color: rgba(0, 0, 0, 0.3);
    //background: url(../images/search_btn.png) no-repeat #e53937;
    //background-position: 14 px 6 px;
    width: auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: none;
    color: #fff;
    outline-color: white;
    outline-style: none;
    outline-width: 0px;
    /*//padding-right:18px;
    */border: 1px solid #ebe8f7;
    text-align: center;
    border-radius: 0px;
    background: #fafafa;
    color: #666;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

/*.btn-button:hover,*/
.btn-button-g:hover, .btn-uploadpic:hover {
    background-color: rgba(0, 0, 0, 0.5);
/ / background: url(../images/search_btn.png) no-repeat #CF3634;
/ / background-position: 14 px 6 px;
    cursor: pointer;
}

.icon-uploadpic {
    background: url(../images/btn-uploadpic.png) no-repeat;
    width: 44px;
    height: 44px;
}

.icon-order {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 0px;
    background: url(../images/icon-order.png) left -4px no-repeat;
}

.icon-order.asc {
    background: url(../images/icon-order.png) left -32px no-repeat;
}

.icon-order.desc {
    background: url(../images/icon-order.png) left -60px no-repeat;
}

.btn-radio {
    background: url(../images/radio-left.png) no-repeat;
    width: 149px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    color: #fff;
}

.btn-radio.btn-radio-0 {
    background: url(../images/radio-left.png) no-repeat;
}

.btn-radio.btn-radio-1 {
    background: url(../images/radio-right.png) no-repeat;
}

.btn-radio label {
    float: left;
    width: 50%;
    height: 30px;
}

.btn-radio.btn-radio-1 label#btn-radio-1 {
    color: #fff;
}

.btn-radio.btn-radio-1 label#btn-radio-0 {
    color: #333;
}

.btn-radio.btn-radio-0 label#btn-radio-0 {
    color: #fff;
}

.btn-radio.btn-radio-0 label#btn-radio-1 {
    color: #333;
}

#uploadify {
    background: url(../images/upload-bnt.png) no-repeat;
    float: left;
    margin-right: 10px;
    width: 75px;
    height: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}

/*radio checkbox单选，复选 美化*/
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
    background: url(../images/switch-1.gif) repeat-x;
    display: block;
    float: left;
}

.cb-enable span, .cb-disable span {
    line-height: 30px;
    display: block;
    background-repeat: no-repeat;
    font-weight: bold;
}

.cb-enable span {
    background-position: left -90px;
    padding: 0 10px;
}

.cb-disable span {
    background-position: right -180px;
    padding: 0 10px;
}

.cb-disable.selected {
    background-position: 0 -30px;
}

.cb-disable.selected span {
    background-position: right -210px;
    color: #fff;
}

.cb-enable.selected {
    background-position: 0 -60px;
}

.cb-enable.selected span {
    background-position: left -150px;
    color: #fff;
}

.btn-switch label {
    cursor: pointer;
}

/*radio checkbox单选，复选 美化*/
/*.btn-select label, .btn-select label span { background: url(../images/switch.png) repeat-x; display: block; float: left; }*/

/*.btn-select label span{padding: 0 10px;background-repeat: no-repeat; }
.btn-select label{ border-right:#ccc 1px solid;}*/
/*第一个*/
.btn-select .cb-first {
}

.btn-select .cb-first span {
    border-right: none;
    background-position: left -90px;
}

.btn-select .selected span {
    color: #fff;
}

/*最后一个*/
.btn-select .cb-last {
    border-right: none;
}

.btn-select .cb-last span {
    border-right: none;
    background-position: right -180px;
}

/*第一个选中*/
.btn-select .cb-first.selected {
    background-position: left -60px;
}

.btn-select .cb-first.selected span {
    border-right: none;
    background-position: left -150px;
}

/*中间的任何一个选中*/
.btn-select .cb-center.selected {
    background-position: left -60px;
}

.btn-select .cb-center.selected span {
    border-right: none;
    background-position: left -60px;
}

/*最后一个已选中*/
.btn-select .cb-last.selected {
    background-position: left -60px;
    color: #fff;
}

.btn-select .cb-last.selected span {
    background-position: right -240px;
    color: #fff;
}

.cb-enable span, .cb-disable span {
    line-height: 30px;
    display: block;
    background-repeat: no-repeat;
    font-weight: bold;
}

.cb-enable span {
    background-position: left -90px;
    padding: 0 10px;
}

.cb-disable span {
    background-position: right -180px;
    padding: 0 10px;
}

.cb-disable.selected {
    background-position: 0 -30px;
}

.cb-disable.selected span {
    background-position: right -210px;
    color: #fff;
}

.cb-enable.selected {
    background-position: 0 -60px;
}

.cb-enable.selected span {
    background-position: left -150px;
    color: #fff;
}

.btn-select label {
    cursor: pointer;
}

.btn-select label.disabled {
    cursor: not-allowed;
}

/*select下拉框美化*/
@charset "utf-8";

/* Selectbox Styles
=================================*/

a.sctble_display {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #262626;
    text-decoration: none;
    cursor: default;
}

a.sctble_display span {
    display: block;
    width: 5em;
    cursor: default;
}

a.m_year span,
a.s_year span {
    width: 3em
}

a.m_month span,
a.s_month span,
a.m_day span,
a.s_day span {
    width: 2em
}

a.callback span {
    width: 9em
}

/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {
    border: solid #dfdfdf 1px;
    border-top: none;
    border-left: none;
    background: #eee;
}

div.sctble_mat dl {
    margin: 0;
    border: solid #999 1px;
    border-top: none;
    border-left: none;
    padding: 1em 1em 0;
}

div.sctble_mat dl dt {
    float: left;
    margin: 0 0 1em 0 !important;
    border: none !important;
    padding: 0 !important;
    width: 4.5em;
    color: #333;
    font-weight: bold;
}

div.sctble_mat dl dd {
    margin: 0 0 1em 4.5em !important;
    border-left: solid #333 2px !important;
    padding: 0 0 0 1.5em !important;
}

div.sctble_mat a {
    padding-right: .7em;
    color: #1972ea;
    font-weight: bold;
}

div.sctble_mat a.selected {
    color: #333;
    text-decoration: none;
    cursor: default;
}

/* Pulldown Mat (No Optgroups)
=================================*/

div.sctble_mat.nooptgroup div.body {
    padding: .5em .6em;
    line-height: 1.9;
}

/* Date (Inline)
=================================*/

div.sctble_mat.sctble.m_year div.body,
div.sctble_mat.sctble.m_month div.body {
}

div.sctble_mat.sctble.m_year a,
div.sctble_mat.sctble.m_month a {
    padding: .4em;
}

div.sctble_mat.sctble.m_day a {
    display: inline-block;
    width: 1.5em;
    text-align: center;
}

/* Simple Select Box
=================================*/

div.sBox {
    border: solid #dfdfdf 1px;
    border-left: none;
    width: 130px;
    overflow: auto;
    overflow-x: hidden;
    background: #FFF;
}

div.sBox.s_year {
    width: 6em
}

div.sBox.s_month,
div.sBox.s_day {
    width: 5em
}

div.sctble_mat.sBox div.body {
    border: none;
    padding: 0;
    line-height: 1.5;
}

div.sBox a {
    border: solid #dfdfdf 1px;
    border-top: none;
    border-right: none;
    padding: .3em .5em;
    display: block;
    text-decoration: none;
}

div.sBox a.last-child {
    border-bottom: none;
}

div.sBox a:hover {
    background: #eee;
}

div.sBox a.selected {
    background: #eee;
}

/* Selectbox Styles
=================================*/

a.sctble_display {
    border: solid #ddd 1px;
    background: url(../images/switch.gif) repeat-x;
}

a.sctble_display span {
    padding: 0 22px 0 7px;
    height: 28px;
    background: #f8f8f8 url(../images/icon_select.gif) no-repeat right 0;
    line-height: 28px;
}

a.sctble_display:hover span {
    background-position: right -21px
}

a.sctble_focus span {
    background-position: right -42px !important
}

/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {
}

div.sctble_mat dl {
}

div.sctble_mat a {
    width: 100%;
    color: #333;
    overflow: hidden;
}

div.sctble_mat a.selected {
    color: #333;
    text-decoration: none;
    cursor: default;
}

/*模拟select下拉选择框*/
.xselect {
    float: left;
    width: 80px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.xselect h3 {
    width: 100%;
    height: 30px;
    line-height: 30px;

    background: url(../images/switch-1.gif) no-repeat left -90px;
    text-decoration: none;
    font-size: 12px;
    text-indent: 0.5em;
    font-weight: normal;

}

.xselect h3 em {
    display: block;
    background: url(../images/icon_select.gif) no-repeat right 0px;
    font-style: normal;
}

.xselect h3 em i {
    display: block;
    background: url(../images/switch-1.gif) repeat-x 0 0;
    margin: 0px 20px 0px 5px;
    font-style: normal;
}

.xselect ul {
    display: block;
    position: absolute;
    margin: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    height: 200px;
    list-style: none;
    background: url("../images/bg-selectbox.gif") #fff no-repeat left bottom;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #d5d5d5;
    border-top: none;
}

.xselect ul li {
    float: left;
    width: 100px;
    background: #fff;
}

.xselect ul li a {

    display: block;
    width: 100%;
    height: 24px;
    text-decoration: none;
    line-height: 24px;
    color: #000;
    _margin-top: 0;
    text-indent: 0.5em;
}

.xselect ul li.open_selected a, .xselect ul li a:hover {
    background: #eee;
    color: #333;
}

.re-select {
    height: 28px;
    line-height: 28px;
    background: url(../images/select_right.gif) #f8f8f8 right center no-repeat;
    border: #d5d5d5 1px solid;
    outline: none;
    margin-right: 8px;
}

/* select */
.ch-select select {
    visibility: hidden;
    width: 0px;
    height: 0px
}

.ch-select .select-options {
    position: relative;
}

.ch-select .select-options dt {
    height: 28px;
    display: inline-block;
    border: 1px solid #d2ccc4;
    background: #fcfcfb url(../images/ch-select.gif) no-repeat 97px center;
    line-height: 28px;
    font-weight: bold;
    padding-left: 10px;
    cursor: pointer;
    width: 90px;
    padding-right: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.ch-select .select-options dt:hover, .ch-select .select-options dt.cur {
    border: 1px solid #409DFE;
    box-shadow: 0 0 3px #409DFE;
}

.ch-select .select-options dd {
    position: absolute;
    left: 0;
    top: 29px;
    border: 1px solid #d2ccc4;
    background: #fff;
    display: none;
}

.ch-select .select-options dd ul {
    padding: 2px;
    width: 108px;
    max-height: 250px;
    overflow: auto;
}

.ch-select .select-options dd ul li a {
    line-height: 24px;
    display: block;
    padding: 0 8px;
}

.ch-select .select-options dd ul li a:hover {
    background: #f5f5f5;
}

/*.pages li.selected:hover{
	background:#FF6600;
	color:#9d9d9d;
	}*/

/*操作提示*/
.return-jump {
    width: 600px;
    margin: 100px auto 0 auto;
}

.return-jump .jump-title {
    height: 64px;
    line-height: 26px;
    font-size: 12px;
    color: #333;
    padding-left: 80px;
    text-align: left;
    /*background:url(../images/icon-yes.png) no-repeat left center;*/
}

.return-jump .jump-title2 {
    height: 64px;
    line-height: 26px;
    font-size: 12px;
    color: #333;
    padding-left: 80px;
    text-align: left;
    /*background:url(../images/icon-NO.png) no-repeat left center;*/
}

.return-jump .jump-title b {
    color: #E73830;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

.return-jump .jump-content {
    font-size: 12px;
    line-height: 1.6em;
    color: #000;
    padding: 18px 0 37px 80px;

}

.return-jump .jump-content p {
    border-top: 1px solid #E8E8E8;
    padding: 10px 0px;
}

/*操作提示，一般用于 页面无权限提示信息*/
.alert_message {
    width: 600px;
    margin: 60px auto 0 auto;
}

.alert_message .message-icon {
    width: 64px;
    height: 58px;
    background: url(../images/icon-error2.png) no-repeat left center;
}

.alert_message .message-title {
    height: 64px;
    line-height: 26px;
    font-size: 12px;
    color: #333;
    padding-left: 80px;
    text-align: left;
    background: url(../images/icon-error2.png) no-repeat left -79px;
}




.alert_message .message-title b {
    color: #E73830;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

.alert_message .message-content {
    font-size: 12px;
    line-height: 1.6em;
    color: #000;
    padding: 18px 0 37px 80px;

}

.alert_message .message-content p {
    border-top: 1px solid #E8E8E8;
    padding: 10px 0px;
}

/*表单验证错误提示*/
label.error {
    color: #F00;
}

/*附件浏览*/
.uploadmanager dl {
    display: inline;
    float: left;
    width: 114px;
    margin: 10px 15px 10px 0px;
}

.uploadmanager dl dt {
    float: left;
    width: 100px;
    height: 75px;
    border: #eee 2px solid;
    padding: 5px;
}

.uploadmanager dl dt div {
    position: relative;
    width: 100px;
    height: 75px;
    display: table-cell;
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
    *display: block;
    *font-size: 67px;
    *font-family: Arial;
}

.uploadmanager dl dt div img {
    max-height: 75px;
    max-width: 100px;
    width: expression(this.width > 100 && this.height < this.width ? 100: true);
    height: expression(this.height > 75 ? 75: true);
    vertical-align: middle;
    display: inline-block
}

.uploadmanager dl dd {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.uploadmanager dl.on dt {
    border: #F00 2px solid;
}

.uploadmanager dl dt div.on i {
    background: url(../images/msg_bg.png) no-repeat left -249px;
    width: 16px;
    height: 18px;
    bottom: 4px;
    right: 3px;
    z-index: 100;
    position: absolute;
    overflow: hidden;
}

/*提示信息*/
.m-items-tip {
    margin: 0px;
    padding: 10px 10px;
    background: #FFFFE5;
    border: 1px solid #FFCC7F;
}

/*自动完成 设置管理员*/
#adminer {
    float: left;
}

#adminer li {
    float: left;
    color: #000;
    line-height: 20px;
    font-family: '宋体'
}

#adminer li span {

    cursor: default;
    color: #A0A0A0;
    padding: 0px 2px 0px 2px;
}

#adminer li em {
    color: #A0A0A0;
    font-style: normal;
    font-family: Tahoma;
}

/*表单验证错误提示*/
label.error {
    color: #ea5200;
    margin-left: 4px;
    padding: 0px 20px;
    background: url(../images/icon-delete.png) no-repeat 2px 0
}

label.right {
    margin-left: 4px;
    padding-left: 20px;
    background: url(../images/icon-delete.png) no-repeat 2px 0;
}

label.tips {
    border: #F5A534 1px solid;
    padding: 4px 6px 4px 20px;
    background: url(../images/icon-16x16.png) #FFF3C5 no-repeat 2px -188px;

}

/*表单必填*/
/*.star-bg-requir{
    display: inline-block;
	width: 6px;
	height: 6px;
	background:url(../images/websiterevision/bitian_icon.png) no-repeat center;
    position: relative;
    left: -5px;
    top: -5px;
}*/
font.required {
    color: #F00;
    padding: 0px 3px;
}

#time_div {
    position: fixed;
    z-index: 1001;
    top: 45px;
}

/*列表选择*/
.item-list {
    width: 160px;
    border: 1px solid #e6e6e6;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.addIcon {
    background: url('../images/+.png') no-repeat center center;
    cursor: pointer;
}

.item-preview {
    position: relative;
    width: 160px;
    height: 80px;
    cursor: pointer;
}

.item-preview img {
    width: 160px;
    height: 80px;
}

.item-desc {
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.item-list .item-mask {
    width: 100%;
    height: 100%;
    background: #000 url('../images/item-selected.png') no-repeat center center;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    display: none;
}

.item-list.item-selected .item-mask {
    display: block;
}

.item-list.item-selected .item-tips {
    background-color: transparent;
}

.item-tips {
    width: 100%;
    line-height: 20px;
    color: #FFF;
    /*background-color:rgba(0,0,0,0.3);*/
    position: absolute;
    left: 5px;
    /*bottom:0px;*/ /*这行会使选择讲师弹框会出错*/
    z-index: 51;
}

.item-tips span {
    display: inline-block;
}

.item-tips span:first-child {
    margin-left: 5px;
    float: left;
}

.item-tips span:last-child {
    margin-right: 5px;
    float: right;
}

/**开关**/
.status-button {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.status-on {
    background-image: url('../images/websiterevision/kaiqi_icon.png');

}

.status-off {
    background-image: url('../images/websiterevision/kaiqiwu_icon.png');
}

.radio-checked {
    background: url('../images/course/checked.png') no-repeat 0px center;
}

.radio-uncheck {
    background: url('../images/course/uncheck.png') no-repeat 0px center;
}

/**开关**/
.status-button1 {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.status-on1 {
    background-image: url('../images/websiterevision/kaiqi_icon.png');

}

.status-off1 {
    background-image: url('../images/websiterevision/kaiqiwu_icon.png');
}

.radio-checked1 {
    background: url('../images/course/checked.png') no-repeat 0px center;
}

.radio-uncheck1 {
    background: url('../images/course/uncheck.png') no-repeat 0px center;
}

/*course_form.css*/
.input-item-text {
    width: 250px;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    border: 1px solid #ccc;
    outline: none;
}

.link {
    text-decoration: underline;
    color: #0f1481;
    cursor: pointer;
}

.link-text {
    color: #0f1481;
    cursor: pointer;
}

.view-readonly {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    left: 0;
    z-index: 99999999999;
    background-color: rgba(255, 255, 255, 0);
    cursor: not-allowed
}


.line-clamp{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;

}
.line-clamp-2{
    -webkit-line-clamp:2;
}
.theme_color{
    background-color:#e64c65;
    border-color:#e64c65;
}
.theme_color:hover{
    background-color:#ca4359;
    border-color:#ca4359;
}

.aui_main{
    min-width: 290px !important;
}

.dis-flex{
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.dis-row {
    -webkit-box-orient: vertical;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.dis-col{
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items:  center;
}
.flex-justify {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-justify-end{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.flex-1{
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}
header.nav-herder {
    position: relative;
    height: auto;
    background-color: #fff;
}
.nav-herder-top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #ff1818;
}
.sectionContent{
    width: 1200px;
    margin: 0 auto;
}
.nav-herder-top span, .nav-herder-top a{
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    opacity: .8;
    padding: 0 14px;
    position: relative;
}
.nav-herder-top span:hover, .nav-herder-top a:hover{
    opacity: 1;
    text-decoration: underline
}
.nav-herder-top span::after, .nav-herder-top a::after{
    content: '';
    display: block;
    height: 10px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
.nav-herder-top span:last-child{
    padding-right: 0;
}
.nav-herder-top span:last-child:after{
    display: none;
}
.nav-herder-body{
    height: 60px;
}
.nav-logo{
    width: 200px;
    text-align: left;
}
.nav-header-nav > div{
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    line-height: 60px;
    position: relative;
}
.nav-header-nav > div span{
    display: none;
    /*width: 100%;
    */height: 4px;
    width: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.nav-header-nav > div.text-color-active span{
    display: block;
}
.nav-header-nav > div.nav-active{
    color: var(--themeColor);
}
.nav-header-nav > div:hover::after{
    content: '';
    display: block;
}
.nav-userInfo-news{
    font-size: 12px;
    margin-right: 40px;
}
.nav-userInfo-portrait{
    width: 40px;
    height: 40px;
    background-color: #06F;
    margin-right: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.nav-userInfo-portrait img{
    height: 100%;
    width: 100%;
}
.nav-userInfo-content{
    text-align: left;
    color: #333;
    font-size: 12px;
}
.nav-enterprise-top{
    font-size: 14px;
    margin-bottom: 4px;
}
.nav-enterprise-top span{
    font-size: 12px;
    color: #999;
}
.main-menu-inner > div{
    margin-right: 10px;
}
.main-menu-div{
    width: 160px;
}

/* iframe */
.bg-white{
    background-color: #fff!important;
}
.bg-grey{
    /* background-color: #f7f7f7!important; */
}
.text-color-white{
    color: #fff;
}
.iframeHeader{
    padding: 20px  0;
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    height: auto;
}
.layout-fixed{
    position: fixed;
    top: 0;
    z-index: 1600;
}
.iframeHeaderNav-left a{
    font-size: 12px;
    color: #666;
}
.iframeHeader-nav .iframeHeader-nav{
    position: relative;
    /* height: 25px; */
    /* padding: 0 20px; */
}
.posAbs{
    position: absolute;
    right: 20px;
}
.iframeHeader
.marginB{
    margin-bottom: 20px;
}
.iframeHeaderNav-left a{
    padding-right: 14px;
}
.iframeHeaderNav-left a:first-child{
    padding-left: 0;
}
.iframeHeaderNav-left a.iNav-active{
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.iframeHeaderNav-left a:after{
    content: attr(data-i);
    color: #e3e3e3;
    font-weight: normal;
    padding-left: 14px;
}
.iframeHeaderNav-left a.return-btn{
    margin-right: 14px;
}
.iframeHeaderNav-left a.return-btn::after, .iframeHeaderNav-left a.notAfter:after{
    display: none;
}
.iframeHeaderNav-left a:last-child::after{
    display: none;
}
.ifPadding{
    padding-left:20px;
    padding-right:20px;
}
.cPointer{
    cursor: pointer;
}
.iframeHeader-addBtn{}

.iframeHeaderNav-right .ifBtn{
    background-color: #f8f7fc;
    margin-left: 10px;
    padding: 0px  8px;
    position: relative;
    height: 28px;
    line-height: 28px;
}
.if-keyWord{

    outline:none;
}
.if-select{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 3px;
    border-color: #ebe8f7;
    line-height: 36px;
    height: 36px;
    border-radius: 2px;
    min-width: 88px;
    /*max-width: 120px;*/
}
.if-right-box{
    margin-right: 10px;
}
.if-right-box .if-btn{
    height: 34px;
    width:68px;
    padding: 0 5px;
    border-radius:5px;
    border: 1px solid #ebe8f7;
    text-align: center;
    cursor:pointer;
    background-color: #fff;
}
.if-btn._loading{
    background-position: left center;
    background-size: 15px auto;
    padding-left: 20px;
}
.if-badge{
    width: 15px;
    height:15px;
    background: red;
    position: absolute;
    right: 3px;
    top: -10px;
    text-align: center;
    line-height: 15px;
    border-radius:50%;
    overflow:hidden;
    color: #FFFfff
}
.if-page{
    width: 100%;
}
.indexClass th {
    position: relative;
    border-right: none !important;
    background-color: #f8f7fc !important;
    color: #808080 !important;
    font-family: '微软雅黑' !important;
    font-weight: normal !important;

}
/* .indexClass th:before{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 1px;
    height: 10px;
    content: '';
    background-color: #999;
} */
.indexClass{
    background-color: #f8f7fc;
}
.indexClass th:last-child:before{
    width: 0;
}
.if-not-border{
    border: none !important;
}
.if-search{
    padding: 0px 0;
}
.if-time-input input{
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    background-color: #fff!important;
    border-radius: 0px;
    height: 34px;
    line-height: 30px;
    padding: 0 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.subNavText{
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.ifMenuActive .if-bors{
    display: block;
}
.ifMenuActive{
    background-color: #f7f7f7;
}
.if-bors{
    width: 4px;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
.like-select-box{
    height: 34px;
    width: 80px;
    /* padding: 0 5px; */
    border-radius: 5px;
    border: 1px solid #ebe8f7!important;
    text-align: center;
    cursor: pointer;
    line-height: 34px;
    outline: none;
    font-size: 12px;
    background: #fff;
    padding:0 3px;
}
.if-fixed{
    left: 20px;
    right: 20px;
    width: auto;
    padding: 10px 0px;
}
.cover-fixed {
    left: 0px;
    right: 0px;
    padding: 10px 20px;
}
.training_type a{
    color: #999;
}
.ut-s{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px !important;
}

.lins_1{
    line-height: .8!important;
}
.ifbtnnew{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #f8f7fc;
    height: 36px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    cursor: pointer;
}
.ifbtnnew:hover{
    background-color: #fff;
}






















