* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	min-height: 100%;
	font-family: "PingFang SC", "Microsoft YaHei", -apple-system, sans-serif;
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

a {
	color: inherit;
	text-decoration: none;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* 顶栏：透明叠在 Banner 上 */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 1.1rem;
	padding: 0 0.25rem;
	background: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#header .logo img {
	display: block;
	height: 0.65rem;
	width: auto;
}

.nav-link {
	width: 0.75rem;
	height: 0.75rem;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.nav-link p,
.nav-link em {
	display: block;
	background: #fff;
	border-radius: 1px;
}

.nav-link p {
	width: 0.48rem;
	height: 2px;
	margin-bottom: 6px;
}

.nav-link em {
	width: 0.48rem;
	height: 2px;
	margin-bottom: 6px;
}

.nav-link em:last-child {
	margin-bottom: 0;
}

/* 侧滑菜单（须在 header 外，否则会被遮罩层挡住点击） */
.sdw-nav {
	position: fixed;
	top: 0;
	right: -75%;
	width: 75%;
	height: 100%;
	background: #2a2a2a;
	z-index: 10002;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: right 0.3s ease;
	padding-top: 1.2rem;
	pointer-events: auto;
}

.sdw-nav.active {
	right: 0;
}

.sdw-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sdw-nav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sdw-nav li a {
	display: block;
	padding: 0.38rem 0.45rem;
	color: #fff !important;
	font-size: 0.34rem;
	line-height: 1.4;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}

.sdw-nav li a span {
	display: block;
	pointer-events: none;
}

.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 10001;
	pointer-events: none;
}

.mask.active {
	display: block;
	pointer-events: auto;
}

body.menu-open {
	overflow: hidden;
}

/* 页脚信息区 */
footer {
	background: #1a1a1a;
	color: #b2abab;
	padding: 0.35rem 0.3rem 0.5rem;
	margin-bottom: 1rem;
}

.jl_footer1 {
	font-size: 0.32rem;
	line-height: 1.75;
}

.cpr {
	font-size: 0.26rem;
	line-height: 1.55;
	color: #888;
	margin-top: 0.12rem;
}

.cpr a {
	color: #888;
}

/* 底部固定双按钮 - 旧版核心交互 */
#nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	height: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

#nav a {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	display: block;
	text-align: center;
	line-height: 1rem;
	color: #fff;
	font-size: 0.34rem;
	font-weight: 500;
}

#nav a:first-child {
	background: #e60012;
}

#nav a:last-child {
	background: #2f2b27;
}

/* 通通客服浮窗：高于底栏与侧滑菜单 */
#ttkefu_Mb_MinWindow_TakingIcoDiv,
#ttkefu_Mb_MinWindow_MsgDiv,
[id^="ttkefu_Mb_"] {
	z-index: 10050 !important;
}

/* 轮播 Banner */
.sdw-banner-box {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 0;
}

.sdw-banner-box .swiper-container {
	width: 100%;
	height: auto !important;
}

.sdw-banner-box .swiper-wrapper {
	height: auto !important;
}

.sdw-banner-box .swiper-slide {
	line-height: 0;
	height: auto !important;
}

.sdw-banner-box img {
	width: 100%;
	height: auto !important;
	display: block;
}

.sdw-banner-box .swiper-pagination {
	bottom: 0.25rem !important;
}

.sdw-banner-box .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.sdw-banner-box .swiper-pagination-bullet-active {
	background: #c9a063;
}

.brand-w,
.news_content {
	width: 100%;
}

.news_content {
	padding: 0.3rem 0.25rem 0.5rem;
}

.shadow {
	display: none;
}

.video_content {
	display: block;
	width: 100%;
	background: #000;
	vertical-align: top;
}

#pages {
	text-align: center;
	padding: 0.4rem 0 0.6rem;
	font-size: 0.28rem;
}

#pages .a1,
#pages a,
#pages span {
	display: inline-block;
	margin: 0 0.08rem;
	padding: 0.08rem 0.15rem;
	color: #666;
}

#pages span {
	color: #c9a063;
}

/* 全局：禁止内联压缩高度，图片与正文自适应 */
.sdw-banner-box[style*="margin-top"] {
	margin-top: 0 !important;
}

.jl_newl[style*="height"],
.jl_newl[style*="overflow"] {
	height: auto !important;
	overflow: visible !important;
}

.news_content,
.news_content p,
.news_content span,
.news_content div,
.news_content li {
	color: #444 !important;
	line-height: 1.75 !important;
	font-size: 0.3rem !important;
}

.news_title {
	color: #222 !important;
}

.news_time {
	color: #888 !important;
}

.news_content img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0.2rem auto;
}

/* 覆盖 Swiper 默认固定高度 */
.sdw-banner-box .swiper-container,
.sdw-banner-box .swiper-wrapper,
.sdw-banner-box .swiper-slide {
	height: auto !important;
}
