.yarbo-image-banner__basic-size {
  font-size: .8333333333vw;
}

/* 主容器 */
.yarbo-image-banner-main {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  position: relative;
  padding: 8.3125em 0 9.3125em 9.9375em;
  background-color: rgb(245, 245, 245);
}

/* 桌面端图片容器 */
.yarbo-image-banner-desktop-image, .yarbo-image-banner-mobile-image{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  top: 0;
  left: 0;
}

.yarbo-image-banner-desktop-image img, .yarbo-image-banner-mobile-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;

  --image-show-position: 20% 50%;
  -o-object-position: var(--image-show-position, center);
     object-position: var(--image-show-position, center);
}

/* 移动端图片容器 */
.yarbo-image-banner-mobile-image {
  display: none;
  aspect-ratio: 376 / 536;
}

/* 主标题 */
.yarbo-image-banner-title {
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

/* 副标题 */
.yarbo-image-banner-subtitle {
  font-size: 1.5625em;
  font-weight: 400;
  line-height: 1;
  position: relative;
  margin-top: 1em;
}

/* 数据统计区 */
.yarbo-image-banner-stats {
  margin-top: 4.6875em;
  position: relative;
}

.yarbo-image-banner-stat-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yarbo-image-banner-stat-item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.yarbo-image-banner-stat-item:first, .yarbo-image-banner-stat-item:last-child {
  width: 25%;
}

.yarbo-image-banner-stat-item:not(:first-child) {
  margin-left: 2em;
}

.yarbo-image-banner-stat-value {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.75em;
  margin: 0;
}

.yarbo-image-banner-stat-label {
  margin-top: .3125em;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: .3125em;
}

/* 操作按钮区 */
.yarbo-image-banner-cta {
  padding-top: 5.375em;
  font-weight: 400;
  position: relative;
}

.yarbo-image-banner-cta_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .75em;
}

.yarbo-image-banner-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(254 219 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 6 11 / var(--tw-text-opacity));
  font-weight: 600;
  text-align: center;
  height: 2.5em;
  width: 8.78em;
  line-height: 2.5em;
  cursor: pointer;
  font-size: 1.5em;
  border-radius: 3.75em;
}

.yarbo-image-banner-button-secondary {
  height: 2.5em;
  width: 8.78em;
  line-height: 2.5em;
  font-size: 1.5em;
  color: rgb(255 255 255) !important;
  border-radius: 3.75em;
  border: 1px solid rgb(255 255 255);;
  cursor: pointer;
  text-align: center;
}

.yarbo-image-banner-mobile-cta-container {
  display: none;
}

.yarbo-image-banner-fixed-btns__operate {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease; /* 平滑过渡 */
}

span.yarbo-image-banner-stat-label {
    text-align: center;
}
@media screen and (min-width: 1920px) {
  .yarbo-image-banner {
    font-size: 16px;
  }

  .yarbo-image-banner__basic-size {
    font-size: 16px;
  }
}

/* @media (max-width: 959px) {
  .yarbo-image-banner {
    font-size: 4.2666666667vw;
  }

  .yarbo-image-banner-main  {
    padding-bottom: 20px;
    height: 33.5em;
  }

  .yarbo-image-banner-cta {
    display: none;
  }

  .yarbo-image-banner-mobile-image {
    display: block;
  }

  .yarbo-image-banner-mobile-cta-container {
    display: block;
    line-height: 24px;
  }

  .yarbo-image-banner-desktop-image {
    display: none;
  }

  .yarbo-image-banner-titles {
    left: 0;
    top: 84px;
    position: absolute;
    width: 100%;
  }

  .yarbo-image-banner-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .yarbo-image-banner-stats {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 75px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background-image: -o-linear-gradient(bottom, #000, transparent);
    background-image: linear-gradient(to top, #000, transparent);
  }
  
  .yarbo-image-banner-subtitle {
    margin-top: 16px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
  }

  .yarbo-image-banner-stat-item:not(:first-child) {
    margin-left: 8px;
  }

  .yarbo-image-banner-stat-value {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }

  .yarbo-image-banner-stat-label {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .yarbo-image-banner-mobile-cta-container {
    padding: 0 30px;
    z-index: 50;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .yarbo-image-banner-cta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 16px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .yarbo-image-banner-button-primary {
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    background-color: rgb(254, 219, 30);
    width: 151px;
  }

  .yarbo-image-banner-button-secondary {
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    border-radius: 1px solid rgb(255, 255, 255);
    width: 151px;
  }

  .yarbo-image-banner-desktop-image img, .yarbo-image-banner-mobile-image img {
    --image-show-position: 20% 50%;
    -o-object-position: var(--image-show-position, center);
       object-position: var(--image-show-position, center);
  }
} */

@media screen and (max-width: 959px) {
  .yarbo-image-banner__basic-size {
    font-size: 4.2666666667vw;
  }
  .yarbo-image-banner {
    font-size: 4.2666666667vw;
  }

  .yarbo-image-banner-main  {
    height: 33.5em;
    padding: 0 0 1.25em;
  }

  .yarbo-image-banner-cta {
    display: none;
  }

  .yarbo-image-banner-mobile-image {
    display: block;
  }

  .yarbo-image-banner-mobile-cta-container {
    display: block;
  }

  .yarbo-image-banner-desktop-image {
    display: none;
  }

  .yarbo-image-banner-titles {
    left: 0;
    top: 5.25em;
    position: absolute;
    width: 100%;
  }

  .yarbo-image-banner-title {
    font-size: 1.5em;
    line-height: 1.335;
    text-align: center;
  }

  .yarbo-image-banner-stats {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin-top: 4.6875em;
    padding: 0 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background-image: -o-linear-gradient(bottom, #000, transparent);
    background-image: linear-gradient(to top, #000, transparent);
  }
  
  .yarbo-image-banner-subtitle {
    margin-top: 1em;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
  }

  .yarbo-image-banner-stat-item:not(:first-child) {
    margin-left: 8px;
  }

  .yarbo-image-banner-stat-value {
    font-size: .875em;
    line-height: 1.25em;
    margin: 0;
  }

  .yarbo-image-banner-stat-label {
    font-size: .875em;
    line-height: 1.25em;
    margin-top: .3125em;
  }

  .yarbo-image-banner-mobile-cta-container {
    padding: 0 1.875em;
    z-index: 50;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .yarbo-image-banner-cta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .75em;
    padding: 1em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .yarbo-image-banner-button-primary {
    font-size: .875em;
    font-weight: 600;
    height: 2.286em;
    line-height: 2.286em;
    cursor: pointer;
    background-color: rgb(254, 219, 30);
    width: 10.82em;
  }

  .yarbo-image-banner-button-secondary {
    font-size: .875em;
    font-weight: 600;
    height: 2.286em;
    line-height: 2.286em;
    cursor: pointer;
    border-radius: 1px solid rgb(255, 255, 255);
    width: 10.82em;
  }

  .yarbo-image-banner-desktop-image img, .yarbo-image-banner-mobile-image img {
    --image-show-position: 20% 50%;
    -o-object-position: var(--image-show-position, center);
       object-position: var(--image-show-position, center);
  }
}
/* 
@media screen and (min-width: 680px) and (max-width: 959px) {
}

@media screen and (min-width: 960px) and (max-width: 1439px) {
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
} */
