.mod_container {
  max-width: unset;
}
.hide {
  display: none;
}
.customerMessage_container {
  padding: 1.68rem 0 0;
  background: #F1F6FC;
}
.customerMessage_container .text_box > div {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  margin-bottom: 0.16rem;
}
.customerMessage_container .text_box > div span {
  font-size: 0.2rem;
  line-height: calc(20/20);
  color: #fff;
  font-family: 'SourceHanSansHKMedium';
  display: block;
  text-shadow: 0rem 0.03rem 0.06rem #00000029;
}
.customerMessage_container .text_box > div .icon_box {
  width: 0.2rem;
  height: 0.2rem;
}
.customerMessage_container .text_box > div .icon_box img {
  width: 100%;
  height: 100%;
}
.customerMessage_container .text_box h1 {
  font-size: 0.64rem;
  line-height: calc(92/64);
  color: #fff;
  font-family: 'SourceHanSansHKMedium';
  text-shadow: 0rem 0.03rem 0.06rem #00000029;
}
.customerMessage_container .text_box h2 {
  font-size: 0.6rem;
  line-height: calc(87/60);
  color: #1A3F67;
  font-family: 'SourceHanSansHKMedium';
  text-shadow: 0rem 0.03rem 0.06rem #00000029;
}
.customerMessage_container .text_box h3 {
  font-size: 0.56rem;
  line-height: calc(71/56);
  color: #1A3F67;
  font-family: 'Microsoft YaHei';
  text-shadow: 0rem 0.03rem 0.06rem #00000029;
  margin-bottom: 0.13rem;
  font-weight: 500;
}
.customerMessage_container .text_box h4 {
  font-size: 0.5rem;
  line-height: calc(72/50);
  color: #1A3F67;
  font-family: 'SourceHanSansHKBold';
  margin-bottom: 0.314rem;
}
.customerMessage_container .text_box h5 {
  font-size: 0.28rem;
  line-height: calc(40/28);
  color: #fff;
  font-family: 'SourceHanSansHKBold';
}
.customerMessage_container .text_box h6 {
  font-size: 0.24rem;
  line-height: calc(35/24);
  color: #293440;
  font-family: 'SourceHanSansHKMedium';
}
.customerMessage_container .text_box p {
  font-size: 0.2rem;
  line-height: calc(33/20);
  color: #293440;
  font-family: 'SourceHanSansHKRegular';
  display: flex;
  align-items: flex-end;
  gap: 0.06rem;
}
.customerMessage_container .text_box p span {
  font-size: 0.32rem;
  line-height: calc(46/32);
  color: #129D9F;
  font-family: 'SourceHanSansHKBold';
}
.customerMessage_container .text_box span {
  font-size: 0.24rem;
  line-height: calc(35/24);
  color: #6A6A6A;
  font-family: 'SourceHanSansHKMedium';
  display: block;
}
.customerMessage_container .text_box .p_list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.customerMessage_container .mod_tit h4 {
  font-size: 0.5rem;
  line-height: calc(72/50);
  color: #1A3F67;
  font-family: 'SourceHanSansHKBold';
}
.customerMessage_container .mod_tit h5 {
  font-size: 0.4rem;
  line-height: calc(60/40);
  color: #1A3F67;
  font-family: 'SourceHanSansHKBold';
}
.customerMessage_container .mod_tit h6 {
  font-size: 0.32rem;
  line-height: calc(46/32);
  color: #1E3658;
  font-family: 'SourceHanSansHKBold';
}
.customerMessage_container .mod_tit p {
  font-size: 0.2rem;
  line-height: calc(33/20);
  color: #6a6a6a;
  font-family: 'SourceHanSansHKRegular';
}
.customerMessage_container .mod_tit .view_all {
  font-size: 0.24rem;
  line-height: calc(35/24);
  color: #3E3E3E;
  font-family: 'SourceHanSansHKMedium';
  padding-bottom: 0.12rem;
  position: relative;
}
.customerMessage_container .mod_tit .view_all::after {
  display: block;
  content: '';
  width: 100%;
  height: 0.06rem;
  background: linear-gradient(90deg, #26618D 0%, #0BB5A6 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.customerMessage_container .banner {
  overflow: hidden;
  position: relative;
}
.customerMessage_container .banner .bg {
  width: 100%;
  height: 4.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customerMessage_container .banner .bg img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
}
.customerMessage_container .banner .text_box {
  position: absolute;
  bottom: 1.53rem;
  left: 3.54rem;
  display: flex;
  flex-direction: column;
}
.customerMessage_container .banner .banner_bottom {
  width: 100%;
  height: 0.85rem;
  background: transparent linear-gradient(88deg, #26618D 0%, #0BB5A6 100%) 0% 0% no-repeat padding-box;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.33rem;
}
.customerMessage_container .banner .banner_bottom.fixed {
  position: fixed;
  left: 0;
  top: 1.68rem;
  z-index: 5;
  transition: all 0.2s ease;
}
.customerMessage_container .banner .banner_bottom .swiper {
  width: 11.12rem;
  height: 100%;
}
.customerMessage_container .banner .banner_bottom .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customerMessage_container .banner .banner_bottom .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.35rem;
}
.customerMessage_container .banner .banner_bottom .swiper .swiper-slide + .swiper-slide:after {
  display: block;
  content: '';
  width: 0.01rem;
  height: 0.22rem;
  position: absolute;
  left: 0;
  top: 0.06rem;
  z-index: 1;
  background: #fff;
}
.customerMessage_container .banner .banner_bottom .swiper .swiper-slide a {
  font-size: 0.24rem;
  line-height: calc(35/24);
  color: #fff;
  font-family: 'SourceHanSansHKMedium';
  position: relative;
  cursor: pointer;
}
.customerMessage_container .banner .banner_bottom .swiper-button-next {
  right: 2.78rem;
}
.customerMessage_container .banner .banner_bottom .swiper-button-next .icon_box {
  width: 0.2rem;
  height: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customerMessage_container .banner .banner_bottom .swiper-button-next .icon_box img {
  width: 100%;
  height: auto;
}
.customerMessage_container .banner .banner_bottom .swiper-button-next:after {
  content: '';
}
.customerMessage_container .module_1 .mod_container {
  width: 12.12rem;
  margin: 0 auto;
  padding: 1.21rem 0 2rem;
}
.customerMessage_container .module_1 .mod_container .module_nav {
  margin-bottom: 0.35rem;
}
.customerMessage_container .module_1 .mod_container .module_nav ul {
  display: flex;
  gap: 0.17rem;
}
.customerMessage_container .module_1 .mod_container .module_nav ul li a {
  width: 2.9rem;
  height: 0.69rem;
  background: #1A3F67 0% 0% no-repeat padding-box;
  border-radius: 0.12rem;
  font-size: 0.28rem;
  line-height: calc(40/28);
  color: #fff;
  font-family: SourceHanSansHKMedium;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customerMessage_container .module_1 .mod_container .module_nav ul li a.active {
  background: #129D9F 0% 0% no-repeat padding-box;
}
.customerMessage_container .module_1 .mod_container .mod_tit {
  display: flex;
  flex-direction: column;
  gap: 0.11rem;
}
.customerMessage_container .module_1 .mod_container .mod_tit h4 {
  margin-bottom: 0;
}
.customerMessage_container .module_1 .mod_container .mod_cont {
  padding: 0.39rem 0.33rem 0.43rem 0.33rem;
  background: #fff;
  border-radius: 0.16rem;
  box-shadow: 0rem 0.03rem 0.06rem #84848429;
}
.customerMessage_container .module_1 .mod_container .mod_cont form {
  margin-top: 0.48rem;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .gap-18 {
  gap: 0.18rem !important;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .form-label {
  font-size: 0.2rem;
  line-height: calc(29/20);
  color: #293440;
  font-family: 'SourceHanSansHKMedium';
  margin-bottom: 0.09rem;
  display: flex;
}
.customerMessage_container .module_1 .mod_container .mod_cont form input,
.customerMessage_container .module_1 .mod_container .mod_cont form select {
  height: 0.6rem;
  padding: 0 0.14rem;
  border-radius: 0.06rem;
  border: 0.01rem solid #DBDBDB;
  font-size: 0.18rem;
  line-height: calc(26/18);
  color: #293440;
  font-family: 'SourceHanSansHKMedium';
}
.customerMessage_container .module_1 .mod_container .mod_cont form textarea {
  padding: 0.14rem;
  border-radius: 0.06rem;
  font-size: 0.18rem;
  line-height: calc(26/18);
  color: #293440;
  font-family: 'SourceHanSansHKMedium';
  resize: both;
  max-width: 100%;
}
.customerMessage_container .module_1 .mod_container .mod_cont form textarea:focus,
.customerMessage_container .module_1 .mod_container .mod_cont form textarea:focus-visible {
  outline: none;
  box-shadow: unset;
}
.customerMessage_container .module_1 .mod_container .mod_cont form input[type="date"]::-webkit-calendar-picker-indicator {
  color: #dc3545;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .img_box {
  width: 0.17rem;
  height: 0.17rem;
  bottom: 0.16rem;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .img_box img {
  width: 100%;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .down {
  width: 0.15rem;
  height: 0.07rem;
  background: url(../img/down.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.32rem;
  bottom: 0.25rem;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .form_telephone .px-35 {
  padding-left: 0.15rem !important;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .form_telephone input {
  border-left: none;
  border-radius: 0 0.06rem 0.06rem 0;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .form_telephone input:focus,
.customerMessage_container .module_1 .mod_container .mod_cont form .form_telephone input:focus-visible {
  outline: none;
  box-shadow: unset;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .form_telephone select {
  color: #111111;
  width: 25%;
  border-color: #dee2e6;
  border-right: none;
  border-radius: 0.06rem 0 0 0.06rem;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .form_telephone select:focus,
.customerMessage_container .module_1 .mod_container .mod_cont form .form_telephone select:focus-visible {
  outline: none;
  box-shadow: unset;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .form_telephone .down {
  width: 0.11rem;
  height: 0.05rem;
  background: url(../img/down.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.9rem;
  top: 0.27rem;
  right: unset;
  bottom: unset;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .agreement {
  color: #000 !important;
  font-size: 0.18rem;
  font-family: SourceHanSansHKRegular;
  line-height: calc(26/18);
  display: flex;
  align-items: center;
  gap: 0.11rem;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .agreement .form-check-input {
  margin-top: 0;
  padding: 0;
  width: 0.2rem;
  height: 0.2rem;
  flex-shrink: 0;
  border-radius: 0.03rem;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .agreement .form-check-input:focus {
  box-shadow: unset;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .agreement .text-primary {
  font-size: 0.18rem;
  color: #129D9F !important;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .submit_btn {
  background: transparent linear-gradient(90deg, #26618D 0%, #0BB5A6 100%) 0% 0% no-repeat padding-box;
  font-size: 0.16rem;
  font-family: SourceHanSansHKBold;
  font-weight: bold;
  padding-top: 0.13rem !important;
  padding-bottom: 0.14rem !important;
  line-height: calc(24/16);
  display: block;
  margin-top: 0.58rem !important;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .input-focus:focus {
  border-color: #dee2e6;
  --tw-ring-color: unset;
  box-shadow: unset;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .form-control:focus {
  box-shadow: unset;
}
.customerMessage_container .module_1 .mod_container .mod_cont form > div,
.customerMessage_container .module_1 .mod_container .mod_cont form button {
  margin-top: 0.22rem;
}
.customerMessage_container .module_1 .mod_container .mod_cont form > div .fa,
.customerMessage_container .module_1 .mod_container .mod_cont form button .fa {
  font-size: 0.16rem;
}
.customerMessage_container .module_1 .mod_container .mod_cont form > div .right-4,
.customerMessage_container .module_1 .mod_container .mod_cont form button .right-4 {
  right: 0.16rem;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .help-block {
  position: absolute;
  color: #26608c;
  font-size: 0.14rem;
  line-height: 1.33;
  top: 0.04rem;
  right: 0.1rem;
  font-family: SourceHanSansHKRegular;
  padding-right: 0.24rem;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .help-block:after {
  content: '!';
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  color: #fff;
  background: #dc3545;
  border-radius: 0.04rem;
  position: absolute;
  right: 0;
  top: 0.01rem;
  text-align: center;
  font-size: 0.13rem;
}
.customerMessage_container .module_1 .mod_container .mod_cont form .hover\:-translate-y-1:hover {
  --tw-translate-y: 0;
}
@media screen and (max-width: 992px) {
  .customerMessage_container {
    padding: 0.8rem 0 0;
  }
  .customerMessage_container .text_box > div {
    display: flex;
    align-items: center;
    gap: 0.04rem;
    margin-bottom: 0.16rem;
  }
  .customerMessage_container .text_box > div span {
    font-size: 0.14rem;
  }
  .customerMessage_container .text_box > div .icon_box {
    width: 0.12rem;
    height: 0.12rem;
  }
  .customerMessage_container .text_box > div .icon_box img {
    width: 100%;
    height: 100%;
  }
  .customerMessage_container .text_box h1 {
    font-size: 0.24rem;
    margin-bottom: 0.06rem;
  }
  .customerMessage_container .text_box h2 {
    font-size: 0.2rem;
  }
  .customerMessage_container .text_box h3 {
    font-size: 0.18rem;
    margin-bottom: 0.06rem;
  }
  .customerMessage_container .text_box h4 {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
  }
  .customerMessage_container .text_box h5 {
    font-size: 0.14rem;
  }
  .customerMessage_container .text_box h6 {
    font-size: 0.14rem;
  }
  .customerMessage_container .text_box p {
    font-size: 0.14rem;
  }
  .customerMessage_container .text_box p span {
    font-size: 0.2rem;
  }
  .customerMessage_container .text_box span {
    font-size: 0.12rem;
  }
  .customerMessage_container .text_box .know_more {
    font-size: 0.12rem;
    width: 1rem;
    padding: 0 0.16rem;
    height: 0.3rem;
  }
  .customerMessage_container .text_box .p_list {
    gap: 0.1rem;
    margin-bottom: 0;
  }
  .customerMessage_container .mod_tit h4 {
    font-size: 0.16rem;
  }
  .customerMessage_container .mod_tit h5 {
    font-size: 0.14rem;
  }
  .customerMessage_container .mod_tit h6 {
    font-size: 0.14rem;
  }
  .customerMessage_container .mod_tit p {
    font-size: 0.12rem;
  }
  .customerMessage_container .mod_tit .view_all {
    font-size: 0.12rem;
    padding-bottom: 0.06rem;
  }
  .customerMessage_container .mod_tit .view_all::after {
    display: block;
    content: '';
    width: 100%;
    height: 0.03rem;
    background: linear-gradient(90deg, #26618D 0%, #0BB5A6 100%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .customerMessage_container .p_list {
    gap: 0.1rem;
  }
  .customerMessage_container .banner .bg {
    height: unset;
    position: relative;
    overflow: hidden;
  }
  .customerMessage_container .banner .bg img {
    width: 100%;
    height: 1.5rem;
    object-fit: cover;
    object-position: center;
  }
  .customerMessage_container .banner .text_box {
    position: absolute;
    bottom: 0.15rem;
    left: 0.16rem;
    display: flex;
    flex-direction: column;
  }
  .customerMessage_container .banner .banner_bottom {
    width: 100%;
    height: 0.5rem;
    gap: 0.1rem;
    justify-content: flex-start;
  }
  .customerMessage_container .banner .banner_bottom.fixed {
    position: fixed;
    left: 0;
    top: 0.8rem;
    z-index: 16;
    transition: all 0.2s ease;
  }
  .customerMessage_container .banner .banner_bottom .swiper {
    width: 100%;
    margin: 0 0 0 5%;
  }
  .customerMessage_container .banner .banner_bottom .swiper .swiper-wrapper {
    justify-content: unset;
  }
  .customerMessage_container .banner .banner_bottom .swiper .swiper-slide {
    height: 0.2rem;
    padding: 0 0.05rem;
  }
  .customerMessage_container .banner .banner_bottom .swiper .swiper-slide + .swiper-slide:after {
    display: block;
    content: '';
    width: 0.01rem;
    height: 0.12rem;
    position: absolute;
    left: 0;
    top: 0.06rem;
    z-index: 1;
    background: #fff;
  }
  .customerMessage_container .banner .banner_bottom .swiper .swiper-slide a {
    font-size: 0.14rem;
    text-align: center;
  }
  .customerMessage_container .banner .banner_bottom .swiper-button-next {
    right: 0.16rem;
  }
  .customerMessage_container .banner .banner_bottom .swiper-button-next .icon_box {
    width: 0.12rem;
    height: 0.12rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .customerMessage_container .banner .banner_bottom .swiper-button-next .icon_box img {
    width: 0.12rem;
  }
  .customerMessage_container .module_1 .mod_container {
    width: 100%;
    margin: 0 auto;
    padding: 0.3rem 0.16rem;
  }
  .customerMessage_container .module_1 .mod_container .module_nav {
    margin-bottom: 0.35rem;
  }
  .customerMessage_container .module_1 .mod_container .module_nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.13rem;
  }
  .customerMessage_container .module_1 .mod_container .module_nav ul li {
    width: 48%;
  }
  .customerMessage_container .module_1 .mod_container .module_nav ul li a {
    width: 100%;
    height: 0.4rem;
    border-radius: 0.08rem;
    font-size: 0.14rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_tit {
    flex-direction: column;
    align-items: flex-start;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont {
    margin-top: 0.27rem;
    padding: 0.1rem;
    width: 100%;
    padding: 0.2rem 0.16rem;
    background: #fff;
    border-radius: 0.12rem;
    box-shadow: 0rem 0.03rem 0.06rem #84848429;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form {
    margin-top: 0.2rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .gap-18 {
    gap: 14px !important;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .form-label {
    font-size: 0.14rem;
    margin-bottom: 0.06rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form input,
  .customerMessage_container .module_1 .mod_container .mod_cont form select {
    height: 0.34rem;
    padding: 0 0.1rem;
    font-size: 0.12rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form textarea {
    padding: 0.1rem;
    font-size: 0.12rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .img_box {
    width: 0.17rem;
    height: 0.17rem;
    bottom: 0.1rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .img_box img {
    width: 100%;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .down {
    width: 0.1rem;
    height: 0.05rem;
    background: url(../img/down.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.16rem;
    bottom: 0.15rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .form_telephone .px-35 {
    padding-left: 0.15rem !important;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .form_telephone select {
    color: #111111;
    width: 40%;
    border-color: #dee2e6;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .form_telephone .down {
    width: 0.11rem;
    height: 0.05rem;
    background: url(../img/down.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0.65rem;
    top: 0.16rem;
    right: unset;
    bottom: unset;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .description .help-block {
    font-size: 0.1rem;
    line-height: 1.33;
    top: 0.04rem;
    right: 0.1rem;
    padding-right: 0.24rem;
    width: 44%;
    top: -0.1rem;
    text-align: right;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .agreement {
    font-size: 0.14rem;
    gap: 0.02rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .agreement .form-check-input {
    margin-top: 0;
    width: 0.14rem;
    height: 0.14rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .agreement .text-primary {
    font-size: 0.14rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .agreement .help-block {
    bottom: -20px;
    left: 0;
    right: unset;
    top: unset;
    padding-left: 0.2rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .agreement .help-block:after {
    left: 0;
    right: unset;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .submit_btn {
    padding: 0;
    font-size: 0.14rem;
    padding-top: 0.08rem !important;
    padding-bottom: 0.08rem !important;
    margin-top: 0.35rem !important;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .input-focus:focus {
    border-color: #dee2e6;
    --tw-ring-color: unset;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form > div,
  .customerMessage_container .module_1 .mod_container .mod_cont form button {
    margin-top: 0.14rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form > div .fa,
  .customerMessage_container .module_1 .mod_container .mod_cont form button .fa {
    font-size: 0.16rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form > div .right-4,
  .customerMessage_container .module_1 .mod_container .mod_cont form button .right-4 {
    right: 0.16rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .help-block {
    font-size: 0.1rem;
    top: 0.04rem;
    right: 0.1rem;
    padding-right: 0.24rem;
  }
  .customerMessage_container .module_1 .mod_container .mod_cont form .help-block:after {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 0.04rem;
    position: absolute;
    right: 0;
    top: 0.01rem;
    text-align: center;
    font-size: 0.1rem;
  }
}
