@charset "UTF-8";

body {
	margin: 0;
	width: 100%;
	position: relative;
	background-image: url(../images/bg_03.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #fe401c;
}
.content{
	padding-top: 200px;
	box-sizing: border-box;
}

.regionCon {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 30px;
	box-sizing: border-box;
}

.regionItem {
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}

.regionItem .submit {
	width: 100%;
	height: 46px;
	background: linear-gradient(to bottom, #FF5F48, #ff451f);
	border-radius: 50px;
	color: #ffffff;
	border: none;
	box-shadow: 0 2px 6px 0px #FF5F48;
	margin-top: 10px;
}

.regionList {
	position: relative;
	margin-bottom: 15px;
}

.regionList input {
	width: 100%;
	height: 46px;
	border: 1px solid #eaeaea;
	border-radius: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
}

.regionList button {
	position: absolute;
	right: 20px;
	top: 14px;
	color: #FF451F;
	background: none;
	border: none;
}

.agreement {
	display: flex;
	flex-direction: row;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	left: 0;
	align-items: center;
	justify-content: center;
}

.agreement input {
	margin-right: 5px;
}

.agreement text {
	color: #feff78;
}

input[type="checkbox"] {
	width: 16px;
	height: 16px;
	-webkit-appearance: none;
	background-color: transparent;
	border: 0;
	outline: 0 !important;
}

input[type="checkbox"]:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background-color: #ffffff;
}

input[type="checkbox"]:checked {
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 3px;
	font-size: 12px;
	color: #ffffff;
	background: #4aa849;
	overflow: hidden;
}

input[type="checkbox"]:checked:after {
	content: "L";
	transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
	-webkit-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
	background: none;
}
