@charset "utf-8";
.regFormFrame{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	padding:0px;
	margin-top:30px; 
	position:relative;
	background:#fff;
}

.regFormFrame h2{
	display:block;
	font-size:17px;
	line-height:40px;
	font-weight:normal; 
}


.regFormFrame p{
	display:block;
	font-size:15px;
	line-height:20px;
}

.regFormFrame .regFormList{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	box-sizing:border-box;
	padding:20px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.regFormFrame .regFormList ul li{
	display:inline-block;
	width:100%;
	height:auto;
	overflow:hidden;
	min-height:40px;
	position:relative;
	box-sizing:border-box;
	padding-left:120px;
	margin:5px 0px;
	font-size:14px;
	line-height:40px;
}


@media all and (max-width:768px){
.regFormFrame .regFormList ul li{padding-left:80px;}
}

.regFormFrame .regFormList ul li span{
	display:block;
	width:100px;
	height:40px;
	line-height:40px;
	position:absolute;
	left:0px;
	top:0px;
	font-size:17px;
	font-weight:600;
	box-sizing:border-box;
	padding-left:10px;
}

.regFormFrame .regFormList ul li span.focus{
	border-bottom:1px solid #ff0000;
	color:#ff0000;
}

.regFormFrame .regFormList ul li span.req:before{
	content:"*";
	color:#ff0000;
	position:absolute;
	left:0px;
	top:0px;
}

.regFormFrame .regFormList ul li input[type="text"]{
	display:inline-block;
	width:100%;
	max-width:200px;
	height:40px;
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:0 10px;
}

.regFormFrame .regFormList ul li input[type="text"].emailtext{
	display:inline-block;
	width:25%;
	max-width:150px;
}

.regFormFrame .regFormList ul li input[type="text"].email{
	display:inline-block;
	width:25%;
	max-width:150px;
}

.regFormFrame .regFormList ul li select{
	display:inline-block;
	width:auto;
	height:40px;
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:0 0px 0 5px;
}

.regFormFrame .regFormList ul li textarea{
	display:inline-block;
	width:100%;
	height:100px;
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:10px;
}

.regFormFrame .regFormAgree{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:20px 0px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}

.regFormFrame .regFormBtn{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:20px 0px;
	text-align:center;
	font-size:15px;
}

.regFormFrame .regFormPrivacy{
	width:80%;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-40%;
	background:#fff;
	box-sizing:border-box;
	padding:20px;
	border:1px solid #ccc;
	-webkit-box-shadow:-1px 1px 23px 0px rgba(0,0,0,0.48);
	-moz-box-shadow:-1px 1px 23px 0px rgba(0,0,0,0.48);
	box-shadow:-1px 1px 23px 0px rgba(0,0,0,0.48);
	display:none;
}

.regFormFrame .regFormPrivacy h2{
	display:block;
	width:100%;
	line-height:40px;
	position:relative;
	padding-bottom:10px;
}

.regFormFrame .regFormPrivacy h2 button{
	font-size:13px;
	position:absolute;
	right:0px;
	top:0px;
}

.regFormFrame .regFormPrivacy .regFormPrivacyCont{
	width:100%;
	height:210px;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	box-sizing:border-box;
	padding:20px;
	font-size:13px;
}



.tap{width:60%; display:flex; justify-content:center; margin:0 auto; padding-top:2%; bordeR:0px solid red; }
.tap div{margin:1%;}
.tap div a{width:150px; display:inline-block; padding:20px 0px; border:1px solid #ccc; border-radius:5px; font-size:19px;  text-align:center;  }
.tap div a:hover{background: #000099; color:#fff;}


.btn_submit_btn{display: inline-block; color:#000;
    border: 1px solid #000; background:#fff;
    border-radius: 5px;
    font-size: 22px;
    padding: 20px 30px;}