
body {
    margin: auto;
    cursor: default;
    background: #FBF7F4;
}

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: 1200px;
	display: inline-block;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.inde_rmhj1 {
    width: 15%;
    float: left;
    margin: 12px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-bottom: 10px;
    padding-right: 10px;
    background: #FCF3E4;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #CCA875;
}

/* 父容器下 第一个 .inde_rmhj1：清除左边距 */
.inde_rmhj .inde_rmhj1:first-child {
  margin-left: 0 !important;
}

/* 父容器下 最后一个 .inde_rmhj1：清除右边距 */
.inde_rmhj .inde_rmhj1:last-child {
  margin-right: 0 !important;
}

.inde_rmhj1 img {
    width: 93%;
    height: 90px;
    display: block;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
    margin: 11px;
    border-radius: 8px 8px 8px 8px;
}

/* 新增：img的背景图（伪元素实现错位+超出效果） */


.inde_rmhj1 div {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    margin: 0 10px;
}


/*首页合集结束*/

.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: #f4a94c;
}

/*轮播图样式*/
.inde_sbzxlea1 {
    width: 100%;
    height: 365px;
    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;
    box-sizing: border-box;
}

.inde_sbzxlea1 img {
    display: block;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    width: 684px;
    height: 338px;
    border: 6px solid #cca875;
    margin-top: 8px;
}

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


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

.inde_sbzxleb1 {
    width: 100%;
    height: 93px;
    display: block;
    overflow: hidden;
    border: 4px solid #F4A94C;
    position: relative;
    border-radius: 8px;
}

.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;
	border-radius:8px;
}

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

.inde_sbzxri {
    width: 39%;
    margin-left: 50px;
    background-image: url(/img/zuixinniws.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/*轮播图右边推荐*/

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

/* 单个选项：33.33%宽度，45px高度，直角，默认灰色文字，居中 */
.inde_sbzxria1 {
    width: 112px;
    height: 48px;
    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;
    margin-left: 32px;

}

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

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

/* 选中态（默认第一个+点击后）：绿色背景色+底部黑线+黑色文字+直角 */
.inde_sbzxria1.on {
    color: #000000;
    background-image: url(/img/anniuxz.png);
}



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

.inde_sbzxrib {
    width: 467px;
	
}

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

.inde_sbzxric {
    width: 100%;
    padding: 10px 40px;
}

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

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

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

.inde_sbzxric1_3 {
	width: 100%;
	height: 63px;
	font-weight: 500;
	font-size: 16px;
	color: #5B4524;
	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: #B6ACA3;
	margin-top: 20px;
}

.inde_sbzxric2 {
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    background: #FFFAF2;
    border-radius: 20px 20px 20px 20px;
    margin: 10px 0;
    padding: 0 12px;
}


.inde_sbzxrid {
	width: 100%;
	border-radius: 8px;
	padding: 0 60px;
}

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

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

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

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

.inde_sbzxrid1_3 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #5B4524;
	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: #B6ACA3;
	margin-top: 10px;
}

.inde_sbzxrie {
	width: 100%;
	border-radius: 8px;
	padding: 0 40px;
}

.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{
}
.inde_sygj1_1 {
	display: block;
	margin: auto;

}

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

.inde_sygj3 {
    float: left;
    width: 136px;
    height: 220px;
    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: 34px auto;
    border-radius: 40px;
}

.inde_sygj3 div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    width: 120px;
}

.inde_yxks {
	width: 100%;
	background-image: url(../img/bg_3.png);
	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: 112px;
    height: 48px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(/img/weianniuxz.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: 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: 220px;
    height: 234px;
    float: left;
    margin-right: 25px;
    margin-top: 20px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    background-image: url(../img/youxikepai.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: transform 0.3s ease;
    /* 以上面最左边为轴心 */
    transform-origin: top left;
    transform: rotate(0deg);
}

.inde_yxk4_1:hover {
    /* 逆时针旋转10度 -> 左边向下，右边向上 -> 看起来像向左倒 */
     transform: rotate(5deg);
  }

/* 新增2：鼠标悬浮时，整体往上移动（比如3px，可调整） */


/* 你原有img样式：无任何改动 */
.inde_yxk4_1 img {
    width: 180px;
    height: 150px;
    border-radius: 0px 0px 0px 0px;
    margin: 28px 18px 18px 18px;
    display: block;
    object-fit: cover;
    object-position: center;
}




.inde_yxk4_1 div {
    width: 100%;
    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: 500;
    color: #5B4524;
}
.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: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    background-image: url(/img/newsbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}










.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;
    margin-top: 25px;
    margin-left: 35px;
}

.inde_hj1_1 {
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    color: #000;
    float: left;
    font-weight: 500;
    width: 136px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
}

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

.inde_hj1_1.on {
    background-image: url(/img/anniuxz.png);
    color: #ffffff;
}

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

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

.inde_hj3 {
	width: 100%;
	padding: 70px 30px;
	display: inline-block;
}

.inde_hj3_1 {
    float: left;
    margin: 0 3px;
    margin-right: 10px;
    display: block;
    position: relative;
    width: 216px;
    height: 262px;
    background: #F0E4CC;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #CCA875;
}


.inde_hj3_1:first-child {
    margin-left: 30px;   /* 你需要的宽度值 */
}
.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;
	border-radius: 8px;
}

.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.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1000px;
}

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

.inde_yxgl1 {
    width: 100%;
    margin-top: 15px;
    display: flex;
    background-image: url(../img/yxglnr.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.inde_yxgl2 {
    width: 38%;
    margin-top: 38px;
    margin-left: 10px;
    padding: 20px;
}

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

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

.inde_yxgl2_1 img {
    height: 244px;
    width: 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;
	font-size: 16px;
}

.inde_yxgl3 {
    width: 57%;
    margin-left: 2%;
    padding: 43px 21px;
}

.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.png);
	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);
    width: 392px;
    height: 708px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

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

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

.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;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    border: 4px solid #92775C;
}


.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: 600;
    font-size: 16px;
    color: #5B4524;
    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: #ffffff;
    text-align: center;
    line-height: 25px;
    padding: 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #F4A94C;
    border-radius: 4px;
}

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



/*小图标结束*/





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

.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: #FBF7F4;
        position: relative;
}

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

}
#yxktoutu{
    margin-top: 70px;
}

.yxkjianjie{
    width: 50%;
    margin-top: 45px;
    
}
.yxkjianjie p{
    font-weight: 500;
    font-size: 14px;
    color: #A68A72;
    font-style: normal;
    text-transform: none;
    line-height: 30px;
}
#yxjj{
    margin: 20px 0;
    font-size: 20px;
    color: #5B4524;
    font-weight: 600;
}
.tit_box {
    width: 1200px;
    padding: 25px 0;
    font-weight: 500;
    font-size: 16px;
    color: #a2a2a2;
    z-index: 2;
    left: 0px;
    top: 0;
}

.yxkzhongjian {
    display: flex;
    flex-direction: column;
    width: 100%;
    transform: translate(480px, -325px);
}




.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/weianniuxz.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/anniuxz.png);
    color: #ffffff;
}


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


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

.yxk_li {
    width: 220px;
    height: 234px;
    float: left;
    margin-right: 25px;
    margin-top: 20px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    background-image: url(../img/youxikepai.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: transform 0.3s ease;
    transform-origin: top left;
    transform: rotate(0deg);
}
.yxk_li:hover {
    transform: rotate(5deg);
}
.yxk_li:nth-child(5n) {
	margin-right: 0;
}

.yxk_li1 {
    width: 180px;
    height: 150px;
    border-radius: 0px 0px 0px 0px;
    margin: 28px 18px 18px 18px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.yxk_li2 {
	width: 100%;
}

.yxk_li3 {
	width: 100%;
}

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

.yxk_li3_2 {
    width: 100%;
    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;
    text-align: center;
}

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

.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;
    display: none;
}

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

.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;
	margin-top: 20px;
}

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

.pagination a {
	border: 1px solid #CCA875;
	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: #CCA875;
	line-height: 40px;
	margin: 0 5px;
	border-radius: 8px;
}

.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 #F4A94C;
    background: #F4A94C;
    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%;
	margin-bottom: 10px;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 20px 20px 20px 20px;

}

.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;
	border-radius: 8px;
}

.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: #CBB398;
	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;
	border-radius: 8px;
}

.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;
	border-radius: 20px 20px 20px 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;
	border-radius: 8px;
}

.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(-232px, 160px);
}

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

.phb_top2_2 {
    height: 108px;
    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: 24px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    display: block;
    background: #EEB34F;
    border-radius: 8px;
}


.phb_top2_1:nth-child(1) {

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

}


.phb_top2_3:nth-child(2) .phb_top2_1{
    margin-top: 20px;
}


/* 针对三个不同的 .phb_top2_2（图片）单独设置样式 */
.phb_top2 .phb_top2_1:nth-child(1) .phb_top2_2 {
    /* 第一个图片的样式 */
    width: 80px;
    height: 80px;

}

.phb_top2 .phb_top2_1:nth-child(2) .phb_top2_2 {
    /* 第二个图片的样式 */
    height: 108px;
    width: 108px;
    transform: translate(3px, -12px);
}

.phb_top2 .phb_top2_1:nth-child(3) .phb_top2_2 {
    /* 第三个图片的样式 */
    width: 80px;
    height: 80px;

}

/* 针对三个不同的 .phb_top2_3（标题文字）单独设置样式 */
.phb_top2 .phb_top2_1:nth-child(1) .phb_top2_3 {
    /* 第一个标题的样式 */
    margin-top: 26px;
}

.phb_top2 .phb_top2_1:nth-child(2) .phb_top2_3 {
    /* 第二个标题的样式 */

}

.phb_top2 .phb_top2_1:nth-child(3) .phb_top2_3 {
    /* 第三个标题的样式 */
    margin-top: 26px;
}


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

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

.sygj_li {
    float: left;
    width: 136px;
    height: 220px;
    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: 34px auto;
    border-radius: 40px;
}

.sygj_li2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    width: 120px;
}

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

.hj_li {
    width: 220px;
    height: 300px;
    float: left;
    margin-right: 25px;
    margin-top: 20px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    background-image: url(../img/hjbg6.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: transform 0.3s ease;
    transform-origin: top left;
    transform: rotate(0deg);
}

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

.hj_li1 {
    width: 180px;
    height: 150px;
    border-radius: 0px 0px 0px 0px;
    margin: 28px 18px 18px 18px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hj_li2 {
    margin-left: 10px;
}

.hj_li2_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #5B4524;
}

.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;
    border-radius: 20px 20px 20px 20px;
}

.wzdeta_ri1 {
	width: 100%;

}

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

.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: #EEB34F;
    border-radius: 20px 20px 20px 20px;
}

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

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

.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;
    border-radius: 20px 20px 20px 20px;
    background: #FCF3E4;
	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: 1260px;
    border-radius: 8px;
    overflow: visible !important;      /* 已有，保留 */
    position: relative;                /* 已有，保留 */
    left: 50%;                         /* 新增：相对父容器左移50% */
    transform: translateX(-50%);       /* 新增：再左移自身宽度的一半，实现完美居中 */
    background-image: url(/img/yxknrbg.png);
    height: 530px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
/* 图片容器，用于包裹 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 {
    position: absolute;
    right: 0;
    top: 80px;
    width: 280px;
    height: 180px;
    z-index: 10;
    transform: translate(-116px, 14px);
}

.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: 160px;
    font-weight: bold;
    font-size: 40px;
    color: #92785E;
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}

.yxzt_top3_1_2::after {
    content: "";

    background-image: url(/img/xz_66.png);
    background-size: cover;
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.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;
	transform: translate(480px, -322px);
}
.yxzt_top3_2_1 em{
    font-weight: 500;
    font-size: 14px;
    color: #FCF3E4;
    text-align: justified;
    font-style: normal;
    text-transform: none;
    padding-left: 20px;
}
.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;
	transform: translate(480px, -322px);
}

.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: #EEB34F;
    color: #ffffff;
    border-radius: 4px 4px 4px 4px;
    
}

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

.yxzt_top5 {
	width: 100%;
	display: flex;
}
.yxzt_top1{
    width: 330px;
    height: 425px;
    transform-origin: 480px -260px;
    transform: rotate(-10deg);
}

.yxzt_top5_1 {
    width: 48%;
    height: 40px;
    background: #ffffff;
    text-align: center;
    margin-right: 4%;
    font-weight: 500;
    font-size: 16px;
    color: #92785E;
    display: block;
    border-radius: 8px 8px 8px 8px;
}

.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: #000;
    background: url(/img/xz_4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.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%;
    margin-bottom: 25px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}

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

.yxzt_ria1_1 {
	font-weight: 500;
	font-size: 20px;
	color: #5B4524;
	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 #F5F5F5;
    width: 100%;
    display: block;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    color: #5B4524;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.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;
	border-radius: 8px 8px 8px 8px;
}

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

.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: #000;
}

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

.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;
	border-radius: 8px 8px 8px 8px;
}

.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;
	border-radius: 8px 8px 8px 8px;
}

.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 #F5F5F5;
	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: #5B4524;
}

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

.yxzt_leb5_4 {
	width: 40px;
	text-align: right;
	font-weight: 500;
	font-size: 14px;
	color: #5B4524;
}
.yxzt_leb6{
    background: #FFFFFF;
    float: right;
    width: 50%;
    margin-top: -350px;
    padding: 20px;
    border-radius: 8px 8px 8px 8px;
}
.yxzt_leb1_1{
    color: #5B4524;
    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: #ffffff;
    margin-top: 25px;
    padding: 20px;
    border-radius: 8px 8px 8px 8px;
}

.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;
    background: #92775C;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 20px 20px 20px 20px;
}

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

.yxzt_lee1_1.on {
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    background: #EEB34F;
}

.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;
	border-radius: 8px;
}

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

.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;
    background: #92775C;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 20px 20px 20px 20px;
}

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

.yxzt_lee4_1.on {
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    background: #EEB34F;
}

.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: #5B4524;
	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;
    background: #92775C;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 20px 20px 20px 20px;
}

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

.yxzt_lee7_1.on {
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    background: #EEB34F;
}

.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: #FCF3E4;
    padding: 0 5px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #978468;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 20px 20px 20px 20px;

}

.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;
	border-radius: 8px 8px 8px 8px;
}

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

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








.inde_yxks666{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
}




.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/weianniuxz.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/anniuxz.png);
    color: #ffffff;
}


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

/* inde_yxk6样式开头 */
/* 核心容器：1200x48，无圆角，栏目一行排列 + 灰色上下边框 + 下方三角缺口 */
.inde_yxk6 {
    height: 150px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 1200px;
    background-image: url(/img/dikuang.png);
}

/* 下方左侧三角缺口（颜色和页面背景一致，假设为白色） */
.inde_yxk6::-webkit-scrollbar {
  display: none;              /* Chrome/Safari 隐藏滚动条 */
}


/* 单个栏目外层框：固定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 {

}

/* 栏目链接核心样式：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;
}

/* 所有图标共用的样式（尺寸、居中、布局） */
.nav-item-text::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== 逐个绑定对应图标 ========== */
/* 1. 放置挂机 → icon1.png */
.inde_yxk6_1 .nav-item-text::before {
  background-image: url("/img/icon1.png");
}
/* 2. 卡牌回合 → icon2.png */
.inde_yxk6_2 .nav-item-text::before {
  background-image: url("/img/icon2.png");
}
/* 3. 策略养成 → icon3.png */
.inde_yxk6_3 .nav-item-text::before {
  background-image: url("/img/icon3.png");
}
/* 4. 开放世界 → icon4.png */
.inde_yxk6_4 .nav-item-text::before {
  background-image: url("/img/icon4.png");
}
/* 5. 对抗竞技 → icon5.png */
.inde_yxk6_5 .nav-item-text::before {
  background-image: url("/img/icon5.png");
}
/* 6. 战术射击 → icon6.png */
.inde_yxk6_6 .nav-item-text::before {
  background-image: url("/img/icon6.png");
}
.inde_yxk6_7 .nav-item-text::before{
  background-image: url("/img/icon7.png");
}

.inde_yxk6_8 .nav-item-text::before{
  background-image: url("/img/icon8.png");
}

.inde_yxk6_9 .nav-item-text::before{
  background-image: url("/img/icon9.png");
}

.inde_yxk6_10 .nav-item-text::before{
  background-image: url("/img/icon10.png");
}




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


.inde_yxk6 .column-item-wrap:first-child .nav-item-text {

}











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

/* 新游上线（左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: 90%;                /* 自适应父容器宽度 */
    margin: 0 auto;
    font-family: system-ui, sans-serif;
    /*transform: translate(73px, 43px);*/
    margin-top: 40px;
}

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

}

/* 右侧行业速报：占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: 0;
    color: transparent;
    text-indent: -9999px;
    
    /* 显示背景图片 */
    background-image: url('/img/hot_recommend.png');  /* 替换成你的图片路径 */
    background-size: contain;   /* 或 cover，根据图片比例调整 */
    background-repeat: no-repeat;
    background-position: center;
    
    /* 必须给宽高，否则背景图不显示 */
    width: 195px;    /* 根据你的图片宽度调整 */
    height: 29px;    /* 根据你的图片高度调整 */
}

.block1 .inde_newb2_1 { background-image: url('/img/part1.png'); }
.block2 .inde_newb2_1 { background-image: url('/img/part2.png'); }
.block3 .inde_newb2_1 { background-image: url('/img/part3.png'); }
.block4 .inde_newb2_1 { background-image: url('/img/part4.png'); }



.inde_newb2_2 {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    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: 96%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 20px auto;
}
.inde_new_hot_title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 50px;
    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;
    border-radius: 8px;
}

.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;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
    color: #5B4524;
}

.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%;
    object-fit: cover;
    border-radius: 0;
    display: block;
    height: auto;
    border-radius: 8px;
    width: 50%;
}

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

.inde_newc1_3 {
    font-size: 14px;
    font-weight: 600;
    color: #5B4524;
    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: #CCC4B6;
    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;
    margin-top: 28px;
}

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

.inde_newb3_1 {
    width: 50%;
    flex-shrink: 0;
    border-radius: 8px;
}

.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;
    color: #5B4524;
}

.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;
    color: #5B4524;
}

.inde_sbzxric2_2 {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    flex-shrink: 0;
}
.wzdeta_lea3 p{
    line-height: 30px;
    font-size: 16px;
}
.hjbg{
   background-image: url(../img/hjbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1250px;
    height: 462px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.wzdeta_lea3 tbody img {
    width: 80px !important;      /* 强制宽度为 80px */
    height: auto !important;     /* 强烈建议改为 auto，防止图片变形 */
    margin: 0;                   /* 可选：重置边距，防止撑开表格 */
}


#mianbaoxie
{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #999999;
}
    @media (max-width: 1020px) {


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



    }















