
.page {
	background: #a0664d;
}

.page .main {
	margin: 0;
	padding: 0;
}

.name {
	width: 100%;
	height: 30vw;
	max-height: 224px;
	margin-top: -3px;
	background: url("../img/login/bg.png");
	background-size: 100% 100%;
}

.name p {
	color: #FCF38D;
	font-size: 24px;
	text-align: center;
	letter-spacing: 4px;
	padding-top: 16vw;
	/* background: linear-gradient(#FFE23E, #FCF38D);
	text-stroke: 1px #992505;
	-webkit-text-stroke: 1px #992505;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #FCF38D; */
	text-shadow: -1px -1px #992505, -1px 1px #992505, 1px -1px #992505, 1px 1px #992505;
}

.list {
	padding: 0 8px;
}
.list .piece {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
	padding: 20px 24px;
	color: #642F18;
	font-size: 16px;
	background: #F3E9D5;
	border-radius: 12px;
	box-shadow: inset 0 -2px 2px #0004, inset 0 2px 2px #fff4, 2px 2px 4px #0004;
}
.piece span {
	width: 72px;
	flex-shrink: 0;
}
.piece input {
	flex-grow: 1;
	font-size: 16px;
	border: none;
	background: transparent;
}
.piece button {
	color: #642F18;
}

.list .captcha-box {
	padding: 2px 0;
}
.captcha-box ._nc .stage {
	padding: 0;
}
.captcha-box ._nc .stage1 .slider {
	box-shadow: none;
	background-color: transparent;
}
.captcha-box ._nc .stage1 .bg-green {
	background-color: #b5d682;
}

.operation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
	padding: 0 16px;
}
.operation a {
	color: #FAFAFA;
}

.btn {
	display: block;
	width: 75%;
	margin: 0 auto;
	margin-top: 16px;
	padding: 16px 0 16px 8px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 8px;
	border-radius: 32px;
}

.explain {
	margin: 16px 0 32px 0;
	padding: 0 12px;
}
.explain label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FAFAFA;
}
.explain input {
	margin-right: 4px;
	border-radius: 4px;
	border-color: #FAFAFA;
}
.explain a {
	color: #FED93B;
}