/* html {
  font-size: 75px;
} */

body {
  margin:0;
}
.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  width:100%;
  /* height: 56.547rem; */
  overflow: hidden;
}

.group_24 {
  width:100%;
  padding-top:1.4rem;
  padding-bottom:1.4rem;
  margin-bottom:1.4rem;
  /* height: 5.014rem; */
  height:6.8rem;
  background: url(https://static.zemujia.com/pc/bg/bg-top.png?x-oss-process=image/format,webp)
    100% no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.section_1 {
  background-color: rgba(0, 0, 0, 0.8);
  /*background-color: #000;*/
  width:100%;
  height: 0.774rem;
  z-index: 100001;
  position: fixed;
  top:0;
  left: 0;
}

.top-border {
  width:16rem;
}

.image_41 {
  width: 2.494rem;
  height: 0.427rem;
  margin: 0.174rem 0 0 0;
}

.image_41_icon {
  height: 0.427rem;
  margin: 0.174rem 0 0 0.174rem;
  object-fit: cover;
}

.text_170 {
  /* width: 0.854rem; */
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin-top: 0.254rem;
  padding:0 10px;
}

.text-wrapper_91 {
  height: 0.774rem;
  cursor: pointer;
}

.text-wrapper_91:hover {
  /* color: #1890ff; */
}

.text-wrapper_91.checked::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 20px;
  right: 20px;
  height: 2px;
  /* background-color: #1890ff; */
}

.text-wrapper_92 {
  height: 0.774rem;
  margin-left: 0.72rem;
  cursor: pointer;
  /* width: 0.854rem; */
}

.text-wrapper_92:hover {
  /* color: #1890ff; */
}

.text-wrapper_92.checked::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 20px;
  right: 20px;
  height: 2px;
  /* background-color: #1890ff; */
}

.text-wrapper_93 {
  height: 0.774rem;
  margin-left: 0.72rem;
  /* margin-right: 1rem; */
  cursor: pointer;
  /* width: 0.854rem; */
}

.text-wrapper_93:hover {
  /* color: #1890ff; */
}

.text-wrapper_93.checked::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 20px;
  right: 20px;
  height: 2px;
  /* background-color: #1890ff; */
}

.checked {
  /* padding: */
  background-color: rgba(243, 0, 42, 1);
}


.text_173 {
  width: 11.574rem;
  height: 0.92rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.653rem;
  font-family: AlibabaPuHuiTi_3_85_Bold;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.92rem;
  margin: 0.72rem auto 0;
}

.text_174 {
  width: 8.534rem;
  height: 0.494rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.346rem;
  font-family: AlibabaPuHuiTi_3_55_Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.494rem;
  margin: 0.294rem auto;
}

.main-button {
  margin: 0.294rem auto;
  background-color: rgba(243, 0, 42, 1);
  border-radius: 0.374rem;
  width:3.2rem;
  color:#fff;
  font-weight: 600;
  text-align: center;
  height:0.64rem;
  line-height: 0.64rem;
  font-size: 0.24rem;
  cursor: pointer;
}

.main-button1 {
  margin: 0.144rem auto;
  background-color: rgba(243, 0, 42, 1);
  border-radius: 0.374rem;
  width:3.2rem;
  color:#fff;
  font-weight: 600;
  text-align: center;
  height:0.64rem;
  line-height: 0.64rem;
  font-size: 0.24rem;
  cursor: pointer;
}

.main-letter {
  position: absolute;
  /* margin: 0.544rem auto; */
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 4px;
  /* width:3.2rem; */
  color: #333;
  font-weight: 600;
  text-align: center;
  /* height:0.64rem; */
  line-height: 0.64rem;
  font-size: 0.24rem;
  cursor: pointer;
  padding: 0.24rem 1.2rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

/* 容器设置 */
.letter-info {
  display: flex;
  gap: 0.1rem; /* 现代浏览器 */
  /* 旧浏览器回退 */
  margin: -0.05rem;
}

.letter-info > * {
  margin: 0.05rem;
}

/* 图片设置 */
.letter-info img {
  /* 基础回退值 */
  width: 38px;
  height: 38px;

  /* 现代浏览器使用rem */
  width: 0.5rem;
  height: 0.5rem;

  /* 响应式方案 */
  width: clamp(24px, 0.5rem, 38px);
  height: clamp(24px, 0.5rem, 38px);
}

.mask {
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  display: none;
}

.qr-model {
  box-sizing: border-box;
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.2rem;
  min-height: 3.2rem;
  border-radius: 0.053rem;
  padding:0.1667rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_22 {
  /* width: 2.027rem;
  height: 1.254rem; */
  /* margin: 0.24rem 0 0.32rem 15.574rem; */
  position: absolute;
  right:1rem;
  top:3rem;
}

.text-group_94 {
  margin-top: 0.947rem;
  margin-right: 0.143rem;
}

.text_6 {
  /* width: 0.667rem;
  height: 0.12rem; */
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.15rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 0.12rem;
}

.text_7 {
  /* width: 0.52rem;
  height: 0.147rem; */
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.15rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 0.147rem;
  margin: 0.04rem 0 0 0.147rem;
}

.image-wrapper_1 {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 2px;
  height: 1.254rem;
  width: 1.254rem;
}

.image_2 {
  width: 3rem;
  height: 3rem;
  /* margin: 0.027rem 0 0 0.027rem; */
  background-image: url(https://static.zemujia.com/pc/bg/qrcode-border.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image_2_qrcode {
  width: 2.667rem;
  height: 2.667rem;
}

.qrmodal-content {
  /* margin-top:0.2667rem; */
  color:#111;
  font-size:0.18667rem;
  text-align: center;
}

.group_25 {
  position: relative;
  width:100%;
  /* height: 21.52rem; */
}

.group_1 {
  background-color: rgba(255, 255, 255, 1);
  width:100%;
  height: 7.334rem;
}

.text-group_95 {
  width: 100%;
  height: 1.28rem;
  margin: 1.08rem 0 1.08rem 0;
}

.text_8 {
  width: 100%;
  height: 0.654rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.466rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.654rem;
}

.text_9 {
  width: 100%;
  height: 0.4rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.253rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.4rem;
  /* margin: 0.227rem 0 0 1.974rem; */
}

.group_26 {
  width: 13.4rem;
  height: 3.494rem;
  margin:0 auto;
  /* margin: 0.467rem 0 1.014rem 3rem; */
}

.grid_6 {
  flex:1;
  height: 3.494rem;
  flex-wrap: wrap;
}

.image-text_1-0 {
  background-color: rgba(248, 249, 250, 1);
  border-radius: 6px;
  width: 2.494rem;
  height: 1.68rem;
  justify-content: center;
  margin: 0 0.134rem 0.134rem 0;
}

.label_1-0 {
  width: 0.587rem;
  height: 0.587rem;
  margin: 0.32rem 0 0 0.947rem;
}

.text-group_3-0 {
  width: 1.92rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.16rem 0 0.32rem 0.28rem;
}

.image-text_1-1 {
  background-color: rgba(248, 249, 250, 1);
  border-radius: 6px;
  width: 2.494rem;
  height: 1.68rem;
  justify-content: center;
  margin: 0 0.134rem 0.134rem 0;
}

.label_1-1 {
  width: 0.587rem;
  height: 0.587rem;
  margin: 0.32rem 0 0 0.947rem;
}

.text-group_3-1 {
  width: 1.92rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.16rem 0 0.32rem 0.28rem;
}

.image-text_1-2 {
  background-color: rgba(248, 249, 250, 1);
  border-radius: 6px;
  width: 2.494rem;
  height: 1.68rem;
  justify-content: center;
  margin: 0 0.134rem 0.134rem 0;
}

.label_1-2 {
  width: 0.587rem;
  height: 0.587rem;
  margin: 0.32rem 0 0 0.947rem;
}

.text-group_3-2 {
  width: 1.92rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.16rem 0 0.32rem 0.28rem;
}

.image-text_1-3 {
  background-color: rgba(248, 249, 250, 1);
  border-radius: 6px;
  width: 2.494rem;
  height: 1.68rem;
  justify-content: center;
  margin: 0 0.134rem 0.134rem 0;
  margin-right: 0;
}

.label_1-3 {
  width: 0.587rem;
  height: 0.587rem;
  margin: 0.32rem 0 0 0.947rem;
}

.text-group_3-3 {
  width: 1.92rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.16rem 0 0.32rem 0.28rem;
}

.image-text_1-4 {
  background-color: rgba(248, 249, 250, 1);
  border-radius: 6px;
  width: 2.494rem;
  height: 1.68rem;
  justify-content: center;
  margin: 0 0.134rem 0.134rem 0;
  margin-bottom: 0;
}

.label_1-4 {
  width: 0.587rem;
  height: 0.587rem;
  margin: 0.32rem 0 0 0.947rem;
}

.text-group_3-4 {
  width: 1.92rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.16rem 0 0.32rem 0.28rem;
}

.image-text_1-5 {
  background-color: rgba(248, 249, 250, 1);
  border-radius: 6px;
  width: 2.494rem;
  height: 1.68rem;
  justify-content: center;
  margin: 0 0.134rem 0.134rem 0;
  margin-bottom: 0;
}

.label_1-5 {
  width: 0.587rem;
  height: 0.587rem;
  margin: 0.32rem 0 0 0.947rem;
}

.text-group_3-5 {
  width: 1.92rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.16rem 0 0.32rem 0.28rem;
}

.image-text_1-6 {
  background-color: rgba(248, 249, 250, 1);
  border-radius: 6px;
  width: 2.494rem;
  height: 1.68rem;
  justify-content: center;
  margin: 0 0.134rem 0.134rem 0;
  margin-bottom: 0;
}

.label_1-6 {
  width: 0.587rem;
  height: 0.587rem;
  margin: 0.32rem 0 0 0.947rem;
}

.text-group_3-6 {
  width: 1.92rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.16rem 0 0.32rem 0.28rem;
}

.image-text_1-7 {
  background-color: rgba(248, 249, 250, 1);
  border-radius: 6px;
  width: 2.494rem;
  height: 1.68rem;
  justify-content: center;
  margin: 0 0.134rem 0.134rem 0;
  margin-right: 0;
  margin-bottom: 0;
}

.label_1-7 {
  width: 0.587rem;
  height: 0.587rem;
  margin: 0.32rem 0 0 0.947rem;
}

.text-group_3-7 {
  width: 1.92rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.16rem 0 0.32rem 0.28rem;
}

.block_3 {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.19);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 18px;
  width: 2.507rem;
  height: 3.494rem;
}

.image-text_57 {
  width: 2.08rem;
  height: 2.72rem;
  margin: 0.254rem 0 0 0.214rem;
}

.image_3 {
  width: 2.08rem;
  height: 2.08rem;
  margin: 0.027rem 0 0 0.027rem;
  background-image: url(https://static.zemujia.com/pc/bg/qrcode-border.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image_3_qrcode {
  width:1.6rem;
  height: 1.6rem;
}

.text-group_96 {
  width: 1.214rem;
  height: 0.507rem;
  margin: 0.134rem 0 0 0.44rem;
}

.text_10 {
  width: 1.12rem;
  height: 0.227rem;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.227rem;
  margin-left: 0.04rem;
}

.text_11 {
  width: 1.214rem;
  height: 0.24rem;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 0.173rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.24rem;
  margin-top: 0.04rem;
}

.text-wrapper_3 {
  /* background-color: rgba(243, 0, 42, 1); */
  background-color: #fff;
  border-radius: 12px;
  height: 0.32rem;
  width: 0.987rem;
  margin: 0.08rem 0 0.12rem 0.76rem;
}

.text_12 {
  width: 0.694rem;
  height: 0.24rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.173rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.24rem;
  margin: 0.04rem 0 0 0.147rem;
}

.group_3 {
  background-color: rgba(248, 249, 250, 1);
  width:100%;
  height: 100vh;
  padding:0.854rem 0;
}

.text-group_97 {
  /* width: 7.467rem; */
  width:100%;
  height: 1.24rem;
  /* margin: 0.854rem auto 0; */
}

.text_13 {
  /* width: 7.467rem; */
  width:100%;
  height: 0.707rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.466rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.707rem;
}

.text_14 {
  /* width: 7.04rem; */
  width:100%;
  height: 0.4rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.253rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.4rem;
  margin: 0.134rem 0 0 0;
}

.block_12 {
  /* width: 14.574rem; */
  width:100%;
  height: 6.294rem;
  padding: 0.4rem 0 0.647rem;
  gap:0.214rem;
}

.image-text_58 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 16px;
  width: 2.8rem;
  height: 3.494rem;
}

.image_42 {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.307rem 0 0 0.707rem;
}

.text-group_98 {
  width: 1.894rem;
  height: 1.267rem;
  margin: 0.187rem 0 0.334rem 0.467rem;
}

.text_175 {
  width: 1.04rem;
  height: 0.494rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.346rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.494rem;
  margin-left: 0.427rem;
}

.text_176 {
  width: 1.894rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  line-height: 0.294rem;
  margin-top: 0.187rem;
}

.image-text_59 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 16px;
  width: 2.8rem;
  height: 3.494rem;
  margin-left: 0.214rem;
}

.image_43 {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.307rem 0 0 0.707rem;
}

.text-group_99 {
  width: 1.894rem;
  height: 1.267rem;
  margin: 0.187rem 0 0.334rem 0.467rem;
}

.text_177 {
  width: 1.04rem;
  height: 0.494rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.346rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.494rem;
  margin-left: 0.427rem;
}

.text_178 {
  width: 1.894rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  line-height: 0.294rem;
  margin-top: 0.187rem;
}

.image-text_60 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 16px;
  width: 3.8rem;
  /* height: 3.494rem; */
  padding:0.13rem;
  /* margin-left: 0.214rem; */
}

.image_44 {
  width: 1.5rem;
  height: 1.9rem;
  /* object-fit: contain; */
  /* margin: 0.307rem 0 0 0.707rem; */
}

.image_44_icon {
  width: 1.5rem;
  height: 1.9rem;
  font-size:1.5rem;
  color: #fff;
  background-color: #000;
  border-radius: 0.12rem;
}

.text-group_100 {
  /* width: 1.894rem;
  height: 1.267rem;
  margin: 0.187rem 0 0.334rem 0.467rem; */
}

.text_179 {
  /* width: 1.04rem;
  height: 0.494rem; */
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.346rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.494rem;
  /* margin-left: 0.427rem; */
}

.text_180 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  line-height: 0.294rem;
  margin-top: 0.12rem;
}

.text_180_none {
  /* margin-top:0.75rem; */
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.346rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  height: 2.14rem;
}

.image-text_61 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 16px;
  width: 2.8rem;
  height: 3.494rem;
  margin-left: 0.214rem;
}

.image_45 {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.307rem 0 0 0.707rem;
}

.text-group_101 {
  width: 1.894rem;
  height: 1.267rem;
  margin: 0.187rem 0 0.334rem 0.467rem;
}

.text_181 {
  width: 1.04rem;
  height: 0.494rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.346rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.494rem;
  margin-left: 0.427rem;
}

.text_182 {
  width: 1.894rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  line-height: 0.294rem;
  margin-top: 0.187rem;
}

.group_5 {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.19);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 18px;
  width: 2.507rem;
  /* height: 3.494rem; */
  margin-left: 0.227rem;
}

.image-text_62 {
  width: 2.58rem;
  height: 2.82rem;
  margin: 0.454rem 0 0 0.214rem;
}

.image_8 {
  width: 2.08rem;
  height: 2.08rem;
  margin: 0.027rem 0 0 0.027rem;
  background-image: url(https://static.zemujia.com/pc/bg/qrcode-border.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image_8_qrcode {
  width:1.2rem;
  height: 1.2rem;
}

.text-group_102 {
  width: 1.214rem;
  height: 0.507rem;
  /* margin: 0.134rem 0 0 0.44rem; */
}

.text_23 {
  /* width: 1.12rem; */
  /* height: 0.227rem; */
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.227rem;
  /* margin-left: 0.04rem; */
}

.text_24 {
  /* width: 1.214rem;
  height: 0.24rem; */
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 0.173rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.24rem;
  margin-top: 0.04rem;
}

.text-wrapper_4 {
  background-color: rgba(243, 0, 42, 1);
  border-radius: 12px;
  height: 0.32rem;
  width: 0.987rem;
  margin: 0.08rem 0 0.12rem 0.76rem;
}

.text_25 {
  width: 0.694rem;
  height: 0.24rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.173rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.24rem;
  margin: 0.04rem 0 0 0.147rem;
}

.text-group_103 {
  /* width: 8.867rem; */
  width:100%;
  height: 100vh;
  margin: 0.907rem auto 0;
  padding-top:1.89rem;
}

.text_26 {
  /* width: 8.867rem; */
  width:100%;
  height: 0.707rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.466rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.707rem;
}

.text_27 {
  width:100%;
  height: 0.4rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.253rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.4rem;
  /* margin: 0.107rem 0 0 1.64rem; */
}

.box_23 {
  width: 14.574rem;
  height: 3.174rem;
  margin: 1.6rem auto 0.76rem;
}

.group_7 {
  width: 2.227rem;
  height: 3.174rem;
  background: url(https://static.zemujia.com/pc/bg/center-bg1.png?x-oss-process=image/format,webp)
    0rem 0rem no-repeat;
  background-size: 2.24rem 3.174rem;
  position: relative;
}

.text_28 {
  width: 1.067rem;
  height: 0.374rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.266rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.374rem;
  margin: 0.587rem 0 0 0.507rem;
}

.text-wrapper_94 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.987rem;
  margin: 0.267rem 0 0 0.547rem;
}

.text_183 {
  width: 0.854rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.text-wrapper_95 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.987rem;
  margin: 0.147rem 0 0 0.547rem;
}

.text_184 {
  width: 0.854rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.text-wrapper_96 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.56rem;
  margin: 0.147rem 0 0.414rem 0.76rem;
}

.text_185 {
  width: 0.427rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.group_8 {
  width: 2.227rem;
  height: 3.174rem;
  background: url(https://static.zemujia.com/pc/bg/center-bg2.png?x-oss-process=image/format,webp)
    0rem 0rem no-repeat;
  background-size: 2.24rem 3.174rem;
  margin-left: 0.174rem;
  position: relative;
}

.text_32 {
  width: 1.067rem;
  height: 0.374rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.266rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.374rem;
  margin: 0.587rem 0 0 0.507rem;
}

.text-wrapper_97 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.987rem;
  margin: 0.267rem 0 0 0.547rem;
}

.text_186 {
  width: 0.854rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.text-wrapper_98 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.987rem;
  margin: 0.147rem 0 0 0.547rem;
}

.text_187 {
  width: 0.854rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.text-wrapper_99 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.56rem;
  margin: 0.147rem 0 0.414rem 0.76rem;
}

.text_188 {
  width: 0.427rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.group_9 {
  width: 2.227rem;
  height: 3.174rem;
  background: url(https://static.zemujia.com/pc/bg/center-bg3.png?x-oss-process=image/format,webp) -0.014rem
    0rem no-repeat;
  background-size: 2.254rem 3.174rem;
  margin-left: 0.187rem;
  position: relative;
}

.text_36 {
  width: 0.534rem;
  height: 0.374rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.266rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.374rem;
  margin: 0.587rem 0 0 0.774rem;
}

.text-wrapper_100 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.774rem;
  margin: 0.267rem 0 0 0.654rem;
}

.text_189 {
  width: 0.64rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.text-wrapper_101 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.774rem;
  margin: 0.147rem 0 0 0.654rem;
}

.text_190 {
  width: 0.64rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.text-wrapper_102 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.987rem;
  margin: 0.147rem 0 0.414rem 0.547rem;
}

.text_191 {
  width: 0.854rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.group_10 {
  width: 2.227rem;
  height: 3.174rem;
  background: url(https://static.zemujia.com/pc/bg/center-bg3.png?x-oss-process=image/format,webp)
    0rem 0rem no-repeat;
  background-size: 2.24rem 3.174rem;
  margin-left: 0.174rem;
  position: relative;
}

.text_40 {
  width: 1.067rem;
  height: 0.374rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.266rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.374rem;
  margin: 0.587rem 0 0 0.507rem;
}

.text-wrapper_103 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.56rem;
  margin: 0.267rem 0 0 0.76rem;
}

.text_192 {
  width: 0.427rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.text-wrapper_104 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.56rem;
  margin: 0.147rem 0 0 0.76rem;
}

.text_193 {
  width: 0.427rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.text-wrapper_105 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.56rem;
  margin: 0.147rem 0 0.414rem 0.76rem;
}

.text_194 {
  width: 0.427rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.group_11 {
  width: 2.227rem;
  height: 3.174rem;
  background: url(https://static.zemujia.com/pc/bg/center-bg1.png?x-oss-process=image/format,webp)
    0rem 0rem no-repeat;
  background-size: 2.24rem 3.174rem;
  margin-left: 0.187rem;
  position: relative;
}

.text_44 {
  width: 1.067rem;
  height: 0.374rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.266rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.374rem;
  margin: 0.587rem 0 0 0.507rem;
}

.text-wrapper_106 {
  border-radius: 8px;
  height: 0.414rem;
  width: 0.774rem;
  margin: 0.267rem 0 0 0.654rem;
}

.text_195 {
  width: 0.64rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.text-wrapper_107 {
  border-radius: 8px;
  height: 0.414rem;
  width: 1.627rem;
  margin: 0.147rem 0 0.974rem 0.227rem;
}

.text_196 {
  width: 1.494rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.054rem 0 0 0.067rem;
}

.group_12 {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.19);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 18px;
  width: 2.507rem;
  height: 3.174rem;
  margin-left: 0.214rem;
}

.image-text_63 {
  width: 2.08rem;
  height: 2.72rem;
  margin: 0.254rem 0 0 0.214rem;
}

.image_9 {
  width: 2.08rem;
  height: 2.08rem;
}

.text-group_104 {
  width: 1.227rem;
  height: 0.507rem;
  margin: 0.134rem 0 0 0.427rem;
}

.text_47 {
  width: 1.12rem;
  height: 0.227rem;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.227rem;
  margin-left: 0.054rem;
}

.text_48 {
  width: 1.227rem;
  height: 0.24rem;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 0.173rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.24rem;
  margin-top: 0.04rem;
}

.image_10 {
  position: absolute;
  left: 0.6rem;
  top: -0.39rem;
  width: 0.867rem;
  height: 0.867rem;
}

.info-block-4 {
  width: 100%;
  background: linear-gradient(to bottom, #fffafa 0%, #fffdfd 50%, #f9f5ff 100%);
}
.block_4 {
  min-height: 100vh;
  height: 100dvh;
  width:100%;
  background: url(https://static.zemujia.com/pc/bg/bg1.png?x-oss-process=image/format,webp) no-repeat center center;
  background-size: contain;
  position: relative;
}

.text-group_105 {
  width: 100%;
  height: 1.214rem;
  margin: 1rem auto 0;
}

.text_49 {
  /* width: 9.147rem; */
  width:100%;
  /* height: 0.707rem; */
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.58rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.707rem;
  /* margin-left: 1.48rem; */
}

.text_50 {
  width:100%;
  height: 0.4rem;
  overflow-wrap: break-word;
  /* color: rgba(51, 51, 51, 1); */
  color:#999;
  font-size: 0.213rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.4rem;
  margin-top: 0.107rem;
}


.box_5 {
  /* background-color: rgba(255, 210, 251, 0.14);
  border-radius: 50%;
  width: 7.587rem;
  height: 7.587rem;
  border: 1px solid rgba(237, 123, 211, 0.06);
  position: absolute;
  left: 8.814rem;
  top: 3.24rem; */
}

.section_3 {
  background-color: rgba(243, 0, 42, 1);
  border-radius: 22px;
  height: 0.587rem;
  width: 5.627rem;
  margin:0 auto;
  /* margin: 0.614rem 0 0.974rem 0 ; */
}

.text-wrapper_19 {
  width: 5.174rem;
  height: 0.44rem;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.44rem;
  margin: 0.067rem 0 0 0.227rem;
}

.text_51 {
  width: 5.174rem;
  height: 0.44rem;
  overflow-wrap: break-word;
  color: #fff;
  font-size: 0.32rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.44rem;
}

.text_52 {
  width: 5.174rem;
  height: 0.44rem;
  overflow-wrap: break-word;
  color: #fff;
  font-size: 0.32rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.44rem;
}


.box_6 {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.19);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 18px;
  position: absolute;
  left: 70%;
  top: 60%;
  width: 2.507rem;
  height: 3.174rem;
}

.image-text_64 {
  width: 2.08rem;
  height: 2.72rem;
  margin: 0.254rem 0 0 0.214rem;
}

.image_16 {
  width: 2.08rem;
  height: 2.08rem;
}

.text-group_106 {
  width: 1.227rem;
  height: 0.507rem;
  margin: 0.134rem 0 0 0.427rem;
}

.text_56 {
  width: 1.12rem;
  height: 0.227rem;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.227rem;
  margin-left: 0.054rem;
}

.text_57 {
  width: 1.227rem;
  height: 0.24rem;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 0.173rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.24rem;
  margin-top: 0.04rem;
}

.group_27 {
  width:100%;
  height: 19.56rem;
  padding-top:0.854rem;
}

.text-group_107 {
  width: 12.214rem;
  height: 1.214rem;
  margin: 0.64rem auto 0;
}

.text_58 {
  /* width: 8.867rem;
  height: 0.707rem; */
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.466rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.707rem;
  /* margin-left: 1.68rem; */
}

.text_59 {
  width: 12.214rem;
  height: 0.4rem;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.253rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.4rem;
  margin-top: 0.107rem;
}

.group_28 {
  /* width: 14.187rem; */
  height: 8.454rem;
  margin: 0.44rem auto 0;
}

.image-wrapper_3 {
  border-radius: 13px;
  background:black;
  height: 8.454rem;
  width: 12.467rem;
}

.image_17 {
  width: 1.374rem;
  height: 1.374rem;
  margin: 2.534rem 0 0 5.04rem;
}

.block_6 {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.19);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 18px;
  width: 2.507rem;
  height: 3.174rem;
  margin-top: 3.28rem;
}

.image-text_65 {
  width: 2.08rem;
  height: 2.72rem;
  margin: 0.254rem 0 0 0.214rem;
}

.image_18 {
  width: 2.08rem;
  height: 2.08rem;
}

.text-group_108 {
  width: 1.227rem;
  height: 0.507rem;
  margin: 0.134rem 0 0 0.427rem;
}

.text_60 {
  width: 1.12rem;
  height: 0.227rem;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.227rem;
  margin-left: 0.054rem;
}

.text_61 {
  width: 1.227rem;
  height: 0.24rem;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 0.173rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.24rem;
  margin-top: 0.04rem;
}


.group_29 {
  width: 100%;
  height: 8rem;
  margin: 0.8rem 0 0.014rem 0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}

.group_29.bg-1 {
  background-image: url(https://static.zemujia.com/pc/bg/bottom-bg1.png?x-oss-process=image/format,webp);
}

.group_29.bg-2 {
  background-image: url(https://static.zemujia.com/pc/bg/bottom-bg2.png?x-oss-process=image/format,webp);
}

.group_29.bg-3 {
  background-image: url(https://static.zemujia.com/pc/bg/bottom-bg3.png?x-oss-process=image/format,webp);
}

.group_29.bg-4 {
  background-image: url(https://static.zemujia.com/pc/bg/bottom-bg4.png?x-oss-process=image/format,webp);
}

.group_29.bg-5 {
  background-image: url(https://static.zemujia.com/pc/bg/bottom-bg5.png?x-oss-process=image/format,webp);
}

.group_29.bg-6 {
  background-image: url(https://static.zemujia.com/pc/bg/bottom-bg6.png?x-oss-process=image/format,webp);
}

.text_197 {
  width: 8.814rem;
  height: 0.707rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.8rem;
  font-family: Slideqiuhong-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.707rem;
  /* margin: 0.96rem 0 0 5.2rem; */
  margin:0.96rem auto;
}

.box_9 {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  width: 11.56rem;
  height: 2.254rem;
  /* margin: -0.08rem 0 3.507rem 3.827rem; */
  margin:-0.08rem auto;
}

.group_13 {
  border-radius: 16px;
  width: 3.854rem;
  height: 2.254rem;
}

.text-group_109 {
  width: 1.334rem;
  height: 1.094rem;
  margin: 0.56rem 0 0 1.267rem;
}

.text_63 {
  width: 1.334rem;
  height: 0.707rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.506rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.707rem;
}

.text_64 {
  width: 1.067rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.094rem 0 0 0.134rem;
}

.group_14 {
  border-radius: 16px;
  width: 3.854rem;
  height: 2.254rem;
}

.image_19 {
  width: 0.014rem;
  height: 0.454rem;
  /* margin-top: 0.92rem; */
  border-left:1px solid #E9E9E9;
}

.text-group_110 {
  width: 1.44rem;
  height: 1.094rem;
  margin: 0.56rem 0 0 1.2rem;
}

.text_65 {
  width: 1.44rem;
  height: 0.707rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.506rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.707rem;
}

.text_66 {
  width: 0.427rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.094rem 0 0 0.507rem;
}

.image_20 {
  width: 0.014rem;
  height: 0.454rem;
  /* margin: 0.92rem 0 0 1.187rem; */
  border-left:1px solid #E9E9E9;
}

.group_15 {
  border-radius: 16px;
  width: 3.854rem;
  height: 2.254rem;
}

.text-group_111 {
  width: 1.147rem;
  height: 1.094rem;
  margin: 0.56rem 0 0 1.36rem;
}

.text_67 {
  width: 1.147rem;
  height: 0.707rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.506rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.707rem;
}

.text_68 {
  width: 0.854rem;
  height: 0.294rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.213rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 0.294rem;
  margin: 0.094rem 0 0 0.147rem;
}

.block_7 {
  background-color: rgba(28, 28, 28, 1);
  width:100%;
  height: 2.6rem;
  /* margin-top: -0.013rem; */
  position: relative;
  padding:0.3rem 0;
}

.block_7_icon {
  width: 3.5rem;
  height: 0.85rem;
  position: absolute;
  top:0.6rem;
  left:2.4rem;
}

.block_6_qrcode {
  position: absolute;
  top:0.6rem;
  right:2.4rem;
  width:2rem;
  /* height:2rem; */
}

.image-text_65_qrcode {
  /* width: 2.08rem;
  height: 2.72rem; */
}

.image-text_66 {
  width:4.8rem;
  height: 0.267rem;
  /* margin: 0.374rem auto 0 ; */
  margin-top:0.16rem;
}

.thumbnail_1 {
  width: 0.214rem;
  height: 0.214rem;
  margin-top: 0.027rem;
}

.text-group_20 {
  width: 4.494rem;
  height: 0.267rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.186rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.267rem;
  margin-left:0.12rem;
}

.image-text_67 {
  width:4.8rem;
  height: 0.267rem;
  /* margin: 0.16rem auto 0; */
  margin-top: 0.16rem;
}

.thumbnail_2 {
  width: 0.214rem;
  height: 0.214rem;
  margin-top: 0.054rem;
}

.text-group_21 {
  width: 2.587rem;
  height: 0.267rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.186rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.267rem;
  margin-left:0.12rem;
}

.text_69 {
  width:4.8rem;
  height: 0.227rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.227rem;
  margin-top:0.16rem;
}

.text_70 {
  width:4.8rem;
  height: 0.227rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.227rem;
  margin-top:0.16rem;
}

.text-group_qrod_text {
  width: 1.227rem;
  height: 0.507rem;
  /* margin: 0.134rem 0 0 0.427rem; */
}

.text_47_white {
  /* width: 1.12rem;
  height: 0.227rem; */
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  /* white-space: nowrap; */
  line-height: 0.227rem;
  /* margin-left: 0.054rem; */
  margin-top:0.1rem;
}

.compony-info {
  width:4.8rem;
}
