/*
删除了已注释的无用样式
*/
#extr-page.login-page {
    background-image: url(../img/hxy/login/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #7fa4ca;
    background-position: center;
    background-attachment: fixed;
}
#extr-page.login-page .login-err{
    color: red;
    padding-top: 18px;
    display: inline-block;
}

#extr-page.login-page .login-form-view {
    width: 1262px;
    height: 656px;
    padding: 0 50px;
}

#extr-page.login-page .login-form-box {
    background-color: #fff;
    box-shadow: 0 0 49px 17px rgba(34, 66, 168, .2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    padding: 40px;
    border-radius: 5px;
}

#extr-page.login-page .login-form-box h3.ant-typography{
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
/*
删除了已注释的无用样式
*/
#logo {
    width: 260px;
    margin-top: 10px;
    margin-left: 10px;
    overflow: hidden
}
/*
删除了已注释的无用样式
*/
#logo img {
    width: auto;
    height: auto;
    padding-left: 0
}
/*
删除了已注释的无用样式
*/
#header > #logo-group {
    width: 500px !important;
}
/*
删除了已注释的无用样式
*/
#header {
    padding: 0px !important;
}
#hide-menu{
    padding-right: 12px !important;
}
#hide-menu > :first-child > a,
.btn-header > :first-child > a {
    width: 30px !important;
    height: 30px !important;
    line-height: 24px !important;
    margin-top: 10px !important;
    border: 1px solid #bfbfbf !important;
    background-color: #f8f8f8 !important;
}
#hide-menu i{
    color: #6D6A69 !important;
    font-size: 100% !important
}
@media only screen and (max-width: 389px){
    #hide-menu > :first-child > a,
    .btn-header > :first-child > a {
        margin-top: 5px !important;
    }
}
/*
删除了已注释的无用样式
*/
.ajax-dropdown {
    left: -235px;
}
@media only screen and (max-width: 479px) {
    .ajax-dropdown {
        width: 298px;
        height: 416px;
        left: 1px;
        top: 48px;
    }
    .ajax-notifications {
        height: 365px;
    }
    .ajax-dropdown:after,
    .ajax-dropdown:before {
        left: 290px;
    }
}
/*
删除了已注释的无用样式
*/
#extr-page #main{
    background: transparent;
}
#extr-page #logo-img{
    background: transparent;
    margin-bottom: 50px;
}
#extr-page #content{
    margin-top: 100px;
}
/*
删除了已注释的无用样式
*/
/* icon */
.icon-blue {
	color: #80a8d0!important;
}
.icon-orange {
	color: #ceb69b;
}
.icon-red {
	color: #ce9c98;
}
.icon-green {
	color: #a5d1e3;
}
.icon-bg-blue {
	background: rgba(128,168,208,.5);
}
.icon-bg-orange {
	background: rgba(206,182,155,.5);
}
.icon-bg-red {
	background: rgba(206,156,152,.5);
}
.icon-bg-green {
	background: rgba(165,209,227,.5);
}
.icon-remote-alarm{
    width: 80px;
    height: 80px;
    display: block;
    font-size: 50px;
    border-radius: 50%;
}
.icon-empty{
    width: 120px;
    height: 120px;
    display: inline-block;
    text-align: center;
    line-height: 120px;
    font-size: 68px;
    color: #ccc;
    margin-bottom: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f0f0f0;
}
.alarmIcon{
    width: 80px;
    height: 80px;
    text-align: center;
    border-left: 1px solid #ddd;
    padding-left: 20px;
    padding-bottom: 10px;
}
.dt-toolbar-footer>:first-child .DTTT,.dt-toolbar-footer>:first-child .dataTables_filter>:only-child,.dt-toolbar-footer>:first-child .dataTables_length,.dt-toolbar-footer>:first-child .pagination {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

div.dataTables_info {
    padding-top: 9px;
    font-size:11px;
    font-weight: 400;
    font-style:normal;
    color:#333;
}

.padding-15{
    padding:15px;
}

.padding-15-0{
    padding: 15px 0;
}

a.xeditable{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 85%;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.over-hidden {
  display:block;            /*内联对象需加*/
  word-break:keep-all;      /* 不换行 */
  white-space:nowrap;       /* 不换行 */
  overflow:hidden;          /* 内容超出宽度时隐藏超出部分的内容 */
  text-overflow:ellipsis;   /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.multipleChoice { width: 100%; position: absolute; border: 1px solid #37b3e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(102,175,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(102,175,233,.6); background: #fff;z-index: 10;  overflow: hidden;}
.multipleChoice .itemList{ position: relative; left: 0; transition: left .3s;}
.multipleChoice .item{ padding: 10px 8px;  background: #FFF; float: left;}
.multipleChoice .item ul{ height: 200px; overflow: hidden;}
.multipleChoice .item ul li a{ display: block; height: 30px; line-height: 30px; padding: 0 10px; width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.multipleChoice .item ul li a:hover{background: #f1f8ff; color: #37b3e0;}
.multipleChoice .itemTab{background: #f5f5f5;}
.multipleChoice .itemTab a{ display: inline-block; padding: 4px 16px;}
.multipleChoice .item ul li a.active{background: #37b3e0; color: #fff;border-radius: 2px;}
.multipleChoice .itemTab a.active{background: #fff;color: #37b3e0;font-weight: bold;}
.dataTable tbody .details-control.tv-left{
    text-align: left;
}

.post-footer {
	padding: 18px 0;
	text-align: left;
}
.post-footer .btn{
	padding: 0 24px;
	margin-left: 8px;
}

.dataTable tbody .details-control:before {
    font-family: FontAwesome;
    content: "\f055";
    font-size: 1.4em;
    color: #739e73;
    margin-right: 10px;
}

.diyModal-box{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
    display: block;
    height: 100%;
    width: 100%;
}
.modal-dialog{
    /* position: fixed; */
    top: 11%;
    opacity: 1;
}
.modal-width{
    width: 800px !important;
}
.modal-body {
    position: relative;
    padding: 20px;
    max-height: 544px;
    overflow-y: auto;
}
.hover-tooltip {
    position: relative;
}
.tooltip-model {
    position: absolute;
    display: none;
    top: -28px;
    right: -7px;
    z-index: 5;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 1px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.tooltip-model:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #000;
}
.hover-tooltip:hover .tooltip-model {
    display: block;
}
.inbox_reset.inbox-body{
  background: #eee;
}
.inbox_reset.inbox-body .table-wrap{
	margin-left: 290px;
}
.inbox_reset .inbox-side-bar{
	text-align: center;
	padding:10px 14px;
	width: 280px;
	max-height: 100%;
	min-height: 600px;
}
.inbox_reset .treebox{
	width: 100%;
	height: calc(100% - 40px);
	overflow-y: auto;
}
aside {
    display: block;
    background: #202b36;
    /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzYTM2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmEyNzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, #202b36 93%, #2a2725 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(93%, #202b36), color-stop(100%, #2a2725));
    background: -webkit-linear-gradient(left, #202b36 93%, #2a2725 100%);
    background: -o-linear-gradient(left, #202b36 93%, #2a2725 100%);
    background: -ms-linear-gradient(left, #202b36 93%, #2a2725 100%);
    background: linear-gradient(to right, #202b36 93%, #2a2725 100%); */
    min-height: 100%
}

#ribbon {
    min-height: 40px;
    background: #f0f0f0;
    padding: 0 13px;
    position: relative
}
#ribbon .breadcrumb li:last-child, #ribbon .breadcrumb > .active {
    color: #666
}
.login-info {
    height: 140px;
    padding-top: 20px;
    border-bottom: 0;
}

.minified .login-info i, .minified .login-info span {
    display: none
}

.login-info > a {
    padding: 0 20px;
}

.minified .login-info a {
    padding: 0 5px;
}

.login-info > span {
    padding: 0 20px;
    border-bottom: 0 solid #1A1817
}
.login-info .text-cell {
  height: 30px;
}
.login-info img {
  margin-bottom: 5px;
  border-left: 0 solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
nav > ul > li > ul::before {
    border-left:none;
}
nav > ul ul li::before {
    border-top: none;
}
.text-center{
    text-align: center
}
.vertical-middle{
    vertical-align: middle;
}
.none,.hidden{
    display: none;
}
.select-label{
    padding: 0 5px;
    font-size: 14px;
    vertical-align: middle;
    color: #232323;
    margin-bottom: 0;
}
.padding-left-0{
    padding-left: 0px!important;
}
.htiframe{
    width:100%;
    height:750px;
    border:1px solid #ccc;
}
/* 红色字体 */
.text-red{
    color: red;
}
.margin-0-2{
    margin: 0 2px;
}
.line-height-30{
   line-height: 30px!important;
}
/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/*
* 模块：google滚动条
* author: shiala
*/
::-webkit-scrollbar-track-piece {
    -webkit-border-radius:0;
}
::-webkit-scrollbar-track{
    background:rgba(0,0,0,.1);
}
::-webkit-scrollbar {
    width:8px;
    height:8px;
}
::-webkit-scrollbar-thumb {
    height:32px;
    background:rgba(0,0,0,.25);
}
::-webkit-scrollbar-thumb:hover {
    height:32px;
    background:rgba(0,0,0,.4);
}
/*
* vue闪烁问题
* author: limanming
*/
[v-cloak] {
    display: none !important;
}
.fc-2e{
    color: #2e2e2e !important;
}
.fs-14{
    font-size: 14px !important;
}
.text-transform-none{
    text-transform:none!important;
}
.ff-my{
    font-family: "Microsoft Yahei" !important;
}
.bg-color-grass{
    background-color: #82bb65 !important;
}
.display-inblock{
    display: inline-block !important;
}
.modular i {
    font-size: 19px;
}
.bg-progress-blueDark {
    background: #5ca5cb;
}
.bg-progress-blue {
    background: #4188b1;
}
.bg-progress-blueLight {
    background: #256592;
}
.bg-progress-red {
    background: #db575a;
}
.bg-progress-green {
    background: #80b47a;
}
.bg-progress-blue-top1 {
    background: #429ADC;
}
.bg-progress-blue-top2 {
    background: #53A2DE;
}
.bg-progress-blue-top3 {
    background: #64AADF;
}
.bg-progress-blue-top4 {
    background: #75B2E1;
}
.bg-progress-blue-top5 {
    background: #86BBE2;
}
.bg-well-offwhite {
    background: #FAFAFB;
}
.hr-border-top-color-white{
    border-top-color: #fff;
}
.overflow-y {
    overflow-y : auto !important;
    -ms-overflow-y: auto !important;
}
/*
* 模块：权限控制
* author: limanming
*/
#allMenusDiv [perm] {
    display: none;
}
#shortcut ul li[perm] {
    display: none;
}
[perm] {
    display: none;
}
.selecbtn .btn-group {
    float: right;
    margin: 3px 0 0 8px;
}
.clear {
    clear: both;
}
.margin-bottom-16{
    margin-bottom: 16px !important;
}
.fw-600{
    font-weight:600 !important;
}
.mt-16{
    margin-top: 16px !important;
}
.main-content {
    padding: 16px 8px ;
}
.square-box {
    margin-bottom: 16px;
    background: #fff;
}
.border {
    border: 1px solid #ccc;
}
.padd-16 {
    padding: 16px ;
}
.padd-16-i {
    padding: 16px !important;
}
.padd-0 {
    padding: 0 !important;
}
.padd-l-30 {
    padding-left: 30px;
}
.padd-2-6 {
    padding: 2px 6px !important;
}
.pl-10{
    padding-left: 10px !important;
}
.border-none {
    border: none !important;
}
.border-t {
    border-top: 1px solid #ddd;
}
.border-b{
    border-bottom: 1px solid #ddd;
}
.border-t-none {
    border-top: none;
}
.text-red {
    color: #dd4f59;
}
.text-gray {
    color: #999;
}
.text-green {
    color: #6bb52e;
}
.text-orange {
    color: #f29116;
}
.text-blue {
    color: #3270a7;
}
.icon-blue {
    color: #80a8d0;
}
.icon-orange {
    color: #ceb69b;
}
.icon-red {
    color: #ce9c98;
}
.icon-green {
    color: #a5d1e3;
}
.icon-bg-blue {
    background: rgba(128,168,208,.5);
}
.icon-bg-orange {
    background: rgba(206,182,155,.5);
}
.icon-bg-red {
    background: rgba(206,156,152,.5);
}
.icon-bg-green {
    background: rgba(165,209,227,.5);
}
table td label {
    margin-bottom: 0 !important;
}
.lh-26 {
    line-height: 26px;
}
.over-hidd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.over-hidd3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.font-12 {
    font-size: 12px;
}
.font-15 {
    font-size: 15px;
}
.font-18 {
    font-size: 18px;
}
.font-60 {
    font-size: 60px;
}
.margin-left-50 {
    margin-left: 50px!important;
}
.margin-left-5 {
    margin-left: 5px!important;
}
.margin-left-10 {
    margin-left: 10px!important;
}
.margin-left-15 {
    margin-left: 15px!important;
}
.margin-left-25 {
    margin-left: 25px!important;
}
.mr-50{
    margin-right:50px !important;
}
.mgt-2{
    margin-top:2px !important;
}
.padd-l-8{
    padding-left:8px !important;
}
.margin-bottom-24 {
    margin-bottom: 24px;
}
.position-rela {
    position: relative;
}
/* ---- 台账管理 ---- */
/*
* 模块：用电企业详情
* author: shiala
*/
.page-location {
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    margin-bottom: 16px;
}
.page-location .btn-group>.btn {
    padding: 0 6px;
}
.link-back {
    float: right;
    height: 30px;
    position: absolute;
    right: 48px;
    top: -35px;
}
/*.link-back a {
	line-height: 28px;
}*/
.link-back a {
    color: #333;
    display: block;
    padding: 0 10px;
    line-height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
}
.link-back a:hover {
    color: #333;
    border-color: #bbb !important;
    background: #f0f0f0 !important;
}
.icon-return {
    margin-right: 3px;
}
.page-location h3 {
    line-height: 32px;
    float: left;
    margin: 0 10px 0 0;
}
.page-location h6 h3 {
    float: none;
    margin: 0;
    line-height: normal;
}
.icon-location {
    font-size: 34px;
    float: left;
    margin: 0 4px 0 -5px;
}
.page-location ul {
    float: left;
    margin: 1px 0 0 16px;
    overflow: hidden;
}
.page-location ul li {
    float: left;
    margin-left: -1px;
}
.page-location ul li span {
    padding-left: 3px;
}
.page-location ul li a {
    color: #666;
    display: block;
    line-height: 30px;
    border: 1px solid #d4d4d4;
    border-right: 1px solid #ccc;
    padding: 0 12px;
    background: #fff;
}
.page-location ul li a:hover {
    /*color: #3270a7;*/
    border-color: #bbb;
    background: #f0f0f0;
}
.page-location ul li a.select-on {
    color: #fff;
    background: #3270a7;
    border-color: #3270a7;
}
.page-location ul li.active a {
    color: #fff;
    background: #3270a7;
    border-color: #3270a7;
}
.page-location ul li a.select-on span {
    color: #fff;
}
.page-location ul li:first-child {
    margin-left: 0;
}
.page-location ul li:first-child a {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.page-location ul li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.page-location .dropdown-menu {
    min-width: 100px;
    padding: 0;
    right: 0;
    left: auto;
}
.page-location .dropdown-menu li {
    float: none;
    font-size: 13px;
}
.page-location .dropdown-menu li a {
    border: none;
    color: #333;
}
.page-location .dropdown-menu li:hover a {
    background: #f0f0f0;
}
.customer-box {
    margin: 0 8px;
    padding-top: 8px;
    background: #f8f8f8;
    border: 1px solid #ddd;
}
.customer-box .square-box {
    margin-bottom: 10px;
}
.info-header {
    position: relative;
    height: 138px;
    background: url(../img/page/comp-bg.png);
}
.date-today {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 12px;
}
.info-header ul {
    position: absolute;
    right: 12px;
    bottom: 10px;
}
.info-header ul li {
    float: left;
    margin-left: 10px;
}
/*.info-header ul li a {
	height: 30px;
	line-height: 26px !important;
}*/
.info-header ul li a span i {
    float: left;
    margin-right: 4px;
}
.comp-info {
    padding: 0 20px 30px 146px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.comp-avater {
    width: 108px;
    height: 108px;
    text-align: center;
    line-height: 96px;
    position: absolute;
    top: -36px;
    left: 24px;
    padding: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,255,255,1);
}
.comp-avater i {
    width: 96px;
    height: 96px;
    font-size: 72px;
    display: block;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #83afd5;
}
.comp-data {
    padding-top: 16px;
}
.comp-data h4 {
    margin-bottom: 2px;
}
.comp-data p {
    line-height: 28px;
    word-break: break-all;
}
.comp-data p:first-child {
    margin-bottom: 12px;
}
.word-wrap {
    padding-left: 39px;
    position: relative;
}
.word-wrap p {
    width: 39px;
    position: absolute;
    top: 0;
    left: 0;
}
.word-wrap span {
    display: inline-block;
    padding-top: 3px;
    line-height: 22px;
    word-break: break-all;
    word-wrap: break-word;
}
.comp-style {
    padding: 0 0 16px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}
.comp-style dl {
    float: left;
    height: 46px;
}
.comp-style dl:nth-child(2) {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px dotted #ddd;
}
.comp-style dl dt {
    margin-top: -5px;
    line-height: 30px;
}
.comp-style dl dd {
    color: #999;/*margin-top: 2px;*/
}
.tab-box {
    padding: 0 14px;
}
.tab-content {
    padding: 0 0 16px;
}
.base-data ul {
    padding: 10px 0;
}
.contract-detail ul li, .base-data ul li {
    width: 50%;
    float: left;
    padding-right: 10px;
    overflow: hidden;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contract-detail ul li.contract{
    width: 100%;
}
.contract-detail ul li.contract .download-file{
    height: 26px;
    padding-left: 26px;
}
.contract-detail ul li.contract .download-file dt i{
    font-size: 26px;
    line-height: 26px;
}
/*.contract-detail ul li p {
	float: left;
}*/
.business-info {
    line-height: 26px;
    display: inline-block;
    padding: 0 14px;
    margin: 16px 0 -2px;
    border: 1px solid #ccc;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background: #f0f0f0;
}
.history-record {
    padding: 4px 0;
    margin: 16px 0 0 10px;
    border-left: 2px solid #eee;
}
.record-open {
    margin-top: 0;
}
.record-info {
    margin: 0 0 14px 18px;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px dotted #ddd;
}
.record-info:last-child {
    margin-bottom: 0;
}
.record-dotted {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: -28px;
    background: url(../img/page/dotted.png);
}
.record-info p {
    /*color: #999;*/
    line-height: 24px;/*float: left;*/
}
.record-info p.time {
    width: 80px;
    /*padding-right: 30px;
	float: left;*/
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}
.record-info a:hover {
    text-decoration: underline;
}
.record-word {
    min-height: 48px;
    padding-left: 90px;
}
.record-word h6 {
    height: 24px;
    font-weight: bold;
    line-height: 22px;
    padding-right: 74px;
    display: inline-block;
    position: relative;/*overflow: hidden;*/
}
.record-word i {
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    float: left;
    font-weight: normal;
    overflow: hidden;
    margin: 0 6px 0 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #83afd5;
}
.record-word p {
    padding-left: 28px;
    line-height: 20px;
    /*margin-top: -4px;*/
}
.contract-list {
    margin-left: -4px;
}
.contract-list .nav-tabs {
    padding-top: 0;
    margin-left: -1px;
}
.contract-list .tab-content {
    padding-bottom: 0;
}
.contract-detail {
    position: relative;
    padding: 11px 12px;
    border: 1px solid #ddd;
    background: #fff;
}
.register-detail {
    padding-bottom: 16px;
}
.contract-list .contract-detail {
    margin: 12px 0;
}
.contract-list .nav-tabs {
    margin-top: 1px;
}
.contract-list .nav-tabs>li.active>a {
    border-bottom-color: #f8f8f8;
    background: #f8f8f8;
}
.contract-detail ul.contract-base {
    padding-right: 24px;
}
.contract-btn {
    position: absolute;
    top: 28px;
    right: 12px;
}
.customer-contract .contract-btn {
    top: 42px;
}
.contract-hidden {
    margin-top: -10px;
}
.contract-other {
    padding-right: 24px;
    padding-bottom: 10px;
}
.contract-other ul {
    width: 50%;
    float: left;
    padding: 0;
}
.contract-other ul li {
    width: 100%;
}
.download-file {
    /*width: 100%;*/
    height: 56px;
    float: left;
    position: relative;
    padding-left: 50px;
}
.download-file dt {
    /*float: left;*/
    position: absolute;
    top: 0;
    left: 3px;
}
.download-file dt i {
    font-size: 54px;
    line-height: 56px;
    margin: 0 2px 0 -5px;
    float: left;
}
.download-file dd {
    line-height: 23px;
    padding-top: 3px;
}
.download-file dd a:hover {
    text-decoration: underline;
}
.dotted-line {
    border-bottom: 1px dotted #ddd;
}
.protocol {
    /*margin: 0 -12px;*/
    padding: 10px 24px 10px 0;
}
.protocol:last-child {
    margin-bottom: -10px;
}
/*
* 模块：二级经销单位
* author: shiala
*/
.comp-avater i.icon-distributor {
    font-size: 70px;
}
.distributor-blank {
    height: 18px;
}
.center-btn {
    text-align: center;
    margin-top: 10px;
    padding: 16px 0 0;
}
.contract-state {
    position: absolute;
    top: 18px;
    right: 40px;
}
.contract-state img {
    height: 42px;
}
.agreement-other {
    padding-bottom: 0;
}
.download-file dt i.icon-pdf {
    font-size: 46px;
    margin: 0 8px 0 0;
}
.contract-list .register-info {
    border: none;
    margin: 0;
}
.download-box {
    clear: both;
    /*padding: 12px 24px 0 0;
	margin-top: 10px;*/
    padding: 10px 0;
    border: none;
}
.download-box .download-file {
    padding-left: 52px;
}
.download-box ul {
    width: 100%;
}
.download-box ul li {
    width: 50%;
    float: left;
}
.agreement-info {
    padding-top: 10px;
}
.agreement-operate {
    height: 46px;
    padding: 14px 0 0;
    margin-top: 8px;
    border-top: 1px dotted #ccc;
}
.agreement-btn {
    float: right;
}
/*---- 营销管理 ----*/
/*
* 模块：项目报备
* author: shiala
*/
.report-info {
    height: 134px;
    position: relative;
    padding-left: 134px;
}
.report-notice {
    line-height: 34px;
    color: #dd4f59;
    padding: 0 10px;
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e7a5aa;
    background: #fceaeb;
}
.report-notice i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    float: right;
    cursor: pointer;
    cursot: pointer;
    font-size: 13px;
    margin: 8px 0 0 8px;
    display: inline-block;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: #dd4f59;
}
.report-icon {
    width: 98px;
    height: 98px;
    text-align: center;
    line-height: 98px;
    color: #fff;
    position: absolute;
    top: 18px;
    left: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #83afd5;
}
.report-icon i {
    font-size: 64px;
}
.report-info h4 {
    padding: 10px 0 7px;
}
.report-info h4 span{
    margin-left: 10px;
    padding: 4px 6px 3px;
    font-size: 13px;
    font-weight: 500;
}
.report-info ul li {
    float: left;
    line-height: 26px;
    margin-right: 40px;
}
.report-info ul li:last-child {
    margin-right: 0;
}
.report-stage {
    padding: 14px 18px 18px;
}
.data-none {
    text-align: center;
    padding: 45px 0;
}
.thumbnail_box_empty{
    padding: 60px 10px!important;
    text-align: center;
    color: #999;
}
.data-none i, .dataTables_empty i,.thumbnail_box_empty i {
    width: 120px;
    height: 120px;
    display: inline-block;
    text-align: center;
    line-height: 120px;
    font-size: 68px;
    color: #ccc;
    margin-bottom: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f0f0f0;
}
.data-none a {
    margin-top: 12px;
}
.stage-step {
    padding: 20px 0 0;
}
.step-box {
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}
.step-box hr {
    width: 100%;
    height: 6px;
    display: inline-block;
    margin-bottom: 9px;
    background: #d4d4d4;
}
.step-box p:after, .step-box p::after {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 91px;
    left: 50%;
    margin-left: -9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #d4d4d4;
    display: inline-block;
    background: #fff;
}
.step-box i {
    width: 70px;
    height: 78px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 38px;
    line-height: 74px;
    background: url(../img/page/step-bg1.png);
}
.step-box i.icon-step2 {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}
.step-on i {
    background: url(../img/page/step-bg2.png);
}
.step-on p:after, .step-on p::after {
    border-color: #aace8c;
}
.step-on hr {
    background: #aace8c;
}
.step-box:first-child hr {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.step-box:last-child hr {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.report-dynamic {
    padding: 2px 4px 0;
}
.dynamic-type {
    margin-top: 14px;
}
.dynamic-type textarea {
    height: 72px;
}
.dynamic-btn {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-top: none;
    background: #f5f5f5;
}
.dynamic-btn p {
    float: right;
}
.dynamic-btn p a {
    padding-left: 24px;
    padding-right: 24px;
}
.dynamic-btn ul li {
    float: left;
    margin-right: 8px;
}
.record-word .reason {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.record-word .reason.position-rela {
    position: relative;
    margin-left: 8px;
}
.dynamic-table {
    margin-top: 14px;
    position: relative;
}
.dynamic-link {
    position: absolute;
    top: -54px;
    right: 0;
}
.dynamic-table table.dataTable {
    margin: 0 !important;
}
.dynamic-table .dt-toolbar-footer {
    border: 1px solid #ccc;
    border-top: none;
}
.dynamic-table .dataTables_length{
    margin:0px;
}
.report-dynamic .tab-content {
    padding-bottom: 20px;
}
/*
* 模块：我的审核
* author: shiala
*/
.fa-angle-double-down, .fa-angle-double-up {
    vertical-align: -1px
}
.approval-box {
    width: 100%;
    background: #f5f5f5;
}
.approve-btn {
    height: 64px;
    padding: 16px 18px;
    /*border-bottom: 1px solid #ddd;*/
    background: #fff;
}
.approve-btn a {
    float: left;
    padding: 0 16px;
    margin-right: 8px;
}
.contract-approve {
    width: 62%;
    height: 100%;
    float: left;
    padding: 0 20px 30px;
    margin-left: 8px;
    /*border-right: 1px dotted #e5e5e5;*/
    background: #fff;
}
.approve-title:first-child {
    border-top: none;
}
.approve-title {
    position: relative;
    line-height: 24px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
}
.approve-title p .btn {
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
}
.approve-title h5 {
    float: left;
    margin-right: 30px;
}
.approve-title a {
    position: absolute;
    top:16px;
    right: 0;
    font-size: 20px;
}
.title-line {
    padding-top: 2px;
    border-bottom: 1px solid #ccc;
}
.title-line h5 {
    float: left;
    margin-right: 30px;
    margin-bottom: -1px;
    border-bottom: 2px solid #3270a7;
    padding: 0 2px 9px;
}
.title-line p {
    line-height: 22px;
}
.contract-intro {
    padding: 10px 0 0;
}
.contract-data {
    padding: 16px;
    margin-top: 10px;
    background: #f8f8f8;
    border-radius: 4px;
}
.contract-intro ul:first-child {
    margin-bottom: 16px;
}
.contract-intro ul li {
    line-height: 28px;
}
.contract-intro ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.icon-contract2 {
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    padding: 0px 8px 0 0;
    margin: 10px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contract-modify {
    padding: 24px 0;
}
.contract-modify label {
    line-height: 24px;
}
.contract-modify label input {
    float: left;
    margin: 5px 4px 0 0;
}
.modify-cont {
    width: 100%;
}
.modify-cont textarea {
    width: 100%;
    height: 100px;
    margin-top: 4px;
}
.approval-list {
    width: 38%;
    height: 100%;
    padding: 0 18px 24px 24px;
    float: left;
    margin-left: -8px;
    /*border-left: 1px dotted #e5e5e5;!*background: #f0f0f0;*!*/
}
.approval-list h5 {
    margin: 0 0 12px -6px;
}
.approval-record {
    position: relative;
    padding: 2px 0 12px 18px;
    border-left: 2px solid #ccc;
}
.approval-record:last-child {
    padding-bottom: 2px;
}
.approval-record .record-dotted {
    position: absolute;
    top: 12px;
    left: -10px;
}
.approval-detail {
    padding: 0 14px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
.approval-detail:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    left: -7px;
    border-top: 8px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 8px solid transparent;
}
.approval-info {
    padding: 10px 0 8px;
    border-bottom: 1px dotted #ddd;
}
.approval-info:last-child {
    border: none;
}
.approval-info p {
    line-height: 20px;
    margin-bottom: 2px;
}
.approval-info p a:hover {
    text-decoration: underline;
}
.approval-info p span:first-child {
    font-weight: bold;
}
.approval-list .nav-tabs>li.active>a {
    border-bottom: 1px solid #f8f8f8;
    background-color: #f8f8f8;
}
.site_li{
    height: 140px;
    margin-bottom: 20px;
}
.site-img {
    max-width: 100%;
    max-height: 100%;
}
/*
* 模块：二级拓展协议详情
* author: shiala
*/
/*.expand-box .contract-detail {
	padding-bottom: 0;
}*/
.btn-open {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    border: 1px solid #3270a7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-open:hover {
    color: #fff;
    background: #3270a7;
}
.expand-info {
    border-bottom: none;
}
.expand-contract {
    padding-bottom: 0;
}
.expand-btn {
    padding: 14px 0 8px;
    margin-top: 8px;
    border-top: 1px dotted #ddd;
}
.add-expand {
    /*margin: 12px 10px;*/
    margin-bottom: 12px;
}
.add-expand a {
    display: block;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border: 1px solid #ddd;
}
.add-expand a:hover {
    background: #f5f5f5;
}
.add-expand a span {
    display: inline-block;
}
.add-expand a span i {
    float: left;
    font-size: 18px;
    margin: -1px 5px 0 0;
}
.param-list .unit {
    position: absolute;
    top: 3px;
    right: 20px;
}
.param-list .price {
    position: absolute;
    top: 3px;
    left: 20px;
}
.param-list label.col {
    padding-right: 10px
}
.input-agio:after {
    content: "-";
    position: absolute;
    top:2px;
    left: 20px;
}
.input-scale:after {
    content: "%";
    position: absolute;
    top: 0px;
    left: -15px;
}
/*---- 基本配置 ----*/
/*
* 模块：套餐设置
* author: shiala
*/
.package-box {
    position: relative;
    padding: 6px;
}
.add-package {
    position: absolute;
    top: 16px;
    right: 20px;
}
.package-data {
    width: 18.6%;
    float: left;
    margin: 20px .7% 0;
    padding-bottom: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #f0f0f0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.package-data:hover {
    box-shadow: 0 0 5px 2px #aaa;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.package-header {
    padding: 12px 14px 18px;
    color: #fff;
    /*-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;*/
    background: #83afd5;
}
.package-use em.active {
    border-top-color: #97cc86;
}
.package-use em {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    border-top: 68px solid #ccc;
    border-right: 0px solid transparent;
    border-left: 68px solid transparent;
    border-bottom: 0 dotted;
}
.package-use i {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    transform: rotate(9deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: inline-block;
    margin-left: 26px;
    margin-top: 15px;
}
.package-use{
    position: absolute;
    right: 0;
    top: 0;
    width: 68px;
    height: 68px;
    border-radius: 0 3px 0 0;
    overflow: hidden;
}
.package-used {
    position: relative;
}
.package-used .package-header {
    background: #aace8c;
}
.used-box {
    position: absolute;
    top: 0;
    right: 0;
}
.used-triangle {
    width: 0;
    height: 0;
    /* border-width: 36px;
    border-color:  #dd4f59 #dd4f59  transparent transparent ;
    border-style: solid;
	border-top-right-radius: 5px;*/
    border-top: 68px solid #dd4f59;
    border-left: 68px solid transparent;
}
.used-box p {
    color: #fff;
    position: absolute;
    top: 14px;
    right: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.package-name {
    height: 90px;
    text-align: center;
    padding: 14px 0 24px;
}
.package-name h5 {
    width: 100%;
    /*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
    margin-bottom: 6px;
}
.package-name p {
    font-size: 12px;
}
.parameter {
    margin: -24px 12px 0;
    padding: 6px 0 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}
.para-data {
    height: 198px;
    padding: 0 16px;
    overflow: auto;
}
.parameter ul {
}
.parameter ul li {
    width: 100%;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dotted #ddd;
}
/*.parameter ul li:last-child {
	border-bottom: none;
}*/
.parameter ul li span {
    float: right;
}
.package-btn {
    height:40px;
    line-height: 40px;
    text-align: center;
}
.package-btn a {
    margin: 0 5px;
}
.package-btn a:hover {
    text-decoration: underline;
}
/*
* 模块：新建套餐
* author: shiala
*/
.addset-box {
    padding: 20px 0 2px;
}
.addset-box .title-line {
    margin-bottom: 14px;
}
.addset-link {
    float: right;
    margin: -6px 0 0;
}
.addset-box .pop-filedata {
    margin-bottom: 0;
}
.addset-info {
    margin: 0 20px;
    margin-bottom: 36px;
}
.addset-table {
    margin-bottom: 16px;
}
.addset-btn {
    text-align: center;
}
.addset-btn button {
    /*width: 92px;
	line-height: 32px;*/
    margin: 0 6px;
    padding: 0 24px;
}
.param-dialog {
    width: 880px;
}
.param-table {
    border: 1px solid #ccc;
}
.param-table .table {
    margin: 0 !important;
    border: none;
}
/*---- 个人菜单 ----*/
/*
* 模块：个人信息
* author: shiala
*/
.personal-box {
    padding: 30px 40px 40px;
}
.personal-box ul {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
}
.personal-box ul:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.personal-box ul li {
    line-height: 36px;
}
.single-record {
    margin-top: 10px;
}
.single-record h6 {
    font-weight: normal;
    padding-right: 0;
}
.single-record .record-info {
    margin-bottom: 8px;
    padding-bottom: 0;
    border-bottom: none;
}
.single-record .record-info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-record .record-info p.time {
    width: 124px;
}
.single-record .record-word {
    padding-left: 142px;
    min-height: 24px;
}
/*---- 系统管理 ----*/
/*
* 模块：新建角色
* author: shiala
*/
.addrole-box {
    padding: 20px;
}
.role-tab {
    margin: 20px 0 0;
    padding: 0;/*border: 1px solid #ccc;*/
}
.role-tab .nav-tabs {
    padding-top: 0;
}
.role-list {
    padding: 12px 14px 14px;
    border: 1px solid #ddd;
    border-top: none;
}
/*---- 弹窗 ----*/
/*
* 模块：导入
* author: shiala
*/
.pop-content .tab-content {
    padding-bottom: 0;
}
.pop-content .nav-tabs {
    /*margin-bottom: -1px;*/
    padding-top: 0;
}
.pop-content .nav-tabs > li {
    /*width: 32.66%;*/
    width: 49.5%;
    text-align: center;
    margin-bottom: -1px;
    margin-right: 0;
}
/*.pop-content .nav-tabs > li:nth-child(2) {
	margin: 0 0 -1px 1%;
}*/
.pop-content .nav-tabs > li:nth-child(2) {
    margin: 0 0 -1px 1%;
}
.pop-content .nav-tabs li a {
    margin-right: 0;
    padding: 7px 0;
    background: #f5f5f5;
    border: 1px solid #ccc;
}
.pop-content .nav-tabs li.active a {
    margin-top: 0 !important;
    padding: 9px 0 10px;
    background: #fff;
    border-top: 3px solid #3270a7 !important;
    border-bottom-color: #fff !important;
}
.file-content {
    /*padding: 16px 0 0;*/
    border: 1px solid #ccc;
    border-top: none;
}
/*.file-content p {
	padding: 0 16px;
}*/
.file-area {
    height: 240px;
}
.file-square {
    width: 200px;
    height: 48px;
    margin: 0 auto;
    padding: 96px 0;
    overflow: hidden;
    position: relative;
}
.file-square button {
    width: 100%;
    height: 48px !important;
    /*border: none;*/
    cursor: pointer;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.file-square input {
    font-size: 40px;
    height: 48px;
    position: absolute;
    top: 96px;
    right: 0;
    cursor: pointer;
    z-index: 100;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.file-data {
    text-align: center;
    padding-top: 50px;
}
.file-data i {
    font-size: 100px;
    line-height: 110px;
}
.file-btn {
    height: 36px;
    padding: 0 14px;
    background: #f5f5f5;
}
.file-rechoice {
    width: 100px;
    height: 28px;
    float: right;
    margin-top: 4px;
    overflow: hidden;
    position: relative;
}
.file-rechoice button {
    width: 100%;
    height: 28px;
    line-height: 28px;
    /*border: none;*/
    cursor: pointer;
    font-size: 13px;
    color: #3270a7;
    border: none;
    background: none;
}
.file-rechoice input {
    font-size: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 100;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
i.icon-addfile {
    float: left;
    margin-right: 4px;
}
.download-link {
    line-height: 36px;
}
/*.download-link a:hover span {
	text-decoration: underline;
}*/
.download-link i.icon-download {
    float: left;
    margin-right: 4px;
}
.rechoice-btn {
    float: right;
}
.modal-footer p {
    float: left;
    margin-top: -4px;
}
/*
* 模块：文件备份
* author: shiala
*/
.file-backup {
    border: 1px solid #ccc;
}
/*
* 模块：添加注册信息
* author: shiala
*/
.pop-filedata {
    height: 30px;
    color: #333;
    line-height: 30px;
    padding: 0 8px;
    /*margin-bottom: 10px;*/
    margin-bottom: 0;
    border: 1px solid #ccc;
    background: #f0f0f0;
}
.pop-filedata i.icon-contract1 {
    font-size: 22px;
    line-height: 26px;
    float: left;
    margin: 2px 4px 0 0;
}
.pop-filedata a:hover {
    text-decoration: underline;
}
.popfile-area {
    position: relative;
}
.popfile-btn {
    width: 72px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    overflow: hidden
}
.popfile-btn input.file {
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    cursor: pointer;
}
.popfile-btn a, .popfile-btn button {
    width: 72px;
    text-align: center;
}
/*
* 模块：历史框架协议
* author: shiala
*/
.pop-agreement {
    /*padding: 0 16px;*/
}
.pop-agreement ul {
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.pop-agreement ul:last-child {
    border-bottom: none;
}
.pop-agreement ul li {
    width: 50%;
    float: left;
    line-height: 28px;
    padding-right: 0;
}
.pop-agreement ul li p {
    /*float: left;*/
}
/*
* 模块：加载更多
* author: shiala
*/
/*.loadmore {
	width: 200px;
	height: 40px;
	text-align: center;
	line-height:40px;
	border: 1px solid #000;
	cursor: pointer;
}*/
.showmore {
    width: auto;
    color: #275b89;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    display: inline-block;
    padding-left: 22px;
    margin: 10px 0 0;
    background: url(../img/page/loadmore.gif) no-repeat left center;
}
.loadclose {
    background: url(../img/page/loadclose.gif) no-repeat left center;
}
.showmore:hover {
    text-decoration: underline;
}
/*
* 模块：input联想输入
* author: ckl
*/
.autocomplete {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    max-height: 110px;
    overflow-y: auto;
    z-index: 5;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
}
.autocomplete li {
    padding: 5px 10px;
}
.autocomplete li:hover {
    background: #cce5ff;
}
/*
* 模块：新建报备项目
* author: shiala
*/
.add-project {
    padding-top: 16px;
    border-top: 1px dotted #ddd;
}
.table-btn {
    height: 30px;
    text-align: left;
    margin-bottom: 10px;
}
/*.table-btn a.add {
	float: right;
}*/
.add-project .table {
    margin-bottom: 0;
}
/*
* 模块：合同归档
* author: shiala
*/
.file-dialog {
    width: 780px;
}
/*.file-dialog .pop-content {
	padding: 18px 18px 3px;
	border: 1px solid #ccc;
}*/
.file-dialog .smart-form {
    color: #333;
}
.pop-file {
    padding: 16px 16px 0;
    border: 1px solid #ccc;
}
.file-info {
    height: 114px;
    padding: 0 0 16px 116px;
}
.file-info .report-icon {
    top: 0;
    left: 0;
}
.file-dialog .report-info ul li {
    margin-right: 40px;
}
.file-dialog .report-info ul li:last-child {
    margin-right: 0;
}
.file-set {
    padding: 16px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.file-left {
    border-right: 1px dotted #ccc;
}
.file-right {
    line-height: 28px;
    padding-right: 0 !important;
    margin-left: -1px;
    border-left: 1px dotted #ccc;
}
.file-set ul li {
    line-height: 28px;
}
.modify-word {
    line-height: 22px;
    padding-right: 16px;
}
.modify-word p {
    height: 84px;
    margin-top: 4px;
    padding: 6px 10px;
    overflow-y: hidden;
    /*border: 1px solid #ccc;*/
    background: #f0f0f0;
}
.file-contract {
    padding: 16px 0 3px;
}
/*.file-contract .pop-filedata {
	margin-bottom: 0;
}*/
.file-contract p {
    float: left;
}
.file-contract .smart-form section:last-child {
    margin: -10px 0 0;
}
.contract-no {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
    color: #fff;
    float: left;
    border: 1px solid #1f496d;
    background-color: #3276b1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.smart-form input.input-sm.contract-bottom {
    float: left;
    width: 30%;
    margin-left: -1px;
}
/*---- 系统管理 ----*/
/*
* 模块：控制
* author: shiala
*/
.authority-box .role-tab {
    margin: 0;
}
.role-tab .tab-content {
    padding-bottom: 18px;
}
/*
* 模块：转办
* author: shiala
*/
.turn-box {
    border: 1px solid #ccc;
}
.turn-handle {
    width: 54%;
    padding: 10px 16px 16px;
}
.turn-handle ul {
    padding-bottom: 6px;
    border-bottom: 1px dotted #ddd;
}
.turn-handle ul li {
    line-height: 28px;
}
.handle-info {
    padding: 8px 0 0;
    border-bottom: 1px dotted #ddd;
}
.handle-info p {
    line-height: 28px;
    margin-bottom: 3px;
}
.handle-info p span {
    width: 100%;
    display: inline-block;
}
.examine-process {
    padding: 14px 0;
    background: #f0f0f0;
}
.examine-list {
    max-height: 450px;
    overflow: auto;
    padding: 0 0 0 8px;
}
.examine-process h5 {
    margin-bottom: 6px;
}
/*
* 模块：转办
* author: shiala
*/
.terminate-box .handle-info:last-child {
    border-bottom: none;
}
/*
* 模块：新建数据字典
* author: shiala
*/
.category-dialog {
    width: 420px;
}
.register-dialog {
    width: 900px;
}
.max-dialog {
    width : 980px;
}
/*
* 模块：datatables移入移出事件
* author: ckl
*/
.hoverApprover {
    position: relative;
    color: #3270a7;
    cursor: pointer;
}
.hoverApprover:hover {
    color: #214e75;
}
.hoverApproverContent {
    left: -160px;
    position: absolute;
    display: none;
    width: 360px;
    max-height: 396px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    overflow-y: auto;
    z-index: 903;
}
/*.hoverApproverContent .history-record {
	margin-top: 0;
}*/
.history-approval {
    margin-top: 0;
    margin-bottom: 10px;
}
.history-approval .record-info {
    padding: 8px 12px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fafafa;
}
.history-approval .record-info:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 8px;
    left: -28px;
    background: url(../img/page/dotted.png);
}
.history-approval .record-info:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 8px;
    left: -7px;
    border-top: 8px solid transparent;
    border-right: 7px solid #ddd;
    border-bottom: 8px solid transparent;
}
.history-approval .record-info p {
    color: #333;
    border-bottom: 1px dotted #ddd;
    line-height: 20px;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.history-approval .record-info p:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
/*
* 模块：移入浮框样式
* author: ckl
*/
#lookupDivCopy {
    display: none;
}
.hover-tooltip {
    position: relative;
}
.tooltip-model {
    position: absolute;
    display: none;
    top: -28px;
    right: -7px;
    z-index: 5;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 1px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.tooltip-model:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #000;
}
.hover-tooltip:hover .tooltip-model {
    display: block;
}
/*
* 模块：下拉多选
* author: fying
*/
.checkboxLayer {
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    min-width: 288px;
    width: 100%;
    transition: height 0.3s ease 0s;
    max-height: 233px;
    overflow-y: auto;/*display: none;*/
}
.checkboxLayer .helperContainer {
    border-bottom: 1px solid #ddd;
    padding: 4px 4px 3px;
}
.checkBoxWrap {
    min-width: 288px;
}
.checkboxLayer .checkBoxContainer {
    display: block;
    padding: 4px;
    overflow: hidden;
}
.checkboxLayer .line {
    max-height: 30px;
    overflow: hidden;
    box-sizing: content-box;
}
.checkboxLayer .helperButton:not( .reset ) {
    margin-right: 4px;
}
.checkboxLayer .helperButto {
    display: inline;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 24px;
    border-radius: 2px;
    color: #666;
    background-color: #f1f1f1;
    line-height: 1.6;
    width: 58px;
}
.checkboxLayer .role {
    display: inline-block;
    min-width: 12px;
}
.checkboxLayer .checkbox {
    color: #ddd !important;
    position: absolute;
    left: -9999px;
    cursor: pointer;
    background: red;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.checkboxLayer .multiSelectItem.selected {
    background-image: linear-gradient(#e9e9e9, #f1f1f1);
    color: #555;
    cursor: pointer;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #d9d9d9;
}
.checkboxLayer .multiSelectItem {
    display: block;
    padding: 3px 8px;
    color: #444;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    position: relative;
    line-height: 24px;
    min-height: 32px;
}
.checkboxLayer .vertical {
    float: none;
}
.checkboxLayer .multiSelectItem:hover, .checkboxLayer .multi-select-group .multiSelectGroup:hover {
    background-image: linear-gradient(#c1c1c1, #999) !important;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #ccc !important;
}
.checkboxLayer .multiSelectItem .tickMark {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 10px;
}
.checkboxLayer .select2-choices {
    /*min-height: 26px;*/
    /*height: auto !important;*/
    /*height: 1%;*/
    margin: 0;
    padding: 0;
    position: relative;
    /*border: 1px solid #aaa;*/
    cursor: text;
    overflow: hidden;/*background-color: #fff;*/
    /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));*/
    /*background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);*/
    /*background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);*/
    /*background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);*/
}
.checkboxLayer .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    vertical-align: middle;
}
.checkboxLayer .select2-choices li {
    float: left;
    list-style: none;
}
/*.multi-select-input i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.multi-select-input i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.multi-select-input i:after, .multi-select-input i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.multi-select-input i {
	position: absolute;
	top: 10px;
	right: 11px;
	width: 5px;
	height: 10px;
	background: #fff;
	box-shadow: 0 0 0 9px #fff;
}
.multi-select-input .state-success i {
	background: #f0fff0;
	box-shadow: 0 0 0 9px #f0fff0;
<<<<<<< .mine
}*/


/*
* 模块：客户资料
* author: ckl
*/
.workflow-info ul li p {
    padding-right: 10px;
    overflow: hidden;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*
* 模块：文件上传
* author: ckl
*/
.file-group {
    display: inline-block;
    position: relative;
}
.file-group .btn-xs {
    vertical-align: middle;
    display: inline-block;
    padding: 0 14px;
}
.file-group .file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.widget-toolbar .caret {
    margin: 8px 5px 0 0;
}
/*
* 模块：公告模块
* author: ckl
*/
.smart-form .pop_img {
    position: relative;
}
.smart-form .pop_img img {
    width: 250px;
    height: 146px;
}
.smart-form .pop_img input {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 24px;
    opacity: 0;
    z-index: 100;
}
.smart-form .pop_img p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}
.post-footer {
    padding: 18px 0;
    text-align: left;
}
.post-footer .btn{
    padding: 0 24px;
    margin-left: 8px;
}

/*客服信息*/
.mb-0{
    margin-bottom: 0 !important;
}
.fa-da{
    font-size: 14px!important;
}
.w-col-3{
    width: 33.3333%;
}
.mr-0{
    margin-right: 0 !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.no_borderT{
    border-top:none !important;
}
.pt-0{
    padding-top: 0 !important;
}
.ml-1{
    margin-left: -1px !important;
}
.ml-0{
    margin-left: 0px !important;
}
.cus-info-h li{
    margin-right: 0 !important;
}
.cus-info-h li p{
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.fa-color-green{
    color: green !important;
}
.fa-color-orange-dark{
    color: darkorange !important;
}
.fa-color-default{
    color: #cccccc !important;
}
.a-underline{
    text-decoration: underline !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 13px !important;
}
.pdlr-16{
    padding-left: 16px;
    padding-right: 16px;
}
.pd-30-body{
    display: block;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.info-box{
    font-size: 12px;
}
.info-box ul li{
    margin-bottom:10px;
}
.info-box ul li:last-child{
    margin-bottom:0px;
}
.info-box ul li .state-head-1{
    display: inline-block;
    width: 80px;
}
.info-box ul li .state-head-2{
    display: inline-block;
    width: 65px;
}
.info-box ul li .state-head-3{
    display: inline-block;
    width: 100px;
}
.info-box ul li .state-group{
    margin-left: 5px;
}
.info-box ul li .state-group span{
    margin-left: 5px;
}
.info-box ul li .state-multy{
    margin-left: 5px;
}
.info-box ul li .state-multy span{
    margin-left: 5px;
}
@media (min-width:992px) {
    .info-box{
        margin-top: 10px;
    }
    .info-box .col-xs-6:nth-child(-n+2){
        margin-bottom: 20px;
    }
    .info-box ul li .state-head-0{
        display: inline-block;
        width: 112px;
    }
    .info-box ul li .state-head-1{
        display: inline-block;
        width: 112px;
    }
    .info-box ul li .state-head-2{
        display: inline-block;
        width: 112px;
    }
    .info-box ul li .state-head-3{
        display: inline-block;
        width: 112px;
    }
    .hideH{
        display: none !important;
    }
    .hideH + ul{
        float: left!important;
    }
}
@media (min-width: 1200px) {
    .info-box{
        margin-top: 0px;
    }
    .info-box .col-xs-6{
        margin-bottom: 0px !important;
    }
    .info-box ul li .state-head-0{
        display: inline-block;
        width: 100px;
    }
    .info-box ul li .state-head-1{
        display: inline-block;
        width: 80px;
    }
    .info-box ul li .state-head-2{
        display: inline-block;
        width: 65px;
    }
    .info-box ul li .state-head-3{
        display: inline-block;
        width: 100px;
    }
    .hideH{
        display:inline-block !important;
    }
    .hideH + ul{
        float: right !important;
    }
}

.info-box .smart-form{
    margin-left: 5px;
}
.info-box .smart-form .toggle{
    display: inline-block;
    padding-right: 0;
    position: static;
}
.info-box .smart-form .toggle i{
    top:-2px;
    right: -49px;
}
.info-box .smart-form .toggle i:before{
    top:3px;
    right: 4px;
}

.info-box .state-group .popover-content p{
    margin-bottom: 10px;
}
.info-box .remark-content{
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
    color: #999;
    max-height: 50px;
}
.popIcon{
    cursor: pointer;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    color:#797070;
}
.info-box .a-hover:hover{
    text-decoration: underline;
}
.customer-tab .show-microcharts > div{
    border-right: 0;
    height: 147px;
    padding: 0px 12px;
    margin-top: 0 !important;
    border-top: 1px solid #DADADA;
}
.customer-tab .show-microcharts h5{
    margin: 36px 0px 20px;
}
.customer-tab .microcharts-box .microcharts-text{
    font-size: 28px ;
}
.microcharts-box .popover{
    font-size: 13px;
}
.microcharts-box > span{
    display: inline-block;
}
.microcharts-box .editable-container{
    z-index: 1011;
}
.microcharts-box > div{
    display: inline-block;
}
.empty-blue{
    color:#3270a7;
    font-size: 12px;
}
.textarea-width{
    min-width: 300px;
}
.w-20-per{
    /*width: 76px !important;*/
    margin-right:10px;
}
.microcharts-box .form-inline .form-control{
    width:auto;
}
.customer-tab .nobtn{
    float: left;
    padding: 0 12px;
    margin: -2px 0 0 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid transparent;
    white-space: nowrap;
    height: 32px;
    line-height: 30px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    margin-left: -1px;
}
/*客户需求新建弹窗*/


input[type="radio"], input[type="checkbox"]{
    vertical-align: -2px;
    /* position: relative; */
}
/*
* 模块：短信发送弹窗
* author: ckl
*/
.message-preview {
    margin-top: 10px;
    padding: 10px 20px;
    background: #f8f8f8;
}
.message-textarea textarea {
    border-radius: 4px !important;
}
/*消息发送-短信发送*/

#send .smart-form .textarea textarea{
    border-color: #eee;
    background: #eee;
    border-radius:5px !important;
    -moz-border-radius:5px !important;
    -webkit-border-radius:5px !important;
}
#send .smart-form .textarea textarea:focus{
    outline: none;
}
.send-box {
    margin: 0;
    outline: 0;
    color: #666;
    position: relative;
}
.send-box .row{
    margin: 0 -15px;
}
.send-box .col-6{
    width: 50%;
}
.send-box .col{
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.send-box section {
    margin-bottom: 15px;
    position: relative;
}

.pContact .p-head{
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
}
.pContact .p-footer{
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
}
.pContact .p-footer label{
    position: absolute;
    right: 14px;
    top: -10px;
}
.pContact .p-head a{
    position: absolute;
    right: 14px;
    top: -10px;
}
.smart-form .invalid{
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #D56161;
}
.power-record-list li p{
    margin-bottom:5px;
}
.power-record-list li p span{
    margin-right:5px;
}

.power-record-list li .text-blue{
    max-height: 54px;
    color: #214e75;
    display: -webkit-box;
    word-wrap:break-word;
    word-break:break-all;
}
.power-record-list li .line{
    border-top:1px solid #cccccc;
}
.textareaSend {
    background: #eee;
    border-radius: 5px;
    padding: 16px;
}
/*上传电费单*/
.uploadBillModal{
    width:700px;
}
.dropzoneResetW {
    margin-top:12.4% !important;
}
/*消息模板适配符*/
.msgTemParam{
    border: 1px solid #e5e5e5;
}
.p0{
    padding: 0 !important;
}
.msgTemParam span {
    display: block;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    background: #ECECEC;
}
.msgTemParamActive {
    border-top: 1px solid #e5e5e5;
}
.msgTemParam ul li {
    float: left;
    width: 50%;
}
.msgTemParam ul li:nth-child(odd) a {
    border-left: 0;
    border-right: 1px solid #e5e5e5;
}
.msgTemParam ul li a {
    color: #333;
    display: block;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border-top: 1px solid #e5e5e5;

}
.msgTemParamActive li a {
    border-top: none!important;
    background-color: transparent;
}
.msgTemParamFixed li a {
    background: #F7F7F7;
}
.msgTemParam ul li a:hover {
    color: #3276b1;
}
.pr-0{
    padding-right: 0 !important;
}
.pl-0{
    padding-left: 0 !important;
}
.mt-25{
    margin-top: 25px !important;
}
.vat{
    vertical-align: top;
}
.warn-box{
    background:#f5f6f7;
    border-radius: 2px;
    margin-top: 10px;
    padding: 16px;
    height: 274px;
    border: 1px solid #eaeaea;

}
.warn-box header{
    margin-bottom: 20px;
}
.warn-box header h6{
    font-weight: 600;
    margin-bottom: 10px;
}
.warn-box .label{
    padding:2px 3px;
    font-weight:normal;
}
.warn-box .warn-info{
    font-size: 12px !important;
}
.warn-box .warn-info p {
    margin-bottom: 10px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.warn-box .warn-info p:last-child{
    margin-bottom: 0;
}
.msg-footer{
    border-top: 1px solid #ddd;
    padding: 10px 10px;
}
.scroll-bar{
    width: 100%;
    margin-top: 5px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.slide-bar{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: #d2d2d2;
    border-radius: 5px;
    cursor: pointer;
}
.home-tab.ui-tabs .ui-tabs-panel{
    padding:0px;
    border: none;
}
.home-tab .home-tab-content{
    position: relative;
    overflow-x: auto;
    height: 296px;
}
.home-tab .home-tab-content ul{
    position: absolute;
    left: 0;
    top: 0;
    width:1460px;
}
.home-tab .home-tab-content li{
    width: 200px;
    float: left;
    margin-right: 10px;
    box-sizing: border-box
}
.home-tab .home-tab-content ul li:nth-last-child(2){
    margin-right: 0;
}
.home-tab.ui-tabs .ui-tabs-nav li a{
    background: #fff;
}
.warn-box header span{
    background: #008844 ;
}
.warn-box header span:last-child{
    background: #3276B1
}
.warn-box .read-more{
    text-align: center;
    margin-top: 100px;
}
.warn-box .read-more:hover{
    text-decoration: underline;
}
.table-more {
    position: absolute;
    bottom:10px;
    left: 20px;
    font-size: 12px;
}
/*
* 模块：时间控件样式
* author: shiala
*/
input.hasDatepicker[readonly] {
    background: #fff !important;
}
input[data-datepicker][readonly] {
    background: #fff !important;
}

/*
* 模块：左边公司菜单
* author: ckl
*/
#navPm {
    position: relative;
}
#navPm .input {
    width: 174px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #bfbfbf;
    margin-top: 10px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    color: #6D6A69;
}
#navPm:hover .input {
    border-color: #5D98CC;
}
#navPm i {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 5px;
    height: 11px;
}
#navPm i::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 4px solid #404040;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#navPm i::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 4px solid #404040;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#navPm ul {
    width: 174px;
    padding: 5px 0;
    border: 1px solid #bfbfbf;
    background: #fff;
}
#navPm ul li{
    width: 172px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#navConsumer {
    -webkit-transition: 250ms cubic-bezier(0.1, .57, .1, 1);
    transition: 250ms cubic-bezier(0.1, .57, .1, 1);
    -webkit-transform: translate(0px, 0) translateZ(0px);
    position: absolute;
    top: 0;
    left: 236px;
    z-index: 900;
    width: 280px;
    padding-top: 105px;
    height: calc(100% - 58px);
    height: -moz-calc(100% - 58px);
    height: -webkit-calc(100% - 58px);
    display: none;
}
.sliderLeft {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background: #fff;
    padding: 16px 16px 72px 16px;
    z-index: 3;
    overflow: hidden;
}
.sliderLeft .search {
    position: relative;
    margin-top: 16px;
}
.sliderLeft .lable {
    padding-left: 20px;
    position: relative;
    display: block;
    line-height: 32px;
    font-size: 13px;
    color: #999;
}

.sliderLeft .lable i {
    position: absolute;
    left: 0;
    top:0;
    cursor: pointer;
    color: #666;
}
.sliderLeft .lable a{
    position: absolute;
    right: 0;
    top:0;
}
.sliderLeft .search input {
    width: 100%;
    padding: 6px 6px 6px 30px;
    line-height: 20px;
    border: none;
    background: #f2f2f2;
}
.sliderLeft .search input + i {
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 22px;
    font-weight: 200;
    color: #999;
}
.sliderLeft ul.nav-list-box {
    margin-left: -16px;
    margin-right: -16px;
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -ms-transition-duration: .25s;
}
.sliderLeft .navRight ul.nav-list-box {
    margin-left: 0;
}
.sliderLeft .nav-list-box-parent{
    height: 150px;
    overflow-y: auto;
}
.sliderLeft .attentionList ul {
    /*height: 150px;*/
}
.sliderLeft .attentionList ul.open {
    height: 0;
}
.sliderLeft .consumerList {
    height: calc(100% - 246px);
}
.navConsumer-tab-content-box{
    width: 246px;
    /*overflow: hidden;*/
    height: calc(100% - 56px);
}

.navConsumer-tab-content{
    height: 100%;
    /*width: 492px;
	overflow: hidden;*/
}
.navConsumer-tab-list{
    height: 100%;
    /*width: 246px;
	float: left;*/
}
.sliderLeft .consumerList ul {
    height: 100%;
}
.sliderLeft .consumerList ul.open {
    height: 0;
}
.sliderLeft ul.nav-list-box li{
    padding: 0 16px;
    position: relative;
}
.sliderLeft ul.nav-list-box li span {
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sliderLeft ul.nav-list-box li i {
    display: none;
    position: absolute;
    right: 16px;
    top:50%;
    transform : translateY(-50%);
    color: #999;
}
.sliderLeft ul.nav-list-box li i.icon-jian {
    display: block;
}
.sliderLeft ul.nav-list-box li i.icon-jia {
    display: block;
}
.sliderLeft .attentionList ul li i {
    color: #f3b81b;
}
.sliderLeft ul.nav-list-box li.active span{
    color: #3276b1;
}
.sliderLeft ul.nav-list-box li.active i,.sliderLeft ul.nav-list-box li:hover i {
    display: block;
}
.sliderLeft ul.nav-list-box li .lable:hover ,.sliderLeft ul.nav-list-box li .lable.active,.sliderLeft ul.nav-list-box li span:hover,.sliderLeft ul.nav-list-box li.active span{
    background: #f2f2f2;
    color: #3270a7;
}

.sliderLeft .navConsumer-tab-list .add-btn{
    margin-top: 44px;
    width: 100%;
}
#navFilter {
    position: absolute;
    width: 280px;
    z-index: 2;
    border: 1px solid #CDCECF;
    right: 0;
    top: 105px;
    padding: 16px;
    background: #fff;
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -ms-transition-duration: .25s;
}
#navFilter.open {
    right: -279px;
    top: 105px;
}
#navFilter .filter-list{
    display: none;
}
.sliderLeft .data-none {
    padding: 19px 0;
}
.sliderLeft .data-none i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 44px;
}
.navRight {
    position: absolute;
    left: 272px;
    top: 0;
    width: 100%;
    height: 100%;
}
/*
* 帮助
* author: ckl
*/
.statistic-title {
    position: relative;
    display: inline-block;
}
.statistic-title .icon-help {
    color: #9bbce0;
}
.notice-intro {
    width: 162px;
    color: #666;
    position: absolute;
    top: 24px;
    right: -72px;
    font-size: 12px;
    line-height: 20px !important;
    display: none;
    font-weight: normal;
    padding: 8px 14px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dbe1c2;
    background: #f4f7e8;
}
.notice-intro:after {
    content: '';
    width: 8px;
    height: 4px;
    position: absolute;
    top: -4px;
    left: 76px;
    background:url(../img/page/arrow1.png);
}
.notice-intro-show {
    display: block;
    z-index: 99999999;
}
/*
* 模块：计量信息——计量档案
* author: fy
*/
.infoList {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.workflow-info .infoList:last-child {
    border-bottom: none;
}
.infoAccount {
    height: 68px;
    margin-bottom: 10px;
}
.infoAccountImg {
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #83afd5;
}
.infoAccountImg i {
    font-size: 36px;
}
.infoDetail {
    padding-left: 100px;
}
.infoDetail h5 {
    padding: 10px 0 7px;
}
.infoDetail h5 span {
    margin-left: 10px;
    padding: 4px 6px 3px;
    font-size: 13px;
    font-weight: 500;
}


/*
* 模块：计量信息——接线图
* author: fy
*/
.thumbnail_box ul{
    height: 140px;
    overflow: hidden;
}

.thumbnail_box li{
    position: relative;
    float: left;
    margin-right: 20px;
    list-style: none;
    width: 100px;
    height: 100px;
    text-align: center;
    border: 4px solid #eee;
}
.thumbnail_box li.active{
    border: 4px solid #000;
}
.thumbnail_box li:first-child{
    background: #eee;
    color:#000;
}
.thumbnail_box li:first-child a {
    display: block;
    line-height: 100px;
    color:#000;
}
.thumbnail_box img{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.thumbnail_box li i{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.wiring_diagram_box{
    background-color: #eee;
    margin-bottom: 10px;
}
.wiring_diagram_box{
    padding: 10px 0px;
}
.diagram_box{
    position: relative;
    margin: 0 auto;
}
.diagram_box img{
    max-width: 100%;
    max-height: 100%;
}
.hotSpot_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: gold;
    opacity: 0.5;
}
.hotSpot_list a{
    position: absolute;
    width: 40px;
    height: 40px;
    background: gold;
    opacity: 0.8;
    text-align: center;
    line-height: 40px;

}
.hotSpot_list .nobg{
    opacity : 0;
    cursor: pointer;
}
.text-right{
    text-align: right !important;
}
.fileinput-button {
    height: 30px;
    width: 85px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: underline;
    margin-right: 10px;
}

.fileinput-button input{
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
.fileinput-text{
    display: inline-block;
    height: 30px;
    /*width: 100px;*/
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
}
.fileinput-button.focus, .fileinput-button:focus, .fileinput-button:hover {
    text-decoration: underline;
}
/**/
.custom_tag{
    padding: 4px 6px 3px;
    font-size: 12px;
    font-weight: 500;
}
.pic_load{
    padding: 0;
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-image: url(../img/a11.png);
    -webkit-background-size:100px 100px;
    background-size: 100px 100px;
    background-repeat:no-repeat;
    background-position: center center;
}

.pic_load input{
    opacity: 0;
    width: 100%;
    height: 100%;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}
.pic_load label{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    background: rgb(255, 255, 255);
}
.img_box{
    margin-top: 20px;
}
.img_box i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    cursor: default;
}
.img_box a{
    text-align: center;
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    position: relative;
    margin-bottom:30px;
}
.pic_shade{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.5);
    cursor: pointer;
}
.img_box a img{
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1) translate(0px, 0px);
}
.btn-custom{
    text-align: center;
    line-height:100px;
    color: #000;
    background-color: #fff;
    border-color: #dfdfdf;
}
.zoomify-shadow{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0,0,0 ,.3);
    opacity: 0;
}
.zoomify-shadow.zoomed {
    opacity: 1;
}

.zoomBox{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    vertical-align: middle;
    padding: 30px 40px;
    background: #fff;
    width: 800px;
    height: 500px;
    box-sizing:content-box;
}
.zoomBox >div {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    vertical-align: middle;
    text-align: center;
}
.zoomBox i {
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.zoomBox img{
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    -moz-box-shadow: 5px 5px 5px #a6a6a6;
    box-shadow: 5px 5px 5px #a6a6a6;
}
/*计量管理-计量档案-其它资料*/
.workflow_picItem{
    border-bottom: 1px solid #ddd;
}
.picItem_title{
    font-weight:600;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.mt-7{
    margin-top: 7px;
}
.no_borderB{
    border-bottom:none;
}
/*
* 模块：公共样式
* author: fy
*/
.text_ellipsis{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.text_ellipsis a{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rem_span{
    display: inline-block;
    width: 44%;
    margin-bottom: -4px;
}

/*
* 模块：计量系统-计量信息-配对信息
* author: fy
*/
.mateinfo_box{
    background: #eee;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 16px;
}
.mateinfo_item{
    position: relative;
    padding: 5px;
}
.mateinfo_inner{
    position: relative;
    background: #fff;
    padding: 10px;
}
.mateinfo_inner p{
    height: 24px;
    line-height: 24px;
    color:#000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size:12px;
}
.mateinfo_box .mateinfo_item:nth-child(4n + 1){
    padding-left: 0px;
}
.mateinfo_box .mateinfo_item:nth-child(4n){
    padding-right: 0px;
}
.mateinfo_item i {
    position: absolute;
    top: -4px;
    right: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    font-size:1.5em;
}
.radio_btn{
    vertical-align: middle;
    width: 64px;
    display: inline-block;
    line-height:7px;
}
.custom-radio{
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 0;
}
.custom-radio input{
    position: absolute;
    left: 2px;
    top: 2px;
    margin: 0;
}
.custom-radio label {
    display: block;
    position: relative;
    border-collapse: collapse;
    padding: .4em;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    width: auto;
    overflow: visible;
    color: #000;
    background: #fff;
    margin-bottom: 0;
}
.radio_btn .last{
    margin-left: -1px;
}
.radio_btn .custom-radio input:checked + label{
    color: #fff;
    background-color: #3276b1;
    border-color: #2c699d;
    -webkit-box-shadow: -1px 0 0 0 #2c699d;
    box-shadow: -1px 0 0 0 #2c699d;
}
.form-inline .time_group .form-control{
    width:auto;
}
.mateinfo_add{
    cursor: pointer;
    height: 188px;
}
.mateinfo_add span{
    font-size:16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mateinfo_add a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #000;
}
.compare{
    height: 32px;
    float: left;
    line-height: 32px;
}
.compare i{
    display: inline-block;
    vertical-align: middle;
    margin-top:-3px;
}
.statistic-title.left{
    float: left;
    height: 32px;
    line-height: 32px;
}
.statistic-title.left .notice{
    display: none;
    padding:4px 10px;
    border: 1px solid #dbe1c2;
    background: #f4f7e8;
    line-height: 22px;
}
.statistic-title.left p{
    display: inline-block;
}
.statistic-title.left p:first-child{
    margin-right: 5px;
}
.statistic-title.left .notice::after{
    content: '';
    width: 4px;
    height: 8px;
    position: absolute;
    top: 14px;
    left: 77px;
    background: url(../img/page/arrow_left.png);
}
.statistic-title.left .notice_show{
    display: inline-block;
}
.easy-pie-text{
    font-size: 13px;
    display: inline-block;
    margin: 0px 6px ;
    font-size: 12px;
    font-weight: 400;
    width: 60%;
    height: 100%;
}
.easy-pie-text span{
    height: 20px;
    line-height: 20px;
}
.easy-pie-text .easy-pie-title{
    margin:0px;
    text-transform: none;
    width: 100%;
}
.easy-pie-text .easy-pie-body{
    display: inline-block;
    color:#7d7777;
}
/*电量系统-预测分析-公司预测*/
.com_forecast_box{
    padding: 16px;
}
.inbox_reset.inbox-body .table-wrap{
    margin-left: 290px;
}
.inbox_reset.inbox-body{
    background: #eee;
}
.inbox_reset .treebox{
    width: 100%;
    height: calc(100% - 40px);
    overflow-y: auto;
}
.inbox_reset .inbox-side-bar{
    text-align: center;
    padding:10px 14px;
    width: 280px;
    max-height: 100%;
    min-height: 600px;
}
.maxl{
    line-height: 2.2;
}
.inbox_reset .inbox-side-bar ul{
    width: calc(100% - 5px);
}
.inbox_reset .inbox-side-bar ul li{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.custom_head{
    margin-bottom:10px;
}
.custom_head .title p{
    height: 100%;
    line-height: 2.5;
}
.show_text_box > div{
    height: 95px;
    width: 25%;
    float: left;
    box-sizing: border-box;
}
.show_text_box > div .pie-text{
    margin: 0px 6px;
    font-size: 12px;
    font-weight: 400;
}
.pie-text-title{
    font-size:16px;
    font-weight: 600;
}
.pie-text-title .popover {
    font-size:13px;
}
.pie-text-body{
    font-size:14px;
}

.pie-text span{
    display: block;
    margin-bottom: 10px;
}
.pie-text span:last-child{
    margin-bottom: 0;
}
.free-title{
    color: #333;
    height: 34px;
}
.free-title .free-icon{
    display: block;
    width: 30px;
    height: 32px;
    position: relative;
    float: left;
    font-size: 111%;
    line-height: 32px;
    text-align: center;
    margin-right: -10px;
}
.free-title h2{
    margin-left: 10px;
    float: left;
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 0;
}
.chart_line{
    height: 1px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    margin: 30px 0px;
}
.update_css table{
    background: #fff;
    color: #000;
}
.update_css tr{
    height:30px;
}
.update_css tbody th {
    font-weight: normal;
    padding:0px 0px 0px 8px !important;
}
.update_css tbody input{
    display: inline-block;
    width: 100%;
    height: 30px;
    /*border: none;*/
}
.update_css .readonly-box {
    background-color: #f0f0f0 !important;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
.bg_f2{
    background: #f2f2f2;
}
.update_css tbody tr:hover input{
    background-color: #ecf3f8;
}
.update_css tbody tr:hover input[readonly] {
    background: #ecf3f8 !important;
}
.minCale{
    vertical-align: top;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f3b81b;
    font-size:24px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.weather-icon{
    color: #596f82;
}
.weather-text p:first-child{
    font-weight: 600;
    font-size:18px;
}
.weather-text p:last-child{
    line-height: 24px;
}
.add_border{
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 1px 1px 2px;
    border-style: solid;
    border-top: none;
    border-right-color: #CCC!important;
    border-bottom-color: #CCC!important;
    border-left-color: #CCC!important;
    overflow: visible;
}
/*!*滚动条垂直方向的宽度*!*/
::-webkit-scrollbar
{
    width: 10px;
}
/* 垂直滚动条的滑动块 */
::-webkit-scrollbar-thumb:vertical {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:rgba(129,129,129,0.5);
}


#year_Chart table {
    border-collapse: collapse;
    margin-bottom: 10px;
}

#year_Chart td, #year_Chart th {
    border: 1px solid #ccc;
    padding: 3px 6px;
    text-align: left;
}

/*
* 模块：天气
* author: ckl
*/
.weather {
    text-align: center;
}
.weather-img {
    width: 80px;
    height: 80px;
}
/*
* 模块：区域选择
* author: ckl
*/
.city-picker-input {
    opacity: 0 !important;
    top: -9999px;
    left: -9999px;
    position: absolute;
}

.city-picker-span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #ddd;
    vertical-align: middle;
    margin-right: 5px;
    padding: 0 10px;
    /*background: #f0f0f0 !important*/
}

.city-picker-span > .placeholder {
    color: #aaa;
}

.city-picker-span > .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    margin-top: -3px;
    height: 5px;
    /*background: url(../img/page/drop-arrow.png) -10px -25px no-repeat;*/
}

.city-picker-span.focus,
.city-picker-span.open {
    /*border-bottom-color: #46A4FF;*/
}

.city-picker-span.open > .arrow {
    background-position: -10px -10px;
}

.city-picker-span > .title > span {
    color: #333;
    padding: 5px;
    border-radius: 3px;
}

.city-picker-span > .title > span:hover {
    background-color: #f1f8ff;
}

.city-picker-dropdown {
    position: absolute;
    width: 300px;
    left: -9999px;
    top: -9999px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;
    margin-bottom: 20px;
}

.city-select-wrap {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 30px;
    min-width: 300px;
}

.city-select-tab {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
    font-size: 13px;
}

.city-select-tab > a {
    display: inline-block;
    padding: 8px 22px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    color: #4D4D4D;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: -1px;
}

.city-select-tab > a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #46A4FF;
}

.city-select-tab > a:first-child {
    border-left: none;
}

.city-select-tab > a:last-child.active {
    border-right: 1px solid #ccc;
}

.city-select-content {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
}

.city-select {
    font-size: 13px;
}

.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
}

.city-select dt {
    position: absolute;
    width: 2.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2;
}

.city-select dd {
    margin-left: 0;
    line-height: 2;
}

.city-select.province dd {
    margin-left: 3em;
}

.city-select a {
    display: inline-block;
    padding: 0 10px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.city-select a:hover,
.city-select a:focus {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #46A4FF;
}

.city-select a.active {
    background-color: #46A4FF;
    color: #fff;
    border-radius: 2px;
}
.noneChart {
    background: url('../img/page/noneChart.png') no-repeat center;
}
.ammapDescriptionWindow {
    color: #000;
    max-width: 190px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 4px;
    border: 2px solid rgba(204, 204, 204, 1);
}
.ammapDescriptionTitle {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}
.ammapDescriptionText {
    max-height: 200px;
    overflow: auto;
}
.ammapDescriptionText img, .ammapDescriptionText p {
    max-width: 95%;
}
.well_box{
    font-size:13px;
    position: relative;
    width: 90%;
    /*background-color: #f5f5f5;*/
    border-radius: 5px;
    padding:30px;
    margin: 0 auto; /*水平居中*/
    position: relative;
    top: 50%; /*偏移*/
    transform: translateY(-50%);

}
.well_head{
    margin-bottom: 30px;
}
.well_body{
    margin-bottom: 30px;
}
/*.well_footer p {
	margin-bottom: 15px;
}*/
.vertical-align-bottom{
    vertical-align: bottom !important;
}
.well_body span{
    font-size:18px;
}
.well_body em{
    font-size:13px;
    font-style: normal;
}
/*.well_footer span{
	font-size: 18px;
}*/
.view_info{
    padding-left: 40px;
}
.view_info p{
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.view_info .rem{
    color: #aaa;
}
.read-plan{
    position: absolute;
    bottom: 54px;
    right: 30px;
    text-decoration: underline;
}
.report-info .tree ul li{
    float: none;
}
.page-location ul li{
    line-height:inherit;
    margin-right: 0;
}
.form_box .page-location{
    line-height: 30px;
}
.form_box .daterange{
    background: #fff;
    cursor: pointer;
    padding: 0px 10px;
    border: 1px solid #ccc;
    width: 100%;
}
.form_box .page-location ul{
    margin-top: 0px;
    margin-left: 4px;

}
.daterangepicker .hourselect{
    line-height: 20px;
}
.daterangepicker .minuteselect{
    line-height: 20px;
}

/*
* 模块：图表右
* author: ckl
*/
.chartBoxLeft {
    font-size: 13px;
    position: absolute;
    width: 80%;
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 20px 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.chartBoxLeft ul li span {
    display: table-cell;
    float: left;
    height: 60px;
}
.chartBoxLeft ul li span:first-child {
    width: 53%;
    text-align: right;
    padding-right: 8px;
    font-size: 14px;
    line-height: 40px;
}
.chartBoxLeft ul li span:last-child {
    width: 47%;
    text-align: left;
}
.chartBoxLeft ul li i {
    display: block;
    font-size: 20px;
    color: #ff8400;
    font-style: normal;
}
.chartBoxLeft ul li em {
    color: #999;
    font-style: normal;
}
/*
* 模块：台账首页
* author: ckl
*/
.customerStatistics {
    padding: 20px 0;
    overflow: hidden;
}

.statisticsItem {
    float: left;
    width: 16.5%;
    text-align: center;
    border-right: 1px solid #ccc;
}
.statisticsItem:last-child {
    border: none;
}

.statisticsItem i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    font-size: 50px;
}
.statisticsItem .content {
    display: inline-block;
    line-height: 28px;
}
.statisticsItem .content h5 {
    font-size: 14px;
}
.statisticsItem .content p {
    font-size: 16px;
    font-weight: 700;
}
.relevance-list .disabled {
    background: #f0f0f0 !important;
}
.relevance-list .disabled .text-green {
    color: #999;
}
.navConsumer-tab{
    width: 100%;
    margin-bottom: 16px;
}
.navConsumer-tab .navConsumer-tab-title{
    position: relative;
    height: 40px;
    white-space: nowrap;
    width: 140px;
    margin: 0 auto;
}
.navConsumer-tab .navConsumer-tab-title li{
    display: inline-block;
    font-size: 14px;
    position: relative;
    line-height: 40px;
    padding: 0 16px;
    cursor: pointer;
}
.navConsumer-tab .navConsumer-tab-title li.sideline{
    width: 44px;
    display: block;
    position: absolute;
    border: 0;
    height: 2px;
    background-color: #3276b1;
    left: 8px;
    top: 38px;
    pointer-events: none;
}
.navConsumer-tab .navConsumer-tab-title li.active{
    color: #000;
}
.custom-tab{
    width: 300px;
    margin: 0 auto;
    height: 32px;
}
.custom-tab .custom-tab-title{
    margin: 0;
    position: relative;
    float: none;
}
.custom-tab .custom-tab-title li{
    text-align: center;
    width: 25%;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 9px;
    cursor: pointer;
}
.custom-tab .linebox{
    width: 300px;
    height: 1px;
}
.custom-tab .linebox .line{
    height: 3px;
    width: 56px;
    background-color: #3276b1;
    margin-top:-1px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-left: 10px;
}
.tableBox .table-responsive table th{
    box-sizing: content-box;
}
.tableBox .table-responsive table tr td .checkbox,.tableBox .table-responsive table tr th .checkbox{
    margin-top: 0;
}
.tableBox .table-responsive table tr td,.tableBox .table-responsive table tr th{
    vertical-align: top;
}

.thumbnailOnlyRead li:first-child a{
    display: inline;
}
.base-info .base-info-item{
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f9f9f9;
    text-align: center;
}
.table-over-hidd tbody tr td{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*
* 模块：行业弹窗
* author: ckl
*/
.multipleChoice{ width: 100%; position: absolute; border: 1px solid #37b3e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(102,175,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(102,175,233,.6); background: #fff;z-index: 10;  overflow: hidden;}
.multipleChoice .itemList{ position: relative; left: 0; transition: left .3s;}
.multipleChoice .item{ padding: 10px 8px;  background: #FFF; float: left;}
.multipleChoice .item ul{ height: 200px; overflow: hidden;}
.multipleChoice .item ul li a{ display: block; height: 30px; line-height: 30px; padding: 0 10px; width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.multipleChoice .item ul li a:hover{background: #f1f8ff; color: #37b3e0;}
.multipleChoice .itemTab{background: #f5f5f5;}
.multipleChoice .itemTab a{ display: inline-block; padding: 4px 16px;}
.multipleChoice .item ul li a.active{background: #37b3e0; color: #fff;border-radius: 2px;}
.multipleChoice .itemTab a.active{background: #fff;color: #37b3e0;font-weight: bold;}
.industry{ width: 100%; height: 30px; border-radius: 50px;color: #333;padding: 0 10px;position: absolute; background: #FFF; cursor: pointer;}
.industry+.multipleChoice {
    top: 59px;
}

.textbox input[readonly]{
    background: #fff !important;
}
.model-success {
    text-align: center;
}
.model-success .success-icon {
    width: 80px;
    height: 80px;
    line-height: 93px;
    margin: 0 auto;
    font-size: 46px;
    background: #739E73;
    color: #fff;
    border-radius: 50%;
}
/*
* 模块：结算系统模拟结算
* author: ckl
*/
.simulated .square-box div {
    padding: 40px 0;
}
.simulated  p {
    line-height: 38px;
}
.simulated h3 {
    line-height: 19px;
    font-size: 12px;
}
.state-lable {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 4px 8px;
    color: #fff;
    background: rgba(0,0,0,0.4);
}
/*
* 模块：结算系统首页月份切换
* author: fying
*/
.date_menu{
    float: left;
}
.date_menu li{
    display: inline-block;
}
.block0{
    padding: 10px;
    background: #f0f0f0;
    color: #2e2e2e;
    font-size: 12px;
}
.block0 span.pull-left{
    font-size: 14px;
    font-family: "Microsoft Yahei";
    font-weight: bold;
}
#slider12 .slider-track {
    background: #E5E5E5;
}
#slider12 .slider-selection {
    background: #3276b1;
}
.smart-form .tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}
/* .smart-form .tooltip {
    background: none !important;
} */
.rowInfoBox{
    padding: 10px 0px;
    overflow: hidden;
}
.rowInfoItem{
    min-height: 100px;
    position: relative;
    border-right:1px solid #CCCCCC;
}
.rowInfoItem i{
    position: absolute;
    left: 20%;
    top: 50%;
    margin-top:-40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 50px;
    text-align: center;
}
.rowInfoItem .rowContent{
    margin-left:50%;
}
.rowContent h5{
    margin-bottom: 10px;
}
.rowContent p{
    margin-bottom: 5px;
}
/*
* 模块：辅助决策table选择
* author: fying
*/
.tablechoice {
    border: 1px solid #ccc;
    border-bottom: none;
    overflow: hidden;
}
.tablechoice li {
    position: relative;
    float: left;
    width: 14%;
    line-height: 18px;
    border-left: 1px solid #ccc;
    padding: 8px;
}
.tablechoice li:first-child {
    width: 16%;
    border: none;
}
.tablechoice li i.icon-close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.tablecontent {
    margin-left: 44px;
}
.tablenav {
    position: absolute;
    top: 101px;
    left: 24px;
    width: 44px;
}
.map_box{
    position: relative;
    background: #ffffff;
    padding: 20px ;
}
.form_box{
    position: relative;
    z-index: 1;
    border-radius: 3px;
    background: #ffffff;
    font-size: 13px;
    color: #333;
}
.form_box .form_item_box{
    cursor: pointer;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    width: calc(16% - 10px);
    height: 32px;
    margin: 0px 5px 20px;
    /*text-align: center;*/
    line-height: 32px;
    padding-left: 12px;
}

.form_box .form_item_box:first-child{
    margin-left: 10px;
    width: calc(16% - 5px);
    border: none;
    padding-left: 0;
}
.form_box .form_item_box:last-child{
    margin-right:10px;
    width: calc(16% - 15px);
}
.form_box .form_item_box.search input{
    display: inline-block;
    width: 100%;
    line-height: 32px;
    height: 32px;
    padding-left: 40px;
    border: 1px solid #ccc;
}
.form_box .form_item_box.search i{
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 22px;
}
.form_box .form_item_box .form_item_title::before{
    display: inline-block;
    position: absolute;
    top:6px;
    right: 10px;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(../img/sort_desc.png);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
}
.form_item_dialog{
    display: none;
    position: absolute;
    left: -1px;
    top: 30px;
    width: calc(100% + 2px);
    min-height:100px;
    padding:10px;
    border: 1px solid #ccc;
    background: #fff;
}
.tablenav li {
    width: 32px;
    height: 32px;
    background: #bbb;
    border-radius: 3px;
    margin-bottom: 8px;
    text-align: center;
}
.tablenav li.active {
    background: #386fa9;
}
.tablenav li i {
    color: #fff;
    font-size: 23px;
}
.scrolltopNav {
    position: fixed;
    z-index: 999;
    top: 48px;
}
.scrolltopChoice {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}
.navSecondary {
    float: left;
    width: 280px;
}
.navSecondary .sliderLeft {
    padding: 16px;
}
.navSecondary .sliderLeft .tablescroll {
    min-height: 600px;
    max-height: 800px;
    overflow: auto;
}
.navSecondary .sliderLeft table tr.DTTT_selected {
    background: #9FAFD1;
}
.form_item_footer{
    padding: 0px 8px;
    text-align: right;
    width: 100%;
    display: inline-block;
}
.form_item_footer span{
    color: #666;
}
.form_item_box .search_list{
    padding:10px 0px;
    border: 1px solid #ccc;
    border-top:none;
    background: #fff;
    max-height: 181px;
    overflow: auto;
}
.form_item_box .search_list li{
    padding:0px 10px;
}
.form_item_box .search_list li.active{
    background: #f0f0f0;
}
.open .form_item_dialog{
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block;
}
.map_toolbar{
    position: absolute;
    right: 52px;
    bottom: 30px;
    overflow: hidden;
}
.map_toolbar .toolbarItem{
    float: left;
    width: 100px;
    background: #fff;
    text-align: center;
    color: #333;
}
.map_toolbar .toolbarItem.active {
    background: #386fa9;
    color: #fff;
}
.map_toolbar .toolbarItem:hover {
    cursor: pointer;
}
.map_toolbar .toolbarItem span{
    line-height:30px;
    display: inline-block;
    vertical-align: top;
}

/*
* 模块：用户分布
* author: ckl
*/
.mappop {
    width: 180px;
    line-height: 24px;
    padding: 0 10px;
    background: #37a054;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
}
.mappop.active {
    background: #386FA9;
}
.mappop::after {
    content: "";
    position: absolute;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    bottom: -4px;
    left: 85px;
    border: 8px solid #37a054;
    border-top: transparent;
    border-left: transparent;
}
.mappop.active::after {
    border: 8px solid #386FA9;
    border-top: transparent;
    border-left: transparent;
}
.mappopcontent {
    width: 500px;
    padding: 20px 6px;
}
.mappopcontent h4 span {
    margin-left: 10px;
    padding: 4px 6px 3px;
    font-weight: 500;
}
.mappopcontent ul {
    margin-top: 10px;
}
.mappopcontent ul li {
    line-height: 24px;
}
.ctiypop {
    background: #37a054;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    border-radius: 50%;
    overflow: hidden;
    width: 92px;
    height: 92px;
    text-align: center;
    line-height: 1.6;
}
.ctiypop:hover {
    background: #D83F47;
}
.ctiypop h5 {
    color: #fff;
    padding-top: 12px;
}
.ctiypop p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #fff;
}

/*
* 模块：列固定Table样式
* author: ckl
*/
.dataTables_scrollHeadInner table.dataTable thead>tr:nth-of-type(2)>th ,.DTFC_LeftHeadWrapper table.dataTable thead>tr:nth-of-type(2)>th {
    border-bottom: 1px solid #ccc;
}
/*
* 模块：首页
* author: ckl
*/
.addHome #left-panel {
    left: -220px;
}
.addHome #main {
    margin-left: 0;
}
.addHome .page-footer {
    display: none;
}
.hnyHome {
    width: 1200px;
    margin: 0 auto;
}
.hnyHome .list {
    width: 1216px;
    padding-top: 24px;
    overflow: hidden;
}
.hnyHome .list .item {
    float: left;
    width: 592px;
    height: 230px;
    margin: 0 16px 16px 0;
    padding: 10px 20px;
    background: #fff;
    overflow: hidden;
}
.hnyHome .list .item:nth-of-type(1){
    padding: 0;
    background: transparent;
}
.hnyHome .list .item .title {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
}
.hnyHome .list .item .title span {
    float: left;
    margin-left: 55px;
}
.hnyHome .list .item .title span.active {
    height: 34px;
    border-bottom: 2px solid #386fa9;
}
.hnyHome .list .item:nth-of-type(2) .title span{
    cursor: pointer;
}
.hnyHome .list .item .title a {
    float: right;
    font-size: 12px;
    color: #333;
    font-weight: 500;
}
.hnyHome .list .item .title span:nth-of-type(1) {
    margin-left: 0;
}
.hnyHome .info {
    float: left;
    width: 240px;
    height: 230px;
    margin-right: 16px;
    padding: 10px 20px;
    background: #fff;
}
.hnyHome .info .top {
    height: 78px;
    padding: 17px 0;
}
.hnyHome .info .top .img {
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #386fa9;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
}
.hnyHome .info .top .content {
    float: left;
    height: 44px;
    line-height: 16px;
    padding: 5px 0;
    margin-left: 16px;
    font-size: 12px;
    color: #333;
}
.hnyHome .info .top .content a {
    margin-left: 20px;
}
.hnyHome .placard {
    float: left;
    width: 336px;
    height: 230px;
    padding: 10px 20px;
    background: #fff;
}
.hnyHome .info h5 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.hnyHome .info p {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}
.hnyHome .info p span {
    float: left;
    width: 70px;
}
.hnyHome .info p a {
    float: left;
    margin-left: 50px;
    color: #386fa9;
}
.hnyHome .info .top .content p {
    height: auto;
    line-height: 16px;
    color: #333;
}
.hnyHome .info .top .content a {
    float: none;
}
.hnyHome .placard ul,.hnyHome .advisory ul {
    padding: 10px 0;
}
.hnyHome .placard ul li,.hnyHome .advisory ul li {
    line-height: 32px;
    font-size: 12px;
    color: #666;
}
.hnyHome .placard ul li a,.hnyHome .advisory ul li a {
    width: 190px;
    color: #666;
}
.hnyHome .placard ul li a:hover,.hnyHome .advisory ul li a:hover {
    width: 190px;
    text-decoration: underline;
    color: #386fa9;
}
.hnyHome .advisory ul li a {
    width: 446px;
}
.hnyHome .advisory ul li a:hover {
    width: 446px;
}
.hnyHome .often ul {
    overflow: hidden;
    width: 552px;
    padding: 6px 0;
}
.hnyHome .often ul li {
    float: left;
    width: 170px;
    height: 30px;
    margin-left: 20px;
    margin-top: 16px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background: #f4f4f4;
    border: 1px solid #dddddd;
    border-radius: 3px;
}
.hnyHome .often ul li a {
    display: block;
    color: #333;
}
.hnyHome .often ul li:nth-of-type(1) {
    margin-left: 0;
}
.hnyHome .often ul li:nth-of-type(4) {
    margin-left: 0;
}
.hnyHome .often ul li:nth-of-type(7) {
    margin-left: 0;
}
.hnyHome .often ul li:hover {
    background: #fff;
    color: #386fa9;
    border-color: #386fa9;
}
.hnyHome .often ul li:hover a {
    color: #386fa9;
}
.hnyHome .problem ul {
    padding: 18px 0;
}
.hnyHome .problem ul li {
    width: 164px;
    margin-left: 30px;
    line-height: 38px;
    font-size: 12px;
    color: #666;
}
.hnyHome .problem ul li:nth-of-type(1) {
    margin-left: 0;
}
.hnyHome .problem ul li:nth-of-type(4) {
    margin-left: 0;
}
.hnyHome .problem ul li:nth-of-type(7) {
    margin-left: 0;
}
.hnyHome .problem ul li a {
    display: block;
    width: 100%;
    color: #666;
}
.hnyHome .problem ul li a:hover {
    text-decoration: underline;
    color: #386fa9;
}
.hnyHome .download ul {
    padding: 38px 0;
    overflow: hidden;
}
.hnyHome .download ul li {
    float: left;
    width: 246px;
    margin-left: 60px;
    overflow: hidden;
}
.hnyHome .download ul li:nth-of-type(1){
    margin-left: 0;
}
.hnyHome .download ul li img {
    float: left;
    width: 100px;
    height: 100px;
}
.hnyHome .download ul li dl {
    float: left;
    width: 130px;
    margin-left: 15px;
}
.hnyHome .download ul li dl dt {
    font-size: 12px;
    font-weight: 700;
    color: #333;
}
.hnyHome .download ul li dl dd {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}
.hnyHome .help ul {
    padding: 6px 0;
    overflow: hidden;
}
.hnyHome .help ul li {
    float: left;
    width: 156px;
    margin-left: 42px;
    text-align: center;
}
.hnyHome .help ul li:nth-of-type(1) {
    margin-left: 0;
}
.hnyHome .help ul li h5 {
    line-height: 62px;
    font-size: 12px;
    color: #666;
}
.hnyHome .help ul li img {

}
.hnyHome .help ul li p {
    line-height: 56px;
    font-size: 12px;
    color: #386fa9;
}
.hnyHome .help ul li:nth-of-type(3) p {
    padding: 17px 0;
    line-height: 22px;
}
.hnyHome .help ul li p a.bottom {
    display: inline-block;
    width: 66px;
    height: 22px;
    margin: 0 auto;
    border: 1px solid #386fa9;
    border-radius: 3px;
}
.hnyHome-none {
    text-align: center;
    padding: 30px 0;
}
.hnyHome-none i {
    width: 90px;
    height: 90px;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    font-size: 40px;
    color: #ccc;
    margin-bottom: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #efefef;
}
.hnyHome .htmlContent {
    background: #fff;
    padding: 30px 16px;
    border: 1px solid #ddd;
}
.hnyHome .htmlContent .h3 {
    font-size: 22px;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.hnyHome .htmlContent .p {
    text-align: center;
}
.hnyHome .htmlContent .html {
    padding-top: 30px;
}
.hnyHome .htmlContent p {
    font-size: 12px;
    color: #666;
}
.hnyHome .htmlContent ul {
    padding: 0 20px;
}
.hnyHome .htmlContent ul li {
    line-height: 36px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}
.hnyHome .htmlContent ul li a {
    float: left;
    color: #666;
}
.hnyHome .htmlContent ul li a:hover {
    text-decoration: underline;
    color: #386fa9;
}
.hnyHome .htmlContent ul li span {
    float: right;
}
#page_navigation {
    text-align: right;
    margin-top: 20px;
}
#page_navigation a {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-right: none;
}
#page_navigation a:last-child {
    border-right: 1px solid #ddd;
}
.hnyHomeMessage {
    position: absolute;
    top: 6px;
    width: 280px;
    padding: 18px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 1000;
    display: none;
}
.hnyHomeMessage p {
    font-size: 12px;
    line-height: 20px;
    color: #333;
}
.hnyHomeMessage:after{
    content: '';
    position: absolute;
    top: -8px;
    left: 132px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #fff;
}
.hnyHomeMessage.left {
    left: 180px;
}
.hnyHomeMessage.right {
    right: 20px;
}
.hnyHomeMessage.right:after {
    left: 154px;
}
.hnyHomeMessageBtn {
    margin-top: 16px;
    text-align: center;
}
.hnyHomeMessage a {
    padding: 6px 30px;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #666;
}
.hnyHomeMessage a.blue {
    color: #fff;
    background: #37699f;
}
.input-file input[readonly]{
    background: #fff !important;
}
/*
* 模块：综合监控
* author: ckl
*/
.state {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 20px;
}
.map_distributed {
    position: relative;
}
.map_distributed .map_serch {
    position: absolute;
    z-index: 100;
    width: 426px;
    top:40px;
    left: 32px;
}
.map_distributed .map_serch input{
    display: block;
    width: 100%;
    line-height: 38px;
    height: 38px;
    padding-left: 10px;
    border: 1px solid #ccc;
}
.map_distributed_content {
    width: 260px;
    padding: 20px 0 0 6px;
}
.map_distributed_content .map_top {
    overflow: hidden;
}
.map_distributed_content .map_top img {
    display: block;
    float: left;
    margin-right: 10px;
    border: 1px solid #477aaf;
    border-radius: 50%;
}
.map_distributed_content .map_top dl {
    padding-left: 62px;
}
.map_distributed_content .map_top dl dt {
    overflow: hidden;
}
.map_distributed_content .map_top dl dt h3 {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}
.map_distributed_content .map_top dl dt label {
    float: left;
    margin: 2px 10px;
    padding: 0 6px;
    line-height: 24px;
    background: #6f9569;
    color: #fff;
    border-radius: 2px;
}
.map_distributed_content ul {
    overflow: hidden;
    text-align: center;
}
.map_distributed_content ul li {
    display: inline-block;
    width: 82px;
    line-height: 24px;
    padding: 16px 0;
}
.map_distributed_content ul li h4 {
    font-size: 12px;
    color: #333;
}
.map_distributed_content ul li p {
    font-size: 13px;
    color: #3d80ff;
}
.map_distributed_content .btn {
    width: 100%;
}
.site_info {
    overflow: hidden;
}
.site_info_left {
    float: left;
    width: 450px;
}
.site_info_right {
    float: left;
    width: calc(100% - 466px);
    margin-left: 16px;
}
.site_info_left .search.input {
    width: 100%;
    line-height: 28px;
    height: 28px;
    padding: 0 15px;
}
.site_info_left .widget-body ul.one {
    padding-top: 16px;
    height: 192px;
    overflow-y: auto;
}
.site_info_left .widget-body ul.one li {
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}
.site_info_left .widget-body ul.one li span {
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    margin: 11px 10px;
    margin-left: 0;
}
.site_info_left .widget-body ul.one li i {
    float: left;
    font-style: normal;
}
.site_info_left .widget-body ul.one li label {
    float: right;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 18px;
    padding: 0 6px;
    margin-top: 7px;
}
.site_info_left .widget-body ul.one li.active,.site_info_left .widget-body ul.one li:hover {
    background: #ececec;
}
.site_info_left .widget-body ul.one li.active span,.site_info_left .widget-body ul.one li:hover span {
    border: 3px solid #3b68a1;
}
.site_info_left .widget-body ul.one li.active i,.site_info_left .widget-body ul.one li:hover i {
    color: #3b68a1;
}
.device_info {
    font-size: 12px;
    padding: 13px;
    max-height: 602px;
    overflow-y: auto;
}
.device_info .info {
    padding: 10px 0;
}
.device_info .info h3 {
    font-size: 12px;
    line-height: 24px;
}
.device_info .info p a {
    float: right;
}
.device_info label {
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 40px;
    margin-bottom: 0;
}
.device_info .label_content {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 3px;
}
.device_info .label_content ul li {
    line-height: 24px;
}
.device_info .label_content ul li em {
    float: right;
    font-style: normal;
}
/*
* 模块：单选菜单
* author: fy
*/
.baseinfo .binfo-item{
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 5px;
}
.baseinfo_overflow {
    height: 348px;
    overflow-y: auto
}
.sigle-menu-tree{
    padding: 16px 8px;
    font-size: 12px;
}
.sigle-menu-tree header{
    text-align: center;
    height: 34px;
    line-height: 34px;
    background-color: #3b68a1;
    color: #fff;
}
.sigle-menu-tree .sigle-menu-tree-body .smart-form .checkbox, .smart-form .radio{
    line-height:34px;
}
.sigle-menu-tree .sigle-menu-tree-body .smart-form .checkbox i, .smart-form .radio i{
    top:7px;
}
.sigle-menu-tree .sigle-menu-tree-body ul li{
    position: relative;
    padding-left:10px;
}
.sigle-menu-tree .sigle-menu-tree-body ul li.active,.sigle-menu-tree .sigle-menu-tree-body ul li:hover{
    background-color: #dedede;
}
.sigle-menu-tree .sigle-menu-tree-body ul li.active .tree-btn,.sigle-menu-tree .sigle-menu-tree-body ul li:hover .tree-btn{
    display: block;
}
.sigle-menu-tree .sigle-menu-tree-body ul li .tree-btn{
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.sigle-menu-tree .sigle-menu-tree-body ul li .tree-btn > span{
    float: right;
    margin-right: 10px;
    line-height: 34px;
    color: #3b68a1;
    cursor: pointer;
}
.playVideo {
    height: 32px;
    line-height: 32px;
    background: #000;
    padding: 0 16px;
    margin-top: -5px;
}
.playVideo i {
    margin-right: 10px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}
.playVideo i.fa-arrows-alt {
    font-size: 18px;
    margin-right: 0;
}
.binfo-item > a{
    max-width: 60%;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
}
.binfo-item > span{
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}
/*遥测fying*/
.container-wrap{
    width: 1080px;
    margin: 0 auto;
}
.center-header h3{
    margin-bottom: 10px;
}
.center-header-info span{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
}
.center-header{
    margin-bottom: 10px;
}
.content-block{
    background: #fff;
    padding:30px 40px;
    margin-bottom: 20px;
}
.content-block h3{
    margin-bottom: 10px;
}
.binfo-item > span:last-child{
    display: inline-block;
    max-width: 60%;
}
.switchbtn .btn-default.active{
    background-color: #275b89;
    border-color: #2c699d;
    color: #fff;
}

#ModalLabel_case .input .disabled {
    background: #f0f0f0 !important;
    color:#666 !important;
    border:1px #ccc solid;
}
/*视频监控fying*/
.history-video{
    background: #ececec;
    width: 200px;
    float: left;
    max-height: 636px;
    overflow-y: scroll;
}
.history-video .video-list{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}
.history-video .video-list.active{
    background: #ddd;
}
.video-list .min-pic{
    width: 100%;
    height: 100px;
    margin-bottom: 5px;
}
.video-list .min-pic img{
    display: block;
    height: 100%;
    width: 100%;
}
.video-list .video-time{
    margin-bottom: 5px;
}
.history-video + .video-box{
    margin-left:216px;
    background: #ececec;
    height: 900px;
}
/*实时视频fying*/
.video-ctrl{
    width: 300px;
    float: right;
    background: #ececec;
}
.rl-video{
    height: 200px;
    margin-right: 316px;
    background-color: #ececec;
}
.vctrl-box{
    padding:50px;
}
.vctrl-box .vctrl-cicle{
    width:200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    background-color: #acb8c8;
    margin-bottom: 10px;
}
.vctrl-box .vctrl-cicle .vctrl-trig{
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left:-12px;
    width:0;
    height:0;
    border-color: transparent transparent #5a6577;
    border-width: 20px 12px;
    border-style: solid;
}
.vctrl-box .vctrl-cicle .vctrl-trig:hover{
    border-color: transparent transparent #555c6a;
}
.vctrl-box .vctrl-cicle .vctrl-trig:nth-child(2n){
    border-width: 18px 10px;
    margin-left:-10px;
}
.vctrl-box .vctrl-cicle .vctrl-trig:nth-child(1){
    transform:rotate(0deg) ;
    transform-origin:12px 100px;
}
.vctrl-box .vctrl-cicle .vctrl-trig:nth-child(2){
    transform:rotate(45deg) ;
    transform-origin:10px 100px;
}
.vctrl-box .vctrl-cicle .vctrl-trig:nth-child(3){
    transform:rotate(90deg);
    transform-origin:12px 100px;
}
.vctrl-box .vctrl-cicle .vctrl-trig:nth-child(4){
    transform:rotate(135deg);
    transform-origin:10px 100px;
}
.vctrl-box .vctrl-cicle .vctrl-trig:nth-child(5){
    transform:rotate(180deg);
    transform-origin:12px 100px;
}
.vctrl-box .vctrl-cicle .vctrl-trig:nth-child(6){
    transform:rotate(225deg);
    transform-origin:10px 100px;
}
.vctrl-box .vctrl-cicle .vctrl-trig:nth-child(7){
    transform:rotate(270deg);
    transform-origin:12px 100px;
}
.vctrl-box .vctrl-cicle .vctrl-trig:nth-child(8){
    transform:rotate(315deg);
    transform-origin:10px 100px;
}
.vctrl-box .vctrl-btn{
    width: 200px;
}
.vctrl-box .vctrl-btn > div{
    float: left;
    width: 33.333333%;
    text-align: center;
    font-size: 18px;
    color: #505a64;
}
.vctrl-box .vctrl-btn > div .iconfont{
    font-size: 24px;
    cursor: pointer;
}
.vctrl-box .vctrl-btn > div .iconfont:first-child{
    margin-bottom: 10px;
}
.ajax-dropdown.ajax-dropdown2 {
    left: 123px;
}
.ajax-dropdown.ajax-dropdown3 {
    left: 163px;
    height: 572px;
}
.ajax-dropdown.ajax-dropdown4 {
    left: 203px;
}

/*运维管理fying*/
.panel-box .panel-title{
    font-size: 15px;
    font-weight: 300;
}
.panel-box + .panel-box{
    margin-top: -1px;
}
.panel-box .panel{
    border: 1px solid transparent;
    webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #c3c3c3;
}
.panel-box .panel-header{
    border-bottom: 0;
    color: #333;
    border-color: #ddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0;
    background-color: #fcfcfc;
}
.panel-box .panel-default>.panel-header+.panel-collapse>.panel-body{
    border-top: 1px solid #ddd;
    border-top-color: #ddd;
}
.inbox-download-box .inbox-download{
    margin-right: 0;
    border-bottom:none;
    padding: 0;
}
.inbox-download-box .inbox-download-list{
    margin: 0;
}
.inbox-download-box .well{
    margin-top: 0;
}
.inbox-download-box .inbox-download-list li>:first-child{
    width: 145px;
}
.inbox-download-box .inbox-download-list li>:first-child>:first-child>.fa{
    font-size: 145px;
    line-height: 1;
}
.inbox-download-box .inbox-download-list > li{
    margin-bottom: 8px;
}
/*慧效云1.3版本详情fying*/
.info-page-container{
    width: 1062px;
    margin: 14px auto 0px;
}
.info-page-center{
    font-size: 12px;
}
.info-page-center .info-page-head{
    margin-bottom: 28px;
}
.info-page-center .info-page-head .info-page-title{
    float: left;
    font-size: 14px;
    font-weight:bold;
    color: #333;
    line-height: 32px;
}
.info-page-center .info-page-head .info-page-toolbar{
    float: right;
    height: 32px;
    line-height: 32px;
}
.info-page-center .info-page-infos{
    margin-bottom: 20px;
}
.info-page-center .info-page-infos p{
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 22px;
}
.info-page-center .info-page-infos p .label{
    font-size: 12px;
    margin-left:5px;
    padding:0.3em 0.6em;
}
.info-page-center .info-page-body{
    padding: 26px 16px;
    background-color: #fff;
    margin-bottom: 16px;
}
.info-page-body .info-page-title .label,.info-page-block .info-page-title .label,.info-page-toolbar .label{
    margin-left: 10px;
    font-size: 12px;
    padding:0.3em 0.6em;
}
.info-page-body .info-page-infos{
    margin-bottom: 15px;
}
.info-page-body .info-page-infos + .table{
    border-top: 1px solid #ccc;
    margin-bottom: 0;
    font-size: 12px;
}
.info-page-toolbar .btn{
    font-size: 12px;
}
.info-page-body.no-padding .smart-accordion-default>div{
    border: 1px solid #ddd !important;
}
.info-page-infos .binfo-item > a{
    max-width: 55%;
}
.info-page-center .info-page-block{
    padding:28px 20px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-bottom:16px;
}
/*工单管理fying*/
.widget-state-box{
    margin-left:35px;
}
.widget-state-box li{
    display: inline-block;
    line-height:32px;
    margin-right:10px;
}
.widget-state-box li:hover{
    background-color: #f3f3f3;
}
.inbox-side-bar-float{
    float: left;
    background: #fff;
    width: 288px;
    padding: 10px 0 10px 14px;
    -webkit-overflow-scrolling: touch;
    margin-right: 16px;
}
.inbox-body .inbox-side-padd{
    min-height: 600px;
    padding: 30px 16px 16px;
}
.inbox-side-padd h3{
    font-size: 14px;
    font-weight:bold;
    color: #333;
    margin-bottom: 20px;
}
.infos{
    font-size: 12px;
    color: #666;
    line-height: 22px;
    margin-bottom: 20px;
}
.infos .info-edit{
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}
.infos .info-edit a {
    max-width: 80%;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
}
.files{
    margin-top:40px;
    font-size: 12px;
}
.files .files-head{
    margin-bottom: 18px;
}
.files .files-head h3{
    font-size: 14px;
    color: #333;
    font-weight:400;
    margin-bottom: 0;
}
.files .files-head a{
    float: right;
}
.files .files-body{
    max-height: 201px;
    overflow-y: auto;
    background-color: #f3f3f3;
    padding:20px 12px;
}
.files-body-item{
    line-height: 26px;
}
.files-body-item span{
    float: right;
    margin-left: 5px;
}
/*能效管理左侧菜单fying*/
.flex-left-right-box{
    position: relative;
    min-height: 706px;
    margin-left: -16px;
    margin-top: -16px;
    font-size: 12px;
}
#left-menu{
    background-color: #fff;
    width: 220px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -30px;
    -webkit-transition: 250ms cubic-bezier(0.1, .57, .1, 1);
    transition: 250ms cubic-bezier(0.1, .57, .1, 1);
    -webkit-transform: translate(0px, 0) translateZ(0px);
    padding:20px;
}
.left-menu-toggle{
    background: #3b68a1;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 45px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    margin-top: 7px;
    font-size: 19px;
    transition: all .1s linear 0s;
}
.flex-left-right-box .right-content{
    margin-left:220px;
    padding-top: 16px;
    padding-left: 16px;
}
.left-menu-content .left-menu-header{
    margin-bottom: 10px;
}
.left-menu-content .left-menu-header .com-logo{
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow:hidden;
}
.left-menu-content .left-menu-header .com-logo img{
    max-height: 40px;
    max-width: 40px;
}
.left-menu-content .left-menu-header .com-logo .iconfont{
    font-size: 30px;
}
.left-menu-content .left-menu-header .com-info{
    width: calc(100% - 49px);
    margin-left:49px;
}
.com-info p{
    width: 100%;
    line-height: 20px;
}
.com-info p.com-name{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#3b68a1;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}
.com-info p.com-name  i{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.com-info p.com-area{
    color:#999;

}
.minMenu #left-menu{
    width: 60px;
    padding: 0;
}
.minMenu .right-content{
    margin-left: 60px;
}

.minMenu div>ul>li{
    display: list-item;
    padding: 9px 10px;
}
.minMenu div>ul>li>a>img{
    width: 40px;
    height: 40px;
}
.minMenu div ul>li>a {
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    padding: 0;
}
.minMenu div ul>li + li > a{
    line-height: 40px;
}
.minMenu div>ul>li>a>i {
    width: 40px;
    text-align: center;
    margin: 0;
    display: block;
}
.minMenu div>ul>li>a>i.iconfont{
    font-size: 40px;
}
.minMenu .left-menu-toggle .fa:before {
    content: "\f0a9";
}
.minMenu div ul li a:hover{
    color: #c0bbb7;
}
.flex-left-right-box .left-menu-content > div{
    display: none;
}
.minMenu div.show{
    display: block;
}
.treebox{
    margin-bottom: 20px;
    overflow-x: auto;
}
.select2-hidden-accessible{
    display: none;
}
#tab_compare.table>tbody>tr>td {
    height: 34px;
}
.prompt_pop {
    position: fixed;
    width: 180px;
    height: 100px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    top: 300px;
    left: 50%;
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.prompt_pop .title {
    line-height: 60px;
}
.prompt_pop .btn {
    height: 22px;
    line-height: 22px;
    margin: 0 5px;
}
/*
* 模块：设备详情
* author: anna
*/
.importFile{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    width: 102px;
}
.monitoring p{
    line-height: 22px;
    font-size: 12px;
}
.monitoring b{
    margin-bottom: 5px;
    display: block;
}
.shuffling{
    padding-top: 30px;height: 200px;
}

.shuffling img {
    width: 200px;
    height: 180px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
}

.thumbs {
    position: relative;
    margin: 20px 0;
}

.nav-left-thumbs { left: 25px; }

.nav-right-thumbs {	right: 25px; }

.nav-left-thumbs, .nav-right-thumbs {
    position: absolute;
    top: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
    font-size: 1em;
    font-weight: bold;
    color: #999;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
    cursor: pointer;
    transition-duration: .5s;
}

.nav-left-thumbs:hover, .nav-right-thumbs:hover {
    background: lightgrey;
}

.pics-thumbs {
    position: relative;
    padding: 5px 0;
    margin: 0 80px;
    white-space: nowrap;
    overflow: hidden;
    transition-duration: .8s;
    text-align: left;
}
.pics-thumbs>span{
    position: relative;
    display: inline-block;
}
.pics-thumbs i.isShow{
    position: absolute;
    bottom: 0;
    right: 5px;
    color: #fff;
}
.pics-thumbs span.isShow{
    width: 102px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0px;
    cursor: pointer;
}
.pics-thumbs img {
    padding: 5px;
    width:100px;
    margin: 0 2px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.6);
    cursor: pointer;
    height: 75px;
    transition-duration: .5s;
    transform: translate(-50px,0px);
    -ms-transform:translate(-50px,0px);
}
.upload_file{
    background-image: url(../img/upload.png);
}
small.file_name{
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -9px;
    left: 0;
    color: #3865ae;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}
.file_box{
    height: 95px!important;
    margin-bottom: 0;
}
.file_box .pic_shade{
    width: 85%;
    height: 85%;
    left: 7px;
}
.file_box i{
    width: 30px;
    height: 30px;
    right: 5px!important;
    bottom: 13px!important;
}
.event-overflow{
    overflow-y: auto;max-height: 255px;
}


/*运维助手*/
.workOrder{
    margin: 10px 0;
}
.workOrder span{
    width: 13%;
    display: inline-block;
}
.workOrder span:nth-child(1){
    width: 20%;
    display: inline-block;
}
.profilePhoto{
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
/*运维助手表单模板
author：fangyi
*/
/*折叠表单*/
.formbox .form_tab{
    overflow-x: auto;
    overflow-y: hidden;
    background: #fff;
    list-style: none;
    white-space: nowrap;
    margin-bottom: 10px;
}
.formbox .form_tab > li{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    border-right:none;
    /*margin-left: -1px;*/
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}
.formbox .form_tab > li:last-child{
    border-right:1px solid #ccc;
}
.formbox .form_tab > li > a{
    display: inline-block;
    color: #666;
    padding: 7px 14px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-top-width: 2px;
}
.formbox .form_tab > li:hover{
    background-color: #e6e6e6;
    border-color: #adadad;
}
.formbox .form_tab > li:hover > a {
    color: #333;
}
.formbox .form_tab > li.active{
    background-color: #3276b1;
    border-color: #2c699d;
}
.formbox .form_tab > li.active > a{
    color: #fff;
}
.formbox ::-webkit-scrollbar {
    width: 7px;
    height: 10px;
    cursor: pointer;
}
.formbox ::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
.formtab-panel .panel-heading{
    width: 100%;
    float: none;
}
.formtab-panel .panel{
    border: 1px solid  #c3c3c3;
}
.formtab-panel .formtab-panel-item > .panel-group  > .panel{
    border-left:none;
    border-right:none;
}
.formtab-panel .formtab-panel-item  .panel-group:nth-child( n + 2)  > .panel{
    border-top: none;
}
/*.formtab-panel.form-modal .formtab-panel-item > .panel-group  > .panel{*/
/*border: 1px solid  #c3c3c3;*/
/*}*/
.formtab-panel.form-modal .formtab-panel-item .panel-group  .panel{
    border: 1px solid  #c3c3c3;
}
.formtab-panel.form-modal .formtab-panel-item  .panel-group:nth-child(n+2)  > .panel{
    border-top: none;
}
.formtab-panel .panel-title{
    font-size:12px;
}
.formtab-panel-item .panel-item-title{
    border-top:1px solid #c3c3c3;
    height: 44px;
    background-color: #dddddd;
    /*padding: 12px 15px;*/
}
.formtab-panel-item .panel-item-title > p{
    font-size: 14px;
    line-height:44px;
    margin-left: 15px;
}
.formtab-panel-item .panel-item-title .panel-item-toolbar{
    /*display: inline-block;*/
    float: right;
    width: auto;
    height: 44px;
    line-height: 44px;
    position: relative;
    border-left: 1px solid rgba(0,0,0,.09);
    cursor: pointer;
    padding: 0 8px;
    text-align: center;
}
.smart-form .formtab-panel .panel-title .input,.smart-form .formtab-panel .panel-title .select,.smart-form .formtab-panel .panel-title .label{
    display: inline-block;
}
.smart-form .formtab-panel .table tr:first-child > td,.smart-form .formtab-panel .table tr:first-child > th{
    border-top:none;
}
.smart-form .formtab-panel .panel-heading{
    position: relative;
}
/*.formtab-panel.form-modal .formtab-panel-item  .panel-group > .panel{*/
/*border-top:none;*/
/*}*/
/*.formtab-panel.form-modal .formtab-panel-item  .panel-group:first-child > .panel{*/
/*border-top:1px solid #c3c3c3;*/
/*}*/
.smart-form .formtab-panel .form-edit-btn{
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px 15px;
    height: 100%;
    border-left: 1px solid rgba(0,0,0,.09);
    cursor: pointer;
    padding: 0 8px;
    text-align: center
}
.smart-form .formtab-panel .form-edit-btn  > a{
    display: table;
    float: right;
    border-left: 1px solid rgba(0,0,0,.09);
    padding:0px 8px;
    height:100%;
    position: relative;
}
.smart-form .formtab-panel .form-edit-btn  > a > span{
    display: table-cell;
    vertical-align: middle;
}
.smart-form .formtab-panel .form-edit-btn  > a:first-child{
    padding-right: 0;
    border-left:1px solid rgba(0,0,0,.09);
}
.smart-form .formtab-panel .form-edit-btn  > a:last-child{
    border-left:none;
    padding-left:0px;
}
.smart-form .formtab-panel .smart-accordion-default .panel-title>a{
    cursor: default;
}
.smart-form .formtab-panel .smart-accordion-default .panel-title>a>:first-child{
    display: inline-block;
    vertical-align: middle;
    margin-top:-4px;
}
.smart-form .formtab-panel .panel-title .fa-plus-circle{
    display: none;
}
.smart-form .formtab-panel .panel-title .collapsed .fa-plus-circle {
    display: inline-block;
}
.smart-form .formtab-panel .panel-title .collapsed .fa-minus-circle{
    display: none;
}
.smart-form .formtab-panel .checkbox.state-success i, .smart-form .radio.state-success i, .smart-form .state-success input, .smart-form .state-success select, .smart-form .state-success textarea, .smart-form .toggle.state-success i{
    border-width: 1px;
}
.spare-info-list li{
    line-height: 30px;
}

.smart-accordion-default .panel-default>.panel-heading.bg-level-0{
    background-color: #efe1b3;
}
.smart-accordion-default .panel-default>.panel-heading.bg-level-1{
    background-color: #cde0c4;
}
.width-240{
    width: 240px;
}
.height-240{
    height: 240px;
}
.progress {
    position: relative;
    margin-bottom: 20px;
    overflow: visible !important;
    height: 22px;
    background: #eee;
    box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
    -webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
    -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background-color: #57889c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-image: url(../img/pattern/overlay-pattern.png)
}

[data-progressbar-value="100"]:before {
    content: attr(data-progressbar-value) '%';
    top: -12px;
    left: attr(data-progressbar-value) px
}

html > body:not(.menu-on-top).desktop-detected{
    min-height: 94vh !important;
}

.smart-form .avatar {
    position: absolute;
    top: -8px;
    left: 86px;
    width: 90px;
    height: 90px;
    background: #f5f5f5;
    border: 2px solid rgba(0,0,0,0.3);
}
.smart-form .avatar .avatar_file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.smart-form .avatar .avatar_text {
    position: absolute;
    opacity: 0;
}
.smart-form .avatar p {
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    z-index: 1;
}
.smart-form .avatar.merchant {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    text-align: center;
    width: 90px;
    height: 90px;
    margin-right: 20px;
    background: #f5f5f5;
    border: 2px solid rgba(0,0,0,0.3);
    margin-bottom: 10px;
}
.smart-form .avatar.merchant img {
    margin-top: 16px;
}
.smart-form .avatar .img {
    margin-top: 0;
    width: 100%;
    height: 100%;
}
.smart-form .avatar.merchant .img {
    margin-top: 0;
    width: 100%;
    height: 100%;
}
.smart-form .avatar.state-error+em {
    display: inline-block;
}
.deleteType{
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 0px;
}

input.ammeter::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#333;
    font-size:12px;
}
input.ammeter:-moz-placeholder,textarea:-moz-placeholder{
    color:#333;
    font-size:12px;
}
input.ammeter::-moz-placeholder,textarea::-moz-placeholder{
    color:#333;
    font-size:12px;
}
input.ammeter:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color:#333;
    font-size:12px;
}
#model_ammeter .dropdown-menu > li > a:hover,
#model_ammeter .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: dodgerblue;
}


.data-none {
	text-align: center;
	padding: 50px 0 50px 0 !important;
}

.margin-5{
    margin:5px;
}



/* 用于表单中去除padding，易小林， 2019.07.18*/
.noPaddingLabel .label {
    padding:0;
}

/* 修改树形菜单选中时的样式，汪力 2019.07.19*/
.rc-tree li .rc-tree-node-content-wrapper{
    padding: 1px 3px 0px 2px !important;
    height: 20px !important;
}
.rc-tree-node-selected {
    background-color: #ddd !important;
    border: 1px #ccc solid !important;
}

.smart-form .col-12 {
    width: 100%;
}

.date-picker-input {
  border: 1px #ccc solid;
  text-align: center;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
}

.minifyme {
    border-bottom: 1px solid #302F2F;
    background: #454545;
    color: #A8A8A8;
    text-align: center;
    padding: 0 !important;
    width: 36px;
    height: 28px !important;
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    margin-top: 7px;
    font-size: 19px;
    transition: all .1s linear 0s
}

.open > .dropdown-menu {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
}

.rc-tree {
    overflow: auto;
}
.rc-tree-switcher>span{
    padding-top:2px;
    background-color:white;
    width:16px;
    height:16px;
    margin-top:0 !important;
    margin-left:0 !important;
}
#header>.pull-right span#activity {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    width: 30px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #bfbfbf;
    color: #c4bab6;
    font-size: 19px;
    margin: 10px 0 0;
    position: relative
}

.col .react-datepicker-wrapper{
    display: inline-block;
    width: 100%;
}

.col .react-datepicker__input-container{
    position: relative;
    display: inline-block;
    width: 100%;
}



.smart-form .icon-append, .smart-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    border: none;
}
.smart-form .login-section{
    margin-bottom: 30px;
    padding:0 10px;
}
.smart-form .login-btn{
    height: 40px;
    width: 100%;
    font-size: 20px;
}

.client-form header {
    padding: 32px 25px 8px;
    margin: 0;
    border: none;
    text-align: center;
    color: #000;
    font-size: 24px;
    background:#FFF;
}

.notification-body .from {
    font-size: 12px;
    line-height: normal;
    color: #333;
    font-weight: 400;
    margin-right: 110px;
    margin-bottom: 6px;
    height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.login-info a span {
    text-transform: none;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle
}

#content {
    padding: 10px 14px 60px 14px;
    position: relative
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

[data-progressbar-value="1"]>.progress-bar {
	width: 1%;
	background: #FF0000
	/*background: #a90329;*/
}
[data-progressbar-value="2"]>.progress-bar {
	width: 2%;
	background: #FF0000
	/*background: #a90329;*/
}
[data-progressbar-value="3"]>.progress-bar {
	width: 3%;
	background: #FF0000
	/*background: #a90329;*/
}
[data-progressbar-value="4"]>.progress-bar {
	width: 4%;
	background: #FF0000
	/*background: #a90329;*/
}
[data-progressbar-value="5"]>.progress-bar {
	width: 5%;
	background: #FF0000
	/*background: #a90329;*/
}
[data-progressbar-value="6"]>.progress-bar {
	width: 6%;
	background: #FF0000
	/*background: #a90329;*/
}
[data-progressbar-value="7"]>.progress-bar {
	width: 7%;
	background: #FF0000
	/*background: #a90329;*/
}
[data-progressbar-value="8"]>.progress-bar {
	width: 8%;
	background: #FF0000
	/*background: #a90329;*/
}
[data-progressbar-value="9"]>.progress-bar {
	width: 9%;
	background: #FF0000
	/*background: #a90329;*/
}
[data-progressbar-value="10"]>.progress-bar {
	width: 10%;
	background: #FF0000;
	/*background: #db0435*/
}
[data-progressbar-value="11"]>.progress-bar {
	width: 11%;
	background: #C79121
	/*background: #c79121*/
}
[data-progressbar-value="12"]>.progress-bar {
	width: 12%;
	background: #c79121
}
[data-progressbar-value="13"]>.progress-bar {
	width: 13%;
	background: #c79121
}
[data-progressbar-value="14"]>.progress-bar {
	width: 14%;
	background: #c79121
}
[data-progressbar-value="15"]>.progress-bar {
	width: 15%;
	background: #c79121
}
[data-progressbar-value="16"]>.progress-bar {
	width: 16%;
	background: #c79121
}
[data-progressbar-value="17"]>.progress-bar {
	width: 17%;
	background: #c79121
}
[data-progressbar-value="18"]>.progress-bar {
	width: 18%;
	background: #c79121
}
[data-progressbar-value="19"]>.progress-bar {
	width: 19%;
	background: #c79121
}
[data-progressbar-value="20"]>.progress-bar {
	width: 20%;
	background: #c79121
}
[data-progressbar-value="21"]>.progress-bar {
	width: 21%;
	background: #c79121
}
[data-progressbar-value="22"]>.progress-bar {
	width: 22%;
	background: #c79121
}
[data-progressbar-value="23"]>.progress-bar {
	width: 23%;
	background: #c79121
}
[data-progressbar-value="24"]>.progress-bar {
	width: 24%;
	background: #c79121
}
[data-progressbar-value="25"]>.progress-bar {
	width: 25%;
	background: #c79121
}
[data-progressbar-value="26"]>.progress-bar {
	width: 26%;
	background: #c79121
}
[data-progressbar-value="27"]>.progress-bar {
	width: 27%;
	background: #c79121
}
[data-progressbar-value="28"]>.progress-bar {
	width: 28%;
	background: #c79121
}
[data-progressbar-value="29"]>.progress-bar {
	width: 29%;
	background: #c79121
}
[data-progressbar-value="30"]>.progress-bar {
	width: 30%;
	background: #c79121
}
[data-progressbar-value="31"]>.progress-bar {
	width: 31%;
	background: #404040;
	/*background: #c79121*/
}
[data-progressbar-value="32"]>.progress-bar {
	width: 32%;
	background: #404040;
	/*background: #c79121*/
}
[data-progressbar-value="33"]>.progress-bar {
	width: 33%;
	background: #404040;
	/*background: #c79121*/
}
[data-progressbar-value="34"]>.progress-bar {
	width: 34%;
	background: #404040;
	/*background: #c79121*/
}
[data-progressbar-value="35"]>.progress-bar {
	width: 35%;
	background: #404040;
	/*background: #c79121*/
}
[data-progressbar-value="36"]>.progress-bar {
	width: 36%;
	background: #404040;
	/*background: #c79121*/
}
[data-progressbar-value="37"]>.progress-bar {
	width: 37%;
	background: #404040;
	/*background: #c79121*/
}
[data-progressbar-value="38"]>.progress-bar {
	width: 38%;
	background: #404040;
	/*background: #c79121*/
}
[data-progressbar-value="39"]>.progress-bar {
	width: 39%;
	background: #404040;
	/*background: #c79121*/
}
[data-progressbar-value="40"]>.progress-bar {
	width: 40%;
	background: #404040;
	/*background: #c79121*/
}
[data-progressbar-value="41"]>.progress-bar {
	width: 41%;
	background: #404040;
	/*background: #c79121*/
}
[data-progressbar-value="42"]>.progress-bar {
	width: 42%;
	background: #404040
}
[data-progressbar-value="43"]>.progress-bar {
	width: 43%;
	background: #404040
}
[data-progressbar-value="44"]>.progress-bar {
	width: 44%;
	background: #404040
}
[data-progressbar-value="45"]>.progress-bar {
	width: 45%;
	background: #404040
}
[data-progressbar-value="46"]>.progress-bar {
	width: 46%;
	background: #404040
}
[data-progressbar-value="47"]>.progress-bar {
	width: 47%;
	background: #404040
}
[data-progressbar-value="48"]>.progress-bar {
	width: 48%;
	background: #404040
}
[data-progressbar-value="49"]>.progress-bar {
	width: 49%;
	background: #404040
}
[data-progressbar-value="50"]>.progress-bar {
	width: 50%;
	background: #404040
}
[data-progressbar-value="51"]>.progress-bar {
	width: 51%;
	background: #3276B1
	/*background: #404040*/
}
[data-progressbar-value="52"]>.progress-bar {
	width: 52%;
	background: #3276B1
	/*background: #404040*/
}
[data-progressbar-value="53"]>.progress-bar {
	width: 53%;
	background: #3276B1
	/*background: #404040*/
}
[data-progressbar-value="54"]>.progress-bar {
	width: 54%;
	background: #3276B1
	/*background: #404040*/
}
[data-progressbar-value="55"]>.progress-bar {
	width: 55%;
	background: #3276B1
	/*background: #404040*/
}
[data-progressbar-value="56"]>.progress-bar {
	width: 56%;
	background: #3276B1
	/*background: #404040*/
}
[data-progressbar-value="57"]>.progress-bar {
	width: 57%;
	background: #3276B1
	/*background: #404040*/
}
[data-progressbar-value="58"]>.progress-bar {
	width: 58%;
	background: #3276B1
	/*background: #404040*/
}
[data-progressbar-value="59"]>.progress-bar {
	width: 59%;
	background: #3276B1
	/*background: #404040*/
}
[data-progressbar-value="60"]>.progress-bar {
	width: 60%;
	background: #3276B1
	/*background: #404040*/
}
[data-progressbar-value="61"]>.progress-bar {
	width: 61%;
	background: #3276b1
}
[data-progressbar-value="62"]>.progress-bar {
	width: 62%;
	background: #3276b1
}
[data-progressbar-value="63"]>.progress-bar {
	width: 63%;
	background: #3276b1
}
[data-progressbar-value="64"]>.progress-bar {
	width: 64%;
	background: #404040
}
[data-progressbar-value="65"]>.progress-bar {
	width: 65%;
	background: #3276b1
}
[data-progressbar-value="66"]>.progress-bar {
	width: 66%;
	background: #3276b1
}
[data-progressbar-value="67"]>.progress-bar {
	width: 67%;
	background: #3276b1
}
[data-progressbar-value="68"]>.progress-bar {
	width: 68%;
	background: #3276b1
}
[data-progressbar-value="69"]>.progress-bar {
	width: 69%;
	background: #3276b1
}
[data-progressbar-value="70"]>.progress-bar {
	width: 70%;
	background: #3276b1
}
[data-progressbar-value="71"]>.progress-bar {
	width: 71%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="72"]>.progress-bar {
	width: 72%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="73"]>.progress-bar {
	width: 73%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="74"]>.progress-bar {
	width: 74%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="75"]>.progress-bar {
	width: 75%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="76"]>.progress-bar {
	width: 76%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="77"]>.progress-bar {
	width: 77%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="78"]>.progress-bar {
	width: 78%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="79"]>.progress-bar {
	width: 79%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="80"]>.progress-bar {
	width: 80%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="81"]>.progress-bar {
	width: 81%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="82"]>.progress-bar {
	width: 82%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="83"]>.progress-bar {
	width: 83%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="84"]>.progress-bar {
	width: 84%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="85"]>.progress-bar {
	width: 85%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="86"]>.progress-bar {
	width: 86%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="87"]>.progress-bar {
	width: 87%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="88"]>.progress-bar {
	width: 88%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="89"]>.progress-bar {
	width: 89%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="90"]>.progress-bar {
	width: 90%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="91"]>.progress-bar {
	width: 91%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="92"]>.progress-bar {
	width: 92%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="93"]>.progress-bar {
	width: 93%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="94"]>.progress-bar {
	width: 94%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="95"]>.progress-bar {
	width: 95%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="96"]>.progress-bar {
	width: 96%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="97"]>.progress-bar {
	width: 97%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="98"]>.progress-bar {
	width: 98%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="99"]>.progress-bar {
	width: 99%;
	background: #739E73
	/*background: #3276b1;*/
}
[data-progressbar-value="100"]>.progress-bar {
	width: 100%;
	background: #739E73;
	/*background: #3276b1;*/
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
	background-image: none!important
}
[data-progressbar-value="100"]:before {
	content: attr(data-progressbar-value) '%';
	top: -12px;
	left: attr(data-progressbar-value) px
}
[data-progressbar-value="100"]:after {
	content: "";
	left: auto;
	right: 0;
	color: #739e73
}
[data-progressbar-value=">100"]>.progress-bar {
	width: 100%;
	background: #FF0000;
	/*background: #3276b1;*/
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
	background-image: none!important
}
[data-progressbar-value=">100"]:before {
	content: attr(data-progressbar-value) '%';
	top: -12px;
	left: attr(data-progressbar-value) px
}
[data-progressbar-value=">100"]:after {
	content: "\5df2\8d85\6807\000d\000a\000d\000a";
	left: auto;
	right: 0;
	color: #FF0000;
}
.tooltip-circle>span {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 5px;
}

.ant-transfer-list-header{ 
    box-sizing: border-box;   /*解决SmartAdmin对Antd的Transfer组件造成的样式显示问题*/
}

.dt-buttons .dt-button-collection.dropdown-menu > li > a {
    text-decoration: none;
    color: #333;
    background-color: #fff;
}
.dt-buttons .dt-button-collection.dropdown-menu > li > a:hover, 
.dt-buttons .dt-button-collection.dropdown-menu > .active > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #aaa;
}

.dt-buttons .dt-button-collection.dropdown-menu > .active > a, 
.dt-buttons .dt-button-collection.dropdown-menu > .active > a:focus{
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #3276b1;
}

.ant-calendar-time-picker-inner .ant-calendar-time-picker-select li{
    padding-left: 0;
}

.ant-layout .ant-layout-footer {
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding: 10px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-left-width: 0 !important;
    border-bottom-width: 0 !important;
}