#templatmeo_content {
	width: 640px;
	padding: 23px;
	background: #ffffff;
	color: #736363;
}
#templatmeo_content hr {
	color: #9a9a9a !important;
}
#templatmeo_content input {
	padding: 1px 2px;
}

#templatmeo_content button {
	padding: 1px 6px;
}

#templatmeo_content .order-title {
	padding: 10px 0;
	font-size: 14px;
}
#templatmeo_content .order-body {
	display: flex;
	margin-bottom: 20px;
}

#templatmeo_content input {
	width: 100px;
	padding: 10px;
	margin-right: 5px;
	border-radius: 3px;
	border-width: 1px;
}

#templatmeo_content .order-body button {
	width: 55px;
}
.order-body select {
	margin-right: 10px;
}
select {
	padding: 10px;
	margin-right: 5px;
	color: #333;
	border-radius: 3px;
}

option {
	font-weight: normal;
	display: block;
	white-space: nowrap;
	min-height: 1.2em;
	padding: 0px 2px 1px;
}

#social_box {
	width: 700px;
	height: 85px;
	/*padding: 0 20px;*/
	position: relative;
}
#social_box .itembox {
	position: absolute;
	display: flex;
	right: 20px;
	left: 20px;
	top: 50px;
	font-size: 14px;
}

.itembox a, a:link, a:visited {
	color: #1e82db;
	text-decoration: none;
}
.order-table {
	width: 100%;
}
#templatmeo_content table {
	display: table;
	border-collapse: separate;
	box-sizing: border-box;
	text-indent: initial;
	border-spacing: 2px;
	border-color: grey;
}
#templatmeo_content thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}
#templatmeo_content tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
#templatmeo_content .table td, th {
	text-align: center;
	padding: 10px;
}
#templatmeo_content tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
.order-table td {
	text-align: center;
	padding: 5px;
}
.layui-layer-content{
	color: #0a2b1d;
}

.hg_page .first, .hg_page .current, .hg_page .num, .hg_page .next, .hg_page .end, .hg_page .rows, .hg_page .prev{
	float: left;
	height: 37px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	line-height: 37px;
	margin: 0 3px;
}
.hg_page{
	text-align: center;
	height: 37px;
	margin:0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 800px;
}
.hg_page ul{
	display: flex;
}
.am-active a{
	float: left;
	height: 37px;
	padding: 0 15px;
	border: 1px solid #4d87c7;
	line-height: 37px;
	margin: 0 3px;
	background: #4d87c7;
	color: #fff;
}