/*
* @Author: admin
* @Date:   2016-12-19 09:32:38
* @Last Modified by:   Administrator
* @Last Modified time: 2018-12-07 18:54:51
*/
/*页面初始化*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img ,input{ margin:0; padding:0; }
body{font-size: 12px; color:#616161; font-family:"微软雅黑"; background:#fff;}
ul,ol{ list-style:none;}			/* ul，li 默认小点*/
textarea,input,button{ resize:none;outline: none;}
textarea:focus,input:focus,button:focus {
    outline: 0;
}				/*清除chrome，firefox 小三角*/
label{
	font-weight: normal !important;
}
img{border:none; display:block;}   /*img在ie下有边，图片下方会有几级像素距离*/
a{color:#333; text-decoration:none;}		/*a链接风格统一*/
a:hover,a:visited,a:active,a:link{text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}				
/*定义我们常用类*/
.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}     /*为了照顾ie67*/
/*代码实现*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
　font-family:"微软雅黑";
　}
　input:-moz-placeholder, textarea:-moz-placeholder {
　font-family:"微软雅黑";
　}
　input::-moz-placeholder, textarea::-moz-placeholder {
　font-family:"微软雅黑";
　}
　input:-ms-input-placeholder, textarea:-ms-input-placeholder {
　font-family:"微软雅黑";
　}
.w{
	margin: 0 auto;
	/* width:990px; */
	position: relative;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.wmai {
    width: 1040px !important;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fff;
}
/* 登录页面头部 */
/* .litter-header{
	height: 56px;
    line-height:56px;
    font-size: 14px;
    background: #666;
    color: #ccc;
    text-align: right;
}
.litter-header .tuichu{
	color: #ccc;
}
.litter-header a.header_title{
	color: #fff;
    font-size:16px;
    font-weight: lighter;
}
.litter-header a.header_title span{
	font-size: 22px;
	margin-right: 
}
.header{
	height:66px;
	background:#fff;
	overflow:hidden;
	border-bottom: 1px solid #d9dadc;
}
.header h1{
	padding-top:14px;
	overflow: hidden;
	padding-left: 10px;
}
.y_litter-header{
	background: #373d41;
    color: #fff;
    text-align: left;
    position: fixed;
    left:0;
    top:0;
    z-index: 100;
    width: 100%;
    box-sizing:border-box;
} */
/* .team-logo-wrap{
	display: block;
	width: 130px;
	height: 63px;
	overflow: hidden;
} */
p{
	margin-bottom: 0;
}
.team-logo-wrap .team-logo{
	margin: 15px auto 0;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fff;
}
.border-line{
	border: 1px solid  #ddd;
}
.fl{
	float: left;
}
.fr{
	float:right;
}
.over-a{
	overflow: auto;
}

.content {
	background-color: #fff;
	float: left;
	width: 100%;
	position: relative;
	zoom: 1;
}

.app {
	width: 100%;
	float: left;
}
.sidebar {
	width: 110px;
	float: left;
	margin-left: -100%;
	min-height: 800px;
}
.ui-header {
	min-width: 960px;
	height: 59px;
	background: #f8f8f8;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.header_chenghu{
	margin-right: 20px;
	font-size: 14px;
}
.header_chenghu img{
	height: 32px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
.header_tuichu{
	display: inline-block;
}
#app-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 160px;
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
	z-index: 99;
}

#app-first-sidebar {
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	width: 160px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#0f1922;
	overflow-y: auto;
	overflow-x: hidden;
}
#app-first-sidebar nav {
	width: 160px;
	/* background: #42485b; */
}
/* #app-first-sidebar nav ul{
	background: #303a52;
} */
#app-first-sidebar nav li {
	font-size: 14px;
	height: 54px;
	line-height: 54px;
	/* margin-bottom: 14px; */
	cursor: pointer;
}
#app-first-sidebar nav li a {
	color: #ccc;
	display: block;
	padding-left:24px;
	/* text-align: center; */

}
#app-first-sidebar nav li:hover {
	background:#fff;
}
#app-first-sidebar nav li:hover a{
	color: #000;
}
/* #app-first-sidebar nav li.sidebar-icon-jiheli{
	height:50px;
	line-height:50px;
} */
/* #app-first-sidebar nav li.sidebar-icon-jiheli:hover .sidebar-icon-jihe{
	background-position: -55px -34px;
} */
#app-first-sidebar nav li.active {
    background:#fff;
}
#app-first-sidebar nav li.active a {
    color: #070e14;
}
#app-first-sidebar .nav_title{
	line-height: 20px;
	padding: 35px 0 35px 24px;
	font-size: 12px;
	/* font-family: "Impact"; */
	cursor: pointer;
	color: #fff;
    font-weight: 700;
    height: 116px;
    background: url(../images/nav_logo.png) no-repeat left center;
}
#app-first-sidebar .nav_title p{
	margin-bottom: 0;
	font-family: Helvetica;
}
#app-first-sidebar .nav_title p.nav_titletop{
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: normal;
	font-family: "微软雅黑";
}
#app-second-sidebar {
	position: fixed;
	top: 0px;
	bottom: 0;
	left:160px;
	width: 140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-right: 1px solid #f1f2f6;
	overflow-y: auto;
	overflow-x: hidden;
}
#app-first-sidebar::-webkit-scrollbar,#app-second-sidebar::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}
#app-second-sidebar.nav_hide{
	display: none;
}
#app-container.nav_hide{
	margin-left: 140px;
}
#app-second-sidebar .second-sidebar-title {
	padding-left: 24px;
	font-size: 14px;
	height: 60px;
	line-height:60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
}

#app-second-sidebar .second-sidebar-subtitle {
	padding: 20px 10px 0;
	margin: -5px 10px 0;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #999;
	border-top: 1px solid #eee;
}

#app-second-sidebar .second-sidebar-title+.second-sidebar-subtitle {
	border-top: none;
	margin-top: 0;
}

#app-second-sidebar nav {
	/* padding: 13px 10px; */
	width: 140px;
}

#app-second-sidebar nav h4 {
	display: none;
}

#app-second-sidebar nav li {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	/* margin-bottom: 14px; */
	overflow: hidden;
	cursor: pointer;
	border-radius: 2px;
	padding-left: 16px;
    position: relative;
    margin: 4px 8px;
}

#app-second-sidebar nav li a {
	color: #666;
	display: block;
	/* padding: 0 10px; */
}
#app-second-sidebar nav li:hover{
	background:#f1f2f6;
}
#app-second-sidebar nav li a[href=''] {
	pointer-events: none;
	cursor: default;
}

#app-second-sidebar nav li:hover a {
	color:#3da0fd;
}

#app-second-sidebar nav li.active {
	background: #f1f2f6;
}
#app-second-sidebar nav li.active a {
	color: #3da0fd;
}

#app-second-sidebar nav li.short-margin {
	margin-bottom: 7px;
}

#app-second-sidebar nav li.split {
	height: 0px;
	margin-bottom: 7px;
	border-top: 1px solid #e5e5e5;
}

#app-second-sidebar nav li.changed a {
	padding-right: 0;
}

#app-second-sidebar nav li.changed a::after {
	display: inline-block;
	content: ' ';
	font-size: 0;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: -3px 0 0 3px
}
#app-third-sidebar {
	position: relative;
	top: 0;
	height:60px;
	min-width: 750px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #f1f2f6;
	padding: 0 24px;
	-webkit-transition: padding-right 0.5s;
	-moz-transition: padding-right 0.5s;
	transition: padding-right 0.5s;
	margin-bottom: 20px;
}
.breadcrumbusetip{
	display: inline-block;
	vertical-align: bottom;
}
.fixed_body .app{
	margin-top: 60px;
}
#app-third-sidebar.sidebar_fixedtop{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
#app-third-sidebar.sidebar_fixedtop .zent-breadcrumb{
	padding-left: 300px;
}
#app-third-sidebar.with-box-shadow {
	-webkit-box-shadow: 0px 9px 10px -13px rgba(0,0,0,0.6);
	box-shadow: 0px 9px 10px -13px rgba(0,0,0,0.6);
}

#app-third-sidebar .ui-nav {
	border-bottom: none;
	margin-bottom: 0;
}

#app-third-sidebar .ui-nav ul {
	margin-bottom: 0;
}

#app-third-sidebar .ui-nav li {
	margin-left: 0;
}

#app-third-sidebar .ui-nav li a {
	padding: 0;
	height: 50px;
	padding: 0 0 0 20px;
	min-width: 0;
	border: none;
	background: transparent;
	font-size: 14px;
	color: #666666;
}

#app-third-sidebar .ui-nav li span {
	display: inline-block;
}

#app-third-sidebar .ui-nav li:hover span {
	color: #3283FA;
}

#app-third-sidebar .ui-nav li.active span {
	color: #333;
	border-bottom: 2px solid #0099FC;
}

#app-third-sidebar .ui-nav a {
	line-height: 48px;
}
#app-third-sidebar .zent-breadcrumb a,.zent-breadcrumb a{
	display: inline-block;
	line-height: 60px;
	padding: 0 30px;
	height: 59px;
    border-bottom: 2px solid #fff;
    font-size:14px;
    font-weight: 700;
}
#app-third-sidebar  .zent-breadcrumb .breadcrumb a{
	padding:0;
}
#app-third-sidebar .zent-breadcrumb a.cur,.zent-breadcrumb a.cur{
	border-color: #3da0fd;
	color:#3da0fd;
}
#app-container {
	/* background: #fff; */
	width: auto;
	margin: 0 0 0 300px;
	/* padding-bottom: 50px; */
	-webkit-transition: margin-right 0.5s;
	-moz-transition: margin-right 0.5s;
	transition: margin-right 0.5s;
	padding:0;
}
.zent_breadcrumbgk a{
	height: 49px;
	line-height: 50px;
}
#app-container .page-content,#app-container .app__content {
	width: auto;
}
#app-container .app-inner {
	margin:0;
	/* min-width: 710px; */
	min-height: 500px;
	width: auto;
}

.ui-nav ul:after {
	content: "";
	display: table;
	clear: both
}

.ui-nav li {
	float: left;
	margin-left: -1px;
}

.ui-nav li.active a,.ui-nav li a.active {
	border-bottom-color: #fff;
	background: #fff;
}
label{
	display: inline-block;
}
.container-right .zhanghao-table input[type="radio"],.container-right .zhanghao-table input[type="checkbox"]{
	vertical-align: middle;
	margin-top: 0;
	box-shadow: none;
}
.container-right .zhanghao-table input[type="text"]{
	vertical-align: middle;
	box-shadow: none;
}
.y_litter-header a{
	margin-left: 20px;
}
 .y_litter-header ul li{
 	float: left;
 }
  .y_litter-header ul li a{
  	display: block;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	margin-left: 0;
	
  }
   .y_litter-header ul li i{
   	display: inline-block;
  	height: 22px;
  	width: 24px
  	vertical-align: middle;
   }
  .y_litter-header ul li a:hover{
  	background: #2cb65c;
  }
  .y_litter-header ul li.current{
  	background:#259c4f; 
  }
#app-first-sidebar nav li .sidebar-icon,#app-first-sidebar nav li:hover .sidebar-icon{
    position: relative;
    top: -1px;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 16px;
    /* background: url(../images/sidebar-icon.png) no-repeat;
    background-position: -1px -73px; */
}
#app-first-sidebar nav li .sidebar-icon-shouye{
	background: url(../images/sidebar1.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li:hover .sidebar-icon-shouye,#app-first-sidebar nav li.active .sidebar-icon-shouye{
	background: url(../images/sidebar1hover.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li .sidebar-icon-fuwuglli{
	background: url(../images/sidebar5.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li .sidebar-icon-jihe{
	background: url(../images/sidebar2.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li .sidebar-icon-dashboard {
	background: url(../images/sidebar3.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li .sidebar-icon-shebeiglli {
	background: url(../images/sidebar10.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li .sidebar-icon-changjinli {
	background: url(../images/sidebar4.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li .sidebar-icon-dingdanglli {
	background: url(../images/sidebar6.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li .sidebar-icon-tongjili {
	background: url(../images/sidebar7.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li .sidebar-icon-shezhili {
	background: url(../images/sidebar9.png) no-repeat left center;
    background-size:18px;
}
/* #app-first-sidebar nav li .sidebar-icon-zhongxinli {
	background-position: -1px -126px;
} */
#app-first-sidebar nav li .sidebar-icon-quanyuan {
	background: url(../images/sidebar11.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li.active .sidebar-icon-quanyuan,#app-first-sidebar nav li:hover .sidebar-icon-quanyuan{
   background: url(../images/sidebar11hover.png) no-repeat left center;
   background-size:18px;
}
#app-first-sidebar nav li.active .sidebar-icon-zhongxinli,#app-first-sidebar nav li:hover .sidebar-icon-zhongxinli{
    background: url(../images/sidebar7hover.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li.active .sidebar-icon-dashboard,#app-first-sidebar nav li:hover .sidebar-icon-dashboard{
    background: url(../images/sidebar3hover.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li.active .sidebar-icon-shebeiglli,#app-first-sidebar nav li:hover .sidebar-icon-shebeiglli{
    background: url(../images/sidebar10hover.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li.active .sidebar-icon-changjinli,#app-first-sidebar nav li:hover .sidebar-icon-changjinli{
    background: url(../images/sidebar4hover.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li.active .sidebar-icon-dingdanglli,#app-first-sidebar nav li:hover .sidebar-icon-dingdanglli{
    background: url(../images/sidebar6hover.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li.active .sidebar-icon-tongjili,#app-first-sidebar nav li:hover .sidebar-icon-tongjili{
    background: url(../images/sidebar7hover.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li.active .sidebar-icon-fuwuglli,#app-first-sidebar nav li:hover .sidebar-icon-fuwuglli{
    background: url(../images/sidebar5hover.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li.active .sidebar-icon-xitongli, #app-first-sidebar nav li:hover .sidebar-icon-xitongli {
   background: url(../images/sidebar8hover.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li .sidebar-icon-xitongli {
    background: url(../images/sidebar8.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li.active .sidebar-icon-jihe,#app-first-sidebar nav li:hover .sidebar-icon-jihe{
    background: url(../images/sidebar2hover.png) no-repeat left center;
    background-size:18px;
}
#app-first-sidebar nav li.active .sidebar-icon-shezhili,#app-first-sidebar nav li:hover .sidebar-icon-shezhili{
    background: url(../images/sidebar9hover.png) no-repeat left center;
    background-size:18px;
}
/*  #app-first-sidebar nav li.active .sidebar-icon-jihe{
	background-position: -55px -34px;
} */
/* #app-first-sidebar nav li.sidebar-icon-jiheli.active{
	background: none;
}  */
.daohao_hw{
	/*height: 100%;*/
	width: 100%;
    overflow: hidden; 
}
/* .daohao_hw .container-fluid{
	padding-left: 0;
	padding-right: 0;
} */
#app-second-sidebar .app_secondnav{
	/* display: none; */
}
#app-second-sidebar .app_secondnav.default{
	display: block;
}
.theme_iframe{
	margin-bottom: 90px;
}
.modal-dialog .form-group{
	margin-bottom: 10px;
	position: relative;
}
.modal-dialog .form-group label{
	margin-bottom: 6px;
	
}
.sj_yanzhengma{
	position: absolute;
    right: 0;
    bottom: 0;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    padding: 0 18px;
    border: 1px solid #eeeff0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    background: #fff;
}
.sj_yanzhengmaimg{
	padding:0;
	border-radius: 4px;
}
.haoma_xiugbtn{
	position: absolute;
    right: 0;
    height: 34px;
    line-height: 34px;
    top: 7px;
    padding: 0 14px;
    color: #fff;
    color: #3da0fd;
    cursor: pointer;
}
/* 点击集合之后 */
#app-sidebar.active{
	width:50px;
}
#app-sidebar.active #app-first-sidebar,#app-sidebar.active #app-first-sidebar nav{
	width: 50px;
}
#app-sidebar.active #app-first-sidebar nav li span{
	display: none;
}
#app-sidebar.active #app-first-sidebar nav li a{
	padding-left: 0;
	text-align: center;
}
#app-sidebar.active  #app-second-sidebar{
	left:50px;
}
#app-container.active{
	margin-left: 190px;
}
#app-sidebar.active #app-first-sidebar nav li .sidebar-icon{
	margin-right: 0;
}
/* 遮罩层 */
/* .modal-backdrop.fade{
	display: none;
} */
/* 首页 */
.index_main #app-container{
	margin-left: 160px;
}
.index_main #app-container.active{
	margin-left: 38px;
}
.s_indexdoc{
	position: relative;
	color: #333;
}
.s_indexdoc .s_indexdocr{
	position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 22px;
}
.s_indexdoc .s_indexdocr .s_indexdocrspan{
    margin-right: 94px;
}
.s_indexdoc .s_indexdocr img{
	position: absolute;
    right: 0;
    height: 28px;
    top: 50%;
    margin-top: -12px;
}
.s_indexdoc .s_indexdocr img.new_tixing{
	right: 46px;
}
.s_indexdoc .s_indexdocr .tixing_link .sidebartitle{
    background: #dd2828;
    color: #fff;
    height: 16px;
    line-height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    right: 38px;
    top: 18px;
}
#app-first-sidebar nav li.nav_banquan{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    height:44px;
}
#app-first-sidebar nav li.nav_banquan:hover{
	background: none;
}
.breadcrumb img.y_breadcrumbreturn{
    display: inline-block;
    width: 22px;
    margin-right: 10px;
}
#app-third-sidebar .zent-breadcrumb {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 10px;
}
.breadcrumb {
    padding: 0 !important;
    background: #fff !important;
    margin-bottom: 0 !important;
}
#app-third-sidebar .zent-breadcrumb a.breadcrumb_listlink{
	float: right;
    padding: 0 30px 0 10px;
    border: 1px solid #ccc;
    height: 36px;
    line-height: 36px;
    margin-top: 11px;
    background: #f2f2f2 url(../images/shacha_next.png) no-repeat 96% center;
    background-size: 20px;
}
#app-third-sidebar .zent-breadcrumb a.breadcrumb_listlink i{
	font-weight: 700;
}
/* 面包屑弹窗 */
.toast_box{
	height: 180px;
	width:180px;
	position: absolute;
	z-index: 1000;
	left: 50%;
    margin-left: -90px;
    top: 50%;
    margin-top: -90px;
    padding:20px;
    box-sizing:border-box;
}
.toast_bg{
	position: absolute;
	background: #333;
	opacity: 0.8;
	height: 100%;
	width:100%;
	left: 0;
	top:0;
	border-radius: 10px;
	z-index:1;
}
.toast_titlebox{
	z-index: 2;
	position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 20px;
}
.toast_box .toast_img{
	padding:50px 50px 40px;
	background: url(../images/bress.png) no-repeat center center;
	background-size:70px; 
}
.toast_box .toast_imgerror{
	background: url(../images/bress-no.png) no-repeat center center;
	background-size:70px; 
}
.toast_box .toast_tip{
	text-align:center;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.level_massagebox .table_box thead tr th,.level_massagebox .table_box  tr td{
	padding-left: 32px;
}
 .fzdetail_return {
    float: right;
    margin-top: 15px;
}
 #app-third-sidebar .zent-breadcrumb .fzdetail_return a{
	height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 15px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
   	color: #888;
}
 #app-third-sidebar .zent-breadcrumb .fzdetail_return a:hover{
 	border-color:#3da0fd;
 }
a.detail_xiugai, .report-menu .qingdan_daochuba button, .report-menu .yyonghuba a.s_yonghutianjia, .a_hebing ul li.current{
	padding:6px 10px !important;
	border-radius:0 !important;
}
.nav_parent a {
    background: url(../images/narrow.png) no-repeat 80% center;
    background-size: 14px;
}
.nav_children,.nax_biaoqianc{
    padding-left: 24px;
}
.fontweight{
	font-weight: 700;
}
.fzsuifangmain{
	width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.fzsuifangmain .ks_yangshibox{
	border-radius: 0;
}
.shenglue{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cj_mzsccontent .table thead th,.cj_mzsccontent .table tbody td{
	border:none;
}
.fzdetail_return .zhedietu_btn{
    color: #3da0fd;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}
.co_table_submit input[type="submit"]{
	background:#3da0fd !important;
	font-family:"微软雅黑";
}
.chaxun_icon i,.chuanjianicon i,.mzsc_selectbgserbtn i{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/fz_search.png) no-repeat center center;
	background-size:14px;
	vertical-align: text-bottom;
	margin-right: 6px;
	
}
.chuanjianicon i{
	background:url(../images/fz_add.png) no-repeat center center;
	background-size:12px;
}
.fzdetail_return .fzdetail_icon{
	display:inline-block;
	width:16px;
	height:18px;
	vertical-align: text-bottom;
	margin-right:6px;
}
.fzdetail_return .fzdetail_fhicon{
	background:url(../images/detail_fh.png) no-repeat center center;
	background-size:13px;
}
.fzdetail_return .fzdetail_xxicon{
	background:url(../images/detail_xx.png) no-repeat center center;
	background-size:13px;
}
.fzdetail_return .fzdetail_sficon{
	background:url(../images/detail_sf.png) no-repeat center center;
	background-size:13px;
}
.fzdetail_return .fzdetail_gdicon{
	background:url(../images/detail_gd.png) no-repeat center center;
	background-size:13px;
}
.table_box  .s_detailbtn.zhankai{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/narrow.png) no-repeat 90% center;
    background-size: 14px;
}
.table_box  .s_detailbtn.zhankai.cur{
	background: url(../images/narrowup.png) no-repeat 80% center;
    background-size: 14px;
}
.level_massagebox tr.hppen{
	display:none;
}
.nav_parent a,.nax_biaoqian a{
    background: url(../images/narrowup.png) no-repeat 90% center;
    background-size: 14px;
}
.nav_children a,.nax_biaoqianc a{
	padding-left:8px;
}
.nav_parent.current a,.nax_biaoqian.current a{
    background: url(../images/narrow.png) no-repeat 90% center;
    background-size: 14px;
}
.jiance_tabletip .y_spantizhengtime.fz_huxijidatetime,.jiance_tabletip select,.jiance_tabletip .y_spantizhengtime{
	display: inline-block;
    margin-left: 6px;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #fff url('../images/date_time.png') no-repeat right center;
    background-size: 20px;
    padding-right: 26px;
    border-radius: 2px;
    margin-top: 6px;
}
.jiance_tabletip select,.jiance_tabletip .y_spantizhengtime{
	background: #fff;
	padding-right: 12px;
}
.jiance_tabletip .y_spantizhengtime.cur{
	border-color: #3da0fd;
	color: #3da0fd;
}
.jiance_tabletip .fz_huxijidzreport{
	height: 34px;
    line-height: 34px;
    display: inline-block;
    float: right;
    margin-top: 4px;
    background: #3da0fd url(../images/fz_report.png) no-repeat 15px center;
    color: #fff;
    padding: 0 15px 0 37px;
    border-radius: 2px;
}
.nax_biaoqian{
	border-top: 1px solid #f1f2f6;
}
.fzsuifangmain .tabletab_li .zonghe_table table td,.zonghe_table table td{
  padding: 0 10px !important;
}
.zonghe_table table .zonghe_td{
  border: 1px solid #e5e5e5 !important;
  width: 110px !important;
  text-align: center !important;
  font-size: 22px !important;
  padding: 0 !important;
  height: 90px !important;
}
.zonghe_table table .zonghe_td.cur{
  background: #f2f2f2;
}
.zonghe_table table tr{
  height: 40px !important;
  line-height: normal !important;
}
.zonghe_tip{
  display: inline-block !important;
  width: 70px !important;
  line-height: 20px !important;
}
.zonghe_title{
  height:100px !important;
  font-weight:700 !important;
}
.zonghe_table table .zonghe_cat td{
  text-align: center !important;
  line-height: 26px !important;
}
.tabfluid_nr .table .menzhen_tip{
	position: relative;
    line-height: 20px;
    height: 40px;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 42px;
    font-size: 12px;
}
.tabfluid_nr .table .menzhen_tip .menzhen_tipbtn{
	position: absolute;
    right: 0;
    top: 0;
}
.tabfluid_nr .table .menzhen_tip .menzhen_tipbtn a{
	display: inline-block;
    height: 60px;
    line-height: 52px;
    box-sizing: border-box;
    width: 50px;
    text-align: center;
}
.tabfluid_nr .table .menzhen_tip .menzhen_tipbtn a:hover{
	background: #f2f2f2;
}
.tabfluid_nr .table tbody td{
	font-size: 14px;
}
img.menzhen_icon{
    display: inline-block;
    width: 30px;
    position: absolute;
    left: 6px;
    top: 16px;
}
tr.fontweight td{
	font-weight: 700;
	color: #333;
}
.detail_body .gk_sfliebiaotip.cur{
	position: fixed;
    z-index: 22;
    top: 60px;
    background: #fff;
    width: 994px;
}