*{margin: 0;padding: 0;}
ul,li,ol{list-style:none;}
img,fieldset{border:0; }
img{display:block;}
a{text-decoration:none; color:#333;}
h1,h2,h3,h4,h5,h6{font-weight:100;}
body{margin:0 auto; background:#f8f8f8; width: 100%;font-weight: 400;  }
input,a,button{outline:none; border: none;}
.head{	
	background: linear-gradient(#fc8003,#fea31f,#fecb54,#fecb54,#f8f8f8);
	width:100%;
	padding:0.24rem  0.24rem 0;
	box-sizing: border-box;
}
.logo{
	
	font-family: MiSans;
	display: flex;
	
}
.logo img{
	height: 0.72rem;
}
h2{
	font-size: 0.32rem;
	color: #fff;
	font-weight: 500;
	margin-left: 0.20rem;
	line-height: 0.72rem;
}
.search{
	background: #fff4e6;
	width: 100%;
	height: 0.8rem;
	border-radius: 0.16rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content:  space-between;
	box-sizing: border-box;
	margin-top: 0.05rem;
}
.search div{
	padding: 0.24rem;
	display: flex;
}
.fa-search {
	color: #b4b4b4;
	font-size: 0.3rem;
}
.search button{
	background: linear-gradient(to right,#ffad34,#f76802);
	height: 0.72rem;
	line-height: 0.72rem;
	color: #fff;
	width: 1.58rem;
	font-size: 0.28rem;
	border-radius:0.16rem;
	margin: 0.04rem;
}
.search input{
	background: #fff4e6;
	font-size: 0.28rem;
	margin-left: 0.12rem;
	line-height: 0.32rem;
	width: 4.5rem;
}
.head2{
	background: linear-gradient(#fd8d17,#f5a92f);
	padding: 0.24rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.head2 img{
	width: 0.28rem;
	height: 0.51rem;
	margin:0 0.38rem 0 0.24rem;
}
.search2{
	background: #fff5e8;
	width: 100%;
	height: 0.8rem;
	border-radius: 0.16rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content:  space-between;
	box-sizing: border-box;
	margin-top: 0.05rem;
}
.search2 div{
	padding: 0.24rem 0.1rem;
	display: flex;
	align-items: center;
}
.search2 button{
	background: linear-gradient(to right,#ffad34,#f76802);
	height: 0.72rem;
	line-height: 0.72rem;
	color: #fff;
	width: 1.58rem;
	font-size: 0.28rem;
	border-radius:0.16rem;
	margin: 0.04rem;
}
.search2 input{
	background: #fff4e6;
	font-size: 0.28rem;
	margin-left: 0.12rem;
	line-height: 0.32rem;
	width: 3.8rem;

}
.interval{
	width: 100%;
	padding: 0.2rem;
	
	border-radius: 0.24rem;
	box-sizing: border-box;
	background: linear-gradient(#ffd7a2,#fff);
	box-shadow: 0 0.12rem 0.12rem rgba(41,67,97,0.04);
	margin-top: 0.2rem;
}
.interval_title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.interval_title h3{
	font-size: 0.32rem;
	font-weight: 600;
}
.interval_title a{
	color: rgba(164, 89, 0, 1);
	font-size: 0.24rem;
}
.interval  ul{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.36rem;
}
.interval  ul li{
	width: 2.08rem;
	height: 0.60rem;
	font-size: 0.28rem;
	text-align: center;
	background: #fff;
	border-radius: 0.59rem;
	line-height: 0.6rem;
	text-align: center;
	margin-top: 0.18rem;
}
.footer{
	width: 100%;
	height: 0.98rem;
	background: #fff;
	position: fixed;
	bottom: 0;
	
	font-size: 0.24rem;
	text-align: center;
}
.footer ul{
	display: flex;
	flex-direction: row;
}
.footer li{
	width: 1.5rem;
}
.footer a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 0.2rem;
	font-weight: 500;
}
.footer i{
	display: block;
	width: 0.56rem;
	height: 0.56rem;
	
}
.footer .current{
	color: #f8740b;
}
.footer .f_1 i{	
	background: url(../img/f_1.png) no-repeat;	
	background-size: 0.56rem 0.56rem;
}
.footer .f_1_1 i{
	background: url(../img/f_1_1.png) no-repeat;
	background-size: 0.56rem 0.56rem;
}

.footer .f_2 i{	
	background: url(../img/f_2.png) no-repeat;	
	background-size: 0.56rem 0.56rem;
}
.footer .f_2_2 i{	
	background: url(../img/f_2_2.png) no-repeat;	
	background-size: 0.56rem 0.56rem;
}
.footer .f_3 i{	
	background: url(../img/f_3.png) no-repeat;	
    background-size: 0.56rem 0.56rem;
}
.footer .f_3_3 i{
	background: url(../img/f_3_3.png) no-repeat;
    background-size: 0.56rem 0.56rem;
}
.footer .f_4 i{	
	background: url(../img/f_4.png) no-repeat;	
	background-size: 0.56rem 0.56rem;
}
.footer .f_4_4 i{
	background: url(../img/f_4_4.png) no-repeat;
	background-size: 0.56rem 0.56rem;
}
.footer .tel img{
	width: 0.98rem;
	height: 0.98rem;
}
.service{
	position: fixed;
	right: 0;
	bottom: 4rem;
	width: 1.28rem;
	display: flex;
	flex-direction: column;
	padding-top: 1.08rem;
	
}
.service img{
	width: 1.24rem;
	height: 1.31rem;
	position: absolute;
	z-index: -99;
	top: 0;
}
.service a{
	width: 1.28rem;
	font-size: 0.24rem;
	background: linear-gradient(rgba(143, 147, 255, 1),rgba(112, 45, 255, 1));
	height: 0.5rem;
	border-radius: 0.08rem;
	color: #Fff;
	line-height: 0.5rem;
	text-align: center;
	margin-bottom: 0.18rem;

}
.service span{
	font-size: 0.24rem;
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 50%;
	background: rgba(246, 0, 0, 1);
	text-align: center;
	line-height: 0.28rem;
	color: #fff;
	position: absolute;
	right: 0.12rem;
	top: 0.10rem;
}

/* ============客服弹窗=========== */
.layui-layer-title {
	font-size: 20px;
}
.layui-layer-page {
	width: 80%;
	position: fixed;
	left: 10%;
	height: 300px;
	bottom: 350px;
}
