
/*===header start====*/
header {
	width: 10rem;
	height: 1.2rem;
	background-color: #fff;
}

header .header-left {
	width: 0.70666667rem;
	height: 1.2rem;
	margin-right: 3.13333333rem;
	padding-left: 0.506666667rem;
	box-sizing: border-box;
	float: left;
	position: relative;
	font-size: 0;
}

header .header-left img {
	width: 0.2rem;
	height: 0.38666667rem;
	position: absolute;
	right: 0;
	top: 0.41333333rem;
}

header .header-title{
	width: 2.41333333rem;
	height: 0.66666667rem;
	margin-top: 0.29333333rem;
	float: left;
	font-size: 0.56rem;
	color: #333;
}

header .header-right {
	width: 0.72rem;
	height: 0.57333333rem;
	margin-top: 0.32rem;
	margin-right: 0.26666667rem;
	float: right;
	font-size: 0;
}

header .header-right img {
	width: 0.72rem;
	height: 0.57333333rem; 
}
/*===header end===*/

 .main {
	padding: 0.4rem;
 }
  .main .search {
	position: relative;
	height: 0.78rem;
	box-sizing: border-box;
	background: #fafafa;
	border-radius: 0.1rem;
	border: 0.01rem solid #f6f6f6;
	filter: blur(0);
	padding: 0.2rem 0.23rem;
  }
  .main .search p {
	font-size: 0.28rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
	margin-top: 0.5rem;
  }
  .main .search input {
	display: block;
	width: 100%;
	height: 0.38rem;
	background: #fafafa;
	font-size: 0.28rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
	border: transparent;
  }
  
  #search_city {
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	font-size: 0.28rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 0.4rem;
	background: #fff;
	z-index: 10;
  }
  
  #search_city .city-item {
	padding: 0.2rem 0.18rem;
  }
  
  .main .current > p {
	font-size: 0.28rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
	margin-top: 0.5rem;
  }
  
  .main .current {
	margin-bottom: 0.4rem;
  }
  
  .current .cName {
	width: fit-content;
	background: #f8f8f8;
	border-radius: 0.04rem;
	padding: 0.15rem 0.4rem;
	font-size: 0.28rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 0.4rem;
  }
  .current .cName i {
  }
  
  .city-py {
	font-size: 0.28rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 0.28rem;
	margin-bottom: 0.27rem;
  }
  
  .py-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.12rem;
	margin-bottom: 0.4rem;
  }
  
  .py-item {
	width: fit-content;
	background: #f8f8f8;
	border-radius: 0.04rem;
	padding: 0.15rem 0.4rem;
	font-size: 0.28rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 0.4rem;
	margin-right: 0.12rem;
  }

  .py-item a {
	color: #333333;
  }
/*======footer start =======*/
footer{
	/* position: absolute; */
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
    width: 10rem;
    height: 1.33333333rem;
}
footer .tel{
    width: 60%;
    height: 1.33333333rem;
    background: white;
    font: italic 0.53333333rem/1.33333333rem "微软雅黑";
    color: #29a7e2;
    float: left;
}
footer .tel img{
	width: 0.66666666rem;
	height: 0.66666666rem;
	float: left;
	margin: 0.33333333rem 0.26666666rem 0.33333333rem 0.4rem;
}
footer .consult-online{
    width: 20%;
    height: 1.33333333rem;
    font: 0.42666666rem/1.33333333rem "微软雅黑";
    color: white;
    text-align: center;
    background: #28a7e1;
    float: left;
}
footer .free-call{
    width: 20%;
    height: 1.33333333rem;
    font: 0.42666666rem/1.33333333rem "微软雅黑";
    color: white;
    text-align: center;
    background: #13c828;
    float: left;
}

/*=======================新增免费电话弹出表单17/6/21 by Cloud===============================*/
footer .floating3_left_wrap{
    position: absolute;
    bottom: 1.5rem;
    left: 5%;
    width: 9rem;
    height: 5.6307692rem;
    background: #eee;
    padding-top: 0.1692308rem;
    display: none;
}
footer .floating3_left_wrap .floating3_left_phone{
    float: left;
    margin-left: 0.7692308rem;
}
footer .floating3_left_wrap .floating3_left_p1{
    font: 0.41538462rem/0.6923077rem "微软雅黑";
    color: #28a7e1;
    text-align: left;
    padding-left: 1.1538462rem;
    margin-left: 0.7692308rem;
}
footer .floating3_left_wrap .floating3_left_p2{
    margin-top: 0.1692308rem;
    font: 0.4384615rem/0.5384615rem "微软雅黑";
    color: #666;
    text-align: left;
    margin-left: 0.7692308rem;
}
footer .floating3_left_wrap .floating3_left_p3{
    margin: 0.1461538rem 0 0.2692308rem;
    font: 0.4384615rem/0.5384615rem "微软雅黑";
    color: #666;
    text-align: left;
    margin-left: 0.7692308rem;
}
footer .floating3_left_wrap input{
    outline: none;
    border: 0.0384615rem solid #bbb;
    border-radius: 0.1538461rem;
    width: 6.5384615rem;
    height: 1rem;
    padding-left: 0.3846154rem;
    margin-left: 0.7692308rem;
}
footer .floating3_left_wrap .call{
    width: 4.4230769rem;
    height: 1.2384615rem;
    background: #28a7e1;
    border-radius: 0.2307692rem;
    text-align: center;
    font: 0.4923077rem/1.2384615rem "微软雅黑;";
    color: white;
    margin: 0.3692308rem auto 0;
} 
/* 添加关闭按钮 */
#close-icon-wrap{
	position: absolute;
	top: 0;
	right: 0;
	width: 0.8rem;
	height: 0.8rem;
	background: #eee;
}
#close-icon{
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.4rem;
	height: 0.4rem;
	overflow: hidden;
	background: #aaa;
}
#close-icon .close-line{
	width: 0.01333333rem;
	height: 0.6rem;
	background: white;
	position: absolute;
	top: -0.1rem;
	right: 0;
	bottom：0;
	left: 0;
	margin: auto;
}
#close-icon .close-line1{
	transform: rotate(45deg);
}
#close-icon .close-line2{
	transform: rotate(-45deg);
}
