.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 only screen and (max-width:1024px)
{
body::after {
	content: "Pad";
}
body {
	-webkit-user-select: none; user-select: none;
}
html {
	min-width: 0px;
}
body {
	min-width: 0px;
}
.wrap {
	min-width: 0px;
}
html {
	-ms-overflow-x: hidden;
}
body {
	font-size: 14px;
}
input {
	font-size: 14px;
}
textarea {
	font-size: 14px;
}
button {
	font-size: 14px;
}
select {
	font-size: 14px;
}
.wrap {
	width: auto; padding-right: 2%; padding-left: 2%;
}
.PcPush {
	display: none;
}
.UnpcPush {
	display: block;
}
}
@media only screen and (max-width:760px)
{
body::after {
	content: "Mobile";
}
body {
	font-size: 16px;
}
input {
	font-size: 16px;
}
textarea {
	font-size: 16px;
}
button {
	font-size: 16px;
}
select {
	font-size: 16px;
}
.wrap {
	padding-right: 4%; padding-left: 4%;
}
.UnmobilePush {
	display: none;
}
.MobilePush {
	display: block;
}
img[data-src] {
	opacity: 1;
}
}
