.fullpage-wrapper .fp-section {
  width: 100vw;
  height: 100vh;
}

.fullpage-wrapper .myswiper_1 {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.fullpage-wrapper .myswiper_1 .swiper-slide {
  position: relative;
  overflow: hidden;
}

.fullpage-wrapper .myswiper_1 .swiper-slide .img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  transform: translate(-50%, -50%);
}

.fullpage-wrapper .myswiper_1 .swiper-button-prev {
  width: 50px;
  height: 50px;
  left: 7%;
  background-color: rgba(0, 0, 0, 0.3);
}

.fullpage-wrapper .myswiper_1 .swiper-button-prev::after {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(https://static.igem.wiki/teams/5082/pagechangeicon.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 0 0;
}

.fullpage-wrapper .myswiper_1 .swiper-button-next {
  width: 50px;
  height: 50px;
  right: 7%;
  background-color: rgba(0, 0, 0, 0.3);
}

.fullpage-wrapper .myswiper_1 .swiper-button-next::after {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(https://static.igem.wiki/teams/5082/pagechangeicon.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 0 -50px;
}

.fullpage-wrapper .myswiper_1 .iconAnimate {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
  bottom: 32px;
  overflow: hidden;
}

.fullpage-wrapper .myswiper_1 .iconAnimate .icon {
  width: 20px;
  height: 32px;
  border: 3px solid #fff;
  border-radius: 10px;
  margin: auto;
  position: relative;
}

.fullpage-wrapper .myswiper_1 .iconAnimate .icon::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-animation: scroll-spinner-slide 1s infinite;
  animation: scroll-spinner-slide 1s infinite;
}

.fullpage-wrapper .myswiper_1 .iconAnimate .text {
  margin-top: 8px;
  font-size: 14px;
  color: #FFF;
}

.fullpage-wrapper .myswiper_1 .swiper-pagination {
  bottom: 16px;
  display: none;
}

.fullpage-wrapper .myswiper_1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFF;
}

.fullpage-wrapper .myswiper_1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #07b3c7;
}

.fullpage-wrapper .fp-section2 {
  background: url(https://static.igem.wiki/teams/5082/section_2bg.jpg);

}

.fullpage-wrapper .aboutUs {
  display: flex;
  align-items: center;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.fullpage-wrapper .aboutUs .aboutUsContent {
  max-width: 1400px;
  margin: auto;
  padding: 64px 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 60px;

}

.fullpage-wrapper .fp-section3 .aboutUs .aboutUsContent {
  flex-direction: row-reverse;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe {
  overflow: hidden;
  width: 30%;
  box-sizing: border-box;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .title {
  padding-bottom: 16px;
  color: #333333;
  font-size: 32px;
  position: relative;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .title::after {
  content: "";
  position: absolute;
  width: 64px;
  border-bottom: 3px solid #333;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 100%;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .title:hover::after {
  width: 128px;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .text .title_1 {
  font-size: 22px;
  margin-top: 12px;
  font-weight: bold;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .title_2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .line {
  margin: 24px 0;
  -webkit-line-clamp: 12;
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  text-align: justify;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  margin-top: 6px;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .advertising {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.line {
  margin: 24px 0;
  -webkit-line-clamp: 12;
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  text-align: justify;
  font-size: 24px;
  color: #000;
  overflow: hidden;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .advertising .item {
  padding: 16px;
  box-sizing: border-box;
  width: 50%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  justify-content: center;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .advertising .item:nth-child(n + 3) {
  border-bottom: 0;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .advertising .item:nth-child(2n) {
  border-right: 0;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .advertising .item .icon {
  width: 64px;
  height: 64px;
  vertical-align: middle;
  margin: 0 16px;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .advertising .item .time {
  vertical-align: middle;
  text-align: left;
  width: 160px;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .advertising .item .time .num {
  font-size: 24px;
  line-height: 32px;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .advertising .item .time .p {
  font-size: 16px;
  line-height: 32px;
  color: #999;
}

.fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box {
  width: 80%;
  position: relative;
}

.fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box .backGround {
  position: absolute;
  z-index: 0;
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: #07B3C7;
  border-radius: 100px 0;
}

.fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box .myswiper_2 {
  width: 100%;
  height: 100%;
  border-radius: 100px 0;
  overflow: hidden;
  position: relative;
}

.fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box .myswiper_2 .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  transition: all 0.3s;
}

.fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box .myswiper_2 .img:hover {
  transform: scale(1.1);
}

.fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box .myswiper_2 .swiper-button-prev_2 {
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
}

.fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box .myswiper_2 .swiper-button-prev_2::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(https://static.igem.wiki/teams/5082/pagechangeicon.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 0 0;
}

.fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box .myswiper_2 .swiper-button-next_2 {
  width: 40px;
  height: 40px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
}

.fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box .myswiper_2 .swiper-button-next_2::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(https://static.igem.wiki/teams/5082/pagechangeicon.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 0 -40px;
}

.fullpage-wrapper .fp-section3 {
  background-image: url(https://static.igem.wiki/teams/5082/section_2bg.jpg) !important;

  background-position: center center;
  background-size: cover;
}

.fullpage-wrapper .fp-section3 .bigTitle {
  display: none;
}

.fullpage-wrapper .fp-section3 .section3Content {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 136px 0;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.fullpage-wrapper .fp-section3 .section3Content .box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 64px;
  padding: 0 24px;
}

.fullpage-wrapper .fp-section3 .section3Content .box .item {
  flex: auto;
  width: 1px;
  cursor: pointer;
}

.fullpage-wrapper .fp-section3 .section3Content .box .item:last-child {
  width: fit-content;
  flex: none;
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.fullpage-wrapper .fp-section3 .section3Content .box .item:last-child a {
  padding: 8px 24px;
  background-color: #07B3C7;
  color: #FFF;
  height: 40px;
  font-size: 16px;
  display: block;
  border-radius: 20px;
}

.fullpage-wrapper .fp-section3 .section3Content .box .item .pie {
  margin: auto;
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 1;
}

.fullpage-wrapper .fp-section3 .section3Content .box .item .pie .img {
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  display: block;
}

.fullpage-wrapper .fp-section3 .section3Content .box .item .pie::after {
  content: '';
  width: 0;
  height: 0;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.fullpage-wrapper .fp-section3 .section3Content .box .item .text {
  width: 100%;
  line-height: 32px;
  height: 32px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fullpage-wrapper .fp-section3 .section3Content .box .item:hover .pie::after {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.5);
}

.fullpage-wrapper .fp-section3 .section3Content .box .itemActive .pie::after {
  background: #FFF;
  width: 72px;
  height: 72px;
}

.fullpage-wrapper .fp-section3 .section3Content .box .line {
  flex: auto;
  height: 0;
  margin: 32px 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 {
  flex: 1;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide {
  display: flex;
  padding: 0 24px;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .pic {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: -12px 12px 7px rgba(0, 0, 0, 0.2);
  border-radius: 32px;
  width: 512px;
  box-sizing: border-box;
  flex: none;
  position: relative;
  overflow: hidden;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .pic .img {
  width: auto;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  max-width: none;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe {
  flex: auto;
  width: 100%;
  padding-left: 32px;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe .title {
  padding: 24px 0;
  font-size: 24px;
  border-bottom: 1px solid #FFF;
  line-height: 24px;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe .text {
  margin: 40px 0;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe .readMore {
  display: flex;
  height: 40px;
  padding: 0 24px;
  border-radius: 20px;
  cursor: pointer;
  align-items: center;
  color: #FFF;
  width: fit-content;
  position: relative;
  background: #068f9f;
  z-index: 1;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe .readMore .text {
  font-size: 16px;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe .readMore .icon {
  width: 24px;
  height: auto;
  transition: all 0.3s;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe .readMore::after {
  content: '';
  z-index: -1;
  position: absolute;
  background: #07b3c7;
  border-radius: 20px;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  transition: all 0.3s;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe .readMore:hover::after {
  width: 0;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe .readMore:hover .icon {
  transform: translateX(50%);
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-pagination_3 {
  text-align: center;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-pagination_3 .swiper-pagination-bullet {
  display: inline-block;
  width: 24px;
  height: 6px;
  margin: 5px 7px;
  border-radius: 0;
}

.fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-pagination_3 .swiper-pagination-bullet-active {
  background: #07B3C7;
}

.fullpage-wrapper .fp-section4 .box {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.fullpage-wrapper .fp-section4 .box .news {
  padding: 64px 0;
  width: 100%;
}

.fullpage-wrapper .fp-section4 .box .news .title {
  font-size: 40px;
  text-align: center;
  color: #333;
  margin-bottom: 64px;
}

.fullpage-wrapper .fp-section4 .box .news .content {
  display: flex;
  justify-content: center;
}

.fullpage-wrapper .fp-section4 .box .news .content .leftNews {
  width: 50%;
  margin-right: 20px;
  border-radius: 100px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

.fullpage-wrapper .fp-section4 .box .news .content .leftNews .img {
  width: 100%;
  height: auto;
}

.fullpage-wrapper .fp-section4 .box .news .content .leftNews:hover {
  border-radius: 0;
}

.fullpage-wrapper .fp-section4 .box .news .content .rightNews {
  flex: 1;
  width: 50%;
  margin-left: 20px;
  box-sizing: border-box;
}

.fullpage-wrapper .fp-section4 .box .news .content .rightNews .title_1 {
  color: #0daabd;
}

.fullpage-wrapper .fp-section4 .box .news .content .rightNews .title_2 {
  color: #0daabd;
}

.fullpage-wrapper .fp-section4 .box .news .content_2 {
  display: none;
}

.fullpage-wrapper .fp-section5 .fp-tableCell {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.fullpage-wrapper .fp-section5 {
  /* background-image: url(https://static.igem.wiki/teams/5082/advange_bg.jpg); */
  background-image: url(https://static.igem.wiki/teams/5082/section_2bg.jpg);


}

.fullpage-wrapper .fp-section6 {
  background-image: url(https://static.igem.wiki/teams/5082/advange_bg.jpg);


}

.fullpage-wrapper .fp-section5 .myswiper_5 {
  align-items: stretch;
  overflow: hidden;
  /* height: 60vh; */
  max-width: 90.5%;
  margin: auto;
  padding-bottom: 10px;
}

.fullpage-wrapper .fp-section5 .myswiper_5 .swiper-wrapper {
  height: initial;
}

.fullpage-wrapper .fp-section5 .myswiper_5 .item {
  display: flex;
  height: auto;
  flex-direction: column;
  /* gap: 20px; */
  background: #FFF;
  flex-shrink: 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);


}

.fullpage-wrapper .fp-section5 .myswiper_5 .item .avatar {
  height: auto;
  width: 100%;
}

.fullpage-wrapper .fp-section5 .myswiper_5 .item .avatar img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  height: auto;
  width: 100%;
}

.fullpage-wrapper .fp-section5 .myswiper_5 .item .describe .title {
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
  color: #07b3c7;
}

.fullpage-wrapper .fp-section5 .myswiper_5 .item .describe .text {
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  color: #07b3c7;
}

.fullpage-wrapper .aboutUs .aboutUsContent .describe .bigTitle {
  font-weight: bold;
  color: #0bb0c3;
}

@media (max-width: 1024px) {
  body {
    overflow-y: scroll;
  }

  .fullpage-wrapper .fp-section {
    height: fit-content;
  }

  .fullpage-wrapper .myswiper_1 {
    height: fit-content;
  }

  .fullpage-wrapper .myswiper_1 .swiper-slide {
    height: fit-content;
  }

  .fullpage-wrapper .myswiper_1 .swiper-slide .img {
    position: static;
    width: 100%;
    height: auto;
    transform: translate(0);
  }

  .fullpage-wrapper .myswiper_1 .swiper-button-prev {
    display: none;
  }

  .fullpage-wrapper .myswiper_1 .swiper-button-next {
    display: none;
  }

  .fullpage-wrapper .myswiper_1 .iconAnimate {
    display: none;
  }

  .fullpage-wrapper .myswiper_1 .swiper-pagination {
    display: block;
  }

  .fullpage-wrapper .aboutUs {
    height: fit-content;
    display: block;
  }

  .fullpage-wrapper .aboutUs .aboutUsContent {
    padding: 32px 0;
    flex-direction: column;
    margin: 0 16px;
    width: auto;
  }

  .fullpage-wrapper .aboutUs .aboutUsContent .describe {
    width: 100%;
    padding: 0;
    font-size: 24px;
  }
  .fullpage-wrapper .aboutUs .aboutUsContent .describe .bigTitle{
    font-size: 20px !important;
  }
  .fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box .backGround{
    border-radius: 0;
  }

  .fullpage-wrapper .fp-section5 .myswiper_5 .item .describe .title{
    font-size: 16px !important;
  }
  .fullpage-wrapper .fp-section5 .myswiper_5 .title:nth-child(1){
    font-size: 20px !important;
    padding-bottom: 0 !important;
  }
  .fullpage-wrapper .fp-section5 .myswiper_5 .swiper-wrapper{
    padding-top: 10px;
  }
  .fullpage-wrapper .fp-section5 .myswiper_5 .item .describe .text{
    font-size: 14px;
  }
  .fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box {
    width: 100%;
    box-sizing: border-box;
  }

  .fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box .backGround {
    display: none;
  }

  .fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box .myswiper_2 {
    border-radius: 0;
  }

  .fullpage-wrapper .aboutUs .aboutUsContent .myswiper_2_Box .myswiper_2 .img {
    padding-bottom: 66.6666666667%;
  }

  .fullpage-wrapper .fp-section3 .bigTitle {
    display: block;
    padding: 32px 0;
    text-align: center;
    font-size: 24px;
  }

  .fullpage-wrapper .fp-section3 .section3Content {
    padding-top: 0;
    padding-bottom: 32px;
    display: block;
    height: fit-content;
  }

  .fullpage-wrapper .fp-section3 .section3Content .box {
    display: none;
  }

  .fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide {
    flex-direction: column-reverse;
  }

  .fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .pic {
    padding-bottom: 100%;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
  }

  .fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe {
    padding-left: 0;
  }

  .fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe .text {
    margin: 16px 0;
    -webkit-line-clamp: 3;
    color: #000;
  }

  .fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe .readMore {
    margin-bottom: 24px;
  }

  .fullpage-wrapper .fp-section3 .section3Content .myswiper_3 .swiper-slide .describe .readMore .text {
    color: #FFF;
  }

  .fullpage-wrapper .fp-section4 .box {
    display: block;
    height: fit-content;
    padding-bottom: 32px;
  }

  .fullpage-wrapper .fp-section4 .box .news {
    padding: 0;
  }

  .fullpage-wrapper .fp-section4 .box .news .title {
    padding: 32px 0;
    font-size: 24px;
    margin: 0;
  }

  .fullpage-wrapper .fp-section4 .box .news .content {
    /* display: none; */
    flex-direction: column;
  }

  .fullpage-wrapper .fp-section4 .box .news .content .leftNews {
    margin-right: 0;
    width: 100%;
    border-radius: 0;
  }
  .fullpage-wrapper .fp-section4 .box .news .content .rightNews{
    width: 100%;
    margin-left: 0;
  }
  .fullpage-wrapper .fp-section4 .box .news .content .rightNews .title_2 {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-top: 15px;
  }
  .line{
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5;
  }
  .swiper_button_5{
    display: none;
  }
  .fullpage-wrapper .aboutUs .aboutUsContent{
    gap: 10px;
  }
  .fullpage-wrapper .fp-section4 .box .news .content_2 {
    display: block;
    overflow: hidden;
  }

  .fullpage-wrapper .fp-section4 .box .news .content_2 .myswiper_4 {
    width: 100%;
    position: relative;
  }

  .fullpage-wrapper .fp-section4 .box .news .content_2 .myswiper_4 .img {
    width: 100%;
    height: auto;
    display: block;
  }

  .fullpage-wrapper .fp-section4 .box .news .content_2 .myswiper_4 .swiper-button-prev_4 {
    width: 40px;
    height: 40px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
  }

  .fullpage-wrapper .fp-section4 .box .news .content_2 .myswiper_4 .swiper-button-prev_4::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(https://static.igem.wiki/teams/5082/pagechangeicon.png);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 0 0;
  }

  .fullpage-wrapper .fp-section4 .box .news .content_2 .myswiper_4 .swiper-button-next_4 {
    width: 40px;
    height: 40px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
  }

  .fullpage-wrapper .fp-section4 .box .news .content_2 .myswiper_4 .swiper-button-next_4::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(https://static.igem.wiki/teams/5082/pagechangeicon.png);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 0 -60px;
  }

  .fullpage-wrapper .fp-section4 .box .news .content_2 .myswiper_4 .describe {
    position: absolute;
    padding: 8px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .fullpage-wrapper .fp-section5 .bigBox {
    display: block;
    padding-top: 0;
    height: fit-content;
  }

  .fullpage-wrapper .fp-section5 .bigBox .advantage {
    margin: 0;
    margin-bottom: 50px;
  }

  .fullpage-wrapper .fp-section5 .bigBox .advantage .title {
    padding: 32px 0;
    font-size: 24px;
    margin-bottom: 0;
  }

  .fullpage-wrapper .fp-section5 .bigBox .advantage .content {
    display: block;
    padding: 0;
    overflow: hidden;
    background: transparent;
    width: 100%;
    max-width: none;
    padding-top: 64px;
  }

  .fullpage-wrapper .fp-section5 .bigBox .advantage .content .swiper-wrapper {
    position: relative;
  }

  .fullpage-wrapper .fp-section5 .bigBox .advantage .content .swiper-wrapper .swiper-slide {
    margin-right: 0;
    display: block;
    flex: none;
  }

  .fullpage-wrapper .fp-section5 .bigBox .advantage .content .swiper-pagination_5 {
    text-align: center;
  }

  .fullpage-wrapper .fp-section5 .bigBox .advantage .content .swiper-pagination_5 .swiper-pagination-bullet {
    display: inline-block;
    width: 24px;
    height: 6px;
    margin: 5px 7px;
    border-radius: 0;
  }

  .fullpage-wrapper .fp-section5 .bigBox .advantage .content .swiper-pagination_5 .swiper-pagination-bullet-active {
    background: #07B3C7;
  }
}

@keyframes scroll-spinner-slide {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
  }
}