html {
  font-size: calc(100vw/3.75);
  -webkit-text-size-adjust: 100%;
}
*, h1, h2, h3, h4, h5, h6, ul, li, img, p, div, input, textarea, select, dl, dt, dd, ol { padding: 0; margin: 0; font-style: normal; font-size: 0.16rem; font-family: -apple-system,BlinkMacSystemFont,HarmonyOS Sans SC,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,Helvetica Neue,sans-serif;}

body, html {display: block; width: 100%; background: #F9F9F9;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
a, input,select {
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
li { list-style: none; }
img { border: none; display: block; text-align: center;}
button, input { border: none; outline: none; background-color: transparent; }

input:-webkit-autofill,
input:-webkit-autofill:focus {
box-shadow:0 0 0 0px #FFF inset;
-webkit-box-shadow: 0 0 0px 1000px white inset;
-webkit-text-fill-color: #333;
	background:transparent;
}
input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none; }
textarea { resize:none; outline: none; }

.wrap {display: block; width: 94%; max-width: 700px; margin: 0 auto; }

.fl { float: left; }
.fr { float: right; }
.none { display:none; }
.clear { display: block; clear: both;  }
.clearfix:after { content: ""; display: block; clear: both; height: 0; }


/***********************************top*************************************/
.head{
    width: 100%;
    background: #FFFFFF;
}
.headBox{
	display: block;
	padding: 0.2rem 3%;
}
.headBox:after { content: ""; display: block; clear: both; height: 0; }
.head-left{
	display: block;
	width:45%;margin:auto;
}
.head-right{
	display: block;
	float: right;
}
.head-left .iconsvg{
	display: block;
	height: 0.3rem;
	width: auto;
}
.head-right .iconsvg{
	display: block;
	height: 0.3rem;
	width: auto;
}
.headBox a{
	display: inline-block;
	vertical-align: middle;
}
.head-right a{
	margin-left: 0.1rem;
}
.headBox .tit{
	display: inline-block;
	font-size: 0.14rem;
	vertical-align: middle;
	line-height: 0.25rem;
	background: #E00B0B;
	color: #FFF;
	padding: 0 0.1rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-left: 0.1rem;
}


.main{
	display: block;
	position: relative;
}
.headBg{
	background: #E00B0B;
	background: -webkit-linear-gradient(top, #D40000, #FB3C3C);
	background: -moz-linear-gradient(top, #D40000, #FB3C3C);
	background: -ms-linear-gradient(top, #D40000, #FB3C3C);
	background: -o-linear-gradient(top, #D40000, #FB3C3C);
	background: linear-gradient(to bottom, #D40000, #FB3C3C);
	font-size: 0;
}
.headBg:after {content: '';clear: both;width: 100%;height: 0;margin: 0 auto; display: block;overflow: hidden;}
.zsHeadBg{
	display: block;
	height: 70%;
	height: 70vh;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	background: #E00B0B;
	background: -webkit-linear-gradient(top, #D40000, #FB3C3C);
	background: -moz-linear-gradient(top, #D40000, #FB3C3C);
	background: -ms-linear-gradient(top, #D40000, #FB3C3C);
	background: -o-linear-gradient(top, #D40000, #FB3C3C);
	background: linear-gradient(to bottom, #D40000, #FB3C3C);
	font-size: 0;
}
.companyBg{
	display: block;
	height: 25%;
	height: 25vh;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	background: #E00B0B;
	background: -webkit-linear-gradient(top, #D40000, #FB3C3C);
	background: -moz-linear-gradient(top, #D40000, #FB3C3C);
	background: -ms-linear-gradient(top, #D40000, #FB3C3C);
	background: -o-linear-gradient(top, #D40000, #FB3C3C);
	background: linear-gradient(to bottom, #D40000, #FB3C3C);
	font-size: 0;
}
.headBar{
	display: block;
	margin-bottom: 0.05rem;
	position: relative;
	z-index: 1;
}
.headBar ul{
	font-size: 0;
	text-align: justify;
    *text-justify:inter-ideograph;/*IE绉佹湁灞炴€�*/
}
.headBar ul:after {content: '';width: 100%;height: 0;margin: 0; display: inline-block;overflow: hidden;}
.headBar li{
	text-align: center;
    vertical-align: top;
    display: inline-block;
    *display:inline;
    *zoom:1;
}
.headBar li a{
	display: block;
	text-align: center;
	padding: 0 0.1rem;
	font-size: 0.18rem;
	line-height: 0.5rem;
	color:#FDC0C1;
}
.headBar li.on a{
	font-size: 0.20rem;
	color: #FFF;
}
.divBox{
    display: block;
    background: #FFF;
    padding: 0 0 0.15rem;
}
.bigTitle{
	display: block;
	color: #333;
	font-size: 0.22rem;
	text-align: left;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.bigTitle span{
	font-size: 0.14rem;
	font-weight: normal;
	color: #666;
	line-height: 0.25rem;
}
.brandTith4{
	background: #FFA8A8;
	background-image: -webkit-linear-gradient(left, #FFA8A8, #FFF);
	background-image: -moz-linear-gradient(left, #FFA8A8, #FFF);
	background-image: -ms-linear-gradient(left, #FFA8A8, #FFF);
	background-image: -o-linear-gradient(left, #FFA8A8, #FFF);
	background-image: linear-gradient(to right, #FFA8A8, #FFF);
}
.brandTith4 h4{
	display: inline-block;
	background: #E00B0B;
	padding: 0 50px 0 20px;
	color: #FFF;
	font-size: 0.18rem;
	line-height: 0.38rem;
	background: -webkit-linear-gradient(146deg, transparent 30px, #E00B0B 0) top right;
	background: -moz-linear-gradient(146deg, transparent 30px, #E00B0B 0) top right;
	background: -ms-linear-gradient(146deg, transparent 30px, #E00B0B 0) top right;
	background: -o-linear-gradient(146deg, transparent 30px, #E00B0B 0) top right;
	background: linear-gradient(-56deg, transparent 30px, #E00B0B 0) top right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.brandTith4 a.fr{
	color: #999;
	font-size: 13px;
	line-height: 40px;
}

.companyMsg{
	display: block;
}
.companyLogo{
	position: relative;
	padding-left: 1.3rem;
	min-height: 0.93rem;
}
.companyLogo:after {content: ''; clear: both; width: 100%;height: 0;margin: 0 auto; display: block;overflow: hidden;}
.companyLogo .logo{
	display: block;
	width: 1.2rem;
	height: 0.93rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	*zoom:1;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.companyLogo .logo img{
	display: block;
	width: 1.2rem;
	height: 0.75rem;
	position: relative;
	z-index: 0;
}
.companyLogo .logo .c-name{
	display: block;
	width: 100%;
	font-size: 0.12rem;
	line-height: 0.19rem;
	color:#FFF;
	text-align: center;
	position: absolute;
	z-index: 1;
	background: rgba(255,255,255,0.6);
	left: 0;
	bottom: 0;
}
.companyLogo h1{
	display: block;
	font-size: 0.18rem;
	line-height: 160%;
	color:#FFF;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.companyLogo p{
	display: block;
	font-size: 0.13rem;
	line-height:  140%;
	color:#FDC0C1;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0.1rem auto;
}
.companyLogo p a{
	display: inline-block;
	font-size: 0.13rem;
	line-height: 0.16rem;
	color:#FDC0C1;
	text-align: left;
}
.companyLogo p a.tel_image_box{
	margin-left: 0.1rem;
	vertical-align: top;
	line-height: 0.16rem;
}
.companyLogo p a .tel_image{
	display: inline-block;
	width: auto;
	height: 0.14rem;
	margin-right: 3px;
	vertical-align: top;
}
.monthRanking{
	display: block;
	margin: 0.15rem auto;
    background: rgba(255,255,255,0.15);
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.monthRanking dl{
	padding: 0.1rem 0;
	font-size: 0;
	text-align: justify;
    *text-justify:inter-ideograph;/*IE绉佹湁灞炴€�*/
}
.monthRanking dl:after {content: '';width: 100%;height: 0;margin: 0; display: inline-block;overflow: hidden;}
.monthRanking dd{
	width: 45%;
	color:#FFF;
	text-align: center;
    vertical-align: top;
    display: inline-block;
    *display:inline;
    *zoom:1;
}
.monthRanking dd .icosheng{
	display: block;
	padding-top: 0.1rem;
}
.monthRanking dd .icosheng img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 0.18rem;
}
.monthRanking dd .b{
	display: block;
	padding-top: 0.1rem;
}
.company_icon{
	display: flex;
	justify-content:center;
}
/*.company_icon:after {content: ''; width: 100%; height: 0;margin: 0; display: inline-block;*zoom:1;*display: inline;height:0;overflow:hidden;}*/
.company_icon .icon_box{
	margin: 0 10px;
}
.company_icon .icon_box img{
	width: 0.32rem;
	height: 0.32rem;
}

.company_icon .icon_box .img_filter{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.company_icon .icon_box p{
	display: block;
	font-size: 0.13rem;
	line-height: 180%;
	font-weight: normal;
	color:#FFF;
	text-align: center;
}
.companyLabel ul{
	font-size: 0;
	text-align: justify;
	-webkit-text-align-last: center;
	-moz-text-align-last: center;
	-ms-text-align-last: center;
	-o-text-align-last: center;
	text-align-last: center;
    *text-justify:inter-ideograph;/*IE绉佹湁灞炴€�*/
	text-justify:distribute-all-lines;/*ie6-8*/
}
.companyLabel ul:after {content: ''; width: 100%; height: 0;margin: 0; display: inline-block;*zoom:1;*display: inline;height:0;overflow:hidden;}
.companyLabel li{
	width: 22%;
	color:#FFF;
	text-align: center;
    vertical-align: top;
    display: inline-block;	
    *display:inline;
    *zoom:1;
}
.companyLabel li a{
	display: block;	
	text-align: center;
	color: #FFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 0.14rem;
	line-height: 0.35rem;
	margin-bottom: 0.15rem;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#brandLabel{
	margin-top: 0.15rem;
}
.brandLabel{display: block; width: 100%; position: relative; overflow: hidden; max-height: 1.32rem;}
.brandLabel .morebg, .brandShopLabel .morebg{position: absolute; width: 100%; height: 1rem; left: 0px; bottom: 0px; z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0)  0%, #f32f2f 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0) ), color-stop(90%,#f32f2f));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0)  0%,#f32f2f 90%);
    background: -o-linear-gradient(top, rgba(255,255,255,0)  0%,#f32f2f 90%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0)  0%,#f32f2f 90%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#f32f2f 90%);
}
.brandLabel .more, .brandShopLabel .more{ position: absolute;  z-index: 2; bottom: 0px; left:50%; display: block; margin: 0 auto; width: 100px; margin-left: -50px;  height: 0.3rem; text-align: center; font-size: 0.14rem; line-height:0.3rem; font-weight: 600; color: #FFF;
	border: 1px solid rgba(255,255,255,0.2); cursor: pointer;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
		border-radius: 0.05rem;
}
.brandLabelon .more, .brandShopLabelon .more{ position: relative;  z-index: 2; bottom: 0px;  display: block; margin: 0 auto; width: 100px; margin:0 auto;  height: 0.3rem;text-align: center; font-size: 0.14rem; line-height:0.3rem; font-weight: 600; color: #FFF;
	border: 1px solid rgba(255,255,255,0.2); cursor: pointer;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
		border-radius: 0.05rem;
}

.brandShopLabel {display: block; width: 100%; position: relative; overflow: hidden; max-height: 2rem; margin-bottom: 20px}
.brandShopLabel {
	margin-bottom: 20px
}
.brandShopLabelon {margin-bottom: 20px}

.shopmax{
	display: block;
	margin-top: 0.2rem;
}
.shopmax li{
	display: block;
	margin-bottom: 0.15rem;
}
.shopmax li a{
	display: block;
	background: #FFF;
	padding: 0.1rem;
	overflow: hidden;
	color: #333;
	line-height: 0.22rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.shopmax li a .shop_left{
	max-width: 65%;
	float: left;
	color: #333;
	font-size: 0.14rem;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.shopmax li a .shop_left .icon{
	display: inline-block;
	margin-right: 0.08rem;
	padding-right: 0.08rem;
	border-right:1px solid rgba(255,210,211,0.38);
	vertical-align: top;
}
.shopmax li a .shop_left .icon img{
	display: block;
	width: auto;
	height: 0.22rem;
}
.shopmax li a .shop_left .icon{
	display: inline-block;
}
.shopmax li a .shop_right{
	float: right;
	color:#E00B0B;
	font-size: 0.13rem;
	text-align: right;
}
.upRank{
	display: block;
}
.upRankList{
	display: block;
}
.upRankList li{
	display:block;
	margin-top: 0.2rem;
	font-size: 0;
}
.upRankList li:after {content: ''; clear: both; width: 100%; height: 0;margin: 0; display: block;}
.upRankList li a{
	max-width: 65%;
	float: left;
	color: #333;
	font-size: 0.16rem;
	text-align: left;
	line-height: 0.25rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top;
}
.upRankList li span{
	display: inline-block;
	float: right;
	color: #E00B0B;
	font-size: 0.13rem;
	text-align: left;
	padding: 0 0.1rem;
	line-height: 0.25rem;
	vertical-align: top;
	overflow: hidden;
	background: #fff1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.upRankList .noupRank{
	display: block;
	color: #E00B0B;
	font-size: 0.14rem;
	text-align: center;
	padding: 0.3rem 0;
	line-height: 140%;
	vertical-align: top;
}
.upRankBut{
	width: 100px;
	display: block;
	color: #FFF;
	font-size: 0.14rem;
	margin: 0  auto;
	text-align: center;
	line-height: 0.3rem;
	overflow: hidden;
	background: #E00B0B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.aboutBox{
	display: block;
}
.aboutTable{
	padding: 0.1rem;
	background: #F9F9F9;
	margin: 0 auto;
}
.aboutTable dd{
	display: inline-block;
	width: 49%;
	color: #333;
	font-size: 0.14rem;
	text-align: left;
	line-height: 130%;
	padding: 0.1rem 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.aboutTable dt{
	display: block;
	color: #333;
	font-size: 0.14rem;
	text-align: left;
	line-height: 130%;
	padding: 0.1rem 0;
}
.aboutTable em{
	color: #999;
	font-size: 0.14rem;
	text-align: left;
	line-height: 130%;
}

.aboutTable dt a {
	color: #333;
	font-size: 0.14rem;
	text-align: left;
	line-height: 130%;
	padding: 0.1rem 0;
}

.paracontent{position: relative; height: 4rem;  overflow: hidden;}
.paracontent .morebg{position: absolute; width: 100%; height: 90px; left: 0px; bottom: 0px; z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0)  0%, #ffffff 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0) ), color-stop(90%,#ffffff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: -o-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#ffffff 90%);
}
/*.paracontent:before{ content: ""; position: absolute; width: 100%; height: 90px; left: 0px; bottom: 0px; z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0)  0%, #ffffff 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0) ), color-stop(90%,#ffffff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: -o-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#ffffff 90%);
}*/
.paracontent .more{ position: absolute;  z-index: 2; bottom: 0px; left:50%; display: block; margin: 0 auto; width: 130px; margin-left: -65px;  height: 0.35rem; background: #FFF; text-align: center; font-size: 0.14rem; line-height:0.35rem; font-weight: 600; color: #e00b0b;
	border: 1px solid #ebebeb; cursor: pointer;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
		border-radius: 3px;
}
.paracontenton .more{ position: relative;  z-index: 2; bottom: 0px;  display: block; margin: 0 auto; width: 130px; margin:10px auto 0 auto;  height: 0.35rem; background: #FFF; text-align: center; font-size: 0.14rem; line-height:0.35rem; font-weight: 600; color: #e00b0b;
	border: 1px solid #ebebeb; cursor: pointer;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
		border-radius: 3px;
}

.brand_imgs{
	display: block;
	margin: 0px auto;
	width: 100%;
	height: 2.2rem;
	position: relative;
	overflow: hidden;
	background: #F9F9F9;
}

.brand_imgs .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
}
.brand_imgs .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
}
.brand_imgs .swiper-slide:nth-child(1n) {
        background-color: rgb(206, 17, 17);
      }

.brand_imgs .swiper-slide:nth-child(2n) {
        background-color: rgb(0, 140, 255);
      }

.brand_imgs .swiper-slide:nth-child(3n) {
        background-color: rgb(10, 184, 111);
      }

.brand_imgs .swiper-slide:nth-child(4n) {
        background-color: rgb(211, 122, 7);
      }

.brand_imgs .swiper-slide:nth-child(5n) {
        background-color: rgb(118, 163, 12);
      }

.brand_imgs .swiper-slide:nth-child(6n) {
        background-color: rgb(180, 10, 47);
      }

.brand_imgs .swiper-slide:nth-child(7n) {
        background-color: rgb(35, 99, 19);
      }

.brand_imgs .swiper-slide:nth-child(8n) {
        background-color: rgb(0, 68, 255);
      }

.brand_imgs .swiper-slide:nth-child(9n) {
        background-color: rgb(218, 12, 218);
      }

.brand_imgs .swiper-slide:nth-child(10n) {
        background-color: rgb(54, 94, 77);
      }

.brd_jx_intro_tit{
	display: block;
	color: #333;
	font-size: 0.2rem;
	line-height:180%;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
#paracontent{
	padding: 0.2rem 0;
}
#paracontent p{
	display: block;
	color: #8d8d8d;
	font-size: 0.16rem;
	line-height:180%;
	margin-bottom: 0.15rem;
	text-align: justify;text-justify:inter-ideograph;
    vertical-align: top;
}

#paracontent p:after {
        display: inline-block;
        content: '';
        height: 0;
}

.investment{
	display: block;
	border-top: 1px solid #F5F5F5;
	padding-top: 0.15rem;
}
.zhaoshangDiv{
	position: relative;
	padding-left: 1.3rem;
	min-height: 1rem;
	margin-top: 0.15rem;
}
.zhaoshangDiv:after {content: ''; clear: both; width: 100%;height: 0;margin: 0 auto; display: block;overflow: hidden;}
.zhaoshangDiv .logo{
	display: block;
	width: 1.2rem;
	height: 1rem;
	position: absolute;
	border: 1px solid #F5F5F5;
	left: 0;
	top: 0;
	z-index: 1;
	*zoom:1;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.zhaoshangDiv .logo img{
	display: block;
	width: 1.2rem;
	height: 0.75rem;
	position: relative;
	z-index: 0;
}
.zhaoshangDiv .logo .zstxt{
	display: block;
	width: 100%;
	font-size: 0.13rem;
	line-height: 0.25rem;
	text-indent: 1em;
	color:#E00B0B;
	text-align: left;
	position: relative;
	background-image: -webkit-linear-gradient(left, #F9D0D0, #FFF);
	background-image: -moz-linear-gradient(left, #F9D0D0, #FFF);
	background-image: -ms-linear-gradient(left, #F9D0D0, #FFF);
	background-image: -o-linear-gradient(left, #F9D0D0, #FFF);
	background-image: linear-gradient(to right, #F9D0D0, #FFF);
}
.zhaoshangDiv h4{
	display: block;
	font-size: 0.18rem;
	line-height: 160%;
	color:#333;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zhaoshangDiv p{
	display: block;
	font-size: 0.13rem;
	line-height:  140%;
	color:#999;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0.1rem auto;
}
.zhaoshangDiv p .red{
	font-size: 0.13rem;
	color:#E00B0B;
}

.brandNewsBox{
	display: block;
}
.brandNews{
	display: block;	
}

.brandNews li{
	display: block;
	position: relative;
	height: 0.45rem;
	line-height: 0.45rem;
	border-bottom: 1px solid #F9F9F9;
}
.brandNews li span{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0.45rem;
	color: #999;
	font-size: 13px;
}
.brandNews li a{
	max-width: 75%;
	display: inline-block;
	color: #666;
	font-size: 0.16rem;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 0.45rem;
}
.brandNews li i{
	display: inline-block;
	text-align: center;
	width: 0.25rem;
	height: 0.45rem;
	line-height: 0.45rem;
	color: #999;
	vertical-align: top;
}

.ppdt_news{
	display: block;
}

.ppdt_news li{
	display: block;
	position: relative;
	height: 0.95rem;
	margin-top: 0.15rem;
	padding-left: 1.3rem;
	border-bottom: 1px solid #F9F9F9;
}
.ppdt_news li h5{
	text-align: left;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.25rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ppdt_news li h5 a{
	color: #333;
}
.ppdt_news li p{
	text-align: left;
	color: #999;
	font-size: 0.13rem;
	line-height: 0.25rem;	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ppdt_news li span{
	display: block;
	text-align: left;
	color: #999;
	font-size: 0.13rem;
	line-height: 0.25rem;
	}
.ppdt_news li .photo{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #F9F9F9;
}
.ppdt_news li .photo img{
	display: block;
	width: 1.2rem;
	max-height: 0.75rem;
	-webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.certificate{
	display: block;
	margin: 0.15rem auto;
}
.certificate a{
	display: block;
}
.certificate a img{
	display: block;
	max-width: 100%;
	height: auto;
}

.productBox{
	display: block;
}
.product_list{
	display: block;
}
.product_list ul{
	display: block;
}
.product_list li{
	display: block;
	position: relative;
	height: 0.95rem;
	margin-top: 0.15rem;
	padding-left: 1.3rem;
	border-bottom: 1px solid #F9F9F9;
}
.product_list li h5{
	text-align: left;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.22rem;
	font-weight: normal;
	margin-bottom: 0.05rem;
}
.product_list li h5 a{
	display: block;
	max-width: 100%;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product_list li .labelP{
	display: block;
	text-align: left;
	color: #999;
	font-size: 0.13rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product_list li .labelP span{
	display: inline-block;
	padding: 0 0.05rem;
	text-align: center;
	color: #e38e0e;
	font-size: 0.12rem;
	line-height: 0.22rem;
	background: #fff9f2;
	margin-right: 0.05rem;
}
.product_list li .pricediv{
	margin-top: 0.05rem;
	display: block;
	text-align: left;
}
.product_list li .sales_volume{
	text-align: left;
	color: #999;
	font-size: 0.12rem;
	line-height: 0.22rem;
}
.product_list li .sales_volume i{
	font-size: 0.12rem;
	color: #E00B0B;
}
.product_list li .price{
	text-align: left;
	color: #E00B0B;
	font-size: 0.14rem;
}
.product_list li .price b{
	text-align: left;
	color: #E00B0B;
	font-size: 0.16rem;
}
.product_list li .original_price{
	display: inline-block;
	color: #C5C5C5;
	font-size: 0.12rem;
	margin-left: 0.05rem;
	text-decoration:line-through;
}
.product_list li .photo{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #F5F5F5;
}
.product_list li .photo img{
	display: block;
	width: 1.2rem;
	height: 0.75rem;
	-webkit-object-fit: contain;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
    object-fit: contain;
}


.zsproductBox{
	display: block;
}
.zsproduct_list{
	display: block;
}
.zsproduct_list ul{
	display: block;
}
.zsproduct_list li{
	display: block;
	position: relative;
	margin-top: 0.15rem;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #EEE;
}
.zsproduct_list li .zsproduct{
	display: block;
	position: relative;
	height: 0.9rem;
	padding-left: 1.3rem;	
}
.zsproduct_list li h5{
	text-align: left;
	color: #333;
	font-size: 0.16rem;
	line-height: 130%;
	font-weight: normal;
	margin-bottom: 0.1rem;
}
.zsproduct_list li h5 a{
	display: block;
	max-width: 100%;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zsproduct_list li p{
	display: block;
	text-align: left;
	color: #999;
	font-size: 0.13rem;
	line-height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zsproduct_list li .labelP{
	display: block;
	text-align: left;
	color: #999;
	font-size: 0.12rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 0.1rem;
}
.zsproduct_list li .labelP span{
	display: inline-block;
	padding: 0 0.05rem;
	text-align: center;
	color: #e38e0e;
	font-size: 0.12rem;
	line-height: 0.18rem;
	background: #fff9f2;
	margin-right: 0.05rem;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.zsproduct_list li .labelP span.rzico{
	color: #65CA9C;
	background:#E0FFE8;
}
.zsproduct_list li .labelP span.cxico{
	color: #80a0f7;
	background:#f4f1ff;
}
.zsproduct_list li .labelP span.yzico{
	color: #BD86FB;
	background:#F8E9FF;
}
.zsproduct_list li .labelP span.ysico{
	color: #6adede;
	background:#E6FCFF;
}
.zsproduct_list li .labelP span.vipico{
	color: #e38e0e;
	background:#fff9f2;
}
.zsproduct_list li .labelP span.sdico{
	color: #ffb100;
	background:#FFFDEF;
}
.zsproduct_list li .labelP span.xrico{
	color: #c9b232;
	background:#FAFFE4;
}
.zsproduct_list li .labelP span.rcico{
	color: #ee4f60;
	background:#FFEFEF;
}
.zsproduct_list li .pricediv{
	display: block;
	text-align: left;
}
.zsproduct_list li .zsproductBut{
	text-align: center;
	color: #FFF;
	font-size: 0.13rem;
	line-height: 0.24rem;
	padding: 0 0.1rem;
	background: #E00B0B;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.zsproduct_list li .price{
	text-align: left;
	color: #999;
	font-size: 0.12rem;
	line-height: 0.24rem;
	margin-right: 0.2rem;
}
.zsproduct_list li .price b{
	text-align: left;
	color: #E00B0B;
	font-size: 0.14rem;
}
.zsproduct_list li .photo{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #F5F5F5;
}
.zsproduct_list li .photo img{
	display: block;
	width: 1.2rem;
	height: 0.75rem;
	-webkit-object-fit: contain;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
    object-fit: contain;
}


.memorabiliaBox{
	display: block;
	margin: 0.2rem auto;
}
.memorabilia{
	display: block;
	padding-top: 0.2rem;
}
.memorabilia ul{
	display: block;
}
.memorabilia li{
	position: relative;
	padding:0 0 35px 20px;
	border-left: 1px solid #EEE;
}
.memorabilia li:last-child{
	border-left: 1px solid #FFF;
}
.memorabilia li h5{
	display: block;
	color: #323232;
	font-size: 0.18rem;
	position: relative;
	font-weight: normal;
	top:-6px;
}
.memorabilia li .point{
	position: absolute;
	width: 8px;
	height: 8px;
	border:2px solid #E00B0B;
	display: block;
	background: #FFF;
	left: -7px;
	top: 0px;
	-webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -ms-border-radius: 300px;
    -o-border-radius: 300px;
	border-radius: 300px;
}
.memorabilia li .box{
	display: block;
	padding-top: 5px;
}
.memorabilia li p{
	display: block;
	color: #C5C5C5;
	font-size: 0.14rem;
}

.voteBrand_list p{
	display: block;
	height: 0.4rem;
	border-bottom: 1px solid #F5F5F5;
}
.voteBrand_list p:after{
	display: block;
	content: "";
	clear: both;
}
.voteBrand_list p span{
	display: block;
	float:left;
	width: 25%;
	text-align: center;
	color: #999;
	font-size: 0.14rem;
	line-height: 0.4rem;
}
.voteBrand_list ul{
	font-size: 0;
}
.voteBrand_list li:nth-child(odd){
	background: #FEF7F7;
}
.voteBrand_list li:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.voteBrand_list li a{
	display: block;
	float:left;
	width: 25%;
	text-align: center;
	color: #323232;
	font-size: 0.14rem;
	line-height: 0.4rem;
}
.voteBrand_list li a.vote{
	color: #E00B0B;
}
.voteBrand_list li span{
	display: block;
	float:left;
	width: 25%;
	text-align: center;
	color: #999;
	font-size: 0.14rem;
	line-height: 0.4rem;
}
.voteBrand_list li span.uplist{
	color: #E00B0B;
}
.voteBrand_list li span.uplist i{
	display: inline-block;
	color: #FFF;
	background: #E00B0B;
	height: 0.16rem;
	line-height: 0.16rem;
	padding: 0 2px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
	-o-border-radius: 3px;
    border-radius: 3px;
}
.voteBrand_list li strong{
	display: block;
	float:left;
	width: 25%;
	text-align: center;
	color: #545454;
	font-size: 0.14rem;
	line-height: 0.4rem;
}

.voteBrand_list .noupRank{
	display: block;
	color: #E00B0B;
	font-size: 0.14rem;
	text-align: center;
	padding: 0.1rem 0;
	line-height: 140%;
	vertical-align: top;
}

.rank-tabBox{
	display: block;
}
.rank-swiper{
	display: block;
	overflow: hidden;
}
.rank-swiper .swiper-slide {
	display: block;
	
}
.rank-tab{
	display: block;
	overflow: hidden;
}
.rank-tab .swiper-slide {
    width: 50%;
    height: 0.4rem;
	line-height:0.4rem;
	background: #FEF7F7;
	font-size: 0.16rem;
	color: #E00B0B;
	text-align: center;
}
.rank-tab .swiper-slide a{
	display: block;
	text-align: center;
	line-height: 0.4rem;
	color: #E00B0B;
}
.rank-tab .swiper-slide.swiper-slide-thumb-active{
	background: #E00B0B;
	color: #FFF;
}
.rank-tab .swiper-slide.swiper-slide-thumb-active a{
	color: #FFF;
}
.topdiv{position: relative;max-height: 250px;  overflow: hidden;}
.topdiv .morebg{position: absolute; width: 100%; height: 90px; left: 0px; bottom: 0px; z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0)  0%, #ffffff 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0) ), color-stop(90%,#ffffff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: -o-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#ffffff 90%);
}

.topdiv .more{ position: absolute;  z-index: 2; bottom: 10px; left:50%; display: block; margin: 0 auto; width: 100px; margin-left: -50px;  height: 30px; background: #FFF; text-align: center; font-size: 0.14rem; line-height:30px; font-weight: 600; color: #E00B0B;
	cursor: pointer;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
		border-radius: 3px;
}
.topdivon .more{ position: relative;  z-index: 2; bottom: 0px;  display: block; margin: 0 auto; width: 100px; margin:3px auto 0 auto;  height: 30px; background: #FFF; text-align: center; font-size: 0.14rem; line-height:30px; font-weight: 600; color: #E00B0B;
	cursor: pointer;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
		border-radius: 3px;
}


.votediv{display: block; width: 100%; position: relative;  overflow: hidden; max-height: 250px;}
.votediv .morebg{position: absolute; width: 100%; height: 90px; left: 0px; bottom: 0px; z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0)  0%, #ffffff 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0) ), color-stop(90%,#ffffff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: -o-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#ffffff 90%);
}
.votediv .more{ position: absolute;  z-index: 2; bottom: 10px; left:50%; display: block; margin: 0 auto; width: 100px; margin-left: -50px;  height: 30px; background: #FFF; text-align: center; font-size: 0.14rem; line-height:30px; font-weight: 600; color: #444;
	cursor: pointer;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
		border-radius: 3px;
}
.votedivon { height: auto}
.votedivon .more{ position: relative;  z-index: 2; bottom: 0px;  display: block; margin: 0 auto; width: 100px; margin:10px auto 0 auto;  height: 30px; background: #FFF; text-align: center; font-size: 0.14rem; line-height:30px; font-weight: 600; color: #333;
	cursor: pointer;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
		border-radius: 3px;
}
.voteTips{
	display: block;
	font-size: 0.14rem;
	color: #999;
	text-align: center;
	padding-top: 0.1rem;
}

.consult{
    width: 100%;
    background: #FFFFFF;
    margin-top: 0.2rem;
}
.consulting{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0.2rem;
    opacity: 1;
}
.consulting_free{
    width: 94%;
	margin: 0 auto;    
}

.consulting_free>span:nth-child(1){
	display: block;
    font-size: 0.18rem;
    color: #ffffff;
	line-height: 130%;
	padding: 0.1rem 0;
}
.consulting_free>span:nth-child(2){
	padding-right: 1rem;
	display: block;
    font-size: 0.13rem;
    line-height: 120%;
    color: #FFA2A2;
}
.consultingTop{
	display: block;
    height: 0.8rem;
    position: relative;
    background: #E00B0B;
}
.consultingTop img{
    width: 1rem;
    height:1rem;
    position: absolute;
    right: 0.1rem;
    top: -0.2rem;
}
.tabContent{
    width: 94%;
    margin: 0 auto;
}
.tabContent input{
    width: 100%;
    height: 0.3rem;
	line-height: 0.3rem;
    font-size: 0.14rem;
    background: #f5f5f5;
    border: none;
    opacity: 1;
    outline: none;
    -webkit-appearance: none;
}
.tabContent input#code{
	width: 57%;
}
.tabContent input.send{
	width: 36%;
	background:#FF3838;
	color: #FFEDED;
	-webkit-border-radius:0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
	-o-border-radius: 0.05rem;
    border-radius: 0.05rem;
}
.tabContent span:after{
    position: absolute;
    height: 0.2rem;
    content: '';
    width: 1px;
	background: #999;
    right: 0;
	top: 50%;
	margin-top: -0.1rem;
}

.consulting .tabContent .inputBox{
	display: block;
    margin: 0 auto;
    position: relative;
    line-height: 0.5rem;
	margin-top: 0.15rem;
	padding:0 0.1rem 0 0.7rem;
	background: #f5f5f5;
	/*-webkit-box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
	-ms-box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
	-o-box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);*/
	-webkit-border-radius:0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
	-o-border-radius: 0.05rem;
    border-radius: 0.05rem;
}
.tabContent .inputBox span{
    position: absolute;
    display: block;
	width: 0.6rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
	text-align: center;
    color: #444;
    opacity: 1;
    top: 0.1rem;
	left: 0;
}
.inputBox p{
	position: absolute;
    height: 0.3rem;
    font-size: 0.12rem;
    line-height: 0.3rem;
    color: #F32C2C;
    opacity: 1;
	z-index: 1;
	right: 0.1rem;
	top: 0.1rem;
}
.inputBox p#yzm{
	right: 36%;
}
.tabContent .tabContent_msg{
    margin-top: 0;
}
.clause{
    width: 94%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 0.35rem;
    line-height: 0.35rem;
    opacity: 1;
    font-size: 0.14rem;
    color: #999;
}
.clause>input{
    margin-right: 0.1rem;
    display: none;
}

#myCheck + label, #rb_check + label{
    border: 1px solid #ccc;
    width: 0.16rem;
    margin-right: 0.1rem;
    height: 0.16rem;
    position: relative;
}
#myCheck:checked + label, #rb_check:checked + label{
    background-color: #fff;
    border: 1px solid red;
}
#myCheck:checked + label:after, #rb_check:checked + label:after{
    content: "\2714";
    width: 0.14rem;
    height: 0.14rem;
	line-height: 0.14rem;
	font-size: 0.14rem;
    position: absolute;
	text-align:center;
    top: 0rem;
    color: red;
    left: 0px;
}
.clause span{
	font-size: 0.14rem;
    color: #999;
}
.clause a{
	font-size: 0.14rem;
    color: #ec1925;
}
.consulting button{
    width: 94%;
    height: 0.45rem;
    display: block;
    line-height: 0.45rem;
    background: #E00B0B;
    outline: none;
    border: none;
    margin: 0.1rem auto 0 auto;
    font-size: 0.16rem;
    color: #FFF;
    opacity: 1;
	-webkit-border-radius:0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
	-o-border-radius: 0.05rem;
    border-radius: 0.05rem;
}


/*璇勫垎*/
.lq-score {
    display: inline-block;
	vertical-align: middle;
}
.myapp-score{	
	display: block;
	vertical-align: top;
	margin: 0.2rem auto 0 auto;
}
.lq-score ul,
.lq-score li {
    margin: 0px;
    padding: 0px;
    list-style: none;
	font-style: normal;
}

.lq-score>ul>li {
    float: left;
    cursor: pointer;
	text-align: center;
    transition: color 0.3s;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
}

.lq-score>ul:after {
    content: "";
    display: block;
    clear: both;
}
.myapp-tip{
	display: inline-block;
	vertical-align: middle;
}
/*璇勫垎end*/
.brdPJ_box{
	display: block;
}
.brdPJ_srk{
	display: block;
	background: #FFF;
	padding: 0.1rem;
	border: 1px solid #EEE;
}
.brdPJ_srk #txtareas{
	display: block;
	text-align: left;
	color: #999;
	font-size: 0.12rem;
	line-height: 180%;
}
.brdPJ_srk #txtareas a{
	color: #D10003;
	font-size: 0.12rem;
}
.brdPJ_srk #txtareas span{
	color: #D10003;
	font-size: 0.12rem;
}
.brdPJ_srk #content{
	display: none;
	width: 100%;
	height: 100px;
	background: #FFF;
	border: none;
	color: #333;
    font-size: 0.14rem;
	line-height: 180%;
}
/* 棣栭〉鍥剧墖涓婁紶 */
.imgFilebox {
	margin: 0px auto;
}

.imgFileUploade {
	width: 100%;
	padding: 10px;
}

.imgFileUploade .header {
	height: 0.5rem;
	width: 100%;
	line-height: 0.5rem;
}

.imgFileUploade .header span {
	display: block;
	float: left;
}

.imgFileUploade .header span.imgTitle {
	line-height: 0.5rem;
}

.imgFileUploade .header span.imgTitle b {
	color: red;
	margin: 0 5px;
	line-height: 0.5rem;
	display: block;
	float: right;
	font-size: 0.2rem;
}

.imgFileUploade .header span.imgClick {
	width: 0.7rem;
	height: 0.5rem;
	margin-left: 0.1rem;
	cursor: pointer;
	background: url(https://static.chinapp.com/home/img/upload-img.png) no-repeat center center;
	background-size: cover;
}

.imgFileUploade .header span.imgcontent {
	color: #999;
	margin-left: 30px;
	line-height: 50px;
}

.imgFileUploade .imgAll {
	width: 100%;
	margin-top: 5px;
}

.imgFileUploade .imgAll ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0
}

.imgFileUploade .imgAll li {
	width: 100px;
	height: 100px;
	border: solid 1px #ccc;
	margin: 8px 5px;
	float: left;
	position: relative;
	box-shadow: 0 0 10px #eee;
}

.imgFileUploade .imgAll li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.delImg {
	position: absolute;
	top: -10px;
	right: -7px;
	width: 22px;
	height: 22px;
	background: #E00B0B;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	cursor: pointer;
}
.toast-top-center{
	top: 400px !important;
}
#code_error{
	color: red;
	padding-bottom: 10px;
}

.tjbtns{
	display:block;
	padding: 10px 0;
	vertical-align: middle;
}
.tjbtns p{
	display: block;
	text-align: left;
	color: #999;
	font-size: 12px;
	line-height: 140%;
	vertical-align: middle;
}
#publish{
	margin-top: 0.15rem;
	display:block;
    text-align: center;
    color: #FFF;
    font-size: 0.18rem;
	line-height: 0.45rem;
    background: #E00B0B;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}


.wysbBox{
	padding:15px; 
}
.sbtxet{
	padding-top:15px; 
}
.quick_msg{
	padding-top: 15px;
}
.quick_msg h5{
	text-align: left;
    color: #666;
    font-size: 0.16rem;
	line-height:160%;
	margin-bottom: 10px;
}
.sbtxet h4{
	text-align: left;
    color: #333;
    font-size: 0.14rem;
	line-height:160%;
}
.sbtxet h5{
	text-align: left;
    color: #666;
    font-size: 12px;
	line-height:160%;
}
.sbtxet p{
	text-align: left;
    color: #666;
    font-size: 12px;
	line-height:160%;
}

.dzpages_con{
	display: block;
	text-align: center;	
	padding: 0.2rem 0;
}

.dzpages_con .dzLists{
	width: 45%;
	display: inline-block;
	text-align: center;
	color: #999;
	background: #EEE;
	margin: 0 2%;
	height: 0.4rem;
	line-height: 0.4rem;
	cursor: pointer;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
}
.dzpages_con .dzLists:first-child{
	color: #FFF;
	background: #E00B0B;
}

.dzpages_con .dzLists .icon{
	display: inline-block;
	margin-right: 10px;
}
.dzpages_con .dzLists .icon img{
	display: block;
	width: auto;
	height: 16px;
}


.comment {
	background: #fff;
	padding: 0px 3%;
}

.comment_nr {
	height: auto;
}

.comment_lists {
	height: auto;
	padding-top: 0.15rem;
	clear: both;
	position: relative;
	padding-left: 0.6rem;
}

.nameImgs {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 1000px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0.15rem;
	border: 1px solid #F5F5F5;
}

.nameImgs img {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
}

.comment_ifr {
	line-height: 160%;
	height: 0.3rem;
	margin-top: 0.1rem;
}

.shopHf_ifr span {
	display: block;
	float: left;
	font-size: 0.12rem;
	color: #999;
	margin-right: 0.2rem;
}
.comment_ifr span{
	color: #999;
	display: inline-block;
	vertical-align: middle;
}
.comment_ifr span:first-child{
	float: left;
	font-size: 0.12rem;
	height: 0.16rem;
	line-height: 0.16rem;
}
.jub_icon{
	display: inline-block;	
	float: right;
	font-size: 0.12rem;
	height: 0.16rem;
	line-height: 0.16rem;
	color: #999;
	display: inline-block;
	margin-left: 0.2rem;
	
}
.jub_icon i{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	float: left;
	vertical-align: middle;
	background: url(../images/jub_icon.png) no-repeat center center;
	background-size: 100% 100%;
}

.hf_icon{
	display: inline-block;
	float: right;
	font-size: 0.12rem;
	height:0.16rem;
	line-height:0.16rem;
	color: #999;
	display: inline-block;
	cursor: pointer;
}
.hf_icon i{
	display: inline-block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/hf_icon.png) no-repeat center center;
}

.shopHf {
	border: 1px solid #ededed;
	padding: 15px;
	margin-bottom: 15px;
	background: #f5f5f5;
}

.shopHf p {
	font-size: 0.14rem;
	color: #333;
}


.statement {
	height: auto;
	position: relative;
	padding: 15px;
	background: #fff;
	margin-top: 10px;
}

.stat_tits {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -122px;
	width: 245px;
	height: 30px;
	background: #fff;
}

.stat_tits span {
	float: left;
	display: block;
	width: 4px;
	height: 4px;
	background: #ededed;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-top: 13px;
}

.stat_tits span:last-child {
	float: right;
}

.stat_tits i {
	display: block;
	width: 21px;
	height: 20px;
	float: left;
	margin: 5px 10px 0 15px;
}

.stat_tits p {
	font-size: 0.14rem;
	line-height: 180%;
	color: #333;
	float: left;
}

.stat_tips {
	border: 1px solid #ededed;
	padding: 23px 15px 10px 15px;
	margin-top: 14px;
}

.stat_tips p {
	font-size: 0.14rem;
	line-height: 160%;
	color: #666;
}

.stat_tips p a {
	color: #E00B0B;
}

.stat_tips p span {
	font-weight: 600;
}
.shopHf {
	background: #fff !important;
	display: none;
}
.comment_cons {
	clear: both;
	border-bottom: 1px solid #ededed;
}
.comment_cons p{
	font-size: 0.14rem;
	color: #666;
	line-height: 180%;
}
.comment_cons p:first-child{
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.comment_cons p.TheTalk{
	color: #333;
}
.comment_cons .comment_mark {
	display: block;
	padding: 0.05rem 0;
}
.comment_cons .comment_mark strong {
	display: inline-block;
	vertical-align: top;
	line-height: 0.22rem;
	font-size: 0.16rem;
	font-weight: normal;
	color: #ffb100;
}
.comment_cons .comment_mark span {
	display: inline-block;
	vertical-align: top;
}

.comment_cons .comment_mark span img {
	display: inline-block;
	margin: 0 2px;
	height: 0.22rem;
	width: 0.22rem;
}
.comment_cons .success {
	font-size: 14px;
	color: #E00B0B;
}
.comment_talknow {
	display: flex;
	display: -webkit-flex;
	margin: 0 auto;
}

.comment_talknow .nameImgs,
.comment_talknow .nameImgs img {
	width: 32px;
	height: 32px;
}

.comment_talknow>div {
	position: relative;
	display: block;
	width: 100%;
}

.comment_talknow .input textarea {
	width: 100%;
	display: block;
	height: 1rem;
	resize: none;
	outline: none;
	font-size: 0.14rem;
	line-height: 140%;
	border: 1px #D7000F solid;
}

.comment_talknow .input button {
	width: 1.1rem;
	height: 0.32rem;
	line-height: 0.32rem;
	border: 0 none;
	background: #D7000F;
	font-size: 0.14rem;
	cursor: pointer;
	color: #FFF;
	margin: 0.15rem 0 0 0;
}

.comment_talknow .input>span {
	position: absolute;
	right: 0;
	bottom: 0.1rem;
	font-size: 0.08rem;
}

.comment_talknow>div>p a {
	color: #D7000F;
	margin-right: 8px;
}

.comment_talknow>div>div {
	margin-top: 8px;
	color: #999;
}

.comment_talknow .check, .comment_talkcheck .check{
	display: inline-block;
	border: 1px #D7000F solid;
	padding: 2px;
	color: #D7000F;
	font-size: 12px;
	margin: 4px 0;
}

.footer{
    width: 100%;
    background:rgba(68,68,68,1);
    opacity:1;
	padding-bottom: 0.8rem;
}
.contact{
    display: flex;
    justify-content: center;
    padding-top: 0.3rem;
}
.contact>:first-child{
    margin-right: 0.5rem;
}
.contact img{
	display: block;
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.1rem;
    border-radius: 0;
	margin: 0 auto;
}
.contact span{
    display: block;
    font-size: 0.13rem;
    text-align: center;
    line-height: 0.25rem;
    color:rgba(153,153,153,1);
    opacity:1;
}
.footerBar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 94%;
    height: 0.4rem;
    line-height: 0.4rem;
    margin: 0 auto;
    background:rgba(83,83,83,1);
    opacity:1;
    border-radius: 5px;
    margin-top: 0.15rem;
}
.footerBar li{
    height: 0.25rem;
    line-height: 0.25rem;
    text-align: center;
    color:rgba(204,204,204,1);
    opacity:1;
    border-right: 1px solid #666666;
	width: 32.5%;
}
.footerBar li:last-child{
    border-right: none;
}
.footerBar li>a{
    width: 100%;
    height: 100%;
    text-align: center;
    color:rgba(204,204,204,1);
    font-size: 0.14rem;
}
.bq{
    width: 100%;
    margin-top: 0.15rem;
    display: flex;
    flex-direction: column;
}
.bq p{
    display: block;
    width: 94%;
    height: 0.3rem;
    font-size: 0.12rem;
    line-height: 0.3rem;
    color:rgba(119,119,119,1);
    opacity:1;
    text-align: center;
    margin: 0 auto;
}
.bq .iconlogo{
    margin: 0 auto;
    margin-top: 0.15rem;
}
.bq .iconlogo img{
	display: block;
	width: auto;
	margin: 0 auto;
	height: 0.4rem;
}

.caseContent{
	display: block;
	position: relative;
	overflow: hidden;
}
.caseContent .swiper-container{
    width: 100%;
}
.caseContent .swiper-wrapper{
    width: 100%;
}
.caseContent ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.1rem 0;
}
.caseContent li{
    width: 49%;
}
.caseContent li>a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.caseContent li img{
	display: block;
	width: auto;
    max-width: 100%;
	height: auto;
    max-height: 2rem;
    border-radius: 5px;
    overflow: hidden;
}
.caseContent li>a span{
	display: block;
    font-size: 0.13rem;
    line-height: 160%;
    text-align: center;
    color: #999999;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0.1rem;
}

.foot{
    width: 100%;
    height: 0.62rem;
    background:rgba(255,255,255,0.95);
    box-shadow:0px -0.1rem 1rem rgba(0,0,0,0.1);
    opacity:1;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    box-sizing: content-box;
}
.foot ul{
    width: 90%;
    height: 0.4rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.foot li{
    height: 100%;
}
.foot li a{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	padding-top: 0.1rem;
}
.foot .iconfont{
    font-size: 0.13rem;
    margin: 0 auto;
}
.foot span{
    font-size: 0.13rem;
    text-align: center;
    line-height: 130%;
    color:#444;
}
.footList .here span{
	display: block;
    color: #FF2B2B;
}
.footList .icon{
	width: 0.22rem;
	height: 0.22rem;
	display: block;
    margin:0 auto 0.02rem auto;
	text-align: center;
}
.footList .icon mip-img{
	width: 0.22rem;
	height: 0.22rem;
	display: block;
	margin: 0 auto;
}
.footList .icon img{
	width: 0.22rem;
	height: 0.22rem;
	display: block;
	margin: 0 auto;
}
.footList .footnavicon{
	display: block;
	width: 0.55rem;
	height: 0.55rem; 
	padding-top: 0;
	margin-top: -0.1rem;
    border-radius: 50%;
	overflow: hidden;
    background: linear-gradient(211deg, #FF6131 0%, #FF2B2B 100%);
    box-shadow: 0px 7px 7px rgba(255, 43, 43, 0.2);
}
.footList .footnavicon img{
	display: block;
	width: 0.55rem;
	height: 0.55rem; 
}

.votebg{
	overflow: hidden;
	background: none!important;
	background-color: none!important;
	-webkit-border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    -ms-border-radius: 10px!important;
	-o-border-radius: 10px!important;
    border-radius: 10px!important;
}
.layerBox{
	display: block;
	background: #FFF;	
	overflow: hidden;
	-webkit-border-radius: 0.12rem;
    -moz-border-radius: 0.12rem;
    -ms-border-radius: 0.12rem;
	-o-border-radius: 0.12rem;
    border-radius: 0.12rem;
}
.layerBox .tips_title{
	position: relative;
	display: block;	
	padding: 0.15rem 0.2rem;
	color: #FFF;
	background: #E00B0B;
}
.layerBox  .tips_title.tpbg{
	padding: 0.20rem 0.2rem;
	background-image: -webkit-linear-gradient(left, #EED8D0, #C79786);
    background-image: -moz-linear-gradient(left, #EED8D0, #C79786);
    background-image: -ms-linear-gradient(left, #EED8D0, #C79786);
    background-image: -o-linear-gradient(left, #EED8D0, #C79786);
    background-image: linear-gradient(to right, #EED8D0, #C79786);
}
.layerBox  .tips_title.tpbg h3{
	font-size: 0.24rem;
}
.layerBox  .tips_title.rzbg{
	padding: 0.2rem 0.2rem;
	background-image: -webkit-linear-gradient(left, #FEABAB, #E32E2E);
    background-image: -moz-linear-gradient(left, #FEABAB, #E32E2E);
    background-image: -ms-linear-gradient(left, #FEABAB, #E32E2E);
    background-image: -o-linear-gradient(left, #FEABAB, #E32E2E);
    background-image: linear-gradient(to right,#FEABAB, #E32E2E);
}
.layerBox  .tips_title.rzbg h3{
	font-size: 0.24rem;
}
.layerBox .tips_title h3{
	display: block;
	font-size: 0.16rem;
	line-height: 130%;
	color: #FFF;
}
.layerBox .tips_title p{
	display: block;
	font-size: 0.13rem;
	line-height: 130%;
	color: #FFF;
}
.layerBox .layerClose{
	position: absolute;
	z-index: 1;
	right: 0.15rem;
	top: 0.15rem;
	width:0.15rem;
	height: 0.15rem;
	display: block;
	float: right;
	cursor: pointer;
}
.layerBox .layerCon{
	padding: 0.2rem;
}
.layerBox .layerCon h4{
	text-align: left;
	color: #545454;
	font-size: 0.18rem;
	line-height: 160%;
	padding-bottom: 0.1rem;
}
.layerBox .layerCon p{
	text-align: left;
	color: #545454;
	font-size: 0.14rem;
	line-height: 160%;
	padding-bottom: 0.1rem;
}
.layerBox .layerBut{
	display: block;
	background: #E00B0B;
	text-align: center;
	color: #FFF;
	font-size:0.16rem;
	line-height: 0.45rem;
	overflow: hidden;
	-webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
	-o-border-radius: 0.05rem;
    border-radius: 0.05rem;
}
.tp_img{
	position: absolute;
	right: 0.25rem;
	bottom: 0;
	width: auto;
	height: 0.85rem;
	z-index: 1;
}
.wx_box{
	padding: 0.25rem 0;
	text-align: center;
}
.wx_img{
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	margin: 0 auto;
}
.checkBusiness{
	display: block;
	width: 94%;
	margin: 0 auto;
}
.checkBusiness label{
	display: block;
	width: 49%;
	float: left;
    position: relative;
	margin: 0.1rem 0;
	font-size: 0.16rem;
	line-height: 0.17rem;
	color: #444;
}
.checkBusiness label:before{
	content: '';
	display: inline-block;
    border: 1px solid #ccc;
    width: 0.16rem;	
	height: 0.16rem;
    margin-right: 0.05rem;    
    position: relative;
    margin-bottom: 0;
	vertical-align: top;
}
.checkBusiness input:checked + label:before{
    background-color: #fff;
    border: 1px solid red;
}
.checkBusiness input:checked + label:after{
    content: "\2714";
    width: 0.16rem;
    height: 0.16rem;
	line-height: 0.14rem;
    position: absolute;
    top: 0.01rem;
    color: red;
    left: 0px;
}
.checkBusiness input{
	display: none;
}


.zsBrand{
	display: block;
	background: #FFF;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
	-o-border-radius: 0.05rem;
    border-radius: 0.05rem;
}
.zsSwiper {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #F5F5F5;
}

.zsSwiper .swiper-slide {
	display: block;
    width: 100%;
    height: 2rem;
	overflow: hidden;
    text-align: center;
    background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
 }

.zsSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 2rem;
    -webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}
.zsSwiper .swiper-pagination-bullet{
	width: 0.08rem;
	height: 0.08rem;
	background: rgba(255,255,255,0.5);
	-webkit-border-radius: 500rem;
    -moz-border-radius: 500rem;
    -ms-border-radius: 0.05rem;
	-o-border-radius: 500rem;
    border-radius: 500rem;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.zsSwiper .swiper-pagination-bullet-active{
	width: 0.2rem;
	height: 0.08rem;
	background: #FFF;
	-webkit-border-radius: 500rem;
    -moz-border-radius: 500rem;
    -ms-border-radius: 0.05rem;
	-o-border-radius: 500rem;
    border-radius: 500rem;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.brandTitle{
	display: block;
	padding: 0.1rem 3% 0 3%;
}
.brandTitle h1{
	display: block;
	text-align: center;
	font-size: 0.22rem;
	line-height: 130%;
	color: #333;
}
.brandTitle .expenses{
	display: block;
	text-align: center;
	font-size: 0.14rem;
	line-height: 130%;
	color: #E00B0B;
	margin: 0.05rem auto;
}
.brandTitle .expenses b{
	display: inline-block;
	text-align: center;
	font-size: 0.16rem;
	line-height: 130%;
	color: #E00B0B;
}
.brandTitle .company_icon{
	text-align: center;
}
.brandTitle .company_icon .icon_box{
	margin: 0 0.03rem;
}
.brandTitle .company_icon .icon_box p{
	color:#9A9A9A;
}
.brandTitle .company_icon .icon_box p.icon1p{
	color:#65ca9c;
}
.brandTitle .company_icon .icon_box p.icon2p{
	color:#80a0f7;
}
.brandTitle .company_icon .icon_box p.icon3p{
	color:#b47bf3;
}
.brandTitle .company_icon .icon_box p.icon4p{
	color:#76c2f9;
}
.brandTitle .company_icon .icon_box p.icon5p{
	color:#cfb93b;
}
.brandTitle .company_icon .icon_box p.icon6p{
	color:#6adede;
}
.brandTitle .company_icon .icon_box p.icon7p{
	color:#ffba00;
}
.brandTitle .company_icon .icon_box p.icon8p{
	color:#ee4f60;
}
.brandData{	
	padding: 0.1rem 3%;
}
.brandLogo{
	position: relative;
	padding-left: 50%;
	min-height: 1.25rem;
	padding-top: 0.15rem;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}
.brandLogo:after {content: ''; clear: both; width: 100%;height: 0;margin: 0 auto; display: block;overflow: hidden;}
.brandLogo .logo{
	display: block;
	width: 1.5rem;
	height: 1.1rem;
	position: absolute;
	left: 0;
	top: 0.15rem;
	z-index: 1;
	border: 1px solid #F5F5F5;
	*zoom:1;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.brandLogo .logo img{
	display: block;
	width: 1.5rem;
	position: relative;
	z-index: 0;
}
.brandLogo .logo .b_website{
	display: block;
	width: 100%;
	font-size: 0.12rem;
	line-height: 0.2rem;
	color:#444;
	text-align: center;
	position: absolute;
	z-index: 1;
	background:#F5F5F5;
	left: 0;
	bottom: 0;
}
.divData{
	display: block;
}
.divData .dlData{
	display: block;
	width: 50%;
	float: left;
}
.dlData{
	display: block;
}
.dlData dt{
	width: 44%;
	display: inline-block;
	font-size: 0.14rem;
	padding: 0.08rem 0;
	line-height: 130%;
	color:#999;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dlData dd{
	width: 55%;
	display: inline-block;
	font-size: 0.14rem;
	line-height: 130%;
	padding: 0.08rem 0;
	color:#444;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.divData{
	display: block;
	padding-top: 0.1rem;
}
.freeBox{
	display: block;
}
.freeBut{
	display: block;
	width: 100%;
	background: #E00B0B;
	background: -webkit-linear-gradient(right, #D40000, #FB3C3C);
	background: -moz-linear-gradient(right, #D40000, #FB3C3C);
	background: -ms-linear-gradient(right, #D40000, #FB3C3C);
	background: -o-linear-gradient(right, #D40000, #FB3C3C);
	background: linear-gradient(to left, #D40000, #FB3C3C);
	font-size: 0.18rem;
	height: 0.45rem;
	line-height: 0.45rem;
	color:#FFF;
	text-align: center;
	-webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    border-radius: 0.05rem;
	box-shadow: 0px 0.06rem 0.15rem rgba(255,43,43, 0.3);
}
.freeBox p{
	display: block;
	margin-top: 0.15rem;
	font-size: 0.14rem;
	line-height: 160%;
	color:#E00B0B;
	text-align: center;
}

.zsContentBox{
	display: block;
	background: #FFF;
	margin-top: 0.2rem;
}
.zs_tab{
	display: block;
}
.zs_tab .swiper-slide{
	display: block;
	width: 25%;
	text-align: center;
	font-size: 0.16rem;
	line-height: 160%;
	color:#666;
	padding: 0.1rem 0;
	position: relative;
}
.zs_tab .swiper-slide .icon{
	display: block;
	margin: 0 auto 0.05rem auto;
}
.zs_tab .swiper-slide .icon img{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	margin: 0 auto;
}
.zs_tab .swiper-slide.swiper-slide-thumb-active{
	display: block;
	background: #FFFCFC;
	color:#E00B0B;
}
.zs_tab .swiper-slide.swiper-slide-thumb-active:before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #E00B0B;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}
.zs-swiper{
	display: block;
	height: auto!important;
}
.zs-swiper .swiper-slide{
	display: block;
	height: auto;
}
.zsDivcon .swiper-wrapper{
	height: auto;
}
.zs-swiper .swiper-slide.swiper-slide-thumb-active{
	display: block;
	background: #FFFCFC;	
}
.zsContent{
	display: block;
}
.zsContent:after {
	display:block;
    content: '';
    height: 0;
	clear: both;
}
.zsContent p{
	text-align: left;
	font-size: 0.16rem;
	line-height: 180%;
	color:#444;
	font-weight: normal;
	margin-bottom: 0.1rem;
	word-wrap : break-word;
	text-align: justify;
	text-justify:inter-ideograph;
  	vertical-align: top;
}
.zsContent p:after {
	display: block;
    content: '';
    height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.zsContent div{
	text-align: left;
	font-size: 0.16rem;
	line-height: 180%;
	color:#444;
	font-weight: normal;
	margin-bottom: 0.1rem;
	word-wrap : break-word;
	text-align: justify;
	text-justify:inter-ideograph;
  	vertical-align: top;
}
.zsContent div:after {
	display: block;
    content: '';
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.zsContent span{
	word-wrap : break-word;
	text-align: justify;
	text-justify:inter-ideograph;
  	vertical-align: top;
}
.zsContent span:after {
	display: block;
    content: '';
    height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	
}
.zsContent img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.xqDiv,.ysDiv,.tjDiv,.lcDiv{ max-height: 500px; position: relative; overflow: hidden;}
.zsDivcon{height: auto;}
.zsDivcon .morebg{position: absolute; width: 100%; height: 90px; left: 0px; bottom: 0px; z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0)  0%, #ffffff 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0) ), color-stop(90%,#ffffff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: -o-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0)  0%,#ffffff 90%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#ffffff 90%);
}
.lcDivon .morebg{
	height: 0;
}

.zsDivcon .more{ position: absolute;  z-index: 2; bottom: 2px; left:50%; display: block; margin: 0 auto; width: 100px; margin-left: -50px;  height: 30px; background: #FFF; text-align: center; font-size: 0.14rem; line-height:30px; font-weight: 600; color: #E00B0B;
	cursor: pointer;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
		border-radius: 3px;
}

.companyHead{
	display: block;
    background: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    border-radius: 0.05rem;
}
.companyHead .h1Title{
	display: block;
	padding: 0.15rem;
}
.companyHead .h1Title .titlediv{
	display: block;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #EEE;
}
.companyHead .h1Title .titlediv h1{
	display: block;
	line-height: 0.3rem;
	font-size: 0.22rem;
	color:#444;
}
.companyHead .h1Title .titlediv .gwBut{
	display: inline-block;
	float: right;
	padding: 0 10px;
	line-height: 0.3rem;
	font-size: 0.13rem;
	color:#E00B0B;
	overflow: hidden;
	background: #FCE6E6;
	-webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    border-radius: 0.05rem;
}
.companyHead .h1Title p{
	display: block;
	text-align: left;
	line-height: 120%;
	padding: 0.1rem 0;
	font-size: 0.18rem;
	color:#E00B0B;
}
.companyHead .data{
	display: block;
	padding: 0 0.15rem 0.15rem 0.15rem;
}
.companyHead .data dd{
	display: inline-block;
	float: left;
	width: 33.3%;
	text-align: center;
}
.companyHead .data dd h5{
	font-size: 0.14rem;
	color:#444;
	text-align: center;
	line-height: 160%;
	margin-bottom: 0.1rem;
	font-weight: normal;
}
.companyHead .data dd p{
	font-size: 0.13rem;
	color:#999;
	text-align: center;
	line-height: 120%;
}

.regInformation{
	display: block;
}
.regInfoData dl{
	display: block;
	position: relative;
	padding-left: 0.7rem;
	margin-top: 0.1rem;
}
.regInfoData dl.credit{
	padding-left: 1.3rem;
}
.regInfoData dt{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.14rem;
	color:#999;
	text-align: left;
	line-height: 160%;
}
.regInfoData dd{
	display: block;
	font-size: 0.14rem;
	color:#444;
	text-align: left;
	line-height: 160%;
}
.regInfoData dd a{
	font-size: 0.14rem;
	color:#E00B0B;
	text-align: left;
	line-height: 0.13rem;
}
.regInfoData dd a .tel_icon{
	display: inline-block;
	background: #E00B0B;
	overflow: hidden;
	vertical-align: middle;	
	-webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    -ms-border-radius: 100rem;
    -o-border-radius: 100rem;
    border-radius: 100rem;
	padding: 0.05rem;
}
.regInfoData dd a .tel_icon img{
	display: block;
	width: 0.1rem;
	width: 0.1rem;
}
.a_reminder{
	margin-top: 0.2rem;
	padding: 0.15rem;
	background: #F5F5F5;
	font-size: 0.14rem;
	color:#999;
	text-align: left;
	line-height: 160%;
}

.newsHead{
	display: block;
	position: relative;
	padding: 0.2rem 0 0.5rem 0;
	border-top: 1px solid rgba(255,255,255,0.2)
}
.newsHead .newsHeadimg{
	position: absolute;
	z-index: 0;
	display: block;
	width: auto;
	height: 100%;
	right: 0.1rem;
	bottom: 0px;
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}
.newsHead .h1Title{
	display: block;
	position: relative;
	z-index: 1;
}
.newsHead .h1Title h1{
	display: block;
	font-size: 0.24rem;
	color:#FFF;
	text-align: left;
	line-height: 160%;
}
.newsHead .h1Title p{
	display: block;
	font-size: 0.16rem;
	color:rgba(255,255,255,0.7);
	text-align: left;
	line-height: 160%;
}
.newslistBox{
	margin-top: 0;
	text-align: center;
}
.newlistmore{
	font-size: 0.14rem;
	color:#FFF;
	text-align: left;
	display: inline-block;
	padding: 0.08rem 0.3rem;
	background: #E00B0B;
	margin: 0.15rem auto 0 auto;
	overflow: hidden;
	vertical-align: middle;	
	-webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    -ms-border-radius: 100rem;
    -o-border-radius: 100rem;
    border-radius: 100rem;
}



@media (min-width: 751px) {
	html{
		 max-width: 750px;
		 font-size:120px!important;
		 margin: 0 auto;
	 }
	body{
		max-width: 750px;
		margin:0 auto!important;
	}
	.foot {
    width: 100%;
    max-width: 750px;
    margin-left: -375px;
	left: 50%;
	bottom: 0;
	}
}