html,
body {
	width: 100%;
}

#app {
	width: 100%;
}

.wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.content {
	flex: 1;
}

.new_header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.87rem;
	position: relative;
}

.new_header .left,
.new_header .right {
	display: flex;
	align-items: center;
	height: 1.87rem;
	position: absolute;
}

.new_header .left {
	left: 0.64rem;
	color: #333333;
	font-size: 0.5974rem;
}

.new_header .left a {
	display: block;
	font-size: 0.5974rem;
	color: #333333;
}

.new_header .left .back {
	background: url(../images/xin_back.png) no-repeat;
	background-size: 100% 100%;
	height: 1.024rem;
	width: 1.024rem;
}

.new_header .left .home {
	background: url(../images/xin_home.png) no-repeat;
	background-size: 100% 100%;
	height: 1.024rem;
	width: 1.024rem;
}

.new_header .left .login_icon {
	background: url(../images/tx.png) no-repeat left center;
	background-size: 0.89rem 0.89rem;
	height: 1.3rem;
	width: 1.3rem;
}

.new_header .title {
	font-size: 0.768rem;
	color: #1F1F1F;
	font-weight: 700;
}

.new_header .right {
	right: 0.64rem;
}

.new_header .right .search {
	background: url(../images/s1.png) no-repeat right center;
	background-size: 0.8106rem 0.8106rem;
	height: 1.87rem;
	width: 1.024rem;
}

.banner {
	padding: 0.64rem;
}

.banner img {
	display: block;
	width: 100%;
	border-radius: 0.21rem;
}

.cz_bar {
	padding: 0rem 0.64rem 0;
	display: flex;
	justify-content: center;
}

.cz_bar .item {
	flex: 1;
	text-align: center;
}

.cz_bar .item .icon {
	width: 2.05rem;
	height: 2.05rem;
	margin: 0 auto;
}

.cz_bar .item .icon img {
	width: 2.05rem;
	height: 2.05rem;
}

.cz_bar .item .text {
	font-size: 0.51rem;
	color: #333333;
	margin-top: 0.17rem;
}

.vip_open {
	margin: 0.85rem 0.64rem;
	display: flex;
	align-items: center;
	height: 2.56rem;
	background: url(../images/vip_card.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 2.69rem;
	padding-right: 0.43rem;
	justify-content: space-between;
}

.vip_open .left {
	font-size: 0.68rem;
	color: #FFCD85;
	font-weight: 700;
}

.vip_open .left span {
	font-size: 0.51rem;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 0.43rem;
	display: inline-block;
}

.vip_open .left span i {
	font-size: 0.51rem;
	color: #FFCD85;
	font-weight: normal;
}

.vip_open .right a {
	display: block;
	width: 2.39rem;
	height: 1.15rem;
	line-height: 1.15rem;
	text-align: center;
	border-radius: 0.21rem;
	background: #FFCD85;
	font-size: 0.64rem;
	color: #634231;
}

.hero_open {
	margin: 0 0.64rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 1.02rem;
	background: url(../images/hero_bg1.png) no-repeat;
	background-size: 100% 100%;
	height: 4.48rem;
	margin-top: .6rem;
}

.hero_open a {
	display: block;
	width: 4.18rem;
	height: 1.11rem;
}

.hero_open a img {
	display: block;
	width: 4.18rem;
	height: 1.11rem;
}

.hero_posts {
	padding: 0.85rem 0.64rem 0;
}
.hero_posts .posts_lists{
	min-height: 15rem;
}
.posts_cz {
	display: flex;
	padding: 0 0.21rem;
	justify-content: space-between;
}

.posts_cz a {
	display: block;
	font-size: 0.6rem;
	color: #333333;
	padding-bottom: 0.21rem;
}

.posts_cz a.on {
	position: relative;
	color: #CC0000;
	font-weight: 700;
}

.posts_cz a.on::after {
	position: absolute;
	right: 25%;
	bottom: 0;
	left: 25%;
	height: 2px;
	background: currentColor;
	border-radius: 3px;
	content: "";
}

.posts_zhibiao {
	padding-top: 0.51rem;
	display: flex;
	justify-content: space-between;
}

.posts_zhibiao .left {
	display: flex;
	overflow-x: scroll;
	padding-bottom: 0.21rem;
}

.posts_zhibiao .right {
	display: flex;
	width: 2.9rem;
	justify-content: flex-end;
}

.posts_zhibiao .left a,
.posts_zhibiao .right a {
	display: block;
	height: 1.152rem;
	font-size: 0.45rem;
	line-height: 1.152rem;
	color: #333333;
	border-radius: 0.09rem;
	margin-right: 5px;
	background: #EEEEEE;
	flex-shrink: 0;
	width: 2.99rem;
	text-align: center;
	border-radius: 5px;
}

.posts_zhibiao .left a {
	/* margin-right: 0.34rem; */
	color: #999999;
	width: 2.9rem;
	font-size: .51rem;
}

.posts_zhibiao .left .active {
	color: #CC0000;
	background: rgba(204, 0, 0, 0.1);
}

.posts_zhibiao .right a {
	background: #EEEEEE url(../images/sort5.png) no-repeat right center;
	background-size: 0.51rem 0.51rem;
	padding-right: .3rem;
	width: 2.5rem;
	background-position: 2rem center;
	margin-right: 0;
}

.hero_slide {
	margin: 0.43rem 0;
	padding: 0.64rem;
	background: #FFFFFF;
	border-radius: 0.21rem;
	display: flex;
	justify-content: space-between;
}

.hero_slide .sort_box {
	width: 1.19rem;
	height: 1.88rem;
	background: url(../images/sort4.png) no-repeat center center;
	background-size: 0.77rem 0.85rem;
	font-size: 0.51rem;
	/* font-weight:700; */
	color: #999999;
	display: flex;
	justify-content: center;
	line-height: 1.8rem;
	margin-right: 0.64rem;
}

.hero_slide .one {
	background: url(../images/sort1.png) no-repeat center center;
	background-size: 0.77rem 0.85rem;
	color: #FFFFFF;
}

.hero_slide .two {
	background: url(../images/sort2.png) no-repeat center center;
	background-size: 0.77rem 0.85rem;
	color: #FFFFFF;
}

.hero_slide .three {
	background: url(../images/sort3.png) no-repeat center center;
	background-size: 0.77rem 0.85rem;
	color: #FFFFFF;
}

.hero_slide .hero_right {
	flex: 1;
}

.hero_slide .hero_right .hero_card {
	display: flex;
}

.hero_slide .hero_right .hero_card .touxiang {
	width: 1.88rem;
	height: 1.88rem;
	margin-right: 0.43rem;
}

.hero_slide .hero_right .hero_card .touxiang img {
	display: block;
	border-radius: 50%;
	width: 1.88rem;
	height: 1.88rem;
}

.hero_slide .hero_right .hero_card .hero_box {
	display: flex;
	justify-content: space-between;
	flex: 1;
}

.hero_slide .hero_right .hero_card .name {
	font-size: 0.6rem;
	color: #1F1F1F;
	line-height: 1.88rem;
}

.hero_slide .hero_right .hero_card .zhongchu {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero_slide .hero_right .hero_card .zhongchu span {
	display: block;
	line-height: 1.02rem;
	/* width: 2.73rem; */
	height: 1.02rem;
	/* background: rgba(204, 0, 0, 0.1); */
	border-radius: 0.17rem;
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	font-size: 0.6rem;
}

.hero_slide .hero_right .posts_title {
	margin: 0.43rem 0 0.21rem;
	font-size: 0.68rem;
	font-weight: 700;
	color: #1F1F1F;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-wrap: break-word;
	word-break: break-all;
}

.hero_slide .hero_right .posts_foot {
	display: flex;
	justify-content: space-between;
}

.posts_label {
	display: flex;
}

.posts_label span {
	display: block;
	padding: 0 0.26rem;
	height: 0.85rem;
	line-height: 0.8rem;
	background: #FFF9EA;
	color: #AC6A00;
	font-size: 0.47rem;
	border: 0.02rem solid #FFEBC9;
	margin-right: 0.21rem;
}

.hero_slide .hero_right .posts_foot .posts_cost {
	font-size: 0.6rem;
	color: #E02A52;
	line-height: 0.85rem;
}

.hero_slide .hero_right .posts_foot .posts_cost span {
	/* font-size: 0.77rem; */
}

.view_more {
	margin: 0.43rem 0;
}

.view_more a {
	display: block;
	width: 100%;
	font-size: 0.6rem;
	color: #323337;
	height: 1.71rem;
	line-height: 1.71rem;
	text-align: center;
	border-radius: 0.21rem;
	background: #EEEEEE;
}

.xy_nav {
	padding: 10px 0 40px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #999999;
}

.xy_nav a {
	display: block !important;
	padding: 0 10px;
	font-size: 14px !important;
	color: #999999;
}

.hero_slide .hero_right .posts_foot .posts_cost span.gq {
	font-weight: normal;
	color: #999999;
	font-size: 0.77rem;
}

.hero_slide .hero_right .posts_foot .posts_cost span.js {
	font-weight: normal;
	color: #E02A52;
	font-size: 0.77rem;
}

/* 包周包月 */
.pub_tj {
	padding: 0.64rem 0.64rem 0;
}

.pub_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pub_head p {
	font-size: 0.64rem;
	color: #333;
	font-weight: 500;
}

.pub_head a {
	display: block;
	color: #999;
	font-size: 0.512rem;
}

.tj_list li {
	background: #fff;
	margin: 0.43rem 0;
	border-radius: 0.21rem;
	position: relative;
	padding: 0.64rem;
}

.tj_list dl {
	display: flex;
}

.tj_list dl dt {
	border-radius: 0.21rem;
	width: 3.726rem;
	height: 2.8rem;
	margin-right: 0.43rem;
}

.tj_list dl dt img {
	display: block;
	width: 3.726rem;
	height: 2.8rem;
	border-radius: 0.21rem;
}

.tj_list dl dd {
	width: 69%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.tj_list .tj_head {
	font-size: 0.64rem;
	font-weight: 500;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tj_list .tj_con {
	font-size: 0.512rem;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tj_foot {
	display: flex;
	margin-top: 0.32rem;
	align-items: center;
}

.tj_foot p,
.tj_foot span,
.tj_foot i,
.tj_foot a {
	flex: 1;
}

.tj_foot p {
	display: flex;
	font-size: 0.45rem;
	color: #666;
}

.tj_foot p em {
	display: block;
	margin-top: 0;
	color: #666;
	padding-left: 0.55rem;
	margin-left: 0.21rem;
	font-style: inherit;
}

.tj_foot p em:first-child {
	background: url(../../images/p1.png) no-repeat left center;
	background-size: 0.5rem 0.5rem;
}

.tj_foot p em:last-child {
	background: url(../../images/p2.png) no-repeat left center;
	background-size: 0.5rem 0.5rem;
}

.tj_foot span {
	display: block;
	text-align: right;
	font-size: 0.64rem;
	font-weight: bold;
}

.tj_foot span em {
	margin: 0;
	font-size: 0.45rem;
	font-weight: bold;
	color: #CC0000;
	font-style: inherit;
}

.tj_foot i {
	display: block;
	font-size: 0.45rem;
	color: #666;
	text-align: right;
}

.tj_foot a {
	font-size: 0.45rem;
	color: #1CAF6A;
	display: block;
	text-align: right;
}

.cz_banner {
	margin: 0 0.64rem;
}

.cz_banner img {
	display: block;
	width: 100%;
}

.label1 {
	position: absolute;
	right: 0;
	top: 0;
	background: #CC0000;
	font-size: 0.55rem;
	color: #fff;
	border-radius: 0px 0.21rem 0 0.21rem;
	padding: 0 0.43rem;
	height: 0.86rem;
	line-height: 0.86rem;
}

.label2 {
	position: absolute;
	right: 0;
	top: 0;
	background: #007BF2;
	font-size: 0.55rem;
	color: #fff;
	border-radius: 0px 0.21rem 0 0.21rem;
	padding: 0 0.43rem;
	height: 0.86rem;
	line-height: 0.86rem;
}

.label3 {
	position: absolute;
	right: -.2rem;
	top: -.2rem;
	background: #007BF2;
	font-size: 0.55rem;
	color: #fff;
	border-radius: 0px 0.21rem 0 0.21rem;
	padding: 0 0.43rem;
	height: 0.86rem;
	line-height: 0.86rem;
	margin: 0;
}

.type1 {
	background: rgba(204, 0, 0, .2);
	color: #CC0000;
	font-size: 0.512rem;
	border-radius: 0.21rem;
	padding: 0 0.32rem;
	margin-right: 0.21rem;
	height: 0.85rem;
	display: inline-block;
	line-height: 0.85rem;
}

.type2 {
	background: rgba(0, 123, 242, .2);
	color: #007BF2;
	font-size: 0.512rem;
	border-radius: 0.21rem;
	padding: 0 0.32rem;
	margin-right: 0.21rem;
	height: 0.85rem;
	display: inline-block;
	line-height: 0.85rem;
}

.type4 {
	background: #CC0000;
	color: #fff;
	font-size: 0.512rem;
	border-radius: 0.21rem;
	padding: 0 0.32rem;
	margin-right: 0.21rem;
	height: 0.85rem;
	display: inline-block;
	line-height: 0.85rem;
}

.type3 {
	text-decoration: line-through;
}

.color1 {
	color: #CC0000;
}

.color2 {
	color: #1CAF6A;
}

.color3 {
	color: #999;
}

.color4 {
	color: #32B262;
}

.color5 {
	color: #666;
}

@media screen and (min-width:750px) {
	.posts_zhibiao .left::-webkit-scrollbar {
		width: 8px;
		height: 8px;
		display: block;
	}

	.posts_zhibiao .left::-webkit-scrollbar-thumb {
		border-radius: 8px;
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #adadad;
	}

	.posts_zhibiao .left::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .2);
		border-radius: 0;
		background: #f2f2f2;
	}
}