/*enter banner*/
.enter-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.enter-wrapper {
  position: relative;
}

.enter-slide {
  position: relative;
}

.enter-img{
  width: 100%;
  max-width: 2560px;
  height: auto;
  display: block;
}
.mb-enter-img{
	display: none;
}

.enter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 黑色透明层 */
  z-index: 1;
}

.enter-content {
  max-width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-86%, -50%);
  color: #fff;
  z-index: 2;
  text-align: center;
}

.enter-content h1 {
  font-size: 2.14rem;
  font-family: Marcellus-Regular;
  line-height: 1.4;
  padding-bottom: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.enter-content p {
  font-size: 1.68rem;
  font-family: Marcellus-Regular;
}






/* Product Highlight Section */
.product-highlight {
  padding: 4rem 0rem;
  background-color: #fefafa;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-highlight .ph_wd{
	width: 100%;
	max-width: 1280px;
	overflow: hidden;
}

.product-highlight h2 {
  font-family: Marcellus-Regular;
  font-size: 2.14rem;
  margin-bottom: 1rem;
  color: #ba8c63;
  text-transform: uppercase;
}

.product-highlight p {
  font-family: Marcellus-Regular;
  font-size: 1.05rem;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  padding-bottom:5.09rem;
}

.product-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.product-gallery .mask_left{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
.mask_left .mask_text{
	padding-bottom:2.45rem;
	font-family: Marcellus-Regular;
}
.mask_left .mask_europe{
	padding-top:1.14rem;
	font-family: Marcellus-Regular;
	display: block;
}
.mask_left .mask_line{
	width: 14%;
	border:1px solid #000000;
	margin-bottom: 1.8rem;
	display: block;
}

.mask_left img{
	width: 86%;
}


.product-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  max-width: 50%;
  margin: 0 auto;
}

.product-details img:nth-child(1) {
  grid-column: 1 / span 2; /* 上面这张图横跨两列 */
  width: 100%;
  height: auto;
  object-fit: cover;
  padding-bottom: 1.7rem;
}

.product-details img:nth-child(2),
.product-details img:nth-child(3) {
  width: 100%;
  height: auto;
  object-fit: cover;
}





/* Brand Launch Section */
.brand-launch {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:1rem 0 3.64rem 0;
  background-color: #fefafa;
}
.launch_wh{
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
  background-image: url(./../images/announcing-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding:7.7rem 0rem 7.73rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.brand-launch h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  font-family: Marcellus-Regular;
}

.brand-launch p {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  font-family: Marcellus-Regular;
}






/* City Promotion Section */
.city-promotions {
  padding: 4rem 0rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fefafa;
}
.city-promotions .pro_wh{
	width: 100%;
	max-width: 1280px;
    overflow: hidden;
}

.city-promotions h2 {
    font-family: Marcellus-Regular;
	font-size: 2.14rem;
	font-weight: normal;
	font-stretch: normal;
	color: #ba8c63;
	padding-bottom: 1.6rem;
}

.city-promotions p {
  font-family: Marcellus-Regular;
  font-size: 1rem;
  font-weight: normal;
  ont-stretch: normal;
  color: #191919;
  padding-bottom: 2.36rem;
}

.city-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
}

.city-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* 第一列 - 图1 */
.city-grid img:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}

/* 第二列 - 图2、图3 */
.city-grid img:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.city-grid img:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

/* 第三列 - 图4 */
.city-grid img:nth-child(4) {
  grid-column: 3;
  grid-row: 1 / span 2;
  height: -webkit-fill-available;
}
.pro_begin{
	padding: 1.91rem 0 0 0;
}





/* Influencer Section */
.influencer-section {
  padding: 4rem 2rem;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_wh{
	width: 100%;
	max-width: 1280px;
	overflow: hidden;
}

.influencer-section h2 {
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 1.14rem;
  color: #000;
  font-family: Marcellus-Regular;
}

.influencer-section p {
  font-size: 1rem;
  padding-bottom:1.73rem;
  font-family: PingFang-SC-Regular;
}

.influencer-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.5rem;
  padding-bottom: 1.5rem;
}

.influencer-gallery img {
  width: 100%;
  object-fit: cover;
}

.tagline {
  font-family: PingFang-SC-Regular;
  color: #555;
}








@media (max-width: 768px) {
	.enter-img{
	  display: none;
	}
	.mb-enter-img{
	  display: block;
	  width: 100%;
	/*height: 39.3rem;*/
      object-fit: cover;
      object-position: center center;
	}
	.enter-content{
	  width: 86%;
	  transform: translate(-50%, 42%);
	}

	.enter-content h1 {
	    font-size: 1.3rem;
	    padding-bottom: 1rem;
	}

	.enter-content p {
	    font-size: 1rem;
	}

	.product-gallery{
		width: 92%;
	}
	.product-highlight{
		padding: 3rem 0 0 0;
	}
	.product-highlight .ph_wd{
		display: flex;
		flex-wrap: wrap;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	.product-highlight h2{
		font-size: 2rem;
	}
	.product-highlight p{
		width: 86%;
	}

	.product-details {
	    flex-direction: column;
	}
	.product-gallery .mask_left{
		position: relative;
		justify-content: flex-start;
        align-content: flex-start;
	}
	.mask_left .mask_text{
		position: absolute;
		padding-bottom: unset;
        top: -69px;
        left: 37px;
        width: 310px;
        font-size: 0.9rem;
        color: #191919;
	}
	.mask_left .mask_line{
		display: none;
	}
	.mask_left img{
		width: 95%;
		height: 16.7rem;
		object-fit: cover;
	}
	.mask_left .mask_europe{
		position: absolute;
    	padding-bottom: unset;
    	padding-top: unset;
    	display: none;
	}
	.product-details img:nth-child(1){
		padding-bottom: 0rem;
	}



	/*brand launch*/
	.launch_wh{
		width: 92%;
	}
	.brand-launch{
		padding:1rem 0 2rem 0;
	}
	.brand-launch h2{
		font-size: 1.2rem;
	}
	.brand-launch p{
		font-size: 1rem;
	}

	/*promotions*/
	.city-promotions{
		padding:0rem;
	}
	.city-promotions h2{
		font-size: 2rem;
		padding-bottom: 0.7rem;
	}
	.city-promotions p{
		font-size: 0.6rem;
	}
	.city-grid{
		width: 92%;
	}
	.pro_begin{
		font-size: 0.7rem;
    	padding: 1rem 0 2rem 0;
	}

	/*influencer*/
	
	.influencer-section{
		padding:2rem 0rem 1rem 0;
	}
	/*.section_wh{
		display: flex;
		flex-wrap: wrap;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}*/
	.influencer-section h2{
		font-size: 1.4rem;
		padding-bottom:0.85rem;
	}
	.influencer-section p{
		font-size: 0.6rem;
		width: 86%;
        margin: 0 auto;
        padding-bottom: 1rem;
	}
	.influencer-gallery{
		display: flex;
	}
	.influencer-gallery img{
		width: 15%;
	}
}