html,body{
	position: relative;
 	background: url(../img/bg_1.jpg) #e9e9e9 no-repeat fixed 0 0/100% 100%;
 	font-family:"微软雅黑", sans-serif!important;
	height: 100%;
	transition:all 0.3s;
	-weikit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
body{
	min-width: 1150px;
}
.w100{width: 100%!important;}
.contain_box a{color:#428bca!important;}
*{box-sizing:border-box;}
*:before, *:after{box-sizing:border-box;}
img{vertical-align: middle;}
@font-face {font-family: 'iconfont';
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont"!important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}
.rel{position: relative;}
.abs{position: absolute;}
a:link,a:hover,a:active,a:visited{text-decoration: none;}

::selection { background:#3dbff0; color:#fff;}
::-moz-selection { background:#3dbff0; color:#fff;}
::-webkit-selection { background:#3dbff0; color:#fff;}
/*杂物*/
.rotate_arrow{
	transform:rotateX(180deg);
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
}
input[type="button"],input[type="submit"]{
	font-family: "宋体"!important;
}
 /*上导航*/
.nav_top{
	width: 100%;
	min-width: 1150px;
	height: 45px;
	background:#fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
.logo_div{
	height: 100%;
	font-size: 18px;
	color: #fff;
	width: 250px;
	line-height: 45px;
	background: rgba(24,29,32,1);
	font-weight: 100;
	float: left;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
}
.logo_div img{
	width: 30px;
	margin-left: 63px;
	margin-top: -5px;
}
	/*搜索*/
.list_search{
	position: relative;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.list_search_img{
	float: left;
	line-height:45px;
	font-size: 13px;
	color:rgba(255,255,255,0.4);
	margin:0 15px;
}
.list_search_img i{
	line-height: 44px!important;
}
.list_search input[type=text]{
	padding:0;
	display: inline-block;
	font-size: 16px;
	width: 180px;
	border-radius: 50px;
	background: rgba(0,0,0,0.5);
	border: none;
	border-bottom:1px solid rgba(255,255,255,0.3);
	line-height: 24px;
	height: 24px;
	float: left;
	margin-top: 10px!important;
	padding-left: 16px;
	color:rgba(255,255,255,0.8);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	transition:all 0.3s;
	-weikit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
#left_search:focus{
	transition:all 0.3s;
	-weikit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
#left_search::-webkit-input-placeholder{
	color:rgba(255,255,255,0.4);
}
#left_search::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:rgba(255,255,255,0.4);
}
#left_search input:-ms-input-placeholder{
    color:rgba(255,255,255,0.4);
}

	/*part*/
.part{
	padding:0 30px;
	float: left;
}
.part a{
	color:#333!important;
	position: relative;
	font-weight: 900;
	display: inline-block;
	line-height: 45px;
	padding: 0 10px;
	font-size: 14px;
}
.part a:not(:last-child):after{
	content: "";
    position: absolute;
    right: -1px;
    top: 15px;
    height: 19px;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.part_active{
	position: relative;
	color: #2a6496;
}
@media(min-width: 1200px){
	.part a:hover{
		text-decoration:none;
		color: #2a6496!important;
	}
	.part a:hover:before{
		content: "";
		display: block;
		position: absolute;
		width: 66px;
		bottom: 0;
		left: 5px;
		border-bottom: 3px solid #2a6496;
	}
}
	/*个人信息*/
.exit {
	position: relative;
	padding:0 20px;
	float: right;
	color:rgba(0,0,0,0.6);
	transition:all 0.2s;
	-weikit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
}
.exit:hover{
	color:rgba(0,0,0,1);
	transition:all 0.2s;
	-weikit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	cursor: pointer;
}
.exit p{
	float: left;
	line-height: 45px;
	margin-left: 25px;
}
.exit>i{
	float: left;
	line-height: 42px;
	margin-left:10px;
	font-size: 12px;
}
.exit img{
	float: left;
	height: 45px;
}
		/*个人信息的点击弹窗*/
.exit_detail{
	visibility: hidden;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	opacity: 1;
	position: absolute;
	top:25px;
	right: 25px;
	width: 160px;
	background: #fff;
	z-index: 9;
}
.exit_detail:after{
	position: absolute;
	z-index: -1;
	content: "";
	display: block;
	width: 180px;
	height: 60px;
	top: -45px;
	left:-5px;
}
.exit_detail a{
	color:#333;
}
.exit_detail h1,.exit_detail h2,.exit_detail h2 i{
	color:#717171;
	padding: 0 15px;
	font-weight: 300;
	line-height: 30px;
	font-size: 12px;
}
.exit_detail h2 i{
	float: right;
	padding:0;
}
.exit_detail h2:hover{background: #eee;}
.exit_detail:before{
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	top:-20px;
	right: 15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.skin{
	padding:8px 15px 15px;
	border-bottom: 1px solid #eee;
}
.skin li{
	margin: 0 4.8px;
	border-radius: 50%;
	float: left;
	height: 12px;
	width: 12px;
	line-height: 37px;
	color:#717171;
}
.skin li:hover{
	box-shadow: 0 2px 1px #aaa;
	transform:scale(1.3);
	-ms-transform:scale(1.3); 	/* IE 9 */
	-moz-transform:scale(1.3); 	/* Firefox */
	-webkit-transform:scale(1.3); /* Safari 和 Chrome */
	-o-transform:scale(1.3); 
	transition:all 0.2s;
	-weikit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
}
	/*换背景*/
.skin_01{background: url(../img/bg_1.jpg) no-repeat fixed 0 0/100% 100%;}
.skin_02{background: url(../img/bg_2.jpg) no-repeat fixed 0 0/100% 100%;}
.skin_03{background: url(../img/bg_3.jpg) no-repeat fixed 0 0/100% 100%;}
.skin_04{background: url(../img/bg_4.jpg) no-repeat fixed 0 0/100% 100%;}
.skin_05{background: url(../img/bg_5.jpg) no-repeat fixed 0 0/100% 100%;}
.skin_06{background: url(../img/bg_6.jpg) no-repeat fixed 0 0/100% 100%;}
	/*提醒*/
.bell{
	color: rgba(0,0,0,0.6);
	position: relative;
	padding:0 20px 0 15px;
	float: right;
	transition:all 0.2s;
	-weikit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
}
.bell:hover{
	color: rgba(0,0,0,1);
	transition:all 0.2s;
	-weikit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	cursor: pointer;
}
.bell:after{
	content: "";
	position: absolute;
	right: 0;
	top:12px;
	height: 21px;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.bell i{
	margin-right: 7px;
	float: left;
	line-height: 45px;
	font-size: 14px;
}
.bell p{
	border-radius: 3px;
	padding:0 5px;
	margin-top: 12px;
	line-height: 21px;
	float: left;
	background: rgba(0,0,0,0.2);
	font-size: 12px;
	color:rgba(255,255,255,1);
	box-shadow: inset 0 0 10px #bbb;
}
		/*提醒的点击弹窗*/
.bell_detail{
	visibility: hidden;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	position: absolute;
	top:25px;
	left: 5px;
	width: 200px;
	background: #fff;
}
.bell_detail:before{
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	top:-20px;
	left: 15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #444;
}
.bell_detail:after{
	position: absolute;
	z-index: -1;
	content: "";
	display: block;
	width: 75px;
	height: 60px;
	top: -45px;
	left:-5px;
}
.bell_detail h1{
	padding: 0 15px;
	background: #444;
	font-weight: 300;
	line-height: 40px;
	font-size: 12px;
	color:rgba(255,255,255,0.5);
}
.bell_detail h2{
	padding: 0 15px;
	background: #fff;
	font-weight: 300;
	line-height: 37px;
	font-size: 12px;
	color:#717171;
}
.bell_detail h2:not(:nth-child(-1)){
	border-bottom: 1px solid #eee;
}
.bell_detail h2:hover{
	background: #eee;
}
	/*历史记录 销售*/
.history,.sale{
	color: rgba(0,0,0,0.6);
	position: relative;
	padding:0 15px;
	float: right;
	transition:all 0.2s;
	-weikit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
}
.history:after,.sale:after{
	content: "";
	position: absolute;
	right: 0px;
	top:12px;
	height: 21px;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.history:hover,.sale:hover{
	color: rgba(0,0,0,1);
	transition:all 0.2s;
	-weikit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	cursor: pointer;
}
.history i{
	line-height: 45px;
	font-size: 19px;
}
.sale i{
	line-height: 50px;
	font-size: 18px;
	/*font-weight: 900;*/
}
/*销售的点击弹窗 3个a 一个搜索（html未加）*/
.sale_detail{
	visibility: hidden;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	position: absolute;
	top:25px;
	left: -60px;
	width: 100px;
	background: #fff;
}
.sale_detail:before{
	position: absolute;
	z-index: 9;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	top:-20px;
	left: 70px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.sale_detail:after{
	position: absolute;
	z-index: -1;
	content: "";
	display: block;
	width: 65px;
	height: 60px;
	top:-45px;
	right: 0;
}
.text_gray{
	text-align: center;
	border-radius: 0px!important;
	display: inline-block;
	border: 0px solid #000!important;
	border-bottom: 1px solid #00acee!important;
	color: #00acee!important;
	width: 100%;
	font-size: 13px!important;
	padding: 4px 10px;
	height: 30px;
}

.text_gray:focus{
	box-shadow: 0 0 0 #000!important;
}
.text_gray::-webkit-input-placeholder{
	color:#00acee;
}
.text_gray::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #00acee;
}

.text_gray input:-ms-input-placeholder{
    color: #00acee;
}
.sale_detail h2{
	text-align: center;
	padding: 0 15px;
	background: #fff;
	font-weight: 300;
	line-height: 30px;
	font-size: 12px;
	color:#717171;
}
.sale_detail h2:not(:nth-child(-1)){
	border-bottom: 1px solid #eee;
}
.sale_detail h2:hover{
	background: #eee;
}
.sale_detail span{
	float: right;
	font-weight: 300;
	line-height: 37px;
	font-size: 12px;
	color:#717171;
}

		/*历史记录的点击弹窗*/
.history_detail{
	visibility: hidden;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	position: absolute;
	top:25px;
	left: -20px;
	width: 220px;
	background: #fff;
}
.history_detail:before{
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	top:-20px;
	left: 15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.history_detail:after{
	position: absolute;
	z-index: -1;
	content: "";
	display: block;
	width: 50px;
	height: 60px;
	top: -45px;
	left:20px;
}
.history_detail h1{
	padding: 0 15px;
	background: #fff;
	font-weight: 900;
	line-height: 40px;
	font-size: 14px;
	color:#717171;
	border-bottom: 1px solid #eee;
}
.history_detail h2{
	padding: 0 15px;
	background: #fff;
	font-weight: 300;
	line-height: 37px;
	font-size: 12px;
	color:#717171;
}
.history_detail h2:not(:nth-child(-1)){
	border-bottom: 1px solid #eee;
}
.history_detail h2:hover{
	background: #eee;
}
.history_detail span{
	float: right;
	font-weight: 300;
	line-height: 37px;
	font-size: 12px;
	color:#717171;
}
/*左导航*/
.nav_active{
	background: #d94f42!important;
}
.nav_left{
	float: left;
	margin-top: 45px;
	width: 250px;
	background: rgba(24,29,32,0.85);
	z-index: 7;
	overflow-y: scroll;
	/*overflow-y: hidden;*/
	height: -moz-calc(100% - 45px);
	height: -webkit-calc(100% - 45px);
	height: calc(100% - 45px);
}

.nav_left a,.nav_left p{
	position: relative;
	display: inline-block;
	width: 100%;
    padding: 0 20px 0 15px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    line-height: 45px;
    cursor: pointer;
}
.nav_left a:hover,.nav_left p:hover{
    color: rgba(0, 0, 0, 1);
}
.nav_left i{
    float: right;
    font-size: 15px;
    font-weight: 100;
    transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
}
.nav_event{
	position: relative;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid rgba(0,0,0,0.20);
}
.nav_event:hover{
	background: rgba(255,255,255,0.8);
}
	/*左边隐藏*/
.hidekey{
	cursor:pointer;
	color:#fff;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 0 5px 5px 0;
	width: 20px;
	height: 40px;
	background: rgba(155,155,155,0.3);
	position: absolute;
	top: 50%;
	left:250px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-webkit-transform:translateY(-50%);
	-ms-webkit-transform:translateY(-50%);
	-o-webkit-transform:translateY(-50%);
}
.hidekey:hover{
	background: rgba(155,155,155,0.8);
}
.hidekey_rotate{
	display: inline-block;
	transform: rotateY(180deg);
	transition:all 0s;
	-weikit-transition:all 0s;
	-moz-transition:all 0s;
	-ms-transition:all 0s;
	-o-transition:all 0s;
}
	/*折叠二层*/
.fold2{
	display: none;
}
.fold2 a,.fold2 p{
	line-height:40px;
	padding-left: 40px;
}
.fold2>li{
	border-bottom: 1px solid rgba(0,0,0,0.15);
	background: rgba(255,255,255,0.15);
}
.fold2>li:hover{
	background: rgba(255,255,255,0.5);
}
.fold2>li:hover a{
	color: rgba(255,255,255,1);
}
	/*折叠三层*/
.fold3{
	display: none;
}
.fold3 a,.fold3 p{
	line-height:30px;
	font-weight: 300;
	padding-left: 60px;
}
.fold3 li{
	border-bottom: 1px solid rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.3);
}
.fold3>li:hover{
	background: rgba(255,255,255,0.5);
}
.fold3>li:hover a{
	color: rgba(255,255,255,1);
}
/*滚动条*/  
	/*通用*/
      ::-webkit-scrollbar{
        width: 4px;
        height: 10px;
        background-color: #fff;
      }  
      /*定义滚动条轨道 内阴影+圆角*/  
      ::-webkit-scrollbar-track:vertical{  
        -webkit-box-shadow: inset 0 0 11px rgba(0,0,0,1);
        background: #fff ;
      }  
      /*定义滑块 内阴影+圆角*/  
      ::-webkit-scrollbar-thumb:vertical{  
        border-radius: 3px; 
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
        background-color:rgba(56,183,255,0.9);  
      }  
      ::-webkit-scrollbar-thumb:horizontal{  
        border-radius: 3px;  
        background-color:#aaa; 

	/*右边table_content*/
      }
      .table_content::-webkit-scrollbar{
      	width: 10px!important;
      	background-color: #fff!important;
      }
      .table_content::-webkit-scrollbar-thumb:vertical{
      	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);  
      	border-radius: 3px;  
        background-color:#aaa;
      }
      .table_content::-webkit-scrollbar-track:vertical{  
        -webkit-box-shadow: inset 0 0 11px rgba(0,0,0,0);
      }  
/*右内容*/
.contain_box{
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
	height: -moz-calc(100% - 45px);
	height: -webkit-calc(100% - 45px);
	height: calc(100% - 45px);
	margin-top: 45px;
	float: left;
	top:45px;
	float: left;
	min-width: 900px;
	padding:0 0 0 10px;
	overflow-y:hidden; 
}
/*快捷方式*/
#favor_links{
	/*width: 100%;*/
	height:auto;
	margin:10px 10px 10px 0;
	padding:5px;
	position: relative;
	background: rgba(255,255,255,0.82);
}
#favor_links div{
	background: rgba(255,255,255,0.9);
	padding:5px;
}
.file{
	position: relative;
}
.add_link{
	position: absolute;
	right: 20px;
	top:50%;
	transform:translateY(-50%); 
	color: #2ec5ff!important;
    float: right;
    font-size: inherit;
}
#favor_links a:hover{
	color:#e53a3a!important;
}
#favor_links ul{
	margin-right: 90px;
}
#favor_links span{
	display: inline-block;
	margin: 5px 0;
}
#favor_links input[type="button"]{
	margin-left: 6px;
	margin-right: 5px;
}

/*按钮*/
.button_small_red {
	-moz-box-shadow:inset 0px 39px 0px -24px #fa746c!important;
	-webkit-box-shadow:inset 0px 39px 0px 24px #fa746c!important;
	box-shadow:inset 0px 39px 0px -24px #fa746c!important;
	background-color:#ff5242!important;
	-moz-border-radius:4px!important;
	-webkit-border-radius:4px!important;
	border-radius:4px!important;
	border:0px solid #ffffff!important;
	display:inline-block!important;
	cursor:pointer!important;
	color:#ffffff!important;
	font-size:12px!important;
	padding:4px 10px!important;
	text-decoration:none!important;
	line-height: 17px!important;
	text-shadow:0 0 0 #fff!important;
	transition:all 0s!important;
}
.button_small_red:hover {
	background-color:#fa746c!important;
	transition:all 0s!important;
}
.button_small_red:active {
	box-shadow:inset 0px 0px 25px #e75c53!important;
	transition:all 0s!important;
}

.button_small_blue {
	-moz-box-shadow:inset 0px 39px 0px -28px #3dbff0!important;
	-webkit-box-shadow:inset 0px 39px 0px -28px #3dbff0!important;
	box-shadow:inset 0px 39px 0px -28px #3dbff0!important;
	background-color:#00acee!important;
	-moz-border-radius:4px!important;
	-webkit-border-radius:4px!important;
	border-radius:4px!important;
	border:0px solid #ffffff!important;
	display:inline-block!important;
	cursor:pointer!important;
	color:#ffffff!important;
	font-size:12px!important;
	padding:4px 10px!important;
	text-decoration:none!important;
	line-height: 17px!important;
	text-shadow:0 0 0 #fff!important;
	transition:all 0s!important;
}
.button_small_blue:hover {
	background-color:#3dbff0!important;
	transition:all 0s!important;
}
.button_small_blue:active {
	box-shadow:inset 0px 0px 25px #009ad8!important;
	transition:all 0s!important;
}
/*表格*/
	/*通用尺寸*/
.table_box_left{width: 50%;float:left;padding-right: 5px;}
.table_box_right{width: 50%;float:right;padding-left: 5px;}
	/*最大标题*/
.table_bigtext{
	/*display: inline-block;*/
	position: relative;
	padding-left: 5px;
	padding-right: 6px;
	margin-bottom: 5px;
	font-family: "幼圆";
	/*border: 1px solid rgba(255,255,255,1);*/
	/*text-shadow: 0.5px 0.5px 0px rgba(27,76,94,0.5);*/
	/*background: rgba(61,191,240,1);*/
	font-weight: 900;
	font-size: 18px;
	line-height: 30px;
	color:#00acee;
}
.table_bigtext:before{
	content: "";
	display:inline-block;
	position: relative;
	width:6px;
	height: 20px;
	left: -6px;
	top: 5px;
	background:#00acee;
}
.table_bigtext a,.table_bigtext span{
	font-family: "黑体";
	line-height: 20px;
	margin-top: 14px;
	font-weight: 100;
	font-size: 14px;
	color:#555;
}
.table_bigtext a:hover,.table_bigtext span:hover{
	cursor: pointer;
	color: #428bca;
}
.table_bigtext_hide{
	border-bottom: 1px dashed #00acee;
}
	/*表格外盒子*/
.table_container{
	box-sizing:border-box;
	position: relative;
	margin-bottom:10px;
}
/*.table_box:not(:nth-child(-n+2)){
	margin-top: 10px;
}*/
	/*表格搜索部分*/
.table_search{
	padding:15px;
	padding-bottom: 6px;
}
.table_search select{
	font-size: 14px;
	vertical-align: middle;
}
.table_search input[type="text"]{
	width: 85px;
}
.table_search input[type="submit"]{
	width: auto;
	padding: 3px 30px!important;
}
.table_search input[type="checkbox"]{
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.label_box{
	margin-right: 20px;
	display: inline-block;
	height:25px;
}
.label_box b,.label_box label{
	margin-right: 5px;
}
/*.table_box_top input[type="button"]{
	float: left;
	margin-left: 10px;
}*/
	/*表格上信息部分*/
.table_content{
	width: 100%;
	overflow-x:auto; 
	height:100%;
	padding-right:10px;
	padding-bottom: 100px;
}
.table_box{
	background: rgba(255,255,255,0.82);
	padding:10px 0 0 10px;
	height: -moz-calc(100% - 58px);
	height: -webkit-calc(100% - 58px);
	height: calc(100% - 58px);
}
.table_box_top{
	width: 100%;
	border:0px solid rgba(0,0,0,0);
	text-align: center;
}
.table_box_top a{
	color:#428bca;
	margin-right: 5px;
}
.table_box_top a:hover{
	color:#e53a3a;
}
.table_box_top th{
	padding: 10px 0;
	text-align: center;
	line-height: 15px;
	font-size: 15px;
	font-weight: 900;
	border: 1px solid #ddd;
}
.table_box_top th{
	background: rgba(0,0,0,0.17);
}
.table_box_top td{
	padding: 5px 0;
	line-height: 20px;
    border: 1px solid #ddd;
}
.row_click{
	background: rgba(0,0,0,0.08);
	text-shadow:0.7px 0 0 #000;
}
.row_click a{
	/*background: #eee;*/
	text-shadow:0 0 0 #000;
}
/*tr:not(:first-child):hover{
	background: rgba(0,0,0,0.08);
}*/
.table_box_top select{
	font-size: 14px;
	float: left;
	margin-left: 7px;
}
.table_box_top input[type="button"]{
	float: left;
	margin-left: 10px;
}
	/*表格下翻页部分*/
.table_box_bottom_container{
	border: 1px solid #ddd;
	border-top: none;
	width: 100%;
	height: 45px;
	padding-left:1%;
	padding-right: 5.5%;
}
.table_box_bottom{
	height: 100%;
	width: 100%;
}
.table_box_bottom a{
	color: #428bca;
}
.table_box_bottom a:hover{
	color: #e53a3a;
}
/*返回顶部*/
.return_top{
	position: absolute;
	right: 10px;
	bottom:10px;
	background: #fff;
	opacity: 0.3;
}
.return_top:hover{
	cursor:pointer;
	opacity: 1;
}
.return_top i{
	font-weight: 900;
	padding: 0 3px;
	display:block;
	font-size: 20px;
}
@media(max-width:1150px){
	body,html{height:auto;}
	.nav_left{min-height: 1570px;}
}