@charset "UTF-8";
body {
  padding-bottom: 1.5rem;
  box-sizing: border-box;
}

.fengexian {
  font-size: 0.28rem !important;
}

.top_wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 100%;
  height: 0.88rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.top_wrapper > img:first-child {
  width: 0.3884rem;
  height: 0.3884rem;
  flex-shrink: 0;
  margin-left: 0.32rem;
  margin-right: 0.12rem;
}

.top_wrapper img:nth-child(2) {
  width: 1.1289rem;
  height: 0.3399rem;
  flex-shrink: 0;
  margin-right: 0.12rem;
}

.top_wrapper > span:last-child {
  color: #1b1f29;
  font-family: Source Han Sans SC;
  font-size: 0.22rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 0.12rem;
}

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

.common_btn a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.63rem;
  height: 0.92rem;
  border-radius: 0.61rem;
  background: linear-gradient(90deg, #5ed089 0%, #6de9b7 100%);
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 0.36rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  letter-spacing: 2px;
}

.common_btn a img {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.85rem;
}

.banner_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding-top: 0.51rem;
  padding-bottom: 0.6rem;
  margin-top: 0.88rem;
  box-sizing: border-box;
  background: url(../images/banner_bg.png) no-repeat center center/cover;
}

.banner_box .title {
  color: #32384a;
  font-family: "Microsoft YaHei";
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner_box .title img {
  margin-right: 0.1rem;
  width: 1.6rem;
}

.banner_box > p {
  margin-top: 0.16rem;
  margin-bottom: 0.42rem;
  color: #32384a;
  font-family: "Microsoft YaHei";
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}

.banner_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
}

.banner_box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31%;
  padding: 0.13rem 0;
  box-sizing: border-box;
  border-radius: 13.208px;
  border: 0.01rem solid #e2ffee;
  background: #f5fffb;
  box-shadow: 0px 0px 0.15rem 0px #dffff1 inset, 0px 0px 0.17rem 0px rgba(139, 227, 194, 0.35);
  color: #6cce95;
  font-family: "Microsoft YaHei";
  font-size: 0.29rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.00145rem;
  margin-bottom: 0.24rem;
}

.banner_box ul li:nth-child(n + 4) {
  margin-bottom: 0;
}

.banner_box > img {
  transform: translateX(0.3rem);
  margin-bottom: 0.45rem;
  width: 92%;
}

.function_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0.77rem;
  box-sizing: border-box;
}

.function_box .title {
  position: relative;
  width: fit-content;
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 0.38rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.function_box .title img {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.2rem;
}

.function_box .top_ul {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.88rem;
  margin-bottom: 0.29rem;
}

.function_box .top_ul .top_li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 47.5%;
  padding: 0.47rem 0.44rem;
  box-sizing: border-box;
  border-radius: 0.16rem;
}

.function_box .top_ul .top_li span {
  color: #61625c;
  font-family: "PingFang SC";
  font-size: 0.26rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 26px */
}

.function_box .top_ul .top_li img {
  width: 0.66rem;
  height: 0.66rem;
}

.function_box ul {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}

.function_box ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 31.5%;
  padding: 0.47rem 0.24rem 0.29rem;
  box-sizing: border-box;
  border-radius: 0.14rem;
  margin-bottom: 0.18rem;
}

.function_box ul li:nth-child(n + 4) {
  margin-bottom: 0;
}

.function_box ul li img {
  margin-bottom: 0.24rem;
  width: 0.66rem;
}

.function_box ul li span {
  color: #61625c;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 23.997px */
}

.function_box > img {
  margin-top: 0.8rem;
  width: 100%;
}

.expert_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.94rem;
  box-sizing: border-box;
}

.expert_box .title {
  position: relative;
  width: fit-content;
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 0.38rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.expert_box .title img {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.2rem;
}

.expert_box .lunbo_wrapper {
  margin-top: 1.2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expert_box .lunbo_wrapper .swiper-container {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  height: fit-content;
  box-sizing: border-box;
  width: 100%;
}

.expert_box .lunbo_wrapper .swiper-container .swiper-wrapper {
  width: 100%;
}

.expert_box .lunbo_wrapper .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 3.54rem;
  padding-top: 0.42rem;
  padding-bottom: 0.12rem;
  box-sizing: border-box;
  height: fit-content;
  transition: all 0.3s;
  border-radius: 0.2rem;
  background: url(../images/kankan_bg.png) no-repeat center center/cover;
}

.expert_box .lunbo_wrapper .swiper-container .swiper-wrapper .swiper-slide h1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: start;
  width: fit-content;
}

.expert_box .lunbo_wrapper .swiper-container .swiper-wrapper .swiper-slide h1 span {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 0.29rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.323px;
  z-index: 10;
}

.expert_box .lunbo_wrapper .swiper-container .swiper-wrapper .swiper-slide h1 i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1rem;
  height: 0.14rem;
  background: linear-gradient(90deg, #65da9b 0%, rgba(101, 218, 155, 0) 100%);
  z-index: -1;
}

.expert_box .lunbo_wrapper .swiper-container .swiper-wrapper .swiper-slide img {
  margin-top: 0.36rem;
  width: 90%;
}

.expert_box .swiper-pagination-bullet {
  background: #d0f3e1 !important;
}

.expert_box .swiper-pagination-bullet-active {
  width: 0.39rem;
  height: 0.16rem;
  border-radius: 0.08rem;
  background: linear-gradient(90deg, #5ac584 0%, #6de8b5 100%);
}

.expert_box .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.scene_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0.89rem;
  padding-bottom: 0.92rem;
  box-sizing: border-box;
  background: url(../images/scene_bg.png) no-repeat center center/cover;
}

.scene_box .title {
  position: relative;
  width: fit-content;
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 0.38rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.scene_box .title img {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.2rem;
}

.scene_box span {
  display: inline-block;
  margin-top: 0.22rem;
  margin-bottom: 0.57rem;
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.scene_box > img {
  margin-bottom: 0.8rem;
  width: 90%;
}

.appraise-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.87rem;
  margin-bottom: 0.35rem;
  box-sizing: border-box;
}

.appraise-box .title {
  position: relative;
  width: fit-content;
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 0.38rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.appraise-box .title img {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.2rem;
}

.appraise-box .lunbo_wrapper {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.appraise-box .lunbo_wrapper .swiper-container {
  padding-top: 1.4rem;
  box-sizing: border-box;
  height: 7rem;
  width: 100%;
}

.appraise-box .lunbo_wrapper .swiper-container .swiper-wrapper {
  width: 100%;
}

.appraise-box .lunbo_wrapper .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4.7rem;
  transition: all 0.3s;
  border-radius: 0.2rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 0.17rem 0px rgba(70, 167, 112, 0.2);
}

.appraise-box .lunbo_wrapper .swiper-container .swiper-wrapper .swiper-slide .content_box {
  padding-top: 0.9rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0px 0px 0.17rem 0px rgba(70, 167, 112, 0.2);
}

.appraise-box .lunbo_wrapper .swiper-container .swiper-wrapper .swiper-slide .content_box .head {
  width: 1.54rem;
  height: 1.54rem;
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.appraise-box .lunbo_wrapper .swiper-container .swiper-wrapper .swiper-slide .content_box .name {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 0.33rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.appraise-box .lunbo_wrapper .swiper-container .swiper-wrapper .swiper-slide .content_box span {
  display: inline-block;
  margin-top: 0.11rem;
  margin-bottom: 0.2rem;
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 0.27rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.appraise-box .lunbo_wrapper .swiper-container .swiper-wrapper .swiper-slide .content_box .star {
  margin-bottom: 0.24rem;
  width: 2rem;
}

.appraise-box .lunbo_wrapper .swiper-container .swiper-wrapper .swiper-slide .content_box .content {
  color: #7d7d7d;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 0.27rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* 底部下载 */
.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-text {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.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-p1 {
  margin: 0.12rem 0;
}

.bottom-download-box > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  overflow: hidden;
  top: 2.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 0.88rem;
  line-height: 0.88rem;
  border-radius: 0.6rem;
  background: radial-gradient(57.78% 57.78% at 23.33% 15%, rgba(237, 153, 255, 0.6) 0%, rgba(237, 153, 255, 0) 100%), linear-gradient(315deg, #5888ff 5%, #ed99ff 138.33%);
  background: #ff5c63;
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 0.36rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
  background-color: #62d593;
}

.bottom-download-box > a img {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.84rem;
  display: block !important;
}

.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-terms {
  display: flex;
  align-items: center;
}

.bottom-download-terms span {
  width: max-content;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #989898;
  margin-right: 0.08rem;
}

.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-terms i {
  display: inline-block;
  width: 1px;
  height: 17px;
  background: #e4e4e4;
  margin: 0 0.08rem;
}

.bottom-download-box.is-brief {
  height: 1.77rem;
  flex-direction: unset;
  justify-content: space-between;
  transition: height 0.3s;
}

.bottom-download-box > img.is-brief2 {
  left: 0.32rem;
  top: 50%;
  transform: translateY(-50%);
  transition-property: left, top, transform, width, height;
  transition-duration: 0.3s;
}

.bottom-download-text.is-brief3 {
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  align-items: unset;
}

.bottom-download-box > a.is-brief4 {
  right: 0.32rem;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  width: 27%;
  transition: all 0.3s;
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 30px */
}

.bottom-download-box > a.is-brief4 img {
  right: -27%;
}

/* 按钮样式修改 */
.down_btn {
  width: 3.65rem !important;
  height: 0.9053rem !important;
  flex-shrink: 0;
  border-radius: 0.4527rem;
  position: relative;
}

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

.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;
}

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

strong {
  font-weight: 700 !important;
}

@media only screen and (min-width: 750px) {
  .top_wrapper {
    max-width: 748px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
