.header {
	background-color: rgba(0, 0, 0, 0);
}

.boxcen {
	display: flex;
	flex-direction: column;
	height: 100vh;
	background-color: #f5f5f5;

}

.boxform {
	min-height: 100vh;
}

.boxform .cenbox {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	display: flex;
	padding: 16% 0 0;
}

.cenbox>div {
	width: 50%;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
}

.cenbox>div:first-child {
	box-sizing: border-box;
	/* padding-left: calc(15px + 0.2rem); */
}

.cenbox>div:last-child {
	box-sizing: border-box;
	/* padding-left: calc(15px + 0rem); */
}

.codebox {
	display: flex;
}

.cenbox div textarea {
	vertical-align: top;
}

.cenbox h3 {
	font-size: 0.3rem;
	letter-spacing: 0.14em;
	font-weight: 700;
	font-family: 'MyFontBold';
	margin-top: 0;
}

.cenbox p {
	font-weight: 400;
	font-size: 0.18rem;
	font-family: 'MyFontRegular';
}

.cenbox label {
	width: 4em;
	text-align: justify;
	text-align-last: justify;
	font-size: 0.18rem;
	font-weight: 400;
	margin-right: 0.1rem;
	font-family: 'MyFontRegular';
}

form {
	width: 100%;

}

form div {
	margin-bottom: 0.2rem;
	font-size: 0.16rem;
}

form input {
	padding: 0 0.1rem;
}

.cbox input {
	width: 81%;
	height: 0.4rem;
	border: 1px solid #8e8e8e;
	display: inline-block;
}

.cbox select {
	width: 100%;
	height: 0.4rem;
	border: 1px solid #8e8e8e;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	padding: 0 0.1rem;
}

.down {
	position: absolute;
	width: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
	right: 0.05rem;
}

.down img {
	width: 100%;
	display: block;
}

.cbox textarea {
	width: 81%;
	padding: 0.1rem;
	border: 1px solid #8e8e8e;
}

.texinpbox label,
.codebox label {
	margin-top: 0.1rem;
}

.codebox input {
	border: 1px solid #8e8e8e;
	height: 0.4rem;
	width: 1.9rem;
	display: block;
}

.codebox span {
	height: 0.4rem;

	display: inline-block;
	min-width: 1.6rem;
	background-color: #C1C1C1;

	/* margin-left: -0.05rem; */
	vertical-align: top;

}

.codebox span img {
	height: 100%;
	cursor: pointer;

}

.ystjbox {
	padding-left: calc(4em);
	box-sizing: border-box;
	font-size: 0.14rem;
	display: flex;
	align-items: center;
	margin-top: 0.4rem;
	color: #666;
}

.ystjbox a {
	color: #C30D23;
	text-decoration: underline;
	vertical-align: middle;

}

.checkbox {
	display: inline-block;
	position: relative;
	width: 0.2rem;
	height: 0.2rem;
	border: 2px solid #C30D23;
	border-radius: 50%;
	margin-right: 0.1rem;
	vertical-align: middle;
	cursor: pointer;
}

.checkboxend:before {
	width: 80%;
	height: 80%;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #C30D23;
	border-radius: 50%;
}

.btnbox {
	display: flex;
	justify-content: flex-end;
	width: calc(4em + 0.4rem + 81%);
	padding-bottom: 0.3rem;

}

.btnbox button {
	box-sizing: border-box;
	width: 1.4rem;
	height: 0.45rem;
	line-height: 0.45rem;
	border: 1px solid #C30D23;
	font-size: 0.2rem;
	font-weight: 400;
	background-color: rgba(0, 0, 0, 0);
	color: #C30D23;
	font-family: 'MyFontRegular';
}