body {
	background: #f5f5f5;
	/* background: white; */
}

.silver_box {
	width: 120px;
}

.text_center {
	text-align: center;
}

.month_picker {
	width: 100px;
	height: 24px;
	line-height: 24px;
	border-radius: 4px;
	background: #fff;
	text-align: center;
	color: #E5650E;
	border: 1px solid #bcbcbc;
}

.per50 {
	width: 50%;
}

.md12 {
	margin: 12px;
}

.mr20 {
	margin-right: 20px;
}

.ml20 {
	margin-left: 20px;
}

.ml15 {
	margin-left: 15px;
}

.mt20 {
	margin-top: 20px;
}

.ml12 {
	margin-left: 12px;
}

.ml17 {
	margin-left: 17px;
}

.mr17 {
	margin-right: 17px;
}

.f-e56 {
	color: #E5650E;
}

.name_title {
	height: 40px;
	line-height: 40px;
	color: #333;
}

.name_body {
	width: 315px;
	margin-left: 12px;
}

.score_body {
	width: 315px;
	margin-left: 20px;
	padding: 5px 0;
	border-bottom: 1px solid lightgray;
}

.btn_search {
	position: absolute;
	right: 20px;
	width: 60px;
	height: 24px;
	line-height: 24px;
	border-radius: 4.5px;
	color: #fff;
	text-align: center;
	background: linear-gradient(#fe7002, #fe6203);
}

.table_header {
	width: 201px;
	margin-left: 75px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	justify-content: space-evenly;
	border-radius: 4px;
}

.table_body {
	height: 48px;
	line-height: 48px;
}

.header_name {
	width: 60px;
	height: 24px;
	line-height: 24px;
	color: #000;
	text-align: center;
}

.choose {
	color: #FE6203;
	border-bottom: 1px solid #FE6203;
}


.header_name:nth-child(3n) {
	margin-right: 0;
}

.pagination {
	float: right;
	height: 40px;
}


.order_name {
	width: 311px;
	height: 34px;
	line-height: 17px;
	margin-bottom: 4px;
	overflow: auto;
}

.change_time {
	color: #999;
	height: 16.5px;
	line-height: 16.5px;
}

.change_num {
	font-size: 14px;
	height: 16.5px;
	line-height: 16.5px;
	color: #e5650e;
}

.change_gray {
	color: #999;
}

.search_condition {
	border-radius: 16px;
	margin: 10px;
}

.search_box {
	padding: 5px 0;
	border-radius: 16px;
}