@charset "UTF-8";
/* ========== 通用图片样式 ========== */
/* 图片基础样式：去除边框，最大宽度100%，块级显示，宽度100% */
img {
  border: none;
  max-width: 100%;
  display: block;
}
img.pic-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
img.pic-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.pic-fill {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
img[src=""] {
  opacity: 0;
}

video.pic-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
video.pic-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
video.pic-fill {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.pic-scale .pic, .pic-scale.pic {
  overflow: hidden;
}
.pic-scale .pic img, .pic-scale.pic img {
  transition: all 0.7s;
  transform: translateZ(0);
  will-change: transform;
}
.pic-scale:hover .pic img, .pic-scale:hover.pic img {
  transform: scale(1.05) !important;
}

/* 移动pc显示隐藏 */
.pc,
.pc-block {
  display: block;
}

.pcflex,
.pc-flex {
  display: flex;
}

.mbflex,
.mb-flex {
  display: none;
}

.mb,
.mb-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc,
  .pc-block {
    display: none;
  }
  .pcflex,
  .pc-flex {
    display: none;
  }
  .mb,
  .mb-block {
    display: block;
  }
  .mbflex,
  .mb-flex {
    display: flex;
  }
}
.w1520 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.c-fff {
  color: #fff;
}

.c-vi {
  color: var(--vi);
}

.c-333 {
  color: #333;
}

.c-666 {
  color: #666;
}

.c-999 {
  color: #999;
}

.c-000 {
  color: #000;
}

.picxx {
  width: 100%;
  height: 110%;
}

.abo_page .title {
  font-weight: 600;
  font-size: 0.48rem;
  color: #000;
}
.abo_page .banner {
  position: relative;
  height: 100vh;
}
.abo_page .banner .bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.abo_page .banner .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.abo_page .banner .wrap .desc .tit {
  font-weight: 700;
}
.abo_page .banner .wrap .desc .txt {
  margin-top: 0.23rem;
  font-weight: 400;
  font-family: pop;
}
.abo_page .abo1 {
  padding: 1.3rem 0 1rem;
}
.abo_page .abo1 .wrap .txt {
  text-align: center;
  font-weight: 400;
  font-family: pop;
  line-height: 1.86;
  margin-bottom: 0.9rem;
}
.abo_page .abo1 .wrap .video_box {
  width: 100%;
  height: 6.2rem;
  position: relative;
  border-radius: 0.12rem;
  overflow: hidden;
}
.abo_page .abo1 .wrap .video_box .cont {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.abo_page .abo1 .wrap .video_box .cont .tit {
  font-weight: 500;
  font-family: pop;
  line-height: 1.6;
  max-width: 60%;
}
.abo_page .abo2 {
  background: #F3F3F3;
  padding: 1rem 0;
}
.abo_page .abo2 .wrap .title {
  margin-bottom: 0.7rem;
  text-align: center;
}
.abo_page .abo2 .wrap .cont {
  display: flex;
  justify-content: space-between;
}
.abo_page .abo2 .wrap .cont .lf {
  width: 4.11rem;
}
.abo_page .abo2 .wrap .cont .lf .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 6rem;
  overflow: auto;
}
.abo_page .abo2 .wrap .cont .lf .list .item {
  width: 100%;
}
.abo_page .abo2 .wrap .cont .lf .list .item .top {
  cursor: pointer;
  position: relative;
  padding: 0.25rem 0;
}
.abo_page .abo2 .wrap .cont .lf .list .item .top .icon {
  position: absolute;
  top: 50%;
  left: -0.2rem;
  width: 0.12rem;
  height: 0.12rem;
  transform: translateY(-50%);
  /*opacity: 0;*/
}
.abo_page .abo2 .wrap .cont .lf .list .item .top .tit {
  position: relative;
  font-weight: 600;
}
.abo_page .abo2 .wrap .cont .lf .list .item .info {
  display: none;
}
.abo_page .abo2 .wrap .cont .lf .list .item .info .txt {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-family: pop;
  line-height: 2;
}
.abo_page .abo2 .wrap .cont .lf .list .item:first-child .top {
  padding-top: 0;
}
.abo_page .abo2 .wrap .cont .lf .list .item.active .top .icon {
  opacity: 1;
  transform: translateY(-50%) rotate(90deg);
}
.abo_page .abo2 .wrap .cont .rg {
  width: 10rem;
  height: 6rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.abo_page .abo2 .wrap .cont .rg .swiper_abo2_pic {
  width: 100%;
  height: 100%;
}
.abo_page .abo2 .wrap .cont .rg .swiper_abo2_pic .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo_page .abo2 .wrap .cont .rg .swiper_abo2_pic .pic {
  width: 100%;
  height: 100%;
  border-radius: 0.16rem;
}
.abo_page .abo3 {
  padding: 1rem 0;
}
.abo_page .abo3 .wrap .title {
  margin-bottom: 0.45rem;
  text-align: center;
}
.abo_page .abo3 .wrap .list {
  display: flex;
  gap: 0.2rem;
}
.abo_page .abo3 .wrap .list .item {
  flex: 0 0 calc((100% - 7.59rem - 0.6rem) / 3);
  min-width: 0;
  height: 5.55rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.12rem;
  transition: flex-basis 0.7s, transform 0.7s;
}
.abo_page .abo3 .wrap .list .item:last-child {
  transform-origin: right center;
}
.abo_page .abo3 .wrap .list .item .pic {
  width: 100%;
  height: 100%;
}
.abo_page .abo3 .wrap .list .item .cont {
  position: absolute;
  inset: 0;
  padding: 0.4rem 0.1rem 0.4rem 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.7s;
}
.abo_page .abo3 .wrap .list .item .cont .tit {
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}
.abo_page .abo3 .wrap .list .item .cont .txt {
  width: 6.59rem;
  padding-top: 0.08rem;
  font-weight: 300;
  font-family: pop;
  line-height: 1.3;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.7s;
}
.abo_page .abo3 .wrap .list .item.active {
  flex-basis: 7.59rem;
}
.abo_page .abo3 .wrap .list .item.active .cont {
  padding: 0.4rem 0.5rem;
}
.abo_page .abo3 .wrap .list .item.active .cont .tit {
  text-align: left;
}
.abo_page .abo3 .wrap .list .item.active .cont .txt {
  opacity: 1;
  max-height: 1rem;
}
.abo_page .abo4 {
  padding: 1rem 0 1.4rem;
}
.abo_page .abo4 .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem;
}
.abo_page .abo4 .wrap .lf {
  position: sticky;
  top: 1.6rem;
  width: 7.16rem;
  padding-top: 0.9rem;
}
.abo_page .abo4 .wrap .lf .title {
  margin-bottom: 0.5rem;
}
.abo_page .abo4 .wrap .lf .pic {
  width: 100%;
  height: 4.55rem;
  overflow: hidden;
  border-radius: 0.14rem;
}
.abo_page .abo4 .wrap .rg {
  flex: 1;
}
.abo_page .abo4 .wrap .rg .list {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  mask-image: linear-gradient(to bottom, transparent 0, #fff 0.6rem, #fff calc(100% - 1.6rem), transparent 100%);
}
.abo_page .abo4 .wrap .rg .list .item {
  display: flex;
  align-items: stretch;
  gap: 0.7rem;
}
.abo_page .abo4 .wrap .rg .list .item:last-child .line {
  margin-bottom: 0;
}
.abo_page .abo4 .wrap .rg .list .item:last-child .line::after {
  display: none;
}
.abo_page .abo4 .wrap .rg .list .item > .line {
  min-height: 1.2rem;
  width: 0.14rem;
  margin-bottom: 0.32rem;
  position: relative;
  flex-shrink: 0;
  background-image: linear-gradient(to bottom, #333 0 1px, transparent 1px calc(0.12rem + 1px));
  background-repeat: repeat-y;
  background-size: 0.14rem calc(0.12rem + 1px);
  background-position: center top;
}
.abo_page .abo4 .wrap .rg .list .item > .line::after {
  content: "";
  position: absolute;
  bottom: -0.32rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
}
.abo_page .abo4 .wrap .rg .list .item .info {
  display: flex;
  flex-direction: column;
  /*justify-content: flex-end;*/
  transform: translateY(-0.5rem);
}
.abo_page .abo4 .wrap .rg .list .item .info .year {
  font-weight: 400;
  color: #000;
  margin-bottom: 0.1rem;
}
.abo_page .abo4 .wrap .rg .list .item .info .txt {
  line-height: 1.5;
  font-weight: 300;
  font-family: pop;
}
@media screen and (orientation: portrait) {
.abo_page .banner{height: 100vw;}
.w1520{padding-left: 20px !important;padding-right: 20px !important;}
.abo_page .abo1{padding: 50px 0;}
.abo_page .abo1 .wrap .txt{font-size: 16px;margin-bottom: 30px;}
.abo_page .abo1 .wrap .video_box{height: auto;}
.abo_page .abo1 .wrap .video_box video{height: 50vw;border-radius: 10px;margin-bottom: 12px;}
.abo_page .abo1 .wrap .video_box .cont{padding: 0;position:static;display:block;background:transparent}
.abo_page .abo1 .wrap .video_box .cont .tit{max-width: 100%;margin-bottom: 12px;font-size: 16px;color:#333;text-align:center;}
.abo_page .abo1 .wrap .video_box .cont .more{background:rgba(219, 219, 219, 0.5);color: #000;margin:0 auto;}
.abo_page .abo1 .wrap .video_box .cont .more svg path{fill: #333;}
.abo_page .abo2{padding: 50px 0;}
.abo_page .abo2 .wrap .title{font-size: 26px;margin-bottom: 30px;}
.abo_page .abo2 .wrap .cont{display: block;}
.abo_page .abo2 .wrap .cont .lf{width: 100%;margin-bottom:20px}
.abo_page .abo2 .wrap .cont .rg{width: 100%;height:50vw;}
.abo_page .abo2 .wrap .cont .lf .list .item .top{padding: 10px 0;}
.abo_page .abo2 .wrap .cont .lf .list .item .top .tit{font-size: 16px;}
.abo_page .abo2 .wrap .cont .lf .list .item .info .txt{font-size: 13px;margin-bottom: 16px;line-height:1.6;}
.abo_page .abo3{padding: 50px 0 0 0;}
.abo_page .abo3 .wrap .title{font-size: 26px;margin-bottom: 30px;}
.abo_page .abo3 .wrap .list{flex-wrap: wrap;}
.abo_page .abo3 .wrap .list .item{width: 100%!important;flex:none;height:65vw;}
.abo_page .abo3 .wrap .list .item.active{flex-basis: initial;}
.abo_page .abo3 .wrap .list .item .cont{padding: 16px!important;}
.abo_page .abo3 .wrap .list .item .cont .tit{text-align: left;}
.abo_page .abo3 .wrap .list .item .cont .txt{opacity: 1!important;width: 100%;max-height: 9999px;}
.abo_page .abo4{padding: 50px 0;}
.abo_page .abo4 .wrap{display: block;}
.abo_page .abo4 .wrap .rg{display: none;}
.abo_page .abo4 .wrap .lf{width: 100%;position: static;padding-top:0;}
.abo_page .abo4 .wrap .lf .title{font-size: 26px;margin-bottom: 30px;text-align:center;}
.abo_page .abo4 .wrap .lf .pic{height: 57vw;}
.abo_page .abo4 .wrap .mrg{display: block!important;position: relative;overflow: hidden;padding-bottom:40px;margin-top:20px;text-align:center;}
.abo_page .abo4 .wrap .mrg .year{font-weight: 500;color:#000;font-size: 18px;margin-bottom: 8px;line-height: 1.3;}
.abo_page .abo4 .wrap .mrg .txt{font-size: 14px;line-height: 1.3;color: #333;font-weight:400;}
.abo_page .abo4 .wrap .mrg .swiper-pagination{bottom: 0;}
.swiper-pagination-bullet-active{background-color: var(--vi);}



}
/*# sourceMappingURL=style.css.map */
