.container {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5 url('/skin/default/images/topbg.jpg') no-repeat;
  background-size: 100%;
}

.fixed-top {
  width: 100%;
  height: 1.2rem;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  background: #121c2d;
}

.fixed-top .logo {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  margin-top: 0.2rem;
  margin-left: 0.3rem;
}

.fixed-top .content {
  margin-left: 0.2rem;
  margin-top: .22rem;
  width: 3.7rem;
  color: #fff;
}

.fixed-top .content .title {
  font-size: 0.32rem;
  line-height: .48rem;
}

.fixed-top .content .dec {
  font-size: .2rem;
}

.fixed-top .download {
  display: block;
  width: 100%;
  height: 100%;
}

.fixed-top .download-a {
  width: 1.8rem;
  height: .6rem;
  margin-top: .3rem;
  background-image: linear-gradient(180deg, 
    #277309 0%, 
    #6aa802 100%), 
  linear-gradient(
    #000000, 
    #000000);
  background-blend-mode: normal, 
    normal;
  box-shadow: inset 0rem 0.01rem 0rem 0rem 
    rgba(255, 248, 248, 0.41);
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.6rem;
  text-align: center;
}

._wrap_1facf_1 {
    background: url(../images/community-bg.87d60694.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    top: 48.5%;
    transform: translateY(-50%);
    transition: transform .2s;
    width: 150px;
    z-index: 9;
}

._content_1facf_36 {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px
}

._content_1facf_36 ._btnImg_1facf_42 {
    cursor: pointer;
    height: 44px;
    margin-top: .1rem;
    width: 110px
}

._content_1facf_36 p {
    margin: 0;
    padding: 0;
    font-size: 12px
}

._content_1facf_36 ._scan_1facf_52 {
    position: relative
}

._content_1facf_36 ._scan_1facf_52 img {
    height: 110px;
    width: 110px
}

._content_1facf_36 ._scan_1facf_52:after {
    animation: _scan_1facf_52 3s infinite;
    background: #bdd9ff;
    content: "";
    height: .04rem;
    left: 0;
    position: absolute;
    width: 1.3rem
} 

.menu_btn {
  width: .6rem; 
  height: .5rem;
  margin-left: 0.15rem;
  margin-right: .3rem;
  margin-top: 0.35rem;
}

.menu_btn .bar{ 
  position: relative; 
  display: block; 
  width: .6rem; 
  height: .08rem; 
  border-radius: .1rem; 
  margin: 0 auto; 
  background-color: #fff; 
  -webkit-transition: 0.3s; 
  transition: 0.3s; 
}

.menu_btn .bar:nth-child(2) {
  margin: .12rem 0;
}

.menu_btn.expanded .bar:nth-child(1) {
  -webkit-transform: translateY(0.2rem) rotate(-45deg);
  transform: translateY(0.2rem) rotate(-45deg); 
}

.menu_btn.expanded .bar:nth-child(2) {
  opacity: 0; 
}

.menu_btn.expanded .bar:nth-child(3) {
  -webkit-transform: translateY(-0.2rem) rotate(45deg);
  transform: translateY(-0.2rem) rotate(45deg); 
}

.menu {
  position: absolute;
  right: 0;
  top: 1.18rem;
  width: 1.6rem;
  display: none;
}

.menu a {
  display: block;
  line-height: .6rem;
  text-align: center;
  margin-bottom: 1px;
  background: #121c2d;
  color: #fff;
  font-size: .2rem;
  width: 100px; /* 可根据实际情况调整宽度 */
  display: inline-block; /* 让元素在一行显示 */
  line-height: 2; /* 调整行高，按需设置 */
  text-align: center; /* 文字水平居中 */
}

.page1 {
  width: 100%;
  height: 8.9rem;
  position: relative;
}

.page1 .btn-box {
  width: 2.44rem;
  position: absolute;
  bottom: 0.73rem;
  left: 49%;
  transform: translateX(-50%);
}

.page1 .btn-box .btn {
  width: 100%;
  display: block;
  margin-top: 0.1rem;
}

.page1 .ios {
  display: block;
  width: 1rem;
  position: absolute;
  right: 15%;
  bottom: 1.06rem;
}

.page2 {
  width: 100%;
  height: 8.57rem;
}

.page2 .banner-box {
  width: 6.8rem;
  height: 3.7rem;
  margin: 0 auto;
}

.page2 .banner-box .banner {
  width: 100%;
  height: 100%;
}

.page2 .banner-box .banner img {
  display: block;
  width: 100%;
}

.page2 .swiper-pagination {
  text-align: left;
  bottom: 0;
}

.page2 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.1rem;
  background: #fff;
}

.page2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
}

.page2 .content-box {
  margin: 0.3rem auto;
  background: #fff;
  width: 6.8rem;
  padding-bottom: 0.01rem;
}

.page2 .content-box .menu-box {
  width: 100%;
  position: relative;
  margin-bottom: 0.35rem;
}

/* 优化后的选项卡样式 */
.page2 .content-box .menu-box .menu-list {
  display: flex;
  justify-content: center; /* 居中对齐 */
  gap: 0.3rem; /* 使用gap代替margin，确保间距一致 */
  padding: 0 0.2rem;
  border-bottom: 1px solid #ccc;
}

.page2 .content-box .menu-box .menu-list .menu-item {
  width: auto; /* 自动宽度，根据文本内容调整 */
  min-width: 1.2rem; /* 设置最小宽度，避免文本溢出 */
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.26rem; /* 适当增大字体 */
  color: #555;
  font-weight: 600;
  white-space: nowrap; /* 防止文本换行 */
  position: relative; /* 为选中状态的下划线定位 */
}

.page2 .content-box .menu-box .menu-list .menu-item.select::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.04rem;
  background-color: #c33e37;
}

.page2 .content-box .menu-box .bg {
  width: 3.1rem;
  height: 0.11rem;
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.page2 .content-box .menu-box .more {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0.13rem;
  right: 0.41rem;
  display: block;
}

.page2 .content-box .recommend {
  width: 6.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: url('/skin/default/images/2menu-mid.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  margin: 0 auto 0.35rem auto;
}

.page2 .content-box .recommend .title {
  font-size: 0.22rem;
  color: #fff;
  font-weight: 600;
  margin-right: 0.2rem;
  margin-left: 0.08rem;
}

.page2 .content-box .recommend .dec {
  font-size: 0.22rem;
  color: #555;
  font-weight: 600;
}

/* 优化后的新闻列表样式 */
.page2 .content-box .list {
  width: 6.1rem;
  margin: 0 auto 0.26rem auto;
  overflow: hidden;
}

.page2 .content-box .list .list-box {
  overflow: hidden; /* 清除浮动 */
  padding: 0.15rem 0; /* 增加内边距，提高可读性 */
  border-bottom: 1px dashed #eee;
}

.page2 .content-box .list .list-box:last-child {
  border-bottom: none;
}

.page2 .content-box .list .list-box .title {
  float: left;
  width: calc(100% - 1.2rem); /* 为日期留出空间 */
  font-size: 0.24rem; /* 适当增大字体 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.page2 .content-box .list .list-box .date {
  float: right;
  width: 1rem;
  text-align: right;
  font-size: 0.2rem;
  color: #999;
}

.page3 {
  width: 100%;
  height: 8.16rem;
  background: url('/skin/default/images/p3bg.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.page3 .top-item {
  width: 4.05rem;
  height: 0.6rem;
  position: absolute;
  left: 0.59rem;
  top: 1.25rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.page3 .top-item .top-item-img {
  width: 0.62rem;
  height: 0.62rem;
  background-image: url('/skin/default/images/role_ico.png');
  background-repeat: no-repeat;
  background-size: 1.3rem 3.64rem;
}

.page3 .top-item .top-item2 {
  background-position: 0 -0.78rem; /*16*/
}

.page3 .top-item .top-item3 {
  background-position: 0 -1.56rem; /*16*/
}

.page3 .top-item .top-item4 {
  background-position: 0 -2.34rem; /*16*/
}

.page3 .top-item .top-item5 {
  background-position: 0 -3.02rem; /*16*/
}

.page3 .top-item .top-item1.select {
  background-position: -0.68rem 0; /*16*/
}

.page3 .top-item .top-item2.select {
  background-position: -0.68rem -0.78rem; /*16*/
}

.page3 .top-item .top-item3.select {
  background-position: -0.68rem -1.56rem; /*16*/
}

.page3 .top-item .top-item4.select {
  background-position: -0.68rem -2.34rem; /*16*/
}

.page3 .top-item .top-item5.select {
  background-position: -0.68rem -3.02rem; /*16*/
}

.page3 {
  overflow: hidden;
}

.page3 .content-box {
  width: 6.7rem;
  margin-left: 0.48rem;
  margin-top: 0.82rem;
  display: flex;
}

.page3 .content-box .right-img {
  width: 2.22rem;
}

.page3 .content-box .right-img img {
  width: 100%;
}

.page3 .content-box .left-box {
  width: 4.48rem;
  margin-top: 1.5rem;
}

.page3 .content-box .left-box .top-box {
  display: flex;
  justify-content: space-between;
}

.page3 .content-box .left-box .top-box .title-img {
  width: 1.84rem;
  height: 0.94rem;
  background: url('/skin/default/images/role.png') no-repeat;
  background-size: 6rem 5.06rem;
}

.page3 .content-box .left-box .top-box .dk {
  background-position: 0 0;
}

.page3 .content-box .left-box .top-box .gs {
  background-position: 0 -0.98rem;
}

.page3 .content-box .left-box .top-box .jk {
  background-position: 0 -2.06rem;
}

.page3 .content-box .left-box .top-box .qk {
  background-position: 0 -3.1rem;
}

.page3 .content-box .left-box .top-box .ys {
  background-position: 0 -4.14rem;
}

.page3 .content-box .left-box .top-box .bgbox {
  width: 1.95rem;
  height: 0.81rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page3 .content-box .left-box .top-box .bgbox .bgshow {
  width: 1.3rem;
  height: 100%;
  position: relative;
}

.page3 .content-box .left-box .top-box .bgbox .bgshow .bgimg {
  width: 0.81rem;
  height: 0.81rem;
  background: url('/skin/default/images/role.png') no-repeat;
  background-size: 6rem 5.06rem;
  position: absolute;
  z-index: 1;
  top: 0;
}

.page3 .content-box .left-box .top-box .bgbox .bgshow .girl {
  background-position: -1.98rem 0;
  left: 0;
}

.page3 .content-box .left-box .top-box .bgbox .bgshow .boy {
  background-position: -2.88rem 0;
  left: 0.49rem;
}

.page3 .content-box .left-box .top-box .bgbox .bgshow .girl.select {
  z-index: 2;
  background-position: -3.78rem 0;
}

.page3 .content-box .left-box .top-box .bgbox .bgshow .boy.select {
  z-index: 2;
  background-position: -4.68rem 0;
}

.page3 .content-box .left-box .top-box .bgbox .gs-bgshow .girl {
  background-position: -1.98rem -0.9rem;
  left: 0;
}

.page3 .content-box .left-box .top-box .bgbox .gs-bgshow .boy {
  background-position: -2.88rem -0.9rem;
  left: 0.49rem;
}

.page3 .content-box .left-box .top-box .bgbox .gs-bgshow .girl.select {
  z-index: 2;
  background-position: -3.78rem -0.9rem;
}

.page3 .content-box .left-box .top-box .bgbox .gs-bgshow .boy.select {
  z-index: 2;
  background-position: -4.68rem -0.9rem;
}

.page3 .content-box .left-box .top-box .bgbox .jk-bgshow .girl {
  background-position: -1.98rem -1.8rem;
  left: 0;
}

.page3 .content-box .left-box .top-box .bgbox .jk-bgshow .boy {
  background-position: -2.88rem -1.8rem;
  left: 0.49rem;
}

.page3 .content-box .left-box .top-box .bgbox .jk-bgshow .girl.select {
  z-index: 2;
  background-position: -3.78rem -1.8rem;
}

.page3 .content-box .left-box .top-box .bgbox .jk-bgshow .boy.select {
  z-index: 2;
  background-position: -4.68rem -1.8rem;
}

.page3 .content-box .left-box .top-box .bgbox .qk-bgshow .girl {
  background-position: -1.98rem -2.7rem;
  left: 0;
}

.page3 .content-box .left-box .top-box .bgbox .qk-bgshow .boy {
  background-position: -2.88rem -2.7rem;
  left: 0.49rem;
}

.page3 .content-box .left-box .top-box .bgbox .qk-bgshow .girl.select {
  z-index: 2;
  background-position: -3.78rem -2.7rem;
}

.page3 .content-box .left-box .top-box .bgbox .qk-bgshow .boy.select {
  z-index: 2;
  background-position: -4.68rem -2.7rem;
}

.page3 .content-box .left-box .top-box .bgbox .ys-bgshow .girl {
  background-position: -1.98rem -3.6rem;
  left: 0;
}

.page3 .content-box .left-box .top-box .bgbox .ys-bgshow .boy {
  background-position: -2.88rem -3.6rem;
  left: 0.49rem;
}

.page3 .content-box .left-box .top-box .bgbox .ys-bgshow .girl.select {
  z-index: 2;
  background-position: -3.78rem -3.6rem;
}

.page3 .content-box .left-box .top-box .bgbox .ys-bgshow .boy.select {
  z-index: 2;
  background-position: -4.68rem -3.6rem;
}

.page3 .content-box .left-box .desc-box {
  width: 4.4rem;
  margin-top: 0.3rem;
  margin-left: 0.1rem;
}

.page3 .content-box .left-box .desc-box .desc-title-box {
  width: 100%;
  height: 0.3rem;
  border-bottom: 0.02rem solid #ccc;
}

.page3 .content-box .left-box .desc-box .desc-title-box .desc-title {
  display: block;
  width: 0.9rem;
}

.page3 .content-box .left-box .desc-box .desc-txt {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.28rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.page3 .content-box .left-box .skill-img {
  display: block;
  width: 2.96rem;
  height: 2.05rem;
}

.page4 {
  padding-bottom: 0.4rem;
}

.page4 .title-box {
  width: 3.63rem;
  height: 0.61rem;
  margin: 0.2rem auto 0.4rem auto;
}

.page4 .title-box img {
  width: 100%;
  display: block;
}

.page4 .swiper-container {
  width: 7.14rem;
  margin: 0.44rem auto 0 auto;
  position: relative;
}

.page4 .img-box {
  width: 4.39rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page4 .img-box .img {
  display: block;
  width: 100%;
  height: 100%;
}

.page4 .swiper-slide {
  position: relative;
  width: 3.7rem;
  height: 6.58rem;
  z-index: 2;
  margin-top: 0.61rem;
}

.page4 .swiper-slide-active {
  position: relative;
  width: 4.39rem;
  height: 7.8rem;
  z-index: 3;
  margin-top: 0;
}

.page4 .swiper-slide .img-box .bg {
  width: 5.04rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, .5);
}

.page4 .swiper-slide-active .img-box .bg {
  display: none;
}

.page4 .pagination {
  margin-top: -0.4rem;
  text-align: center;
}

.page4 .swiper-container .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #c5c5c5;
  opacity: 1;
}

.page4 .swiper-container .swiper-pagination-bullet-active {
  width: 0.4rem;
  background: #a38478;
  border-radius: 0.08rem;
}

.page4 .prev {
  width: 1.2rem;
  height: 0.43rem;
  background: url('/skin/default/images/left.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.2rem;
  top: 3.92rem;
  z-index: 5;
}

.page4 .next {
  width: 1.2rem;
  height: 0.43rem;
  background: url('/skin/default/images/right.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  top: 3.92rem;
  z-index: 5;
}

/* 响应式优化 */
@media screen and (max-width: 375px) {
  /* 减小选项卡字体大小 */
  .page2 .content-box .menu-box .menu-list .menu-item {
    font-size: 0.22rem;
    min-width: 1rem;
  }
  
  /* 减小新闻标题字体大小 */
  .page2 .content-box .list .list-box .title {
    font-size: 0.22rem;
  }
  
  /* 调整日期宽度 */
  .page2 .content-box .list .list-box .date {
    width: 0.8rem;
    font-size: 0.18rem;
  }
}

@media screen and (min-width: 414px) {
  /* 增大字体以适应大屏幕 */
  .page2 .content-box .menu-box .menu-list .menu-item {
    font-size: 0.28rem;
  }
  
  .page2 .content-box .list .list-box .title {
    font-size: 0.26rem;
  }
}