.indexbox {
	display: flex;
	width: calc(100% - 40px);
	padding: 0 20px;
	flex-direction: column;
	align-items: center;
}
.topbag {
	width: 100%;
	height: auto;
}
.tagbox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}
.tagbox_limit {
	font-size: 3vw;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333333;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
}
.tagbox_limit_img {
	width: 50%;
	height: auto;
	margin-bottom: 6px;
}
.whybag {
	width: calc(100% - 50px);
	height: auto;
	margin-top: 44px;
}
.homevideobox {
	width: calc(100% - 40px);
	height: auto;
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 18px;
}
.homevideobox_bag {
	width: 100%;
	height: auto;
	border-radius: 13px;
}
.videoplayicon {
	width: 11%;
	height: auto;
	position: absolute;
}
.whylistbox {
	width: calc(100% - 40px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tipstext {
	font-size: 3vw;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	color: #999999;
	margin-top: 10px;
}
.whylisticon {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.listtitletext {
	font-size: 6vw;
	margin-top: 52px;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: 800;
	text-align: left;
	color: #333333;
	border-bottom: 1px solid #CECECE;
	padding-bottom: 10px;
}
.listcontenttext {
	font-size: 3.5vw;
	margin-top: 10px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333333;
}
.listlimitbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.listlimitbox_limit {
	width: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 3.5vw;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333333;
	margin-top: 30px;
}
.listlimitbox_limit_icon {
	width: 30%;
	height: auto;
	margin-bottom: 2px;
}
.listbigicon {
	width: 100%;
	height: auto;
	margin-top: 32px;
}
.homefottericon {
	width: 100%;
	margin-top: 17px;
	height: auto;
}