.header-top {
  position: absolute;
  width: 100%;
}

header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 100%;
  background-color: rgb(249 247 247 / 32%);
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.1);
}

.nav-f {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 0.14rem;
}

.youree-footer {
  margin-top: 2rem;
}

.ab-image {
  width: 14.4rem;
  margin: 0 auto;
  height: 6.85rem;
}

.ab-image img {
  width: 100%;
}

.media-container {
  position: relative;
  display: inline-block;
  width: 14.4rem;
  margin: 0 auto;
  height: 6.85rem;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255 255 255 / 0%);
  color: #FFFFFF;
  font-weight: 300;
  border: 0.01rem solid white;
  border-radius: 0.1rem;
  width: 2rem;
  height: 0.3rem;
  font-size: 0.2rem;
  letter-spacing: 0.02rem;
  cursor: pointer;
}
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container iframe,
.video-container video {
  width: 100%;
  height: auto;
  height: 6.85rem;
}

.youree-science-section {
  width: 12.2rem;
  margin: 0 auto;
  padding: 0.4rem 1.1rem;
}

.youree-section-title {
  font-size: 0.4rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 0.2rem;
}

.youree-section-description {
  font-size: 0.18rem;
  text-align: center;
  color: #707070;
  font-weight: 300;
  line-height: 1.6;
  width: 12.2rem;
  letter-spacing: 0.02rem;
  margin: 0 auto;
}

.youree-image-gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  overflow: hidden;
  margin-top: 0.4rem;
}

.youree-gallery-image {
  transition: transform 0.3s ease;
  width: 100%;
  display: block;
  height: 2.7rem;
}

.youree-gallery-item:hover .youree-gallery-image {
  transform: scale(1.1);
}

.youree-gallery-item-t:hover .youree-gallery-image {
  transform: scale(1.1);
}

.youree-gallery-caption,
.youree-gallery-subcaption {
  position: relative;
  z-index: 2;
}

.youree-gallery-item {
  width: 3.9rem;
    height: 3.45rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: #c2e9fb;
  box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, 0.1);
}

.youree-gallery-item-t {
  width: 3.9rem;
  height: 3.45rem;
  border-radius: 0 0 0.25rem 0.25rem;
  overflow: hidden;
  background-color: #f9ecec;
  box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, 0.1);
}

.youree-gallery-caption {
  font-size: 0.24rem;
  font-weight: 300;
  color: #000000;
  padding: 0 0.1rem;
}

.youree-gallery-subcaption {
  padding: 0 0.1rem;
}

.youree-gallery-subcaption p{
  font-size: 0.14rem;
  color: #0D0D0D;
  font-weight: 300;
}

.youree-gallery-controls {
  text-align: right;
  margin-top: 0.2rem;
  padding-right: 1.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;
}

.youree-subsection-title {
  font-size: 0.24rem;
  text-align: center;
  margin: 0.4rem 0 0.2rem;
}

.youree-overview {
  width: 12.2rem;
  margin: 0 auto;
  padding: 0.4rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0.7rem;
}

.youree-card {
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, 0.1);
  display: flex;
  height: 4.4rem;
  flex-direction: row;
  justify-content: space-between;
}

.youree-card-title {
  font-size: 0.4rem;
  margin: 0.4rem;
  margin-bottom: 0.2rem;
  color: #0D0D0D;
  font-weight: 600;
}

.youree-card-subtitle {
  font-size: 0.25rem;
  color: #000000;
  margin: 0.4rem;
  margin-top: 0.2rem;
}
.youree-card-subtitle p{
  font-size: 0.25rem;
  color: #000000;
   font-weight:300
}


.youree-card-image-container {
  overflow: hidden;
  height: 5rem;
  width: 5rem;
}

.youree-card-image {
  width: 100%;
  height: 4.4rem;
  display: block;
  transition: transform 0.3s ease;
}

.youree-card-image-container:hover .youree-card-image {
  transform: scale(1.1);
}

.youree-vision {
  background-color: #e6f7ff;
}

.youree-spirit {
  background-color: #ffe6e6;
}

.youree-talent {
  background-color: #fff0e6;
}

.youree-talent-list {
  list-style-type: none;
  padding: 0;
  margin: 0.4rem;
}

.youree-talent-list li {
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
}

.youree-wmyg {
  width: 3rem;
  margin: 0 auto;
}

.youree-wmyg img {
  width: 3rem;
  object-fit: cover;
}

.youree-wmyg-t {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 0.4rem;
}

.youree-wmyg-t img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
