.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.one-line-limit {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiple-line-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.show-in-h5 {
  display: none;
}

.common-title > img {
  width: 15.25%;
  min-width: 115px;
}
.common-title .more-icon {
  width: 5.5%;
  min-width: 42px;
}
.pswp__scroll-wrap {
  max-width: unset;
}

#AboutUFO {
  padding: 40px 0;
  background: url(https://wwp-static.wenweipo.com/img/special/aboutUFO/bg.png) no-repeat;
  background-size: 100% 100%;
  max-width: unset !important;
}
#AboutUFO section {
  display: flex;
  align-items: normal;
}
#AboutUFO > div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0;
  transition: all ease .7s;
}
#AboutUFO > .active {
  position: relative;
  z-index: 10;
  opacity: 1;
}

#module01 {
  padding: 1.55% 0.94% 0.9% 1.82%;
  background: url(https://wwp-static.wenweipo.com/img/special/aboutUFO/ufo-down-pc.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
#module01 .module-left {
  width: 39.5%;
  aspect-ratio: 1/1;
  border-radius: 30px;
  border: 5px solid rgba(245, 246, 247, 0.4);
  background: url(https://wwp-static.wenweipo.com/img/special/aboutUFO/timeline.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#module01 .module-left p {
  align-self: flex-end;
  width: 100%;
  padding: 0 1.25em .75em;
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.75;
  background: #394e82;
  text-indent: 1em;
  text-align: justify;
}
#module01 .module-right {
  flex: 1;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: normal;
  padding-left: 2.2%;
}
#module01 .module-right p {
  padding: 0 1.15em;
  font-size: clamp(18px, 1.4vw, 27px);
  line-height: 1.56;
  text-indent: 1.5em;
  text-align: justify;
}
#module01 .timeline {
  position: relative;
}
#module01 .swiper {
  position: static;
  width: 87%;
}
#module01 .swiper-slide {
  padding: 0 10px;
  aspect-ratio: 189 / 251;
  flex-direction: column;
  justify-content: space-around;
  background: url(https://wwp-static.wenweipo.com/img/special/aboutUFO/timeline-card.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#module01 .swiper-slide span {
  font-weight: 800;
  font-size: clamp(18px, 1.46vw, 28px);
  color: #FFFFFF;
  line-height: 1.5;
}
#module01 .swiper-slide .event {
  font-size: clamp(16px, 1.14vw, 22px)
}
#module01 .swiper .custom-swiper-btn {
  width: 19px;
}
#module01 .swiper .custom-swiper-btn:after {
  display: none;
}
#module01 .swiper-button-prev {
  left: 0;
}
#module01 .swiper-button-next {
  right: 0;
}

#module02 {
  overflow: hidden;
  border-radius: 10px 0px 0px 10px;
}
#module02 .module-left {
  width: 68.33%;
}
#module02 .module-left .multiple-line-limit {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: #fff;
  line-height: 1.67;
  padding: 10px 10px 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
#module02 .swiper-pagination-bullet {
  width: 6.6%;
  height: 4px;
  border-radius: 2px;
  background: rgba(220, 220, 220, .5);
}
#module02 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
#module02 .module-right {
  display: flex;
  flex-direction: column;
  background: #D6EDFB;
}
#module02 .common-title {
  margin-bottom: 0;
  padding: 6px 12px 6px 0;
}
#module02 .common-title a {
  display: block;
  margin-left: auto;
  width: 25%;
}
#module02 .story-list {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#module02 .story-list li {
  position: relative;
  flex: 1;
  padding: 2.63% 3.16% 4.21% 3.16%;
  display: flex;
  align-items: center;
  transition: all ease .7s;
}
#module02 .story-list li a{
  font-size: clamp(14px, .78vw,15px);
  color: #000000;
  line-height: 1.67;
}
#module02 .story-list li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 93.68%;
  background: #FFFFFF;
}
#module02 .story-list li.active {
  background: #31415e;
}
#module02 .story-list li.active a {
  color: #fff;
}
#module02 .story-list li.active:after {
  display: none;
}

#module03 {
  aspect-ratio: 4 / 1;
  justify-content: center;
  background: url(https://wwp-static.wenweipo.com/img/special/aboutUFO/robot-bg-pc.png) no-repeat;
  background-size: 100% 100%;
}
#module03 a {
  position: absolute;
}
#module03 a:nth-of-type(1) {
  top: 1.67%;
  left: 1.5%;
  width: 21.17%;
}
#module03 a:nth-of-type(2) {
  top: 15.33%;
  left: 19.81%;
  width: 25%;
}
#module03 a:nth-of-type(3) {
  top: 5%;
  right: 8.92%;
  width: 35.41%;
}
#module03 a:nth-of-type(4) {
  bottom: 13%;
  right: 18%;
  width: 23.67%;
}
#module03 .robot-icon {
  width: 20%;
  animation: sympleBeat linear infinite 3s;
}

#AboutUFO #module04 {
  display: block;
}
#module04 .story-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#module04 .story-item {
  width: 48%;
  margin-bottom: 30px;
}
#module04 .cover {
  width: 100%;
  aspect-ratio: 16/9;
}
#module04 .one-line-limit {
  padding: .4em;
  font-size: clamp(16px, 1.04vw, 20px);
  color: #fff;
  line-height: 1;
  background: rgba(67, 153, 219, .8);
}

#AboutUFO #FileList {
  display: block;
  overflow: hidden;
}
#FileList .file-types {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
#FileList .file-types span {
  padding: .6em 1.2em;
  font-size: 18px;
  line-height: 1;
  color: #efefef;
  background: #2b86d9;
  border-radius: 12px;
  cursor: pointer;
}
#FileList .file-types .back {
  padding-left: 0;
  padding-right: 0;
  color: #2b86d9;
  background: transparent;
}
#FileList .file-types span.active {
  background: #0d4c84;
}
#AboutUFO .list {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all ease 1s;
}
#FileList .list {
  bottom: auto;
  top: 55px;
}
#AboutUFO .list.active {
  position: relative;
  opacity: 1;
  z-index: 5;
}
#FileList .list.active {
  top: auto;
}
#AboutUFO .list-item {
  position: relative;
  flex-direction: column;
  gap: 8px;
  width: 24%;
  aspect-ratio: 1 / 1;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 16px;
  color: #efefef;
  line-height: 1.5;
  background: rgba(67, 153, 219, .8);
  transition: all ease 1s;
}
.file-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #7b7b7b;
}
.file-cover .icon {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 15%;
}
.file-cover img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.list-item .file-title {
  text-align: center;
}
.list-item .tips {
  font-size: 12px;
}
#AboutUFO #module05 {
  display: block;
}
.file-swiper-wrap {
  aspect-ratio: 1200 / 268;
  justify-content: space-between;
}
.batch-summary {
  position: relative;
  width: 22%;
  height: 100%;
  padding: .6em .8em;
  font-size: 18px;
  line-height: 1.5;
  background: #faf4fc;
  border-radius: 15px;
}
.batch-summary p {
  position: absolute;
  width: calc(100% - 1.6em);
  height: calc(100% - 1.2em);
  overflow-y: auto;
  text-indent: 2em;
  opacity: 0;
  z-index: 0;
  transition: all ease .7s;
}
.batch-summary .active {
  z-index: 5;
  opacity: 1;
}
.files-batch {
  position: relative;
  width: 76%;
  height: 100%;
}
.files-batch .list {
  height: calc(100% - 49px);
}
#AboutUFO .files-batch .list-item {
  margin-bottom: 0;
}
.batch-bar {
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 10px;
}
.batch-list {
  overflow-X: auto;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  justify-content: normal;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.batch-list::-webkit-scrollbar {
  display: none;
}
.batch {
  display: inline-block;
  flex: none;
  width: 4.2em;
  margin-right: 15px;
  padding: 0.2em 0.6em;
  border-radius: 5px;
  background: #0D4C84;
  cursor: pointer;
  transition: scale ease .7s;
}
.batch.active{
  background: #65a9df;
}
.batch-bar img {
  width: 6%;
  min-width: 50px;
  cursor: pointer;
}
#FileList .list-item.is-hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

#AboutUFO #module06 {
  display: block;
}
#module06 #BigNewsReport {
  width: 100%;
  padding-bottom: 0;
}
#module06 .swiper-slide > img {
  display: none;
}

#AboutUFO #module07 {
  display: block;
  margin-bottom: 0;
}
#module07 .post-comments {
  margin: unset;
}
#module07 .post-comments .comment-section {
  background: unset;
  padding: unset;
  margin: unset;
}
#module07 .post-comments .comment-form {
  flex-wrap: unset;
}
#module07 .post-comments .comment-form:not(:last-child) {
  margin: unset;
  padding-bottom: 20px;
  border: unset;
}
#moduleHolder {
  position: relative;
  height: 0;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  background: #ffffff;
  overflow: hidden;
  flex-direction: row;
  gap: 0;
}
#moduleHolder.sticky-bottom {
  position: sticky;
  bottom: 5px;
  z-index: 99;
  height: fit-content;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
#float-input {
  flex: 1;
  height: 36px;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.float-btn {
  border-radius: 0;
  width: 48px;
  line-height: 36px;
  text-align: center;
  background: #c21010;
  color: #ffffff;
  cursor: pointer;
}
.float-toast {
  position: absolute;
  top: 50%;
  left: 50%;
  height: fit-content;
  padding: 4px 20px;
  transform: translate(-50%, -50%);
  background: #C9333A;
  color: #ffffff;
  border-radius: 4px;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.float-toast.show {
  opacity: 1;
  z-index: 9;
}

@media (max-width: 1200px) {
  #AboutUFO {
    padding: 30px 15px;
  }
  #moduleHolder {
    max-width: calc(100% - 30px);
  }
  .file-swiper-wrap {
    flex-direction: column;
    aspect-ratio: unset;
    padding: 8px 15px 15px;
    background: #faf4fc;
    border-radius: 15px;
  }
  .batch-summary {
    width: 100%;
    height: fit-content;
    padding: unset;
    margin-bottom: 10px;
    background: transparent;
  }
  .batch-summary p {
    width: unset;
    height: unset;
  }
  .batch-summary .active {
    position: relative;
  }
  .files-batch {
    width: 100%;
    height: fit-content;
  }
}
@media (max-width: 820px) {
  #module02 .story-list li a {
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 768px) {
  .show-in-h5 {
    display: block;
  }
  .show-in-pc {
    display: none;
  }

  #AboutUFO #module01 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 7.4% 3%;
    background-image: url(https://wwp-static.wenweipo.com/img/special/aboutUFO/ufo-down-h5.png)
  }
  #module01 > .guide {
    width: 86%;
    font-size: clamp(18px, 3.3vw, 36px);
    line-height: 1.5em;
  }
  #module01 .module-left {
    width: 86.67%;
  }
  #module01 .module-left p {
    font-size: clamp(18px, 3vw, 32px);
    line-height: 1.5;
    background: unset;
  }
  #module01 .module-right {
    width: 100%;
  }

  #module02 .module-left {
    width: 100%;
  }
  #module02 .module-left .multiple-line-limit {
    display: block;
  }
  #module02 .module-right {
    display: none;
  }

  .file-swiper-wrap {
    padding-bottom: 0;
  }
  #AboutUFO .list-item {
    width: 49%;
  }
  #AboutUFO .files-batch .list-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 578px) {
  #module04 .story-list {
    flex-direction: column;
  }
  #module04 .story-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .batch-list {
    font-size: 16px;
  }
  #FileList .file-types span {
    padding: 0.4em 0.8em;
    font-size: 14px;
  }
}





