/* CSS Document */
option{
	padding-top: 10px;
	padding-bottom: 10px;
}
.control-box{
	float: left;
	background-color: #F7F7F7;
	width: 100%;
	height: 152px;
	position: fixed;
	top: 0;
}
.forms {
}
.form-group {
	float: left;
	width: 33.333%;
	height: 40px;
	margin-top: 10px;
	/*background-color: #FFF;*/
	box-sizing: border-box;
}
.form-group>.form-label {
	float: left;
	width: 20%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-family: '宋体';
	text-align: right;
	padding-right: 10px;
	color: #585858;
	box-sizing: border-box;
}
.form-group>.selection-box
{
	float: left;
	width: 40%;
	height: 30px;
	margin-right: 10%;
	margin-top: 5px;
	border: solid 1px #CCC;
	box-sizing: border-box;
}
.form-group>.input-box {
	float: left;
	width: 40%;
	height: 30px;
	margin-right: 10%;
	margin-top: 5px;
	border: solid 1px #CCC;
	box-sizing: border-box;
}
.form-group>.input-box>input {
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	border: 0;
	outline: none;
	font-size: 14px;
	font-family: '宋体';
	padding-left: 10px;
	padding-right: 10px;
	color: #AFAFAF;
}
.form-group>.selection-box>select{
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	border: 0;
	outline: none;
	font-size: 12px;
	font-family: '宋体';
	padding-left: 10px;
	padding-right: 10px;
	color: #727272;

}
.form-group>.last-label {
	float: left;
	width: 20%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: '宋体';
	box-sizing: border-box;
}
/*按钮组 b*/
.buttons{
	float: left;
	width: 100%;
	height: 32px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.button{
	float: left;
	width: 100px;
	height: 30px;
	margin-left: 20px;
	border: solid 1px #D3D3D3;
	font-size: 12px;
	text-align: center;
	color: #585858;
	line-height: 30px;
	border-radius: 2px;
	background-color: #FFF;cursor: pointer;
}
.blue-button{
	color: #FFF;
	border: solid 1px #818BF4;
	background-color: #818BF4;
}
/*按钮组 e*/
/*表格 b*/
.table-wraper
{
	float: left;
	width: 100%;
	padding-top: 162px;
	padding-bottom:100px;
}

.gray-white{
	/*float: left;*/
	
	border-spacing: 0px;	
}

.gray-white>thead{
	/*float: left;*/
	background-color: #cccccc;
	width: 100%;
	/*position: fixed;*/
}
.gray-white>thead>tr{
	width: 100%;
	height: 40px;
}
.gray-white>thead>tr>th{
	text-align: left;
	background-color: #cccccc;
	font-size: 14px;
	border: 0;
	margin: 0;
	padding: 0;
	height: 40px;
	padding-left: 10px;
}
.gray-white>tbody{
	width: 100%;
}
.gray-white>tbody>tr{
	width: 100%;
	height: 40px;
}
.gray-white>tbody>tr:nth-child(even){
	background-color: #F3F3F3;
}
.gray-white>tbody>.red-tr{
	background-color: #FF9E9F!important;
}
.gray-white>tbody>tr>td{
	text-align: left;
	border: 0;
	margin: 0;
	padding: 0;
	height: 40px;
	padding-left: 10px;
	font-size: 12px;
}
/*表格 e*/
.bottom{
	float: left;
	background-color: #F7F7F7;
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
}
.bottom-text
{
	float: right;
	width: auto;
	height: 50px;
	bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 50px;
}
.copyddh,.copykddh
{
	color: #5861FD;
	cursor: pointer;
}