* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  /*a标签下划线*/
}

a {
  color: black;
  /* 默认颜色 */
  text-decoration: none;
  /* 移除下划线 */
}

a:visited {
  color: black;
  /* 访问后的颜色 */
}

a:active {
  color: black;
  /* 点击时的颜色 */
}

html,
body {
  min-height: 100vh;
}

html {
  font-size: 100px;
}

ul {
  list-style-type: none;
}

.container {
  display: none;
}

.contianer {
  width: 100%;
  font-size: 0.16rem;
}

.titleBox {
  height: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 10%;
  font-size: 0.18rem;
  background-color: #193f83;
  color: #fff;
}

.titleBox_ad {
  display: none;
}

.titleBox>img {
  width: 2.32rem;
}

.titleBox a {
  text-decoration: none;
  color: inherit;
}

.title:not(:last-child) {
  margin-right: 0.1rem;
}

.topBanner {
  margin: 0 auto;
  /* background: url(./img/banner2.png) no-repeat; */
  background-size: cover;
  background-color: #193f83;
  padding-top: 0.6rem;
  position: relative;
}

.breadcrumbs {
  position: absolute;
  bottom: 0.1rem;
  left: 2.27rem;
  display: flex;
  align-items: center;
}

.breadcrumbs>span {
  margin-left: 0.1rem;
  color: white;
}

.breadcrumbs a {
  text-decoration: none;
  color: inherit;
}

.breadcrumbs>img {
  width: 0.16rem;
}

.choiceNavigation {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  box-shadow: 0 3px 10px #ccc;
  padding-left: 4rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(219, 219, 219, 1);
}

.choiceNavigation>span {
  font-size: 16px;
  height: 0.4rem;
  line-height: 0.4rem;
  vertical-align: baseline;
  margin-right: 0.2rem;
  color: #666666;
}

.choiceNavigation>span:last-child {
  margin-right: 0;
}

.checked {
  font-size: 0.21rem;
  border-bottom: 0.03rem solid #4b8deb;
}

.checked::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-bottom: 0.1rem solid #4b8deb;
  /* 蓝色三角形 */
  margin: -0.1rem auto 0;
}

.content {
  /* min-height: 10.32rem; */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: #f5f5f5;
  padding-bottom: 15px;
  padding-top: 15px;
  
}

.titleBox_ad {
  width: 100%;
  height: 2.625rem;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  font-size: 0.9rem;
  background-color: #27509a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}

.titleBox_ad>img {
  width: 5.8rem;
  margin-left: 1rem;
}

.titleBox_ad_right>span {
  color: #fff;
  margin-right: 1.4rem;
}

.titleBox_ad_right {
  display: flex;
  align-items: center;
  height: 100%;
}
.cardBox{
  position: relative;
  width: 66%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.1rem  0.2rem;
  height: 100%;
  min-height: calc(100vh - 1.97rem);
}
.menuBox {
  width: 2.975rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.menu {
  width: 1.5rem;
}

.card {
  display: flex;
  position: relative;
}


.textBox {
  padding: 0.2rem 0;
  width: 97%;
  margin: 0 auto;
  border-bottom: 1px dashed #ccc;
}

.textBox>p:first-child {
  font-size: 0.18rem;
  display: inline-block;
  width: 70%;
  white-space: nowrap;        /* 不换行 */
  overflow: hidden;           /* 超出隐藏 */
  text-overflow: ellipsis;    /* 显示省略号 */
  vertical-align: middle;     /* 可选：让行内元素垂直居中 */
}

.textBox>p:nth-child(2) {
  font-size: 0.18rem;
  display: inline-block;
  vertical-align: middle; /* ✅ 同样中对齐 */
  width: 15%;
  margin-left: 10px;
}

.textBox>p:last-child {
  font-size: 0.18rem;
  display: inline-block;
  width: 12%;
  white-space: nowrap;        /* 不换行 */
  overflow: hidden;           /* 超出隐藏 */
  text-overflow: ellipsis;    /* 显示省略号 */
  vertical-align: middle;     /* 可选：让行内元素垂直居中 */
}



.choiceNavigation_ad {
  width: 17.6rem;
  margin: 1.05rem auto;
  display: none;
}

.choiceNavigationBox_ad {
  width: 17.6rem;
  height: 2.1rem;
  background-color: #27509a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.7rem;
}

.choiceNavigationBox_ad>span {
  font-size: 0.91rem;
  color: white;
}

.choiceNavigationBox_ad>img {
  width: 1.12rem;
}

.choiceNavigationList_ad {
  width: 17.6rem;
  height: 0;
  background-color: #2b5aaf;
  color: #fff;
  font-size: 0.63rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.choiceNavigationList_start {
  animation: expandHeightStart 0.6s forwards;
}

.choiceNavigationList_conclusion {
  animation: expandHeightConclusion 0.6s forwards;
}

/* 菜单蒙版 */

.titleBox_ad_mask {
  display: flex;
  align-items: center;
  height: 100%;
}

.maskBox {
  width: 100%;
  height: 100vh;
  background-color: #27509a;
  position: fixed;
  left: 100vw;
  top: 0;
  z-index: 99;
}

.maskBox_start {
  animation: maskBoxStart 0.6s forwards;
}

.maskBox_conclusion {
  animation: maskBoxConclusion 0.6s forwards;
}

.choiceNavigation a {
  text-decoration: none;
  color: inherit;
}

.choiceNavigationList_ad a {
  text-decoration: none;
  color: inherit;
}

.maskListBox a {
  text-decoration: none;
  color: inherit;
}

/* 定义动画 */
@keyframes maskBoxStart {
  from {
    left: 100vw;
  }

  to {
    left: 0;
  }
}

/* 定义动画 */
@keyframes maskBoxConclusion {
  from {
    left: 0;
  }

  to {
    left: 100vw;
  }
}

.topTitle {
  width: 100%;
  height: 0.525rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  font-size: 0.2rem;
  background-color: #27509a;
  box-shadow: 0 0.1rem 0.1rem #ccc;
}

.topTitle>img {
  width: 1.16rem;
  margin-left: 0.2rem;
}

.topTitle>span {
  color: #fff;
  margin-right: 0.28rem;
}

.menuBox_x {
  width: 0.595rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.menuBox_x>img {
  width: 0.3rem;
}

.maskListBox {
  min-height: calc(100vh - 2.625rem);
  padding: 0.3rem 0 0;
  width: 17.35rem;
  margin: 0 auto;
}

.maskLi {
  width: 100%;
  height: 0.92rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 0.01rem solid #476aa9;
}

.maskLi>.title {
  font-size: 0.28rem;
}

.expand {
  width: 0.24rem;
  margin-right: 0.15rem;
}

.titleBox_ad_mask>span {
  color: #fff;
  margin-right: 0.28rem;
}

.select_li {
  color: white;
}

/* 定义动画 */
@keyframes expandHeightStart {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 0.7rem;
  }

  to {
    height: 10.55rem;
    padding: 0.7rem 0.7rem;
  }
}

/* 定义动画 */
@keyframes expandHeightConclusion {
  from {
    height: 10.55rem;
    padding: 0.7rem 0.7rem;
  }

  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}

.topBar {
  position: fixed;
  top: -0.6rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.6rem;
  /* height: 6rem; */
  display: flex;
  justify-content: space-between;
  background-color: #193f83;
  transition: top 0.5s ease;
  z-index: 999;
}

.bar-logo {
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-left: 0.5rem;
  padding-top: 0.07rem;
}

.bar-button {
  height: 100%;
  margin-right: 0.5rem;
}

.bar-button ul {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.bar-button li {
  height: 50%;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 0.2rem;
}

.bar-button li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s ease, width 0.3s ease;
}

.bar-button li:hover::after {
  background-color: #fff;
  /* background-color: #ecf1f7; */
  width: 100%;
}

/* 给第一个 li 加上个边距使其不紧贴左侧 */
.bar-button li:first-child {
  margin-left: 0;
}

.bar-button li+li {
  margin-left: 20px;
}

.titleBox_ad {
  display: none;
}

.titleBox>img {
  width: 2.32rem;
}

.titleBox a {
  text-decoration: none;
  color: inherit;
}

.title:not(:last-child) {
  margin-right: 0.1rem;
}

.topBanner {
  margin: 0 auto;
  /* background: url(./img/banner2.png) no-repeat; */
  background-color: #193f83;
  background-size: cover;

  position: relative;
}

/* 大隐藏bar盒子 */
.hide-detail {
  display: none;
  width: 100%;
  max-width: 100%;
  height: 200px;
  margin: 0 auto;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background-color: #fff;
  opacity: 0;
  /* 初始透明度为0 */
  transition: opacity 0.5s ease;
  /* 设置透明度过渡效果，持续时间为0.5秒 */
}

/* -------------公用隐藏盒 */
.detail-item {
  width: 90%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.items-title {
  box-sizing: border-box;
  padding: 0.3rem 0 0 0.3rem;
  font-size: 0.25rem;
  font-weight: 700;
  color: #084b9e;
}

.items-content {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 0.5rem;
  width: 68%;
  height: 100%;
}

.level2-title {
  position: relative;
  width: 1.7rem;
  height: 0.28rem;
  font-size: 0.14rem;
  margin-right: 0.2rem;
}

.level2-title a {
  text-decoration: none;
}

.level2-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background: linear-gradient(to right,
      red 0%,
      red 20%,
      gray 20%,
      gray 100%);
  /* 初始状态，左侧红色，右侧灰色 */
  transition: background 5s ease;
  /* 添加过渡效果 */
}

.level2-title:hover .level2-bar {
  background: linear-gradient(to right, red 0%, red 100%);
}

.level2-name {
  padding-bottom: 0.06rem;
  color: gray;
  transition: color 1s ease;
  /* 添加过渡效果 */
}

.level2-title:hover .level2-name {
  color: red;
  /* 鼠标悬停时，文字颜色变为红色 */
}

.items-picture {
  box-sizing: border-box;
  height: 100%;
  padding-top: 0.3rem;
  padding-right: 0.3rem;
}

.items-picture img {
  width: 2.6rem;
  height: 1.2rem;
}

.lookBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.Kloge {
  /* height: 0.9rem; */
  margin-left: 0.5rem;
  padding-top: 0.07rem;
}

.kright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* 兼容写法 /* 十月十号最近改动 */
}

/* 十月十号最近改动 */
.trapezoid {

  position: relative;
  display: flex;
  align-items: center;
  background: #084b9e;
  /* 蓝色背景 */
  height: 0.4rem;
  padding-left: 0.4rem;
  /* 给文字留出内边距 */
  color: #fff;
  font-size: 1rem;
  margin-top: -5px;
  display: none;
}

/* 十月十号最近改动 */
/* 左边斜角 */
.trapezoid::before {
  content: "";
  position: absolute;
  bottom: 0;
  /* 从底部开始 */
  left: -0.15rem;
  /* 斜切宽度 */
  width: 0.4rem;
  /* 斜切块的宽度 */
  height: 100%;
  background: #084b9e;
  transform: skewX(30deg);
  /* 改正方向 */
  transform-origin: bottom left;
  /* 以左下角为基点 */
}

.trap-text {
  font-size: 0.18rem;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  color: #fff;
}

.trap-text:nth-child(1),
.trap-text:nth-child(2) {
  border-right: 1px solid #fff;
}

.lookbar-button ul {
  width: 100%;
  height: 0.55rem;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.lookbar-button ul li a {
  text-decoration: none;
  /* color: inherit; 继承父元素的字体颜色 */
}

.lookbar-button ul li {
  height: 50%;
  width: 1rem;
  padding-bottom: 0.1rem;
  text-align: center;
  position: relative;
  font-size: 0.2rem;
  color: #fff;
}

.lookbar-button li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s ease, width 0.3s ease;
}

.lookbar-button li:hover::after {
  background-color: #fff;
  /* background-color: #ecf1f7; */
  width: 100%;
}

.lookbar-button li:first-child {
  /* 给第一个 li 加上个边距使其不紧贴左侧 */
  margin-left: 0;
}

.lookbar-button li+li {
  margin-left: 20px;
}

.lookbar-button {
  margin-right: 0.5rem;
}

.lookbar-button {
  position: relative;
  top: 0.06rem;
  margin-right: 0.5rem;
}

.lookbar-button ul {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.lookbar-button ul li a {
  text-decoration: none;
  /* color: inherit; 继承父元素的字体颜色 */
}

.lookbar-button ul li {
  height: 50%;
  width: 1rem;
  padding-bottom: 0.1rem;
  text-align: center;
  position: relative;
  font-size: 0.2rem;
  color: #fff;
}

.lookbar-button li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s ease, width 0.3s ease;
}

.lookbar-button li:hover::after {
  background-color: #fff;
  /* background-color: #ecf1f7; */
  width: 100%;
}

.lookbar-button li:first-child {
  /* 给第一个 li 加上个边距使其不紧贴左侧 */
  margin-left: 0;
}

.lookbar-button li+li {
  margin-left: 20px;
}

.lookbar-button {
  margin-right: 0.5rem;
}

/* 小隐藏bar盒子 */
.detail {
  display: none;
  width: 100%;
  max-width: 100%;
  height: 200px;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 0;
  opacity: 0;
  /* 初始透明度为0 */
  transition: opacity 0.5s ease;
  /* 设置透明度过渡效果，持续时间为0.5秒 */
}

/* 定义动画 */
@keyframes expandHeightStart {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 0.7rem;
  }

  to {
    height: 10.55rem;
    padding: 0.7rem 0.7rem;
  }
}

/* 定义动画 */
@keyframes expandHeightConclusion {
  from {
    height: 10.55rem;
    padding: 0.7rem 0.7rem;
  }

  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}

/* 菜单蒙版 */

.titleBox_ad_mask {
  display: flex;
  align-items: center;
  height: 100%;
}

.maskBox {
  width: 100%;
  height: 100vh;
  background-color: #27509a;
  position: fixed;
  left: 100vw;
  top: 0;
  z-index: 99;
}

.maskBox_start {
  animation: maskBoxStart 0.6s forwards;
}

.maskBox_conclusion {
  animation: maskBoxConclusion 0.6s forwards;
}

/* 定义动画 */
@keyframes maskBoxStart {
  from {
    left: 100vw;
  }

  to {
    left: 0;
  }
}

/* 定义动画 */
@keyframes maskBoxConclusion {
  from {
    left: 0;
  }

  to {
    left: 100vw;
  }
}

.topTitle {
  width: 100%;
  height: 0.525rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  font-size: 0.2rem;
  background-color: #27509a;
  box-shadow: 0 0.1rem 0.1rem #ccc;
}

.topTitle>img {
  width: 1.16rem;
  margin-left: 0.2rem;
}

.topTitle>span {
  color: #fff;
  margin-right: 0.28rem;
}

.menuBox_x {
  width: 0.595rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.menuBox_x>img {
  width: 0.3rem;
}

.maskListBox {
  min-height: calc(100vh - 2.625rem);
  padding: 0.3rem 0 0;
  width: 17.35rem;
  margin: 0 auto;
}

.maskLi {
  width: 100%;
  height: 0.92rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 0.01rem solid #476aa9;
}

.maskLi>.title {
  font-size: 0.28rem;
}

.expand {
  width: 0.24rem;
  margin-right: 0.15rem;
}

.titleBox_ad_mask>span {
  color: #fff;
  margin-right: 0.28rem;
}

.select_li {
  color: white;
}









.sorter {
  font-size: 0.6rem;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 66%;
  background-color: #fff;
  padding: 0.2rem;
}

.sorter img {
  width: 0.6rem;
  height: 0.6rem;
}

.sorter span {
  margin: 0 0.1rem;
  font-size: 0.18rem;
}

.sorter div {
  margin: 0 0.1rem;
  font-size: 0.18rem;
}

.page {
  margin: 10px 0px 10px 10px;
  width: 730px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  clear: both;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .titleBox {
    display: none;
  }

  .titleBox_ad {
    display: flex;
  }

  .topBanner {
    margin-top: 0;
    padding-top: 0 !important;
  }

  .breadcrumbs {
    display: none;
  }

  .choiceNavigation {
    display: none;
  }

  .choiceNavigation_ad {
    display: block;
  }
  .content {
      /* min-height: 10.32rem; */
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: contain;
      background-color: #f5f5f5;
      padding-bottom: 0 !important;
  }

  .bgImgOne {
    height: 90%;
  }

  .bgImgTwo {
    height: 90%;
  }

  .bgImgThree {
    height: 90%;
  }

  .name {
    font-size: 0.84rem;
  }

  .introduce {
    font-size: 0.6rem;
  }

  .introduce>div:not(:first-child) {
    margin-top: 0.2rem;
  }

  

  .textBox>p:nth-child(2) {
    font-size: 0.6rem;
    margin-bottom: 0.15rem;
    vertical-align: middle; /* ✅ 同样中对齐 */
    white-space: nowrap;        /* 不换行 */
    overflow: hidden;           /* 超出隐藏 */
    text-overflow: ellipsis;    /* 显示省略号 */
    vertical-align: middle;
  }

  .textBox>p:first-child {
    font-size: 0.6rem;
    margin-bottom: 0.1rem;
    vertical-align: middle; /* ✅ 同样中对齐 */
    width: 50%;
  }

  .textBox>p:last-child {
    width: 20%;
    font-size: 0.6rem;
    vertical-align: middle; /* ✅ 同样中对齐 */
    white-space: nowrap;        /* 不换行 */
    overflow: hidden;           /* 超出隐藏 */
    text-overflow: ellipsis;    /* 显示省略号 */
    vertical-align: middle;
  }
  .cardBox{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0.1rem;
    min-height: 24rem;
  }
  .card_img {
    display: none;
  }

  /* 蒙版 */
  .topTitle {
    width: 100%;
    height: 2.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    font-size: 0.9rem;
    background-color: #27509a;
    box-shadow: 0 0.5rem 0.5rem #ccc;
  }

  .topTitle>img {
    width: 5.8rem;
    margin-left: 1rem;
  }

  .topTitle>span {
    color: #fff;
    margin-right: 1.4rem;
  }

  .menuBox_x {
    width: 2.975rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
  }

  .menuBox_x>img {
    width: 1rem;
  }

  .maskListBox {
    min-height: calc(100vh - 2.625rem);
    padding: 1.5rem 0 0;
    width: 16.75rem;
    margin: 0 auto;
  }

  .maskLi {
    width: 100%;
    height: 2.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 0.05rem solid #476aa9;
  }

  .maskLi>.title {
    font-size: 0.7rem;
  }

  .expand {
    width: 1.2rem;
    margin-right: 0.75rem;
  }

  .titleBox_ad_mask>span {
    color: #fff;
    margin-right: 1.4rem;
  }

  /* 手机版，右侧目录抽屉 */
  .drawer-content {
    z-index: 1000;
    position: fixed;
    top: 2.625rem;
    /* right: 0; */
    right: -105vw;
    width: 100%;
    height: 100vh;
    color: #fff;
    background-color: #094da6;
    z-index: 999;
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
    transition: right 0.3s ease;
  }

  .drawer-content .drawer-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

  .drawer-content .drawer-text {
    font-size: 0.65rem;
    color: #fff;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .drawer-text:nth-child(1),
  .drawer-text:nth-child(2) {
    border-right: 1px solid #fff;
  }

  .drawer-content .drawer-list {
    width: 100%;
    overflow-y: scroll;
  }

  .drawer-list a {
    text-decoration: none;
    color: inherit;
  }

  .drawer-content .drawer-list .list-title {
    /* width: 100%; */
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
    padding-left: 0.5rem;
    border-bottom: 0.025rem solid #d6d6d6;
  }

  .menu {
    list-style-type: none;
    padding: 0;
  }

  .menu li {
    padding: 0.25rem;
    cursor: pointer;
    position: relative;
  }

  .submenu {
    max-height: 0;
    overflow: hidden;
    padding-left: 1rem;
    transition: max-height 0.3s ease-out;
    position: relative;
    z-index: 9999;
    background-color: #2366be;
  }

  .open>.submenu {
    max-height: 10rem;
    /* 设置最大展开高度 */
  }

  .menu li:hover {
    background-color: #2366be;
  }

  .toggle-btn {
    margin-left: 0.5rem;
    cursor: pointer;
    font-weight: bold;
  }

  .drawer-content ul li {
    /* width: 100%; */
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    font-weight: 400;
    color: #eceaea;
    /* border-bottom: 1px solid #d6d6d6; */
    padding-left: 1.1rem;
  }

  .container {
    display: block;
  }

  .lookBar,
  .topBar {
    display: none;
  }

  .contianer {
    padding-top: 2.625rem;
  }

 

  .sorter {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
  }
  .sorter span {
    margin: 0 0.1rem;
    font-size: 0.6rem;
  }

  .sorter div {
    margin: 0 0.1rem;
    font-size: 0.6rem;
  }
  
}
