@charset "UTF-8";
.top-box {
  position: absolute;
  width: 100%;
  height: 64px;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding-top: 12px;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #222;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-box .header-box .header-right {
  display: flex;
  align-items: center;
  gap: 48px;
}
.top-box .header-box .header-right > a {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box .header-right > a:hover {
  color: #04A2EA;
}
.top-box .header-box img {
  width: 40px;
  height: 40px;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 999;
}
.top-box .hidden-header-box .hidden-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #222;
}
.top-box .hidden-header-box .hidden-header-content .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-box .hidden-header-box .hidden-header-content .header-right {
  display: flex;
  align-items: center;
  gap: 48px;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a:hover {
  color: #04A2EA;
}
.top-box .hidden-header-box img {
  width: 40px;
  height: 40px;
}

.banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 167px 0 50px 0;
  background: url(../../static/img/banner-bg.png) no-repeat center;
  background-size: cover;
  /* 遮罩层样式 */
  /* 视频弹窗样式 */
  /* 关闭按钮样式 */
  /* 视频样式 */
}
.banner-box h1 {
  position: relative;
  color: #111;
  font-family: "Douyin Sans";
  font-size: 78px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6.24px;
}
.banner-box h1 span {
  position: absolute;
  right: 0;
  top: -25px;
  display: flex;
  justify-content: center;
  width: 97px;
  height: 44px;
  color: #FFF;
  font-family: "Alimama ShuHeiTi";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.54px;
  background: url(../../static/img/banner-qipao.png) no-repeat center;
  background-size: cover;
}
.banner-box h1 + p {
  width: 718px;
  margin-top: 19px;
  color: rgba(0, 66, 96, 0.85);
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 1.2px;
}
.banner-box ul {
  display: flex;
  justify-content: space-between;
  width: 880px;
  margin-top: 64px;
}
.banner-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.banner-box ul li img {
  width: 70px;
  height: 70px;
}
.banner-box ul li span {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .download-box {
  display: flex;
  gap: 64px;
  width: 600px;
  height: 78px;
  margin-top: 67px;
}
.banner-box .download-box > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 268px;
  height: 78px;
  border-radius: 12px;
}
.banner-box .download-box > a:first-of-type {
  position: relative;
  background: linear-gradient(250deg, #12AFF7 54.66%, #12DCF7 121.98%);
}
.banner-box .download-box > a:first-of-type:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(250deg, #12AFF7 54.66%, #12DCF7 121.98%);
}
.banner-box .download-box > a:first-of-type:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(250deg, #12AFF7 54.66%, #12DCF7 121.98%);
}
.banner-box .download-box > a:first-of-type p {
  position: absolute;
  right: -21px;
  top: -23px;
  display: flex;
  justify-content: center;
  width: 63px;
  height: 33px;
  background: url(../../static/img/recommend.png) no-repeat center;
  background-size: cover;
  color: #FFF;
  font-family: "Alimama ShuHeiTi";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.28px;
}
.banner-box .download-box > a:last-of-type {
  background-color: #12AFF7;
}
.banner-box .download-box > a:last-of-type:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(250deg, #12AFF7 54.66%, #12DCF7 121.98%);
}
.banner-box .download-box > a:last-of-type:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(250deg, #12AFF7 54.66%, #12DCF7 121.98%);
}
.banner-box .download-box > a span {
  color: #FFF;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-box .download-box + p {
  margin-top: 56px;
}
.banner-box .download-box ~ p {
  color: #888;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.banner-box .video-and-help {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  margin-top: 27px;
}
.banner-box .video-and-help > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.banner-box .video-and-help > a:first-of-type {
  width: 164px;
  height: 60px;
  border-radius: 49px;
  border: 1px solid #12AFF7;
}
.banner-box .video-and-help > a:first-of-type:hover {
  border-radius: 49px;
  border: 1px solid #12AFF7;
  background: rgba(18, 175, 247, 0.1);
}
.banner-box .video-and-help > a:first-of-type:active {
  border-radius: 49px;
  border: 1px solid #12AFF7;
  background: rgba(18, 175, 247, 0.15);
}
.banner-box .video-and-help > a:first-of-type span {
  color: #41B3FF;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .video-and-help > a:last-of-type {
  width: 164px;
  height: 60px;
  border-radius: 49px;
  border: 1px solid #E79E63;
}
.banner-box .video-and-help > a:last-of-type:hover {
  border-radius: 49px;
  border: 1px solid #E79E63;
  background: rgba(231, 158, 99, 0.1);
}
.banner-box .video-and-help > a:last-of-type:active {
  border-radius: 49px;
  border: 1px solid #E79E63;
  background: rgba(231, 158, 99, 0.15);
}
.banner-box .video-and-help > a:last-of-type span {
  color: #E79E63;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.banner-box .video-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.banner-box .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  cursor: pointer;
}
.banner-box .close-btn > div {
  width: 100%;
  height: 100%;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
}
.banner-box .close-btn:hover {
  background: rgba(255, 255, 255, 0.7);
}
.banner-box .close-btn:active {
  background: rgba(255, 255, 255, 0.15);
}
.banner-box .video-popup video {
  max-width: 100%;
  height: auto;
}

.step-box {
  background: url(../../static/img/step-bg.png) no-repeat center;
  background-size: 1040px 710px;
  background-position: 78% 120%;
  height: 850px;
}
.step-box h1 {
  margin-top: 108px;
  text-align: center;
  font-family: "Douyin Sans";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.08px;
  background: linear-gradient(90deg, rgb(207, 242, 125) 30%, rgb(44, 189, 255) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.step-box h1 + p {
  margin-top: 24px;
  text-align: center;
  color: #767B79;
  font-family: "Microsoft YaHei UI";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.52px;
}
.step-box .step-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 80px auto 0 auto;
}
.step-box .step-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.step-box .step-content ul li {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.step-box .step-content ul li.active {
  width: 348px;
  height: 90px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 3.178px 12.713px 0px rgba(18, 175, 247, 0.2);
}
.step-box .step-content ul li.active p {
  padding: 21px 0 21px 26px;
  color: #04A2EA;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.step-box .step-content ul li.active span {
  color: #04A2EA;
  font-family: "DingTalk JinBuTi";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-box .step-content ul li.active svg {
  padding: 30px 30px 29px 0;
  display: block;
}
.step-box .step-content ul li svg {
  display: none;
}
.step-box .step-content ul li p {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 21px 0 21px 26px;
  color: #797979;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-box .step-content ul li p span {
  color: #797979;
  font-family: "DingTalk JinBuTi";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-box .step-img {
  position: relative;
}
.step-box .step-img img {
  display: none;
}
.step-box .step-img img.active {
  position: relative;
  display: block;
  width: 787px;
  height: 558px;
  z-index: 1;
}

#YSF-BTN-HOLDER {
  display: none !important;
}

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