.boxhead{
	text-align: center;
	font-size: 0;
	color: #333333;
}
		.area-one{
		   padding: 15px 0;
		   width: 33.33%;
		   font-size: 1.52rem;
		   display: inline-block;
		}
		.select{
			
		}
.boxtext{
	background-color: #ffffff;
	overflow: hidden;
}
.boxtext ul li{
	font-size: 0;
	margin: 0 15px;
	padding-top: 4px;
}
.border{
	border-bottom: 1px solid #e1e1e1;
}
.boxtext ul li p{
	text-align: left;
	display: inline-block;
	width: 26%;
	margin-right: 2%;
	font-size: 1.4rem;
	color: #555555;
	line-height: 44px;
	vertical-align: middle;
}
.boxtext ul li .cssone{
	text-align: right;
	display: inline-block;
	width: 72%;
	vertical-align: middle;
}
.boxtext ul li .cssone input{
	width: 90%;
	vertical-align: middle;
	text-align: right;
	color: #999;
	font-size: 1.3rem;
}
.boxtext ul li .cssone img{
	width: 7px;
	height: 12px;
	margin-left: 4%;
	vertical-align: middle;
}
.centext{
	font-size: 1.4rem;
	width: 100%;
	text-align: center;
	color: #555555;
	margin: 15px 0;
}
.csstwo{
	margin: -10px auto 0 auto;
	width: 80px;
	height: 80px;
	font-size: 1.4rem;
}
.csstwo .frame_image{
	position: relative;
	width: 80px;
	height: 80px;
	border: 1px dashed #e1e1e1;
}
.fileicon{
	z-index: 1;
	width: 80px;
	height: 80px;
}
.frame_image_select{
	z-index:3;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	opacity:0;
}
.flieimg{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}
.niming{
	width: 100%;
	text-align: right;
	font-size: 1.0rem;
	color: #666666;
}
.check_box input{
	visibility: hidden;
}
.check_box{ 
	display:inline-block; 
	position:relative;
	vertical-align: middle;
}
.check_box label{ 
	width:11px; 
	height:11px; 
	position:absolute; 
	top:0; 
	left:0; 
	border:2px solid #ffffff; 
	border:1px solid #c0c0c0; 
	border-radius:50%; 
	background: #c0c0c0; 
	cursor:pointer;
}
.check_box label:after{ 
	content:''; 
	width:6px;
	height:3.5px; 
	position:absolute; 
	top:2.2px; 
	left:1.5px; 
	border:1.5px solid #ffffff; 
	border-top:none; 
	border-right:none; 
	opacity:0.4; 
	transform:rotate(-45deg); 
}
.check_box label:hover:after{  
	background-color: #c0c0c0;
	border-top:none; 
	border-right:none;
}
.check_box input:checked + label{
	background-color: #1bd572;
	border:1.5px solid #1bd572; 
}
.check_box input:checked + label:after{ 
	opacity:1; 
	background-color: #1bd572;
	border:1px solid #ffffff; 
	border-top:none; 
	border-right:none;
}
.red{
	color: #ff2e2e;
}
.agreement{
	text-align: center;
	font-size: 1.0rem;
	color: #a1a1a1;
	margin-bottom: 18px;
	margin-top: 10px;
}
.green{
	text-decoration: underline;
}
.sbtu {
    width: 75%;
    margin: 40px auto;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    margin-bottom: 15px;
    font-size: 1.4rem;
}