@charset "UTF-8";
body {
  min-width: 1200px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-height: 647px) {
  .banner_wrapper .banner_box {
    margin-top: 32px !important;
  }
  .banner_wrapper .banner_box .b_left .description {
    margin-bottom: 8px !important;
  }
  .banner_wrapper .banner_box .b_left > ul {
    margin-bottom: 30px !important;
  }
  .banner_wrapper .banner_box .b_right {
    width: 470px !important;
  }
}
/* 头部banner */
.hidden-header-box {
  display: none;
  width: 100%;
  background-color: #ffffff;
  background: #feffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header-content {
  height: 60px;
  line-height: 60px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-content .download_btn {
  width: 175.526px;
  height: 45.432px;
  flex-shrink: 0;
  border-radius: 25px;
  box-sizing: border-box;
}
.header-content .download_btn img {
  width: 26.716px;
  height: 26.716px;
  flex-shrink: 0;
}
.header-content .download_btn span {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 19.083px */
  margin-left: 15px;
}
.header-content .header-right > span {
  color: rgba(51, 51, 51, 0.85);
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 30px;
}
.header-content .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-content .header-left img {
  width: 40px;
  height: 40px;
}
.header-content .header-left h1 {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-left: 10px;
}
.header-content .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-content .header-right a {
  position: relative;
  margin-right: 30px;
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #333333;
}

.add_adaptation {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.add_adaptation .w {
  height: 60px;
  line-height: 60px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 795px;
  flex-shrink: 0;
  background-color: #ffac45;
  box-sizing: border-box;
}
.banner_wrapper .banner_box {
  margin-top: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_wrapper .banner_box .b_left .title {
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
}
.banner_wrapper .banner_box .b_left .title h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 74px;
  line-height: 98px;
  /* identical to box height */
  letter-spacing: 0.05em;
  background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(90deg, #ff6a00 0%, #f65600 100%), linear-gradient(95.72deg, #ffa92d -1.4%, #ff8617 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.banner_wrapper .banner_box .b_left .title span {
  display: inline-block;
  padding: 4px 14px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 13.6px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 20.5714px;
  color: #f75701;
  position: absolute;
  top: -29px;
  right: -7px;
}
.banner_wrapper .banner_box .b_left .description {
  margin-bottom: 26px;
  padding: 6px 16px;
  max-width: 641px;
  box-sizing: border-box;
  background-color: #005fca;
  border-radius: 8px;
}
.banner_wrapper .banner_box .b_left .description p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  letter-spacing: 0.17em;
  color: #ffffff;
  margin-bottom: 8px;
}
.banner_wrapper .banner_box .b_left .description span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.16em;
  color: #ffffff;
}
.banner_wrapper .banner_box .b_left > ul {
  margin-bottom: 77px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.banner_wrapper .banner_box .b_left > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner_wrapper .banner_box .b_left > ul li + li {
  margin-left: 24px;
}
.banner_wrapper .banner_box .b_left > ul li img {
  margin-bottom: 14px;
  width: 60px;
}
.banner_wrapper .banner_box .b_left > ul li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #27f2ff;
}
.banner_wrapper .banner_box .b_left .banner_down {
  display: flex;
  align-items: end;
  margin-bottom: 22px; 
}


.banner_wrapper .banner_box .b_left .banner_down a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 94.27px;
  background: linear-gradient(90deg, #0696f0 0%, #0b92d1 100%), linear-gradient(95.72deg, #1486d7 -1.4%, #05a4c1 100%);
  border-radius: 10.8502px;
  margin-right: 13px;
}

.banner_wrapper .banner_box .b_left .banner_down2 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 94.27px;
  background: linear-gradient(90deg, #ffb41f 0%, #f88f16 100%), linear-gradient(95.72deg, #ffa92d -1.4%, #ff8617 100%);
  border-radius: 10.8502px;
  margin-right: 13px;
}

.banner_wrapper .banner_box .b_left .banner_down a .top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
}
.banner_wrapper .banner_box .b_left .banner_down a .top img {
  margin-right: 13px;
  width: 34px;
}
.banner_wrapper .banner_box .b_left .banner_down a .top span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 28.2803px;
  color: #ffffff;
}
.banner_wrapper .banner_box .b_left .banner_down a .bottom {
  border-top: 0.942675px solid rgba(255, 255, 255, 0.1);
}
.banner_wrapper .banner_box .b_left .banner_down a .bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
}
.banner_wrapper .banner_box .b_left .banner_down a .bottom ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_wrapper .banner_box .b_left .banner_down a .bottom ul li + li {
  margin-left: 15px;
}
.banner_wrapper .banner_box .b_left .banner_down a .bottom ul li img {
  width: 11px;
  margin-right: 3px;
}
.banner_wrapper .banner_box .b_left .banner_down a .bottom ul li span {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 13.1975px;
  color: rgba(255, 255, 255, 0.8);
}
.banner_wrapper .banner_box .b_left .banner_down .a_title {
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
}
.banner_wrapper .banner_box .b_left .banner_down .a_title span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20.6837px;
  color: #ffffff;
}
.banner_wrapper .banner_box .b_left .banner_down .a_title span span {
  display: inline-block;
  margin-right: 22px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 37.4277px;
  color: #ffffff;
}
.banner_wrapper .banner_box .b_left .banner_down .a_title img {
  position: absolute;
  bottom: 13px;
  right: 23px;
  width: 15px;
}
.banner_wrapper .banner_box .b_left .banner_shipei {
  display: flex;
  align-items: center;
}
.banner_wrapper .banner_box .b_left .banner_shipei span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.65);
}
.banner_wrapper .banner_box .b_left .banner_shipei span:first-child {
  display: inline-block;
  margin-right: 20px;
}
.banner_wrapper .banner_box .b_right {
  margin-left: 47px;
  width: 522px;
  height: 544px;
}
.banner_wrapper .banner_box .b_right img {
  width: 100%;
}

.step01_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 98px;
  background: url(step01_box.png) no-repeat center center/cover;
}
.step01_box .s_b_content {
  width: 1200px;
}
.step01_box .s_b_content .swiper-pagination-custom {
  margin-bottom: 50px;
}
.step01_box .s_b_content .swiper-pagination-custom ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step01_box .s_b_content .swiper-pagination-custom ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 72px;
  background: url(step01_box_ul_li_bg.png) no-repeat center center/cover;
  box-sizing: border-box;
  padding-bottom: 8px;
  cursor: pointer;
}
.step01_box .s_b_content .swiper-pagination-custom ul li + li {
  margin-left: 27px;
}
.step01_box .s_b_content .swiper-pagination-custom ul li img {
  margin-right: 8px;
  width: 32px;
}
.step01_box .s_b_content .swiper-pagination-custom ul li img:nth-child(1) {
  display: block;
}
.step01_box .s_b_content .swiper-pagination-custom ul li img:nth-child(2) {
  display: none;
}
.step01_box .s_b_content .swiper-pagination-custom ul li span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}
.step01_box .s_b_content .swiper-pagination-custom ul li.active {
  background: url(step01_box_ul_li_bg_active.png) no-repeat center center/cover;
}
.step01_box .s_b_content .swiper-pagination-custom ul li.active img {
  margin-right: 8px;
  width: 32px;
}
.step01_box .s_b_content .swiper-pagination-custom ul li.active img:nth-child(2) {
  display: block;
}
.step01_box .s_b_content .swiper-pagination-custom ul li.active img:nth-child(1) {
  display: none;
}
.step01_box .s_b_content .swiper-pagination-custom ul li.active span {
  color: #009be8;
}
.step01_box .s_b_content .swiper {
  width: 1200px;
  height: 480px;
  background: #e7f8fe;
  border-radius: 24px;
  overflow: hidden;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide > img {
  width: 567px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title > span {
  display: inline-block;
  margin-bottom: 28px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  color: #573000;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title > span span {
  background: radial-gradient(63.96% 175.21% at 2.78% 88.24%, rgba(236, 91, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90.22deg, #ff842a 0.19%, #ff7632 47.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title > p {
  margin-bottom: 40px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: rgba(51, 32, 8, 0.5);
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 296px;
  height: 94.27px;
  background: linear-gradient(90deg, #ff7d21 0%, #f25b20 100%), linear-gradient(95.72deg, #ffa92d -1.4%, #ff8617 100%);
  border-radius: 10.8502px;
  margin-right: 13px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title a .top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title a .top img {
  margin-right: 13px;
  width: 34px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title a .top span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 28.2803px;
  color: #ffffff;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title a .bottom {
  border-top: 0.942675px solid rgba(255, 255, 255, 0.1);
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title a .bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title a .bottom ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title a .bottom ul li + li {
  margin-left: 15px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title a .bottom ul li img {
  width: 11px;
  margin-right: 3px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title a .bottom ul li span {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 13.1975px;
  color: rgba(255, 255, 255, 0.8);
}

.aggregate_style {
  line-height: 1;
}
.aggregate_style .header-title {
  line-height: 1;
}
.aggregate_style .header-title h1 {
  line-height: 1;
  font-weight: 700;
}
.aggregate_style .header-title span {
  display: inline-block;
  margin-top: 8px;
  margin-left: 10px;
}

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

/* 视频预览样式 */
.video-preview {
  position: relative;
  width: 300px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.video-preview:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.preview-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.video-preview:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-button svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* 视频弹出窗口样式 */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.video-modal-content {
  position: relative;
  margin: 5% auto;
  width: 80%;
  max-width: 900px;
  background-color: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 10001;
  transition: color 0.3s ease;
}

.video-modal-close:hover {
  color: #ff6b6b;
}

#modalVideo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .video-modal-content {
    width: 95%;
    margin: 10% auto;
  }
  
  .video-preview {
    width: 250px;
    height: 160px;
  }
  
  .play-button svg {
    width: 50px;
    height: 50px;
  }
}

/* download_soft 区域按钮样式 */
.download_soft .download-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.download_soft .download-btn.baidu-link {
  background: linear-gradient(90deg, #3b82f6 0%, #1d4ed8 100%);
}

.download_soft .download-btn.web-link {
  background: linear-gradient(90deg, #10b981 0%, #059669 100%);
}

.download_soft .download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.download_soft .download-btn .btn-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.download_soft .download-btn .btn-top img,
.download_soft .download-btn .btn-top svg {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

.download_soft .download-btn .btn-top span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.download_soft .download-btn .btn-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 6px;
}

.download_soft .download-btn .btn-bottom span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .download_soft {
    flex-direction: column !important;
    height: auto !important;
    padding: 20px !important;
    gap: 15px !important;
  }
  
  .download_soft .download-btn {
    width: 280px;
  }
}
