﻿@CHARSET "UTF-8";
html,body{
	width:100%;
	height:100%;
	margin:0;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	font-size:16px;
}
ul{margin:0;padding:0;list-style:none;}
li{list-style:none;}
a{color:#000;text-decoration:none;}
form{padding:10px 0;}
input,textarea{outline:none;border:1px solid #d5d5d5;font-family:"Microsoft YaHei",simsun;}
input{height:30px;line-height:30px;padding:0;}
input[type='text'],input[type='password'],textarea{padding:0;padding-left:5px;font-size:14px;}
select,select option{font-size:14px;height:30px;line-height:30px;border:1px solid #d5d5d5;font-family:"Microsoft YaHei",simsun;}

.row{width:100%;height:auto;line-height:32px;overflow:hidden;}
.row-group{padding-bottom:10px;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float:left;
}
.col-11 {width: 91.66666667%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666667%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666667%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666667%;}
.col-1 {width: 8.33333333%;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}

.hide{display:none;}
.float-left{float:left;}
.float-right{float:right;}

.marginTop10{margin-top:10px;}

.btn_center{margin-left:auto;margin-right:auto;clear:both;display:inline;}
.btn_mul{float:inherit;display:inline;}

/*pager*/
#pager{width:95%;height:42px;padding-top:10px;margin:0 auto;background:#eff3f8;border-top:2px solid #E1E1E1;border-bottom:1px solid #E1E1E1;}
.pager_center{width:350px;height:100%;margin:0 auto;text-align:center;}
.pga{cursor:default;width:22px;height:22px;line-height:24px;float:left;background:#F7F7F7;border:1px solid #ddd;border-radius:100%;margin-right:10px;margin-top:4px;}
.pga .fa{font-size:18px;color: #B0B0B0;}
.bta{background:#fff;cursor:pointer;}
.bta .fa{color:#808080;}
.pgdiv{float:left;margin-right:10px;margin-top:5px;}
#pager_pageno{width:30px;height:18px;line-height:18px;text-align:center;margin-right:10px;}
#pager_limit{width:60px;height:24px;margin-top:4px;}
#pager .sep{width:0;height:18px;line-height:18px;font-size:0;border:1px solid #C9D4DB;margin-top:6px;margin-right:10px;float:left;}
.pg_index{background:url(page_index.png) no-repeat center;}
.pg_pre{background:url(page_pre.png) no-repeat center;}
.pg_next{background:url(page_next.png) no-repeat center;}
.pg_last{background:url(page_last.png) no-repeat center;}
/*end pager*/
.body-main{overflow-y:auto;}

/*table list*/
.table-list{
	width:95%;
	padding:0px;
	border:1px solid #DDDDDD;
	border-width:1px 0 0 1px;
	margin:0 auto 20px auto;
	border-spacing:0;
	border-collapse: collapse;
	table-layout: fixed;
}
.table-list thead{
	height:30px;
	line-height:30px;
	background:#efefef;
	font-weight:bold;
}
.table-list thead td{
	text-align:center;
}
.table-list td{
	padding:5px 5px;
	line-height:30px;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	word-break: break-word;
	word-break:break-all;
	white-space: pre-wrap;
}
.td-sel{width:30px;text-align:center;}
.td-xh{width:40px;}
/*end table list*/

.tr-bk{}
.td-50{width:50px;}
.td-60{width:60px;}
.td-100{width:100px;}
.td-120{width:120px;}
.td-150{width:150px;}
.td-200{width:200px;}
.td-250{width:250px;}
.td-300{width:300px;}
.a-oper{float:left;padding:0 10px;border-radius:5px;margin-left:5px;color:#fff;}
.a-yellow{background-color:#d3c349;}
.a-blue{background-color:#0095d9;}
.a-orange{background-color:#fd9b44;}
.a-red{background-color:#f95757;}
.a-green{background-color:#15a915;}
.a-cyan{background-color:#07ada3;}
.a-purple{background-color:#5e71b6;}
.a-gray{background-color:#c3c3c3;}
.table-list td i.fa-image{font-size:20px;color:#0095d9;}

.clr-red{color:#f95757;}
.clr-cyan{color:#07ada3;}
.clr-orange{color:#fd9b44;}
/*table*/