.header-top {
  position: absolute;
  width: 100%;
}

.star-products {
  margin: 0 auto;
  border-radius: 0.1rem;
  overflow: hidden;
  padding-top: 1.3rem;
  width: 11.4rem;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.product-title {
  font-size: 0.4rem;
  margin: 0;
  font-weight: bold;
}

.product-header img{
height: 0.6rem;
}

.mx-product-showcase {
  display: flex;
  height: 5.6rem;
}

.product-card {
  border-radius: 0.3rem;
  overflow: hidden;
}

.left-card {
  background-color: #f9f9f9;
  margin-right: 0.1rem;
  flex: 4;
  position: relative;
}

.right-card {
  margin-left: 0.1rem;
  flex: 1;
}

.mx-product-image {
  display: block;
  width: 100%;
  max-height: 5.6rem;
  border-radius: 0.05rem;
}

.product-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  height: 1rem;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-name {
  font-size: 0.2rem;
  color: white;
  float: left;
  margin-left: 0.5rem;
}

.product-description {
  font-size: 0.16rem;
  color: white;
  float: right;
  margin-right: 0.2rem;
}

.product-tabs {
  display: flex;
  justify-content: center;
  padding: 0.2rem;
  background-color: #f9f9f9;
}

.tab-button {
  background: none;
  border: none;
  padding: 0.1rem 0.2rem;
  margin: 0 0.05rem;
  font-size: 0.16rem;
  cursor: pointer;
  transition: color 0.3s;
}

.tab-button.active {
  color: #4a90e2;
  border-bottom: 0.02rem solid #4a90e2;
}

.cpjs-cta-buttons {
  margin: 0 auto;
  margin-top: 0.2rem;
  display: flex;
  gap: 0.55rem;
  width: 4.7rem;
  height: 0.5rem;
  border-radius: 0.4rem;
  background: white;
  align-items: center;
  justify-content: center;
}

.cpjs-cta-button {
  padding: 0 0.4rem;
  color: black;
  text-decoration: none;
  border-radius: 0.05rem;
  font-size: 0.15rem;
}

.cpjs-cta-button:hover {
  color: white;
  background-color: #333333;
  border-radius: 0.2rem;
  padding: 0 0.4rem;
}

.d2-1-in {
  color: white;
  background-color: #333333;
  border-radius: 0.2rem;
  padding: 0 0.4rem;
}

.video-container {
  height: 100%;
}

.video-container iframe {
  width: 100% !important;
  height: 100% !important;
}

.no-data {
  font-size: 0.2rem;
  margin: 0 auto;
}

.slogan-t {
  font-size: 0.15rem;
  color: white;
  background: black;
  padding: 0.05rem 0.2rem;
  border-radius: 0.1rem;
}


.ky-hz-body {
  width: 11.4rem;
  margin: 0 auto;
}

.vendor-showcase {
  margin: 0 auto;
  border-radius: 0.1rem;
  padding-top: 0.5rem;
}

.vendor-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(2rem, 1fr));
  gap: 0.3rem;
  min-height: 5rem;
}

.vendor-item {
  text-align: center;
  padding: 0.2rem;
}

.vendor-logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}

.vendor-description {
  font-size: 0.18rem;
  margin: 0;
  color: black;
}

.vendor-description-t {
  font-size: 0.14rem;
  color: #555;
  margin: 0;
}

.vendor-link {
  text-decoration: none;
}
