.section-aui {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.top-slider {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  border-radius: 20px;
}

.sys-flex {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px;
  position: relative;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
}

.sys-icon {
  background-image: url('../img/sys_icon.png');
  width: 16px;
  height: 16px;
  top: 0.7px;
  position: relative;
  left: 5px;
}

.sys-member h3 {
  color: #333;
  font-weight: bold;
  font-size: 0.85rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.sys-flex-box1 {
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  height: 20.4px;
}

.sys-flex-box1 ul.font_inner {
  position: relative;
  font-size: 0.85rem;
  color: #999;
}

.divHeight {
  width: 100%;
  border-bottom: 2px solid #f5f5f5;
}

.read-title {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.left-line {
  display: inline-block;
  width: 3px;
  height: 50%;
  background-color: #f7790a;
  border-radius: 6px;
}

.right-title {
  display: inline-block;
  margin-left: 10px;
  color: #333;
  font-weight: bold;
  font-size: 1rem;
}

.right-y {
  margin-left: 10px;
  color: #333;
  font-size: 13px;
}

.navBar {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  font-size: 14px;
}
.navBar ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navBar ul li {
  display: inline-block;
  text-align: center;
  padding: 10px;
  width: 50px;
  /*color:#888;*/
  font-weight: bold;
}
.navBar ul li.action {
  color: #f7790a;
}
.line {
  width: 100px;
  height: 2px;
  background: #f7790a;
  position: absolute;
  bottom: 0;
  #transition: all 0.3s ease; /* 添加平滑过渡效果 */
}
.navBar-c-l:not(:first-of-type) {
  display: none;
}

.tab-panel {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

.tab-panel .tab-panel-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.tab-panel .tab-panel-item.tab-active {
  position: relative;
  transition: transform 0.15s, -webkit-transform 0.15s;
  transform: translateX(0);
}

.card-palace {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.b-line {
  position: relative;
}

.card-flex {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px;
  position: relative;
}

.aui-flex-card-img {
  width: 90px;
  height: 80px;
  margin-right: 10px;
}

.aui-flex-card-img img {
  width: 90%;
  height: 80px;
  display: block;
  border: none;
}

.aui-flex-box h3 {
  font-weight: bold;
  font-size: 0.9rem;
}

.aui-flex-box p {
  font-size: 12px;
  color: #5d6d7e;
  padding-top: 10px;
  /*padding-bottom: 10px;*/
}

.aui-flex-box p1 {
  font-size: 12px;
  color: #e53935;
}

.aui-button-ass {
  position: absolute;
  right: 15px;
  bottom: 45px;
}

.aui-button-ass button {
  background: #f74b2b;
  color: #fff;
  font-size: 12px;
  border-radius: 30px;
  border: none;
  padding: 0.3rem 1rem;
  position: relative;
}

.divhx {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.more-btn {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.more-btn button {
  color: #f7790a;
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #f7790a !important;
  background: transparent;
  padding: 0.3rem 1rem;
  cursor: none;
}
.more-btn button::before {
  border: 1px solid #f7790a !important;
}

.menu {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: #474747;
  padding-top: 10px;
  border-top: 1px solid #eee;
  background-color: #fff;
  justify-content: space-around;
  font-size: 12px;
}

.subMenu.active {
  color: #f7790a;
}

.subMenu {
  width: 20%;
  float: left;
  cursor: pointer;
}

.menu_name {
  height: 20px;
  width: 100%;
  line-height: 20px;
}

img.menu_img {
  height: 14px;
  width: 14px !important;
  display: none;
}

img.menu_img1 {
  height: 14px;
  width: 14px !important;
  display: inline-block;
}

.subMenu.active img.menu_img {
  display: inline-block;
}

.subMenu.active img.menu_img1 {
  display: none;
}

img {
  vertical-align: middle;
  border: 0;
}

.active {
  color: #ffa129;
}

.text-center {
  text-align: center;
}
body {
  max-width: 750px;
  margin: 0px auto;
  font-family: '微软雅黑', Arial;
}

.aui-flex-card-img img {
  width: 90%;
  height: auto;
  display: block;
  border: none;
}

.aui-flex-box {
  width: 50%;
}

.navBar ul li {
  display: inline-block;
  text-align: center;
  padding: 10px;
  width: 25%;
  font-size: 16px;
  font-weight: bold;
}

.aui-button-ass {
  position: absolute;
  right: 5px;
  bottom: 28%;
}

.ima {
  border-radius: 3px;
}

.banner {
  font-weight: 900;
  margin-top: -25px;
  padding: 15px;
  color: #fff;
  font-size: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: linear-gradient(160deg, #ff9000 20%, #ff5500 60%);
}

.proBox {
  width: 100%;
  border-radius: 0.5rem;
  background: #fff;
  margin-bottom: 0.5rem;
  box-shadow: 0px 0px 0.1rem rgb(0 0 0 / 10%);
}

.sellingPoint {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #f99e5d 0%, #fc3f39 100%);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: 0.06rem;
  -ms-border-radius: 0.06rem;
  -o-border-radius: 0.06rem;
  color: #fff;
  padding: 0.05rem 0.07rem;
}

.btitle {
  height: 3rem;
}

.aui-flex-box h3 {
  font-weight: 600;
  font-size: 1.04rem;
}

.aui-flex-box p {
  font-size: 13.5px;
  color: #5d6d7e;
  padding-top: 0px;
}

.aui-flex-card-img {
  width: 32%;
  height: auto;
  margin-right: 10px;
  margin-left: -2%;
}

.card-flex {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px;
  padding-bottom: 9px;
  position: relative;
}

.title {
  position: absolute;
  top: 11%;
}

.desc {
  position: absolute;
  bottom: 7%;
}

.top-slider {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  border-radius: 5px;
}

img.menu_img1 {
  height: 22px;
  width: 22px !important;
  display: inline-block;
}

img.menu_img {
  height: 22px;
  width: 22px !important;
  display: none;
}

.line1 {
  border: 1px #aba4a4 solid;
  height: 27px;
  margin-left: -16px;
  margin-right: 12px;
}

.sys-flex-box1 ul.font_inner {
  font-size: 14px;
}

.header {
  width: 1rem;
  height: 1rem;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 0.06rem 0px 0px 0px;
  -webkit-border-radius: 0.06rem 0px 0px 0px;
  -moz-border-radius: 0.06rem 0px 0px 0px;
  -ms-border-radius: 0.06rem 0px 0px 0px;
  -o-border-radius: 0.06rem 0px 0px 0px;
  position: absolute;
  top: 15px;
  left: 8px;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
}

.flex-all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cards .red {
  background-color: #f43f5e;
}

.cards .blue {
  background-color: #3b82f6;
}

.cards .green {
  background-color: #22c55e;
}

.cards .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100px;
  width: 100%;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  transition: 400ms;
}

.cards .card p.tip {
  font-size: 1em;
  font-weight: 700;
}

.cards .card p.second-text {
  font-size: .7em;
}

.large-font {
  background-color: rgba(35, 121, 171, 0.7); /* 背景色，带透明度 */
  color: white;        /* 白色文字 */
  padding: 5px 10px;  /* 增加内边距，使标签更大 */
  border-radius: 20px; /* 圆角增大，使标签看起来更圆润 */
  font-size: 16px;     /* 增加字体大小 */
  font-weight: bold;   /* 字体加粗 */
  cursor:pointer;
}


/* 控制 select 样式，使其和原有样式保持一致 */
.operator-select {
  border: none;
  background: transparent;
  font-size: 16px; /* 根据需要调整字体大小 */
  color: inherit; /* 继承父元素的颜色，这样就能保持和 .action 一致的颜色 */
  padding: 0;
  margin: 0;
  appearance: none; /* 去除默认下拉箭头 */
  -webkit-appearance: none; /* 兼容性 */
  -moz-appearance: none; /* 兼容性 */
  width: 100%; /* 使 select 元素适应 li 宽度 */
}

/* 添加自定义下拉箭头 */
.operator-select::-ms-expand {
  display: none; /* 隐藏IE的下拉箭头 */
}

/* 其他必要的调整 */
.navBar ul {
  display: flex;
  list-style: none;
}

.navBar li {
  margin-right: 20px;
}


.navBar-content {
  position: relative;  /* 设置父容器为相对定位，以便子元素可以绝对定位 */
}

.floating-label {
  position: absolute;  /* 绝对定位 */
  top: 5px;           /* 距离顶部 10px */
  right: 5px;         /* 距离右边 10px */
  background-color: rgba(35, 121, 171, 0.7); /* 背景色，带透明度 */
  color: white;        /* 白色文字 */
  padding: 5px 10px;  /* 增加内边距，使标签更大 */
  border-radius: 20px; /* 圆角增大，使标签看起来更圆润 */
  font-size: 16px;     /* 增加字体大小 */
  font-weight: bold;   /* 字体加粗 */
  z-index: 10;         /* 确保浮动标签在最上层 */
}

/* 弹出框 */
  .filter-modal {
    display: none; /* 默认隐藏 */
    position: fixed;
    top: 0;
    left: 0;



#banner-container {
  overflow: hidden !important;
  opacity: 1;
  height: auto; /* 确保初始高度可见 */
  transition: opacity 1s ease-out, height 1s ease-out;
}

