
body {
	margin: auto;
	cursor: default;
}

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

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a,
textarea,
input,
span {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

/* a:hover,
button:hover {
	opacity: 0.7;
} */

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.inde_box {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_bo {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 65px;
}

.inde_fls {
	width: 100%;
	background: white;
	border-radius: 8px;
	padding: 20px;
}

.inde_fl {
	width: 100%;
	display: inline-block;
}

.inde_fl1 {
	width: 90px;
	height: 30px;
	background: linear-gradient(270deg, #F48962 0%, #F8363A 100%);
	border-radius: 8px;
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
	float: left;
}

.inde_fl2 {
	width: calc(100% - 90px);
	display: inline-block;
	float: left;
}

.inde_fl2_1 {
	height: 30px;
	line-height: 30px;
	float: left;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: 500;
	font-size: 16px;
	color: #666666;
}

/*首页合集开始*/

.inde_rmhj {
	width: 100%;
	display: inline-block;
}

.inde_rmhj1 {
	width: 14.66%;
	float: left;
	margin-right: 2%;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
    /* 新增：相对定位，为背景图伪元素做定位基准 */
    position: relative;
    /* 预留背景图超出的空间，避免溢出遮挡其他元素 */
    padding-bottom: 10px;
    padding-right: 10px;
}

.inde_rmhj1:nth-child(7n) {
	margin-right: 0;
}

.inde_rmhj1 img {
	width: 93%;
	height: 90px;
    /* 移除原有圆角：删除border-radius: 10px; */
	display: block;
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
    /* 新增：让img相对父元素左对齐，给背景图错位留空间 */
    position: relative;
    z-index: 1; /* 确保img在背景图上方 */
}

/* 新增：img的背景图（伪元素实现错位+超出效果） */
.inde_rmhj1::after {
    content: '';
    position: absolute;
    /* 错位定位：向右、向下各偏移10px，实现超出效果 */
    left: 0;
    top: 0;
    right: -10px; /* 右侧超出10px */
    bottom: -10px; /* 下侧超出10px */
    /* 背景图样式 */
    background-image: url("/img/heji.png");
    background-repeat: no-repeat;
    background-size: cover; /* 背景图覆盖伪元素区域 */
    background-position: center;
    /* 层级低于img，避免遮挡图片 */
    z-index: 0;
    /* 伪元素宽度匹配img（父元素的100%） */
    width: 100%;
    height: 100px; /* 与img高度一致 */
    border-radius: 0; /* 确保背景图无圆角 */
}

.inde_rmhj1 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	font-size: 12px;
    position: relative;
    z-index: 1; /* 确保文字在背景图上方 */
}


/*首页合集结束*/

.inde_sbzx {
	width: 100%;
	/*margin-top: 60px;*/
	display: flex;
	margin: 0 0 45px 0;
}

.inde_sbzxle {
	width: 59%;
}

.inde_sbzxlea {
	width: 100%;
}

.inde_sbzxlea .swiper {
	width: 100%;
	height: 100%;
}

.inde_sbzxlea .swiper-slide {
	width: 100%;
	height: 100%;
}

.inde_sbzxlea .swiper-pagination {
	text-align: right;
	padding: 0 20px;
	bottom: 18px;
}

.inde_sbzxlea .swiper-pagination-bullet {
	width: 10px;
	height: 2px;
	background: white;
	border-radius: 10px;
}

.inde_sbzxlea .swiper-pagination-bullet-active {
	width: 30px;
    background: #1ce3bf;
}

/*轮播图样式*/
.inde_sbzxlea1 {
	width: 100%;
	height: 415px;
	border-radius: 0; /* 直角 */
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	display: block;
	overflow: hidden;
	position: relative;
    background-image: url("/img/lbt.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 10px;
    box-sizing: border-box;
}

.inde_sbzxlea1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
    border-radius: 0;
    position: relative;
    z-index: 1; /* img层级1 */
}

/* 核心：解决.lbtdiv文字遮挡+调整位置往上提 */
.lbtdiv {
    position: relative;
    z-index: 8;
    top: -72px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
}


/*轮播图样式结束*/
.inde_sbzxleb {
	width: 100%;
	margin-top: 20px;
}

.inde_sbzxleb1 {
	width: 100%;
	height: 90px;

	display: block;
	overflow: hidden;
	position: relative;
}

.inde_sbzxleb1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_sbzxleb1::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
}

.inde_sbzxleb1.on::after {
	display: none;
}

.inde_sbzxri {
	width: 39%;
	margin-left: 2%;
}

/*轮播图右边推荐*/

/* 整体框架：灰色背景，直角，flex均分，溢出隐藏 */
.inde_sbzxria {
    width: 100%;
    background: #f5f5f5; /* 整体灰色背景 */
    border-radius: 0; /* 关键：移除圆角，改为直角 */
    overflow: hidden;
    display: flex;
}

/* 单个选项：33.33%宽度，45px高度，直角，默认灰色文字，居中 */
.inde_sbzxria1 {
    width: 33.33%;
    height: 45px;
    border-radius: 0; /* 关键：移除圆角，改为直角 */
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #999999; /* 默认文字灰色 */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* 为底部黑线做定位 */
    cursor: pointer; /* 鼠标手型 */
    transition: none; /* 无过渡，即时生效 */
}

/* 保留原有结构容器（移除图标后清空样式） */
.inde_sbzxria1_1 {
    display: none; /* 移除图标后隐藏该容器 */
}

/* 文字容器：继承父级样式，居中显示 */
.inde_sbzxria1_2 {
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
}

/* 选中态（默认第一个+点击后）：绿色背景色+底部黑线+黑色文字+直角 */
.inde_sbzxria1.on {
    background-color: #1ae2be; /* 绿色背景色，可调整深浅 */
    color: #000000; /* 选中态文字黑色 */
    border-radius: 0; /* 双重保障：确保选中态无圆角 */
}

/* 选中态底部黑色线条 */
.inde_sbzxria1.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px; /* 黑线高度，可调整 */
    background-color: #000000; /* 黑色线条 */
    z-index: 1;
}


/*轮播图右边推荐结束*/

.inde_sbzxrib {
	width: 100%;
	margin-top: 20px;
}

.inde_sbzxrib1 {
	width: 100%;
	display: none;
}

.inde_sbzxric {
	width: 100%;
	background: #fafafa;
	padding: 10px 20px;
}

.inde_sbzxric1 {
	width: 100%;
	display: inline-block;
}

.inde_sbzxric1_1 {
	width: 190px;
	height: 105px;
	float: left;
	margin-right: 10px;
}

.inde_sbzxric1_2 {
	width: calc(100% - 200px);
	float: left;
}

.inde_sbzxric1_3 {
	width: 100%;
	height: 63px;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.inde_sbzxric1_4 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #C8C9CC;
	margin-top: 20px;
}

.inde_sbzxric2 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 14px 0;
	display: flex;
}


.inde_sbzxrid {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 0 20px;
}

.inde_sbzxrid1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 20px 0;
	display: inline-block;
}

.inde_sbzxrid1:last-child {
	border-bottom: 0;
}

.inde_sbzxrid1_1 {
	width: 190px;
	height: 105px;
	float: left;
	margin-right: 10px;
}

.inde_sbzxrid1_2 {
	width: calc(100% - 200px);
	float: left;
}

.inde_sbzxrid1_3 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.inde_sbzxrid1_4 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #C8C9CC;
	margin-top: 10px;
}

.inde_sbzxrie {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 0 20px;
}

.inde_sygjs {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_sygj {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 60px;
}

.inde_sygj1 {
	width: 99%;
	display: inline-block;
}
.inde_sygj1 .inde_newb2_2{
    margin-top: -30px;
    float: right;
}


.inde_yxks .inde_sygj1 .inde_newb2_2{
    background: #fff;
}
.inde_sygj1_1 {
	height: 55px;
	display: block;

}

.inde_sygj2 {
	width: 100%;
	display: inline-block;
}

.inde_sygj3 {
    float: left;
    width: 224px;
    height: 120px;
    margin-top: 15px;
    margin-right: 1%;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    display: block;
    background-image: url(/img/shiyong.png);
     transition: margin-top 0.3s ease;
}

.inde_sygj3:hover {
  margin-top: -10px;                   /* 通过负margin上移 */
}
.inde_sygj3:nth-child(8n) {
	margin-right: 0;
}

.inde_sygj3 img {
    width: 80px;
    height: 80px;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
}

.inde_sygj3 div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translate(90px, -45px);
    color: rgb(255, 255, 255);
    width: 120px;
}

.inde_yxks {
	width: 100%;
	/* background-color: #F7F8F9; */
	background-image: url(../img/bg_3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_yxk {
	width: 100%;
	margin: 50px auto;
}

.inde_yxk1 {
	height: 55px;
	display: block;
}

.inde_yxk2 {
	width: 100%;
	display: inline-block;
}

/*新写的2026-1-3*/


/*首页游戏库样式栏目开始*/


/* 1. 容器样式：保留flex布局、间距、换行等核心逻辑 */
.inde_yxk2 {
    display: flex;
    gap: 20px; /* 栏目之间的间距，可按需调整 */
    flex-wrap: wrap; /* 栏目过多自动换行 */
    box-sizing: border-box;
}

/* 2. 单个栏目核心样式：默认状态（背景图+无图标+指定尺寸） */
.inde_yxk2_1 {
    width: 110px;
    height: 48px;
    box-sizing: border-box;
    padding: 0 12px; /* 左右内边距，保证文字不贴边 */
    display: flex; /* 保留flex布局，保证文字居中 */
    align-items: center; /* 垂直居中对齐 */
    justify-content: center; /* 去掉图标后，文字完全居中 */
    color: #000000; /* 默认文字颜色（可根据背景图调整） */
    font-size: 14px; /* 文字大小，可按需调整 */
    cursor: pointer; /* 鼠标悬浮手型 */
    position: relative; /* 保留定位（无实际作用，兼容原有结构） */
    transition: all 0.3s ease; /* 状态切换顺滑过渡 */
    /* 核心修改：默认未选中背景图 */
    background-image: url("/img/weianniuxz.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%; /* 背景图完全覆盖栏目框，无拉伸/裁切 */
    border: none; /* 确保无额外边框 */
}

/* 3. 移除所有小图标相关样式（核心：去掉左侧图标） */
/* 注：直接删除原有所有伪元素图标定义，彻底移除小图标 */

/* 4. 选中状态（.on类）：替换为选中态背景图+黑色文字 */
.inde_yxk2_1.on {
    /* 核心修改：选中态背景图替换为anniuxz.png */
    background-image: url("/img/anniuxz.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    color: #ffffff; /* 选中后黑色文字（可根据背景图调整） */
    border: none;
}

/* 5. “全部”栏目（第一个）样式统一：无额外调整，继承核心样式 */
.inde_yxk2_1:first-child.on {
    /* 仅继承选中态背景图+文字色，无需额外居中（已全局设置justify-content: center） */
    background-image: url("/img/anniuxz.png");
    color: #ffffff;
}


/*首页游戏库样式栏目结束*/


.inde_yxk3 {
	width: 100%;
}

.inde_yxk3_1 {
	width: 100%;
	display: none;
}

/* 你原有样式：无任何改动 */
.inde_yxk4 {
	width: 100%;
	display: inline-block;
	
}

.inde_yxk4_1 {
	width: 221px;
	float: left;
	margin-right: 8px;
	margin-top: 20px;
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	background: rgb(255, 255, 255);
	padding: 1px;
    position: relative; /* 原有定位，无改动 */
    /* 新增1：添加过渡动画，让移动效果顺滑 */
    transition: transform 0.3s ease;
    /* 可选：防止hover时触发其他布局偏移 */
    transform: translateY(0);
}

/* 新增2：鼠标悬浮时，整体往上移动（比如3px，可调整） */
.inde_yxk4_1:hover {
    transform: translateY(-10px); /* 向上移动3px，数值可改（如-5px移更多） */
    /* 可选：加轻微阴影，增强视觉效果（不需要可删除） */
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

/* 你原有img样式：无任何改动 */
.inde_yxk4_1 img {
	width: 216px;
    height: 224px;
    display: block;
    object-fit: cover;
    object-position: center;
    padding: 1px;
    z-index: 0; /* 原有层级，无改动 */
}

/* 三角形样式：无任何改动（仅之前调整过bottom值） */
.inde_yxk4_1::after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 51px; /* 已调高50px的位置，无改动 */
    width: 0;
    height: 0;
    border-width: 0 0 20px 20px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 1;
    /* 新增：三角形随元素一起移动（继承父元素transform） */
    transition: transform 0.3s ease;
}


.inde_yxk4_1 div {
    width: 100%;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: PingFang SC-Medium;
}
.inde_yxk4_1:nth-child(5n) {
	margin-right: 0;
}
.inde_news {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_new {
	width: 100%;
	margin: 50px auto;
}

.inde_new1 {
	height: 55px;
	display: block;
}

.inde_new2 {
    width: 98%;
    max-width: 1200px; /* 模块最大宽度，可调整 */
    margin: 0 auto; /* 居中显示 */
    padding: 20px 0;
    box-sizing: border-box;
}










.inde_newa {
	width: 36%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px;
	margin-left: 2%;
}

.inde_newa1 {
	width: 100%;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}









.inde_newb {
	width: 33%;
	margin-left: 2%;
}

.inde_newb1 {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 20px;
}

.inde_newb1:last-child {
	margin-bottom: 0;
}




/* 新增：4篇图文的列表容器 - 两行两列布局 */
.inde_new_hot_list {
    display: flex;
    flex-wrap: wrap; /* 自动换行 */
    gap: 15px; /* 列/行之间的间距 */
    width: 100%;
}







.inde_newc {
	width: 27%;
	background: #FFFFFF;
	border-radius: 8px;

	padding: 20px;
}







.inde_newc1_4 span {
	margin-right: 5px;
}

.inde_newc1_4 span:last-child {
	margin-right: 0;
}

.inde_hjs {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_5.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_hj {
	width: 100%;
	margin: 50px auto;
}

.inde_hj1 {
	width: 100%;
	display: inline-block;
    transform: translate(255px, -45px);
}

.inde_hj1_1 {
    min-width: 80px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
    float: left;
    font-weight: 500;
    width: 112px;
    height: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.inde_hj1_1:last-child {
	margin-right: 0;
}

.inde_hj1_1.on {
    color: #1ae2be;
    border-bottom: 1px solid #1ae2be;
}

.inde_hj2 {
	width: 100%;
	margin-top: 15px;
}

.inde_hj2_1 {
	width: 100%;
	display: none;
}

.inde_hj3 {
	width: 100%;
	padding: 10px 20px;
	display: inline-block;
}

.inde_hj3_1 {
    height: 262px;
    width: 216px;
    float: left;
    margin: 0 8px;
    margin-right: 1%;
    display: block;
    position: relative;
    background-image: url(/img/hjkuang.png);
}
.inde_hj3_1:first-child {
  margin-left: 0;
}

.inde_hj3_1:nth-child(5n) {
	margin-right: 0;
}
.inde_hj3_1:nth-child(5n)::after{
    display: none;
}
.inde_hj3_1:nth-child(5n) .inde_hj3_4 {
	border-right: 0;
}

.inde_hj3_2 {
	width: 100%;
	height: 125px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_hj3_3 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_hj3_4 {
	/*border-right: 1px solid #E5E5E5;*/
	width: 100%;
	height: 75px;
	margin-top: 15px;
	text-align: center;
	padding: 0 20px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.inde_yxgls {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_6.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_yxgl {
	width: 100%;
	margin: 50px auto;
}

.inde_yxgl1 {
	width: 100%;
	margin-top: 15px;
	display: flex;
}

.inde_yxgl2 {
	width: 41%;
}

.inde_yxgl2_1 {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 15px;
}

.inde_yxgl2_1:last-child {
	margin-bottom: 0;
}

.inde_yxgl2_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_yxgl2_1 div {
	width: 100%;
	padding: 15px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	position: absolute;
	left: 0;
	bottom: 0;
}

.inde_yxgl3 {
	width: 57%;
	margin-left: 2%;
	padding: 5px 20px;
}

.inde_yxgl3_1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 15px 0;
	display: flex;
}

.inde_yxgl3_1:last-child {
	border-bottom: 0;
}

.inde_yxgl3_2 {
	width: 96px;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_yxgl3_3 {
	width: calc(100% - 96px - 45px);
	padding: 0 10px;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_yxgl3_4 {
	width: 45px;
	text-align: right;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
}

.inde_phbs {
	width: 100%;
	background-color: #F4F5F6;
	background-image: url(../img/bg_7.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_phb {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 100px;
}

.inde_phb1 {
	width: 100%;
	margin-top: 15px;
	display: flex;
}

.inde_phb2 {
    margin-right: 2%;
    overflow: hidden;
    padding: 20px;
    background-image: url(/img/bg_8.png);
    height: 698px;
    width: 380px;
}

.inde_phb2:nth-child(3n) {
	margin-right: 0;
}

.inde_phb3 {
	width: 100%;
}

.inde_phb3_1 {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #434343;
}

.inde_phb3_2 {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #999999;
}
/*小图标修改*/
.inde_phb4 {
    width: 100%;
    min-height: 560px;
    margin-top: 50px;
}

.inde_phb4_1 {
	width: 100%;
	display: block;
	box-sizing: border-box;
	/* 关键新增1：设置定位基准，让小图标基于此元素定位（而非嵌套的.inde_phb4_2） */
	position: relative;
	/* 关键新增2：给小图标腾出左侧空间，避免遮挡内容（值=小图标宽度+间距） */
	padding-left: 38px; /* 30px图标宽度 + 8px间距，可微调 */
	margin: 24px 0;
}

.inde_phb4_1:last-child {
	border-bottom: 0;
}

.inde_phb4_2 {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	overflow: hidden;
	/* 保留inline-block，确保和文字区域横向排列 */
	display: inline-block;
	vertical-align: middle;
	/* 关键修改1：移除原有relative定位，取消对小图标的嵌套约束 */
	/* position: relative; 注释/删除此属性 */
}

.inde_phb4_2_1 {
    display: block;
    object-fit: cover;
    object-position: center;
    border: 1px solid #1ae2be;
    width: 72px;
    height: 72px;
    padding: 1px;
}


.inde_phb4_2_2 {
	width: 30px;
	height: auto;
	/* 关键修改2：重新设置绝对定位，基于.inde_phb4_1（而非.inde_phb4_2） */
	position: absolute;
	left: 0; /* 贴紧.inde_phb4_1左侧 */
	top: 32%; /* 垂直居中第一步：对齐父元素垂直中点 */
	transform: translateY(-50%); /* 垂直居中第二步：自身向上偏移50%，实现完美居中 */
	/* 关键新增：小图标与主图片的间距（通过调整left值替代margin，避免脱离文档流后margin失效） */
	/* 若想增大图标与主图片间距，可将left改为8px，同时对应调整.inde_phb4_1的padding-left为46px */
	z-index: 1; /* 确保小图标在最上层，不被主图片/文字遮挡 */
}

.inde_phb4_3 {
	/* 关键修改3：重新计算宽度（主图片宽度+主图片与文字间距，无需计算小图标，因它已脱离文档流） */
	width: calc(100% - 90px); /* 80px主图片 + 10px主图片与文字间距，恢复原计算逻辑但适配新布局 */
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	float: right;
}

.inde_phb4_4 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inde_phb4_5 {
    display: inline-block;
    width: 340px;
    overflow: hidden;
    white-space: nowrap;
}

.inde_phb4_5 div {
    max-width: 100px;
    min-width: 40px;
    height: 25px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    text-align: center;
    line-height: 25px;
    padding: 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #999999;
}

.inde_phb4_5 div:nth-child(n+4) {
  display: none;
}
.inde_phb4_5 div:last-child {
	margin-right: 0;
}



/*小图标结束*/





.inde_phb5 {
    width: 332px;
    height: 42px;
    margin-top: -45px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    background-image: url(/img/phbanniu.png);
}

.inde_phb5 span {
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.inde_phb5 img {
	width: 6px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.yxk_box {
	width: 100%;

}
#yxkbg{
        background: #000000;
        position: relative;
}

.yxk_bo {
	width: 100%;
	margin-bottom: 65px;

}
#yxktoutu{
    /*margin-top: -800px;*/
}

.yxkjianjie{
    width: 1200px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    position: absolute;
    line-height: 50px;
    margin-bottom: 10px;
    z-index: 2;
    top: 50px;
    left: 50% ;
    transform: translateX(-50%) ;
    
}
.yxkjianjie p{
    width: 50%;
    padding: 80px 0 0 30px;
}
.tit_box {
    width: 1200px;
    padding: 25px 0;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    z-index: 2;
    left: 0px;
    top: 0;
}

.tit_box img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.tit_box div {
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
}

.tit_box span {
	margin: 0 5px;
}

.yxk_bo1 {
	width: 100%;
	font-weight: 600;
	font-size: 20px;
	color: #333333;
	margin: 0 0 20px 0;
}

.yxk_bo2 {
	width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    box-sizing: border-box;
	
}

/* 1. 父容器样式（新增独立类名，避免与子元素冲突） */
.yxk_bo2_1_wrap {
    display: flex;
    gap: 10px; /* 栏目之间的间距，可按需调整 */
    flex-wrap: wrap; /* 栏目过多自动换行 */
    padding: 10px 0;
    box-sizing: border-box;
}

/* 2. 单个栏目核心样式：默认状态（灰底、圆角、指定尺寸） */
.yxk_bo2_1 {
    width: 110px;
    height: 48px;
    box-sizing: border-box;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    background-image: url(/img/anniuhui.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border: none;
}


/* 4. 选中状态（.on类）：黄色背景、黑色文字、黑色图标（lm1.png ~ lm10.png） */
.yxk_bo2_1.on {
    background-image: url(/img/anniulv.png);
    color: #ffffff;
}


/* 5. 可选优化：“全部”栏目（第一个）选中状态样式统一（无图标） */
.yxk_bo2_1:first-child.on {
    background-image: url(/img/anniulv.png);
    color: #ffffff;
}


.yxk_list {
	width: 100%;
	display: inline-block;
}

.yxk_li {
	width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-top: 20px;
    overflow: hidden;
    background-image: url(/img/yxkkuang.png);
}

.yxk_li:nth-child(4n) {
	margin-right: 0;
}

.yxk_li1 {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 282px;
    height: 145px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 17px) 100%, 0% 100%);
}

.yxk_li2 {
	width: 100%;
	padding: 15px;
}

.yxk_li3 {
	width: 100%;
}

.yxk_li3_1 {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	
}

.yxk_li3_2 {
    width: calc(100% - 60px);
    display: inline-block;
    vertical-align: middle;
}

.yxk_li3_3 {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yxk_li3_4 {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #C8C9CC;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yxk_li4 {
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.yxk_li5 {
    width: 100%;
    display: flex;
    background: #000000;
}

.yxk_li5_1 {
    width: 40%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.yxk_li5_2 {
    width: calc(100% - 90px);
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    background-image: url(/img/zhuanqu2.png);
    color: #000000;
}

.pages {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	border: 1px solid #90969C;
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #90969C;
	line-height: 40px;
	margin: 0 5px;
}

.pagination span {
	border: 1px solid #90969C;
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #90969C;
	line-height: 40px;
	margin: 0 5px;
}

.pagination a.active {
    border: 1px solid #000000;
    background: #000000;
    color: white;
}

.pagination a:active {
	border: 1px solid #000000;
	background: #000000;
	color: white;
}

.xwzx_box {
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}

.xwzx_right {
	width: 400px;
	float: left;
	margin-left: 20px;
}

.xwzx_ri {
	width: 100%;
	background: white;
	margin-bottom: 10px;
	padding: 20px;
	background: #FFFFFF;
    box-shadow: 0px -4px 0px 0px #1AE2BE;
}

.xwzx_ri:last-child {
	margin-bottom: 0;
}

.xwzx_ria {
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}

.xwzx_rib {
	width: 100%;
	padding: 5px 0;
	display: inline-block;
}

.xwzx_rib1 {
	width: 20px;
	height: 20px;
	background: #FF0000;
	border-radius: 2px;
	text-align: center;
	line-height: 20px;
	float: left;
	margin-right: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}

.xwzx_rib2 {
	width: calc(100% - 30px);
	float: left;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}

.xwzx_rib2 img {
	width: 120px;
	height: 70px;

	float: left;
	margin-right: 10px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.xwzx_rib2 div {
	width: calc(100% - 130px);
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.xwzx_ric {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: flex;
}

.xwzx_ric:last-child {
	border-bottom: 0;
}

.xwzx_ric1 {
	width: 20px;
	height: 20px;
	background: #D9D9D9;
	border-radius: 2px;
	text-align: center;
	line-height: 20px;
	float: left;
	margin-right: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}

.xwzx_ric1.on1 {
	background: #FF9500;
}

.xwzx_ric1.on2 {
	background: #FFCA37;
}

.xwzx_ric1.on3 {
	background: #FF0000;
}

.xwzx_ric2 {
	width: calc(100% - 30px);
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.xwzx_rid {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: inline-block;
}

.xwzx_rid:last-child {
	border-bottom: 0;
}

.xwzx_rid1 {
	width: 120px;
	height: 70px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-right: 10px;
}

.xwzx_rid2 {
	width: calc(100% - 130px);
	float: left;
}

.xwzx_rid2_1 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.xwzx_rid2_2 {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
	margin-top: 25px;
}

.xwzx_rid2_2 img {
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.xwzx_rid2_2 span {
	display: inline-block;
	vertical-align: middle;
}

.xwzx_left {
	width: calc(100% - 420px);
	float: left;
	background: white;
	padding: 0 20px;
}

.xwzx_le {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 19px 0;
	display: inline-block;
}

.xwzx_le:last-child {
	border-bottom: 0;
}

.xwzx_le1 {
	width: 190px;
	height: 105px;

	float: left;
	margin-right: 10px;
	object-fit: cover;
	object-position: center;
}

.xwzx_le2 {
	width: calc(100% - 200px);
	float: left;
}

.xwzx_le2_1 {
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.xwzx_le2_2 {
	width: 100%;
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.xwzx_le2_3 {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
}

.phb_top {
	width: 100%;
	margin-top: 15px;
	position: relative;
}

.phb_top1 {
	width: 100%;
	display: block;
}

.phb_top2 {
    width: 38%;
    display: flex;
    position: absolute;
    top: 45px;
    right: 12.5%;
    z-index: 1;
    transform: translate(-286px, 142px);
}

.phb_top2_1 {
    margin: 0 166px 0 0;
}

.phb_top2_2 {
    height: 82px;
    display: block;
    object-fit: cover;
    object-position: center;
    margin: auto;
    border: 1px solid #1AE2BE;
}

.phb_top2_3 {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: rgb(255, 255, 255);
}


.phb_top2_4 {
    max-width: 100%;
    width: 80px;
    height: 30px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    display: block;
    background: url(/img/top123.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.phb_top2_1:nth-child(1) {

}
.phb_top2_1:nth-child(2) {
    margin: -16px 166px 0 0;
}
.phb_top2_1:nth-child(3) {

}

.phb_top2_1:nth-child(3) .phb_top2_3 {
    color: #fff;
}




.phb_down {
	width: 100%;
	margin-top: 65px;
	display: flex;
}

.sygj_list {
	width: 100%;
	display: inline-block;
}

.sygj_li {
    float: left;
    width: 224px;
    height: 120px;
    margin-top: 15px;
    margin-right: 1%;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    display: block;
    background-image: url(/img/shiyong.png);
    transition: margin-top 0.3s ease;
}

.sygj_li:nth-child(8n) {
	margin-right: 0;
}

.sygj_li1 {
    width: 80px;
    height: 80px;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
}

.sygj_li2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translate(90px, -45px);
    color: rgb(255, 255, 255);
    width: 120px;
}

.hj_list {
	width: 100%;
	display: inline-block;
}

.hj_li {
    width: 23%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-top: 15px;
    background: #FFFFFF;
    box-shadow: inset 0px -4px 0px 0px #1AE2BE;
    border-radius: 0px 0px 0px 0px;
}

.hj_li:nth-child(4n) {
	margin-right: 0;
}

.hj_li1 {
	width: 282px;
	height: 150px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.hj_li2 {
	width: 100%;
	padding: 20px;
}

.hj_li2_1 {
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.hj_li2_2 {
	width: 100%;
	margin-top: 5px;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
}

.hj_li2_3 {
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wzdeta_box {
	width: 100%;
	display: inline-block;
}

.wzdeta_right {
	width: 400px;
	float: left;
	margin-left: 20px;
}

.wzdeta_ri {
	width: 100%;
	background: white;
	margin-bottom: 10px;
	padding: 20px;
	box-shadow: inset 0px 4px 0px 0px #1AE2BE;
}

.wzdeta_ri1 {
	width: 100%;

}

.wzdeta_ri1_1 {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.wzdeta_ri1_2 {
	width: calc(100% - 100px);
	display: inline-block;
	vertical-align: middle;
}

.wzdeta_ri1_3 {
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.wzdeta_ri1_4 {
	width: 100%;
	display: inline-block;
	color: #90969c;
    font-size: 12px;
}

.wzdeta_ri1_4 div {
	min-width: 40px;
	height: 25px;
	background: #EEEEEE;
	border-radius: 4px;
	padding: 0 5px;
	text-align: center;
	line-height: 25px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
}

.wzdeta_ri1_4 div:last-child {
	margin-right: 0;
}

.wzdeta_ri2 {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: rgb(255, 255, 255);
    display: block;
    background: #1ae2be;
}

.wzdeta_left {
	width: calc(100% - 420px);
	float: left;
}

.wzdeta_lea {
	width: 100%;
	background: white;
	padding: 30px;
}

.wzdeta_lea1 {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #333333;
	margin: 0;
}

.wzdeta_lea2 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #C8C9CC;
}

.wzdeta_lea2 span {
	margin-right: 20px;
}

.wzdeta_lea2 span:last-child {
	margin-right: 0;
}

.wzdeta_lea3 {
	width: 100%;
	margin-top: 25px;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.wzdeta_lea3 img {
    width: 600px !important;
	margin: 20px 0;
	height: 100% !important;
	
}

.wzdeta_leb {
	width: 100%;
	margin-top: 25px;
}

.wzdeta_leb1 {
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.wzdeta_leb2 {
	width: 100%;
	display: inline-block;
}

.wzdeta_leb2_1 {
	width: 47%;
	height: 40px;
	background: #EFEFEF;
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	padding: 0 5px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
	display: block;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.wzdeta_leb2_1:nth-child(4n) {
	margin-right: 0;
}

.yxzt_tops {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	overflow: visible !important;
}
/* 图片容器，用于包裹 img */
.img-wrapper {
  position: relative;        /* 让伪元素相对于此容器定位 */
  display: inline-block;     /* 使容器尺寸与图片一致（也可用 block） */
  line-height: 0;            /* 可选：消除图片下方空隙 */
}

/* 图片本身占满容器 */
.img-wrapper .yxzt_top1 {   
    margin: auto;
    width: 100%;
    height: 638px;
}

/* 渐变叠加层 */
.img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 35%);
    z-index: 1;
}

.yxzt_top2 {
    padding: 40px 30px;
    background: rgba(28, 35, 39, 0.85);
    position: absolute;
    right: 0;
    top: -500px;
    width: 378px;
    height: 452px;
    z-index: 10;
}

.yxzt_top3 {
	width: 100%;
	display: inline-block;
}

.yxzt_top3_1 {
	width: 95px;
	padding: 5px;
	text-align: center;
	float: left;
	margin-left: 20px;
}
.c{
    order-left: 1px solid #494949;
    padding-left: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.yxzt_top3_1_1 {
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	color: #999999;
}

.yxzt_top3_1_2 {
    width: 100%;
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
}

.yxzt_top3_1_3 {
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
}

.yxzt_top3_2 {
	width: calc(100% - 115px);
	float: left;
}

.yxzt_top3_2_1 {
	width: 100%;
	font-weight: 600;
	font-size: 30px;
	color: #FFFFFF;
	margin: 0;
}

.yxzt_top3_2_2 {
    width: 85px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.yxzt_top4 {
	width: 100%;
	display: inline-block;
}

.yxzt_top4 div {
    min-width: 65px;
    padding: 0 5px;
    text-align: center;
    line-height: 25px;
    float: left;
    margin-top: 30px;
    margin-right: 10px;
    font-size: 14px;
    height: 28px;
    background: #404040;
    color: #A2A2A2;
}

.yxzt_top4 div:last-child {
	margin-right: 0;
}

.yxzt_top5 {
	width: 100%;
	margin-top: 70px;
	display: flex;
}
.yxzt_top1::after{
      content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 渐变层（50%透明度） */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(255, 255, 255, 0.5),
    rgba(0, 0, 0, 0.5)
  );
  pointer-events: none; /* 不影响图片的点击等交互 */
}
.yxzt_top5_1 {
    width: 48%;
    height: 40px;
    background: #494949;
    text-align: center;
    margin-right: 4%;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    display: block;
}

.yxzt_top5_1:last-child {
	margin-right: 0;
}

.yxzt_top5_1 img {
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_top5_1 span {
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_top6 {
    width: 100%;
    height: 55px;
    display: block;
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    background: url(/img/xz_4.png);
}

.yxzt_top6 img {
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_top6 span {
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_box {
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}

.yxzt_right {
	width: 375px;
	float: left;
	margin-left: 25px;
}

.yxzt_ria {
	width: 100%;
	background: #1D2022;
	margin-bottom: 25px;
	padding: 20px;
}

.yxzt_ria1 {
	width: 100%;
	display: inline-block;
}

.yxzt_ria1_1 {
	font-weight: 500;
	font-size: 20px;
	color: #ffffff;
	float: left;
}

.yxzt_ria1_2 {
	float: right;
	font-weight: 400;
	font-size: 16px;
	color: #C8C9CC;
	margin-bottom: 5px;
}

.yxzt_ria1_2 span {
	display: inline-block;
	vertical-align: middle;
}

.yxzt_ria1_2 img {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_ria2 {
	width: 100%;
}

.yxzt_ria3 {
	border-bottom: 1px solid #666666;
	width: 100%;
	display: block;
	padding: 10px 0;
	font-weight: 500;
	font-size: 14px;
	color: #A2A2A2;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_ria3:last-child {
	border-bottom: 0;
}

.yxzt_rib {
	width: 100%;
	background: #1D2022;
	padding: 20px;
}

.yxzt_rib1 {
	width: 100%;
	display: inline-block;
}

.yxzt_rib2 {
	width: 25%;
	display: block;
	float: left;
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.yxzt_rib2 img {
	width: 70px;
	height: 70px;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}

.yxzt_rib2 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	color: #A2A2A2;
}

.yxzt_left {
	width: calc(100% - 400px);
	float: left;
}

.yxzt_lea {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px;
}

.yxzt_lea1 {
	width: 100%;
	display: inline-block;
}

.yxzt_lea1_1 {
	float: left;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
}

.yxzt_lea1_2 {
    float: right;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    background: #1ae2be;
}

.yxzt_lea1_2 span {
	display: inline-block;
	vertical-align: middle;
}

.yxzt_lea1_2 img {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_lea2 {
	width: 100%;
	margin-top: 15px;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
}

/*简介下面的列表*/

.yxzt_leb {
	width: 100%;
	margin-top: 1px;

}

.yxzt_leb1 {
	width: 48%;
}

.yxzt_leb2 {
	width: 100%;
}

.yxzt_leb2 .swiper {
	width: 100%;
	height: 100%;
}

.yxzt_leb2 .swiper-slide {
	width: 100%;
	height: 100%;
}

.yxzt_leb2 .swiper-button-prev::after,
.yxzt_leb2 .swiper-button-next::after {
	display: none;
}

.yxzt_leb2 .swiper-button-prev {
	width: 25px;
	height: 55px;
	border-radius: 4px;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.yxzt_leb2 .swiper-button-next {
	width: 25px;
	height: 55px;
	border-radius: 4px;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.yxzt_leb2_1 {
	width: 100%;
	height: 225px;
	display: block;
	overflow: hidden;
}

.yxzt_leb2_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.yxzt_leb3 {
	width: 100%;
	display: inline-block;
}

.yxzt_leb3_1 {
	width: 49%;
	height: 105px;
	overflow: hidden;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	position: relative;
}

.yxzt_leb3_1:nth-child(2n) {
	margin-right: 0;
}

.yxzt_leb3_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.yxzt_leb3_1 div {
	width: 100%;
	padding: 10px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	position: absolute;
	left: 0;
	bottom: 0;
}

.yxzt_leb4 {
	width: 48%;
	margin-left: 4%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px;
}

.yxzt_leb5 {
	width: 100%;
}

.yxzt_leb5_1 {
	border-bottom: 1px solid #666666;
	width: 100%;
	padding: 7.5px 0;
	display: flex;
}

.yxzt_leb5_1:last-child {
	border-bottom: 0;
}

.yxzt_leb5_2 {
	width: 60px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
}

.yxzt_leb5_3 {
	width: calc(100% - 100px);
	padding: 0 5px;
	font-weight: 500;
	font-size: 14px;
	color: #A2A2A2;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_leb5_4 {
	width: 40px;
	text-align: right;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
}
.yxzt_leb6{
    background: #1D2022;
    float: right;
    width: 50%;
    margin-top: -350px;
    padding: 20px;
}
.yxzt_leb1_1{
    color: #fff;
    font-size: 20px;
}



/*结束简介下面的列表*/


.yxzt_lec {
	width: 100%;
	margin-top: 25px;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.yxzt_led {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	margin-top: 15px;
	padding: 20px;
}

.yxzt_led1 {
	width: 100%;
	display: inline-block;
}

.yxzt_led2 {
	width: 32%;
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	display: block;
	font-weight: 500;
	font-size: 16px;
}

.yxzt_led2:nth-child(3n) {
	margin-right: 0;
}

.yxzt_led2 img {
	width: 100%;
	height: 135px;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
}

.yxzt_led2 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_lee {
	width: 100%;
	background:#1D2022;
	margin-top: 25px;
	padding: 20px;
}

.yxzt_lee1 {
	width: 100%;
	display: inline-block;
}

.yxzt_lee1_1 {

    float: left;
    width: 13.428%;
    margin-top: 15px;
    margin-right: 1%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 5px;
    font-weight: 500;
    font-size: 16px;
    color: #108670;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #1D2022;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #108670;
}

.yxzt_lee1_1:nth-child(7n) {
	margin-right: 0;
}

.yxzt_lee1_1.on {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #108670;
    background: #1ae2be;
    color: #333333;
    font-weight: 600;
    
}

.yxzt_lee2 {
	width: 100%;
}

.yxzt_lee2_1 {
	width: 100%;
	display: none;
}

.yxzt_lee3 {
	width: 100%;
	display: inline-block;
}

.yxzt_lee3_1 {
	width: 15%;
	float: left;
	margin-right: 2%;
	margin-top: 15px;
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.yxzt_lee3_1:nth-child(6n) {
	margin-right: 0;
}

.yxzt_lee3_1 img {
    width: 100%;
    height: 80px;
	display: block;
	margin-bottom: 5px;
}

.yxzt_lee3_1 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	color: #A2A2A2;
}

.yxzt_lee4 {
	width: 100%;
	display: inline-block;
}

.yxzt_lee4_1 {
    float: left;
    width: 13.428%;
    margin-top: 15px;
    margin-right: 1%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 5px;
    font-weight: 500;
    font-size: 16px;
    color: #108670;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #1D2022;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #108670;
}

.yxzt_lee4_1:nth-child(6n) {
	margin-right: 0;
}

.yxzt_lee4_1.on {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #108670;
    background: #1ae2be;
    color: #333333;
    font-weight: 600;
}

.yxzt_lee5 {
	width: 100%;
}

.yxzt_lee5_1 {
	width: 100%;
	display: none;
}

.yxzt_lee6 {
	width: 100%;
	display: inline-block;
}

.yxzt_lee6_1 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	display: block;
	margin-top: 15px;
}

.yxzt_lee6_1:nth-child(4n) {
	margin-right: 0;
}

.yxzt_lee6_2 {
	width: 100%;
	height: 100px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.yxzt_lee6_2 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.yxzt_lee6_2 div {
	width: 35px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: 500;
	font-size: 12px;
	color: #FFFFFF;
	background: linear-gradient(180deg, #FFA05C 0%, #E20000 100%);
	border-radius: 0px 6px 0px 6px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.yxzt_lee6_3 {
	width: 100%;
	margin-top: 5px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #A2A2A2;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_lee7 {
	width: 100%;
	display: inline-block;
}

.yxzt_lee7_1 {
    float: left;
    width: 13.428%;
    margin-top: 15px;
    margin-right: 1%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 5px;
    font-weight: 500;
    font-size: 16px;
    color: #108670;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #1D2022;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #108670;
}

.yxzt_lee7_1:nth-child(7n) {
	margin-right: 0;
}

.yxzt_lee7_1.on {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #108670;
    background: #1ae2be;
    color: #333333;
    font-weight: 600;
}

.yxzt_lee8 {
	width: 100%;
}

.yxzt_lee8_1 {
	width: 100%;
	display: none;
}

.yxzt_lee9 {
	width: 100%;
	display: inline-block;
}

.yxzt_lee9_1 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
	margin-top: 15px;
	height: 40px;
	background: #404040;;
	padding: 0 5px;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #A2A2A2;
	line-height: 40px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_lee9_1:nth-child(5n) {
	margin-right: 0;
}

.yxzt_down {
	width: 100%;
	margin-top: 65px;
}

.yxzt_down1 {
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #ffffff;
}

.yxzt_down2 {
	width: 100%;
	display: inline-block;
}

.yxzt_down3 {
	width: 18.4%;
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	display: block;
}

.yxzt_down3:nth-child(5n) {
	margin-right: 0;
}

.yxzt_down3_1 {
	width: 100%;
	height: 125px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.yxzt_down3_2 {
	width: 100%;
	margin-top: 5px;
	font-weight: 500;
	font-size: 16px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_down3_3 {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}








.inde_yxks666{
    width: 100%;
    /* background-color: #F7F8F9; */
    background-image: url(../img/bg_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.yxk_bo3 {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    box-sizing: border-box;

}

/* 1. 父容器样式（新增独立类名，避免与子元素冲突） */
.yxk_bo3_1_wrap {
    display: flex;
    gap: 10px; /* 栏目之间的间距，可按需调整 */
    flex-wrap: wrap; /* 栏目过多自动换行 */
    padding: 10px 0;
    box-sizing: border-box;
}

/* 2. 单个栏目核心样式：默认状态（灰底、圆角、指定尺寸） */
.yxk_bo3_1 {
    width: 110px;
    height: 48px;
    box-sizing: border-box;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    background-image: url(/img/anniuhui.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border: none;
}


/* 4. 选中状态（.on类）：黄色背景、黑色文字、黑色图标（lm1.png ~ lm10.png） */
.yxk_bo3_1.on {
    background-image: url(/img/anniulv.png);
    color: #ffffff;
}


/* 5. 可选优化：“全部”栏目（第一个）选中状态样式统一（无图标） */
.yxk_bo3_1:first-child.on {
    background-image: url(/img/anniulv.png);
    color: #ffffff;
}

/* inde_yxk6样式开头 */
/* 核心容器：1200x48，无圆角，栏目一行排列 + 灰色上下边框 + 下方三角缺口 */
.inde_yxk6 {
    height: 48px;
    border-radius: 0;
    margin: 20px auto; /* 可选：容器居中，不需要可删除 */
    display: flex; /* 栏目一行排列 */
    /* 每个栏目固定120px，均匀分布 */
    justify-content: flex-start; 
    align-items: center; /* 栏目垂直居中 */
    background-color: transparent; /* 容器背景透明 */
    overflow: hidden; /* 防止内容溢出 */
    /* 灰色上下边框（颜色可自定义） */
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    /* 相对定位：为三角缺口伪元素做定位 */
    position: relative;
    background-color: #F3F3F3;
    width: 1200px;                /* 确保容器宽度占满 */
    overflow-x: auto;           /* 横向超出时显示滚动条 */
    overflow-y: hidden;         /* 禁止垂直滚动 */
    white-space: nowrap;        /* 子元素强制一行显示（配合 inline-block 使用） */
    -webkit-overflow-scrolling: touch; /* 移动端平滑滚动 */
    scrollbar-width: none;      /* Firefox 隐藏滚动条 */
}

/* 下方左侧三角缺口（颜色和页面背景一致，假设为白色） */
.inde_yxk6::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px; /* 三角尺寸，可调整 */
    height: 12px;
    background-color: #fafafa; /* 页面背景色，覆盖边框 */
    clip-path: polygon(0 100%, 0 0, 100% 100%); /* 左下方三角 */
    z-index: 2;
}
.inde_yxk6::-webkit-scrollbar {
  display: none;              /* Chrome/Safari 隐藏滚动条 */
}

/* 下方右侧三角缺口（修正角度：顺时针转90度） */
.inde_yxk6::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px; /* 三角尺寸，可调整 */
    height: 12px;
    background-color: #fafafa; /* 页面背景色，覆盖边框 */
    /* 修正后的clip-path：顺时针转90度后的右下方三角 */
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    z-index: 2;
}

/* 单个栏目外层框：固定120x48，为竖线做定位 */
.column-item-wrap {
    width: 120px; /* 栏目宽度改为120px */
    height: 48px; /* 栏目高度改为48px */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* 为竖线伪元素定位 */
}

/* 栏目间灰色短竖线（居中显示在两个栏目中间） */
.column-item-wrap:not(:last-child)::after {
    content: '';
    position: absolute;
    /* 竖线定位：在当前栏目最右侧（即两个栏目中间） */
    right: 0;
    /* 垂直居中 */
    top: 50%;
    transform: translateY(-50%);
    width: 1px; /* 竖线宽度 */
    height: 22px; /* 竖线高度，可调整 */
    background-color: #e5e5e5; /* 竖线灰色 */
    z-index: 1;
}

/* 栏目链接核心样式：120x48匹配图片尺寸，图片不缩小 */
.column-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* 继承外层120px */
    height: 100%; /* 继承外层48px */
    /* 图片120x48，用cover完整覆盖且不缩小 */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* 匹配120x48图片，完整覆盖不缩小 */
    cursor: pointer;
    transition: none;
    z-index: 1;
    padding: 22px;
}

/* 文字样式：适配120px栏目宽度，保持原有字体属性 */
.nav-item-text {
    width: 100%; /* 继承栏目120px宽度，居中显示 */
    height: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #999999; /* 默认文字色 */
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 22px; /* 文字垂直居中 */
    z-index: 1; /* 文字在背景图上方 */
}

/* 1. 默认第一个栏目：激活样式（文字#1B1F21 + 背景图） */
.inde_yxk6 .column-item-wrap:first-child .column-box {
    background-image: url("/img/lmxtb.png");
}
.inde_yxk6 .column-item-wrap:first-child .nav-item-text {
    color: #1B1F21;
}

/* 2. 鼠标悬浮任意栏目：激活样式 */
.column-box:hover {
    background-image: url("/img/lmxtb.png") !important;
}
.column-box:hover .nav-item-text {
    color: #1B1F21 !important;
}

/* 3. 点击后选中态（on类）：替代第一个默认激活 */
.column-box.on {
    background-image: url("/img/lmxtb.png") !important;
}
.column-box.on .nav-item-text {
    color: #1B1F21 !important;
}
/* inde_yxk6样式结束 */








/* 第二行（新游上线+更新日志）布局 */
.inde_new_main_row2 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* 新游上线（左1/2） */
.inde_new_new_game {
    width: 49%; /* 约1/2宽度 */
    box-sizing: border-box;
}

/* 更新日志（右1/2） */
.inde_new_update_log {
    width: 49%; /* 约1/2宽度 */
    box-sizing: border-box;
}

/* 标题栏通用样式（热点推荐/行业速报等标题+更多） */









/* 新闻热门资讯开始*1111111111111111111111111111111111111*/









.inde_new_main_row1 {
    display: flex;
    align-items: stretch;      /* 两边等高 */
    gap: 24px;                  /* 间距可调 */
    width: 100%;                /* 自适应父容器宽度 */
    max-width: 1400px;          /* 可选：限制最大宽度，避免过宽 */
    margin: 0 auto;
    font-family: system-ui, sans-serif;
}

/* 左侧热点推荐：占2/3宽度 */
.inde_new_hot_recommend {
    flex: 2;                    /* 2/3 */

}

/* 右侧行业速报：占1/3宽度 */
.inde_new_industry_news {
    flex: 1;                    /* 1/3 */

}

/* 标题行样式 */
.inde_newb2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
.inde_newb2_1 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.inde_newb2_2 {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    background: #1AE2BE;
    color: #000000;
    padding: 0 4px;
    transform: translate(-10px, 0px);
}
.inde_newb2_2 img {
    width: 16px;
    height: 16px;
}

/* ---------- 左侧大图（宽高比例 840:310 ≈ 2.71:1） ---------- */
.inde_newa2 {
    position: relative;
    display: block;
    width: 100%;                /* 占满左侧容器 */
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 840 / 310;    /* 保持大图比例 */
}
.inde_newa2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* 裁剪填充，不变形 */
    display: block;
}
.inde_new_hot_title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 16px;
    font-size: clamp(14px, 2vw, 18px); /* 响应式字体 */
    font-weight: bold;
    display: inline-block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0;
}

/* ---------- 左侧四篇小文章（两行，图片比例 190:108 ≈ 1.76:1） ---------- */
.inde_new_hot_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.inde_new_hot_row {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 0;
    padding-bottom: 28px;

}
.inde_new_hot_row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.inde_newa3 {
    flex: 1;                    /* 每行两个，各占一半 */
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    border-radius: 0;
}

.inde_newa3_left {
    flex: 0 0 40%;              /* 图片容器占文章宽度的40% */
    max-width: 50%;
    aspect-ratio: 190 / 108;    /* 保持小图比例 */
}
.inde_newa3_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.inde_newa3_right {
    flex: 1;                    /* 文字区域占60% */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;               /* 确保省略号有效 */
}

.inde_newa3_title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    max-height: 2.8em;          /* 两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}

.inde_newa3_desc {
    font-size: 14px;
    margin-top: 20px;
    color: #888;
    line-height: 1.4;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ---------- 右侧行业速报（图片比例 132:74 ≈ 1.78:1） ---------- */
.inde_new_industry_news {
    display: flex;
    flex-direction: column;
}


.inde_newc1_1 {
    flex: 0 0 40%;              /* 图片占文章宽度的40% */
    max-width: 40%;
    aspect-ratio: 132 / 74;     /* 保持行业资讯图片比例 */
    object-fit: cover;          /* 直接作用于img，也可用容器包裹，这里img本身 */
    border-radius: 0;
    display: block;             /* 去除图片底部间隙 */
    width: 100%;                /* 配合flex-basis */
    height: auto;               /* aspect-ratio控制高度 */
}

.inde_newc1_2 {
    flex: 1;                    /* 文字占60% */
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.inde_newc1_3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.inde_newc1_4 {
    text-align: right;
    font-size: 13px;
    color: #999;
    margin-right: 20px;
    margin-top: auto;           /* 时间靠下 */
}
.inde_newc1_4 span {
    border-radius: 0;
    display: inline-block;
}









/* 新闻热门资讯结束*111111111111111111111111111111111111111111*/



















/* 行业速报条目 */
.inde_newc1 {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: #333;
    padding: 0px 0 14px 0;
}

.inde_newc1:hover {
    color: #0066cc;
}


/* 灰色分隔符（行与行之间） */
.inde_new_divider {
    height: 1px;
    background-color: #dcdcdc;
    margin: 20px 0;
}

/* 行内分隔线（条目之间） */
.inde_new_divider_line {
    height: 1px;
    background-color: #eee;
    margin: 0;
}

/* 新游上线大图条目 */
.inde_newb3 {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: #333;
    margin-bottom: 22px;
}

.inde_newb3:hover {
    color: #0066cc;
}

.inde_newb3_1 {
    width: 50%;
    flex-shrink: 0;
}

.inde_newb3_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inde_newb3_2 {
    flex: 1;
}

.inde_newb3_3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.inde_newb3_4 {
    font-size: 14px;
    color: #888;
    line-height: 1.4;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 14px 0;
}

.inde_newb3_5 {
    font-size: 12px;
    color: #999;
    float: right;
    margin-top: 14px;
}

/* 新游上线/更新日志 标题+时间条目 */
.inde_newb4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 12px 0;
    margin-top: 1px;
}



.inde_sbzxric2_1 {
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inde_sbzxric2_2 {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    flex-shrink: 0;
}
.wzdeta_lea3 p{
    line-height: 30px;
    font-size: 16px;
}
#mianbaoxie
{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #999999;
}
    @media (max-width: 1020px) {


/* inde_yxk6删除了所有的样式 */



    }















