body.jietu-home-body .royal-header,
body.jietu-home-body .royal-footer,
body.jietu-home-body .royal-fixed-sidebar {
  display: none !important;
}

body.jietu-home-body {
  margin: 0;
  background: #f4f8ff;
  color: #ffffff;
  font-family: PingFangSC-Regular, "Microsoft YaHei", sans-serif;
}

body.jietu-home-body a {
  color: #fff;
  text-decoration: none;
}

.jietu-home {
  display: flex;
  flex-direction: column;
  position: relative;
}

.jietu-home section{
  padding:0 10rem;
}

.jt-container {
  width: 100%;
  margin: 0 auto;
}

.jt-section-title {
  margin: 0 0 1.625rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}

.jt-section-title.dark {
  color: #0a4a9a;
}

.jt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14.18rem;
  height: 4.13rem;
  padding: 0 1.375rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
}

.jt-btn-solid {
  color: #0b42b9;
  background: #ffffff;
}

.jt-btn-outline {
  color: #ffffff;
  border: 0.0625rem solid rgba(255, 255, 255, 0.72);
}

.jt-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}

.jt-brand img {
  width: 2.125rem;
  height: 1.75rem;
  object-fit: contain;
}

.jt-brand-cn {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  max-width: 17.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jt-main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  
}

.jt-main-nav a {
  position: relative;
  padding: 0.5rem 0;
  font-weight: 400;
  font-size: 1.25rem !important;
  letter-spacing: 0.05rem;
  transition: opacity 0.2s ease;
  
}

.jt-main-nav a:not(:first-child) {
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}

.jt-main-nav a:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.0625rem;
  height: 0.75rem;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.32);
}

.jt-main-nav a.is-active,
.jt-main-nav a:hover {
  font-size: 1.38rem;
  font-weight: 600;
}

.jt-main-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.125rem;
  background: #ffffff;
}

.jt-lang-dropdown {
  position: relative;
}

.jt-lang-dropdown .royal-language-current {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  padding: 0.4rem 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(8, 40, 92, 0.28);
}

.jt-lang-dropdown .royal-dropdown-menu {
  right: 0;
  left: auto;
  min-width: 6.25rem;
}

.jt-hero-content {
  max-width: 56.25rem;
  padding-top: 3.5rem;
}

.jt-kicker {
  margin: 0 0 1rem;
  font-size: 1.125rem;
}

.jt-hero-content h1 {
  margin: 0;
  font-size: 3.125rem;
  line-height: 1.18;
}

.jt-hero-content p {
  margin: 1.125rem 0 0;
  max-width: 41.25rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.jt-hero-content .jt-btn {
  margin-top: 1.375rem;
}

.jt-capability {
  height: 67.5rem;
  padding: 4.5rem 0 5.125rem;
  background:url("../images/home/home-capability-bg.png") center / cover no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.jt-capability .jt-section-title{
  position: relative;
  width: 86.44rem;
  height: 15.69rem;
  margin-top:4rem;
  margin-left: 1rem;
  background: url("../images/home/home-capability-title.png") ;
  background-size: 100% 100%;
}

.jt-capability .jt-section-title span{
  position: absolute;
  top: 3rem;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 3.13rem;
  color: #FFFFFF;
  line-height: 4.13rem;
  text-align: left;
  font-style: normal;
  margin-left: -1rem;
}

.jt-capability-grid {
  display: grid;
  grid-template-columns: 10.625rem minmax(0, 73.75rem);
  gap: 1.375rem;
  align-items: start;
  justify-content: center;
}

.jt-capability-side {
  padding-top: 7.25rem;
}

.jt-capability-side span {
  display: inline-block;
  font-size: 1.0625rem;
}

.jt-capability-main {
  position: absolute;
  top: 17.55rem;
  right: 10rem;
  width: 72.06rem;
  height: 34.75rem;
  background: #ffffff;
  color: #1b1b1b;
}

.jt-capability-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 0 5rem;
  border-bottom: 0.13rem solid rgba(27,27,27,0.1);
  margin-top: 2rem;
}

.jt-capability-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 4.25rem;
  border-bottom: 0.19rem solid transparent;
  color: #1b1b1b;
  padding-bottom: 1rem;
  cursor: pointer;
}

.jt-capability-tab.active {
  color: #0b42b9;
  border-bottom-color: #0b42b9;
}

.jt-capability-tab img {
  width: 3.13rem;
  height: 3.13rem;
  object-fit: contain;
}

.jt-capability-desc {
  padding: 4.5rem;
  padding-bottom: 4rem;
}

.jt-capability-desc h3 {
  margin: 0;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 1.88rem;
  color: #262626;
  line-height: 2.44rem;
  text-align: left;
  font-style: normal;
}

.jt-capability-desc p {
  margin: 0.5rem 0 0;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 1.25rem;
  color: rgba(27,27,27,0.6);
  line-height: 1.69rem;
  text-align: left;
  font-style: normal;
}

.jt-capability-gallery {
  margin-top: 1.125rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.625rem;
}

.jt-capability-gallery img {
  width: 100%;
  aspect-ratio: 294 / 198;
  object-fit: cover;
}

.jt-products {
  height: 67.56rem;
  padding: 4.75rem 0 5.25rem;
  background: linear-gradient( 180deg, rgba(135,148,167,0.93) 0%, rgba(209,215,227,0.94) 100%);
  position: relative;
}

.jt-products .jt-section-title{
  position: relative;
  width: 64.88rem;
  height: 12rem;
  margin-top:4rem;
  margin-left: 1rem;
  background: url("../images/home/home-products-title.png") ;
  background-size: 100% 100%;
}

.jt-products .jt-section-title span{
  position: absolute;
  top: 3rem;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 3.13rem;
  color: #FFFFFF;
  line-height: 4.13rem;
  text-align: left;
  font-style: normal;
  margin-left: -1rem;
}

.jt-products-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2.125rem;
  align-items: end;
}

.jt-products-grid .jt-btn{
  background:#0742A7;
}

.jt-product-feature-title {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.jt-product-feature-title .line {
  width: 4.375rem;
  height: 0.3125rem;
  background: #ffffff;
}

.jt-product-feature-title h3 {
  margin: 0;
  font-size: 1.625rem;
}

.jt-product-feature{
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 2.56rem;
  text-align: left;
  font-style: normal;
}

.jt-product-feature ul {
  margin: 1rem 0 0;
  padding-left: 1.125rem;
  list-style-type: square;
}

.jt-product-feature li {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.jt-product-feature .jt-btn {
  margin-top: 1.25rem;
}

.jt-product-showcase img {
  position: absolute;
  bottom: 9rem;
  right: 0;
  width: 54.56rem;
  height: 38.56rem;
  
}

.jt-product-links {
  
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: absolute;
  bottom: 7rem;
  width: 80%;
  left: 10%;
  gap: 1.63rem;
}

.jt-product-links a {
  padding-top: 0.75rem;
  text-align: center;
  color: #ffffff;
  border-bottom: solid 0.25rem #fff;
  font-weight: 400;
  font-size: 1.25rem;
  padding-bottom: 0.875rem;
}

.jt-product-links a:first-child {
  color: #0742A7;
  font-weight: 600;
  border-bottom: solid 0.25rem #0742A7;
}

.jt-application {
  position: relative;
  height: 67.56rem;
  padding:0 !important;
}

.jt-application::after {
  content: "Application";
  position: absolute;
  right: 8%;
  top: 8%;
  font-size: 5.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.jt-application-grid {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 0;
  height: 100%;
}

.jt-application-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 9rem;
  background:
    linear-gradient(180deg, rgba(8, 41, 88, 0.92), rgba(8, 41, 88, 0.92)),
    url("../images/home/home-application-col-1.png") center / cover no-repeat;
}

.jt-application-main .icon {
  width: 5.5rem;
  height: 5.5rem;
  margin-top: 12rem;
}

.jt-application-main h3 {
  margin: 1.375rem 0 0;
  font-weight: 500;
  font-size: 1.88rem;
  color: #FFFFFF;
}

.jt-application-main p {
  margin: 0.75rem 0 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
}

.jt-application-main .jt-btn {
  margin-top: 3.69rem;
}

.jt-application-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jt-app-card {
  position: relative;
  padding: 2.125rem 1.125rem 1.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 32.5rem;
  background: rgba(0, 0, 0, 0.35);
}

.jt-app-card:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.45)),
    url("../images/home/home-application-col-2.png") center / cover no-repeat;
}

.jt-app-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.45)),
    url("../images/home/home-application-col-3.png") center / cover no-repeat;
}

.jt-app-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.45)),
    url("../images/home/home-application-col-4.png") center / cover no-repeat;
}

.jt-app-card img {
  width: 7.69rem;
  height: 7.63rem;
  object-fit: contain;
}

.jt-app-card span {
  margin-top: 1.88rem;
  font-weight: 500;
  font-weight: 500;
  font-size: 1.88rem;
}

.jt-news {
  height: 67.71rem;
  padding: 4.5rem 0 5.375rem;
  background: url("../images/home/home-news-bg.png") ;
  background-size: 100% 100%;
  position: relative;
}

.jt-news .jt-section-title{
  position: relative;
  width: 39.44rem;
  height: 12rem;
  margin-top:4rem;
  margin-left: 1rem;
  background: url("../images/home/home-news-title.png") ;
  background-size: 100% 100%;
}

.jt-news .jt-section-title span{
  position: absolute;
  top: 3rem;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 3.13rem;
  color: #0742A7;
  line-height: 4.13rem;
  text-align: left;
  font-style: normal;
  margin-left: -1rem;
}

.jt-news::after {
  content: "News";
  position: absolute;
  left: 10%;
  top: 8%;
  font-size: 5.375rem;
  font-weight: 700;
  color: rgba(10, 74, 154, 0.08);
  pointer-events: none;
}

.jt-news-grid {
  display: grid;
  grid-template-columns: 1fr 1.7fr 1fr 1fr;
  gap: 0;
  align-items: stretch;
  height: 30rem;
}

.jt-news-first-text {
  min-height: 13.625rem;
  padding: 1.25rem 1.375rem 1.5rem;
  background: rgba(7, 66, 167, 0.95);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.jt-news-first-text .date {
  margin: 0;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.88);
}

.jt-news-first-text h3 {
  margin: 0.625rem 0 0;
  font-size: 1.625rem;
  line-height: 1.2;
}

.jt-news-first-text p {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.jt-news-first-thumb {
  min-height: 13.625rem;
  overflow: hidden;
  background: #ffffff;
  border: 0.0625rem solid rgba(27, 27, 27, 0.15);
}

.jt-news-first-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jt-news-side {
  min-height: 13.625rem;
  padding: 1rem 1.125rem;
  border: 0.0625rem solid rgba(27, 27, 27, 0.15);
  color: #1b1b1b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.jt-news-side p {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(27, 27, 27, 0.5);
}

.jt-news-side h4 {
  margin: 0.5rem 0 0;
  font-size: 1.1875rem;
  line-height: 1.4;
  color: #1B1B1B;
}

.jt-reveal {
  opacity: 0;
  transform: translate3d(0, 1.75rem, 0);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.jt-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.jt-hover-lift {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.jt-hover-lift:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.75rem 1.75rem rgba(7, 66, 167, 0.16);
}

.jietu-home .jt-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  height: 6.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0 10rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.24);
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(0.375rem);
}

.jt-goal {
  position: relative;
  height: 67.5rem;
  background:
    url("../images/home/home-goal.png") center / cover no-repeat;
}

.jt-goal .jt-goal-info{
  position: absolute;
  top: 22.19rem;
  width: 53.25rem;
  height: 14.63rem;
}

.jt-goal .jt-goal-btn{
  position: absolute;
  top: 40.81rem;
  width: 14.19rem;
  height: 4.13rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.jt-goal .jt-goal-btn span{
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 1.25rem;
  color: #0B42B9;
  line-height: 1.69rem;
  text-align: left;
  font-style: normal;
}

.jt-btn-right{
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
}

.jt-btn-right.white{
  width: 1rem;
  height: 1rem;
}

.jt-about {
  position: relative;
  margin-top:-3rem;
  z-index: 10;
  height: 67.5rem;
  background:
    url("../images/home/home-about-bg.png") center / cover no-repeat;
}
.jt-about .jt-btn{
  border: 0.06rem solid rgba(255,255,255,0.7);
}
.jt-about-title{
  width: 68.44rem;
  height: 12rem;
  margin-top: 8.56rem;
  background: url("../images/home/home-about-us.png") center / cover no-repeat;
  padding-top:4.94rem;

  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 3.13rem;
  color: #FFFFFF;
  line-height: 4.13rem;
  text-align: left;
  font-style: normal;
}

.jt-about-split{
  width: 8.56rem;
  height: 0.31rem;
  margin-top: 1.38rem;
  position: absolute;
  top:18.75rem;
}

.jt-about-lead {
  margin: 0.625rem 0 0;
  width: 50.88rem;
  margin-top:3.19rem;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 1.38rem;
  color: #FFFFFF;
  line-height: 1.88rem;
  text-align: left;
  font-style: normal;
}

.jt-about-body {
  width: 55.5rem;
  height: 7.5rem;
  margin-top: 1rem;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.88rem;
  text-align: left;
  font-style: normal;
}

.jt-about .jt-btn {
  margin-top: 1.375rem;
}

.jt-kpis {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.125rem;
  margin-left: 5rem;
}

.jt-kpis .item{
  position: relative;
  padding: 1rem 1.125rem;
  background: rgba(255, 255, 255, 0.12);
  border: 0.0625rem solid rgba(255, 255, 255, 0.14);
  width: 21.25rem;
  height: 13.5rem;
  background: rgba(35,99,209,0.69);
  backdrop-filter: blur(10px);
}
.jt-kpis .item.active {
  background: #fff;
}

.jt-kpis .item .icon{
  position: absolute;
  top:1.25rem;
  right:1.25rem;
  background:rgba(255,255,255,0.8);
  border-radius: 50%;
  width: 4.13rem;
  height: 4.13rem;

  display: flex;
  align-items: center;
  justify-content: center;
}

.jt-kpis .item.active .icon{
  position: absolute;
  top:1.25rem;
  right:1.25rem;
  background: #0742A7;
}

.jt-kpis .item .icon img{
  width:2rem;
  height:2rem;
}

.jt-kpis .item .info{
  position: absolute;
  bottom:1.38rem;
  left:1.75rem;
  color: #FFFFFF;
}

.jt-kpis .item.active .info{
  color: #0742A7;
}

.jt-kpis .item .info .number {
  position: relative;
  font-family: MiSans, MiSans;
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 5rem;
  text-align: left;
  font-style: normal;
  display: inline-block;
}

.jt-kpis .item .info .number .plus{
  position: absolute;
  top: -1.5rem;
  right: -2.5rem;
  font-size: 4rem;
}

.jt-kpis .item .info .title {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.69rem;
  text-align: left;
  font-style: normal;
}

.jt-kpis span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9375rem;
}

.jt-footer {
  padding: 7rem 10rem 2rem 10rem;
  background: #1b1b1b;
  height: 22.75rem;
}

.jt-footer-top {
  padding-bottom: 0.25rem;
}

.jt-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  height: 3rem;
  overflow: visible;
}

.jt-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
}

.jt-footer-brand img {
  width: 2.875rem;
  height: 2.25rem;
  object-fit: contain;
}

.jt-footer-brand p {
  margin: 0;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.69rem;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
}

.jt-footer-brand span {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
}

.jt-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
  overflow-x: auto;
  padding-bottom: 0.125rem;
}

.jt-footer-nav-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(5rem, 1fr));
  column-gap: 1rem;
  min-width: calc(7 * 5.8rem);
}

.jt-footer-nav-cell {
  min-height: 1.2rem;
  display: flex;
  justify-content: center;
}

.jt-footer-nav a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.jt-footer-nav-row-top a {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}

.jt-footer-contact {
  margin-top: 1.125rem;
}

.jt-footer-contact p {
  margin: 0.375rem 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.jt-footer-contact strong {
  color: #ffffff;
  font-size: 1.75rem;
}

.jt-footer-bottom {
  margin-top: 1.25rem;
  padding-top: 0.875rem;
  border-top: solid 1px rgba(255, 255, 255, 0.16);
  text-align: center;
}

.jt-footer-bottom span {
  color: rgba(255, 255, 255, 0.7);
}

body.jietu-home-body::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
}

body.jietu-home-body::-webkit-scrollbar-thumb {
  background: rgba(7, 66, 167, 0.38);
  border-radius: 0.5rem;
}

body.jietu-home-body::-webkit-scrollbar-track {
  background: rgba(7, 66, 167, 0.1);
}

.jt-section-title {
  font-size: 2.5rem;
}

.jt-hero-content h1 {
  font-size: 3rem;
}

.jt-capability-grid {
  grid-template-columns: 9.375rem minmax(0, 1fr);
  gap: 1rem;
}

.jt-hero-header-inner {
  width: 100%;
  height: 6.25rem;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
}

.jt-main-nav a:not(:first-child) {
  margin-left: 1.125rem;
  padding-left: 1.125rem;
}

.jt-custom{
  position: absolute;
  bottom:17.94rem;
  left: 50%;
  transform: translateX(-50%);
  width: 89.88rem;
  height: 9rem;
  background: url("../images/home/home-custom.png") center / cover no-repeat;
  padding:0 3.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.jt-custom .jt-custom-info .jt-custom-title{
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 2.5rem;
  color: #FFFFFF;
  line-height: 3.31rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 1rem;;
}

.jt-custom .jt-custom-info .jt-custom-content{
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 1.25rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.69rem;
  text-align: left;
  font-style: normal;
}

.jt-custom .jt-btn{
  width: 14.19rem;
  height: 4.13rem;
  background: #FFFFFF;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 1.25rem;
  color: #0B42B9;
  line-height: 1.69rem;
  text-align: left;
  font-style: normal;
}