*{
	margin: 0px;
	padding: 0px;
}
body{
	background: #FAFAFA;
	font-size: 12px;
	font-family: '微软雅黑';
}
ul{
	list-style-type: none;
}
table tr th{
	text-align: right;
	width:15%;
}
table tr td input{
	width: 200px;
	height: 25px;
	line-height: 25px;
	padding-left: 3px;
	/*color: red;*/
	color: #0A9095;
}
table tr td input.mysort_input {
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #333;
	border: 0px;
	border-radius: 10px;
	background: #F2F2F2;
	padding-left: 0px;
}

table tr.tr_top_class{
	/*background-color: #4F6A82;*/
	/*color: #fff;*/

	background-color: #F2F2F2;
	color: #666666;
	font-size: 14px;
	font-weight: 800;
}
select{
	height: 26px;
	line-height: 26px;
}

.current_item{
	/*background: #F5C4E0;*/
	/*background: #009688;*/
	/*border: 1px dotted #F5C4E0;*/
	/*font-weight: bold;*/
	font-weight: 800;
	/*color: #000;*/
	/*background: #03F5DE;*/
}
.current_item .name_a{
	/*color: #fff;*/
}


.tr_hover{
	background-color: #A5F7F5;
}

a:hover{
	text-decoration: none;
}

/*bootstrap的table*/
.table-bordered {
	border: 0px;
}

/*后台右侧路径*/
.back_path_a{
	color: #788096;
	/*color: #009688;*/
}
.back_path_a:hover{
	color: #DF536F;
}

/*列表的描述省略样式*/
.content_td .content_div{
	display: inline-block;
}
.content_td .full_content_btn{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	height: 20px;
	line-height: 17px;
	/*border-radius: 10px;*/
	text-decoration: none;
	cursor: pointer;
}

.model_span{
	color: #0EADE1;
	font-weight: bold;
}


.green{
	color: #2D83E7;
}
.blue{
	color: #009688;
}
.red{
	color: red;
}

@media(max-width: 768px){
	table tr td input{
		width: 80%;
	}
}