.content-wrap {
	width: 100%;
	height: calc(100vh - 1rem);
}

.header {
	width: 100%;
	height: 1rem;
	background-color: #d43d3d;
	padding: 0 0.3rem;
}

.logo-img {
	width: 2rem;
	height: 0.45rem;
}

.search-input {
	width: 4.4rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border-radius: 0.1rem;
	/* padding-left: 0.2rem; */
}

.search-input.van-cell.van-field {
	padding: 0 0.25rem;
}

.search-input .van-icon.van-icon-search {
	font-size: 0.4rem;
}

.tab-content {
	width: 100%;
	height: calc(100vh - 1rem - 0.88rem - 1rem);
	overflow-y: auto;
	scroll-behavior:smooth;
}

.tabsWrap {
	/* position: relative; */
	/* padding-right: 30px;
	background-color: #fff; */
	/* border-bottom: 1px solid #eee; */
}

.van-tabs__wrap.van-tabs__wrap--scrollable {
	border-bottom: 1px solid #eee;
}

.van-tabs__wrap.van-tabs__wrap--scrollable {
	padding-right: 0.6rem;
}

.van-tab {
	font-weight: 700;
	font-size: 0.32rem;
	color: #000;
}

.van-tab.van-tab--active {
	color: #ee0a24;
}

.news-item {
	  margin-top: 13px;  
	padding: .3rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 3px solid #eee;
margin-bottom:-13px;
	display: block;
}

.van-list .news-item:nth-of-type(1) {
	margin-top: 0 !important;
}

.news-item .news-item-text {
	flex: 1;
width:100%;
	font-weight: 700;
margin-bottom:-15px;
 
}

.news-item .news-item-text .yueduliang {
	font-weight: 500;
	font-size: 0.24rem;
	color: #888;
	text-align: left;
	margin-top: 0.4rem;
}

.news-item .news-item-img {
	margin-left: .1rem;
	overflow: hidden;
	width: 2rem;
	height: 1.65rem;
	border-radius: .1rem;
	border: 1px solid #eee;
}

.scrollTop {
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	overflow: hidden;
	position: fixed;
	right: 0.6rem;
	bottom: 1.1rem;
	transition: all .5s;
	z-index: 10;
}

.empty-img {
	width: 3.36rem;
	height: 3.36rem;
}

.add-img {
	width: 0.3752rem;
	height: 0.3752rem;
	position: absolute;
	top: 1.4rem;
	right: 0.1rem;
	margin-top: -0.1876rem;
	z-index: 99;
}

.menus-wrap {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 9999;
}

.menus-wrap .back-img {
	position: absolute;
	top: 0.4rem;
	left: 0.4rem;
	width: 0.5rem;
	height: 0.5rem;
}

.menu-wrap {
	flex-wrap: wrap;
	padding: 0.45rem;
}

.menu-item {
	padding: .2rem 0;
	background-color: #e8f0f0;
	font-size: .26rem;
	line-height: .4rem;
	color: #333;
	text-align: center;
	/* margin-right: 0.2rem; */
	flex-shrink: 0;
	width: 1.52rem;
	margin-right: 0.17rem;
	margin-bottom: 0.17rem;
}
.menu-item:nth-last-of-type(4n-1) {
	margin-right: 0;
}
.play-btn {
	position: absolute;width: 1.1rem;height: 1.1rem;background-color: rgba(0,0,0,.5);top: 50%;left: 50%;margin-top: -0.55rem;margin-left: -0.55rem;border-radius: 50%;
	background-image: url(../imgs/play.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 50%;
}
.news-wrap-content {
	min-height: calc(100vh - 1rem);
}