@import url("./public.css");
/* 设置当前页面的通用样式 */
:root {
  /* 板块通用边距 */
  --global-plate-margin: 50px auto;
  /* 板块标题 */
  --global-title-color: #121e2f;
  --global-title-size: 35px;
  --global-title-weight: 600;
  --global-title-size-en: 20px;
  --global-title-color-en: #858e9b;
  /* 板块描述 */
  --global-desc-color: #a3a3a3;
  --global-desc-size: 16px;

  --global-plate-width: 1200px;

  /* 移动端样式 */
  --global-title-size-mobile: 5.6vw;
  --global-title-size-mobile-en: 4.6vw;
  --global-desc-size-mobile: 3.6vw;
}

/* 数据汇总 */
.index-datasummary-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -50px auto 0;
  width: var(--global-plate-width);
}
.index-datasummary-box .index-datasummary-item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 130px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
  z-index: 10;
}
/*  */
.index-datasummary-item .item-left-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 24px;
}
.index-datasummary-item .item-right-content {
  margin-left: 15px;
}

.item-right-content .content-value {
  display: flex;
  align-items: flex-end;
  color: #121e2f;
  font-weight: 600;
  font-size: 36px;
}
/* 单位样式 */
.content-value .content-value-unit {
  font-size: 15px;
  font-weight: 100;
  margin-left: 5px;
  margin-bottom: 5px;
}
.item-right-content .content-lable {
  color: #465871;
  margin-top: 10px;
}

/*  数据汇总英文版样式 */
.index-datasummary-box-en {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.index-datasummary-box-en .index-datasummary-item-en {
}
/*  */
.index-datasummary-item-en .item-left-icon-en {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.item-left-icon-en .item-left-icon-img-en {
  width: 70px;
  height: 70px;
}

.index-datasummary-item-en .item-right-content-en {
  margin-top: 15px;
  text-align: center;
}

.item-right-content-en .content-value-en {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #121e2f;
  font-weight: 600;
  font-size: 30px;
}
/* 单位样式 */
.content-value-en .content-value-unit-en {
  font-size: 13px;
  font-weight: 100;
  margin-left: 5px;
  margin-bottom: 5px;
}
.item-right-content-en .content-lable-en {
  color: #465871;
  margin-top: 10px;
  text-align: center;
}

/* 产品中心 */
.index-product-box {
  margin-top: 50px;
}

.index-product-box .index-product-title {
  text-align: center;
  color: var(--global-title-color);
  font-size: var(--global-title-size);
  font-weight: var(--global-title-weight);
}
.index-product-box .index-product-title-en {
  text-align: center;
  color: var(--global-title-color-en);
  font-size: var(--global-title-size-en);
  font-weight: var(--global-title-weight);
}
.index-product-box .index-product-desc {
  text-align: center;
  color: var(--global-desc-color);
  font-size: var(--global-desc-size);
  margin: 20px auto;
  width: var(--global-plate-width);
}

.index-product-box .index-product-list {
  margin: var(--global-plate-margin);
  width: var(--global-plate-width);
}

/* 电脑端 */
.index-product-pc {
  display: block;
}

/* 手机端 */
.index-product-mobile {
  display: none;
}

.index-product-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px 10px;
  width: var(--global-plate-width);
  margin: var(--global-plate-margin);
}
.index-product-tabs .index-product-tabs-item {
  /* border: 1px solid #000; */
  text-align: center;
  cursor: pointer;
  padding: 10px;
  /* border-radius: 5px; */
  /* background-color: #e4efff; */
  color: #121e2f;
  /* bor */
}

.index-product-tabs .index-product-tabs-item:hover {
  /* background-color: #0055cc; */
  color: #0055cc;
}

.index-product-tabs .index-product-tabs-item-active {
  /* background-color: #0055cc; */
  color: #0055cc;
}

.index-product-tabs-item .index-product-tabs-item-text {
  display: inline;
  font-size: 16px;
  padding-bottom: 20px;
}

.index-product-tabs-item-active .index-product-tabs-item-text {
  color: #0055cc;
  border-bottom: 2px solid #0055cc;
}

/* 没有图片文件 */
.notfile-product-list-item {
  margin-top: 20px;
}
.notfile-product-list-item .notfile-product-list-item-title {
  text-align: center;
  color: "#37474f";
  font-size: 24px;
  font-weight: var(--global-title-weight);
}
.notfile-product-list-item .notfile-product-list-item-desc {
  font-size: 14px;
  color: #121e2f;
  line-height: 2em;
}
.notfile-product-list-item .item-content-btngroup {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}
.item-content-btngroup .item-content-btn {
  border: 1px solid #8797af;
  text-align: center;
  color: #333;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 600;
  margin-right: 60px;
}
.index-product-list .product-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
  height: 100%;
}

.index-product-list .product-list-item:nth-child(odd) {
  flex-direction: row;
}
.index-product-list .product-list-item:nth-child(even) {
  flex-direction: row-reverse;
}

.index-product-list .product-list-item:nth-child(odd) .list-item-img {
  margin-right: 30px;
}
.index-product-list .product-list-item:nth-child(even) .list-item-img {
  margin-left: 30px;
}

.product-list-item .list-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 40%;
  /* width: 35%; */
  /* aspect-ratio: 4/3; */
  flex-shrink: 0;
  /* height: 100%; */
  /* background-color: #121e2f; */
}
.product-list-item .list-item-content {
  /* margin: var(--global-plate-margin); */
  margin: 0 auto;
  /* width: 40%; */
  margin-left: 40px;
  flex-grow: 1;
  /* height: 100%; */
}

.product-list-item .list-item-content .item-content-title {
  text-align: center;
  color: "#37474f";
  font-size: 24px;
  font-weight: var(--global-title-weight);
}
.product-list-item .list-item-content .item-content-desc {
  font-size: 14px;
  color: #121e2f;
  line-height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: sans-serif;
}
.product-list-item .list-item-content .item-content-btngroup {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 30px; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}

.item-content-btngroup .item-content-btn {
  border: 1px solid #8797af;
  text-align: center;
  color: #333;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 600;
  margin-right: 60px;
}
.item-content-btngroup .item-content-btn-fill {
  background-color: #333;
  color: #fff;
}

/* 签约动态 */
.index-qydt-box .index-qydt-title {
  text-align: center;
  color: var(--global-title-color);
  font-size: var(--global-title-size);
  font-weight: var(--global-title-weight);
}
.index-qydt-box .index-qydt-title-en {
  text-align: center;
  color: var(--global-title-color-en);
  font-size: var(--global-title-size-en);
  font-weight: var(--global-title-weight);
}
.index-qydt-box .index-qydt-desc {
  text-align: center;
  color: var(--global-desc-color);
  font-size: var(--global-desc-size);
  margin: 20px auto;
  width: var(--global-plate-width);
}

.index-qydt-box .index-qydt-list {
  display: flex;
  align-items: flex-start;
  margin: var(--global-plate-margin);
  width: var(--global-plate-width);
}
.index-qydt-list .qydt-list-left {
  cursor: pointer;
  width: 100%;
}

.qydt-list-left .list-left-img {
  width: 100%;
  height: 340px;
  margin-bottom: 20px;
  /* aspect-ratio: 4/3; */
  /* border: 1px solid #000; */
}
.qydt-list-left .list-left-title {
  text-align: center;
  /* margin-top: 20px; */
  font-weight: 600;
  font-size: 16px;
  color: var(--global-desc-color);
  width: 100%;
}

.index-qydt-list .qydt-list-right {
}

.qydt-list-right .qydt-list-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: 20px;
  flex-grow: 1;
}

.qydt-list-info .list-right-item {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  border-right: 1px solid rgba(0, 0, 0, 0.075);
  cursor: pointer;
}
.qydt-list-info .list-right-item:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.qydt-list-info .qydt-item-title {
  font-size: 16px;
  color: var(--global-title-color);
}
.qydt-list-info .qydt-item-desc {
  color: var(--global-desc-color);
  font-size: 13px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: sans-serif;
}

.index-qydt-box .qydt-list-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #969696;
  margin-top: 10px;
  margin-bottom: 50px;
}

.qydt-list-all-btn .qydt-list-all-btn-text {
  display: inline;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 40px;
}

/* 客户案例 */
.index-khal-box {
}
.index-khal-box .index-khal-title {
  text-align: center;
  color: var(--global-title-color);
  font-size: var(--global-title-size);
  font-weight: var(--global-title-weight);
}
.index-khal-box .index-khal-title-en {
  text-align: center;
  color: var(--global-title-color-en);
  font-size: var(--global-title-size-en);
  font-weight: var(--global-title-weight);
}
.index-khal-box .index-khal-desc {
  text-align: center;
  color: var(--global-desc-color);
  font-size: var(--global-desc-size);
  margin: 20px auto;
  width: var(--global-plate-width);
}

.index-khal-box .index-khal-list {
  margin: var(--global-plate-margin);
  width: var(--global-plate-width);
  /* display: flex;
  flex-wrap: wrap; */
  gap: 25px 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /* display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 20px; */
}
.index-khal-list .index-khal-list-item-box {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.index-khal-list-item-box .index-khal-list-item {
  /* border: 1px solid #a6a6a6; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 200px; */
  /* width: 12vw; */
  /* width: auto; */
  height: 100px;
  /* aspect-ratio: 4/2; */
}
.index-khal-list-item-text {
  font-weight: 600;
  max-width: 80%;
  font-size: 16px;
}
.index-khal-list-item-img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 5px 5px 0 0;
}

.index-khal-list-item-box .index-khal-list-text {
  text-align: center;
  width: 100%;
  color: #ffffff;
  background-color: #2a82e4;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
}

/* 预约演示 */
.index-yyys-box {
  background-image: url("/static/picture/orderback.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.index-yyys-box .index-yyys-title {
  color: #fff;
  text-align: center;
  font-size: var(--global-title-size);
  font-weight: var(--global-title-weight);
  padding-top: 80px;
}
.index-yyys-box .index-yyys-title-en {
  color: #fff;
  text-align: center;
  font-size: var(--global-title-size-en);
  font-weight: var(--global-title-weight);
  /* margin-top: 10px; */
  margin-bottom: 50px;
}
.index-yyys-box .index-yyys-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-yyys-form .index-yyys-form-item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.index-yyys-form-item .form-item-icon {
  width: 30px;
  height: 30px;
}
.index-yyys-form-item .form-item-input {
  margin-left: 20px;
  border: none;
  outline: none; /* 去除默认的轮廓线 */
  width: 30vw;
}

.index-yyys-form .index-yyys-form-btngroup {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-top: 50px;
}

.index-yyys-form-btngroup .index-yyys-form-btn {
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 20px 40px;
  cursor: pointer;
}
.index-yyys-form-btngroup .index-yyys-form-btn-fill {
  background-color: #2a82e4;
  border-radius: 10px;
  padding: 15px 50px;
  cursor: pointer;
}

/* 浮动功能挂载 */
.index-feature-box {
  background-color: #fff;
  border-radius: 50px;
  position: fixed;
  bottom: 10%;
  right: 2%;
  padding: 20px 10px;
}

.index-feature-box .feature-service {
  background-color: #00ad45;
  border-radius: 30px;
  width: 30px;
  height: 100px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  writing-mode: vertical-rl; /* 竖排显示，从右到左 */
  text-orientation: upright; /* 保持文字正立 */
  white-space: nowrap; /* 防止文字换行 */
  line-height: 2;
  cursor: pointer;
}
.index-feature-box .feature-box {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-box .feature-item {
  color: #666666;
  font-size: 15px;
  margin-top: 10px;
  cursor: pointer;
}

.feature-box .feature-item:hover {
  color: #ff8d1a;
  /* background-color: aqua; */
}

.feature-item .feature-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-item-icon .feature-item-icon-img {
  width: 20px;
  height: 20px;
}

.feature-item .feature-item-text {
  text-align: center;
  margin-top: 5px;
}

/* --------------------------- */
/* 根据屏幕大小进行样式更换 */
/* ------------------------------ */

@media screen and (max-width: 768px) {
  /* 数据汇总 */
  .index-datasummary-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 15px 20px;
    width: auto;
  }
  .index-datasummary-box .index-datasummary-item {
    border-radius: 10px;
    padding: 10px 15px;
    width: auto;
    height: auto;
  }
  /*  */
  .index-datasummary-item .item-left-icon {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }
  .index-datasummary-item .item-right-content {
    margin-left: 10px;
  }

  .item-right-content .content-value {
    display: flex;
    align-items: flex-end;
    color: #121e2f;
    font-weight: 600;
    font-size: 22px;
  }
  .item-right-content .content-lable {
    color: #465871;
    margin-top: 10px;
    font-size: 14px;
  }

  /* 产品中心 */
  .index-product-box .index-product-title {
    text-align: center;
    color: var(--global-title-color);
    font-size: var(--global-title-size-mobile);
    font-weight: var(--global-title-weight);
  }
  /* 英文 */
  .index-product-box .index-product-title-en {
    text-align: center;
    color: var(--global-title-color-en);
    font-size: var(--global-title-size-mobile-en);
    font-weight: var(--global-title-weight);
  }
  .index-product-box .index-product-desc {
    text-align: center;
    color: var(--global-desc-color);
    font-size: var(--global-desc-size-mobile);
    margin: 20px;
    width: auto;
  }
  /* 电脑端 */
  .index-product-pc {
    display: none;
  }
  /* 手机端 */
  .index-product-mobile {
    display: block;
  }

  /* 没有图片文件 */
  .notfile-product-list-item {
    background-color: #ffffff;
    display: block;
    border: 1px solid #efefef;
    margin-top: 20px;
    padding: 10px 10px 20px;
  }
  .notfile-product-list-item .notfile-product-list-item-title {
    text-align: center;
    color: var(--global-title-color);
    font-size: 20px;
    font-weight: var(--global-title-weight);
  }
  .notfile-product-list-item .notfile-product-list-item-desc {
    font-size: 13px;
    color: #666;
    line-height: 2em;
    margin-top: 10px;
  }
  .notfile-product-list-item .item-content-btngroup {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 50px;
  }
  .item-content-btngroup .item-content-btn {
    border: 1px solid #8797af;
    text-align: center;
    color: #333;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
    margin-right: 60px;
  }

  .index-product-box .index-product-list {
    width: auto;
    margin: 20px;
  }
  .index-product-list .product-list-item {
    background-color: #ffffff;
    display: block;
    border: 1px solid #efefef;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .index-product-list .product-list-item:nth-child(even) .list-item-img {
    /* margin-left: 30px; */
    margin-left: 0;
  }
  .product-list-item .list-item-img {
    margin: 0 auto;
    width: 100%;
    height: var(100vw / 3);
    background-color: #ffffff;
  }
  .product-list-item .list-item-content {
    margin: 10px;
    width: auto;
  }

  .product-list-item .list-item-content .item-content-title {
    text-align: center;
    color: var(--global-title-color);
    font-size: 20px;
    font-weight: var(--global-title-weight);
  }
  .product-list-item .list-item-content .item-content-desc {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    line-height: 2em;
    /* height: 100px; */
    width: 100%;
    text-indent: 2em;
    overflow: hidden;
  }
  .product-list-item .list-item-content .item-content-btngroup {
    margin-top: 20px;
  }
  .item-content-btngroup .item-content-btn {
    border: 1px solid #8797af;
    text-align: center;
    color: #333;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    margin-right: 10px;
    font-size: 12px;
  }
  .item-content-btngroup .item-content-btn-fill {
    background-color: #ff8d1a;
    color: #fff;
  }

  /* 签约动态 */
  .index-qydt-box .index-qydt-title {
    text-align: center;
    color: var(--global-title-color);
    font-size: var(--global-title-size-mobile);
    font-weight: var(--global-title-weight);
  }
  .index-qydt-box .index-qydt-title-en {
    text-align: center;
    color: var(--global-title-color-en);
    font-size: var(--global-title-size-mobile-en);
    font-weight: var(--global-title-weight);
  }
  .index-qydt-box .index-qydt-desc {
    text-align: center;
    color: var(--global-desc-color);
    font-size: var(--global-desc-size-mobile);
    margin: 20px;
    width: auto;
  }

  .index-qydt-box .index-qydt-list {
    display: block;
    margin: 20px;
    width: auto;
  }
  .index-qydt-list .qydt-list-left {
    cursor: pointer;
  }

  .qydt-list-left .list-left-img {
    width: 100%;
    height: calc(100% / 2);
    background-color: #fff;
    margin-bottom: 0;
  }
  .qydt-list-left .list-left-title {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
  }

  .index-qydt-list .qydt-list-right {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 20px 0;
    flex-grow: 1;
  }

  .qydt-list-right .qydt-list-info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 20px 0;
    flex-grow: 1;
  }

  .qydt-list-right .list-right-item {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    border-right: none;
    cursor: pointer;
  }
  .qydt-list-right .qydt-item-title {
    font-size: 15px;
    color: var(--global-title-color);
  }
  .qydt-list-right .qydt-item-desc {
    color: var(--global-desc-color);
    font-size: 12px;
    margin-top: 10px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 2em;
  }

  /* 客户案例 */
  .index-khal-box .index-khal-title {
    text-align: center;
    color: var(--global-title-color);
    font-size: var(--global-title-size-mobile);
    font-weight: var(--global-title-weight);
  }
  .index-khal-box .index-khal-title-en {
    text-align: center;
    color: var(--global-title-color-en);
    font-size: var(--global-title-size-mobile-en);
    font-weight: var(--global-title-weight);
  }
  .index-khal-box .index-khal-desc {
    text-align: center;
    color: var(--global-desc-color);
    font-size: var(--global-desc-size-mobile);
    margin: 20px;
    width: auto;
  }

  .index-khal-box .index-khal-list {
    margin: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
    width: auto;
  }

  .index-khal-list .index-khal-list-item {
  }

  .index-khal-list .index-khal-list-text {
    padding: 5px 0;
    font-size: 12px;
  }

  /* 预约产品演示 */
  .index-yyys-box {
    background-image: url("/static/picture/orderback.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
  }

  .index-yyys-box .index-yyys-title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: var(--global-title-weight);
    padding-top: 30px;
  }
  .index-yyys-box .index-yyys-title-en {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: var(--global-title-weight);
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .index-yyys-box .index-yyys-form {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-yyys-form .index-yyys-form-item {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    margin-bottom: 10px;
  }

  .index-yyys-form-item .form-item-icon {
    width: 20px;
    height: 20px;
  }
  .index-yyys-form-item .form-item-input {
    margin-left: 20px;
    border: none;
    outline: none; /* 去除默认的轮廓线 */
    width: 100%;
  }

  .index-yyys-form .index-yyys-form-btngroup {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
  }

  .index-yyys-form-btngroup .index-yyys-form-btn {
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
  }
  .index-yyys-form-btngroup .index-yyys-form-btn-fill {
    background-color: #2a82e4;
    border: 2px solid #2a82e4;
    border-radius: 5px;
    padding: 5px 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
  }

  /* 浮动功能挂载 */
  .index-feature-box {
    background-color: #fff;
    border-radius: 50px;
    position: fixed;
    bottom: 10%;
    right: 5;
    padding: 0;
  }
}
