/* 头部logo 搜索 开始------ */
.head {
	display: flex;
	padding: .14rem .2rem;
	background: #fff;
	overflow: hidden;
	width: 100%;
	box-shadow: 0 -5px 15px #ccc;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

.head>a {
	text-align: center;
	float: left;
	width: 1.6rem;
	height: .64rem;
	margin-right: .26rem;
	position: relative;
}

.head>a>img,
.head>a>mip-img{
	width: 100%;
	position: absolute;
	top: .03rem;
	left: 0;
}

.head>.search-box {
	float: left;
	display: block;
	width: 4.7rem;
	height: .64rem;
	background: #f5f5f5;
	border-radius: .1rem;
	position: relative;
	box-sizing: unset;
}

.head>.search-box .search {
	float: left;
	width: 3.7rem;
	height: .62rem;
	padding-left: .14rem;
	border: 0;
	font-size: 14px;
	background: none;
	outline: none;
	box-sizing: unset;
	box-sizing: border-box;
}

.head>.search-box .button {
	outline: none;
	border: none;
	background: none;
	width: 1rem;
	height: .62rem;
	padding: 0;
	position: absolute;
	z-index: 9999;
}

.head>.search-box .searchicon {
	position: absolute;
	top: 3px;
	right: -34px;
	font-size: 22px;
	color: #868686;
	margin-top: 0;
	vertical-align: middle;
	padding: 0 2px;
	font-weight: normal;
	display: inline-block;
	z-index: 999;
}

.head>.member{
	width: 0.8rem;
	height: 0.64rem;
	float: right;
	position: relative;
}

.head>.member i{
	position: absolute;
	top: 0.02rem;
	left: 0.3rem;
	font-size: 21px;
	color: #868686;
}

/* 头部logo 搜索 结束------ */

/* banner轮播 开始------ */
.zsNewBanner {
	width: 100%;
	background: #fff;
	margin-top: .92rem;
	font-size: .24rem;
	overflow: hidden;
}

.zsNewBanner .banner {
	width: 6.9rem;
	height: 3.6rem;
	overflow: hidden;
	margin: .2rem auto;
	border-radius: .1rem;
	position: relative;
}

.zsNewBanner .swiper-container {
	width: 100%;
	height: 3.6rem;
}

.zsNewBanner .swiper-wrapper .swiper-slide img, 
	.zsNewBanner .swiper-wrapper .swiper-slide mip-img {
	width: 100%;
	height: 100%;
}
.banner .mip-carousel-indicator-wrapper{
	position: absolute;
	bottom: 0.35rem;
	left: 50%;
	transform: translate(-50%);
}
.banner .mip-carousel-indicatorDot .mip-carousel-indecator-item{
	width: 0.19rem;
	height: 0.18rem;
	border: solid 0.01rem #ffffff;
	background: transparent;
	opacity: 1;
}
.banner .mip-carousel-indicatorDot .mip-carousel-activeitem{
	background-color: #ffffff;
}
.zsNewBanner .mip-carousel-wrapper,
.zsNewBanner .mip-carousel-container{
	height: 3.6rem;
}
.zsNewBanner .mip-carousel-slideBox{
	overflow: hidden;
	height: 3.6rem;
}
/* banner轮播 结束------ */

/* 16个导航 开始-------- */
.zsNewIconNav {
	width: 100%;
	background: #fff;
	height: 3.6rem;
	padding: .1rem .14rem 0 .14rem;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.zsNewIconNav .mip-carousel-indicator-wrapper{
	position: absolute;
	bottom: 0.2rem;
	left: 50%;
	transform: translate(-50%);
}
.zsNewIconNav .mip-carousel-indicatorDot .mip-carousel-indecator-item{
	width: 0.19rem;
	height: 0.18rem;
	background: #000;
	opacity: .2;
}
.zsNewIconNav .mip-carousel-indicatorDot .mip-carousel-activeitem{
	opacity: 1;
	background: #e00b0b;
}

.zsNewIconNav .icon-nav>ul>li {
	width: 25%;
	float: left;
	margin-bottom: .05rem;
}

.zsNewIconNav .icon-nav>ul>li>a {
	display: block;
	text-align: center;
	line-height: .5rem;
	color: #333;
}

.zsNewIconNav .icon-nav>ul>li>a>div {
	display: block;
	width: .96rem;
	height: .96rem;
	text-align: center;
	line-height: 1rem;
	border-radius: 50%;
	margin: 0 auto;
	font-size: .32rem;
	color: #fff;
}

.zsNewIconNav .icon-nav>ul>li:nth-of-type(1)>a>div {
	background-image: linear-gradient(120deg,
		#fba72f 0%,
		#fdca50 100%);
	background-image: -webkit-linear-gradient(120deg,
		#fba72f 0%,
		#fdca50 100%);
}

.zsNewIconNav .icon-nav>ul>li:nth-of-type(2)>a>div {
	background-image: linear-gradient(120deg,
		#00b4da 0%,
		#75f5f9 100%);
	background-image: -webkit-linear-gradient(120deg,
		#00b4da 0%,
		#75f5f9 100%);
}

.zsNewIconNav .icon-nav>ul>li:nth-of-type(3)>a>div {
	background-image: linear-gradient(120deg,
		#fd2d56 0%,
		#fc5b4c 100%);
	background-image: -webkit-linear-gradient(120deg,
		#fd2d56 0%,
		#fc5b4c 100%);
}

.zsNewIconNav .icon-nav>ul>li:nth-of-type(3)>a>div>i {
	font-size: .4rem;
}

.zsNewIconNav .icon-nav>ul>li:nth-of-type(4)>a>div {
	background-image: linear-gradient(120deg,
		#8076fb 0%,
		#fdca50 100%);
	background-image: -webkit-linear-gradient(120deg,
		#8076fb 0%,
		#a688fa 100%);
}

.zsNewIconNav .icon-nav>ul>li:nth-of-type(5)>a>div {
	background-image: linear-gradient(120deg,
		#32a6e0 0%,
		#57caf4 100%);
	background-image: -webkit-linear-gradient(120deg,
		#32a6e0 0%,
		#57caf4 100%);
}

.zsNewIconNav .icon-nav>ul>li:nth-of-type(6)>a>div {
	background-image: linear-gradient(120deg,
		#fa5263 0%,
		#fdbc37 100%);
	background-image: -webkit-linear-gradient(120deg,
		#fa5263 0%,
		#fdbc37 100%);
}

.zsNewIconNav .icon-nav>ul>li:nth-of-type(7)>a>div {
	background-image: linear-gradient(120deg,
		#fba72f 0%,
		#fdc84e 100%);
	background-image: -webkit-linear-gradient(120deg,
		#fba72f 0%,
		#fdc84e 100%);
}

.zsNewIconNav .icon-nav>ul>li:nth-of-type(8)>a>div {
	background-image: linear-gradient(120deg,
		#27cecb 0%,
		#85efd3 100%);
	background-image: -webkit-linear-gradient(120deg,
		#27cecb 0%,
		#85efd3 100%);
}

.zsNewIconNav .icon-nav>ul>li:nth-of-type(8)>a>div>i,
.zsNewIconNav .icon-nav2>ul>li:nth-of-type(2)>a>div>i,
.zsNewIconNav .icon-nav2>ul>li:nth-of-type(1)>a>div>i {
	font-size: .52rem;
}

.zsNewIconNav .icon-nav2>ul>li:nth-of-type(8)>a>div>i,
.zsNewIconNav .icon-nav2>ul>li:nth-of-type(7)>a>div>i,
.zsNewIconNav .icon-nav2>ul>li:nth-of-type(5)>a>div>i {
	font-size: .58rem;
}

.zsNewIconNav .icon-nav>ul>li>a>div>i {
	font-size: .46rem;
}

.zsNewIconNav .icon-nav>ul>li>a>div>img {
	width: 100%;
}

.zsNewIconNav .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e00b0b;
}

/* 16个导航  结束---- */

/* 热门专题轮播  开始------- */
.swiperAdv {
	width: 7.2rem;
	height: .74rem;
	border-radius: .5rem;
	margin: .16rem auto;
	box-sizing: border-box;
	padding: .1rem .3rem;
	background: #fff;
}

.swiperAdv>p {
	/* width: 4rem; */
	float: left;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #333333;
	display: flex;
	align-items: center;
}

.swiperAdv>p img,
.swiperAdv>p mip-img{
	width: .3rem;
	height: .36rem;
	display: left;
}

.swiperAdv>p span {
	font-weight: 600;
	letter-spacing: .01rem;
	line-height: .26rem;
	margin-left: .14rem;
	background: linear-gradient(0deg, #ff2f1b, #ff750a, #ff9901);
	background-clip: text;
	text-fill-color: transparent;
	background: -webkit-linear-gradient(0deg, #ff2f1b, #ff750a, #ff9901);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.swiperAdv>p::after {
	display: inline-block;
	content: "";
	width: .04rem;
	height: .34rem;
	background-color: #ff2d1c;
	vertical-align: middle;
	margin-left: .2rem;
	margin-right: .26rem;

}

.swiperAdv>p>i {
	color: red;
	vertical-align: middle;
	margin-right: .1rem;
}

.swiperAdv .swiper-slide {
	width: 4.6rem;
	display: flex;
	top: -6px;
}

.swiperAdv .swiper-slide>a {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.swiperAdv .swiper-slide>a>p {
	width: 4.6rem;
	font-size: .24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .3rem;
	letter-spacing: 0rem;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.swiperAdv .swiper-slide>a>div {
	margin-left: .3rem;
}

.swiperAdv .swiper-slide>a>div>i {
	font-size: .16rem;
	vertical-align: middle;
}

/* 热门专题 轮播 结束 */

/* 该页面的标题样式 */
.zsNew_Indextitle {
	text-align: center;
	padding: .1rem 0 .24rem;
}

.zsNew_Indextitle>img,
.zsNew_Indextitle>mip-img{
	display: inline-block;
	width: .4rem;
}

.zsNew_Indextitle>span {
	font-size: .34rem;
	color: #333;
	font-weight: 600;
	margin: 0 .14rem;
}

/* 热门专题 开始------ */
.zsNew_jxppBox {
	background: #fff;
	margin-bottom: .2rem;
	padding: .17rem .29rem .2rem;
	box-sizing: border-box;
}

.zsNew_jxppBox>ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zsNew_jxppLists {
	width: 3.34rem;
	height: auto;
	margin-bottom: .24rem;
}

.zsNew_jxppLists .img {
	position: relative;
}

.zsNew_jxppLists .img,
.zsNew_jxppLists .img>img,
.zsNew_jxppLists .img>mip-img{
	width: 3.34rem;
	height: 3.34rem;
	border-radius: .2rem;
}

.zsNew_jxppLists .title {
	width: 3.34rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	color: #333;
	font-size: .3rem;
	line-height: .7rem;
}

.zsNew_jxppLists .mon {
	display: block;
	margin: 0 auto;
	width: 1.84rem;
	height: .46rem;
	line-height: .46rem;
	border-radius: .15rem;
	background: #e5001f;
	text-align: center;
	color: #fff;
	font-size: .24rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zsNew_jxppBox>p {
	width: 1.78rem;
	height: .48rem;
	text-align: center;
	line-height: .48rem;
	border-radius: .1rem;
	background: #f1f1f1;
	font-size: .26rem;
	margin: 0 auto .1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #666666;
}

/* 热门专题 结束=------ */

/* 广告条 */
.Adv-exhibition {
	display: block;
	width: 100%;
	height: 1.2rem;
	overflow: hidden;
	margin-bottom: .2rem;
	position: relative;
}

.Adv-exhibition>img {
	width: 100%;
	height: 100%;
}

/* 广告条结束 */

/* 加盟排行 开始------ */
.zsNew_jmppBox {
	background: #fff;
	margin-bottom: .2rem;
	padding: .17rem .29rem .2rem;
	box-sizing: border-box;
}
mip-vd-tabs .mip-vd-tabs-nav-view .mip-vd-tabs-nav,
mip-vd-tabs .mip-vd-tabs-nav{
	padding: 0;
	height: 38px;
	border-bottom: 1px #eee solid;
}
.zsNew_jmppTabchange mip-vd-tabs .mip-vd-tabs-nav-view .mip-vd-tabs-nav .mip-vd-tabs-nav-li {
	height: 38px;
	line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
mip-vd-tabs .mip-vd-tabs-nav .mip-vd-tabs-nav-selected {
    border-bottom: 3px solid #E00B0B;
    color: #E00B0B;
}
.zsNew_jmppTabchange .nav {
	width: .7rem;
	margin-right: .2rem;
	font-size: .28rem;
	display: block;
	white-space: nowrap;
}

.zsNew_jmppTabchange .nav .select {
	border-bottom: 3px #E00B0B solid;
	color: #E00B0B;
}

/* 1-10 的排行榜 */
.zsNew_jmppRanking>ul {
	height: auto;
	overflow: hidden;
}

.zsNew_jmppRanking>ul>li {
	padding: .1rem 0;
	border-bottom: 1px #f0f0f0 solid;
	overflow: hidden;
	height: auto;
}

.zsNew_jmppRanking>ul>li:last-of-type {
	border-bottom: none;
}

.zsNew_jmppRanking>ul>li>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zsNew_jmppRanking>ul>li>a>span.pai {
	width: .36rem;
	height: .36rem;
	border-radius: .05rem;
	background: #bababa;
	color: #fff;
	font-size: .24rem;
	text-align: center;
	line-height: .36rem;
	float: left;
}

.zsNew_jmppRanking>ul>li>a>.img {
	width: 1.8rem;
	height: .92rem;
	border-radius: .04rem;
	margin: .14rem;
	float: left;
}

.zsNew_jmppRanking>ul>li>a>.img img, 
.zsNew_jmppRanking>ul>li>a>.img mip-img{
	display: block;
	width: 1.8rem;
	height: .92rem;
	border-radius: .04rem;
}

.zsNew_jmppRanking>ul>li>a>p {
	width: 3.7rem;
	font-size: .28rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zsNew_jmppRanking>ul>li>a>.point {
	float: right;
	display: flex;
	align-items: center;
	font-size: .3rem;
	color: #E00B0B;
}

.zsNew_jmppRanking>ul>li>a>.point img,
.zsNew_jmppRanking>ul>li>a>.point mip-img{
	width: .25rem;
	margin-left: .02rem;
}

.zsNew_jmppRanking>ul>li:nth-of-type(1)>a>span.pai {
	background: #E00B0B;
}

.zsNew_jmppRanking>ul>li:nth-of-type(2)>a>span.pai {
	background: #ff7e00;
}

.zsNew_jmppRanking>ul>li:nth-of-type(3)>a>span.pai {
	background: #fcc020;
}

.zsNew_jmppRanking>ul>li:nth-of-type(1)>a>p {
	color: #E00B0B;
}

.zsNew_jmppRanking>ul>li:nth-of-type(2)>a>p {
	color: #ff7e00;
}

.zsNew_jmppRanking>ul>li:nth-of-type(3)>a>p {
	color: #fcc020;
}

/* 加盟排行 结束------ */

/* 热门招商  开始------- */
.zsNew_emzsBox {
	background: #fff;
	margin-bottom: .2rem;
	padding: .17rem .29rem .2rem;
	box-sizing: border-box;
}

.zsNew_emzsBox>ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zsNew_emzsBox_Lists>a {
	display: block;
	width: 3.31rem;
	height: 3rem;
	background-color: #ffffff;
	box-shadow: 0rem 0rem .1rem 0rem rgba(172, 172, 172, .35);
	border-radius: .08rem;
	margin-bottom: .28rem;
}

.zsNew_emzsBox_Lists>a>img,
.zsNew_emzsBox_Lists>a>mip-img{
	display: block;
	width: 3.31rem;
	height: 1.68rem;
}

.zsNew_emzsBox_Lists>a>div {
	box-sizing: border-box;
	padding: 0rem .1rem .17rem .1rem;
}

.zsNew_emzsBox_Lists>a>div>h6 {
	font-size: .3rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #333333;
	line-height: .7rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zsNew_emzsBox_Lists>a>div>p {
	font-size: .3rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #e00b0b;
	line-height: .5rem;
}

.zsNew_emzsBox_Lists>a>div>p>span {
	font-size: .24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #999999;
}

.zsNew_emzsBox>p {
	width: 1.78rem;
	height: .48rem;
	text-align: center;
	line-height: .48rem;
	border-radius: .1rem;
	background: #f1f1f1;
	font-size: .26rem;
	margin: 0 auto .1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #666666;
}

/* 热门招商  结束------- */

/* 推荐招商  开始--------- */
.zsNew_tjzsBox {
	background: #fff;
	margin-bottom: .2rem;
	padding: .17rem .29rem .2rem;
	box-sizing: border-box;
}

.zsNew_tjzsBox_Lists>a {
	display: flex;
	border-bottom: .01rem solid #f0f0f0;
	padding: .2rem .23rem;
	box-sizing: border-box;
	position: relative;
}

.zsNew_tjzsBox_Lists>a>img,
.zsNew_tjzsBox_Lists>a>mip-img{
	display: block;
	width: 2.48rem;
	height: 1.48rem;
	border-radius: .04rem;
	margin-right: .22rem;
}

.zsNew_tjzsBox_Lists>a>div>h3 {
	font-size: .3rem;
	line-height: .36rem;
	color: #333333;
	display: flex;
	align-items: center;
}

.zsNew_tjzsBox_Lists>a>div>h3>img,
.zsNew_tjzsBox_Lists>a>div>h3>mip-img{
	width: .2rem;
	margin: .05rem;
}

.zsNew_tjzsBox_Lists>a>div>p:nth-of-type(1) {
	font-size: .24rem;
	font-stretch: normal;
	line-height: .66rem;
	letter-spacing: 0rem;
	color: #666666;
}

.zsNew_tjzsBox_Lists>a>div>p:nth-of-type(2) {
	font-size: .24rem;
	font-stretch: normal;
	line-height: .36rem;
	letter-spacing: 0rem;
	color: #666666;
	margin: .1rem 0;
}

.zsNew_tjzsBox_Lists>a>div>p:nth-of-type(2)>span {
	font-size: .28rem;
	color: #E00B0B;
}

.zsNew_tjzsBox_Lists>a>span {
	width: 1.21rem;
	height: .4rem;
	background-color: #e00b0b;
	border-radius: .07rem;
	font-size: .24rem;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #ffffff;
	text-align: center;
	line-height: .4rem;
	position: absolute;
	bottom: .37rem;
	right: 0;
}

.zsNew_tjzsBox .loadMore {
	display: block;
	width: 1.73rem;
	height: .55rem;
	border-radius: .3rem;
	border: 1px #dedede solid;
	color: #E00B0B;
	text-align: center;
	line-height: .55rem;
	font-size: .26rem;
	margin: .24rem auto 0;
}

/* 推荐招商 结束------- */

/* 加盟资讯 开始-------- */
.zsNew_jmzxBox {
	background: #fff;
	margin-bottom: .2rem;
	padding: .17rem .29rem .2rem;
	box-sizing: border-box;
}

.zsNew_jmzxBox .nav {
	height: 38px;
	line-height: 38px;
	margin: 0 .4rem;
	font-size: .28rem;
	display: block;
	float: left;
	white-space: nowrap;
	letter-spacing: 0rem;
	color: #666666;
	padding: 0;
}
/* .zsNew_jmzxBox */
.zsNew_jmzxBox .nav .select:after {
	display: block;
	content: "";
	width: .46rem;
	height: .08rem;
	background-color: #e00b0b;
	margin: .06rem auto 0;
}

.zsNew_jmppNews_Con {
	display: none;
	margin-top: .3rem;
}

.zsNew_jmppNews_Lists {
	padding-bottom: .14rem;
	margin-bottom: .2rem;
	border-bottom: 1px #eee solid;
}

.zsNew_jmppNews_Lists>a {
	display: flex;
	justify-content: space-between;
}

.zsNew_jmppNews_Lists:last-of-type {
	margin-bottom: 0;
}

.zsNew_jmppNews_Lists>a>div {
    width: 4.34rem;
}

.zsNew_jmppNews_Lists>a>div>h6 {
	width: 4.34rem;
	font-size: .3rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zsNew_jmppNews_Lists>a>div>p {
	width: 4.34rem;
	font-size: .24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zsNew_jmppNews_Lists>a>div>p:first-of-type {
	margin: .19rem 0;
}

.zsNew_jmppNews_Lists>a>div>p:last-of-type {
	color: #999;
}

.zsNew_jmppNews_Lists>a>div>p:last-of-type>span:nth-of-type(2) {
	display: inline-block;
	width: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}

.zsNew_jmppNews_Lists>a>div>p:last-of-type i {
	/* font-size: 0.15rem; */
	color: #ff602e;
	/* vertical-align: middle; */
	vertical-align: -0.02rem;
}

.zsNew_jmppNews_Lists>a>.hot-content_pic {
	width: 2.4rem;
	height: 1.43rem;
	border-radius: .04rem;
}

.zsNew_jmppNews_Lists>a>.hot-content_pic>img {
	display: block;
	width: 2.4rem;
	height: 1.43rem;
}

.zsNew_jmppNews_Con .loadMore {
	display: block;
	    width: 1.73rem;
	    height: .55rem;
	    border-radius: .3rem;
	    border: 1px #dedede solid;
	    color: #E00B0B;
	    text-align: center;
	    line-height: .55rem;
	    font-size: .26rem;
	    margin: .24rem auto 0;
}
