/* home */
#product-list,
#product-list-basket,
#product-list-kids,
#related-list {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
  /* background-color: #000; */
  padding: 50px;
  flex-wrap: wrap;
}

/* #product-list {
  background: url(../image/row3.jpg);
}

#product-list .product-card .title {
  color: #fff;
}

#product-list .product-card .price {
  color: #fff;
} */

.li-title {
  text-align: center;
  margin: 50px auto;
  font-size: 30px;
  font-weight: 500;
}

.product-card {
  width: 23% !important;
  margin-bottom: 50px;
  height: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card .img-box {
  margin: 0 0 20px;
}

.product-card .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  font-size: 20px;
}

.product-card img {
  width: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.product-card .title {
  font-size: 16px !important;
  /* font-weight: 500; */
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: left !important;
  color: #020202;
}

.product-card .price {
  font-size: 14px;
  color: #353535;
  font-weight: 500;
}



.row1 {
  margin: auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 800px;
}

.row1 .mask {
  position: absolute;
  top: 50%;
  right: 0;
  color: #fff;
  text-align: center;
  padding: 40px;
  background-color: rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

.row1 .mask .tip {
  font-size: 14px;
}

.row1 .mask .title {
  font-size: 35px;
  margin: 10px 0;
}

.row1 h1,
.row2 h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 30px 0 20px;
}

.row1 p,
.row2 p {
  width: 500px;
  margin: auto;
  line-height: 1.5;
  font-weight: 500;
}

.row1 .btn {
  background-color: #ddba21;
  width: 130px;
  padding: 10px;
  margin: 20px auto;
  border-radius: 50px;
  color: #fff;
  font-weight: 550;
}

.row2 {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* ✅ 关键：让子元素高度一致 */
  align-items: stretch;
}

.row2 .col {
  width: 50%;
  position: relative;
}

.row4 {
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* ✅ 关键：让子元素高度一致 */
  align-items: stretch;
}

.row4 .col {
  width: 50%;
  position: relative;
}

.row4 .col .text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(16, 40, 54);
  color: #fff;
  line-height: 3;
  text-align: center;
  font-size: 20px;
}


.row2 .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, .25);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  font-size: 24px;
  letter-spacing: 1.5px;
  line-height: 2;
}

.row2 .mask1 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, .25);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  letter-spacing: 1.5px;
  line-height: 2;
}

.row2 .mask1 i {
  font-size: 14px;
}

.row2 .mask i {
  font-size: 14px;
}

.row3 {
  width: 1200px;
  margin: 100px auto;
}

.row3 .title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 50px;
}

.row3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row3 .content .col {
  width: 30%;
  text-align: center;
  line-height: 1.5;
}

.row3 .content .col .img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.row3 .content .col .t {
  font-size: 24px;
}