* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "MiSans";
  src: url("../font/MiSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "MiSans";
  src: url("../font/MiSans-Semibold.ttf") format("truetype");
  font-weight: 700;
}
body {
  font-family: "MiSans";
  background: #f7f7f7;
  background: url("../img/wrap1-bg.png") no-repeat top center, #f7f7f7;
  background-size: 100% auto;
  scroll-behavior: smooth;
}
main {
  background: #f7f7f7;
  background: url("../img/bottom.png") no-repeat bottom center;
  background-size: 100% 1440px;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
input {
  border: none;
  outline: none;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.back-top {
  position: fixed;
  left: 10%;
  bottom: 300px;
  width: 31px;
  height: 84px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
}
.back-top .back-top_progress {
  width: 4px;
  height: 60px;
  border-radius: 10px;
  background: #0f502c;
  overflow: hidden;
  margin: 0 auto -9px;
}
.back-top .back-top_progress .progress-bar {
  width: 100%;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #a5cab6;
}
.wrap1 {
  text-align: center;
  padding: 87px 0 0;
}
.wrap1 .container {
  width: 790px;
  margin: 0 auto 45px;
}
.wrap1 .input-box {
  border-radius: 6px;
  border: 1px solid #9c9c9c;
  background: #fff;
  overflow: hidden;
  margin-top: 40px;
}
.wrap1 input {
  text-align: left;
  width: 100%;
  padding: 15px 20px;
}
.wrap1 input:placeholder {
  color: #848484;
  font-family: MiSans;
  font-size: 18px;
}
.wrap1 .btn {
  border-radius: 4px;
  background: #fc774d;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: max-content;
  padding: 15px 46px;
  cursor: pointer;
  margin: 20px auto;
  transition: all 0.3s;
}
.wrap1 .btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #fc774d;
}
.wrap1 .loading-box {
  display: none;
  margin: 40px auto 60px;
}
.wrap1 .result-box {
  display: none;
}
.wrap1 .loading-text {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.wrap1 .loading-img {
  animation: loading 1.8s linear infinite;
}
.wrap1 .error-box {
  display: none;
  margin: 50px auto 40px;
}
.wrap1 .error-title {
  color: #ff3c3c;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 6px;
  border: 1px solid #ff3c3c;
  background: #fff4f4;
  text-align: left;
}
.wrap1 .error-text {
  text-align: left;
  padding-left: 20px;
  margin-top: 15px;
  color: #ff3c3c;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}
.wrap1 .back-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: #040000;
  width: max-content;
  margin: 20px auto 0;
  padding: 15px 36px;
  border-radius: 4px;
  transition: all 0.3s;
}
.wrap1 .back-btn:hover {
  background: #363636;
}
.wrap1 .btns {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 20px;
  margin: 37px auto 0;
}
.wrap1 .btns .back-btn {
  margin: 0;
}
.wrap1 .save-btn {
  background: #fc774d;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 4px;
  transition: all 0.3s;
}
.wrap1 .save-btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #fc774d;
}
.wrap1 .result-type {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 700;
  margin: 30px auto 10px;
}
.wrap1 .result-desc {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.wrap1 .result-link {
  color: #0068e2;
  font-size: 16px;
  font-weight: 400;
}
.wrap1 .download-box {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 30px;
}
.wrap1 .download-box .download-box_item {
  cursor: pointer;
}
.wrap1 .download-box .item-title {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}
.wrap1 .download-box .content-item {
  position: relative;
  --color: #040000;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 5px;
  overflow: hidden;
  border: 0.892px solid var(--color);
  background: #fff;
  margin-bottom: 12px;
}
.wrap1 .download-box .content-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 25px;
  height: 25px;
  background: url("../img/download.svg") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.wrap1 .download-box .content-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: var(--color);
  z-index: 0;
}
.wrap1 .download-box .content-item::before,
.wrap1 .download-box .content-item::after {
  opacity: 0;
  transition: all 0.3s;
}
.wrap1 .download-box .content-item:hover::before,
.wrap1 .download-box .content-item:hover::after {
  opacity: 1;
}
.wrap1 .download-box .content-item .item-left {
  background: var(--color);
  padding: 9px 13px;
}
.wrap1 .download-box .content-item .item-right {
  display: flex;
  gap: 4px;
  color: var(--color);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.wrap1 .download-box .content-item .item-right div {
  width: 68px;
}
.wrap1 .download-box .content-item .item-right div:last-child {
  width: 91px;
  border-left: 1px solid #dfdfdf;
}
.wrap1 .download-box .download-box_item:last-of-type .content-item {
  --color: #8960ff;
}
.wrap1 .download-box .download-box_item:last-of-type .item-title {
  color: #8960ff;
}
.sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: end;
  right: 0;
  top: 43px;
  width: 420px;
  z-index: 99;
}
.sidebar .s-box_title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 12px;
  text-align: left;
}
.sidebar .s-box_content {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.s-box {
  width: 353px;
  border: 1px solid #b7cbc0;
  background: #fff;
  margin-bottom: 12px;
}
.s-box .s-box_title {
  background: #668b77;
}
.s-box .item-img {
  width: 100%;
  height: 106px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}
.show-sidebar.s-box2 {
  overflow: hidden;
  transform: translateX(0);
}
.sidebar-btn {
  position: absolute;
  top: 0;
  left: -54px;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #f89a21;
  padding-right: 5px;
  border-radius: 10px 0 0 10px;
  width: 54px;
  gap: 5px;
  height: 117px;
  color: #fff;
  cursor: pointer;
}
.sidebar-btn img {
  display: block;
  width: 12px;
  height: auto;
  transform: rotate(180deg);
}
.sidebar-btn .sidebar-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
}
.hidden-btn {
  cursor: pointer;
}
.s-box2 {
  position: relative;
  width: 100%;
  overflow: unset;
  border: 1px solid #ecd0ad;
  background: #fff;
  transition: all 0.5s;
  transform: translateX(100%);
}
.s-box2 .s-box_content {
  padding: 0 15px;
  gap: 0;
  height: 240px;
  overflow: auto;
}
.s-box2 .s-box_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f89a21;
}
.s-box2 .s-item {
  display: flex;
  gap: 10px;
  text-align: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #f3f3f3;
}
.s-box2 .s-item .s-item_left {
  width: 108px;
  height: 87px;
  border-radius: 4px;
}
.s-box2 .s-item .s-item_right {
  flex: 1;
  min-width: 0;
}
.s-box2 .s-item .item-title {
  color: #264232;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  max-width: 100%;
  display: block;
}
.s-box2 .s-item .item-desc {
  color: #555;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  /* 20.4px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.s-box2 .s-item .item-option {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #fc8059;
  margin-top: 4px;
}
.s-box2 .s-item .date {
  color: #bfbfbf;
}
.s-box2 .s-item .detail:hover {
  color: #fb4a12;
}
.wrap2 .container {
  width: 790px;
}
.wrap2 .wrap2-box_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 53px;
  background: url("../img/title-bg.png") no-repeat center center;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.wrap2 .wrap2-box_top .top-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap2 .wrap2-box_top .top-right {
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  /* 20.4px */
  padding: 10px 10px;
  transition: all 0.3s;
}
.wrap2 .wrap2-box_top .top-right:hover {
  background: #fff6eb;
}
.wrap2 .wrap-tips {
  position: relative;
  background: #e88b12;
  text-align: center;
  color: #fff0dc;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  /* 20.4px */
  padding: 4px 0;
  margin-top: -2px;
}
.wrap2 .wrap-tips::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #e88b12;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0;
  height: 0;
}
.wrap2 .wrap-content {
  padding: 15px 50px;
  border-radius: 0px 0px 8px 8px;
  background: #fff;
  box-shadow: 0px 0px 22.4px 0px rgba(136, 135, 135, 0.11);
}
.wrap2 .wrap-content::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 6px;
}
.wrap2 .wrap-content::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 6px;
}
.wrap2 .wrap-content::-webkit-scrollbar {
  width: 4px;
  border-radius: 6px;
}
.wrap2 .wrap-content .wrap2-swiper {
  height: 360px;
  position: relative;
  overflow: hidden;
}
.wrap2 .wrap-content .swiper-slide {
  height: 60px;
  overflow: hidden;
}
.wrap2 .wrap-content .content-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap2 .wrap-content .content-item {
  padding: 18px 0;
  border-bottom: 1px solid #f3f3f3;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.wrap2 .wrap-content .content-item_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  min-width: 0;
}
.wrap2 .wrap-content .type {
  width: 22px;
  height: 22px;
}
.wrap2 .wrap-content .video {
  background: url("../img/video.svg") no-repeat center center;
}
.wrap2 .wrap-content .audio {
  background: url("../img/audio.svg") no-repeat center center;
}
.wrap2 .wrap-content .blue {
  color: #3886e2;
}
.wrap2 .wrap-content .blue:hover {
  color: #0068e2;
}
.wrap2 .platform-box {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  margin-top: 46px;
}
.wrap2 .platform-box .platform-box_item {
  height: 44px;
}
.wrap2 .platform-box .platform-box_item:hover {
  position: relative;
}
.wrap2 .platform-box .platform-box_item:hover::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000033;
  transition: all 0.3s;
}
.title {
  color: #1b1b1b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.wrap3 .container {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 11.3px 0px #e1e1e1;
  padding: 48px 50px 34px;
  text-align: center;
  margin-top: 90px;
}
.wrap3 .swiper-wrapper {
  height: auto;
  justify-content: center;
  gap: 48px;
}
.wrap3 .swiper-slide {
  width: 270px;
  height: 100%;
  position: relative;
}
.wrap3 .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -35px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #52645a;
  border-bottom: 15px solid transparent;
  bottom: -10px;
}
.wrap3 .swiper-slide:last-of-type::after {
  display: none;
}
.wrap3 .content-item {
  border-radius: 6px;
  background: #fff;
  height: 100%;
  overflow: hidden;
}
.wrap3 img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.wrap3 .item-content {
  padding: 20px 23px;
  border: 1px solid #c4d4cc;
  border-radius: 0 0 6px 6px;
  border-top: none;
  margin-top: -1px;
  height: 100%;
}
.wrap3 .item-title {
  color: #1b1b1b;
  color: #fff;
  border-radius: 65px;
  padding: 6px 33px;
  font-weight: 600;
  letter-spacing: 1px;
  width: max-content;
  margin: 0 auto 10px;
  background: #52645a;
}
.wrap3 .item-desc {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  /* 20.4px */
  height: 60px;
}
.wrap3 .top-btn {
  display: block;
  width: 100%;
  background: #fc774d;
  color: #fff;
  padding: 21px;
  width: max-content;
  margin: 34px auto 0;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s;
}
.wrap3 .top-btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #fc774d;
}
.wrap4 {
  margin-top: 200px;
}
.wrap4 .wrap4-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.wrap4 .wrap4-box .wrap4-box_left {
  width: 310px;
  background: #000;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.wrap4 .wrap4-box .wrap4-box_left .left-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 44px 33px 44px 44px;
  border-bottom: 1px solid #414141;
}
.wrap4 .wrap4-box .wrap4-box_left .left-item:last-of-type {
  border-bottom: none;
}
.wrap4 .desc {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
  text-align: center;
  margin-bottom: 15px;
}
.wrap5 {
  margin-top: 92px;
  padding-bottom: 55px;
}
.wrap5 .item {
  background: #fff;
  margin-bottom: 20px;
}
.wrap5 .item-title {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 600;
  background-color: #5b796b;
  color: #fff;
  padding: 11px 15px;
  font-weight: 500;
}
.wrap5 .item-title::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 10px;
  height: 10px;
  background: #5b796b;
  border-radius: 50%;
  border: 3px solid #fff;
}
.wrap5 .item-desc {
  padding: 15px 36px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 2;
}
footer {
  background: #0b110e;
  color: #b8b8b8;
  font-size: 18px;
  font-weight: 500;
}
footer .footer-box {
  padding: 25px 0;
  border-bottom: 1px solid #2e2e2e;
}
footer a {
  color: #b8b8b8;
  font-size: 18px;
}
footer a:hover {
  color: #fff;
}
footer .footer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottom {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
}
.popup.show-popup {
  display: block;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.popup .popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.popup .close-btn {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.popup .popup-title {
  background: #e7e7e7;
  color: #ff3c3c;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
}
.popup .popup-content {
  padding: 20px 26px 34px;
}
.popup .popup-content .desc {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.popup .popup-content a {
  color: #3886e2;
  font-size: 16px;
  font-weight: 600;
}
.popup .popup-content strong.desc {
  font-weight: bold;
}
.popup .popup-content .orange {
  color: #f45800;
  font-weight: bold;
}
.popup .popup-content .btn {
  display: block;
  width: 100%;
  background: #fc774d;
  color: #fff;
  padding: 16px 21px;
  width: max-content;
  margin: 26px auto 0;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s;
}
.popup .popup-content .btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #fc774d;
}
.popup .popup-swiper-box {
  position: relative;
  width: 350px;
  margin: 0 auto 20px;
  padding-bottom: 30px;
}
.popup .swiper-button-prev::after,
.popup .swiper-button-next::after {
  content: "";
  background: url("../img/button.svg") no-repeat center center;
  width: 27px;
  height: 27px;
}
.popup .swiper-button-prev::after {
  transform: rotate(180deg);
}
.popup .popup-swiper {
  overflow: hidden;
  width: 200px;
  height: 328px;
  margin: 0 auto;
  border-radius: 6px;
}
.popup .popup-swiper .swiper-slide {
  width: 200px;
}
.popup .popup-swiper .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.popup .popup-swiper .swiper-pagination {
  bottom: 0;
}
.popup .popup-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #4b8e3f;
}
.error-desc,
.audio-desc,
.time-desc {
  display: none;
}
@media (max-width: 1024px) {
  .sidebar {
    position: relative;
    align-items: center;
    width: 100%;
    margin-top: 26px;
  }
  .sidebar .s-box {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .back-top {
    display: none;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .wrap1 {
    background: #d9e3de;
    padding: 30px 0 40px;
  }
  .wrap1 .container {
    width: 100%;
    margin: 0;
  }
  .wrap1 .download-box {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .wrap1 .logo {
    width: 180px;
  }
  .wrap1 .btn {
    font-size: 14px;
    padding: 10px 22px;
  }
  .wrap1 .input-box {
    margin-top: 17px;
    border-radius: 4px;
  }
  .wrap1 input {
    padding: 10px 12px;
    font-size: 12px;
  }
  .wrap1 .loading-box {
    margin: 20px auto 40px;
  }
  .wrap1 .download-box .download-box_item:last-of-type {
    order: -1;
  }
  .wrap1 .loading-text {
    font-size: 14px;
  }
  .wrap1 .error-box {
    margin: 30px auto 20px;
  }
  .wrap1 .error-title {
    font-size: 14px;
    padding: 12px 12px;
    border-radius: 4px;
  }
  .wrap1 .error-text {
    padding-left: 0;
  }
  .wrap1 .back-btn {
    font-size: 14px;
    padding: 10px 22px;
  }
  .wrap1 .back-btn img {
    width: 12px;
  }
  .wrap1 .save-btn {
    font-size: 14px;
    padding: 10px 22px;
  }
  .wrap1 .result-type {
    font-size: 14px;
  }
  .wrap1 .btns {
    margin: 20px auto 0;
  }
  .wrap1 .result-type {
    font-size: 16px;
    margin: 20px auto 15px;
  }
  .wrap1 .result-desc {
    font-size: 14px;
  }
  .wrap1 .result-link {
    font-size: 14px;
  }
  .sidebar {
    position: unset;
    width: 100%;
    margin-top: 26px;
  }
  .sidebar .s-box_title {
    font-size: 12px;
  }
  .sidebar .s-box_content {
    padding: 12px 9px;
    gap: 13px;
  }
  .hidden-btn {
    display: none;
  }
  .s-box {
    width: 100%;
  }
  .s-box2 .s-box_content {
    padding: 0 9px;
    height: 206px;
  }
  .s-box2 .s-item {
    padding: 12px 0;
  }
  .s-box2 .s-item .s-item_left {
    width: 88px;
    height: 71px;
  }
  .s-box2 .s-item .item-title {
    font-size: 12px;
  }
  .s-box2 .s-item .item-desc,
  .s-box2 .s-item .item-option {
    font-size: 10px;
  }
  .wrap2 {
    margin-top: 46px;
  }
  .wrap2 .container {
    width: 100%;
  }
  .wrap2 .wrap2-box_top {
    padding: 9px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  .wrap2 .wrap2-box_top img {
    width: 16px;
  }
  .wrap2 .wrap2-box_top .top-right {
    font-size: 10px;
    padding: 5px 7px;
  }
  .wrap2 .wrap2-box_top .top-left {
    gap: 3px;
  }
  .wrap2 .wrap-tips {
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
  }
  .wrap2 .wrap-tips::before {
    bottom: -6px;
  }
  .wrap2 .wrap-content {
    padding: 0 10px;
  }
  .wrap2 .wrap-content .content-item {
    padding: 14px 0;
    border-bottom: 1px solid #f3f3f3;
    color: #3f3f3f;
    font-size: 12px;
    font-weight: 400;
    gap: 7px;
  }
  .wrap2 .wrap-content .type {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-size: 16px;
  }
  .wrap2 .wrap-content .wrap2-swiper {
    height: 270px;
  }
  .wrap2 .wrap-content .swiper-slide {
    height: 45px;
  }
  .wrap2 .platform-box {
    margin-top: 26px;
    gap: 10px;
    font-size: 12px;
  }
  .wrap2 .platform-box img {
    width: 33px;
  }
  .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .wrap3 {
    margin-top: 46px;
    padding: 0 12px 47px;
  }
  .wrap3 .container {
    width: 100%;
    padding: 43px 34px 34px;
    margin-top: 76px;
  }
  .wrap3 .wrap3-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .wrap3 .swiper-wrapper {
    gap: 0;
    justify-content: unset;
  }
  .wrap3 .swiper-slide {
    width: 100%;
    padding: 0 0 2px;
  }
  .wrap3 .swiper-slide::after {
    display: none;
  }
  .wrap3 .swiper-pagination-bullet {
    background: #4b8e3f;
  }
  .wrap3 .swiper-pagination-bullet-active {
    background: #4b8e3f;
  }
  .wrap3 .top-btn {
    font-size: 12px;
    padding: 15px;
    margin: 15px auto 0;
  }
  .wrap4 {
    margin-top: 0;
    background: #ebf3ef;
    padding: 60px 0 30px;
  }
  .wrap4 .desc {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .wrap4 .title {
    margin-bottom: 14px;
  }
  .wrap4 .wrap4-box {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
  }
  .wrap4 .wrap4-box .wrap4-box_left {
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
  }
  .wrap4 .wrap4-box .wrap4-box_left .left-item {
    padding: 14px 30px;
  }
  .wrap4 .wrap4-box .wrap4-box_left img {
    width: 24px;
  }
  .wrap4 .wrap4-box .wrap4-box_right {
    width: 100%;
  }
  .wrap4 .wrap4-box .wrap4-box_right img {
    width: 100%;
  }
  .wrap5 {
    margin-top: 0;
    background: #ebf3ef;
    padding: 45px 0 30px;
  }
  .wrap5 .item {
    margin-bottom: 17px;
  }
  .wrap5 .title {
    margin-bottom: 12px;
  }
  .wrap5 .item-title {
    font-size: 14px;
    padding: 18px 12px;
  }
  .wrap5 .item-title::before {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
  }
  .wrap5 .item-desc {
    font-size: 12px;
    padding: 12px;
  }
  .popup {
    padding: 0 15px;
  }
  .popup .popup-box {
    width: 92%;
    max-width: 100%;
  }
  .popup .popup-swiper-box,
  .popup .popup-swiper {
    width: 40vw;
    height: 60vw;
  }
  .popup .popup-swiper {
    padding-bottom: 30px;
  }
  .popup .swiper-button-next,
  .popup .swiper-button-prev {
    display: none;
  }
  .popup .popup-title {
    font-size: 16px;
    padding: 15px 0;
  }
  .popup .popup-content {
    padding: 15px 26px 34px;
  }
  .popup .popup-content .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 7px;
  }
  .popup .close-btn {
    bottom: -40px;
    width: 30px;
    height: 30px;
  }
  .popup .close-btn img {
    width: 100%;
    height: 100%;
  }
  .popup .popup-swiper-box {
    margin: 0 auto 15px;
  }
  footer .footer-box {
    flex-direction: column;
    align-items: start;
    gap: 28px;
    text-align: left;
  }
  footer a {
    font-size: 14px;
  }
  footer .footer-bottom {
    font-size: 12px;
  }
}
