.inlin-active{
  color: #050505!important;
  font-weight: bold!important;
}


    /* 动画样式 */
    .swiper-slide h1,
    .swiper-slide h2,
    .swiper-slide p {
        transform: scale(0.8);
        opacity: 0;
        transition: all 600ms ease;
    }

    .swiper-slide-active h1,
    .swiper-slide-active h2,
    .swiper-slide-active p {
        transform: scale(1);
        opacity: 1;
        transition-delay: 300ms;
    }

    .swiper-slide .hero-cta-buttons,
    .swiper-slide .product-categories,
    .swiper-slide .company-info,
    .swiper-slide .youree-stat,
    .swiper-slide .youree-tech-stats,
    .swiper-slide .youree-events-grid {
        transform: translate3d(0, 50px, 0);
        opacity: 0;
        transition: all 700ms ease;
    }

    .swiper-slide-active .hero-cta-buttons,
    .swiper-slide-active .product-categories,
    .swiper-slide-active .company-info,
    .swiper-slide-active .youree-stat,
    .swiper-slide-active .youree-tech-stats,
    .swiper-slide-active .youree-events-grid {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        transition-delay: 500ms;
    }

    /* 数字动画样式 */
    .animate-number {
        display: inline-block;
        opacity: 1;
        transition: opacity 0.5s;
        font-weight: 700;
    }


.swiper-container.swiper1 {
  height: calc(100vh - 0.8rem);
}

.swiper-slide {
  height: 100vh;
}

.swiper-slide:last-child {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-slide:last-child::-webkit-scrollbar {
  display: none;
}

.product-slider {
  position: relative;
  overflow: hidden;
}

.brand-swiper {
  width: 100%;
  height: 100%;
}

.brand-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.2rem;
  position: relative;
}

.toubu {
  width: 100%;
  object-fit: cover;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.2rem);
  }
}

.bounce {
  animation: bounce 2s infinite !important;
}




.tiaoz1 {
  position: absolute;
  top: 2.0rem;
  left: 1.6rem;
  animation-delay: 0s;
  width: 15%;
}

.tiaoz2 {
  position: absolute;
  top: 3.7rem;
  right: 1rem;
  animation-delay: 1s;
  width: 15%;
}

.hero-cta-buttons {
  display: flex;
  width: 6.3rem;
  height: 0.55rem;
  border-radius: 0.4rem;
  background: #dbdada;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 1.0rem;
  left: 0.2rem;
}

.hero-cta-button {
  padding: 0.05rem 0.35rem;
  color: #666666;
  text-decoration: none;
  border-radius: 0.05rem;
  font-size: 0.17rem;
  font-weight: 300;
}

.hero-cta-button:hover {
  color: #333333;
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding: 0.05rem 0.35rem;
}

.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0.1rem);
  -webkit-backdrop-filter: blur(0.1rem);
  z-index: 1000;
  pointer-events: auto;
}

.modal {
  pointer-events: auto;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.08rem 0.32rem 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(0.04rem);
  -webkit-backdrop-filter: blur(0.04rem);
  border-radius: 0.25rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.18);
  z-index: 1001;
  max-height: 80vh;
  max-width: 90vw;
  width: auto;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.close {
  color: #747272;
  z-index: 1005;
  position: fixed;
  top: 8%;
  right: 26%;
  font-size: 0.45rem;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(20, 20, 20);
  text-decoration: none;
  cursor: pointer;
}



.product-showcase {
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 0.37rem;
  color: #070707;
  margin-bottom: 0.2rem;
  font-weight: 500;
}

.product-categories {
  margin-bottom: 0.3rem;
}

.product-categories ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}

.product-categories li {
  margin: 0 0.1rem;
}

.product-categories a {
  text-decoration: none;
  color: #666666;
  font-size: 0.16rem;
  padding: 0.1rem;
  font-weight: 300;
}

.product-slider {
  display: flex;
  align-items: center;
  margin: 0 2.15rem;
}

.slider-arrow {
  background: #333;
  color: white;
  border: none;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  font-size: 0.2rem;
  cursor: pointer;
}

.product-image img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin: 0 auto;
}

.index-art2-l,
.index-art2-r {
  width: 0.31rem;
  height: 0.31rem;
  margin: 0.2rem;
}

.about-youree {
  margin: 0 auto;
  background-image: url('../images/company-building.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.about-p {
  text-align: left;
  width: 7rem;
}

h2 {
  font-size: 0.54rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  color: #333333;
}

.company-info {
  display: flex;
  margin-bottom: 0.3rem;
  flex-wrap: wrap;
}

.info-item {
  width: 33.33%;
}

.info-item h3 {
  font-size: 0.45rem;
  margin-bottom: 0.1rem;
  color: #2C4893;
  font-weight: 700;
}

.info-item p {
  font-size: 0.16rem;
  font-weight: 300;
  color: #707070;
}

.company-description p {
  font-size: 0.2rem;
  font-weight: 300;
  line-height: 2.0;
  color: #333333;
}

.youree-showcase {
  background-image: url('../images/pro-f.jpg');
  height: 100%;
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
}

.youree-content {
  padding: 0 0.2rem;
  margin-left: 1.4rem;
  text-align: left;
  margin-top: -9%;
}

.youree-title {
  color: #2C4893;
  font-size: 0.6rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  padding: 0;
  margin-top: 0;
}

.youree-stat {
  font-size: 0.22rem;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 0.2rem;
}

.dq {
  width: 1rem;
  margin-right: 0.2rem;
}

.youree-cta {
  color: #ffff;
  font-weight: 300;
  border: 0.01rem solid #ffff;
  padding: 0.03rem 0.2rem;
  font-size: 0.16rem;
  text-align: center;
  width: 1.9rem;
  height: 0.3rem;
  line-height: 0.3rem;
  cursor: pointer;
  border-radius: 0.07rem;
  margin-bottom: 0.2rem;
}

.youree-cta-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.youree-freeze-dry-tech {
  background-image: url('../images/index-yp.png');
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  background-size: cover;
}

.youree-tech-content {
  margin-left: 1.4rem;
  text-align: left;
  font-weight: 700 !important;
}

.youree-tech-title {
  color: #2C4893;
  font-size: 0.56rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}

.youree-tech-stats {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
  color: #ffff;
}

.youree-tech-stats span{
  font-weight: 700 !important; 
}

.youree-tech-cta {
  color: #ffff;
  font-weight: 300;
  border: 0.01rem solid #ffff;
  padding: 0.03rem 0.2rem;
  font-size: 0.16rem;
  text-align: center;
  width: 1.9rem;
  line-height: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  border-radius: 0.07rem;
}

.zqc {
  width: 1rem;
  height: 0.5rem;
  object-fit: cover;
  margin-right: 0.2rem;
}

.youree-con-tb {
  display: flex;
  align-items: center;
}

.youree-fresh-events {
  margin: 0 auto;
  width: 12.3rem;
  padding-bottom: 2.1rem;
}

.youree-events-title {
  font-size: 0.5rem;
  margin-bottom: 0.2rem;
  color: #333333;
  font-weight: 700;
  text-align: left;
  padding-top: 1.4rem;
}

.youree-events-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.12rem;
}

.youree-event-card {
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, 0.1);
  position: relative;
}

.youree-event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youree-event-large {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  height: 4.5rem;
  width: 8.2rem;
}

.youree-event-medium {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  height: 2.8rem;
  width: 4rem;
}

.youree-event-small {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  height: 1.6rem;
  width: 4rem;
}

.youree-event-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.2rem;
  box-sizing: border-box;
  text-align: center;
}

.youree-event-text p {
  font-weight: 300;
  font-size: 0.2rem;
}