* {
    outline: none;
}

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;
}

/*基础样式*/
/*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;
}

.pl5 {
    padding-left: 5px;
}

.p5 {
    padding: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.p15 {
    padding: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.p20 {
    padding: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.p30 {
    padding: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.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%;
}

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;
}

.bg-gray {
    background: #37C6C0;
}

.color-gray {
    color: #37C6C0;
}

/*.modal-backdrop{
    background:#333;
}*/
.modal-backdrop.in {
    opacity: .3;
}

.disabled {
    cursor: not-allowed;
}

.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;
}

.accentBtn1, .accentBtn2 {
    min-width: 80px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 3px !important;
    margin: 0 5px 5px;
    padding: 0 10px;
    font-size: 14px;
}

.accentBtn1 i, .accentBtn2 i {
    padding-right: 3px;
}

.accentBtn2.accentBtn-warning {
    color: #f77266;
    border-color: #f77266;
}

/*修改btn这个class在bootstrap中的样式*/
.accentBtn1.focus, .accentBtn1:focus {
    color: #ffffff !important;
}

.accentBtn2.focus, .accentBtn2:focus {
    color: #666666 !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;
    height: 60px;
    margin-bottom: 0;
}

/*logo*/
.navbar-brand {
    padding: 0;
    height: 60px;
}

.navbar .navbar-logo {
    width: 300px;
    transition: all .1s ease,.1s ease;
}
.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;
}

/*导航栏目*/
.navbar-default .navbar-nav > li {
    margin-right: 10px;
    position: relative;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > .point-msg {
    color: #ffffff;
    margin: 13px 0;
    display: block;
    line-height: 34px;
    color: #ffffff;
    padding: 0 5px;
    border-radius: 4px;
}

.navbar-default .point-info {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    margin: 0 auto;
    color: #ffffff
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    padding: 20px 5px;
    font-size: 14px;
}

.navbar-default .navbar-nav > li .platform:before {
    margin: 0 6px;
}

.navbar-default .navbar-nav > li.open > a {
    color: #ffffff !important;
    background: rgba(0, 0, 0, .2) !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, .2) !important;
}

.navbar-default .navbar-nav > li.site-info > .dropdown-menu,
.navbar-default .navbar-nav > li.index-preview > .dropdown-menu {
    min-width: 120px;
    width: 120px;
    height: auto;
    padding: 0;
    border: 0;
    margin: 0;
    /*box-shadow: 0 3px 6px 1px rgba(0,0,0,0.3);*/
    top: 75%;
    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 {
    background: transparent url(https://t.jiaozuo.gov.cn/file/4108210001/img/top-dropbox.png) center top no-repeat;
    width: 120px;
    height: 6px;
    border-bottom: 0;
}

.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: -40px;
}

.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 > button.nav-btn {
    margin: 18px 0;
}

.navbar-nav span {
    font-family: "微软雅黑" !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 #c8c8c8;
}

.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: 10px;
}

.ui-dialog-buttonpane .ui-dialog-buttonset {
    padding: 0;
    text-align: right;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
    width: 90px;
    height: 34px;
    line-height: 34px;
    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 {
    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 {
    font-size: 16px;
    padding: 38px 20px 30px 80px;
    position: relative;
}

.ui-widget-success:before, .ui-widget-warning:before, .ui-widget-danger:before, .ui-widget-info:before {
    font-family: 'platform';
    font-size: 40px;
    top: 25px;
    position: absolute;
    left: 20px;
}

.ui-widget-success:before {
    content: "\e700";
    color: #83b055 !important;
}

.ui-widget-warning:before {
    content: "\e6b3";
    color: #8A6D3B !important;
}

.ui-widget-info:before {
    content: "\e6ff";
    color: #5da5d7 !important;
}

.ui-widget-danger:before {
    content: "\e75a";
    color: #ed6160 !important;
}

/*弹窗错误提示*/
.l-msg {
    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%;
    border-top: 1px solid #e1e1ea;
    text-align: right;
}

.userSelect-ft button {
    margin: 4px;
}

/*标签页标题*/
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 {
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-bottom: 1px solid #e6e6e6;
}

.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 > li > a {
    line-height: 24px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: #37C6C0;
    color: #ffffff;
}

/*高级搜索框*/
.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;
}

.bootstrap-table .fixed-table-container .fixed-table-header {
    background: #efefef;
}

#main_right_table .customTable tbody tr td {
    border-bottom: 1px solid #efefef;
}

#main_right_table .customTable tbody tr td a, .allow-hit a {
    color: #08d
}

#main_right_table .customTable tbody tr td a:hover, .allow-hit a:hover {
    color: #f80;
}

/*分页*/
.fixed-table-pagination .pagination li a {
    margin: 0 6px;
    border-radius: 4px;
    padding: 4px 8px;
}

/*bootstrapTable滚动条*/
.bootstrap-table .fixed-table-body::-webkit-scrollbar {
    width: 8px;
    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(https://t.jiaozuo.gov.cn/file/4108210001/img/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;
}

.slide-switch .tgl {
    display: none;
}

.slide-switch .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 80px;
    height: 34px;
    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: #fbfbfb;
    border-radius: 17px;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #e8eae9;
}

.tgl + .tgl-btn:after {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl + .tgl-btn:after {
    left: 0;
}

.tgl-ios + .tgl-btn:after {
    border-radius: 17px;
    background: #fbfbfb;
    -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(0, 0, 0, 0.1);
}

.tgl:checked + .tgl-btn:after {
    left: 50%;
}

.slide-switch .tgl + .tgl-btn {
    display: inline-block;
    vertical-align: middle;
}

/*自定义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;
}

.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-top: 10px;
}

.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;
    right: 15px;
    color: #df6472;
}

.bubble {
    top: 40px;
}

.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: url(https://t.jiaozuo.gov.cn/file/4108210001/img/upload-bg.jpg) center no-repeat;
    cursor: pointer;
}

/*主体end*/

/*滚动条*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    /*border: 1px #808080 solid;*/
    border-radius: 10px;
    background: #999;
}

::-webkit-scrollbar-track {
    border: 1px #d3d3d3 solid;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
    background: #eee;
}

::selection {
    color: #fff;
    background-color: #00b38a;
}

.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: 10px 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;
}

.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 15px;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

#scrollMap ul li .itme-site a.selected-site, #scrollMap ul li .itme-site a:hover {
    border: 1px solid #ffffff;
    background: #37c6c0;
    color: #ffffff
}

.dn {
    display: none;
}

/*统计页面样式修改 可共用*/
.canvasWrap {
    position: relative;
    padding-top: 5px;
}

.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: url(https://t.jiaozuo.gov.cn/file/4108210001/img/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(https://t.jiaozuo.gov.cn/file/4108210001/img/arrow-right.png) 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: 452px;
}

.toolbar-select .zhi {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    height: 28px;
    line-height: 28px;
}

.startTime,
.endTime {
    width: 180px;
    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: 34px;
}

.buttonColor a div {
    height: 100%;
}

/*资源分配内图标选择颜色展示样式*/

.bg-blue, .bg-orange, .bg-red, .bg-green {
    width: 34px;
    height: 34px;
    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(https://t.jiaozuo.gov.cn/file/4108210001/img/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;
}
