/*全局通用样式  
1. 不要修改已定义的class类名 
2.自己有添加样式  格式命名要语义化
3.尽量避免使用id添加样式
4.添加样式备注 便于修改*/

/*全局样式*/
body {
    margin: 0;
    padding: 0 !important;
}

body {
    font: 12px/1.0 Microsoft YaHei, Helvitica, Verdana, Arial, san-serif, '微软雅黑', 'yahei';
}

div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a {
    border: 0;
}

img {
    border: none;
    vertical-align: middle;
}

input, textarea {
    outline: none;
}

ul, ol {
    list-style-type: none;
}

button {
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
}

select {
    border-width: 1px;
    _zoom: 1;
    border-style: solid;
    padding-top: 2px;
    font-size: 12px;
    outline: none
}

.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.no_line {
    text-decoration: none !important;
}

.forbid-overflow {
    height: 100%;
    overflow: hidden;
    position: fixed;
}

.aui_state_noTitle .aui_ne {
    height: 0px;
    display: none;
}

.aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_se {
    height: 0px;
}

.aui_state_noTitle .aui_outer {
    box-shadow: none !important;
}

/*table.view-index-list tbody td{
	padding: 0 5px;
	text-overflow: ellipsis;
    white-space: nowrap;
}*/
/*TABLE.view-index-list THEAD TH:nth-child(1){
	width: 49px;
}*/
/*.Top_back ul li a{
	font-size: 14px !important;
	color: #333 !important;
}*/

li.icon-depart, li.icon-department,label.icon-depart, label.icon-department {
    background: url('../images/fenpei_bumen_icon_default.png') no-repeat 2px 4px;
}

li.icon-lable, li.icon-tag, li.icon-post,label.icon-lable, label.icon-tag, label.icon-post {
    background: url('../images/pxgl_biaoqian_icon.png') no-repeat 2px 7px;
}

li.icon-lable, li.icon-tag.icon-auto_match,label.icon-lable, label.icon-tag.icon-auto_match {
    background-image: url('../images/getpick/tag_auto_match.png') !important;
}

li.icon-lable, li.icon-role,label.icon-lable, label.icon-role {
    background: url('../images/ico22-on.png') no-repeat 2px 4px;
}

li.icon-user,label.icon-user {
    background: url('../images/fenpei_yuangong_icon_default.png') no-repeat 2px 4px;;
}

.icon-user.user-isdelete-1,.icon-user.user-isdelete-1 {
    background: url('../images/fenpei_yuangong_icon_delete.png') no-repeat 2px 4px !important;
}

.select-assign-box {
    width: 840px;
}

.select-assign-box .assign-box {
    width: 828px;
    position: relative;
    overflow: auto !important;
    border: 1px solid #dedede !important;
    border-radius: 3px;
    padding: 6px 6px 15px 6px;
    height: 150px;
}

.select-assign-box.loading .assign-box-default {
    background-image: url('../images/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.select-assign-box .assign-box-invisible {
    width: 840px;
    margin-top: 10px;
    border: none !important;
    overflow: hidden !important;
    border-radius: 3px;
    padding: 0px !important;
    position: relative;
    height: 120px !important;
}

.select-assign-box .assign-box-invisible-title {
    width: 828px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.select-assign-box .assign-box-invisible-title span {
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 22px;
    line-height: 22px;
    display: block;
    width: 70px;
    background: #fff;
    border-bottom: none;
    text-align: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select-assign-box .assign-box-invisible-wrap {
    border: 1px solid #dedede !important;
    border-radius: 3px;
    height: 75px;
    padding: 6px 6px 15px 6px;
    overflow: auto;
    position: relative;
    margin-top: 22px;
    z-index: 1;
}

.select-assign-box.loading .empty-selected, .select-assign-box.loading .add-assign {
    display: none;
}

.select-assign-box .assign-box ul {
    width: 100%;
    height: 135px;
    overflow: auto !important;
}





.assign-box-invisible.assign-box ul {
    height: 60px !important;
}

.select-assign-box .assign-box ul li {
    padding-right: 10px;
}

.select-assign-box .assign-box ul li .button-close:hover {
    color: blue;
}

.select-assign-box .assign-box-filter .assign-box {
    height: 100px;
}

.select-assign-box .assign-box-filter .assign-box ul {
    width: 100%;
    height: 85px;
    overflow: auto !important;
}

.filter-title {

}

.select-assign-box .assign-footer {
    width: 99%;
    position: absolute;
    bottom: 2px;
    right: 1px;
    line-height: 20px;
    text-indent: 0.5em;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 100;
}

.select-assign-box .assign-footer .select-count {
    float: left;
}

.select-assign-box .assign-footer .empty-selected {
    float: right;
    font-size: 14px;
    color: #e64c65;
    margin-right: 15px;
    cursor: pointer;

}

.select-assign-box li {
    height: 28px;
    line-height: 28px;
    background-color: #f5f5f5;
    margin: 0px 10px 5px 0px;
    cursor: default;
    float: left;
}

.select-assign-box .add-assign {
    line-height: 25px;
    font-size: 14px;
    color: #e64c65;
    cursor: pointer;
}

.select-assign-box .assign-name {
    padding-left: 24px;
}

.select-assign-box .assign-delete {
    height: 28px;
    margin: 0px;
    width: 20px;
    text-align: center;
    background: none;
    color: #000;
}

.select-assign-box .assign-delete:hover {
    color: #e64c65;
    background: none;
}

.user-isdelete-1 {
    color: #999
}

TABLE.view-index-list THEAD TH,
TABLE.view-index-list TBODY TD {
    padding: 0 !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*字体*/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

/*字体颜色*/
.f_ff {
    color: #FFFFFF;
}

.f_65 {
    color: #E64C65;
}

.f_33 {
    color: #333333;
}

.f_66 {
    color: #666666;
}

.f_99 {
    color: #999999;
}

.f_b2 {
    color: #B2B2B2;
}

/*通用字体集合*/
.f_12_33 {
    font-size: 12px;
    color: #333333;
}

.f_12_65 {
    font-size: 12px;
    color: #E64C65;
}

.f_14_ff_b {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.f_14_00_b {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.f_14_33 {
    font-size: 14px;
    color: #333333;
}

.f_14_00 {
    font-size: 14px;
    color: #333333;
}

.f_14_b2 {
    font-size: 14px;
    color: #B2B2B2;
}

/*字体划入效果*/
.f_hover_65 {
    color: #E64C65;
}

.f_hover_65:hover {
    text-decoration: underline;
    color: #E64C65;
}

.f_hover_33 {
    color: #333333;
}

.f_hover_33:hover {
    color: #E64C65;
}

table.view-index-list td a:hover {
    text-decoration: underline;
}

/*边框*/
.b_cc {
    border: 1px solid #CCCCCC;
}

.b_de {
    border: 1px solid #DEDEDE;
}

/*背景色*/
.bg_fa {
    background: #FAFAFA;
}

.bg_ff {
    background: #FFFFFF;
}

.bg_eb {
    background: #EBEBEB;
}

.bg_f5 {
    background: #F5F5F5;
}

.bg_65 {
    background: #E64C65;
}

/*按钮样式修改*/
/*灰色按钮样式*/
.grayBtn {
    background: #fff;
    padding: 0 5px;
    height: 28px !important;
    line-height: 28px !important;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    text-align: center;
    color: #333;
    outline: none;
    cursor: pointer;
    display: inline-block;
}

.grayBtn:hover {
    background: #f7f7f7;
}

.grayBtn.unclick {
    background: #EBEBEB;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 5px;
    text-align: center;
    color: #B2B2B2;
}

/*白色按钮样式修改*/
.whiteBtn {
    padding: 0 5px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e6e6e6;
    /*border-radius: 5px;
    */
    text-align: center;
    color: #333;
    outline: none;
    cursor: pointer;
    display: inline-block;
    background-color: #f8f7fc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.whiteBtn:hover {
    background: #FFFFFF;
}

/*对勾勾选框处理*/
.checkbox-tab input[type=checkbox] {
    width: 14px;
    height: 14px;
    border: 0 none;
    cursor: pointer;
    vertical-align: middle;
}

/*对勾勾选框处理*/
.checkbox-tab .allowed_devices {
    margin-right: 10px;
}

.checkbox-tab input[type=checkbox]:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/websiterevision/kaiqiwu_icon.png") 0% 50% no-repeat;
}

.checkbox-tab input[type=checkbox]:checked:after {
    background: url("../images/websiterevision/kaiqi_icon.png") 0% 50% no-repeat;
}

.checkbox-tab input[type=checkbox]:disabled:after {
    background: url("../images/websiterevision/kaiqiwuhui_icon.png") 0% 50% no-repeat;
}

/*对勾勾选框处理*/
.checkbox-tab1 input[type=radio] {
    width: 14px;
    height: 14px;
    border: 0 none;
    cursor: pointer;
}

.checkbox-tab1 input[type=radio]:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/websiterevision/kaiqiwu_icon.png") 0% 50% no-repeat;
}

.checkbox-tab1 input[type=radio]:checked:after {
    background: url("../images/websiterevision/kaiqi_icon.png") 0% 50% no-repeat;
}

/*开关按钮修改样式*/
.checkbox-tab div.check1 {
    vertical-align: middle;
    display: inline-block;
    width: 33px;
    height: 22px;
    border: 0 none;
}

.checkbox-tab div.check1:after {
    content: "";
    display: block;
    width: 33px;
    height: 22px;
    background: url("../images/websiterevision/kaiguan_icon.png") no-repeat;
}

.checkbox-tab div.check1.off:after {
    background: url("../images/websiterevision/kaiguanhui_icon.png") no-repeat;
}

.checkbox-tab div.check1 + span {
    vertical-align: middle;
    margin-left: 2px;
}

.checkbox-tab .display-status {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

/*顶部导航返回按钮修改*/
.slideTxtBox {
    z-index: 1005;
    top: 0px;
    left: 20px;
}

.slideTxtBox.mtop-0 {
    margin-top: 0px;
}

.slideTxtBox .return-btn {
    height: 28px;
    line-height: 28px;
    color: #333;
    border-radius: 2px;
    border: 1px solid #ebe8f7;
    background: #f7f7f7 url(../images/ht_fanhui_icon.png) 9px center no-repeat;
    cursor: pointer;
    padding-left: 25px !important;
    padding-right: 10px !important;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.slideTxtBox .return-btn:hover {
    background-color: #fff;
}

.slideTxtBox .hd {
    /*margin-left: 30px;*/
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 0px;
    position: relative;
}

.slideTxtBox .hd.have-return {
    margin-left: 0px;
}

.slideTxtBox .hd.have-return ul {
    margin-left: 76px;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 50px;
    width: 100%;
}

.slideTxtBox .hd ul li span {
    float: left;
    width: 30px;
    height: 50px;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    height: 49px; /*和line-height相差2px 为了使下边框看起来在li内部*/
    line-height: 51px;
    text-align: center;
    margin-right: 20px;
}

.slideTxtBox .hd ul li a {
    color: #333333;
    font-size: 14px;
}

/*table添加页布局框修改*/
.input-text::-webkit-input-placeholder, .textarea-text::-webkit-input-placeholder {
    font-family: "microsoft yahei";
}

.view-form-input th.td-title {
    min-width: 90px;
    height: 34px;
    line-height: 34px;
    padding: 10px 0;
    padding-right: 10px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.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;
}

.view-form-input td.td-input {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 10px 10px 10px 10px;
    color: #333;
}

.view-form-input td.td-input::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
    padding-left: 10px;
}

.view-form-input .input-text {
    width: 220px;
    height: 28px;
    padding: 2px 0 2px 10px;
    margin-left: 0px;
    border-radius: 3px;
    border: 1px solid #ebe8f7;
    outline: none;
}

.view-form-input .input-text.scores {
    width: 226px;
}

.view-form-input .input-harf {
    width: 226px !important;
    height: 28px;
    padding: 2px 0 2px 10px;
    margin-left: 0px;
    border-radius: 3px;
    border: 1px solid #ebe8f7;
    outline: none;
    background: url(../images/calendar-icon.png) no-repeat 204px center;
}

.view-form-input .ui-timepicker,.view-form-input .select-timepicker {
    width: 226px;
    height: 28px;
    padding: 2px 0 2px 10px;
    margin-left: 0px;
    border-radius: 3px;
    border: 1px solid #ebe8f7;
    outline: none;
    background: url(../images/calendar-icon.png) no-repeat right 5px top 50%
}

.view-form-input .select-timepicker.ymdhis {
    width: 165px !important;
}

.if-time-input .ui-timepicker {
    outline: none;
    background: url(../images/calendar-icon.png) no-repeat right 5px top 50%;
    height: 34px;
    line-height: 34px
}

.view-form-input .ui-timepicker.ymdhi {
    width: 140px !important;
}

.view-form-input .input-harf2 {
    width: 140px !important;
    height: 28px;
    padding: 2px 0 2px 10px;
    margin-left: 0px;
    border-radius: 3px;
    border: 1px solid #ebe8f7;
    outline: none;
    background: url(../images/calendar-icon.png) no-repeat 130px center;
}

.view-form-input .input-train-time {
    width: 229px;
    height: 28px;
    padding: 2px 0 2px 10px;
    margin-left: 0px;
    border-radius: 3px;
    border: 1px solid #ebe8f7;
    outline: none;
}

.view-form-input .input-train-time.right {
    /*margin-left: 7px;*/
}

/*添加页面灰色分界条*/
.add-newdata-strip {
    padding: 10px 0;
}

.add-newdata-strip span {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    background: #f5f5f5;
    padding-left: 20px;
}

/*添加页面灰色分界条 end*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
html::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c1c1c1;
}

/* end */

/* 上传图片 */
/*上传图片布局*/
.posi-con {
    position: relative;
}

.crop-con {
    width: 200px;
    margin-bottom: 10px;
}

.crop-mask {
    width: 100%;
    height: 100px;
    display: inline-block;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 98;
    display: none;
}

.upload-img {
    position: absolute;
    left: 70px;
    top: 10px;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-left: 0;
    background: url(/cdn/common/images/xiugaitupian_icon.png) no-repeat center;
    z-index: 99;
}

.upload-img:hover {
    background: url(/cdn/common/images/xiugaitupian_icon_pressed.png) no-repeat center;
}
.upload-img::before{
    content: '本地上传';
    position: absolute;
    top: 60px;
    color: #fff;
    font-size: 14px;
    opacity: .8;
    width: 65px;
    margin-left: 2px;
    z-index: 99;
    display: inline-block;
}
.upload-img:hover.upload-img::before{
    opacity: 1;
}

.upload-img .ui-btn-primary {
    border: none;
    position: absolute;
    top: -8px;
    left: -12px;
    width: 35px;
    height: 35px;
    opacity: 0;
}

.choose-img {
    position: absolute;
    left: 220px;
    top: 69px;
    color: #333;
    margin-left: 0px;
}

.text-infor {
    color: #666;
    font-family: "microsoft yahei";
    font-size: 12px;
    position: absolute;
    top: 99px;
    left: 0px;
}

.view-form-input th.td-title, .view-form-input td.td-input {
    height: 30px;
    line-height: 30px;
    padding: 8px 10px;
    color: #333;

}

.webuploader-image {
    width: 200px;
    height: 100px;
}

.cut-img {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/websiterevision/jianqie_icon.png) no-repeat;
}

.cut-img:hover {
    background: url(../images/websiterevision/jianqie_icon_pressed.png) no-repeat;
}

/*切换封面图 end*/
.only-upload-img.uploader-container {
    position: absolute;
    left: 10px;
    top: 6px;
    margin: 0;
    height: 20px;
    line-height: 18px;
}

/*上传按钮改为文字的样式*/
.only-upload-img .ui-btn {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    font-size: 14px;
    color: #e64c65;
}

/*上传按钮改为文字的样式  end*/

/*封面图编辑切换*/
#webuploader, #uploadImage {
    /*小相机icon*/
    display: none;
}

.img-edite {
    /*裁剪图片icon*/
    position: absolute;
    left: 186px;
    top: 81px;
    z-index: 999;
    display: none;
}

.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 16px;
    top: 50%;
    margin: -10px;
    display: block;
    width: 10px;
    height: 19px;
    background: url(../images/websiterevision/zuoqiehuan_icon.png) no-repeat;
    z-index: 99;
    display: none;
}

.slideBox .prev:hover {
    background: url(../images/websiterevision/zuoqiehuan_icon_pressed.png) no-repeat;
}

.slideBox .next {
    left: auto;
    right: 17px;
    background: url(../images/websiterevision/youqiehuan_icon.png) no-repeat;
}

.slideBox .next:hover {
    background: url(../images/websiterevision/youqiehuan_icon_pressed.png) no-repeat;
}

.upload-cover li {
    width: 198px;
    height: 98px;
    overflow: hidden;
    border: 1px solid #dedede;
}

.upload-cover li img {
    width: 100%;
    height: auto;
    border: none;
}

/* end */

/*弹窗*/
.aui_outer {
    border-radius: 0px !important;
}

button.aui_state_highlight {
    color: #FFF;
    border: solid 1px #ca4359 !important;
    background: #e64c65 !important;
    text-shadow: -1px -1px 1px #ca4359 !important;
    box-shadow: inset 0 1px 5px #ca4359 !important;
}

button.aui_state_highlight :hover {
    color: #000 !important;
    border-color: #666 !important;
}

.aui_footer {
    background: #f5f5f5 !important;
    border-top: 1px solid #dedede !important;
}

aui_nw, .aui_n, .aui_ne, .aui_w, .aui_e, .aui_sw, .aui_s, .aui_se {
    background: #ffffff !important;
    /* border-bottom: 1px solid #dedede; */
    width: 0px !important;
    display: none !important;
}

.aui_w {

    border-bottom: 0 !important;

}

.aui_close {
    padding: 0;
    top: 2px;
    right: 15px !important;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 28px;
    text-align: center;
    color: #333;
    font-family: Helvetica, STHeiti;
    _font-family: Tahoma, '\u9ed1\u4f53', 'Book Antiqua', Palatino;
}

.msg-popup {
    min-width: 200px;
    max-width: 430px;
    padding: 20px 10px;
    font-size: 16px;
    text-align: center;
    background-color: #dedede;
    background: #000;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 30%;
    margin-left: -50px;
    /*margin-top: -200px;*/
    z-index: 1099;
    color: #fff;
    opacity: 0.8;
    display: none;
}

.clip {
    background: #fafafa;
    border: 1px solid #dedede;
    height: 40px;
    border-right: 1px solid #dedede;
    margin-bottom: 20px;
}

.clip a {
    text-decoration: none;
    float: right;
    height: 28px;
    cursor: pointer;
    outline: none;
    color: #000;
    font-size: 12px;
    border: 1px solid #dedede;
    /*width: 64px;*/
    border-radius: 3px;
    margin: 5px;
    text-align: center;
    margin-right: 10px;
    line-height: 28px;
    background: #fff;
}

.clip a:hover {
    background: #fafafa;
}

/* end */

/*分页*/
.pages {
    width: 100%;
    height: 30px;
    padding: 10px 0px;
}

.pages ul.yiiPager {
    float: right;
    padding-right: 10px;
}

.pages ul:nth-child(1) {
    padding-right: 0;
}

/*首页*/
.yiiPager .first a {
    padding: 0 7px;
}

/*上一页*/
.yiiPager .previous {
    margin-left: 0px;
    width: 20px;
}

.yiiPager .previous a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 !important;
}

/*下一页*/
.yiiPager .next {
    margin-left: 0px;
    width: 20px;
}

/*末页*/
.yiiPager .last a {
    padding: 0 6px;
}

.yiiPager .f12 a {
    padding: 0;
    font-size: 12px !important;
}

.previous {
    background: url('');
}

.pages li {
    float: left;
    display: inline-block;
    margin-left: 10px;
    height: 28px;
    line-height: 28px;
    /* border: #dfdfdf 1px solid; */
    font-family: 'microsoft yahei';
}

.pages li.first, .pages li.last {
    display: none !important;
}

.yiiPager .page {
    margin-left: 0px;
    font-size: 14px;
}

.pages li.hidden {
    display: none;
}

.pages li a {
    color: #333333 !important;
    padding: 0px 10px !important;
}

.pages li.selected a {
    color: #fff;
    font-size: 14px !important;
    font-weight: bold;
}

.pages li:hover {
    /* background: #f5f5f5;
    color: #333333; */
}

.pages .previous a::before {
    background: url(../images/websiterevision/ht_shangyiye_icon.png) no-repeat;
    content: '';
    width: 6px;
    height: 11px;
    float: left;
    position: relative;
    top: 8px;
}

.pages .next a::before {
    background: url(../images/websiterevision/ht_xiayiye_icon.png) no-repeat;
    content: '';
    width: 6px;
    height: 11px;
    float: right;
    position: relative;
    top: 8px;
}

.pages .next a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

/*end*/

/*搜索框*/
.sousuo {
    width: 200px;
    height: 34px;
    border: 1px solid #ebe8f7;
    background: #fff;
    display: inline-block;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.sousuo input {
    outline: none;
    width: 177px;
    border: 0;
    margin-left: 10px !important;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    border: none;
    font-family: "微软雅黑";
}

.sousuo input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 12px;
}

.sousuo input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 12px;
}

.sousuo input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 12px;
}

.sousuo img {
    margin-top: 6px;
    position: absolute;
    margin-left: -20px;
}

.magnifier {
    width: 36px;
    height: 34px;
    float: right;
    margin-left: 3px;
    background: #f8f7fc url(../images/sousuo_icon.png) center no-repeat;
    cursor: pointer;
    border-left: 1px solid #ebe8f7;
}

.magnifier:hover {
    background: url(../images/sousuo_icon_mouse.png) center no-repeat;
}

input.magnifier {
    width: 25px;
    height: 25px;
    outline-color: white;
    outline-style: none;
    outline-width: 0px;
    /*border: 1px solid #d0d0d0;*/
    border-left: none;
    margin-left: -5px;
    margin-right: 5px;
}

.magnifier1 {
    width: 36px;
    height: 34px;
    float: right;
    margin-left: 3px;
    background: #f8f7fc url(../images/sousuo_icon_mouse.png) center no-repeat;
    cursor: pointer;
    border-left: 1px solid #ebe8f7;
}

/*end*/

/*遮罩层*/
.examlist .info-pos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 115px;
    background-color: #000000;
    display: none;
    opacity: 0.4;
}

.examlist .info .rows6 {
    width: 227px;

}

.examlist .info .rows6:hover .info-pos {
    display: block;
}

.examlist:hover {
    background-color: none !important;
}

/*end*/

/*筛选项*/
.view-index-search .div-search select {
    height: 26px;
    outline: none;
    border-radius: 5px;
    font-family: 'microsoft yahei';
    border: 1px solid #cccccc;
    font-size: 12px;
    padding-top: 0;
    background: #fff;
    cursor: pointer;
}

.view-index-search .div-search select:hover {
    background: #fafafa;
    cursor: pointer;
}

/*end*/

/*选中人员展示框*/
.add-tag-border {
    border: 1px solid #dedede !important;
    width: 498px;
    border-radius: 3px;
    display: none;
}

.add-tag-border ul {
}

/*标签 添加分组*/
li.icon-depart {
    background: url('/static/common/images/fenpei_bumen_icon_default.png') no-repeat 7px 4px;
}

/*标签 添加人*/
li.icon-user {
    background: url('/static/common/images/fenpei_yuangong_icon_default.png') no-repeat 7px 4px;
}

#assign_user_card {
    position: absolute;
    left: 10px;
    top: 30px;
    z-index: 600;
    width: 320px;
    min-height: 20px;
    padding: 10px 15px;
    line-height: 1.8;
    background-color: #FFF;
    border-top: 1px solid #E4E6E9;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3), 0 1px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3), 0 1px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
    color: #333;
    display: none;
}

#assign_user_card h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

#assign_user_card h6 span.datetime {
    font-size: 12px;
    color: #888;
    font-weight: normal;
}

#assign_user_card dl {
    display: inline-block;
    width: 100%;
}

#assign_user_card dl dt {
    color: #787878;
    width: 25%;
    float: left;
}

#assign_user_card dl dd {
    width: 75%;
    float: right;
}

/*#assign_user_card dl.activate-0 dt {*/
/*display: none;*/
/*}*/

/*#assign_user_card dl.activate-0 dd {*/
/*width: 100%;*/
/*}*/

/*标签 书签*/
li.icon-lable {
    background: url('/static/common/images/pxgl_biaoqian_icon.png') no-repeat 7px 8px;
}

/*添加标签 标签样式*/
li.icon-depart, li.icon-user, li.icon-lable {
    height: 28px;
    line-height: 28px;
    background-color: #f5f5f5;
    margin: 0 10px 5px 0;
    cursor: pointer;
    float: left;
}

/*添加标签 标签样式 end*/
span.assign-delete {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 6px 0 10px;
    background: url(/static/common/images/websiterevision/shanchu_icon.png) no-repeat;
}

span.assign-delete:hover {
    cursor: pointer;
    background: url(/static/common/images/websiterevision/shanchu_icon_pressed.png) no-repeat;
}

/*end*/

/*表格超出的文字省略号*/
.table-textRule table {
    table-layout: fixed;

}

.table-textRule td.texts {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px !important;

}

/*end */

/* 保存草稿按钮 */
.preserve-draft {
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 14px;
    text-align: center; /* border-radius: 5px; */

    background-color: #f7f7f7;
    cursor: pointer;
    line-height: 34px;
    width: 80px;
    margin-left: 10px;

}

.preserve-draft:hover {
    background-color: #ffffff;
}

/*完成提交按钮*/
.btn-submit {
    margin-top: 20px;
    border-radius: 0px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.btn-submit:hover {
    cursor: pointer;
    background-color: #ca4359;
}

.submit-loading {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 15px auto;
    padding: 0 20px 0 35px !important;
    background-color: #ca715f !important;
    pointer-events: none;

}

/*end*/
/* 统计中心弹框  && 管理设置日志*/
.m-bottom-10 {
    margin: 20px 20px 10px 20px;
}

.search-padding-20 {
    padding: 20px 20px 0 20px;
}

.m-bottom-10 table.view-index-list THEAD TH {
    height: 39px;
    line-height: 39px;
}

.m-bottom-10 table.view-index-list tbody td {
    height: 39px;
}

.view-form-form .pull_list {
    height: 26px;
    outline: none;
    border-radius: 5px;
    font-family: "microsoft yahei";
    border: 1px solid #cccccc;
    font-size: 12px;
    padding-top: 0;
    background: #fff;
    cursor: pointer;
}

input[type='checkbox'] {
    cursor: pointer;
}

/*暂无数据提示*/
.new_no_data {
    width: 100%;
    min-height: 550px;
    position: relative;
    /*line-height: 400px;
    text-align: center;*/
}

.new_no_data_box {
    width: 280px;
    height: 150px;
    position: absolute;
    left: 50%;
    bottom: 25%;
    margin-left: -140px;
    margin-top: -100px;
}

.new_no_data_img {
    width: 100%;
    height: 90%;
    background: url(../../../static/common/images/websiterevision/zanwushuju_bg.png) no-repeat center center;
}

.new_no_data_text {
    width: 100%;
    height: 10%;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 25px;
}

/*添加培训操作项*/
.sortableitem {
    position: relative;
}

.operation-btn .dotdiv {
    cursor: pointer;
    height: 30px;
    background: url(../../../../../static/common/images/websiterevision/caozuo_icon.png) no-repeat center !important;
    z-index: 999;
}

.operation-btn .dotdiv:hover {
    background: url(../images/websiterevision/caozuo_icon_pressed.png) no-repeat center !important;
}

.operation-btn .operation-btns {
    display: none;
    background: #000;
    position: absolute;
    right: 140px;
    margin-right: 95px;
    margin-top: -30px;
    border-radius: 5px;
    padding: 8px !important;
    z-index: 999;
    background: rgba(000, 00, 000, 0.8);
}

.operation-btn:hover .operation-btns {
    display: block;
}

.operation-btn .operation-btns span, .operation-btn .operation-btns span .operation-delete {
    color: #fff;
}

.operation-btn .operation-btns span:hover, .operation-btn .operation-btns span .operation-delete:hover {
    color: #e64c65;
    text-decoration: none;
}

.sortableitem .addtrain-error {
    position: absolute;
    margin-top: 12px;
    border: none;
    white-space: nowrap;
}

/*添加培训操作项 end*/

/*表格操作项*/
.operation22 {
    display: none;
}

.operation22 div {
    cursor: pointer;
    height: 30px;
    background: url(../../../../../static/common/images/websiterevision/caozuo_icon.png) no-repeat center !important;
    z-index: 999;
}

.operation22 div:hover {
    background: url(../images/websiterevision/caozuo_icon_pressed.png) no-repeat center !important;
}

.operation22:hover .operation23 {
    display: block;
}

.operation22 p {
    /* background: #000; */
    position: absolute;
    right: -20px;
    margin-right: 95px;
    margin-top: -45px;
    border-radius: 5px;
    padding: 15px 8px 15px 20px !important;
    display: none;
    z-index: 999;
    /* background: rgba(000, 00, 000, 0.8) */
}

.operation22 p a {
    color: #FFF !important;
}

.operation22 p a:hover {
    color: #E64C65 !important;
    text-decoration: none !important;
}

.operation23 {
    display: none;

}

.operation23 div {
    cursor: pointer;
    height: 30px;
    background: url(../images/websiterevision/caozuo_icon.png) no-repeat center !important;
    z-index: 999;
}

.operation23 div:hover {
    background: url(../images/websiterevision/caozuo_icon_pressed.png) no-repeat center !important;
}

.operation23:hover .operation24 {
    display: block;
}

.operation23 .operation24 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    border-radius: 5px;
    padding: 8px !important;
    z-index: 999;
    background: rgba(000, 00, 000, 0.8)
}

.operation23 p a {
    color: #FFF !important;
}

.operation23 p a:hover {
    color: #E64C65 !important;
    text-decoration: none !important;
}

.operation22 .operation23 a {
    float: left;
    min-height: 16px;
    padding: 8px 5px !important;
    margin: 0 !important;
    background: rgba(000, 00, 000, 0.8)
}
.operation22 .operation23 a:first-child{
    border-radius: 5px 0 0 5px;
    padding: 8px 15px !important;
}
.operation22 .operation23 a:last-child{
    border-radius: 0 5px 5px 0;
    padding: 8px 15px !important;
}

/*图片弹出框*/
#mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.3;
    /*兼容IE8及以下版本浏览器*/
    filter: alpha(opacity=30);
    display: none;
    z-index: 99999;
}

.img_test {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.3;
    /*兼容IE8及以下版本浏览器*/
    filter: alpha(opacity=30);
    display: none;
    z-index: 99999;
}

.img_test1 {
}

.btn-select label {
    border: none !important;
    display: block;
    float: left;
    background: none;
}

.btn-select.br label {
    width: 90%;
}

.btn-select label span {
    padding-left: 20px;
    color: #333 !important;
    background: url(../../../../../static/common/images/websiterevision/xuanzeyuanhui_icon.png) no-repeat;
    background-position: left !important;
}

.btn-select .selected {
    border: none !important;
}

.btn-select .selected span {
    color: #333 !important;
    background: url(../../../../../static/common/images/websiterevision/xuanzeyuan_icon.png) no-repeat;
    background-position: left !important;
}

.btn-select.select-multiple label span {
    background: url(../../../../../static/common/images/websiterevision/kaiqiwu_icon.png) no-repeat;
}

.btn-select.select-multiple .selected span {
    background: url(../../../../../static/common/images/websiterevision/kaiqi_icon.png) no-repeat;
}

.btn-select .cb-last {
    margin-left: 20px;
}

.btn-select .cb-center {
    margin-left: 20px;
}

.btn-select.br .cb-last, .btn-select.br .cb-center {
    margin-left: 0;
}

.btn-selects {
    border-radius: 3px;
    font-size: 14px;
    color: #333333;
    width: 240px;
    height: 34px;
    border-color: rgb(208, 208, 208);
}

._loading, .td-icon-loading {
    background-image: url(../images/loading.gif);
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center 10px;
}

.td-icon-loading {
    font-size: 0px !important;
    background-size: auto 15px !important;
}

.stats-body .grayBtn {
    width: max-content;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
}

.stats-body .view-index-search .div-search select {
    border-radius: 3px !important;
}

#echart-open {
    background-image: url(../images/echarts.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 17px;
}



#__selectPageSize__ select {
    border: 1px solid #dedede;
    border-radius: 3px;
    line-height: 24px;
    height: 24px;
    margin: 0 3px;
    color: #333
}

#__selectPageChange__ select {
    border: 1px solid #dedede;
    border-radius: 3px;
    line-height: 24px;
    height: 24px;
    margin: 2px 3px 0 0;
    color: #333
}

.aui_state_noTitle .aui_nw{
    height: 0 !important;
    border: none;
}

input[type=checkbox].check-switch{
    width: 28px !important;
    height: 16px !important;
    position: relative !important;
    border-radius: 14px !important;
    appearance: none !important;
    outline: none !important;
    border: solid 1px #DEDEDE !important;
    background-color: #fff !important;
}
input[type=checkbox].check-switch:checked{
    border-color: #47DF62 !important;
} 
.check-switch:checked::before{
    background-color: #47DF62 !important;
    left: calc(100% - 14px) !important;
}
.check-switch::after{
    content: none !important;
}
.check-switch::before{
    content: '';
    position: absolute !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    top: 1px !important;
    left: 2px !important;
    background-color: #DEDEDE !important;
    transition: .5s !important;
}
.check-switch-title {
    font-size: 12px;
    color: #333;
    line-height: 16px;
    margin-left: 5px;
}

TABLE.assign_review_list {
    border: none !important;
}

TABLE.assign_review_list TH {
    height: 36px;
    line-height: 36px;
    border-right: none !important;
    background-color: #f8f7fc !important;
    color: #808080 !important;
    padding: 0 !important;
    text-align: left !important;
    width: auto !important;
}

TABLE.assign_review_list TH.review_list_index {
    width: 40px !important;
    text-align: center !important;
}

TABLE.assign_review_list TH.review_list_username {
    width: 130px !important;
}

TABLE.assign_review_list TH.review_list_content {
    width: 600px !important;
}

TABLE.assign_review_list TH.review_list_delete {
    width: 30px !important;
}

TABLE.assign_review_list TBODY TD {
    padding: 0 !important;
    border-bottom: #ebe9f7 1px solid;
    font-size: 12px;
    _empty-cells: show;
    word-break: break-all;
    height: 50px;
    line-height: 16px;
    color: #333;
    text-align: left !important;
    width: auto !important;
}

TABLE.assign_review_list TBODY TR:hover TD {
    background-color: #f8f8f8 !important;
}

TABLE.assign_review_list TBODY TR:last-child TD {
    border-bottom: none!important;
}

TABLE.assign_review_list TBODY TD.review_list_index {
    text-align: center !important;
}

TABLE.assign_review_list TBODY TD.review_list_username label {
    float: left;
    position: relative;
    padding-left: 22px;
    height: 28px;
    line-height: 28px;
}

TABLE.assign_review_list TBODY TD.review_list_content {
    overflow-y: auto;
}

TABLE.assign_review_list TBODY TD.review_list_delete label {
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    background-color: #999;
    text-align: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    opacity: 0;
}

TABLE.assign_review_list TBODY TD.review_list_delete label:hover {
    opacity: 1;
}

TABLE.assign_review_list TBODY TR:hover TD.review_list_delete label {
    opacity: 1;
}

TABLE.assign_review_list label.edit_review_content {
    color: blue;
    cursor: pointer;
    margin-left: 10px;
}

TABLE.assign_review_list label.review_list_contents {
    line-height: 18px;
}

#train_separately_review_assign .assign-box {
    height: auto !important;
}

#train_separately_review_assign .assign-box ul {
    height: auto !important;
    max-height: 300px !important;
}

#train_separately_review_assign .assign-box-invisible-wrap {
    height: auto !important;
    /*max-height: 200px !important;*/
}

#train_separately_review_assign .assign-footer {
    display: nonew !important;
}

.input-checkbox-switch {
    float: left;
    margin-top: 8px;
}

/* 添加operation-edit类样式，避免与operation-delete的全局事件冲突 */
.operation-btn .operation-btns span .operation-edit {
    color: #fff;
}
.operation-btn .operation-btns span .operation-edit:hover {
    color: #e64c65;
    text-decoration: none;
}