﻿#myInput {
	background-image: url('img/searchicon.png'); /* 搜索按钮 */
	background-position: 10px 12px; /* 定位搜索按钮 */
	background-repeat: no-repeat; /* 不重复图片 */
	width: 30%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}
table {
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	vertical-align: middle
}
html {
	font-size: 60%
}
body {
	font-size: 14px;
	font-size: 1.4rem;
}
body {
	background-color: #fff;
	word-break: break-all;
	overflow-x: hidden;
	color: #404040;
	margin: 0;
	width: auto;
	font-family: "微软雅黑";
	text-align: center;
}
p {
	display: inline-block;
	text-align: left;
}
.a-table {
	font-size: 12px;
	margin: 0 0 14px;
	border-bottom: 1px solid #d1d8e2;
	table-layout: auto;
	box-shadow: rgba(0,0,0,0.05) 0px 1px 1px 0px;
	margin: auto;
}
.a-table th, .a-table td {
	border: 1px #d1d8e2 solid;
	padding: 6px 6px 5px;
	text-align: center
}
.a-table th.td-no-padding, .a-table td.td-no-padding {
	padding: 0
}
.a-table th img, .a-table td img {
	margin: 0
}
.a-table th .align img, .a-table td .align img {
	display: inline;
	margin: auto 3px auto auto;
	vertical-align: middle
}
.a-table th.center, .a-table td.center {
	text-align: center
}
.a-table th.center img, .a-table td.center img {
	margin: 0 auto 3px
}
.a-table th {
	background-color: #F1F4F7;
	font-weight: bold;
	text-align: center
}
.we-header-top {
	width: 100%;
	height: 75px;
	background-color: #050505;
}
.we-header-logo {
	height: auto;
	vertical-align: middle;
	margin-right: 500px;
	margin-top: 8px;
}
.p-footer {
	margin-top: 30px;
	padding-top: 10px;
	background: #fff;
}
.tx-center {
	text-align: center;
}
.p-footer_copyright {
	padding: 35px 0;
	font-size: 12px;
	background: #263238;
	color: #fff;
	text-align: center;
}
.mt16 {
	margin-top: 16px;
}
