.alert-window{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
}
.info-window{
	width: 740px;
	position: absolute;
	margin-top: -250px;
	margin-left: -370px;
	left: 50%;
	top: 50%;
	background-color: #fff;
}
.service-item li{
	margin: 0;
}
.service-item li + li{
	margin-left: 10px;
}
.service-item ul{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	height: 210px;
}
.service-item ul li{
	width: 200px;
}
.service-item ul li img{
	height: 155px;
}
.font-head{
	position: relative;
}
.font-head .xunzhang{
	position: absolute;
	top: 8px;
	left: 30px;
}
.remove-btn{
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 99
}
.font-head h1{
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #07627e;
	line-height: 36px;
	display: block;
	box-shadow: 0 5px 4px 0 #c6c6c6;
	margin-bottom: 20px;
}
.font-head p{
	line-height: 2;
	text-align: center;
}
.font-head p span{
	color: #ff0000;
	padding: 0 8px;
	font-size: 16px;
}
.font-head p strong{
	color: #e71f19;
	cursor: pointer;
}
.buttom-btn{
	padding: 10px 0;
	background-color: #07627e;
	border-top: 1px dashed #cacaca;
	height: 64px;
	margin-top: 15px;
}
.buttom-btn > div{
	width: 50%;
	float: left;
}
.rexian{
	border-right: 1px solid #0c495c;
	margin-left: -1px;
}
.primary{
	border-left: 1px solid #1b6f89;
	margin-right: -1px;
}
.primary a{
	border: 2px solid #f2eaea;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #f2eaea;
	border-radius: 5px;
	margin-left: 40px;
	margin-top: 15px;
	display: inline-block;
	position: relative;
	width: 195px;
}
.primary a img{
	position: relative;
	top: 4px; 
	margin-right: 3px;
}
.rexian-font{
	text-align: center;
	color: #fff;
}
.rexian-font p{
	font-size: 16px;
	margin-bottom: 8px;
}
.rexian-font span{
	display: inline-block;
	width: 235px;
	line-height: 36px;
	font-size: 14px;
	background-color: #0c495c;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url('../images/rexiandianhua.png');
	border-radius: 18px;
	text-indent: 30px;
}
.remove-btn{
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.email_form select{
	border:1px #dadada solid;
	padding: 7px 10px;
	font-size: 13px;
	color: #666;
}
.adder-laber{
	display: block;
	width: 100%;
}
.adder-laber select{
	display: inline-block;
}
.adder-laber * + *{
	margin-left: 10px;
}
.adder-laber input{
	width: 280px;
}
.radio-box input{
	width: auto;
	padding: 0
}
.radio-box strong,
.checkbox-box label {
	position: relative;
	padding-left: 25px;
}
.radio-box strong input,
.checkbox-box label input{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 5px;
}
.min-label input{
	width: 100px;
}
.min-label span{
	color: #666 !important;
}
.checkbox-box{
	position: relative;
	padding-left: 70px;
}
.checkbox-box strong{
	position: absolute;
	left: 0;
	top: 0;
}
.checkbox-box label + label{
	margin-left: 0;
}
.checkbox-box label{
	margin-right: 20px;
}
.code input{
	width: 180px;
}
.code img{
    position: relative;
    top: 12px;
    margin-left: 10px;
    border-radius: 3px;
}
.form-text{
	padding-top: 30px;
	text-align: center;
}
.form-text h3{
	font-size:30px;
	padding-bottom:15px;
}
.form-text p{ font-size:16px;}
.single-other{
	text-align: center;
	font-family: '微软雅黑';
}
.single-other h2{
	font-size: 0.8rem;
}
.single-other p{
	color: #535353
}