
.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.3rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.18);
  z-index: 1001;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


.modal-content{
  max-height: 80vh; 
   max-width: 90vw; 
   width: auto; 
   overflow-y: auto; 
   position: relative;
}

.close {
  z-index: 1005;
  position: fixed;
  top: 1%;
  right: 3%;
  background: url('../images/close.png') no-repeat center / 100%;
  width: 0.3rem;
  height: 0.3rem;
}



.modal::-webkit-scrollbar {
  display: none;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.modal img {
  width: 7rem;
  height: auto;
  max-height: 100%;
  display: block;
}

.contain {
  width: 12.3rem;
  margin: 0 auto;

}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0.1rem;
  left: -0.85rem;
  width: 100%;
}

.bjys {
  background-color: #e8e8ed;
}

.lab-header {
  display: flex;
  margin: 0 auto;
  margin-top: 0.2rem;
  align-items: center;
  justify-content: space-between;
}

.lab-title {
   margin: 0;
   font-size: 0.4rem;
   color: #333;
}

.lab-subtitle {
   margin: 0;
   font-size: 0.4rem;
   color: #444;
}

.lab-main {
   padding-bottom: 2rem;
}

.lab-info {
   display: flex;
   flex-direction: column;
   align-items: center;
}

.lab-info-dj {
  position: relative;
}

.youree-cta {
  color: white;
  border: 0.01rem solid;
  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;
  position: absolute;
  bottom: 0.8rem;
  right: 1.2rem;
}

.lab-image {
   max-width: 100%;
   height: auto;
   object-fit: cover;
   margin-bottom: 0.2rem;
   border-radius: 0.3rem;
}

.lab-details {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  width: 100%; 
}

.brand-swiper {
  width: 4rem;
  height: 6.75rem;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.lab-detail-o {
  transition: transform 0.3s ease;
  overflow: hidden;
}

.lab-detail-o:hover {
  transform: scale(1.1);
  z-index: 1;
}

.lab-detail-image-o {
  width: 100%;
  transition: transform 0.3s ease;
}

.lab-detail-o:hover .lab-detail-image-o {
  transform: scale(1.1);
}

.lab-detail-t {
   background-color: #fff;
   border-radius: 0.2rem;
   background: linear-gradient(45deg, #a8c4ec 0%, #abadde 100%);
   width: 4rem;
   height: 6.75rem;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
}


.youree-subsection-title {
  font-size: 0.24rem;
  text-align: center;
  margin: 0.4rem 0 0.1rem;
  color: black;
  text-align: left;
}

.youree-image-gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.youree-gallery-image {
  transition: transform 0.3s ease;
  width: 100%;
  display: block;
  object-fit: cover;
}

.youree-gallery-item-t {
  width: 3.9rem;
  height: 100%;
  border-radius: 0 0 0.25rem 0.25rem;
  overflow: hidden;
  box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, 0.1);
}

.youree-gallery-controls {
  text-align: right;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.index-art2-l,
.index-art2-r {
  width: 0.35rem;
}

.index-art2-r {
  margin-left: 0.2rem;
}

.index-art2-l-t,
.index-art2-r-t {
  width: 0.35rem;
}

.index-art2-r-t {
  margin-left: 0.2rem;
}


.lab-detail-cum-o {
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.1);
  background: linear-gradient(45deg, #fecc9f 0%, #ff929c 100%);
  text-align: center;
  position: relative;
  flex: 1;
}

.lab-detail-cum-t {
  overflow: hidden;
  background-color: white;
  border-radius: 0.2rem;
  box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.1);
  flex: 1;
  text-align: center;
  position: relative;
}

.lab-detail-cum-t > div:first-child {
  transition: transform 0.3s ease;
  height: 100%;
  background-size: 1.2rem!important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.lab-detail-cum-t:hover > div:first-child {
  transform: scale(1.1);
}

.lab-detail-text-th {
  color: #333;
  font-size: 0.27rem;
  margin: 0.51rem;
  margin-bottom: 0.4rem;
  bottom: 0;
  text-align: left;
  position: absolute;
  z-index: 2;
  line-height: 1.5;
}

.swiper-pagination {
  text-align: right;
  width: 4.5rem;
}

.swiper-pagination-bullet {
  width: 0.17rem; 
  height: 0.17rem; 
  background-color: white;
  margin: 0 0.05rem;
  opacity: 1.5;
}

.swiper-pagination-bullet-active {
  background: #7a9566;
}

.lab-detail-image-o {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
}

.lab-detail-text {
   color: #333;
   font-size: 0.38rem;
   margin: 0 0.2rem;
   text-align: left;
}

.lab-detail-text-t {
  color: #333;
  font-size: 0.27rem;
  margin: 0.5rem;
  margin-bottom: 0.4rem;
  bottom: 0;
  text-align: left;
  line-height: 1.5;
  position: absolute;
}

.lab-detail-cum {
   display: flex;
   gap: 0.2rem;
   flex-direction: column;
   width: 4rem;
   height: 6.75rem;
   justify-content: space-between;
}

body {
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 0;
}

.ip-rights-container {
  margin: 0 auto;
  background-color: black;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 1.6rem;
}

.animate-number {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.2rem);
  transition: opacity 0.5s, transform 0.5s;
}

.animate-number.visible {
  opacity: 1;
  transform: translateY(0);
}

.ip-rights-title {
  text-align: center;
  font-size: 0.36rem;
  margin-bottom: 0.1rem;
}

.ip-rights-subtitle {
  text-align: center;
  font-size: 0.14rem;
  margin-bottom: 0.4rem;
  color: #d1d1d1;
}

.ip-rights-stats {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.4rem;
}

.ip-rights-stat-item {
  text-align: center;
}

.ip-rights-stat-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00BFFF;
  line-height: 1;
}

.ip-rights-stat-desc {
  font-size: 0.18rem;
  margin-top: 0.1rem;
  color: #656565;
  margin-bottom: 0.5rem;
}

.ip-rights-certificates {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ip-rights-cert-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ip-rights-cert-item {
  width: 30%;
  text-align: center;
  margin-bottom: 0.7rem;
}

.ip-rights-cert-image {
  height: 2.25rem;
  max-width: 100%;
  object-fit: cover;
  border: 0.02rem solid #333;
}

.ip-rights-cert-desc {
  font-size: 0.17rem;
  margin-top: 0.1rem;
  color: #656565;
}

.product-development {
  margin: 0 auto;
  margin-bottom: 0.5rem;
  background-color: white;
  overflow: hidden;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
}

.product-development-th {
  margin: 0 auto;
  margin-bottom: 2.5rem;
  background-color: white;
  overflow: hidden;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
}

.product-title {
  font-size: 0.35rem;
  color: black;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  height: 4.9rem;
}

.content-wrapper-t {
  display: flex;
  justify-content: space-between;
  background: #c2e9fb;
  height: 4.9rem;
}

.content-wrapper-th {
  display: flex;
  justify-content: space-between;
  background: #ebd6de;
  height: 4.9rem;
}

.development-steps {
  list-style-type: none;
  padding: 0.6rem 0 0 1rem;
  flex: 1;
  margin: 0;
}

.step {
  margin-bottom: 0.15rem;
  position: relative;
}

.yl-xqym{
  display: flex;
}

.step-description {
  font-size: 0.21rem;
  color: #333;
  font-weight: 600;
  flex: 1;
}


.arrow-icon {
  width: 0.25rem;
  height: 0.2rem;
  transition: transform 0.3s ease;
  margin-right: 1rem;
}


.sub-steps {
  display: none;
  list-style-type: none;
  padding: 0;
  font-size: 0.21rem;
  border-bottom: 0.01rem solid #ddd;
  width: 5rem;
  margin-top: 0.05rem;
}

.step-expanded:focus .sub-steps {
  display: block;
}



.sub-step-description {
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0.05rem;
}

.yl-product-image {
  text-align:right;
}
.yl-product-image img {
  max-width: 100%;
  height: 4.9rem;
  object-fit:cover;
  box-shadow: 0 0 0.15rem rgba(0,0,0,0.1);
}

/*模拟窗口按钮*/
.yl-cta-buttons {
  display: flex;
  width: 2.45rem;
  height: 0.45rem;
  border-radius: 0.4rem;
  background: white;
  align-items: center;
  justify-content: center;
}

.chen-buttons{
  position: absolute;
  top: 3.3rem;
  left: 0.6rem;
}

.team-buttons{
  position: absolute;
  top: 1.5rem;
  left: 0.3rem;
}


.yl-cta-button {
  padding: 0.03rem 0.14rem;
  color: black;
  text-decoration: none;
  border-radius: 0.05rem;
  font-size: 0.14rem;
}

.yl-cta-buttonb {
 color: white;
 background-color: #333333;
 border-radius: 0.2rem;
 padding: 0.0rem 0.3rem;
 font-size: 0.14rem;
 text-decoration: none;
}

.youree-footer {
  background-color: #f3f6f6 !important;
}