@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	-webkit-text-size-adjust: none;
}
em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
body {
	font-size: .28rem;
	color: #333;
	font-family:"微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
form {
	display: inline-block;
}
ul,
ol {
	list-style: none;
}
a {
	color: #666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}
/*去掉右下角斜线*/
textarea {
	resize: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}
input,
textarea {
	border: none;
	border-radius: 0;
	font-size: .28rem;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input::-webkit-input-placeholder {
	color: #999;
}
input:-moz-placeholder {
	color: #999;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
label {
	vertical-align: middle;
}
.clear{
	clear: both;
}
.Maximg img{
	width: 100%;
	height: 100%;
}
.maximg img{
	max-height: 100%;
	max-width: 100%;
}
.maxwimg img{
	width: 100%;
	height: auto;
}
.over1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.over2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.over3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.width{
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
}
/*公共样式*/
/*头部*/
header{
	width: 100%;
	max-width: 750px;
	/*height: 2.38rem;*/
	height: 3.36rem;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3999;
	background: #fff;
	display: block;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.headTop{
	display: flex;
	justify-content: space-between;
	padding: 0 0.28rem;
	/*height: 0.66rem;*/
	height: 0.72rem;
	border-bottom: 1px solid #dfdfdf;
	background: #f3f3f3;
	align-items: center;
	width: 100%;
}
.headTop>div.right{
	font-size: 0.26rem;
	color: #666666;
}
.headTop>div.left{
	display: flex;
	height: 100%;
	padding-left: 0.28rem;
	background: url(../images/dizhi1.png) no-repeat left center;
	background-size: 0.18rem auto;
	font-size: 0.26rem;
	color: #999999;
	align-items: center;
}
.headTop>div.left span{
	color: #e60012;
	padding-right: 0.06rem;
	max-width: 1rem;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.head-div{
	display: block;
	/*height: 2.38rem;*/
	height: 3.36rem;
}

.headMain{
	display: flex;
	width: 100%;
	/*height: 0.94rem;*/
	height: 1.2rem;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0 0.28rem;
}
.headMain-logo{
	display: flex;
	height: 100%;
	align-items: center;
	position: relative;
}
.headMain-logo::after{
	content: "";
	display: block;
	width: 1px;
	height: 0.54rem;
	background: #e0e0e0;
	position: absolute;
	right: -0.24rem;
	top: 50%;
	transform: translateY(-50%);
}
.headMain-logo img{
	height: 0.6rem;
	width: auto;
}
.xiala{
	display: flex;
	height: 100%;
	width: 0.5rem;
	align-items: center;
	justify-content: flex-end;
}
.xiala img{
	display: block;
	width: 0.44rem;
}
.headMain-search{
	display: flex;
	position: relative;
	/*width: 4.76rem;*/
	width: 100%;
	height: 0.66rem;
	border-radius: 0.08rem;
	border: 1px solid #eb3341;
	/*background: #f3f3f3;*/
}
.headMain-search input{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.26rem;
	color: #333;
	/*color: #eb3341;*/
	padding: 0 0.98rem 0 0.68rem;
	background: url(../images/search0122.png) no-repeat 0.22rem center;
	background-size: 0.28rem auto;
}
.headMain-search .userBut{
	display: flex;
	width: 0.82rem;
	height: 100%;
	position: absolute;
	right: 0;
	right: 0;
	z-index: 9;
	align-items: center;
	justify-content: center;
}
.headMain-search .userBut img{
	width: 0.28rem;
	height: 0.34rem;
}
.headMain-search .userBut::after{
	content: "";
	width: 1px;
	height: 0.38rem;
	background: #faccd0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.headNav{
	display: block;
	width: 100%;
	height: 0.7rem;
	margin-top: 0.08rem;
	position: relative;
	padding-right: 1.84rem;
}
.headNav-right{
	display: flex;
	width: 1.84rem;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	/*background: #e60012;*/
	background: #fff;
	font-size: 0.28rem;
	/*color: #fff;*/
	color: #333;
	z-index: 9;
}
.headNav-in{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.headNav-in .swiper-slide{
	width: auto;
}
.headNav-in a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 0 0.22rem;
	font-size: 0.28rem;
	color: #333333;
	position: relative;
}
.headNav-in a span{
	display: flex;
	width: auto;
	height: 100%;
	align-items: center;
	position: relative;
}
.headNav-in a.active{
	color: #e60012;
}
.headNav-in a.active span::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #e60012;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*测导航*/
.ce-nav{
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 750px;
	transform: translateX(-50%);
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 199;
	overflow: hidden;
	display: none;
}
.menu{
	position: fixed;
	/*top: 2.38rem;*/
	/*top: 3.3rem;*/
	top: 2.62rem;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	width: 100%;
	max-width: 750px;
	height: calc(100% - 2.62rem);
	z-index: 2999;
}
.menu>span{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 399;
	width: 100%;
	height: 100%;
}
.nav{
	display: block;
	width: 100%;
	height: auto;
	max-height: 100%;
	z-index: 1999;
	overflow: auto;
	position: fixed;
	top: 0rem;
	left: 50%;
	max-width: 750px;
	transform: translateX(-50%);
	border-top: .01rem solid #dfe6ea;
}
.nav-in{
	background: #f8f8f8;
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
}
.nav-ul>li>a{
	height: 1rem;
	display: block;
	width: 100%;
	color: #000000;
	line-height: 1rem;
	font-size: .30rem;
	padding: 0 .46rem 0 .32rem;
	position: relative;
}
.nav-ul>li>a span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.88rem;
	height: 100%;
	position: absolute;
	right: 0.06rem;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.nav-ul>li>a span img{
	width: .28rem;
	height: .28rem;
	display: block;
}
.nav-ul>li{
	border-bottom: .01rem solid #dfe6ea;
}
.er-ul{
	display: none;
}
.er-ul>li>a{
	display: flex;
	height: 1rem;
	align-items: center;
	font-size: .30rem;
	border-top: 1px solid #dfe6ea;
	color: #666;
	background: #e9e9e9;
	padding: 0 .46rem 0 .32rem;
	position: relative;
}
.er-ul>li>a span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: .88rem;
	height: 100%;
	position: absolute;
	right: .06rem;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.er-ul>li>a span img{
	width: .28rem;
	height: .28rem;
}
.three-ul{
	display: none;
	background: #;
}
.three-ul>li>a{
	display: flex;
	height: 1rem;
	align-items: center;
	font-size: .28rem;
	border-top: 1px solid #dfe6ea;
	color: #666;
	background: #f1f1f1;
	padding: 0 .46rem 0 .32rem;
	position: relative;
}

.nav-login{
	display: flex;
	width: 100%;
	height: 1rem;
	align-items: center;
	background-color: #fff;
	position: fixed;
	top: 0rem;
	left: 0;
	z-index: 499;
	overflow: hidden;
	padding: 0 .32rem;
	border-top: 1px solid #dfe6ea;
}
.nav-login>div{
	display: flex;
	width: 60%;
	align-items: center;
	padding: .18rem 0;
	height: 100%;
	font-size: .3rem;
	color: #000000;
}
.nav-login>div:last-child{
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	justify-content: flex-end;
	font-size: .3rem;
	color: #2675c0;
	padding: .18rem .46rem;
	cursor: pointer;
}
.nav-login>div>span{
	display: block;
	width: .58rem;
	height: .58rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: .14rem;
}
.nav-login>div>img{
	display: block;
	height: .28rem;
	width: auto;
	margin-right: .12rem;
}

header.active{
	/*height: 1.72rem;*/
	height: 2.62rem;
	overflow: hidden;
}
.head-div.active{
	/*height: 1.72rem;*/
	height: 2.62rem;
}
.menu.active{
	/*height: calc(100% - 1.72rem);*/
	/*top: 1.72rem;*/
	height: 2.62rem;
	height: calc(100% - 2.62rem);
}

/*banner图*/
.banner{
	width: 100%;
	height: auto;
	max-height: 3rem;
}


/*置顶*/
.zhiding{
	position: fixed;
	right: .2rem;
	bottom: 1.4rem;
	width: .8rem;
	height: .8rem;
	border-radius: 100%;
	/*background: ;*/
	/*opacity: .8; #e60012*/
	z-index: 97;
	background: rgba(0, 0, 0, 0.6) url(../images/zhiding.png) no-repeat center;
	background-size: 90% auto;
}
/*首页banner轮播图*/
.index-banner{
	height: 3rem;
	width: 100%;
}
.index-banner .swiper-pagination-bullet {
	height: .1rem;
	width: .1rem;	
	display: inline-block;
	border-radius: 50%;
	background: #424242;
	opacity: 1;
	margin: 0 .08rem;
}
.index-banner .swiper-pagination-bullet-active {
	opacity: 1;
	width: 0.24rem;
	background: #e60012 !important;
	border-radius: 0.05rem;
}
.index-banner .swiper-pagination{
	position: absolute;
	bottom: .1rem !important;
}
.jiazai{
	display: flex;
	height: 0.8rem;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 0.24rem;
	color: #999;
}
.jiazai img{
	margin-right: 0.16rem;
}

.newadd_Title{
	position: relative;
	padding-left: 0.24rem;
	min-height: 0.8rem;
}
.newadd_Title h3{
	font-size: 0.34rem;
	color: #050505;
	line-height: 0.46rem;
}
.newadd_Title h5{
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.34rem;
	text-transform: uppercase;
}
.newadd_Title::before{
	content: "";
	display: block;
	width: 0.06rem;
	height: 0.66rem;
	background: #e60012;
	position: absolute;
	left: 0;
	top: 0.06rem;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}
/*公共样式*/
@media screen and (min-width:750px){
	html,body{
		font-size: 100px !important;
		margin: 0 auto;
		max-width: 750px;
	}
}

/*01 22新增*/
.headMainText{
	position: relative;
	font-size: 0.22rem;
	color: #333333;
	line-height: 0.34rem;
	width: 4.2rem;
	text-align: left;
	padding-left: 0.24rem;
}
.headSearchDiv{
	display: flex;
	justify-content: center;
	padding: 0 0.28rem;
}
.headEwm{
	display: flex;
	width: auto;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	padding: 0 0.3rem;
	width: 0.96rem;
	align-items: center;
	cursor: pointer;
}
.headTop{
	position: relative;
	padding-right: 0.96rem;
}
.headEwmData{
	display: none;
	/*width: auto;
	height: 2.68rem;
	border-radius: 0.12rem;
	background: #fff;*/
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
	/*position: absolute;
	top: 0.7rem;
	right: 0.2rem;*/
	z-index: 80;
	/*padding: 0 0.1rem;*/
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4000;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 4rem 10%;
}
.headEwmData::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: .12rem solid transparent;
	border-bottom: .14rem solid #fff;
	border-right: .12rem solid transparent;
	position: absolute;
	right: 0.14rem;
	bottom: 100%;
}
.headEwmData li{
	display: inline-block;
	vertical-align: top;
	/*width: 1.96rem;
	height: 100%;
	padding: 0.4rem 0.18rem 0;*/
	text-align: center;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0.4rem;
}
.headEwmData li>span{
	/*display: flex;*/
	display: none;
	width: 100%;
	/*height: 1.6rem;*/
	height: 2.4rem;
	/*border: 1px solid #e3e3e3;*/
	margin: 0 auto 0.1rem;
	justify-content: center;
	align-items: center;
}
.headEwmData li>span img{
	display: block;
	height: 100%;
}
.headEwmData li p{
	display: flex;
	justify-content: center;
	height: 0.8rem;
	line-height: 0.8rem;
}
.headEwmData li p em{
	display: block;
	/*min-width: 0.84rem;*/
	width: 100%;
	text-align: center;
	background: #e60012;
	line-height: 0.8rem;
	color: #fff;
	font-size: 0.24rem;
	border-radius: 0.08rem;
}

.ewmPopBg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	padding: 10%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
}
.ewmPopBg.active{
	display: flex;
}


.rightMenu {
    display: block;
    width: 0.8rem;
    height: auto;
    position: fixed;
    /*top: 50%;*/
    bottom: 1.4rem;
    right: 0.2rem;
    /*transform: translateY(-50%);*/
    z-index: 90;
    padding-bottom: 0.86rem;
}

.rightMenu-main li {
    display: block;
    padding: 0.06rem 0;
}

.rightMenu-main li a {
    display: flex;
    width: 0.8rem;
    height: 0.8rem;
    justify-content: center;
    align-items: center;
}

.rightMenu-main li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.rightMenu-but {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: url(https://www.proheater.com.cn/mobile/precisePrice/images0512/rightNav-02.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0.06rem 0;
}

.rightMenu-but.active {
    background: url(https://www.proheater.com.cn/mobile/precisePrice/images0512/rightNav-01.png) no-repeat center;
    background-size: 100% 100%;
}















