@import url(Pad.css) screen and (max-width:1024px);

@import url(Mobile.css) screen and (max-width:640px);

.MobilePush textarea,.PcPush textarea,.UnmobilePush textarea,.UnpcPush textarea {
	display: none
}

body:after {
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: 'Pc';
	line-height: 0
}

.PcMode:after {
	content: 'Pc'!important
}

.MobilePush,.UnpcPush {
	display: none
}

img[data-src] {
	opacity: 0;
	filter: alpha(opacity=0)
}

@media screen and (max-width:1024px) {
	body:after {
		content: 'Pad'
	}

	body {
		user-select: none;
		-webkit-user-select: none
	}

	body,button,input,select,textarea {
		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,button,input,select,textarea {
		font-size: 1pc
	}

	.wrap {
		padding-right: 4%;
		padding-left: 4%
	}

	.UnmobilePush {
		display: block
	}

	.MobilePush {
		display: block
	}

	img[data-src] {
		opacity: 1
	}
}