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

.w-1200 {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .banner_wrapper .banner_box .b_left .title .title-ms2,
  .banner_wrapper .banner_box .b_left .title .title-ms1 {
    font-size: 35px !important;
  }
  .banner_wrapper .banner_box .b_left .title .title-ms1 img {
    width: 203px !important;
  }
}
.bg-round1 {
  position: absolute;
  width: 8px;
  height: 8px;
  left: -19px;
  top: 46px;
  border-radius: 50%;
  background: linear-gradient(159deg, #FFE926 -9.34%, #FF7A00 91.23%);
  filter: drop-shadow(1.767px 1.767px 8.837px rgba(255, 214, 31, 0.25));
}

.bg-round2 {
  position: absolute;
  right: -8px;
  top: -18px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: linear-gradient(89deg, rgba(255, 109, 111, 0.8) 0.59%, rgba(233, 106, 255, 0.8) 100.65%);
}

/* 头部banner */
.hidden-header-box {
  display: none;
  width: 100%;
  background-color: #ffffff;
  background: #feffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.hidden-header-box.active {
  background-color: #ffffff;
}
.hidden-header-box .header-content {
  height: 64px;
  line-height: 64px;
  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;
}
.hidden-header-box .header-content .header-left {
  display: flex;
  align-items: center;
}
.hidden-header-box .header-content .header-left img {
  width: 40px;
  height: 40px;
}
.hidden-header-box .header-content .header-left img + span {
  margin-left: 14px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hidden-header-box .header-content .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hidden-header-box .header-content .header-right a {
  display: inline-block;
  width: 187px;
  height: 40px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #FE6363 0%, #FA3D3D 100%);
  border-radius: 7.5px;
}
.hidden-header-box .header-content .header-right a:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(90deg, #FE6363 0%, #FA3D3D 100%);
}
.hidden-header-box .header-content .header-right a:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #FE6363 0%, #FA3D3D 100%);
}
.hidden-header-box .header-content .header-right a p {
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.banner-wrapper {
  height: 750px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/627_sem/img_banner_bg.png) no-repeat center;
  background-size: cover;
}
.banner-wrapper .header-content {
  height: 64px;
  line-height: 64px;
  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 .header-content .header-left {
  display: flex;
  align-items: center;
}
.banner-wrapper .header-content .header-left img {
  width: 40px;
  height: 40px;
}
.banner-wrapper .header-content .header-left span {
  margin-left: 14px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-wrapper .header-content .header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.banner-wrapper .header-content .header-right a {
  color: #666;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-wrapper .header-content .header-right a:hover {
  color: #FE6363;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-wrapper .header-content .header-right p {
  color: #666;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-wrapper .banner-box .banner-content {
  margin-top: 100px;
}
.banner-wrapper .banner-box .banner-content h1 {
  position: relative;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.48px;
}
.banner-wrapper .banner-box .banner-content h1 > p {
  position: absolute;
  top: -28px;
  left: 406px;
  display: inline-flex;
  height: 36px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 10px;
  flex-shrink: 0;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 65px 100px 100px 0px;
  background: linear-gradient(89deg, #FF6D6F 0.59%, #E96AFF 100.65%);
  letter-spacing: 0;
}
.banner-wrapper .banner-box .banner-content h1 + p {
  color: rgba(51, 51, 51, 0.85);
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.1px;
}
.banner-wrapper .banner-box .banner-content .banner-feature {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 44px;
}
.banner-wrapper .banner-box .banner-content .banner-feature li {
  display: flex;
  width: 128px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.banner-wrapper .banner-box .banner-content .banner-feature li img {
  height: 55px;
}
.banner-wrapper .banner-box .banner-content .banner-feature li img + p {
  color: #666;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-wrapper .banner-box .banner-content .banner-feature li:first-of-type img {
  position: relative;
  bottom: 2px;
  height: 40px;
}
.banner-wrapper .banner-box .banner-content .banner-feature li:first-of-type p {
  position: relative;
  top: 7px;
}
.banner-wrapper .banner-box .banner-content .banner-download-box {
  display: flex;
  align-items: center;
  gap: 50px;
}
.banner-wrapper .banner-box .banner-content .banner-download-box a {
  margin-top: 58px;
}
.banner-wrapper .banner-box .banner-content .banner-download-box a .download-btn {
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  height: 68px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, #FE6363 0%, #FA3D3D 100%);
}
.banner-wrapper .banner-box .banner-content .banner-download-box a .download-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(90deg, #FE6363 0%, #FA3D3D 100%);
}
.banner-wrapper .banner-box .banner-content .banner-download-box a .download-btn:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #FE6363 0%, #FA3D3D 100%);
}
.banner-wrapper .banner-box .banner-content .banner-download-box a .download-btn img {
  width: 30px;
  height: 30px;
}
.banner-wrapper .banner-box .banner-content .banner-download-box a .download-btn span {
  color: #F3F3F8;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-wrapper .banner-box .banner-content .banner-download-box a .download-btn .tips {
  position: absolute;
  right: -39px;
  top: -26px;
  display: inline-flex;
  height: 36px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 65px 100px 100px 0px;
  background: linear-gradient(89deg, #FF6D6F 0.59%, #E96AFF 100.65%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-wrapper .banner-box .banner-content .banner-advantage {
  display: flex;
  gap: 28px;
  margin-top: 24px;
}
.banner-wrapper .banner-box .banner-content .banner-advantage li {
  display: flex;
  align-items: center;
}
.banner-wrapper .banner-box .banner-content .banner-advantage li img {
  width: 18px;
  height: 18px;
}
.banner-wrapper .banner-box .banner-content .banner-advantage li span {
  margin-left: 4px;
  color: #666;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-wrapper .banner-box .banner-content .banner-content-bottom {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  color: #999;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-wrapper .banner-box .banner-content .banner-num {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 63px;
}
.banner-wrapper .banner-box .banner-content .banner-num p:first-of-type ::after {
  position: relative;
  left: 45px;
  top: 3px;
  display: inline-block;
  content: "";
  width: 2px;
  height: 31px;
  line-height: 31px;
  background: #DDD;
}
.banner-wrapper .banner-box .banner-content .banner-num p {
  display: flex;
  align-items: center;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-wrapper .banner-box .banner-content .banner-num p span {
  color: #E732E1;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}

.glance-box {
  margin-top: 160px;
}
.glance-box .glance-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.glance-box .glance-content span {
  position: relative;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}
.glance-box .glance-content span span {
  background: linear-gradient(#FF6D6F 0%, #E96AFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.glance-box .glance-content span + p {
  margin-top: 15px;
  color: #222;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.glance-box .glance-content .glance-items {
  margin-top: 50px;
}
.glance-box .glance-content .glance-items ul {
  display: flex;
  gap: 140px;
  margin-top: 28px;
}
.glance-box .glance-content .glance-items ul li img {
  width: 95px;
  height: 74px;
}
.glance-box .glance-content .glance-items ul li img + p {
  margin-top: 12px;
  color: #222;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.func-box {
  height: 960px;
  margin-top: 88px;
  padding-top: 100px;
  background: #F7F7F7;
}
.func-box .func-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.func-box .func-content span {
  position: relative;
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}
.func-box .func-content span span {
  background: linear-gradient(#FF6D6F 0%, #E96AFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.func-box .func-content span + p {
  margin-top: 15px;
  color: #222;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.func-box .func-content ul {
  display: flex;
  flex-wrap: wrap;
  width: 1209px;
  margin-top: 56px;
}
.func-box .func-content ul li {
  width: 401px;
  height: 358px;
  border: 1px solid #EEE;
  background: #FFF;
}
.func-box .func-content ul li .func-item-content {
  margin-left: 36px;
  margin-top: 66px;
}
.func-box .func-content ul li img {
  width: 73px;
  height: 62px;
}
.func-box .func-content ul li h2 {
  margin-top: 31px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.func-box .func-content ul li p {
  width: 327px;
  margin-top: 12px;
  color: #999;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.intro-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.intro-box .intro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro-box .intro-content span {
  position: relative;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}
.intro-box .intro-content span span {
  background: linear-gradient(#FF6D6F 0%, #E96AFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.intro-box .intro-content span + p {
  margin-top: 15px;
  color: #222;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.intro-box .intro-tabs {
  display: flex;
  gap: 94px;
  margin-top: 78px;
  transition: all 0.5s ease;
}
.intro-box .intro-tabs .tabs-active {
  width: 172px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(89deg, #FF6D6F 0.59%, #E96AFF 100.65%);
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  border-radius: 10px;
  /* 33.6px */
}
.intro-box .intro-tabs h2 {
  width: 172px;
  height: 50px;
  line-height: 50px;
  color: #4D4D4D;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
.intro-box .step-box {
  display: flex;
  margin-top: 78px;
  padding-bottom: 100px;
  gap: 44px;
}
.intro-box .step-box img {
  display: none;
  width: 680px;
  height: 414px;
}
.intro-box .step-box .img-active {
  display: block;
}
.intro-box .step-box .step {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.intro-box .step-box .step .step-content {
  display: flex;
  width: 474px;
  height: 126px;
  gap: 20px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.intro-box .step-box .step .step-content > p:first-of-type {
  padding: 24px 0 0 30px;
  display: inline-block;
  color: #5B626B;
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.intro-box .step-box .step .step-content .step-text {
  padding-top: 24px;
}
.intro-box .step-box .step .step-content .step-text .step-active {
  display: block;
}
.intro-box .step-box .step .step-content .step-text h3 {
  color: #5B626B;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.intro-box .step-box .step .step-content .step-text > p {
  display: none;
  width: 336px;
  margin-top: 14px;
  color: #5B626B;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}
.intro-box .step-box .step .active {
  background-color: #FFF6F6;
}
.intro-box .step-box .step .active > p:first-of-type {
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(89deg, #FF6D6F 0.59%, #E96AFF 100.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro-box .step-box .step .active .step-text h3 {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(89deg, #FF6D6F 0.59%, #E96AFF 100.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro-box .step-box .step .active .step-text > p {
  width: 336px;
  color: #051A34;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}
.intro-box .scene-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 720px;
  width: 100%;
  padding-top: 100px;
  background: #FDF8F8;
}
.intro-box .scene-content span {
  position: relative;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}
.intro-box .scene-content span span {
  background: linear-gradient(#FF6D6F 0%, #E96AFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.intro-box .scene-content span + p {
  margin-top: 15px;
  color: #222;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.intro-box .scene-content ul {
  display: flex;
  gap: 28px;
  margin-top: 60px;
}
.intro-box .scene-content ul li {
  position: relative;
  width: 381px;
  height: 471px;
  border-radius: 24px;
  background: linear-gradient(182deg, #FFE7FE 1.77%, #FFF0F1 98.11%);
}
.intro-box .scene-content ul li span {
  position: relative;
  display: block;
  width: 261px;
  height: 54px;
  padding: 11px 0 0 30px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 2;
}
.intro-box .scene-content ul li span + img {
  position: absolute;
  top: 0;
  left: 0;
  width: 261px;
  height: 54px;
  z-index: 1;
}
.intro-box .scene-content ul li .scene-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
  margin: 0;
  padding-top: 30px;
}
.intro-box .scene-content ul li .scene-img li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 138px;
  height: 161px;
}
.intro-box .scene-content ul li .scene-img li img {
  width: 138px;
  height: 130px;
  border-radius: 14px;
}
.intro-box .scene-content ul li .scene-img li p {
  color: #5B626B;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.assess-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 680px;
  margin-top: 100px;
}
.assess-box > div:nth-of-type(2) {
  position: relative;
}
.assess-box .assess-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.assess-box .assess-content span {
  position: relative;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}
.assess-box .assess-content span span {
  background: linear-gradient(#FF6D6F 0%, #E96AFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.assess-box .assess-content span + p {
  margin-top: 15px;
  color: #222;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.assess-box .swiper-container {
  width: 1000px;
  margin-top: 39px;
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
.assess-box .swiper-container .swiper-wrapper {
  width: 95% !important;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 287px;
  margin: 20px 0;
  border-radius: 18px;
  background: #FFF;
  box-shadow: 0px 0px 45px 0px rgba(100, 113, 158, 0.08);
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide span {
  margin-top: 14px;
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide p {
  height: 81px;
  width: 257px;
  margin-top: 15px;
  color: #919191;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide img:first-of-type {
  width: 73px;
  height: 73px;
  margin-top: 18px;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide img:last-of-type {
  width: 105.053px;
  height: 16.509px;
  margin-top: 17px;
}
.assess-box .swiper-button-prev {
  position: absolute;
  top: 192px;
  left: -105px;
  color: #FB4848;
}
.assess-box .swiper-button-next {
  position: absolute;
  top: 192px;
  right: -105px;
  color: #EA6BF9;
}
.assess-box .swiper-button-next:after,
.assess-box .swiper-button-prev:after {
  font-weight: 700;
}
.assess-box .bottom-download-box {
  display: flex;
  align-items: center;
  gap: 50px;
}
.assess-box .bottom-download-box a {
  margin-top: 58px;
}
.assess-box .bottom-download-box a .download-btn {
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  height: 68px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, #FE6363 0%, #FA3D3D 100%);
}
.assess-box .bottom-download-box a .download-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(90deg, #FE6363 0%, #FA3D3D 100%);
}
.assess-box .bottom-download-box a .download-btn:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #FE6363 0%, #FA3D3D 100%);
}
.assess-box .bottom-download-box a .download-btn img {
  width: 30px;
  height: 30px;
}
.assess-box .bottom-download-box a .download-btn span {
  color: #F3F3F8;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.assess-box .bottom-download-box a .download-btn .tips {
  position: absolute;
  right: -39px;
  top: -26px;
  display: inline-flex;
  height: 36px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 65px 100px 100px 0px;
  background: linear-gradient(89deg, #FF6D6F 0.59%, #E96AFF 100.65%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.assess-box ul {
  display: flex;
  gap: 30px;
  margin-top: 33px;
}
.assess-box ul li {
  color: #00C896;
  font-family: "Smiley Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
.assess-box ul li img {
  width: 20px;
  height: 20px;
}

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