/*重置样式 start*/
* {
	margin: 0;
	padding: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #666;
}

a:focus {
	outline: none;
	border: 0;
}

i {
	font-style: normal;
}

table {
	table-layout: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
a,
textarea,
span {
	word-break: break-all;
	word-break: normal;
	text-align: justify;

}

div::-webkit-scrollbar {
	display: none;
}

p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 3;*/
}

a:hover {
	text-decoration: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
span,
strong,
var,
em,
input,
textarea,
select,
option {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

html,
body {
	font-family: "微软雅黑", Helvetica, NotoSansHans-Regular, ArialMT, "思源黑体", "冬青黑体", "苹方", Arail, Tabhoma, "华文黑体", "黑体";
	text-align: left;
}

.clearfix {
	zoom: 1;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	vertical-align: middle;
	height: 0;
}

select::-ms-expand {
	display: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}

select::-ms-expand {
	display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	-webkit-user-select: none;
}

input,
textarea,
select {
	outline: none;
	border: 0;
	background: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-user-select: none;
	cursor: pointer;
	border-radius: 0px;
}

input,
textarea {
	-webkit-user-select: text !important;
	vertical-align: top;
}

textarea {
	resize: none;
	font-family: "微软雅黑", Helvetica, "思源黑体", NotoSansHans-Regular, ArialMT, "冬青黑体", "苹方", Arail, Tabhoma, "华文黑体", "黑体";
}

b {
	font-weight: normal;
	vertical-align: top;
}

.imagespa {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.opc {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.mt48 {
	margin-top: 48px;
}

.mt18 {
	margin-top: 12px;
}

/*弹出层start*/
.popupwrap {
	width: 360px;
	height: 130px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 55;
	background: #fff;
	display: none;
}

.close {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}

.close img {
	width: 24px;
	height: 24px;
	float: right;
}


.hide {
	display: none;
}

.show {
	display: block;
}

.RectetiveH.mb20 {
	margin-bottom: 20px;
}

.Center{
	text-align: center;
	display: block;
}
.Color{
	color: #000;
}