:root {
	--bg-Color: #F6F0F4;
}

.cosmeticBgcolor {
    background-color: #F6F0F4 !important;
}

.AutoBox {
    height: 100%;
}

.bannerCosmetic{
	width: 100%;
	margin-bottom: 10px;
}

.cosmeticCon {
    position: relative;
    min-height: 400px;
}

.bgFlower{
	background-image: url(../ImagesV2/bg_flower.jpg);
	width: 117px;
	height: 157px;
	position: absolute;
}

.leftFlower{
	top: 90px;
	left: 0;
}

.rightFlower{
	top: 190px;
	right: 0;
	transform: rotate(180deg);
}

.CosmeticProduct{
	display: flex;
	flex-wrap: wrap;
}

.CosmeticProductBox{
	width: 290px;
	height: 380px;
	background: linear-gradient(to bottom, #FFE6F3 0%, #FFB2D6 50%, #fff 50%, #fff 100%);
	border-radius: 15px;
	margin-right: 10px;
	margin-bottom: 30px;
	color: #D53E8B;
}

.CosmeticProductBox .productImg{
	width: 210px;
	height: 220px;
}

.CosmeticSpan{
	width: 88%;
	display: inline-block;
	border-bottom: solid 1px #FBD0EC;
}

.CosmeticProductBox span:nth-of-type(2),.CosmeticProductBox .priceNew{
	font-weight: bold;
	font-size: 14px;
}

.hotCosmetic{
    margin: 15px 0;
}
