.beautytopbox {
	width: 100%;
	background-image: url('../img/beauty/beautytopbag.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 30px;
}
.beautytopbox_limit {
	width: calc(100% - 38px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.beautytopbox_limit_title {
	font-size: 5vw;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333333;
	margin-top: 44px;
	width: calc(100% - 20px);
}
.beautytopbox_limit_content {
	font-size: 9vw;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #FF4B94;
	display: flex;
	align-items: flex-start;
	margin-top: 8px;
	width: calc(100% - 20px);
}
.beautytopbox_limit_box {
	width: 100%;
	background: #ffffff;
	border-radius: 12.5px;
	box-shadow: 0px 2.5px 5px 0px rgba(188,113,0,0.20); 
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
	padding: 10px 0;
}
.beautytopbox_limit_box:first-child {
	margin-top: 27px;
}
.beautytopbox_limit_box_limit {
	width: calc(100% - 15px);
	display: flex;
	align-items: center;
}

.beautytopbox_limit_box_limit_left {
	flex: 1;
	margin: 0 30px;
	display: flex;
	flex-direction: column;
}
.beautytopbox_limit_box_limit_left_title {
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: 800;
	text-align: left;
	color: #333333;
	font-size: 5vw;
}
.beautytopbox_limit_box_limit_left_content {
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: 500;
	text-align: left;
	color: #333333;
	font-size: 4vw;
	margin-top: 10px;
}
.beautytopbox_limit_box_limit_icon {
	width: 33%;
	height: auto;
}
.applybox {
	background: #ffffff;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 34px 0;
}
.applybox_icon {
	width: 87%;
	height: auto;
}
.beautyvideobox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.beautyvideobox_icon {
	width: 100%;
	height: auto;
}
.beautyvideobox_playicon {
	width: 23%;
	height: auto;
	position: absolute;
}
.beautylistbox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 45px 0;
	background: #ffffff;
}
.beautylistbox_limit {
	width: 75%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}
.beautylistbox_limit:first-child {
	margin: 0;
}
.beautylistbox_limit_img {
	width: 100%;
	height: auto;
}
.beautylistbox_limit_title {
	font-size: 5vw;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: 800;
	text-align: left;
	color: #000000;
	margin-top: 10px;
}
.beautylistbox_limit_content {
	font-size: 3.5vw;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	color: #000000;
	margin-top: 10px;
}
.beautylistbox_limit_morebox {
	width: 40%;
	font-size: 4vw;
	border: 1px solid #000000;
	border-radius: 6vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-top: 20px;
	padding: 10px 0;
}
.steplistbox {
	width: 100%;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 18px;
}
.steplistbox_limit {
	width: calc(100% - 36px);
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 60px;
}
.steplistbox_limit_title {
	font-size: 8vw;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: 800;
	text-align: center;
	color: #000000;
}
.steplistbox_limit_content {
	font-size: 5vw;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: 500;
	text-align: center;
	color: #000000;
	margin-top: 15px;
}
.steplistbox_limit_content2 {
	font-size: 2px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	color: #999999;
	margin-top: 2px;
}
.steplistbox_limit_image {
	width: 100%;
	height: auto;
	margin-top: 24px;
}