* {
    outline: none;
}
.pr{
    position: relative;
}
/* toTabItemWidth辅助tab获取宽度 */
.toTabItemWidth{
    display: block;
    white-space: nowrap;
}
/*fakeElement用于处理默认读取用户填充input问题*/
.fakeElement::before{
    content: '如：艾小格';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    color: #757575;
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #fff;
    z-index: 1;
}
/*禁止输入遮罩*/
.cmsDisabledMask::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.cms_tc{ text-align: right}
select.form-control,
input.form-control,
select.form-control:focus,
input.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #ccc;
}

.btn.focus, .btn:focus, .btn:hover {
    outline: none !important;
}

.o-auto {
    overflow-y: auto !important;
}

.o-auto::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.o-auto::-webkit-scrollbar-thumb {
    border: 1px #808080 solid;
    border-radius: 10px;
    background: #999;
}

.o-auto::-webkit-scrollbar-track {
    border: 1px #d3d3d3 solid;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
    background: #eee;
}

.o-auto::selection {
    color: #fff;
    background-color: #00b38a;
}

body {
    height: 100vh;
    font-family: "微软雅黑", Tahoma, Helvetica, arial, sans-serif;
    overflow: hidden;
    font-size: 14px;
}

/*基础样式*/
/*margin*/
.m0 {
    margin: 0 !important;
}

.m5 {
    margin: 5px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml1 {
    margin-left: 1px !important;
}

.ml2 {
    margin-left: 2px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mrl5 {
    margin: 0px 5px !important;
}
.ml140 { margin-left: 140px; }

.mlr10 {
    margin: 0px 10px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr1 {
    margin-right: 1px !important;
}

.mr2 {
    margin-right: 2px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mtp5 {
    margin: 5px 0px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt1 {
    margin-top: 1px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb1 {
    margin-bottom: 1px !important;
}

.mb2 {
    margin-bottom: 2px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml0Imp {
    margin-left: 0 !important;
}

.ml15Imp {
    margin-left: 15px !important;
}

/* padding */
.p0 {
    padding: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.p5 {
    padding: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.p30 {
    padding: 30px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

/*.box{
    width:100%;
    height:100%;
}*/
/*隐藏按钮中的font图标*/
button.accentBtn1 > i.platform,
button.accentBtn2 > i.platform,
button.accentBtn1 > i.glyphicon,
button.accentBtn2 > i.glyphicon {
    display: none;
}

.w100 {width: 100% !important;}
.h100{ height: 100%  !important}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

input, button, textarea {
    outline: none;
    padding: 0;
    background-color: transparent;
}

input, button {
    border: none;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.red {
    color: #e4393c !important;
}

.bg-gray {
    background: #37C6C0;
}

.color-gray {
    color: #37C6C0;
}

/*.modal-backdrop{
    background:#333;
}*/
.modal-backdrop.in {
    opacity: .3;
}

.disabled ,
button[disabled],
html input[disabled],
select[disabled],
textarea[disabled],
span[disabled]{
    cursor: not-allowed !important;
}
span[disabled]{
    pointer-events: none;
}

.msg-tip {
    color: #F94A28;
}

.icon:hover {
    background-color: #D0E9FF;
}

.border {
    border: 1px solid #32363f;
}

.border:hover {
    border: 1px solid #21262f;
}

.accent-text {
    color: #666666;
}

.bold-font {
    font-weight: bold !important;
}

.normal-font {
    font-weight: normal;
}

.common-color {
    color: #999999;
}

.background-color {
    background-color: #F0F0F0;
}

.lg-font-size {
    font-size: 40px;
}

.title-font-size {
    font-size: 18px;
}

.page-font-size {
    font-size: 16px;
}

.text-font-size {
    font-size: 14px;
}

.tip-font-size {
    font-size: 12px;
}

.icon-function {
    display: block;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 40px;
}

.icon-function-bg1 {
    background-color: #F6B37F !important;
}

.icon-function-bg2 {
    background-color: #F77266 !important;
}

.icon-function-bg3 {
    background-color: #1EABF2 !important;
}

.icon-function-bg4 {
    background-color: #37C6C0 !important;
}

.icon-function-bg5 {
    background-color: #C8C8C8 !important;
}
.icon-function-inset:hover {
    color: #ffffff;
}

.icon-tips {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.icon-classify {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(#1db0b8, #12f0e7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.commonBtn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #37C6C0;
    padding: 0;
    border: 0;
    border-radius: 3px;
}

.commonBtn:hover {
    background-color: #0eaba4;
}

.commonBtn:active {
    background-color: #0eaba4;
}

.importBtn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.importBtn:hover {
    background-color: #f0f0f0;
}

.importBtn:active {
    background-color: #f0f0f0;
}

button.accentBtn1, button.accentBtn2, .cms_tabSlideBox li{
    min-width: 70px;
    height: 30px;
    line-height: 0;
    text-align: center;
    /*margin: 0 5px 5px;*/
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #17a5ff;
    cursor: pointer;
    box-shadow: none !important;
    white-space: nowrap;
}
.cms_tabSlideBox li{
    border: none;
    margin: 0 10px 0 0;
    line-height: 30px;
}
.cms_tabSlideBox li a{
    color: #b9b9b9;
}
button.accentBtn1,
.cms_tabSlideBox .active{
    color: #fdfbfb;
    background-color: #17a5ff;
    transition: background-color .3s;
}
.cms_tabSlideBox li.active a{
    color: #fff;
}
.cms_tabSlideContent{
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
}
button.accentBtn1:hover,
.cms_bgColorBtn:hover{
    background-color: #058ae6;
}
.cms_kerwordAddBtn:hover{
    color: #058ae6;
}
button.accentBtn2{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s;
    color: #101010;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
}
button.accentBtn2:hover{
    background-color: #f0f0f0;
}
.accentBtn1 i, .accentBtn2 i {
    padding-right: 3px;
}
button.accentBtn2>span{
    font-size: 10px;
    margin-left: 10px;
}

.accentBtn2.accentBtn-warning {
    color: #fff !important;
    border-color: #f76464;
    background-color: #f76464;
    transition: background-color .3s;
}
.accentBtn2.accentBtn-warning:hover{
    background-color: #de3737;
}

/*修改btn这个class在bootstrap中的样式*/
.accentBtn1.focus, .accentBtn1:focus {
    color: #ffffff !important;
}

.box-title {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border-radius: 3px !important;
    margin: 0 8px 5px;
    padding: 0 10px;
}

button.more {
    width: 90px !important;
}

/*头部*/
/*导航条*/
.navbar {
    min-width: 1366px;
    border: 0;
    border-radius: 0;
    min-height: auto;
    height: 50px;
    margin-bottom: 0;
    background-color: #fff !important;
}
.navbar .container-fluid{
    padding-left: 15px;
    padding-right: 15px;
}

    /*logo*/
.navbar-brand {
    padding: 0;
    height: 50px;
}

.navbar .navbar-logo {
    width: 500px;
    transition: all .1s ease,.1s ease;
    color: #17a5ff !important;
    font-family: "微软雅黑", Tahoma, Helvetica, arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
}
.navbar .navbar-logo.long_logo{
    width:300px;
    transition: all .1s ease,.1s ease;
}
.navbar-brand img {
    height: 100%;
    display: inline-block;
}

/*搜索框*/
.navbar-form.navbar-right {
    margin: 16px 10px 0;
}

.navbar-form .input-group {
    width: 200px;
    height: 28px;
    background-color: rgba(153, 153, 153, 0.25);
    color: #999999;
    border-radius: 17px;
}

.navbar-form .input-group .platform-search {
    font-size: 18px;
    padding: 0 5px 0 10px;

}

.navbar-form .input-group input {
    border: 0;
    background: transparent;
    color: #999999;
    box-shadow: none;
}

.navbar-form .input-group input:focus {
    box-shadow: none;
}

/*导航栏目*/
.site-info a .caret{
    margin-left: 2px;
    border-width: 4px;
}
.navbar-default .navbar-nav > li {
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.navbar-default .navbar-nav > li.modUserInfo {
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #101010;
}

.navbar-default .navbar-nav > li > .point-msg {
    margin-top: 8px;
    display: block;
    line-height: 34px;
    color: #17a5ff !important;
    padding: 0 5px;
    /*border-bottom: 2px solid #17a5ff;*/
    background: none !important;
}

.navbar-default .point-info {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    margin: 0 auto;
    color: #ffffff
}

.navbar-default .navbar-nav > li > a {
    color: #101010;
    padding: 15px 5px;
    font-size: 14px;
}
.navbar-default .navbar-nav > li >.login-out:hover{
    color: #f04545;
}

.navbar-default .navbar-nav > li.site-info > .dropdown-menu,
.navbar-default .navbar-nav > li.index-preview > .dropdown-menu {
    min-width: 120px;
    width: 1.20rem;
    height: auto;
    padding: 0;
    border: 0;
    margin: 0;
    /*box-shadow: 0 3px 6px 1px rgba(0,0,0,0.3);*/
    top: 85%;
    background: transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    /*overflow: hidden;*/
}

.navbar-default .navbar-nav > li.site-info > .dropdown-menu li.arrow-top,
.navbar-default .navbar-nav > li.index-preview > .dropdown-menu li.arrow-top {
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -6px;
    padding: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent white transparent;
    background: transparent;
}

.navbar-default .navbar-nav > li.site-info > .dropdown-menu li,
.navbar-default .navbar-nav > li.index-preview > .dropdown-menu li {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    height: 34px;
    overflow: hidden;
}

.navbar-default .navbar-nav > li.index-preview > .dropdown-menu {
    right: -37px;
}

.navbar-default .navbar-nav > li.site-info > .dropdown-menu li:last-child,
.navbar-default .navbar-nav > li.index-preview > .dropdown-menu li:last-child {
    border: 0;
}

.navbar-default .navbar-nav > li.site-info > .dropdown-menu li a,
.navbar-default .navbar-nav > li.index-preview > .dropdown-menu li a {
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.navbar-default .navbar-nav > li.site-info > .dropdown-menu li:nth-child(2),
.navbar-default .navbar-nav > li.index-preview > .dropdown-menu li:nth-child(2) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-default .navbar-nav > li.site-info > .dropdown-menu li:last-child,
.navbar-default .navbar-nav > li.index-preview > .dropdown-menu li:last-child{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.navbar-default .navbar-nav > li > button.nav-btn {
    margin: 18px 0;
}

.navbar-nav span {
    font-size: 14px;
    font-family: "微软雅黑" !important;
}

.cms_index_icon{
    width: 46px;
}
.cms_index_icon a{
    padding: 0 !important;
}

li.cms_index_icon:hover{
    background-color: #eef9ff;
}

.cms_index_user{
    width: auto;
    line-height: 50px;
}
.cms_index_user i{
    font-size: 24px;
    margin-left: 5px;
}

.cms_index_info{
    overflow: hidden;
    width: 392px;
    height: auto;
    max-height: 136px;
    padding: 0 10px;
    border: none;
}
.cms_index_info li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
    color: #101010;
    font-size: 12px;
    padding: 0 5px;
    border-bottom: 1px solid #e8e8e8;
}
.cms_index_info li:last-child{
    border: none;
}
.cms_index_info li span{
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.cms_index_info>li>a{
    padding: 0;
    color: #17a5ff !important;
    background: none !important;
}

/*头部end*/
/*弹窗样式*/
.ui-widget-overlay {;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.3)
}

.ui-dialog,
.userSelect {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background-color: #fff;
    z-index: 9999;
    overflow: hidden;
    border-radius: 5px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

/*弹窗头部*/
.ui-widget-header,
.userSelect-hd {
    color: #333333;
    position: relative;
}

.ui-widget-header .ui-dialog-title,
.userSelect-hd .wh {
    font-size: 18px;
    font-weight: bold;
}

#rightX {
    position: absolute;
    right: 0;
    font-weight: normal;
}

.ui-widget-header .ui-button.ui-dialog-titlebar-max, .ui-widget-header .ui-button.ui-dialog-titlebar-min, .ui-widget-header .ui-button.ui-dialog-titlebar-help {
    width: 20px;
    text-align: center;
    margin: 0px 7px;
}

.ui-widget-header .ui-button .ui-icon {
    font-family: "platform";
}

.ui-widget-header .ui-button .ui-icon-closethick:before {
    content: "\e8cb";
    font-weight: 100;
}

.ui-widget-header .ui-button .ui-button-text {
    display: none;
}

/*弹窗底部*/
.ui-dialog-buttonpane {
    padding-bottom: 20px;
}

.ui-dialog-buttonpane .ui-dialog-buttonset {
    padding: 0;
    text-align: center;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    color: #333333;
    border-radius: 3px;
    margin: 0 8px;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child,
.userSelect-ft .accentBtn1{
    color: #ffffff;
    border: none
}

/*弹窗中间内容样式*/
/*.ui-widget-success, .ui-widget-warning, .ui-widget-danger, .ui-widget-info {*/
    /*font-size: 16px;*/
    /*padding: 38px 20px 30px 80px;*/
    /*position: relative;*/
/*}*/

.ui-alert-warning {
    color: #8A6D3B;
}

.ui-alert-danger {
    color: #A94442;
}

.ui-alert-info {
    color: #31708F;
}

.ui-widget-success, .ui-widget-warning, .ui-widget-danger, .ui-widget-info {
    height: 100%;
    font-size: 16px;
    padding: 0 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #101010;
}

.ui-widget-success:before, .ui-widget-warning:before, .ui-widget-danger:before, .ui-widget-info:before {
    font-family: 'platform';
    font-size: 24px;
    margin-right: 10px;
    /*top: 25px;*/
    /*position: absolute;*/
    /*left: 20px;*/
}

.ui-widget-success:before {
    content: "\e700";
    color: #31ffac !important;
}

.ui-widget-warning:before {
    content: "\e6b3";
    color: #ff9a16 !important;
}

.ui-widget-info:before {
    content: "\e6ff";
    color: #47e9ff !important;
}

.ui-widget-danger:before {
    content: "\e75a";
    color: #ed6160 !important;
}

/*弹窗错误提示*/
.l-msg {
    display: none !important;
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    margin: auto;
    width: 176px;
    height: 46px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    z-index: 9999;
    border-radius: 4px;
    padding: 13px 0;
}

.l-msg-danger {
    background-color: #df6472;
    color: #ffffff;
}

.l-msg-success {
    background-color: #9cc;
    color: #ffffff;
}

/*弹窗人员选择器样式*/
.userSelect-bd-l, .userSelect-bd-r {
    width: 47%;
}

.userSelect-bd-l {
    float: left;
}

.userSelect-bd-r {
    float: right;
    font-size: 12px;
}

.userSelect-c {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;
}

.userSelect-c i {
    font-size: 24px;
    color: #93dd73;
}

.userSelect-bd-l .userSelect-search-box {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.userSelect-bd-l .userSelect-search-box .input-group-addon {
    border: 0;
}

.userSelect-bd-l .userSelect-search-box .btn-group button {
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.userSelect-bd-l .selector_left {
    border: 1px solid #e1e1ea;
    border-radius: 2px;
}

.userSelect-ft {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
    /*border-top: 1px solid #e1e1ea;*/
    text-align: center;
}

.userSelect-ft button {
    margin: 0 8px;
    border: none !important;
    display: inline-block;
}

    /*标签页标题*/
h1.tab-title {
    margin: 0;
    font-size: 18px;
    color: #333333;
    height: 41px;
    line-height: 40px;
    padding-left: 15px;
    border-left: 4px solid #37c6c0;
    border-bottom: 1px solid #e0e0e0;
    display: none;
}

h1.tab-title span {
    font-size: 12px;
    color: #999999;
    margin-left: 3px;
}

/*通用搜索框*/
.search-box {
    position: relative;
}

/*搜索框下拉内容*/
.search-con {
    width: 100%;
    height: auto !important;
    background: #fff;
    z-index: 1;
    position: absolute;
    left: 0;
    border-radius: 4px;
    top: 35px;
    box-shadow: 0px 0px 11px 0px #858585
}

.search-con ul {
    /*padding-bottom: 15px;*/
}

.search-con ul li a {
    color: #333;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: auto;
    padding: 0 5px;
    font-size: .12rem;
}

.search-con ul li a:hover {
    background: rgba(89, 186, 254, 0.6);
    color: #ffffff;
}

.search-wrap {
    width: 218px;
    height: 28px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    border-radius: 20px;
    color: #999999;
    margin: 0px 15px 0;
}

.search-wrap input {
    border: 0;
    background: transparent;
    color: #333333;
    outline: none;
    height: 26px;
}

.input-group input:focus {
    box-shadow: none;
}

/*.form-control[disabled], */.form-control[readonly], fieldset[disabled] .form-control {
    background: none;
}

.search-wrap .input-group-btn {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    left: 5px;
}

/*iframe页面样式*/
.iframe-inner {
    width: 100%;
    /*height: auto;*/
    height: 100%;
    overflow: hidden;
    /*padding: 20px;*/
}

.iframe-inner-hd {
    width: 100%;
}

/*标签切换头部样式*/
.iframe-inner .tabs {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c8c8c8;
}

.iframe-inner .tabs li {
    float: left;
    padding: 0 20px;
    height: 39px;
    line-height: 39px;
}

/*标签切换顶部*/
.iframe-inner .iframe-inner-hd {
    height: auto;
    overflow: hidden;
    float: left;
}

/*标签切换内容*/
.iframe-inner .iframe-inner-bd {
    /*height: auto;*/
    height: 100%;
}

/*左侧*/
.iframe-inner .iframe-inner-bd .iframe-inner-l {
    /*height: auto;*/
    height: 100%;
    position: relative;
    padding-top:10px;
}

.left-tree {
    width: 249px;
    height: calc(100% - 10px);
    overflow: hidden;
    border: 1px solid #e8e8e8;
    margin-left: 10px;
    position: relative;
}

.left-tree .left-tree-form {
    padding-top: 15px;
    padding-bottom: 10px;
}

/*tree菜单样式*/
.menu-list {
    margin: 0;
    width: 100%;
    height: calc(100% - 130px);
    color: #333333;
}

.menu-list dt {
    font-size: 14px;
    line-height: 36px;
    margin-left: 15px;
}

.menu-list dt.platform-shouye:before {
    font-size: 18px;
    margin-right: 10px;
}

.menu-list > dd {
    line-height: 36px;
}

.menu-list dd > ul.easyui-tree {
    width: 270px;
    margin: 0;
}

.btm-btn {
    width: 100%;
    height: 38px;
    border-top: 1px solid #e8e8e8;
}

.btm-btn li {
    float: left;
    width: 50%;
    border-right: 1px solid #e8e8e8;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
}

.btm-btn li:hover {
    background-color: #f0f0f0;
}

.btm-btn li:last-child {
    border-right: 0;
}

/*右侧*/
.iframe-inner .iframe-inner-bd, .iframe-inner .iframe-inner-r-bd, .iframe-inner .iframe-inner-r-hd {
    float: left;
}

.iframe-inner .iframe-inner-bd .iframe-inner-r {
    height: auto;
    padding: 0 20px;
    float: left;
}

.iframe-inner-r-bd {
    width: 100%;
}

.iframe-inner .iframe-inner-bd .iframe-inner-r .iframe-inner-r-hd, .iframe-inner .iframe-inner-bd .iframe-inner-r .iframe-inner-r-hd > .mt10 {
    width: 100%;
}

.iframe-inner-btns:before {
    content: '';
    display: table;
}

.iframe-inner .iframe-inner-bd .iframe-inner-r .iframe-inner-r-hd > .mt10 {
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
}

.iframe-inner .iframe-inner-bd .iframe-inner-r .iframe-inner-r-hd .dropdown {
    /*    width: 240px;
        height: 34px;*/
    /*line-height: 32px;*/
    /*border: 1px solid #c8c8c8;*/
    /*border-radius: 20px;*/
    /*color: #999999;*/
    /*    margin: 0px 16px 0;
        padding: 0 20px;*/
}

.iframe-inner .iframe-inner-bd .iframe-inner-r .iframe-inner-r-hd .dropdown.select1 {
    background-color: #37c6c0;
    color: #ffffff;
}

.iframe-inner .iframe-inner-bd .iframe-inner-r .iframe-inner-r-hd .dropdown > button {
    width: 100%;
    text-align: left;
}

.iframe-inner .iframe-inner-bd .iframe-inner-r .iframe-inner-r-hd .dropdown > button span {
    font-size: 12px;
}

.iframe-inner .iframe-inner-bd .iframe-inner-r .iframe-inner-r-hd .dropdown .dropdown-menu {
    width: 100%;
}

.iframe-inner .iframe-inner-bd .iframe-inner-r .iframe-inner-r-hd .dropdown .dropdown-menu.more-list {
    padding: 0;
    left: 5px;
}

.iframe-inner .iframe-inner-bd .iframe-inner-r .iframe-inner-r-hd .dropdown .dropdown-menu.more-list button,
.dropdown-menu.more-list button{
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-bottom: 1px solid #e6e6e6;
}
.dropdown-menu.more-list button:hover{
    background: #59bafe;
    color: #fff;
}

.iframe-inner .iframe-inner-bd .iframe-inner-r .iframe-inner-r-hd .dropdown .dropdown-menu.more-list button:last-child {
    border-bottom: 0;
}
.dropdown-menu{
    padding: 10px 0;
    border-radius: 4px;
    border-width: 1px;
}
.dropdown-menu > li{
    width: 88px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 5px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}

/*高级搜索框*/
.iframe-inner .iframe-inner-bd .iframe-inner-r .search-box {
    line-height: 28px;
}

.iframe-inner .iframe-inner-bd .iframe-inner-r .search-wrap {
    margin: 0px 0px 5px 0px;
}

.senior-search-switch {
    font-size: 14px;
    color: #666666;
    height: auto;
    margin-left: 5px;
    cursor: pointer;
}

.senior-search-switch i {
    font-size: 14px;
    display: inline-block;
}

.senior-search-switch i.platform-angle-double-down.arrow-up {
    transform: rotate(180deg);
}

.senior-search-wrap {
    width: 100%;
    margin-top: 10px;
    display: none;
    position: relative;
    padding-right: 200px;
}

.senior-search-wrap > label {
    float: left;
    width: 340px;
    margin-right: 10px;
    position: relative;
    line-height: 28px;
    margin-bottom: 15px;
    /*text-indent:15px;*/
}

.senior-search-wrap label input[type=text], .senior-search-wrap label select {
    width: 240px;
    height: 28px;
    display: inline-block;
    margin-left: 10px;
    float: right;
    vertical-align: middle;
    padding-left: 30px;
    line-height: 28px;
    border-radius: 20px;
}

.senior-search-wrap label select {
    padding-top: 0;
    padding-bottom: 0;
}

.senior-search-wrap label em.clock {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 214px;
    top: 7px;
    color: #999999;
    font-size: 20px;
    line-height: 20px;
}

.senior-search-wrap button.accentBtn1,
.senior-search-wrap button.accentBtn2{
    position: absolute;
    top: 50%;
    margin:-22px 0 0 0;
}
.senior-search-wrap button.accentBtn1{
    right: 5px;
}
.senior-search-wrap button.accentBtn2 {
    right: 95px;
}

/*表格样式*/
.bootstrap-table .table {
    border-bottom: 0 !important;
}

.bootstrap-table .fixed-table-container {
    border: none;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 8px !important;
}

#main_right_table .customTable tr,
#main_right_table .customTable th,
#main_right_table .customTable td {
    border: none;
}
#main_right_table .customTable tbody tr:hover{
    background-color: #ecf8ff;
}
.fixed-table-container .cms_customTableBox tbody .selected td{
    background-color: transparent;
}
.bootstrap-table .fixed-table-container .fixed-table-header {
    color: #101010;
    background: #f4f3f3;
}

#main_right_table .customTable tbody tr td {
    border-bottom: 1px solid #efefef;
    line-height: 1;
}

#main_right_table .customTable tbody tr td a, .allow-hit a {
    color: #17a5ff;
}

#main_right_table .customTable tbody tr td a:hover, .allow-hit a:hover {
    color: #f80;
}

.bootstrap-table table.table:not(.table-condensed),
.bootstrap-table table.table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table table.table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table table.table:not(.table-condensed) > thead > tr > td,
.bootstrap-table table.table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table table.table:not(.table-condensed) > tfoot > tr > td{
    padding: 12px 8px;
}

/*bootstrapTable滚动条*/
.bootstrap-table .fixed-table-body::-webkit-scrollbar {
    width: 2px;
    height: 8px;
}

.bootstrap-table .fixed-table-body::-webkit-scrollbar-thumb {
    border: 1px #808080 solid;
    border-radius: 10px;
    background: #999;
}

.bootstrap-table .fixed-table-body::-webkit-scrollbar-track {
    border: 1px #d3d3d3 solid;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
    background: #eee;
}

.bootstrap-table .fixed-table-body::selection {
    color: #fff;
    background-color: #00b38a;
}

.table .bs-checkbox {
    vertical-align: middle;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.o-hide {
    overflow: hidden;
}

.rel {
    position: relative;
}

/*自定义CheckBox样式框1*/
.checkbox-wrap,
.radiobox-wrap {
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 8px;
    float: left;
}

label {
    font-weight: normal;
    margin: 0;
}

.checkbox-wrap input,
.radiobox-wrap input {
    margin: 0;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
}

.checkbox-wrap .chk-box {
    float: right;
    width: 20px;
    height: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    background: #ffffff;
}

.checkbox-wrap input:checked + .chk-box {
    border: 0;
    background: url(../../images/check-icon.png) center no-repeat;
}

.radiobox-wrap .rad-box {
    box-sizing: border-box;
    float: left;
    width: 20px;
    height: 20px;
    border: 3px solid #c8c8c8;
    border-radius: 9px;
    background: #ffffff;
}

.radiobox-wrap input:checked + .rad-box:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #c8c8c8;
    border-radius: 5px;
    margin: 2px auto;
}

/*自定义CheckBox样式框2左右滑动式*/
.slide-switch {
    vertical-align: middle;
    line-height: 30px;
}

.slide-switch .tgl {
    display: none;
}

.slide-switch .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 36px;
    height: 16px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
}

.slide-switch .tgl-ios + .tgl-btn {
    background: #eae9ea;
    border-radius: 8px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.tgl + .tgl-btn:after {
    position: relative;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
}

.tgl + .tgl-btn:after {
    left: 0;
    top: -2px;
}

.tgl-ios + .tgl-btn:after {
    border-radius: 17px;
    background: #efefef;
    -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(18, 18, 18, 0.2);
}
.tgl-ios:checked + .tgl-btn{
    background-color: #aabbfd !important;
}
.tgl:checked + .tgl-btn:after {
    left: 50%;
    background-color: #5677fc;
    box-shadow: 0 0 0 1px rgba(86, 119, 252, 0.2);
}

.slide-switch .tgl + .tgl-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

/*自定义CheckBox样式3文字表达式*/
.checkbox-text {
    font-weight: normal;
}

.checkbox-text input {
    display: none;
}

.checkbox-text label {
    display: inline-block;
    width: 80px;
    height: 24px;
    vertical-align: middle;
}

.checkbox-text label:before,
.checkbox-text label:after {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
}

.checkbox-text label:before {
    content: '关闭';
    background: #37c6c0;
    color: #ffffff;
    line-height: 24px;
}

.checkbox-text label:after {
    content: '开启';
    border: 1px solid #c8c8c8;
    color: #c8c8c8;
    line-height: 22px;
}

.checkbox-text input:checked + label:before {
    border: 1px solid #c8c8c8;
    color: #c8c8c8;
    background: #ffffff;
    line-height: 22px;
}

.checkbox-text input:checked + label:after {
    background: #37c6c0;
    color: #ffffff;
    border: none;
    line-height: 24px;
}

/*右侧个人信息修改滑动框*/
.per-msg-modify-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    /*background:rgba(51,51,51,.3);*/
    background: rgba(255, 255, 255, 0);
    display: none;
    z-index: 9999;
}

.per-msg-modify-close {
    width: calc(100% - 500px);
    height: 100%;
    float: left;
}

.per-msg-modify-box {
    width: 500px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: #fff;
    top: 0;
    right: -500px;
    box-shadow: -4px 0 11px 0 rgba(0, 0, 0, 0.14);
}

.per-msg-modify-box h1.title {
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding-left: 20px;
    line-height: 50px;
    border-bottom: 1px solid #c8c8c8;
    margin: 0;
}

.per-msg-modify-box .modify-container {
    width: 100%;
    height: calc(100% - 60px);
    position: relative;
    text-align: right;
}

.per-msg-modify-box .modify-container .arrow-switch {
    width: 40px;
    height: 24px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -100px;
    font-size: 18px;
    color: #999;
}

.per-msg-modify-box .modify-container .arrow-switch::before {
    cursor: pointer;
}

.per-msg-modify-box .modify-container .modify-content {
    width: 100%;
    height: calc(100% - 50px);
    padding-top: 30px;
    padding-left: 40px;
}

.per-msg-modify-box .modify-container .modify-content ~ div {
    border-top: 1px solid #ccc;
    height: 60px;
}

.per-msg-modify-box .modify-container .modify-content ~ div button:last-child,
.source-details div button:last-child{
    background: transparent;
    border: 1px solid #c8c8c8;
    color: #999 !important;
}

.hide-padding .modify-container .modify-content {
    padding-top: 0px;
    padding-left: 5px;
}

.modify-content .form-group .control-label {
    text-align: right;
}

.modify-content .form-group .text-describe {
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    text-align: left;
    font-weight: normal;
}

.modify-content .hasSelect {
    line-height: 34px;
    color: #333333;
    margin-left: 10px;
}

.modify-content .img-upload-wrap {
    position: relative;
    width: 96px;
    height: 96px;
}

.modify-content .img-upload-wrap img {
    width: 96px;
    height: 96px;
    border: 2px solid #5d9cec;
    border-radius: 10px;
}

.modify-content .img-upload-wrap .remove-img {
    position: absolute;
    right: -8px;
    top: -8px;
    color: #999;
    font-size: 12px;
    cursor: pointer
}

.modify-content .middleLine {
    padding-top: 25px;
    border-bottom: 1px solid #c8c8c8;
}

.modify-content h2.title {
    line-height: 74px;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 14px;
}

.modify-content .form-group .clearInput {
    position: absolute;
    right: 20px;
    top: 8px;
    color: #999;
    font-size: 12px;
    display: none;
    cursor: pointer;
}

.modify-content .form-group .tip-error {
    position: absolute;
    right: 20px;
    bottom: -22px;
    color: #f94a28;
    font-size: 12px;
    font-style: normal;
    display: none;
}

.per-msg-modify-box .modify-container button.confirm_btn {
    margin: 10px 5px 0;
}

.mCS-green.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -132px 0 !important;
}

.mCS-green.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -132px 0 !important;
}

/*表单样式*/
.ui-body-form {
    height: calc(100% - 41px);
    padding: 10px;
}

.ui-body-form .form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: right;
    line-height: 34px;
}

.ui-body-form .form-group {
    margin-bottom: 28px;
}

.ui-body-form .form-group .clock {
    position: absolute;
    right: 20px;
    top: 4px;
    color: #999999;
}

.ui-body-form .form-group textarea {
    resize: none;
}

.ui-body-form .form-group > div {
    position: relative;
}

.bubble {
    position: absolute;
    top: 29px !important;
    right: 0 !important;
    left: auto !important;
    color: #df6472;
    font-size: 12px;
    letter-spacing: -0.5px;
}

.ui-body-form .form-group .img-upload-wrap li {
    padding-left: 0;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.ui-body-form .form-group .img-upload-wrap li img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.ui-body-form .form-group .img-upload-wrap li > i.remove-img {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 3px;
    top: -7px;
    font-size: 14px;
    color: #a0a0a0;
    cursor: pointer;
}

/*新打开标签页样式头部导航条*/
.navbar > .point-msg-box {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    line-height: 70px;
    color: #ffffff;
}

/*头部end*/
/*底部*/
div#footer {
    width: 100%;
    height: 65px;
    border-top: 1px solid #c8c8c8;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}

.foot-wrap {
    width: 1200px;
    height: 100%;
    padding: 18px 0;
    margin: 0 auto;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.foot-wrap button {
    margin-right: 20px;
}

.foot-wrap button:last-child {
    margin-right: 50px;
}

/*底部end*/
/*人员管理头部样式*/
.users-header .title {
    padding-top: 28px;
}

.users-header .title p {
    margin: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
}

.users-header h1.users-num {
    font-size: 18px;
    color: #333333;
}

/*路径导航样式*/

.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0px;
}

.breadcrumb > li + li:before {
    content: ">";
    color: #333;
}

.breadcrumb li a.active {
    color: #333333;
}

i.platform-positionEmpty {
    color: #eb6100;
}

/*新建页面中间内容部分样式*/
.mid-content {
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    height: 100%;
    overflow: hidden;
}

.cp {
    cursor: pointer;
}

.pr2 {
    padding-right: 2px;
}

/*特殊下拉框样式*/
.toolbar-select {
    display: inline-block;
    width: 260px;
    height: 28px;
    padding: 0;
    vertical-align: middle;
}

.toolbar-select .input-group-addon {
    color: #31b0d5 !important;
    border-radius: 20px 0 0 20px;
    background-color: #fafafa;
    border: 1px solid #c8c8c8;
    border-right: none;
}

.toolbar-select select.form-control {
    border-color: #c8c8c8;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 12px;
}

/*table多选*/
/*jquery ui selectable css*/
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selecting {
    background: #5F9EA0;
}

/*新打开标签页样式*/
/*主体内容*/
.mid-content h1.title {
    width: 100%;
    height: 41px;
    line-height: 40px;
    border-left: 4px solid;
    border-bottom: 1px solid #e0e0e0;
    font-size: 18px;
    margin: 0;
    padding-left: 10px;
    position: relative;
}

.mid-content h1.title span {
    color: #999999;
    font-size: 12px;
}

.mid-content .content-body {
    width: 100%;
    height: calc(100% - 51px);
    padding: 20px 30px;
    overflow-y: auto;
}

.mid-content .content-body .form-control {
    border-radius: 0;
}

.mid-content .content-body .control-label {
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.mid-content .content-body .form-group .clock {
    position: absolute;
    right: 20px;
    top: 4px;
    color: #999999;
}

.mid-content .content-body .form-group .button-group {
    position: absolute;
    right: 16px;
    top: 1px;
    width: 64px;
    height: 32px;
}

.mid-content .content-body .form-group .button-group span.platform {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    float: left;
}

.mid-content .content-body .form-group .button-group span.platform-qingchu {
    background: #f29b76 !important;
}

.mid-content .content-body .img-upload-wrap li {
    padding-left: 0;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.mid-content .content-body .img-upload-wrap li img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.mid-content .content-body .img-upload-wrap li > i.remove-img {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 3px;
    top: -7px;
    font-size: 14px;
    color: #a0a0a0;
    cursor: pointer;
}

.height-mode {
    color: #999999;
    border-bottom: 1px solid #c8c8c8;
    padding: 8px 0;
    cursor: pointer;
}

.margin0 {
    margin: 0 0 15px !important;
}

.padding0 {
    padding: 0;
}

/*编辑框*/
.edit-box {
    height: 540px;
    border: 1px solid #c8c8c8;
}

.edit-tools-area {
    min-height: 52px;
    border-bottom: 1px solid #c8c8c8;
}

.edit-box .article-content {
    padding: 0 50px 30px;
    position: relative;
    height: calc(100% - 52px)
}

.edit-box .article-content h1.art-title {
    width: 100%;
    font-size: 24px;
    height: 61px;
    line-height: 60px;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #e8e8e8
}

.edit-box .article-content h5 {
    width: 50%;
    height: 51px;
    line-height: 50px;
    float: left;
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px solid #e8e8e8;
}

.edit-box .article-content .art-bd {

}

.edit-box .article-content .art-foot {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #ebf9f9;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #666666;
}

/*添加人员*/
.info-title {
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    background: #f5f5f5;
}

.info-title .tips {
    font-weight: normal;
    color: #999;
    margin-left: 10px;
}

.info-title .switch {
    margin-right: 10px;
    cursor: pointer;
}

.info-title .switch em {
    font-style: normal;
}

.info-title .switch i.rotate {
    transform: rotate(180deg);
    display: inline-block;
}

.info-bd .person-photo {
    width: 180px;
    height: 210px;
    border: 1px solid #c8c8c8;
    margin: 0 auto;
    background: url(../../images/upload-bg.jpg) center no-repeat;
    cursor: pointer;
}

.cms_personPhoto{
    position: relative;
    width: 120px;
    height: 120px;
    color: #ddd;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #bbb;
    background-color: #f4f2f2;
    overflow: hidden;
    cursor: pointer;
}
.cms_personPhoto img{
    height: 120px;
    width: auto;
}

    /*主体end*/

/*滚动条*/
#cms_scrollWindow .mCSB_container,
.cms_scrollWindow .mCSB_container{
    padding-right: 5px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 4px !important;
    border-radius: 0 !important;
    background-color: #ddd !important;
}
::-webkit-scrollbar{
    width: 2px !important;
    background-color: #ddd !important;
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track{
    width: 2px !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.cms_custom_scroll_thumb{ overflow-y: auto}
.cms_custom_scroll_thumb::-webkit-scrollbar, .cms_custom_scroll_thumb::-webkit-scrollbar-thumb{
    background-color: transparent !important;
    transition: background-color 1s;
}
.csm_custom_show_scroll::-webkit-scrollbar{
    background-color: #ddd !important;
}
.csm_custom_show_scroll::-webkit-scrollbar-thumb{
    background-color: #17a5ff !important;
}

.mCSB_scrollTools{
    width: 2px !important;
}
.mCSB_scrollTools:hover{
    width: 4px !important;
}
#sidebar .mCSB_scrollTools { width: 0 !important;}
#sidebar ::-webkit-scrollbar,
#sidebar ::-webkit-scrollbar-thumb,
#sidebar ::-webkit-scrollbar-track{
    width: 0 !important;
}
.bootstrap-table .fixed-table-body::-webkit-scrollbar,
.bootstrap-table .fixed-table-body::-webkit-scrollbar-thumb{
    width: 0px !important;
}
.pct100 {
    width: 100%;
}
/*滚动条插件-横轴*/
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
    width: auto !important;
    height: 8px !important;
    right: 0 !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100% !important;
    margin: 0 auto !important;
}

/*颜色配置*/
.bgcolor1 {
    background: #4da9eb;
    color: #ffffff;
}

.bgcolor2 {
    background: #f7b55e;
    color: #ffffff;
}

.bgcolor3 {
    background: #f2725e;
    color: #ffffff;
}

.bgcolor4 {
    background: #80c269;
    color: #ffffff;
}

.bgcolor5 {
    background: #f6b37f;
    color: #ffffff;
}

.bgcolor6 {
    background: #f77266;
    color: #ffffff;
}

/*站点选择弹窗内容样式*/
/*站点选择搜索框*/
.site-wrap .search-wrap {
    width: 220px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    border-radius: 20px;
    color: #999999;
    margin: 10px 30px 0;
}

.site-wrap .input-group input {
    border: 0;
    background: transparent;
    color: #999999;
    outline: none;
    height: 30px;
}

.site-wrap .input-group input:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}

.site-wrap .search-wrap .input-group-btn {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    left: 5px;
}

.site-wrap .thisSite {
    padding: 10px 30px;
    margin-bottom: 0;
}

/*滚动条*/
.scrollBody .scrollBar {
    float: left;
    width: 8px;
    height: 250px;
    background: #666;
    position: relative;
    border-radius: 4px;
    opacity: 0;
}

.scrollBody .scrollBar p {
    width: 6px;
    height: 36px;
    cursor: pointer;
    background: #999;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 3px;
}

.site-areamini-content-wrap {
    width: 100%;
    height: auto !important;
    height: calc(100% - 30px);
    position: relative;
}

.site-areamini-content-wrap .search-first-letter {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 250px;
    padding: 5px 0;
    overflow: overlay;
}

.site-areamini-content-wrap .search-first-letter a {
    display: block;
    height: 20px;
    text-align: center;
    color: #666666;
    margin: 8px 0;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #c8c8c8;
    background: #f0f0f0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-areamini-content-wrap .search-first-letter a.on {
    border: 1px solid #21b3b9;
    background: #37c6c0;
    color: #fff;
}

/*滚动条*/
.site-areamini-content-wrap .search-first-letter::-webkit-scrollbar {
    width: 2px;
    height: 0px;
    background-color: rgba(255, 255, 255, .3);
}

/*定义滚动条的轨道，内阴影及圆角*/
.site-areamini-content-wrap .search-first-letter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .3);
}

/*定义滑块，内阴影及圆角*/
.site-areamini-content-wrap .search-first-letter::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c8c8c8;
}

.site-areamini-content-wrap .scrollBody {
    overflow: hidden;
    position: relative;
    z-index: 10;
    width: calc(100% - 30px);
}

.site-areamini-content-wrap .scrollBody .all-list {
    width: 490px;
    height: 223px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}

.scrollBody .all-list ul {
    overflow: hidden;
    height: auto;
    position: relative;
    z-index: 9;
}

#scrollMap ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 10px;
}

#scrollMap ul li em {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-style: normal;
    color: #37c6c0;
    margin-right: 10px;
    text-align: center;
    border-radius: 15px;
}

#scrollMap ul li.active em {
    background: #37c6c0;
    color: #ffffff;
}

#scrollMap ul li .itme-site {
    width: 450px;
    height: auto;
    overflow: hidden;
    float: right;
}

#scrollMap ul li .itme-site a {
    height: 28px;
    line-height: 28px;
    float: left;
    font-size: 14px;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    border-radius: 3px;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
}

#scrollMap ul li .itme-site a.selected-site, #scrollMap ul li .itme-site a:hover {
    border: 1px solid #ffffff;
    background: #59bafe !important;
    color: #ffffff
}

.dn {
    display: none;
}

/*统计页面样式修改 可共用*/
.canvasWrap {
    /*position: relative;*/
    /*padding-top: 5px;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.canvasWrap > button {
    position: absolute;
    z-index: 9999;
    top: 50%;
    margin-top: -14px;
}

.canvasWrap > button#prevPage {
    left: 0;
}

.canvasWrap > button#nextPage {
    right: 0;
}

.clr:after, .clr:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*统计详情页*/
.visit-details-header {
    width: 100%;
    height: auto;
}

.visit-details-header .now-time {
    font-size: 16px;
    color: #333333;
    margin: 12px 0;
}

.visit-details-header .visit-info {
    width: 100%;
    height: 102px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 50px;
}

.visit-details-header .visit-info li {
    width: 25%;
    height: 60px;
    border-right: 1px solid #e0e0e0;
    float: left;
    position: relative;
    text-align: center;
}

.visit-details-header .visit-info li:last-child {
    border: none;
}

.visit-details-header .visit-info li > span {
    display: block;
}

.visit-details-header .visit-info li .info-text {
    font-size: 16px;
    color: #666666;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.visit-details-header .visit-info li .info-text .tips {
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    line-height: 12px;
    background-color: #37c6c0;
    border-radius: 6px;
    margin-left: 5px;
    position: relative;
}

.visit-details-header .visit-info li .info-num {
    font-size: 18px;
    color: #333333;
}

.visit-details-header .visit-info li .tip-msg {
    width: 200px;
    height: auto;
    position: absolute;
    left: -12px;
    top: 12px;
    padding-top: 10px;
    z-index: 9999;
    display: none;
}

.visit-details-header .visit-info li .tip-msg i.arrow-top {
    position: absolute;
    left: 12px;
    top: 0;
    width: 12px;
    height: 10px;
    background: url(../../images/arrow-top.png) center no-repeat;
}

.visit-details-header .visit-info li .tip-msg .msg-wrap {
    display: block;
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 6px;
    color: #666666;
    line-height: 18px;
    text-align: left;
    box-shadow: 0 0 5px 3px rgba(51, 51, 51, 0.2);
}

.visit-details-header .visit-info li .info-text .tips:hover .tip-msg {
    display: block;
}

/*树结构左右滑动的开关*/
a.layout-button-right,
a.layout-button-left {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 13px;
    height: 50px;
    background: url(../../images/arrow-right.png) center no-repeat;
    z-index: 9999;
}

a.layout-button-left.close, a.layout-button-left.control-left {
    right: 0;
    opacity: 1;
}

a.layout-button-right {
    transform: rotate(180deg);
    left: 0;
}

a.layout-button-left.open, a.layout-button-left.control-right {
    left: 0;
    transform: rotate(180deg);
    display: none;
}

textarea {
    resize: none;
}

/*起止时间样式*/
.toolbar-select.time-tool {
    width: 395px;
}

.toolbar-select .zhi {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    height: 28px;
    line-height: 28px;
}

.startTime,
.endTime {
    width: 150px;
    height: 28px;
    border: 1px solid #c8c8c8;
    text-indent: 5px;
}

.endTime {
    border-radius: 0 20px 20px 0;
}

/*版本号字体颜色*/
.version-msg {
    color: #ffffff;
}

/*调查问卷添加编辑页面样式*/
.mid-content .content-body .question_box .control-label {
    padding-left: 0px;
    padding-right: 0px;
}

.question_box .minlimit,
.question_box .maxlimit {
    border: 1px solid #ccc;
    height: 20px;
    padding: 2px;
}

.question_box .showPic li {
    float: left;
    width: 130px;
    height: 130px;
    border: 1px solid #c8c8c8;
    position: relative;
}

.question_box .showPic li a {
    position: absolute;
    width: 14px;
    height: 14px;
    color: #a0a0a0;
    right: -6px;
    top: -12px;
}

.question_box .addQuestion {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    text-align: center;
}

.question_box .addQuestion button {
    width: 200px;
    height: 40px;
    margin: 0 auto;
}

/*资源分配相关*/
#iconClsDisp {
    margin-left: 20px;
}

.buttonColor a {
    float: left;
    width: 70px;
    height: 34px;
}

.buttonColor a div {
    height: 100%;
}

/*资源分配相关*/
#iconClsDisp {
    margin-left: 20px;
}

.buttonColor a {
    float: left;
    width: 70px;
    height: 30px;
}

.buttonColor a div {
    height: 100%;
}

/*资源分配内图标选择颜色展示样式*/

.bg-blue, .bg-orange, .bg-red, .bg-green {
    width: 30px;
    height: 30px;
    margin-left: 20px;
}

.bg-blue {
    background: #4da9eb
}

.bg-orange {
    background: #f7b55e
}

.bg-red {
    background: #f2725e
}

.bg-green {
    background: #17c295
}

/*右下角消息提醒 start*/
.notice_box {
    width: 400px;
    height: 120px;
    position: fixed;
    background: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
    bottom: 50px;
    right: -400px;
    overflow: hidden;
}

.notice_box .top_line {
    height: 10px;
}

.notice_box .notice_title {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.notice_box .notice_content {
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding: 0 0 0 20px;
}

.notice_box .notice_btn {
    height: 38px;
    padding: 5px 0;
}

.notice_box .notice_content i.notice_icon {
    width: 36px;
    height: 36px;
    background: url(../../images/notice_icon.png) center no-repeat;
    margin-top: 2px;
}

.notice_box .notice_content div.notice_text {
    width: 344px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bg-32363f {
    background-color: #37C6C0;
}

/*右下角消息提醒 end*/
/*代办处理页面切换样式调整*/
.start-form-flow-tab {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c8c8c8;
    position: absolute;
    left: -2px;
    z-index: 99;
}

.start-form-flow-tab li {
    float: left;
    padding: 0 20px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    cursor: pointer;
}
.form-control{
    padding: 0 0 0 10px;
}

/*操作提示 2020*/
.cmsTipPopContent{
    position: fixed;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 400px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    z-index: 10001;
    padding: 0 15px;
}
.cmsTipPopContent i{
    display: flex;
    align-items: flex-end;
    height: 21px;
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

/*2020通用样式 start*/
.cms_headTitleBox{
    display:  flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eceaea;
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: bold;
}
.cms_headTitleBox::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 30px;
    margin-right: 15px;
    background-color: rgb(23, 165, 255);
}
.cms_tipContent{
    display: flex;
    align-items: center;
    color: #cac8c8;
    font-size: 12px;
    margin-left: 15px;
}
.cms_tipContent i{
    font-size: 20px;
    margin-right: 5px;
}
.cms_saveAndClose{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px !important;
    position: relative !important;
    border: none !important;
}
.cms_articleItemBox{
    position: absolute;
    left: 15px;
    right: 15px;
    top: 95px;
    bottom: 15px;
    overflow: hidden;
    transition: top .3s;
}
.cms_articleItemBox .mCSB_scrollTools{
    width: 2px;
}
.cms_articleItemBox .mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fefefe !important;
}
.cms_articleItemBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 2px;
    background-color: #17a5ff;
}
.cms_formGroupItem{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.cms_labelWidth100{
    width: 100px;
    text-align: right;
}
.cms_groupItemLabel, .cms_searchItemLabel{
    min-width: 65px;
    margin-right: 20px;
    color: #101010;
    font-size: 14px;
}
.cms_groupItemLabel i.red{
    display: inline-block;
    width: 0;
    padding: 0;
}
.cms_groupItemInput, .cms_searchItemInput{
    width: 300px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    color: #333;
    font-size: 14px;
    opacity: 1;
    box-shadow: none;
}
.cms_formGroupItem .cms_groupItemButton,
button.cms_searchItemButton{
    height: 30px;
}
.cms_groupItemCheckbox, .cms_groupItemRadio{
    float: left;
    display: flex;
    margin-left: 20px;
    align-items: center;
    min-width: 60px;
}
.cms_groupItemCheckbox input[type="checkbox"]{
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 5px;
    cursor: pointer;
}
.cms_groupItemCheckbox input[type="checkbox"]::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}
.cms_groupItemCheckbox input[type="checkbox"]:checked::before{
    content: '\2713';
    color: #fff;
    font-weight: normal;
    text-align: center;
    border: none;
    background-color: #5677fc;
}
.cms_groupItemRadio input[type="radio"]{
    position: relative;
    min-width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 5px;
    cursor: pointer;
}
.cms_groupItemRadio input[disabled="disabled"]{
    cursor: not-allowed;
}
.cms_groupItemRadio input[type="radio"]::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ddd;
    border-radius: 50%;
    font-size: 22px;
    line-height: 13px;
    /*text-indent: 0.5px;*/
    background-color: #fff;
}
.cms_groupItemRadio input[type="radio"]:checked::before,
input[type="radio"].customRadioStyle::before{
    content: '●';
    display: inline-block;
    color: #5677fc;
    border-color: #5677fc;
    text-indent: 1px;
}
.cms_groupItemIconBtn{
    justify-content: center;
    top: 0;
    width: 34px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-left: none;
    background-color: #daeefb;
    cursor: pointer;
}

/*输入框+图标处理 start*/
.csm_inputIconBtnBox .cms_groupItemIconBtn{
    position: absolute;
    top: 1px;
    height: 28px;
    border: none;
    border-left: 1px solid #e8e8e8;
}
/*.csm_inputIconBtnBox .cms_startTime{*/
/*    border-radius: 4px !important;*/
/*}*/
.csm_inputIconBtnBox .cms_groupItemIconBtn:nth-last-child(1){
    right: 1px;
}
.csm_inputIconBtnBox .cms_groupItemIconBtn:nth-last-child(2){
    right: 35px;
}
.csm_inputIconBtnBox .cms_groupItemIconBtn:nth-last-child(3){
    right: 69px;
}
/*输入框+图标处理 end*/

.cms_groupFlexBox{
    display: flex;
    align-items: center;
}
.cms_explainText{
    color: #979494;
    font-size: 12px;
    text-align: left;
}
.cms_itemAreaBox{
    position: relative;
    width: 100%;
    min-height: 15px;
    height: auto;
    margin-top: 30px;
    border: 1px solid #d2d2d2;
}
.cms_itemTypeTitle{
    position: absolute;
    top: -10px;
    left: 30px;
    min-width: 56px;
    width: auto;
    padding: 0 5px;
    color: #17a5ff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
}
.cms_showOrHide{
    position: absolute;
    top: -10px;
    right: 33px;
    width: 60px;
    height: 20px;
    color: #10ae43;
    font-size: 14px !important;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}
.cms_showOrHide:before{
    display: inline-block;
    margin-right: 5px;
    transition: transform .5s;
}
.cms_activeBtn:before{
    transform: rotate(180deg);
}
.cms_itemTypeContent{
    min-height: 50px;
    padding: 0 35px 20px;
}
.cms_textareaBox{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    box-shadow: none;
}
.cms_textareaParentBox{
    border: 1px solid #e8e8e8;
    /*border-radius: 4px;*/
}
.cms_textareaParentBox .cms_textareaBox{
    height: calc(100% - 20px);
    border: none;
    padding-bottom: 0 !important;
}
.cms_tipMsgBox .tipMsg,
.cms_tipMsgBox .bubble{
    position: absolute;
    top: auto !important;
    left: auto !important;
    right: 5px;
    bottom: 2px;
    font-size: 12px;
    color: #f00 !important;
}
.cms_tipMsgBox2 .bubble{
    display: flex;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.cms_getSummaryBtn{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.cms_uploadImgBtn,
.cms_uploadImgList li{
    width: 140px;
    height: 105px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.cms_uploadImgList li{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
}
.cms_uploadImgBtn{
    justify-content: center;
    color: #ddd;
    font-size: 50px !important;
    cursor: pointer;
    background-color: #F5F5F5;
}
.platform.cms_uploadImgBtn:before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url("../../images/addimg.png") center center no-repeat;
    background-size: 40px auto;
}
.cms_uploadImgList li img{
    width: 100%;
    height: 100%;
}
.cms_uploadImgWh104{
    width: 104px;
    height: 104px;
}
.cms_delOrCropBox{
    position: absolute;
    bottom: -24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: bottom .3s;
}
.cms_uploadImgList li:hover .cms_delOrCropBox{
    bottom: 0;
}
.cms_delOrCropBox a{
    width: 50%;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.cms_delOrCropBox a:last-child{ border-right: none}
.cms_effectWidth{
    width: 105px;
    margin-left: 60px;
    text-align: right;
}
.cms_groupNavTitle{
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
    font-weight: bold;
}
.cms_searchItemInput{
    width: 240px;
}
.cms_searchItemLabel{
    min-width: auto;
    width: auto;
    margin: 0;
}
.cms_red{ color: #d61f00; }
.cms_green{ color: #15b462; }
.cms_orange{ color: #ffa000; }
.cms_blue{ color: #17a5ff;}
.fixed-table-container .cms_customTableBox thead th .th-inner{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    height: 34px;
    padding: 0 8px !important;
    line-height: 34px;
    font-weight: normal;
}
.cms_customTableBox.table-striped>tbody>tr:nth-of-type(odd){
    background: none;
}
.cms_clockIcon{
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: -1;
}
.cms_wordIconBtn{
    color: #17a5ff;
    font-size: 14px;
    cursor: pointer;
}
.cms_wordIconBtn i{
    margin-right: 10px;
    padding: 2px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    background-color: #17a5ff;
}
.cms_borderAndBgBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 30px;
    /*margin: 0 5px 5px;*/
    padding: 0 10px;
    /*border-radius: 4px;*/
    color: #101010;
    font-size: 14px;
    border: .01rem solid #c8c8c8;
    background-color: #fff;
    cursor: pointer !important;
    transition: background-color .3s;
}
.cms_borderAndBgBtn:hover{
    background-color: #f7f7f7;
}
#cms_maskBackground, .cms_maskBackground{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 999;
}
/*.cms_startTime{*/
/*    border-radius: 4px 0 0 4px !important;*/
/*}*/
/*.cms_endTime{*/
/*    border-radius: 0 4px 4px 0 !important;*/
/*}*/
.cms_timeShowWord{
    width: auto;
    height: 30px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-radius: 0;
    background: #f2faff;
}
.cms_searchWidth{
    width: 100px;
    padding-left: 5px;
    padding-right: 0;
}
.cms_timeWidth{ width: 110px;}
.cms_timeWidth140{ width: 140px; }
.cms_groupFlexBox .cms_customBtn{
    width: 70px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin: 0 8px;
    transition: box-shadow .3s;
}
/*table 列表调整*/
.cms_listPagination .bootstrap-table,
.cms_listPagination .fixed-table-container{
    height: 100% !important;
    padding: 0 !important;
}
.cms_listPagination .fixed-table-body{
    height: calc(100% - 80px);
 }
.cms_listPagination .fixed-table-pagination{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.fixed-table-container tbody .selected td{
    background-color: transparent !important;
}

/*左右布局*/
.cms_formLeftBox,
.cms_formRightBox{
    display: none;
    /*opacity: 0;*/
    position: absolute;
    top: 0;
    bottom: 0;
}
.cms_formLeftBox{
    width: 215px;
    border: 1px solid #e8e8e8;
}
.cms_formRightBox{
    flex-grow: 1;
    left: 230px;
    right: 0;
}
.cms_showTypeListBtn{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    margin-top: -25px;
    justify-content: center;
    width: 20px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    background-color: rgba(13, 165, 255, 0.31);
    transition: background-color .3s;
}
.cms_showTypeListBtn:hover{
    background-color: rgba(13, 165, 255, 0.5);
}
.cms_typeNameSearch{
    height: 34px;
    color: #848383;
    font-size: 14px;
    text-align: center;
    border-radius: 0 !important;
    background-color: #f4f3f3 !important;
}
.cms_leftSortItem{
    line-height: 34px;
    padding-left: 15px;
    cursor: pointer;
}
.leftSortActive{
    color: #fff;
    background-color: #59bafe !important;
}
.cms_leftSortItem:hover{
    background-color: rgba(89, 186, 254, 0.3);
}
.cms_leftSortBtn{
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
}
.cms_leftSortBtn div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    height: 38px;
    border-left: 1px solid #e8e8e8;
    cursor: pointer;
}
.cms_leftSortBtn div:first-child{
    border-left: none;
}
.cms_leftSortBtn div:hover{
    color: #17a5ff;
}
/*分类标签*/
.cms_groupKeywordBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 40px;
    height: auto;
}
.cms_kerwordAddBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #17a5ff;
    font-size: 18px;
    cursor: pointer;
}
.cms_groupKeywordBox .cms_kerwordAddBtn{margin-bottom: 10px}
.cms_groupKeywordBox .selCon{
    position: relative;
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 8px;
    border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
    transition: border-color .2s, background-color .2s;
}
.cms_groupKeywordBox .p0.selCon,
.cms_groupKeywordBox .selCon input{
    background-color: transparent !important;
}
.cms_groupKeywordBox .selCon input{
    float: left;
    height: 28px;
    line-height: 28px;
}
.cms_groupKeywordBox .selCon .unselect{
    display: none;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    background-color: #ff5a5a;
    cursor: pointer;
    transition: all .5s;
}
.cms_groupKeywordBox .selCon .unselect:hover{
    background-color: #e23636;
}
.cms_groupKeywordBox .selCon:hover .unselect{
    display: block;
}

/*上传图片*/
.cms_uploadImgIconTextBtn,
.cms_uploadImgItem li{
    display: inline-block;
    width: 150px;
    height: 150px;
    color: #b3b3b3;
    font-size: 48px !important;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
.cms_uploadImgItem li{
    position: relative;
    overflow: hidden;
    margin: 0;
}
.cms_uploadImgItem li img{
    width: 100%;
    height: 150px;
}
.cms_uploadImgItem li:hover .cms_delOrCropBox,
.cms_personPhoto:hover .cms_delOrCropBox{
    bottom: 0;
}

/*treegrid 列表调整*/
.cms_listPagination .datagrid .panel-body,
.cms_listPagination .datagrid-header{
    border: none !important;
}
.cms_listPagination .datagrid-header td,
.cms_listPagination .datagrid-body td,
.cms_listPagination .datagrid-footer td{
    border-width: 0 0 1px 0;
    border-color: #efefef;
    border-style: solid;
}
.cms_listPagination .datagrid-header{
    background: #f4f3f3;
}
.cms_listPagination .datagrid-header td[field="name"] .datagrid-cell{
    text-align: left;
}
.cms_listPagination .datagrid-header-row{
    height: .34rem;
}
.cms_listPagination .datagrid-header .datagrid-cell span,
.cms_listPagination .tree-title,
.cms_listPagination .datagrid-cell{
    color: #101010;
    font-size: .14rem;
    line-height: .18rem;
    height: .18rem !important;
}
.cms_listPagination .datagrid-header td.datagrid-header-over{
    background-color: transparent;
}
.cms_listPagination .datagrid-row-over,
.cms_listPagination .datagrid-row-selected{
    background-color: #ecf8ff;
}
.cms_listPagination .datagrid-body td[field="descript"] .datagrid-cell{
    text-align: left !important;
}
.cms_listPagination .datagrid-body td{
    padding: .08rem 0;
}
.cms_listPagination .treegrid-tr-tree>td{
    padding: 0;
}
.cms_listPagination .tree-icon{
    display: none;
}
.cms_listPagination .datagrid-header-inner,
.cms_listPagination table{
    width: 100%;
}
.cms_listPagination div.datagrid-wrap,
.cms_listPagination div.datagrid-view,
.cms_listPagination div.datagrid-view2,
.cms_listPagination div.datagrid-body{
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto !important;
}
.cms_listPagination div.datagrid-body{
    top: .34rem;
}
.cms_listPagination .datagrid-row{
    height: .25rem;
}

/*无数据页面*/
.cms_emptyDataTable{
    height: 34px;
    background-color: #f4f3f3;
}
.cms_emptyDataTable td,
.cms_noDataListCont{
    text-align: center;
}
.cms_noDataListCol{
    position: absolute;
    top: .34rem;
    bottom: 20%;
    justify-content: center;
    overflow: hidden;
}
.cms_noDataListCont .platform{
    color: #a3e0fb;
    font-size: 1.30rem;
    line-height: 1.40rem;
}
.cms_noDataListCont button{
    width: 1.20rem;
    height: .40rem;
    border-radius: .04rem;
    font-size: .14rem;
    text-align: center;
    line-height: .40rem;
    transition: background-color .3s;
}
.cms_bgColorBtn{
    margin-top: .40rem;
    color: #fbf9f9;
    background-color: #17a5ff;
}
.cms_textBtn{
    color: #17a5ff;
}
.cms_textBtn:hover{
    color: #1770bd;
}
.cms_commonPopBtnBox{
    justify-content: center;
    position: absolute;
    bottom: 15px;
}
.cms_commonSaveBtn{
    color: #fff;
    background-color: #59bafe;
}
.cms_commonCancelBtn{
    color: #333 !important;
    background-color: #e8e8e8;
}
.cms_commonOtherBtn{
    color: #fff;
    background-color: #17a5ff
}
.cms_commonSaveBtn:hover{
    background-color: #2aa7fe
}
.cms_commonCancelBtn:hover{
    background-color: #e0e0e0;
}
.cms_commonOtherBtn:hover{
    background-color: #178ee9
}

/*列表标题换行控制*/
.cms_listPagination .cms_customTableBox{
    table-layout: fixed;
}
.cms_listTitleWrap{
    display: inline-block;
    width: 80%;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
    text-align: left;
}

/*问卷调整*/
.cms_questionTypeColumn{
    justify-content: center;
}
.cms_questionTypeColumn span{
    width: 80px;
    height: 30px;
    margin: 0 24px;
    border: 1px solid #0B96EE;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    color: #0B96EE;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    transition: background-color .3s;
}
.cms_questionTypeColumn span:hover{
    background-color: #9fe5fe;
}

.cms_readonlyState,
input[readonly="readonly"],
input[readonly],
input[disabled="disabled"]{
    background-color: #f5f5f5 !important;
    cursor: default !important;
}
.cms_iconBgColor1{ background-color: #1b87ea; }
.cms_iconBgColor2{ background-color: #13b5b1; }
.cms_iconBgColor3{ background-color: #f19149; }
.cms_iconBgColor4{ background-color: #eb5224; }
.fixed-table-pagination .dropup .dropdown-menu{
    min-width: auto;
}
.fixed-table-pagination .dropup .dropdown-menu li:last-child{
    margin-bottom: 0;
}
.tree-node-selected{
    color: #fff !important;
    background-color: rgb(89, 186, 254) !important;
}
.tree-node-selected + label{
    color: #fff;
}
div.tree-node:hover{
    color: #333;
}

/*缩放样式单位修改*/
button.btn{
    padding: 6px 12px;
    font-size: 14px;
    border-width: 1px;
    border-radius: 4px;
}
ul.pagination>li>a, ul.pagination>li>span{
    border-width: 1px;
}
span.dropup .caret{
    border-width: 4px;
}
#previewSelectDiv a{ color: #337ab7}
#previewSelectDiv a:hover{color: #20A0FF}
.fixed-table-container thead th .sortable{
    background-position: left !important;
    text-indent: 15px;
}
/*2020通用样式 end*/

/*调整弹窗按钮距离内容距离*/
#workflowEditDialog,
#workflowAddDialog,
#mailboxBackDialog,
#selectImg,
#catalogLogoDialog{
    padding-bottom: 20px;
}

#searchResult{
    border: none !important;
}
#selectIcon{
    padding: 5px 0 20px;
}

/*兼容Firefox*/
@-moz-document url-prefix() {
    .cms_textareaParentBox{
        overflow: hidden;
    }
    .cms_textareaParentBox .cms_textareaBox{
        width: calc(100% + 15px);
    }
    .cms_readonlyState, input[readonly="readonly"], input[readonly], input[disabled="disabled"]{
        color: transparent !important;
        text-shadow: 0px 0px 0px #333;
    }
    .firefoxScrollW{
        width: calc(100% + 15px);
    }
    .firefoxElement{
        position: absolute;
        left: 50px;
        right: 0;
        height: 100%;
        background: transparent;
        z-index: 1;
    }
}

/*文章编辑器遮罩*/
.articleStateIcon{
    display: inline-block;
    height: 15px;
    line-height: 15px;
    color: #fdfdfd;
    font-size: 12px;
    margin-left: 5px;
    padding: 0 2px;
}
#editDivMask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

/*2021 new add*/
.fixed-table-pagination{ margin-top: 10px}
.list-icon{
    color: #ccc !important;
    transform: scale(0.8);
}
.list-icon:hover{
    color: #17a5ff !important;
}
.moreIcon .custom-select-dropdown{
    right: -39px;
    width: 112px;
    color: #333;
    border-radius: 4px;
    text-align: center;
    background-color: #fff;
    z-index: 5;
}
.custom-select-h .custom-select-dropdown li,
.moreIcon .custom-select-dropdown li{
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*通用按钮*/
.custom-default-btn{
    min-width: 80px;
    height: 30px;
    color: #101010;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    transition: background-color .3s, border-color .3s;
}
.custom-default-btn:hover{
    background-color: #f0f0f0;
}
.moreIcon:hover .custom-select-dropdown{ display: block}
.custom-blue-btn{
    color: #fdfbfb;
    border-color: #17a5ff;
    background-color: #17a5ff;
}
.custom-blue-btn:hover{
    background-color: #058ae6;
}
.custom-danger-btn{
    color: #fdfbfb;
    border-color: #f76464;
    background-color: #f76464;
}
.custom-danger-btn:hover{
    background-color: #de3737;
}
.custom-cyan-btn{
    color: #fdfbfb;
    border-color: #04e7e7;
    background-color: #04e7e7;
}
.custom-cyan-btn:hover{
    background-color: #04d0d0;
}
.custom-blue-border-btn{
    color: #17a5ff !important;
    border-color: #17a5ff !important;
}
.custom-blue-border-btn:hover{
    background-color: #dcf2ff;
}
.custom-input-border-color{
    border-color: #17a5ff !important;
}
/*二维码*/
.custom-qrcode i:hover{ color: #17a5ff}
.custom-qrcode div{
    position: absolute;
    top: 25px;
    left: -54px;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    z-index: 5;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.custom-qrcode div span{
    display: block;
    letter-spacing: -1px;
    padding-top: 5px;
}

/*时间范围input*/
.getRangerDatePicker,
.getRangerDatePicker-hm,
.getRangerDatePicker-hms{
    height: 30px;
    color: #333;
    font-size: 14px;
    padding-left: 5px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}
.getRangerDatePicker>input,
.getRangerDatePicker-hm>input,
.getRangerDatePicker-hms>input{
    outline: none;
    border: none;
    width: 101px;
    height: 100%;
    padding: 0 5px;
    background-color: transparent !important;
}
.getRangerDatePicker-hm input,
.getRangerDatePicker-hms input{
    width: 129px;
}

/*清空图标*/
.custom-clearVal-btn-parent{
    display: inline-block;
}
.custom-clear-input-pr{
    padding-right: 26px !important;
}
.custom-clearVal-btn{
    opacity: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../../images/clr.png") center no-repeat;
    transition: opacity .2s;
}
.custom-clearVal-btn-parent:hover .custom-clearVal-btn{
    opacity: 1;
}
.custom-clear-pa{
    position: absolute;
    top: 8px;
    right: 0;
}

/*自定义下拉选择*/
.custom-replace-inputEl{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.custom-select{
    position: relative;
    z-index: 100;
}
.custom-select .custom-select-input,
.custom-select .custom-select-dropdown{
    width: 100%;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    box-sizing: border-box;
}
.custom-select-input{
    position: relative;
    outline: none;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 20px;
    border: 1px solid #e8e8e8;
}
.custom-select-icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: url("../../../lib/jquery-easyui/themes/bootstrap/images/combo_arrow.png") center center no-repeat;
    transition: transform .3s;
}
.custom-select-dropdown{
    position: absolute;
    display: none;
    list-style: none;
    max-height: 300px;
    padding: 10px 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    z-index: -1;
}
.custom-select-dropdown li{
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    cursor: context-menu;
}
.custom-select-dropdown li:hover{
    background-color: #f5f7fa;
}
.custom-select-dropdown li.active{
    color: #409eff;
    font-weight: bold;
}

/*列表*/
/*.custom-table-style{ height: 34px }*/
.custom-table-style thead th:first-child .th-inner{
    justify-content: center;
}
.custom-table-style .th-inner{
    padding: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.custom-table-style thead th .th-inner,
.custom-table-style tbody td .th-inner,
.custom-table-style tbody td{
    height: 34px;
    line-height: 34px !important;
}
.custom-table-style thead th,
.custom-table-style tbody td{
    padding: 0 !important;
    border: none !important;
}
.custom-table-style tbody tr{
    border-top: 1px solid #efefef;
}

/*dialog弹窗重调*/
.ui-dialog{
    padding: 0 10px;
}
.ui-dialog .ui-dialog-titlebar{
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #eceaea;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 30px;
    margin-right: 15px;
    background-color: rgb(23, 165, 255);
}
.ui-dialog .ui-dialog-titlebar .ui-button{
    position: absolute;
    top: 17px;
    right: 0;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cms_addCustomContent .cms_headTitleBox i:hover,
.ui-dialog .ui-dialog-titlebar .ui-button:hover,
#rightX:hover{
    /* transform: rotate(90deg);
    transition: transform .5s; */
}
/*相关内容-外连接*/
.webLink-item{
    height: 150px;
    padding: 10px 25px;
    background-color: #f7f7f7;
}
.webLink-item .cms_formGroupItem{ margin-bottom: 25px}
.webLink-item .cms_groupItemLabel{
    min-width: auto;
}
.webLink-item .cms_groupItemInput{
    width: 478px;
    background-color: #fff;
}

.pagination-info{
		line-height:34px !important
	}
	.fixed-table-pagination .pagination{
		margin:0
	}
	.pagination>li>a{
		height:34px
	}
	.fixed-table-pagination div.pagination .page-to-num{
		display: inline-block;
   	 	float: right;
    		line-height: 34px;
	}
	.dropdown-menu>li>a{
		display: inline-block;
padding:0
	}



    /*分页默认css*/
    .pagination-info{
		line-height:34px !important
	}
	.fixed-table-pagination .pagination{
		margin:0
	}
	.pagination>li>a{
		height:34px
	}
	.fixed-table-container .fixed-table-pagination div.pagination .page-to-num{
		display: inline-block;
   	 	float: right;
    	line-height: 34px;
	}
	.dropdown-menu>li>a{
		display: inline-block;
        padding:0
	}