@charset "UTF-8";
html {
  font-size: 50px;
}

@media only screen and (min-width: 401px) {
  html {
    font-size: 62.5px !important;
  }
}
@media only screen and (min-width: 428px) {
  html {
    font-size: 66.87px !important;
  }
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 75px !important;
  }
}
@media only screen and (min-width: 569px) {
  html {
    font-size: 87.5px !important;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 100px !important;
  }
}
.banner-box {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  min-height: 14rem;
  background: linear-gradient(180deg, #35bfff 0%, #a2e0ff 50%, #edf5ff 100%);
}
.banner-box__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 1.24rem;
}
.banner-box__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.banner-box__title-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.banner-box__title {
  background: linear-gradient(-43deg, #0031b6 0%, #0961ff 98%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: transparent;
}
.banner-box__new-tag {
  position: absolute;
  top: -0.54rem;
  right: 0rem;
  display: flex;
  justify-content: center;
  width: 1.4rem;
  height: 0.62rem;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/267_wm_mobile/new_tag_bg.svg") no-repeat center;
  background-size: 100% 100%;
}
.banner-box__new-tag span {
  background: linear-gradient(133deg, #51260a 0%, #a54e1d 47%, #4e2509 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 0.25rem;
  font-weight: 700;
  line-height: 0.5rem;
  letter-spacing: 0.05em;
  color: transparent;
}
.banner-box__feature-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.24rem;
  width: 80%;
  margin-bottom: 0.55rem;
  list-style: none;
}
.banner-box__feature-item {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.banner-box__feature-icon {
  width: 0.3rem;
  height: 0.3rem;
}
.banner-box__feature-text {
  font-size: 0.24rem;
  line-height: 1;
  color: #444446;
}
.banner-box__subtitle {
  margin: 0.42rem 0 0.57rem 0;
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 1.4;
  color: #042d76;
  text-align: center;
}
.banner-box__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.8rem;
}
.banner-box__illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.81rem;
  height: 5.8rem;
  transform: translate(-50%, -50%);
}
.banner-box__main-visual {
  position: relative;
  z-index: 1;
  width: 3.6rem;
  height: 3.6rem;
  object-fit: cover;
}
.banner-box__download-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.32rem;
  width: 100%;
}
.banner-box__download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  width: 2.88rem;
  height: 0.8rem;
  background: linear-gradient(90deg, #4e82ff 0%, #0951fe 100%);
  border-radius: 0.08rem;
  text-decoration: none;
}
.banner-box__download-btn:active {
  opacity: 0.9;
}
.banner-box__download-icon {
  width: 0.45rem;
  height: 0.45rem;
}
.banner-box__download-text {
  font-size: 0.28rem;
  line-height: 1.32;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.banner-box__system-tip {
  font-size: 0.2rem;
  line-height: 1.5;
  color: #666666;
  opacity: 0.8;
}

.advantage-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 0.88rem;
  background-color: #ffffff;
}
.advantage-box__header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0.6rem;
}
.advantage-box__title-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.26rem;
  height: 1.73rem;
}
.advantage-box__title-track {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 2rem;
  height: 1.73rem;
}
.advantage-box__title-star {
  position: absolute;
  top: 0.46rem;
  left: 0;
  z-index: 2;
  width: 0.2rem;
  height: 0.2rem;
}
.advantage-box__title {
  position: relative;
  z-index: 1;
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 1.4;
  color: #04245d;
}
.advantage-box__list {
  width: 100%;
}
.advantage-box__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.8rem 0;
}
.advantage-box__item--blue {
  background: linear-gradient(0deg, #EFF9FF 0%, #EFF9FF 100%);
}
.advantage-box__item-info {
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.advantage-box__item-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0.36rem;
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 1.4;
  color: #04245d;
  z-index: 2;
}
.advantage-box__item-underline {
  position: absolute;
  bottom: -0.05rem;
  left: -0.1rem;
  z-index: -1;
  width: calc(100% + 0.2rem);
  height: 0.28rem;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/267_wm_mobile/advantage_line_1.svg") no-repeat center;
  background-size: 100% 100%;
}
.advantage-box__item-underline.ad1 {
  bottom: -0.1rem;
  left: 0rem;
  width: 3rem;
  height: 0.28rem;
}
.advantage-box__item-underline.ad2 {
  width: 2.5rem;
  height: 0.3rem;
  bottom: -0.1rem;
  left: 0rem;
}
.advantage-box__item-underline.ad3 {
  width: 2.3rem;
  height: 0.3rem;
  bottom: -0.1rem;
  left: 0rem;
}
.advantage-box__item-underline.ad4 {
  width: 1.8rem;
  height: 0.3rem;
  bottom: -0.1rem;
  left: 0rem;
}
.advantage-box__item-desc {
  font-size: 0.26rem;
  line-height: 1.6;
  color: #616161;
}
.advantage-box__item-visual {
  width: 100%;
  margin-top: 0.8rem;
  box-sizing: border-box;
}
.advantage-box__item-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.32rem;
  overflow: hidden;
}

.evaluation-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 2.2rem;
  background-color: #ffffff;
}
.evaluation-box__header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.58rem;
}
.evaluation-box__title-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.26rem;
  height: 1.73rem;
}
.evaluation-box__title-track {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 1.8rem;
  height: 1.73rem;
}
.evaluation-box__title-star {
  position: absolute;
  top: 0.46rem;
  left: 0;
  z-index: 2;
  width: 0.2rem;
  height: 0.2rem;
}
.evaluation-box__title {
  position: relative;
  z-index: 1;
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1d1d1d;
}
.evaluation-box__swiper-container {
  width: 100%;
  height: 12rem;
}
.evaluation-box .swiper-slide {
  width: 92%;
  margin: 0 auto;
}

.evaluation-item {
  position: relative;
  width: 100%;
  height: 3.55rem;
}
.evaluation-item__avatar-wrap {
  position: absolute;
  top: 0;
  left: 0.36rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.08rem;
  height: 1.08rem;
  background-color: #f2f9ff;
  border-radius: 50%;
  overflow: hidden;
}
.evaluation-item__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.evaluation-item__card {
  position: absolute;
  top: 0.54rem;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: 3.01rem;
  padding: 0.98rem 0.3rem 0.3rem;
  background-color: #EFF9FF;
  border-radius: 0.24rem;
}
.evaluation-item__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.34rem;
}
.evaluation-item__name {
  font-size: 0.24rem;
  line-height: 1;
  color: #666666;
}
.evaluation-item__stars {
  width: 1.4rem;
  height: auto;
}
.evaluation-item__text {
  overflow: hidden;
  font-size: 0.24rem;
  line-height: 1.6;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bottom-download-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1.4rem;
  padding-top: 2rem;
  margin-bottom: 1rem;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/267_wm_mobile/bottom-bg.png") no-repeat center;
  background-size: cover;
}
.bottom-download-box__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.52rem;
  width: 100%;
}
.bottom-download-box__title-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 6.34rem;
}
.bottom-download-box__icon {
  position: absolute;
  top: -0.35rem;
  right: 0.24rem;
  width: 0.37rem;
  height: 0.35rem;
}
.bottom-download-box__title {
  font-size: 0.44rem;
  font-weight: 900;
  line-height: 1.5;
  color: #04245d;
  text-align: center;
}
.bottom-download-box__title > span {
  color: #2061FE;
  font-family: "Source Han Sans CN";
  font-size: 0.44rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.0132rem;
}
.bottom-download-box__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 0.8rem;
  border-radius: 0.08rem;
  background: linear-gradient(90deg, #4e82ff 0%, #0951fe 100%);
  font-size: 0.32rem;
  color: #ffffff;
  text-decoration: none;
}
.bottom-download-box__btn:active {
  opacity: 0.9;
}

.mask-box {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.86);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
}

.mask-box h1 {
  color: #ffffff;
  font-size: 0.32rem;
  line-height: 0.64rem;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 16%;
  transform: translate(-50%, -50%);
}

.mask-box h1 img {
  width: 0.5rem;
  vertical-align: sub;
  margin: 0 0.08rem;
}

.mask-box img.arrow {
  width: 2rem;
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
}

.bottom-info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.6rem 0;
  text-align: center;
}

.bottom-info p {
  color: #ffffff;
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.bottom-info p a {
  color: #ffffff;
  font-size: 0.26rem;
  margin: 0 0.1rem;
  text-decoration: underline;
}

/* 底部下载样式 */
.bottom-download-box {
  position: fixed;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 94%;
  height: 4.08rem;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 0.2rem;
  margin: 0 auto;
  padding: 0 0.3rem;
  box-sizing: border-box;
  transition: height 0.3s;
  z-index: 2025;
}
.bottom-download-box.active {
  width: 378px;
}
.bottom-download-box > img {
  position: absolute;
  left: 50%;
  top: -0.5rem;
  transform: translateX(-50%);
  width: 1rem;
  transition-property: left, top, transform, width, height;
  transition-duration: 0.3s;
}
.bottom-download-box > img.is-brief2 {
  left: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
}
.bottom-download-box > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 0.88rem;
  line-height: 0.88rem;
  border-radius: 0.6rem;
  background: linear-gradient(95deg, #13A1FF 0%, #007FFF 100%), radial-gradient(202.53% 83.14% at 96.67% 13.33%, #53EE8B 0%, #0FC9A4 100%), #0FC9A4;
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 0.36rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
}
.bottom-download-box > a img {
  margin-right: 0.25rem;
  width: 0.46rem;
}
.bottom-download-box > a.is-brief4 {
  right: 0.32rem;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  width: 27%;
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 100%;
}
.bottom-download-box.is-brief {
  height: 1.77rem;
  flex-direction: unset;
  justify-content: space-between;
  transition: height 0.3s;
}

.bottom-download-text {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3.9rem;
}
.bottom-download-text h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 0.32rem;
  line-height: 0.42rem;
  color: #32384a;
}
.bottom-download-text p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 0.25rem;
  color: #989898;
}
.bottom-download-text.is-brief3 {
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  align-items: unset;
}
.bottom-download-text .bottom-download-p1 {
  margin: 0.12rem 0;
}

.bottom-download-info {
  position: absolute;
  left: 50%;
  top: 3.15rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-download-info p,
.bottom-download-info i {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #989898;
  text-align: center;
  margin-bottom: 0.09rem;
}
.bottom-download-info i {
  margin-right: 0.05rem;
}
.bottom-download-info .bottom-download-terms {
  display: flex;
  align-items: center;
}
.bottom-download-info .bottom-download-terms span,
.bottom-download-info .bottom-download-terms a {
  width: max-content;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #989898;
}
.bottom-download-info .bottom-download-terms span {
  margin-right: 0.08rem;
}
.bottom-download-info .bottom-download-terms i {
  display: inline-block;
  width: 1px;
  height: 17px;
  background: #e4e4e4;
  margin: 0 0.08rem;
}

/* 按钮样式 */
.down_btn {
  width: 3.65rem !important;
  height: 0.9053rem !important;
  flex-shrink: 0;
  border-radius: 0.4527rem;
  background: linear-gradient(91deg, #ff7465 0%, #ff4e44 100%);
  position: relative;
}
.down_btn span {
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 0.2587rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-wrap: nowrap;
}

.rebot_img {
  width: 0.3161rem !important;
  height: 0.3161rem !important;
  flex-shrink: 0;
  margin-right: 0.1rem;
}

.guanwang {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.65rem;
  height: 0.9053rem;
}

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