body {
  position: relative;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-slide img:last-child {
  display: none;
}

.banner .swiper-pagination-bullet-active {
  background-color: #003399 !important;
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.banner .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 36px;
  display: flex;
  justify-content: center;
}

.Core_Busines {
  padding-top: 108px;
}

.Core_Busines .container {
  margin-top: 60px;
  background-image: url(../images/Core_Busines_bg_new.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.Core_Busines .container .center {
  width: 1200px;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.Core_Busines .container .tab {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Core_Busines .container .tab li {
    font-size: 28px;
    text-align: center;
    color: #3266cc;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 84px;
    width: 300px;
    height: 84px;
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgb(48 48 48 / 64%);
    border-radius: 10px;
    margin-bottom: 66px;
}

.Core_Busines .container .tab li a{
  color:inherit;
}

.Core_Busines .container .tab li:last-child {
  margin-bottom: 0;
}

.Core_Busines .container .tab li:last-child,
.Core_Busines .container .tab li:first-child {
  margin-left: 71px;
}

.Core_Busines .container .tab li.active {
  background-color: #3266cc;
  color: #ffffff;
}

.Core_Busines .container .tab li:hover {
  background-color: #3266cc;
  color: #ffffff;
}

.Core_Busines .container .qh .list .nr p {
    font-size: 22px;
    color: #ffffff;
    width: 160px;
    height: 180px;
    display: flex;
    align-items: center;
    background: url(../images/Core_Busines_p.png) no-repeat;
    background-size: 100% 100%;
    justify-content: center;
    position: absolute;
    text-align: center;
}

.Core_Busines .container .qh .list .nr p:nth-child(1) {
  top: 78px;
  right: 379px;
}
.Core_Busines .container .qh .list .nr p:nth-child(2) {
  top: 78px;
  right: 189px;
}
.Core_Busines .container .qh .list .nr p:nth-child(3) {
  top: 78px;
  right: 0;
}
.Core_Busines .container .qh .list .nr p:nth-child(4) {
  top: 243px;
  right: 284px;
}
.Core_Busines .container .qh .list .nr p:nth-child(5) {
  top: 243px;
  right: 95px;
}
.Core_Busines .container .qh .list .nr p:nth-child(6) {
  top: 403px;
  right: 379px;
}
.Core_Busines .container .qh .list .nr p:nth-child(7) {
  top: 403px;
  right: 189px;
}
.Core_Busines .container .qh .list .nr p:nth-child(8) {
  top: 403px;
  right: 0;
}

.Service_Object {
  padding-top: 104px;
}

.Service_Object ul.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  padding-bottom: 10px;
}

.Service_Object ul.center li {
  width: 288px;
  height: 166px;
  display: flex;
  margin-top: 20px;
  border-radius: 10px;
  font-size: 26px;
  font-weight: bold;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-left: 29px;
}

.flink{background-color: #262626;line-height: 30px;}
.flinkt{float:left;margin-right:10px;font-weight:bold;font-size: 16px;}
.flink a{ padding:0 5px; color:#666;}
.wrap{width:100%;margin:0 auto;font-size: 16px;}
.wrap a{font-size: 14px;}

.Service_area {
  padding-top: 106px;
}

.Service_area .container {
  width: 100%;
  height: 290px;
  margin-top: 35px;
  background: url(../images/Service_area_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.Service_area .container ul.center {
  flex-wrap: wrap;
  justify-content: space-between;
}

.Service_area .container ul.center li {
  width: 186px;
  height: 190px;
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(9, 2, 4, 0.21);
  opacity: 0.9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Service_area .container ul.center li img {
  margin: 0 auto;
  width: 40px;
}

.Service_area .container ul.center li b {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
  display: block;
}

.Core_advantage {
  padding-top: 69px;
}

.Core_advantage .center {
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Core_advantage .center li {
  margin-top: 12px;
  width: 225px;
  height: 269px;
  background: url(../images/Core_advantage_list.png) no-repeat;
  background-size: 100% 100%;
}

.Core_advantage .center li .bt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
}

.Core_advantage .center li .bt img {
  width: 45px;
}

.Core_advantage .center li .bt h2 {
  font-size: 28px;
  color: #3266cc;
  margin-left: 20px;
}

.Core_advantage .center li p {
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-top: 50px;
}

.Core_advantage .center li p span {
  display: block;
  text-align: center;
}
.Customer {
  padding-top: 71px;
}

.Customer .container {
  background: url(../images/Customer_Bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 55px;
  overflow: hidden;
}

.Customer .container .center {
  display: block;
  margin: 54px auto;
  overflow: hidden;
}

.Customer .container .center img {
  float: left;
  width: 156px;
  margin-right: 15px;
  margin-top: 12px;
}

.Customer .container .center img:nth-child(7n) {
  margin-right: 0;
}
.patent {
  padding-top: 65px;
}

.patent .container {
  height: 420px;
  background: #f5f5f5;
  margin-top: 55px;
  padding-top: 27px;
}

.patent .container .center {
  position: relative;
}

.patent .container .center .patent_swiper {
  width: 1260px;
}

.patent .container .center .swiper-button-next:after,
.patent .container .center .swiper-container-rtl .swiper-button-prev:after,
.patent .container .center .swiper-button-prev:after,
.patent .container .center .swiper-container-rtl .swiper-button-next:after {
  content: none !important;
}

.patent .container .center .swiper-button-next,
.patent .container .center .swiper-button-prev {
  width: auto;
  outline: none;
}

.patent .container .center .swiper-button-prev,
.patent .container .center .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.patent .container .center .swiper-button-next,
.patent .container .center .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.Service_process {
  padding-top: 80px;
}

.Service_process .container {
  margin-top: 55px;
  /* height: 780px; */
  padding: 34px 0;
  background: url(../images/Service_process_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Service_process .container img {
  width: 1200px;
}

.Industry_insight {
  padding-top: 80px;
}

.Industry_insight ul.center {
  margin-top: 45px;
}

.Industry_insight .tab {
  border-bottom: 1px solid #3266cc;
  margin-bottom: 26px;
  overflow: inherit;
  padding: 0 140px;
}

.Industry_insight .tab li {
  padding-bottom: 15px;
  flex: 1;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #aaaaaa;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
}

.Industry_insight .tab li.active {
  color: #3266cc;
  position: relative;
}

.Industry_insight .tab li.active::after {
  content: "";
  position: absolute;
  width: 214px;
  height: 4px;
  background: #3266cc;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -4px;
}

.Industry_insight .tab li:hover {
  color: #3266cc;
  position: relative;
}

.Industry_insight .tab li:hover::after {
  content: "";
  position: absolute;
  width: 214px;
  height: 4px;
  background: #3266cc;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -4px;
}

/* .Industry_insight .container {
  padding: 10px 0;
  height: 550px;
  background: #f5f5f5;
}

.Industry_insight .container .news_swiper {
  width: 470px;
  height: 530px;
  background: #ffffff;
  padding: 15px 10px;
}

.Industry_insight .container .news_swiper .swiper-slide {
  display: block;
}

.Industry_insight .container .news_swiper .swiper-slide img {
  width: 450px;
  height: 326px;
}

.Industry_insight .container .news_swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.Industry_insight .container .news_swiper .swiper-pagination-custom,
.Industry_insight .container .news_swiper .swiper-pagination-fraction {
  bottom: 0px;
  display: flex;
  justify-content: center;
}

.Industry_insight
  .container
  .news_swiper
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 7px;
}

.Industry_insight .container .news_swiper .swiper-pagination-bullet-active {
  background-color: #3266cc !important;
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.Industry_insight .container .news_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background-color: #f5f5f5;
  opacity: 1;
} */

.Industry_insight .container .news_swiper .content {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}

.Industry_insight .container .news_swiper .content .left {
  width: 320px;
}

.Industry_insight .container .news_swiper .content .left a {
  font-size: 20px;
  font-weight: bold;
  color: #3266cc;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.Industry_insight .container .news_swiper .content .left a h3 {
  font-size: 20px;
  line-height: initial;
  min-height: 53px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.Industry_insight .container .news_swiper .content .left p {
  margin-top: 19px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.Industry_insight .container .news_swiper .content .date {
  margin-top: 26px;
  width: 101px;
  height: 96px;
  border-left: 1px solid #3266cc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Industry_insight .container .news_swiper .content .date .day {
  font-size: 48px;
  font-weight: bold;
  color: #3266cc;
  line-height: 1;
  margin-bottom: 22px;
}

.Industry_insight .container .news_swiper .content .date p {
  font-size: 18px;
  font-weight: bold;
  color: #3266cc;
  line-height: 1;
}

.Industry_insight .container ul.list {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  height: 530px;
  width: 100%;
}

.Industry_insight .container ul.list li {
  width: 48%;
  height: 170px;
  cursor: pointer;
  margin-left: 10px;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(9, 2, 4, 0.16);
  padding: 36px 0;
  display: flex;
}

.Industry_insight .container ul.list li .date {
  width: 91px;
  height: 96px;
  border-right: 1px solid #3266cc;
  text-align: center;
}

.Industry_insight .container ul.list li .date .day {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3266cc;
  line-height: 1;
  margin-top: 11px;
}

.Industry_insight .container ul.list li .date p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3266cc;
  margin-top: 20px;
  line-height: 1;
}

.Industry_insight .container ul.list li .content {
  width: 77%;
  margin-left: 20px;
}

.Industry_insight .container ul.list li .content a {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}

.Industry_insight .container ul.list li .content a h3 {
  font-size: 18px;
  line-height: initial;
}

.Industry_insight .container ul.list li .content a:hover {
  color: #3266cc;
}

.Industry_insight .container ul.list li .content p {
  font-size: 14px;
  margin-top: 14px;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 1024px) and (min-width: 780px) {
  .Core_Busines {
    padding-top: 30px;
  }
  .Core_Busines .container {
    margin-top: 66px;
  }
  .Core_Busines .container .center {
    width: 100%;
    height: 650px;
  }
  .Core_Busines .container .tab {
    width: 90%;
    height: 68px;
    top: -34px;
    padding: 0;
  }
  .Core_Busines .container .tab li {
    width: 250px;
    font-size: 18px;
    line-height: 68px;
    margin-bottom: 61px;
  }
  .Core_Busines .container .qh {
    height: 564px;
    padding-top: 82px;
  }
  .Core_Busines .container .qh .list .bt {
    font-size: 35px;
    margin-bottom: 58px;
    padding-left: 58px;
  }
  .Core_Busines .container .qh .list .bt::after {
    width: 30px;
    height: 30px;
  }
  .Core_Busines .container .qh .list .nr {
    width: 90%;
  }
  .Core_Busines .container .qh .list .nr p {
    font-size: 20px;
    margin-bottom: 30px;
    width: 157px;
    height: 176px;
  }
  .Core_Busines .container .qh .list .nr p:nth-child(1) {
    top: 82px;
    right: 420px;
  }
  .Core_Busines .container .qh .list .nr p:nth-child(2) {
    top: 82px;
    right: 240px;
  }
  .Core_Busines .container .qh .list .nr p:nth-child(3) {
    top: 82px;
    right: 60px;
  }
  .Core_Busines .container .qh .list .nr p:nth-child(4) {
    top: 236px;
    right: 333px;
  }
  .Core_Busines .container .qh .list .nr p:nth-child(5) {
    top: 236px;
    right: 152px;
  }
  .Core_Busines .container .qh .list .nr p:nth-child(6) {
    top: 390px;
    right: 420px;
  }
  .Core_Busines .container .qh .list .nr p:nth-child(7) {
    top: 390px;
    right: 240px;
  }
  .Core_Busines .container .qh .list .nr p:nth-child(7) {
    top: 390px;
    right: 60px;
  }
  .Core_Busines .container a.more {
    width: 200px;
    height: 52px;
    font-size: 20px;
    bottom: 60px;
    margin-right: -42%;
  }
  .Service_Object {
    padding-top: 30px;
  }
  .Service_Object ul.center {
    margin-top: 20px;
  }
  .Service_Object ul.center li img {
    width: 28%;
  }
  .Service_Object ul.center li .right {
    margin-left: 30px;
    padding-top: 20px;
  }
  .Service_Object ul.center li .right h4 {
    font-size: 28px;
  }
  .Service_Object ul.center li .right p {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .Service_Object ul.center li .right .xm {
    width: 90%;
    justify-content: inherit;
  }
  .Service_Object ul.center li .right .xm span {
    margin-right: 26px;
  }
  .Service_area {
    padding-top: 30px;
  }
  .Service_area .container {
    height: 670px;
  }
  .Service_area .container ul.center li {
    width: 32%;
    margin: 10px 0;
  }
  .Service_area .container ul.center li h1 {
    margin: 38px 0;
  }
  .Service_area .container ul.center li h1::after,
  .Service_area .container ul.center li h1::before {
    width: 50px;
  }
  .Service_area .container ul.center li h1::before {
    margin-left: -113px;
  }
  .Service_area .container ul.center li h1::after {
    margin-left: 113px;
  }
  .Service_area .container ul.center li p {
    width: auto;
    padding: 0 18px;
  }
  .Core_advantage {
    padding-top: 30px;
  }
  .Core_advantage .center {
    margin-top: 30px;
  }
  .Core_advantage .center li {
    width: 190px;
  }
  .Core_advantage .center li .bt img {
    width: 37px;
  }
  .Core_advantage .center li .bt h2 {
    font-size: 26px;
    margin-top: 9px;
  }
  .Core_advantage .center li p {
    font-size: 22px;
  }
  .Industry_insight {
    padding-top: 30px;
  }
  .Industry_insight .container .news_swiper {
    display: none;
  }
  .Industry_insight .container ul.list li {
    width: 49%;
    margin-left: 0;
  }
  .Customer,
  .patent,
  .Service_process {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  body {
    padding-bottom: 1.139rem;
  }
  .banner {
    margin-top: 1.11rem;
  }
  .banner .swiper-slide img:first-child {
    display: none;
  }
  .banner .swiper-slide img:last-child {
    display: block;
  }
  .banner .swiper-pagination-bullet {
    width: 0.111rem;
    height: 0.111rem;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4.25px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .banner .swiper-pagination-custom,
  .banner .swiper-pagination-fraction {
    bottom: 0.14rem;
  }
  .Core_Busines {
    padding-top: 0.61rem;
  }
  .Core_Busines .container {
    margin-top: 0.56rem;
    background-size: cover;
    background-position: center center;
  }
  .Core_Busines .container .center {
    width: 100%;
    display: block;
    height: auto;
  }
  .Core_Busines .container .tab {
    width: 6.94rem;
    height: 0.75rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: initial;
    margin-top: 0.5rem;
  }
  .Core_Busines .container .tab li {
    font-size: 0.2083rem;
    transition: none;
    width: 23%;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0;
    margin-left: 0 !important;
    border-radius: 0.1rem;
  }
  .Core_Busines .container .qh {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    height: auto;
  }
  .Core_Busines .container .qh .list {
    width: 100%;
  }
  .Core_Busines .container .qh .list .nr {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .Core_Busines .container .qh .list .nr p {
    font-size: 0.2083rem;
    line-height: 0.2778rem;
    margin: 0.28rem 1% 0.28rem;
    position: initial;
    width: 3rem;
    height: 0.8rem;
    background: none;
    border: 1px solid #fff;
  }
  .Service_Object {
    padding-top: 0.62rem;
  }
  .Service_Object ul.center {
    margin-top: 0.48rem;
    flex-wrap: wrap;
  }
  .Service_Object ul.center li {
    width: 48%;
    display: flex;
    align-items: center;
    margin-top: 0.07rem;
    height: 1.86rem;
    border-radius: 0.07rem;
    margin-bottom: 0.1rem;
    padding-left: 0.2rem;
    padding-top: 0;
  }
  .Service_Object ul.center li img {
    width: 1.45rem;
  }
  .Service_Object ul.center li h4 {
    font-size: 0.3rem;
    padding-bottom: 0.11rem;
  }
  .Service_area {
    padding-top: 0.73rem;
  }
  .Service_area .container {
    padding: 0.29rem 0;
    width: 100%;
    height: 2.778rem;
    margin-top: 0.55rem;
  }
  .Service_area .container ul.center {
    margin-bottom: 0.17rem;
  }
  .Service_area .container ul.center li {
    width: 2.285rem;
    height: 1.042rem;
    margin-bottom: 0.12rem;
    border-radius: 0.07rem;
    flex-direction: row;
    align-items: center;
  }
  .Service_area .container ul.center li img {
    width: 0.35rem;
    height: 0.35rem;
    margin: inherit;
  }
  .Service_area .container ul.center li b {
    margin: 0;
    font-size: 0.25rem;
    margin-left: 0.22rem;
    line-height: 1;
  }
  .Service_area .container ul.center li b::after,
  .Service_area .container ul.center li b::before {
    content: none;
  }
  .Service_area .container ul.center li p {
    display: none;
  }
  .Core_advantage {
    padding-top: 0.75rem;
  }
  .Core_advantage .center {
    margin-top: 0.55rem;
    background-color: #fff;
    padding: 0.16rem 0.28rem;
    display: flex;
    flex-wrap: wrap;
  }
  .Core_advantage .center li {
    width: 1.3rem;
    margin-bottom: 0.21rem;
    height: 1.6rem;
    background-size: 100% 100%;
    margin-top: 0;
  }
  .Core_advantage .center li .bt {
    display: block;
  }
  .Core_advantage .center li .bt img {
    width: 0.35rem;
    height: 0.35rem;
    margin: 0 auto;
    margin-top: 0.05rem;
  }
  .Core_advantage .center li .bt h2 {
    font-size: 0.25rem;
    text-align: center;
    color: #fff;
    margin-top: 0.48rem;
    margin-left: 0;
  }
  .Core_advantage .center li p {
    display: none;
  }
  .Customer,
  .patent,
  .Service_process {
    display: none;
  }
  .Industry_insight {
    padding-top: 0.71rem;
    padding-bottom: 0.2rem;
  }
  .Industry_insight ul.center {
    margin-top: 0.56rem;
    padding: 0 0.1rem;
    margin-bottom: 0.1rem;
  }
  .Industry_insight .tab {
    border-bottom: 0.007rem solid #3266cc;
  }
  .Industry_insight .tab li {
    padding-bottom: 0.09rem;
    font-size: 0.25rem;
  }
  .Industry_insight .tab li.active::after {
    width: 1.486rem;
    height: 0.028rem;
    bottom: -0.035rem;
  }
  .Industry_insight .container {
    height: 5.09rem;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .Industry_insight .container .news_swiper {
    display: none;
  }
  .Industry_insight .container ul.list {
    display: block;
    height: 5.09rem;
  }
  .Industry_insight .container ul.list li {
    width: auto;
    margin-top: 0.12rem;
    height: 1.57rem;
    padding: 0.26rem 0.22rem 0.14rem 0;
  }
  .Industry_insight .container ul.list li .date {
    width: 0.95rem;
    height: 0.55rem;
  }
  .Industry_insight .container ul.list li .date .day {
    font-size: 0.3333rem;
    line-height: 1;
    margin-top: 0;
    font-weight: normal;
  }
  .Industry_insight .container ul.list li .date p {
    font-size: 0.1806rem;
    margin-top: 0.05rem;
  }
  .Industry_insight .container ul.list li .content {
    margin-left: 0.14rem;
    width: 5.49rem;
  }
  .Industry_insight .container ul.list li .content a {
    color: #333333;
  }
  .Industry_insight .container ul.list li .content a h3 {
    font-size: 0.25rem;
    line-height: 0.3rem;
  }
  .Industry_insight .container ul.list li .content p {
    font-size: 0.2083rem;
    margin-top: 0.1rem;
    line-height: 0.25rem;
  }
}
