/*reset and clearfix
---------------------------*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
a{text-decoration:none;}
.clearfix:after, .home_box:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}.clearfix,.wrapper,.home_box{*zoom:1;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;}
body{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,/*PingFang SC,*/Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; font-size: 14px;}
/*æ¸…é™¤ iPhone Safari æŒ‰é’®é»˜è®¤æ ·å¼*/
input[type="submit"],input[type="reset"],input[type="button"],button,select,textarea {-webkit-appearance: none;}
input::-webkit-input-placeholder{
	color:#aaa;
}
/* ä¸»é¢˜è‰²ï¼š#0f9386 */
/*common style
---------------------------*/
body{min-width: 1240px; background: #fff;   min-height: 100vh; position: relative;}
 body{
	 background: url(../img/manage_bg.png) no-repeat center top;
	 /* overflow: hidden; */
	 background-size: cover;
	 border-top: solid #c2262d 8px;
 }
 
 body.select_area_page{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
 }
body.err_page{
	background-image: url(../img/err_bg.png);
}
 body.select_area_page .footer{
	 position: relative;
 }
.left{
	float: left;
}
.right{
	float: right;
}
.popup,.popup_black{
	display: none;
}
.mobile{
	display: none;
}

.icon{
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	background-size: 500px;
}
.wrapper{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
}
.wrapper_outer{
	width: 1220px;
	text-align: left;
	margin: 0 auto;
}

.header{
	/* margin-top: 20px; */
	text-align: center;
	color: #fff;
	 
	background-size: 466px;
 
}
 
.header h1{
	width: 466px;
	height:66px;
	margin: 0 auto;
	text-align: center;
 
		font-size: 36px;
	 width: auto;
	 margin: 0 auto;
		align-items: center;
		justify-content: center;
	display: inline-block;
		background-image: -moz-linear-gradient( 0deg, rgb(194,38,45) 0%, rgb(239,116,87) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(194,38,45) 0%, rgb(239,116,87) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(194,38,45) 0%, rgb(239,116,87) 100%);
		height: auto;
		padding: 10px;
	border-radius: 0 0 20px 20px;
	 
}

 

.header h1 div{
 display: flex;
	font-size: 36px;
	color: #fff;
 padding: 0 20px ;
	justify-content: center;
	align-items: center;
}

.header h1 div span{
	color: #fff;
}
.header h1 p{
	font-size: 36px;
 
	font-weight: bold;
}
 
   
 .main{
	 width: 100%;
	 text-align: center;
	 flex-grow: 1;
	 display: grid;
	 place-items: center;
 }

 .select_area{
	 width: auto;
	 margin: 20px auto;

	  display: inline-block;
	  max-width: 1200px;
	 
	
	 /* margin: 20px 0; */
 }
 h2{
	font-size: 20px;
	font-weight: bold;
	 
	color: #c2262d;
	  text-align: left;
	  padding:0 10px;
	  margin-bottom: 10px;
 }
 .type_container{
	 width: 1200px;
	border-radius:0 0 10px 10px;
	border-top: solid #c2262d 2px;
	padding: 10px 0;
	background: rgba(255, 255, 255, .95);
}
.select_type{
	width: 100%;
	padding: 10px;

}
.select_type:last-child{
	border: none;
}
.select_item_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	font-weight: bold;
}
 .select_item_container li{
	 width: 50%;
	 padding: 30px;
 }
.select_type a{
	background: #fbeeee;
	height: 74px;
	border-radius: 10px;
	 width: 100%;
	 padding:10px 15px;
	 line-height: 26px;
	 color: #c2262d;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 18px;
 
}

.select_type a:hover{
	background:#f8e3e3;
}

.tip, .m_tip {
	background: #009fff;
	background: rgb(81 192 247 / 70%);
	border-radius: 6px;
	font-size: 14px;
	color: #ffffff;
	padding: 5px 10px;
	display: inline-block;
	margin: 30px;
}
.layui-elem-quote {
	margin-bottom: 10px;
	padding: 15px;
	line-height: 1.8;
	border-left: 5px solid #138df6!important;
	border-radius: 0 2px 2px 0;
	background-color: #e3f2fe!important;
	color: #007ff4;
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
	line-height:25px
}

.layui-elem-quote ol{
	margin-top: 8px;
	font-size: 16px;
	line-height: 30px;
}

.layui-elem-quote li{
	text-indent: 2em;
}

.layui-elem-quote p{
	font-weight: bold;
	font-size: 18px;
	color: #c34c4c;
}

.phone_list{
	text-align: left;
	color: #c2262d;
	padding: 10px;
}
.phone{
	padding: 3px;
	padding-right:20px;
	padding-left: 30px;
	background: url(../img/phone.png) no-repeat left center;
	background-size: 19px;
	font-size: 18px;
}

.phone:last-child{
	padding-right: 0;
}

.area_container a span{
	color:#0f9386;
	opacity: .05;
	font-size: 53px;
	font-weight: bold;
	top: 0;
	position: absolute;
	left: -10px;
}

.area_container a:hover span{
	opacity: .1;
}

.err_header,.err_header .wrapper{
 background: none;
 width: auto;
	 text-align: center;
}


.err_header h1 span,.err_header h1 p{
	padding: 0 5px;
	display: inline-block;
}

.err_info{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.err_info span{
	font-size: 20px;
	color: #c2262d;
	padding-top: 40px;
}

.footer{
		/* height: 66px; */
		background-image: -moz-linear-gradient( 0deg, rgb(194,38,45) 0%, rgb(239,116,87) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(194,38,45) 0%, rgb(239,116,87) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(194,38,45) 0%, rgb(239,116,87) 100%);
		opacity: 0.902;
	 
}

.footer .wrapper div{
	text-align: center;
	line-height: 80px;
}

.list_tab {
	display: flex;
}
.list_tab a{
	background: rgba(194, 38, 45, .1);
	height: 46px;
	line-height: 46px;
	border-radius: 10px 10px 0 0 ;
	font-size: 20px;
	font-weight: bold;
	color: #c2262d;
	padding:  0 20px;
	margin-right: 10px;
	display: block;
}
.list_tab a.current{
	background: #c2262d;
	color: #fff;
}

/* //////////////////////////////////// */
/* å“åº”å¼ä»£ç ============================ */
/* //////////////////////////////////// */
@media only screen and (max-width : 750px){
	body{
		min-width: auto;
		background-size: cover;
	background-position-x: -160px;
	padding-bottom: 0;
	}
	body.select_area_page{
		min-height: 100vh;
	 
	}
	 .wrapper{
		 width: 100%;
	 }
	 .footer{
		 padding:  0;
		 height: auto;
	 }
	.footer .left,.footer .right{
		float: none;
		text-align: center;
		line-height: 20px;
		color: #fff;
	 
	}
	h2{
		margin-left: 0;
	}
	.select_area{
		width: 100%;
		background: none;
		padding: 20px 10px;
		padding-top: 0;
	}
	.area_container a{
		width: 100%;
		min-width: auto;
		margin: 10px 0;
	}
	.type_container{
		flex-direction: column;
		width: 100%;
	}
	.select_type{
		width: 100%;
		border: none;
	}
	.select_item_container li{
		width: 100%;
	}
	.select_type a{
		width: 100%;
	}
	.header{
		background-size: 320px;
	}
	.header h1{
		width: 100%;
	 
	}
	.header h1 div{
		font-size: 25px;
		flex-direction: column;
	}
	.header h1 p{
		font-size: 25px;
	 
	}
	.err_info img{
		width: 80%;
	}
	.err_header h1{
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	.err_header h1 span,.err_header h1 p{
		font-size: 22px;
		padding: 0 5px;
	}

	.list_tab{
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		/* border-bottom: solid #c2262d 3px; */
		width: 100%;
		overflow-x: scroll;
		/* background: #fce2dd; */
		padding-top: 10px;
	}
	.list_tab li{
		flex-shrink: 0;
		min-width: 30%;
	}
	.list_tab a{
		padding: 0 10px;
		font-size: 18px;
		
		}
		.type_container{
			border: none;
		}
	.phone{
		display: block;
		margin-bottom: 10px;
	}
	.footer{
		padding: 10px 0;
	}
	.footer .wrapper div,.footer .wrapper div:last-child{
		width: 100%;
		text-align: center;
		align-items: center;
		justify-content: center;
		padding:0 15px ;
	}
	.footer .wrapper{
		flex-direction: column;
	}
}

@media only screen and (max-width : 320px){
 
 
	.list_tab a{
		font-size: 16px;
	}
}