.sec1{
	padding: 3.02% 0 3.96%;/*58 0 76*/
	text-align: center;
}
.sec1 .title{
	display: inline-block;
	color: #000;
	border-bottom: 2px solid #c7000b;
	padding-bottom: 0.625em;
}
.sec1 .title h1{
	font-size: 1.75em;
	color: inherit;
	font-weight: bold;
}
.sec1 .inner{
	margin: 1.98% auto 2.24%;
	width: 718px;
	text-align: left;
}
.sec1 h2{
	font-size: 1.125em;
	color: #333;
	font-weight: 500;
	margin-bottom: 1em;
}
.sec1 table{
	width: 100%;
}
.sec1 th,.sec1 td{
	padding: 1em 0;
}
.sec1 th{
	font-weight: normal;
	font-size: 1.125em;
	color: #333;
	width: 5em;
}
.sec1 th span{
	font-size: 0.89em;
	color: #c7000b;
	font-weight: bold;
	margin-left: 0.5em;
}
.sec1 input,.sec1 textarea{
	background-color: #f7f7f7;
	font-size: 1em;
	color: #333;
	line-height: 1.5;
	padding: 0.375em 1.125em;
	border: 1px solid #eee;
	-webkit-appearance: none;
	appearance: none;
}
.sec1 input{
	width: 25em;
	max-width: 100%;
}
.sec1 textarea{
	width: 100%;
	resize: none;
	height: 7.5em;
}
.sec1 .select-box{
	width: 25em;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	color: #999;
	position: relative;
}
.sec1 .select-box.half{
	margin-right: 1em;
	width: 9.75em;
	max-width: calc((100% - 1em) / 2);
}
.sec1 .select-box.half:last-child{
	margin-right: 0;
}
.sec1 .select-box a{
	font-size: inherit;
	color: inherit;
	background-color: #f7f7f7;
	line-height: 1.5;
	padding: 0.375em 2em 0.375em 1.125em;
	border: 1px solid #eee;
	display: block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sec1 .select-box a span{
	min-height: 1.5em;
	display: block;
}
.sec1 .select-box .tri{
	position: absolute;
	right: 1em;
	top: 50%;
	width: 0.6875em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sec1 .select-box ul{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	box-shadow: 0 0.25em 0.4375em rgba(27,27,27,0.11);
	display: none;
}
.sec1 .select-box li{
	position: relative;
	padding: 1em 1.25em;
}
.sec1 .select-box li.active{
	color: #fff;
	background-color: #c7000b;
}
.sec1 .select-box li::after{
	content: "";
	position: absolute;
	left: 1.25em;
	right: 1.25em;
	bottom: 0;
	height: 1px;
	background-color: rgba(153,153,153,0.1);
}
.sec1 .select-box li:last-child::after{
	display: none;
}
.sec1 .select-box li.active::after{
	background-color: #c7000b;
}
.sec1 .submit{
	font-size: 0.875em;
	background-color: #c7000b;
	color: #fff;
	width: 8.64em;
	height: 3em;
	line-height: 3;
	border-radius: 1.5em;
	display: inline-block;
	vertical-align: top;
}
@media only screen and (min-width:1024px){
	.sec1 .select-box li:hover{
		color: #fff;
		background-color: #c7000b;
	}
	.sec1 .select-box li:hover::after{
		background-color: #c7000b;
	}

}


#pop-cover{
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
	display: none;
	z-index: 99;
}
#pop-cover.active{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pop-cover .pop-box{
	background-color: #fff;
	width: 834px;
	max-width: 90%;
	position: relative;
	display: none;
}
#pop-cover .pop-box.active{
	display: block;
}
#pop-cover .pop-box .close img{
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	width: 2.25em;
	margin-top: -1.125em;
	margin-left: -1.125em;
	cursor: pointer;
}
#pop-cover .pop-box.tip{
	text-align: center;
	padding: 6.666% 0;
}
#pop-cover .pop-box.tip .icon{
	width: 7.674%;
}
#pop-cover .pop-box.tip p{
	font-size: 1.5em;
	color: #c7000b;
	line-height: 1.5;
	margin: 4.8% 0;
}
#pop-cover .pop-box.tip .back{
	display: inline-block;
	vertical-align: top;
	font-size: 0.875em;
	width: 8.64em;
	height: 3em;
	line-height: 3em;
	background-color: #c7000b;
	color: #fff;
	border-radius: 1.5em;
}



@media only screen and (max-width:1024px){
	.sec1{
		padding: 15% 0;/*58 0 76*/
	}
	.sec1 .inner{
		margin: 5% auto;
		width: 100%;
	}
	.sec1 h2{
		font-size: 1.375em;
	}
	.sec1 table{
		font-size: 1.25em;
	}
	.sec1 th, .sec1 td{
		padding: 0.75em 0;
	}
	.sec1 input{
		width: 100%;
	}
	.sec1 input, .sec1 textarea{
		padding: 0.7em 1.125em;
	}
	.sec1 .select-box a{
		padding: 0.75em 2em 0.75em 1.125em;
	}
	.sec1 .select-box{
		width: 100%;
	}
	.sec1 .select-box.half{
		width: 100%;
	}
	.sec1 .submit{
		font-size: 1.25em;
	}
}
