* {
	box-sizing: border-box;
	font-family: YouYuan;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	-webkit-tap-highlight-color: transparent;
	background-image: url('./img/check-bg.png');
}
.page-content {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.title-container {
	width: 100%;
	height: 134px;
	background-image: url('./img/check-title-bg.png');
	display: flex;
	align-items: center;
}
.title-text {
	color: #FFF;
	font-size: 28px;
	width: calc(100% - 300px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-nav {
	filter: brightness(100%);
	text-decoration: none;
	width: 113px;
	height: 70px;
	margin-left: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	background-image: url('./img/check-home-btn-bg.png');
}
.home-nav:hover {
	filter: brightness(120%);
}

.check-container {
	width: 730px;
	margin-top: 279px;
	align-items: flex-end;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.content-module {
	display: flex;
	justify-content: right;
	align-items: center;
	flex-direction: row;
	align: justify;
}
.content-text {
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
}
.content-input {
	padding: 10px 20px;
	color: #000;
	width: 581px;
	height: 51px;
	font-size: 20px;
	margin-left: 50px;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #000;
	background-image: url('./img/check-input.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 0px transparent;
	outline: none;
	resize:none;
}
.sample-text {
	pointer-events: all;
	cursor: pointer;
	filter: brightness(100%);
	font-size: 24px;
	color: #7C7C7C;
	margin-top: 23px;
	text-align: end;
	background: none;
	border: transparent;
}
.sample-text:hover {
	filter: brightness(120%);
}
.sample-img {
	display: none;
	position: absolute;
	width: 1000px;
	height: 720px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -28%);
}
.check-btn {
	cursor: pointer;
	filter: brightness(100%);
	width: 730px;
	height: 70px;
	background-image: url('./img/check-btn-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 0px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}
.check-btn:hover {
	filter: brightness(120%);
}

.check-success-container {
	width: auto;
	margin-top: 66px;
	align-items: center;
	display: none;
	justify-content: center;
	flex-direction: row;
}
.check-success-title {
	font-size: 44px;
	color: #14E73C;
	font-weight: bold;
}
.check-success-content {
	max-width: 580px;
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	line-height: 50px;
	word-break: break-all;
	word-wrap: break-word;
}
.check-success-tip {
	max-width: 580px;
	font-size: 20px;
	color: #939393;
	margin-top: 145px;
	word-break: break-all;
	word-wrap: break-word;
}

.check-fail-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 871px;
	height: 549px;
	display: none;
	flex-direction: column;
	padding: 18px 18px;
	background-image: url("./img/check-fail-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.check-fail-title {
	margin-left: 27px;
	font-size: 40px;
	color: #E60000;
	font-weight: bold;
}
.check-fail-content {
	max-width: 580px;
	font-size: 32px;
	color: #7F7F7F;
	font-weight: bold;
	line-height: 55px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.check-fail-close {
	width: 64px;
	height: 35px;
	cursor: pointer;
	filter: brightness(100%);
}
.check-fail-close:hover {
	filter: brightness(120%);
}
.check-fail-back {
	width: 579px;
	height: 68px;
	cursor: pointer;
	filter: brightness(100%);
	background-image: url("./img/check-fail-back.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: transparent;
	background-color: transparent;
}
.check-fail-back:hover {
	filter: brightness(120%);
}