@charset "utf-8";
.check-version {
	text-align: center;
	border: 1px solid #e5e5e5;
	display: inline-block;
}
.check-version.system {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 470px;
	padding: 170px 0 20px;
	margin: -150px auto 0;
	background: #fff url(../../../images/appbase/platformcheck/pc_icon.png) center 30px no-repeat;
}
.check-version.public {
	position: fixed;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	width: 290px;
	padding: 75px 0 15px;
	margin: 0;
	background: #fff url(../../../images/appbase/platformcheck/icon.png) center 15px no-repeat;
}
.check-version .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.system .close {
	background: url(../../../images/appbase/platformcheck/pc_close.png) center no-repeat;
}
.public .close {
	background: url(../../../images/appbase/platformcheck/close.png) center no-repeat;
}
.check-version .check-title {
	color: #333;
	font-weight: bold;
	margin: 0;
}
.system .check-title {
	font-size: 24px;
	line-height: 38px;
}
.public .check-title {
	font-size: 14px;
	line-height: 24px;
}
.system .sub-title {
	font-size: 18px;
	color: #757575;
	line-height: 28px;
	margin: 0;
}
.public .sub-title {
	font-size: 14px;
	color: #757575;
	line-height: 16px;
	margin: 0;
}
.browser-link a {
	font-size: 14px;
	color: #333;
	line-height: 18px;
	text-decoration: none;
	margin: 10px 20px 0;
	display: inline-block;
}
.browser-link a:hover {
	color: #0597fd;
	text-decoration: underline;
}
.public .browser-link a {
	margin: 5px 10px 0;
}