a {
  text-decoration: none;
  color:#333333
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background: #faf9f7;
 
}
html,
body {
  max-width: 100%;

  overflow-x: hidden;
}
.top-area{
    background: linear-gradient(180deg,#f8d6d5,rgba(252,253,255,0)) no-repeat;
    padding: 10px 16px 10px;
    background-size: 100% 361px;
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    width: 42px;
    height: 42px;
    border-radius: 5px;
}
.text_ellipsis_1{
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    color: #1a1a1a;
    line-height: 36px;
    margin-left: 10px;
}
.notice-box{
    margin-top:8px;
    display: flex;
    align-items: center;
    height: 30px;
    background: hsla(0,0%,100%,.15);
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 0 6px;
    justify-content: space-between;
}
.notice-txt{
    flex: 1;
    margin-left: 5px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #444;
}
.notice-l{
    display: flex;
    align-items: center;
}
.notice-l img{
    width: 24px;
    height: 24px;
}
.notice-r{
    display: flex;
    align-items: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 10px;
    color: #888;
    line-height: 14px;
}
.notice-r span[style] {
  transform: translateY(-1px);
  display: inline-block;
}
.search-box{
    display: flex;
    align-items: center;
    margin-top: 8px;
    width: 100%;
    padding: 0 7px;
    height: 36px;
    background: hsla(0,0%,100%,.53);
    border-radius: 30px;
}
.search-box-l{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #222;
    display: flex;
    align-items: center;
}
.search-box-l img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.search-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-box-r{
	display: inline-block;
	width: 51px;
	height: 25px;
	line-height: 25px;
	border-radius: 14px;
	text-align: center;
	font-size: 13px;
	font-family: "PingFang SC";
	font-weight: 400;
	color: #FFFFFF;
	background-color: #2C2C2C;

}
.search-txt {
  color: #999;
  font-size: 13px;
}


/* 外层容器三等分铺满整行 */
.top-pic {
  display: flex;
  width: 100%;
  margin: 5px 0;
  gap: 0; /* 图片之间无缝，想要间距改成 gap:4px */
}
/* 内部a标签均分宽度 */
.top-pic > a.top-pic {
  flex: 1;
  display: block;
}
/* 图片填满各自格子，消除底部空白 */
.top-pic > a.top-pic img {
  width: 100%;
  height: auto;
  display: block;
}
 

.banner{
    height: 102px;
    margin-top: 10px;
}
.banner img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.icon-box {
  display: flex;
  width: 100%;
  margin-top: 7px;
  margin-left: 0;
  margin-right: 0;
  gap: 8px; /* 图片之间空隙大小，数字自己调 */
}
.icon-box a.icon-box {
  flex: 1; /* 三等分宽度 */
  display: block;
}
.icon-box img {
  width: 100%;
  height: 65px;
  display: block;
}
.tab-area{
    background: linear-gradient(180deg,#fcefe1,hsla(0,0%,100%,.9213) 8%,#fff) no-repeat;
    background-size: 100% 299px;
    border-radius: 16px 16px 0 0;
    height: 100%;
    line-height: 51px;
    padding-left: 24px;
    width: 100%;
}
.tabs-box{
    /* margin-top: 20px; */
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
}
 /* 选项卡容器样式 */
 .tabs {
    display: flex; /* 弹性布局 */
    
  }
  /* 单个选项卡样式 */
  .tab {
    padding: 5px; 
    cursor: pointer; /* 指针样式 */
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;

  }
 /* 激活的选项卡样式 */
 .tab.active {
    /* padding: 10px 20px;  */
  font-weight: 600;
  font-size: 16px;
  font-family: PingFang SC;
  color: #1a1a1a;
   
 
  }
  .tab{
    flex: 1;
    display: flex;
    justify-content: center;
  }
  /* 选项卡内容样式 */
  .tab-content {
    display: none; /* 默认隐藏 */
  }
  /* 激活的选项卡内容样式 */
  .tab-content.active {
    display: block; /* 显示 */
  }
  .f-list{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 55px;
    background: #fff;
    box-shadow: 0 .5px 0 0 #eee;
    z-index: 9;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    align-items: center;
	
}
.f-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #929292;
    font-size: 10px;
	
}

.f-item img{
    width: 26px;
    height: 26px;
}
.f-active{
    color: #1b1e32;
}
.q-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.q-item{
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.q-item img{
   width: 85%;
}
.q-item:nth-child(4n){
    margin-right: 0;
}
.tab-area{
    padding: 0 16px;
}
.q-txt{
    
    text-align: center;
    margin-top: 8px;
    font-family: PingFang SC;
    font-size: 10px;
    overflow: hidden;
    font-weight: 400;
    color: #333;
    line-height: 16px;
}

.more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  margin-bottom: 10px;
}
.more a {
  font-size: 14px;
  color: #666;
}


/* 轮播图 */

.carousel-box{
    width: 1076px;
    height: 120px;
    margin: 0 auto;
}
.carousel-container {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
    touch-action: pan-y;
    border-radius: 10px;
}

.carousel-slide {
    display: flex;
    height: 100%;
    transition: transform 0.5s linear;
}
.carousel-slide a {
    flex: 0 0 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.carousel-image {
    width: 100%;
    height: 100%;
    /* 图片开启圆角，数值和容器保持一致 */
    border-radius: 10px;
    display: block;
}

/* 隐藏左右两边切换按钮 */
.carousel-prev, .carousel-next {
    display: none !important;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.carousel-dot {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: rgba(223, 98, 98, 0.4);
    margin: 0 5px;
    cursor: pointer;
}
.carousel-dot.active {
    background-color: red;
}


/* 公告垂直滚动容器 */
.notice-scroll-wrap {
  flex: 1;
  height: 30px;
  overflow: hidden;
  position: relative;
}
.notice-scroll-list {
  animation: noticeUpScroll 9s ease-in-out infinite;
}
.notice-scroll-list a {
  display: block;
  height: 30px;
  line-height: 30px;
}
/* 分段动画：停留2.5s，切换滑动0.5s */
@keyframes noticeUpScroll {
  /* 第一条停留 */
  0%, 27.77% {
    transform: translateY(0);
  }
  /* 0.5s滑动到第二条 */
  33.33% {
    transform: translateY(-30px);
  }
  /* 第二条停留 */
  33.33%, 61.11% {
    transform: translateY(-30px);
  }
  /* 0.5s滑动到第三条 */
  66.66% {
    transform: translateY(-60px);
  }
  /* 第三条停留 */
  66.66%, 94.44% {
    transform: translateY(-60px);
  }
  /* 0.5s滑回第一条 */
  100% {
    transform: translateY(-90px);
  }
}
/* 鼠标悬停暂停滚动 */
.notice-scroll-wrap:hover .notice-scroll-list {
  animation-play-state: paused;
}