.sec1{
	padding: 8.854% 0 10.4%;
	text-align: center;
}
.sec1 .title{
	margin-bottom: 4.4375em;
}
.sec1 .title h1{
	font-size: 3em;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.8em;
}
.sec1 .title p{
	font-size: 1.125em;
	color: #333;
	line-height: 2;
}
.sec1 .flex-box{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	width: 61.875em;
	text-align: justify;
	margin: 0 auto 1.75em;
}
.sec1 .form-block{
	margin: 0 0.625em 1.5em;
	width: 19.375em;
	position: relative;
}
.sec1 .form-block.all{
	width: 100%;
}
.sec1 .form-block .icon{
	width: 1.125em;
	height: 1.125em;
	position: absolute;
	top: 1.1875em;
	left: 1.25em;
	z-index: 1;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.sec1 .form-block .icon.icon-date{
	background-image: url(../images/inquiry_sec1_icon1.png);
}
.sec1 .form-block .icon.icon-name{
	background-image: url(../images/inquiry_sec1_icon2.png);
}
.sec1 .form-block .icon.icon-tel{
	background-image: url(../images/inquiry_sec1_icon3.png);
}
.sec1 .form-block .icon.icon-company{
	background-image: url(../images/inquiry_sec1_icon4.png);
}
.sec1 .form-block .icon.icon-city{
	background-image: url(../images/inquiry_sec1_icon5.png);
}
.sec1 .form-block .icon.icon-need{
	background-image: url(../images/inquiry_sec1_icon6.png);
}
.sec1 .form-block .icon.icon-code{
	background-image: url(../images/antifake_sec_icon3.png);
}
.sec1 .layui-input,.sec1  .layui-select,.sec1 .layui-textarea{
	font-size: 1em;
	color: #333;
	border-radius: 0.3125em;
	border: 1px solid rgba(204,204,204,0.5);
	padding-left: 3.75em;
	line-height: 2;
}
.sec1 .layui-input,.sec1  .layui-select{
	height: 3.5em;
}
.sec1 .layui-textarea{
	height: 7.25em;
	padding-top: 0.75em;
	resize: none;
}
.sec1 .layui-form-select dl{
	top: 100%;
	margin-top: 0.5em;
}
.sec1 .layui-form-select .layui-input{
	padding-right: 3.75em;
}
.sec1 .form-block.captcha img{
	width: auto;
	height: 70.4%;
	max-width: none;
	position: absolute;
	right: 0.75em;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.sec1 .form-block.captcha .layui-input{
	padding-right: 7.5em;
}
.sec1 .layui-btn{
	font-size: 1em;
	width: 10.3125em;
	height: 2.8125em;
	line-height: 2.8125;
	padding: 0;
	border-radius: 0.5em;
	border-color: #00a4ff;
	color: #00a4ff;
	background-color: transparent;
}
.sec1 .layui-textarea:focus{
	border-color: #00a4ff !important;
}
.sec1 .layui-form-select .layui-edge{
	border-top-color: #979797;
	right: 1.5em;
	border-width: 0.5em 0.375em 0 0.375em;
	margin-top: -0.25em;
}
@media only screen and (min-width:1024px){
	.sec1 .layui-btn:hover{
		color: #fff;
		background-color: #00a4ff;
	}
}

@media only screen and (max-width:1024px) {
	.ban{
		background-position: 70% center;
	}
	.sec1{
		padding: 15% 0;
	}
	.sec1 .title{
		margin-bottom: 10%;
	}
	.sec1 .title h1{
		font-size: 2em;
	}
	.sec1 .title p{
		font-size: 1em;
	}
	.sec1 .flex-box{
		width: 100%;
		margin: 0 auto 5%;
	}
	.sec1 .form-block{
		margin: 0 0 5%;
		width: 100%;
	}
}



.pop-cover{
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99;
	color: #3d3d3d;
}
.pop-cover.on{
	display: flex;
}
.pop-cover .pop-box{
	width: 834px;
	border-radius: 0.5em;
	background-color: #fff;
	position: relative;
	padding: 0 0 6.125em;
	display: none;
	overflow: hidden;
}
.pop-cover .pop-box.on{
	display: block;
}
.pop-cover .pop-box::before{
	content: "";
	width: 100%;
	height: 0.3125em;
	background: linear-gradient( 55deg, #2850a1 90%, #0c8be4 100%);
	display: block;
}
.pop-cover .pop-box .close{
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	cursor: pointer;
}
.pop-cover .pop-box .icon{
	width: 3.5em;
	margin: 5.625em auto 2.5em;
}
.pop-cover .pop-box h5{
	font-size: 1.75em;
	font-weight: bold;
	margin-bottom: 1em;
}
.pop-cover .pop-box p{
	font-size: 1em;
	line-height: 1.75em;
	padding: 0 5em;
}

@media only screen and (max-width:1024px){
	.pop-cover .pop-box{
		padding: 0 0 3em;
	}
	.pop-cover .pop-box .icon{
		margin: 2.5em auto;
	}
	.pop-cover .pop-box p{
		padding: 0 2em;
	}
}
