* {
    outline: none;
}
.pr{
    position: relative;
}
.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: .14rem;
}

/*基础样式*/
/*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;
}

.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;
}

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;
    border-radius: 4px;
    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,
.cms_kerwordaddbtn:hover{
    background-color: #058ae6;
}
button.accentbtn2{
    transition: background-color .3s;
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
}
button.accentbtn2:hover{
    background-color: #f0f0f0;
}
.accentbtn1 i, .accentbtn2 i {
    padding-right: 3px;
}

.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 {
    border: 0;
    border-radius: 0;
    min-height: auto;
    height: .50rem;
    margin-bottom: 0;
    background-color: #fff !important;
}
.navbar .container-fluid{
    padding-left: .15rem;
    padding-right: .15rem;
}

    /*logo*/
.navbar-brand {
    padding: 0;
    height: .50rem;
}

.navbar .navbar-logo {
    width: 5.00rem;
    transition: all .1s ease,.1s ease;
    color: #17a5ff !important;
    font-family: "微软雅黑", tahoma, helvetica, arial, sans-serif;
    font-size: .26rem;
    font-weight: bold;
    line-height: .50rem;
}
.navbar .navbar-logo.long_logo{
    width:3.00rem;
    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: .02rem;
    border-width: .04rem;
}
.navbar-default .navbar-nav > li {
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .50rem;
}
.navbar-default .navbar-nav > li.moduserinfo {
    padding-right: .10rem;
    padding-left: .10rem;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > .point-msg {
    margin-top: .08rem;
    display: block;
    line-height: .34rem;
    color: #17a5ff !important;
    padding: 0 .05rem;
    /*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: .15rem .05rem;
    font-size: .14rem;
}
.navbar-default .navbar-nav > li >.login-out:hover{
    color: #f04545;
}
/*.navbar-default .navbar-nav > li .platform:before {*/
    /*margin: 0 6px;*/
/*}*/

.navbar-default .navbar-nav > .cms_index_icon > a{
    font-size: .24rem;
    background: none !important;
}

.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;
    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;
}

.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: .14rem;
    font-family: "微软雅黑" !important;
}

.cms_index_icon{
    width: .46rem;
}
.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: .24rem;
    margin-left: .05rem;
}

.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 {
    padding: 10px !important;
    color: #333333;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.ui-widget-header .ui-dialog-title,
.userselect-hd .wh {
    font-size: 16px;
}

.ui-widget-header .ui-button,
#rightx {
    border: 0;
    background: none;
    position: absolute;
    top: 10px;
    cursor: pointer;
}

.ui-widget-header .ui-button.ui-dialog-titlebar-close,
#rightx {
    right: 10px;
}

.ui-widget-header .ui-button.ui-dialog-titlebar-close, .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";
    padding: 3px;
}

.ui-widget-header .ui-button .ui-icon-closethick:before {
    content: "\e71e";
    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;
    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: 45%;
}

.userselect-bd-l {
    float: left;
    margin-left: 5px;
}

.userselect-bd-r {
    float: right;
    margin-right: 5px;
    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: 20px;
    /*border-top: 1px solid #e1e1ea;*/
    text-align: center;
}

.userselect-ft button {
    margin: 0 8px;
    border: none !important;
}

    /*标签页标题*/
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;
}

.search-con ul li a:hover {
    background: #37c6c0;
    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;
    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;
}

/*左侧*/
.iframe-inner .iframe-inner-bd .iframe-inner-l {
    height: auto;
    position: relative;
    padding-top:10px;
}

.left-tree {
    width: 249px;
    height: calc(100% - 10px);
    overflow: hidden;
    border: 1px solid #c8c8c8;
    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 #c8c8c8;
}

.btm-btn li {
    float: left;
    width: 50%;
    border-right: 1px solid #c8c8c8;
    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: .05rem 0;
    border-radius: .04rem;
    border-width: .01rem;
}
.dropdown-menu > li > a {
    font-size: .14rem;
    line-height: .24rem;
    padding: .03rem .20rem;
}

/*高级搜索框*/
.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: .12rem .08rem;
}

/*分页*/
.fixed-table-pagination .pagination li a {
    margin: 0 .06rem;
    border-radius: .04rem;
    padding: .04rem .08rem;
}

/*bootstraptable滚动条*/
.bootstrap-table .fixed-table-body::-webkit-scrollbar {
    width: .02rem;
    height: .08rem;
}

.bootstrap-table .fixed-table-body::-webkit-scrollbar-thumb {
    border: .01rem #808080 solid;
    border-radius: .10rem;
    background: #999;
}

.bootstrap-table .fixed-table-body::-webkit-scrollbar-track {
    border: .01rem #d3d3d3 solid;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: .10rem;
    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:  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: 60px;
    font-size: 20px;
    padding-left: 30px;
    line-height: 60px;
    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% - 60px);
    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 {
    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;
    left: 0;
    color: #df6472;
    width: 400px;
}

.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;
}

.foot-wrap {
    width: 1200px;
    height: 100%;
    padding: 18px 0;
    margin: 0 auto;
    text-align: right;
}

.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:  center no-repeat;
    cursor: pointer;
}

.cms_personphoto{
    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: .05rem;
}
.mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb{
    width: .02rem !important;
    background-color: #ddd !important;
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track{
    width: .02rem !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.mcsb_scrolltools{
    width: .02rem !important;
}
#sidebar .mcsb_scrolltools,
#sidebar ::-webkit-scrollbar,
#sidebar ::-webkit-scrollbar-thumb,
#sidebar ::-webkit-scrollbar-track{
    width: 0 !important;
}

.pct100 {
    width: 100%;
}

/*颜色配置*/
.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 {
    padding: 0 30px;
    width: 100%;
    height: auto !important;
    max-height: 270px;
    position: relative;
    /*margin-top: -28px;*/
}

.site-areamini-content-wrap .search-first-letter {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 250px;
    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;
}

.site-areamini-content-wrap .scrollbody .all-list {
    width: 490px;
    height: 223px;
    float: left;
    overflow: hidden;
    margin-top: 15px;
}

.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: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    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: 18px;
    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;
    padding-left: 20px;
}

.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:  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:  center no-repeat;
    z-index: 1000;
}

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:  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: 9999;
}
.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: .44rem;
    border-bottom: .01rem solid #eceaea;
    color: #101010;
    font-size: .18rem;
}
.cms_headtitlebox::before{
    content: '';
    display: inline-block;
    width: .04rem;
    height: .20rem;
    margin-left: .15rem;
    margin-right: .10rem;
    background-color: #2e82f0;
}
.cms_tipcontent{
    display: flex;
    align-items: center;
    color: #cac8c8;
    font-size: .12rem;
    margin-left: .20rem;
}
.cms_tipcontent i{
    font-size: .20rem;
    margin-right: .05rem;
}
.cms_saveandclose{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: .48rem !important;
    position: relative !important;
    border: none !important;
}
.cms_articleitembox{
    position: absolute;
    left: .15rem;
    right: .15rem;
    top: .92rem;
    bottom: .15rem;
    overflow: hidden;
}
.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: .65rem;
    margin-right: .20rem;
    color: #101010;
    font-size: .14rem;
}
.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 #bbb;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
}
.cms_formgroupitem .cms_groupitembutton,
button.cms_searchitembutton{
    height: 30px;
}
.cms_groupitemcheckbox, .cms_groupitemradio{
    float: left;
    display: flex;
    margin-left: 20px;
    align-items: center;
}
.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;
    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{
    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 #bbb;
    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 #bbb;
}
.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: 14px;
    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 #bbb;
    border-radius: 4px;
}
.cms_tipmsgbox .tipmsg,
.cms_tipmsgbox .bubble{
    position: absolute;
    top: auto !important;
    left: auto !important;
    right: 5px;
    bottom: 2px;
    font-size: 12px;
    color: #999 !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;
    width: 120px;
    height: 30px;
    color: #101010;
    font-size: 14px;
    border: 1px solid #8e8e8e;
}
.cms_uploadimgbtn,
.cms_uploadimglist li{
    width: 130px;
    height: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.cms_uploadimgbtn{
    justify-content: center;
    color: #ddd;
    font-size: 50px !important;
    cursor: pointer;
    background-color: #f4f2f2;
}
.cms_uploadimglist li img{
    width: 100%;
    height: 130px;
}
.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,
.cms_leftsortbtn div: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: .34rem;
    padding: 0 8px !important;
    line-height: .34rem;
    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 #bbbbbb;
    background-color: #fff;
    cursor: pointer !important;
    transition: background-color .3s;
}
.cms_borderandbgbtn:hover{
    background-color: #f7f7f7;
}
#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: 80px;
    height: 34px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    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%;
}
.cms_listpagination .fixed-table-pagination .pagination-detail,
.cms_listpagination .fixed-table-pagination .pagination{
    margin: 0;
}
.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;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.leftsortactive{
    color: #fff;
    background-color: #59bafe !important;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.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-right: 1px solid #e8e8e8;
    cursor: pointer;
}
.cms_leftsortbtn div:hover{
    color: #17a5ff;
}
/*分类标签*/
.cms_groupkeywordbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 30px;
    height: auto;
}
.cms_kerwordaddbtn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background-color: #5677fc;
}
.cms_groupkeywordbox .selcon{
    display: flex;
    align-items: center;
    width: auto;
    height: 30px;
    margin-right: 10px;
    padding: 0 5px;
    border: 1px dashed #7878e0;
    border-radius: 2px;
}
.cms_groupkeywordbox .selcon .unselect{
    margin-left: 5px;
    cursor: pointer;
    color: #ddd;
    transition: all .3s;
}
.cms_groupkeywordbox .selcon .unselect:hover{
    color: #f00;
    transform: scale(0.8);
}

/*上传图片*/
.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{
    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 a:focus,.cms_listpagination a:hover{
    color: #f80;
}
.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: 25px;
}
.cms_commonsavebtn{
    color: #fff;
    background-color: #59c86d
}
.cms_commoncancelbtn{
    color: #101010 !important;
    background-color: #e8e8e8;
}
.cms_commonotherbtn{
    color: #fff;
    background-color: #17a5ff
}
.cms_commonsavebtn:hover{
    background-color: #57b45b
}
.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;
}

/*问卷调整*/
.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]{
    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{
    margin-bottom: .05rem;
}
.fixed-table-pagination .dropup .dropdown-menu li:last-child{
    margin-bottom: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    border-color: #59bafe !important;
    background-color: #59bafe !important;
}

.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: .06rem .12rem;
    font-size: .14rem;
    border-width: .01rem;
    border-radius: .04rem;
}
ul.pagination>li>a, ul.pagination>li>span{
    border-width: .01rem;
}
span.dropup .caret{
    border-width: .04rem;
}
#previewselectdiv a{ color: #337ab7}
#previewselectdiv a:hover{color: #20a0ff}
/*2020通用样式 end*/