[v-cloak] {
  display: none;
}

/* 基础样式重置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  /* 去掉下划线 */
}

/* ================= 导航栏样式 ================= */
.nav-box {
  width: 100vw;
  /* height: 215px; */
  overflow: hidden;
  position: relative;
}

.nav-bgimg {
  width: 100%;
  height: auto;
  display: block;
}

.logo-box {
  width: 1000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.logo-img {
  width: 570px;
  height: auto;
}


/* ================= Tab导航菜单样式 ================= */
.custom-tab-nav {
  width: 1000px;
  margin: 2px auto 0;
  background-color: #C81207;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
  font-family: "Microsoft YaHei", "苹方", sans-serif;
}

/* 一级菜单项容器 */
.first-level-item {
  position: relative;
  flex: 1;
  text-align: center;
}

/* 一级菜单链接/按钮 */
.first-level-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  background-color: #C81207;
  transition: all 0.25s ease;
  white-space: nowrap;
  padding: 0 6px;
  letter-spacing: 0.5px;
  border: none;
  outline: none;
  width: 100%;
}

/* 鼠标悬停一级菜单时的样式 */
.first-level-item:hover .first-level-link {
  background-color: #FF0000;
  color: #000000;
}

/* 二级菜单容器 */
.second-level-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgb(255, 255, 255);
  border-width: medium 1px 1px;
  border-style: none solid solid;
  border: 1px solid #FF0000;
  border-color: currentColor rgb(255, 0, 0) rgb(255, 0, 0);
  margin: 0px auto;
  padding: 10px 5px;
  border-radius: 0px 5px 5px;
  text-align: left;
  position: absolute;
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  z-index: 1201;
  display: none;
  min-width: 140px;
  max-width: 600px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
}

/* 二级菜单显示控制：鼠标悬停一级菜单时显示 */
.first-level-item:hover .second-level-dropdown {
  display: block;
}

/* 二级菜单列表样式 - 横排显示 */
.second-level-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px 8px;
}

/* 二级菜单项 - 横排显示，不换行 */
.second-level-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 4px 8px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 3px;
  flex-shrink: 0;
}

.second-level-item:hover {
  background-color: #f5f5f5;
  color: rgb(2, 159, 235);
}

/* 向右小三角样式 */
.arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #0099FF;
  margin-right: 5px;
  flex-shrink: 0;
}

.second-level-item span {
  color: #222;
}

.second-level-item:hover span {
  color: rgb(2, 159, 235);
}

/* 侧边栏跟随滚动盒子 - 始终固定在指定位置 */
.floating-sidebar {
  position: fixed;
  top: 311px;
  right: 10px;
  width: 100px;
  border-radius: 8px;
  z-index: 999;
  font-size: 13px;
  color: #333;
  text-align: center;
  transition: all 0.3s ease;
}

/* 当页面滚动时添加微妙的动画效果 */
.floating-sidebar.scrolling {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* 确保body相对定位用于侧边栏初始位置计算 */
body {
  position: relative;
  min-height: 100vh;
}


.hoverRed:hover {
  color: #f00 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.hoverRednone:hover {
  color: #f00 !important;
  cursor: pointer !important;
}

.hoverOrange:hover {
  color: #f60 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.hoverOrangenone:hover {
  color: #f60 !important;
  cursor: pointer !important;
}

/* ================= 底部栏样式 ================= */

/* ========== 以下是 box-title 相关样式 ========== */
.box-title {
  width: 1000px;
  margin: 0 auto;
  height: 45px;
  margin-top: 5px;
  display: flex;
  align-items: flex-start;
  background-repeat: no-repeat;
}

/* 默认背景图（news.html使用） */
.box-title-default {
  background-image: url(../images/r01.jpg);
}

/* id=16时的背景图 */
.box-title.id16-bg {
  background-image: url(../images/r06.jpg);
}

/* id=24时的背景图 */
.box-title.id24-bg {
  background-image: url(../images/r04.jpg);
}

/* id=29时的背景图 */
.box-title.id29-bg {
  background-image: url(../images/r03.jpg);
}

/* id=34时的背景图 */
.box-title.id34-bg {
  background-image: url(../images/r08.jpg);
}

/* id=40时的背景图 */
.box-title.id40-bg {
  background-image: url(../images/r05.jpg);
}

/* newstwo.html默认背景图 */
.box-title-newstwo-default {
  background-image: url(../images/r03.jpg);
}

.box-title-bt {
  font-size: 18px;
  font-weight: bold;
  color: #FF6600;
  width: 110px;
  margin-top: 12px;
  margin-left: 35px;
}

/* 隐藏标题 */
.hidden-title {
  display: none;
}

/* id=16时的占位元素 */
.placeholder-block {
  width: 210px;
  margin-top: 12px;
  margin-left: 25px;
  height: 20px;
  flex-shrink: 0;
}

/* id=24时的左边距调整 */
.box-title-bt.id24-margin {
  margin-left: 45px;
}

/* id=34时的占位元素 */
.placeholder-block-34 {
  width: 110px;
  margin-top: 12px;
  margin-left: 25px;
  height: 20px;
  flex-shrink: 0;
}

/* id=40时的占位元素 */
.placeholder-block-40 {
  width: 150px;
  margin-top: 12px;
  margin-left: 35px;
  height: 20px;
  flex-shrink: 0;
}

.box-title-txt {
  width: 800px;
  height: 35px;
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
}

/* Box-Title 二级分类标签选中状态样式 */
.box-title-txt .hoverOrange.active-xid {
  color: #999 !important;
}

/* ========== box-title 相关样式结束 ========== */