/* 公共结构调整 */
#main {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 3rem;
}
#header #head {
	height: 48px;
}
.body {
	margin-top: -60px;
}

/* 产品分类样式 */
.product-category {
	background-color: #FFF;
}
.p-cate-title {
	font-size: 0.875rem;
	font-weight: 600;
	color: #1C969F;
	padding: 0.75rem 0.25rem;
}
.p-cate-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.product-item {
	display: flex;
	align-items: center;
	border: solid #D3E1E2;
	border-width: 1px 1px 4px 1px;
	border-radius: 6px 6px 0 0;
	margin: 0.25rem 0.75rem 0.6rem 0;
}
.product-item:nth-child(3n) {
	margin-right: 0;
}
.product-item:active {
	color: #1C969F;
	border-color: #1C969F;
}
.product-item > .product-img {
	width: 1rem;
	height: 1rem;
	padding: 0.5rem;
	margin-right: 0.25rem;
}
.product-item:active > .product-img {
	border-color: #4180FF;
}
.product-item > span {
	color: #1E2126;
	max-width: 7.1rem;
}
.product-item:active > span {
	color: #4180FF;
}

/* 新闻模块 */
._header {
	position: relative;
	margin-top: 1.5rem;
}
._header:before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 6px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F5F5 100%);
	top: -1rem;
	left: -0.5rem;
}
._header img {
	height: 1.875rem;
}
.news-group {
	display: flex;
	flex-direction: column;
}
.news-card {
	display: flex;
	border-bottom: 1px solid #D3E1E2;
	padding: 0.5rem 0;
}
.news-card:last-of-type {
	border-bottom: 0;
}
.news-card > img {
	width: 6.5rem;
	height: 4.5rem;
	border-radius: 0.3rem;
	margin-right: 0.6rem;
}
.news-card > div {
	width: calc(100% - 7.5rem);
	display: flex;
	flex-direction: column;
}
.news-title {
	font-size: 0.875rem;
	color: #000;
	margin: 0.8rem 0 1.4rem;
}
.news-time {
	font-size: 0.75rem;
	color: #999;
}

/* 直播相关 */
img.list_title {
	height: 1.875rem;
	padding: 0.5rem;
}
.liveHot {
	margin: 1rem 0;
}
.match_date_nav .swiper-wrapper {
	padding-left: 0.5rem;
}
.match_date_nav .swiper-slide {
	width: auto;
	color: #1C969F;
	border: 1px solid #CDE2E3;
	border-radius: 50px;
	padding: 0.5rem 0.8rem;
}
.match_date_nav .swiper-slide.active {
	color: #FFF;
	font-weight: normal;
	background-color: #1C969F;
	border-color: #1C969F;
}