@charset "utf-8";
@import url( Pad.css ) screen and (max-width:1024px);
@import url( Mobile.css ) screen and (max-width:640px);
.UnpcPush textarea {
	display: none;
}
.PcPush textarea {
	display: none;
}
.MobilePush textarea {
	display: none;
}
.UnmobilePush textarea {
	display: none;
}
body::after {
	height: 0px; line-height: 0; overflow: hidden; display: block; visibility: hidden; content: "Pc";
}
.PcMode::after {
	content: "Pc" !important;
}
.UnpcPush {
	display: none;
}
.MobilePush {
	display: none;
}
img[data-src] {
	opacity: 0;
}
@media screen and (max-width:1024px)
{
body::after {
	content: "Pad";
}
body {
	-webkit-user-select: none; user-select: none;
}
body {
	font-family: "微软雅黑", "opensans", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun, sans-serif; font-size: 14px;
}
input {
	font-family: inherit; font-size: 14px;
}
textarea {
	font-family: inherit; font-size: 14px;
}
button {
	font-family: inherit; font-size: 14px;
}
select {
	font-family: inherit; font-size: 14px;
}
.wrap {
	padding-right: 2%; padding-left: 2%; max-width: none;
}
.PcPush {
	display: none;
}
.UnpcPush {
	display: block;
}
}
@media screen and (max-width:640px)
{
body::after {
	content: "Mobile";
}
body {
	font-size: 14px;
}
input {
	font-size: 14px;
}
textarea {
	font-size: 14px;
}
button {
	font-size: 14px;
}
select {
	font-size: 14px;
}
.wrap {
	padding-right: 2%; padding-left: 2%;
}
.UnmobilePush {
	display: none;
}
.MobilePush {
	display: block;
}
img[data-src] {
	opacity: 1;
}
}
