/*brand banner*/
.brand_banner{
	width: 100%;
	max-width: 2560px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-image: url(./../images/brand-bg.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fefafa;
}
.brand_wh{
	width: 100%;
	max-width: 1280px;
    overflow: hidden;
    text-align: center;
    padding-top: 7.5rem;
    padding-bottom: 3.3rem;
}
.brand_banner img{

	padding-bottom: 7.5rem;
}
.brand_banner h3{
	font-family: Marcellus-Regular;
    font-size: 2.9rem;
    font-weight: normal;
    font-stretch: normal;
    padding-bottom: 4.4rem;
    color: #000000;
}
.brand_banner p{
	width: 100%;
    font-family: Marcellus-Regular;
    font-size: 1.3rem;
    font-weight: normal;
    font-stretch: normal;
    padding-bottom: 3.5rem;
    color: #191919;
    text-align: center;
}


/*born*/
.born{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #fefafa;
}

.born_wh{
	width: 100%;
	max-width: 1280px;
    overflow: hidden;
    text-align: center;
    background-image: url(./../images/brand-bg2.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:14.4rem 0rem;
}
.born h2{
	font-family: Marcellus-Regular;
	font-size: 4.1rem;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	padding-bottom: 2.4rem;
}
.born p{
	font-family: PingFang-SC-Regular;
	font-size: 0.9rem;
	line-height: 1rem;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}

/*French Elegance*/
.french_elegance{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #fefafa;
	padding:3.5rem 0 2rem 0;
}
.french_elegance .br_wh{
	width: 100%;
	max-width: 1280px;
    overflow: hidden;
}
.french_elegance h3{
	font-family: Marcellus-Regular;
	font-size: 3.1rem;
	font-weight: normal;
	font-stretch: normal;
	color: #ba8c63;
	padding-bottom: 2.4rem;
	text-align: center;
}
.french_elegance p{
	width: 94%;
	font-family: PingFang-SC-Regular;
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	color: #000;
	text-align: center;
	padding: 0 2%;
}
.elegance_content{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    margin-top: 2rem;

}
.elegance_content .eleg_l{
	width: 50%;
	text-align: left;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.eleg_l span{
	width: 86%;
	font-family: Marcellus-Regular;
	font-size: 3rem;
	font-weight: normal;
	font-stretch: normal;
	color: #ba8c63;
	padding-bottom: 1.2rem;
}
.eleg_l p{
	width: 86%;
	font-family: PingFang-SC-Light;
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	color: #191919;
	text-align: left;
	padding-right: 4%;
    box-sizing: border-box;
    padding-left: inherit;
}
.eleg_r{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.eleg_r img{
	width: 100%;
	object-fit: contain;
	padding: 7.4rem 4.5rem 4.6rem 3.2rem;
}





/*Unfinished Research*/

.unfinished{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #fefafa;
	padding-bottom: 2rem;
}

.unf_wh{
	width: 100%;
	max-width: 1280px;
    overflow: hidden;
    text-align: center;
    background-image: url(./../images/unfinished-bg.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:6.4rem 0rem 5.6rem 0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.unfinished h2{
	font-family: Marcellus-Regular;
	font-size: 3.4rem;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	padding-bottom: 2.4rem;
}
.unfinished p{
	width: 84%;
	font-family: PingFang-SC-Regular;
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}









/* === 响应式设计 === */
  @media (max-width: 768px) {
  	.brand_banner img{
  		width: 24%;
  		padding-bottom: 1.5rem;
  	}
  	.brand_banner h3{
  		font-size: 1.9rem;
  		padding-bottom: 2.4rem;
  	}
  	.brand_banner p{
  		font-size: 0.9rem;
  		line-height: 1.3rem;
  	}

	/*born*/
  	.born h2{
  		font-size: 1.9rem;
  		padding-bottom: 1.4rem;
  	}

  	.french_elegance .br_wh{
  		width: 86%;
  	}
  	.french_elegance h3{
  		font-size: 1.9rem;
  	}

  	.french_elegance p{
  		font-size: 0.8rem;
  		line-height: 1.3rem;
  		padding: inherit;
  	}

  	.elegance_content{
  		justify-content: center;
  		padding: 2rem 0rem;
  	}
  	.elegance_content .eleg_l{
  		width: 100%;
  	}
  	.eleg_l span{
  		font-size: 1.6rem;
  	}

  	.eleg_r{
  		width: 100%;
  		overflow: hidden;
  	}
  	.eleg_r img{
  		width: 86%;
  		padding: 2rem 0rem 0rem;
  	}

  	.unfinished h2{
  		font-size: 1.1rem;
  		line-height: 1.7rem;
  		padding-bottom:2rem;
  	}
  	.unfinished p{
  		font-size: 0.8rem;
  		line-height: 1.2rem;
  	}
  	









  }