.main {
	width: 62%;
	margin: 20px auto;

}

.b-btn {
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	padding: 0px 20px;
}

.m-title {
	width: 100%;
	line-height: 30px;
	margin: 20px auto;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
}

.m-title:nth-of-type(1) {
	/* border-bottom: 1px solid gainsboro; */
}

.inner-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.inleft {
	width: 73%;

}

.inright {
	width: 28%;

}

.list-box {
	padding: 10px;
	background-color: #FFFFFF;
	margin: 10px;
}

.list1,
.list2,
.list4,
.list3 {
	width: 96%;
	padding: 10px 2%;
	display: flex;
	flex-wrap: wrap;

}

.list1 {
	justify-content: space-between;
	align-items: center;
}

.l1-box {
	width: 28%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
	padding: 13px;
	border-radius: 5px;

}

.l1-box:hover {
	background-color: #F5F5F5;
}

.l1-img {
	display: block;
	width: 33%;
	border-radius: 10px;
	margin-right: 10px;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.l1-text {
	width: 50%;

}

.l1-text span {
	position: absolute;
	bottom: 2px;
	left: 91px;
	font-size: 11px;
	color: rgb(255, 153, 0);
}

.s-flex {
	display: flex;
	align-items: center;
	position: relative;
}

.b-btn {
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	padding: 4px 20px;
}

.l1-text p:nth-of-type(1),
.l1-text p:nth-of-type(2) {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

}

.l1-text p:nth-of-type(2) {
	font-weight: 400;
	line-height: 2;

}

.l1-text p:nth-of-type(3) {
	display: flex;
	font-size: 14px;
	color: #5F6368;
	align-items: center;

}

.order_num {
	display: none;
	font-size: 20px;
	font-weight: 600;
	margin-right: 20px;

}


.star {
	width: 14px;
	height: 14px;
	display: block;
}

.list2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px auto;
}

.list2 .l1-box {
	width: 29%;

}

.list2 .l1-box:hover {
	background-color: #F5F5F5;
}


.list2 .l1-img {
	width: 34%;
	height: 68px;
}

.list2 .l2-text {
	/* width: 70%;
	padding: 3px 0; */
}

.l2-text p:nth-of-type(1) {
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}

.l2-text p:nth-of-type(2) {
	font-size: 14px;
	color: #5F6368;
	line-height: 2.5;
}



.list3 {
	justify-content: space-between;
}

.l3-box {
	width: 23%;
	height: auto;
	/* background-color: #F0F3F8; */
	/* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); */
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}

.l3-box:hover {
	transform: translateY(-10px);
}

.l3-box:hover .l3-text {
	color: blue;
}

.l3-img {
	width: 100%;
	height: 150px;
	border-radius: 5px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.l3-text {
	width: 96%;
	padding: 10px 2%;
	font-size: 16px;
	/* font-weight: 600; */
}

.l3-box:nth-last-of-type(1) {
	margin-right: 0px;
}

.l3_text_bottom {
	display: flex;
	align-items: center;
	margin-top: 5px;
	justify-content: space-between;
}

.l3_text_bottom p {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(31, 30, 61, .55);
	text-transform: capitalize;
	border-radius: 15px;
	padding: 0 5px;
	border: 1px solid rgba(31, 30, 61, .3);
}

.list4 {
	box-shadow: none;
	justify-content: space-between;
}

.list4 .order_num {
	color: #E6CA7D;
	display: block;
}

.list4 .l1-box:nth-of-type(2) .order_num {
	color: #547DAF;
}

.list4 .l1-box:nth-of-type(3) .order_num {
	color: #956645;

}

.list4 .l1-box:nth-of-type(4) .order_num {
	color: #BBBBC4;
}

.list4 .l1-box:nth-of-type(1) {
	display: block;
	position: relative;
}

.list4 .l1-box:nth-of-type(1)::before {
	content: "";
	width: 100%;
	height: 100px;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../images/top1.webp);
	background-repeat: no-repeat;
	background-size: 65% 80%;
	background-position: center;
	z-index: 10;
}

.list4 .l1-box .l1-img {
	height: 80px;
}

.list4 .l1-box:nth-of-type(1) .l1-img {
	position: relative;
	z-index: 11;
	border: 4px solid #ECD48F;
}

.list4 .l1-box:nth-of-type(1) .l1-text {
	width: 80%;
}

.list4 .l1-box:nth-of-type(1) .l1-img,
.list4 .l1-box:nth-of-type(1) .l1-text {
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.list4 .l1-box:nth-of-type(1) .l1-text p:nth-of-type(1) {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	color: #856200;
}

.list4 .l1-box:nth-of-type(1) .l1-text p:nth-of-type(2) {
	text-align: center;
	border-radius: 10px;


}

.list4 .l1-box .l1-text p:nth-of-type(2) {
	display: inline-block;
	line-height: 1.5;
	font-size: 12px;
	padding: 0 10px;
	border: 1px solid rgba(31, 30, 61, .3);
	border-radius: 20px;
	color: rgba(31, 30, 61, .55);
	margin: 5px auto 0;
}

.list4 .l1-box {
	width: 100%;
}

.list7 {
	display: flex;
	flex-wrap: wrap;
}

.list7 .l3-box {
	width: 90%;
	margin:0 auto 15px;
}

.list7 .l3-img {

	height: 110px;
	margin: auto;
}

.list7 .l3-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.explore {
	width: 180px;
	line-height: 40px;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background-color: #ffffff;
	border: 2px solid #fff;
	box-shadow: .0546rem .0546rem .2729rem 0 rgb(10 148 228 / 50%);
	border-radius: .1364rem;
	position: relative;
}

.end {
	background-color: transparent;
	color: #000;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	box-shadow: 0px 0px 0px transparent;
	border: none;
}

.loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 999;
	display: flex;
	justify-content: center;
	border: 2px solid #000;
	align-items: center;
	display: none;
}

.loading::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-top-color: #000;
	animation: loading 1s linear infinite;
}

@keyframes loading {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width:1000px) {
	.main {
		width: 100%;
	}

	.list-box {
		margin: 0;
	}

	.l3-box {
		width: 47%;
	}

	.l3-img {
		height: 110px;
	}

	.l3-text {
		font-size: 16px;
		line-height: 1.5;
		font-weight: 600;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		padding: 5px 2%;
	}

	.list2 .l1-box {
		width: 100%;
	}

	.l1-box {
		width: 100%;
		position: relative;
	}

	.l1-box::after {
		position: absolute;
		top: 52px;
		color: #00a173;
		right: 0px;
		font-size: 14px;
		padding: 5px 20px;
		border-radius: 20px;
		content: "	Play";
		border: 1px solid #00a173;
	}

	.l2-text p:nth-of-type(1) {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;

	}

	.inner-box {
		flex-wrap: wrap;
	}

	.inleft,
	.inright {
		width: 100%;
		background-color: #FFFFFF;
		padding: 10px;
	}

	.l2-box {
		flex-wrap: wrap;
	}

	.l2-left {
		width: 100%;
	}

	.l2-bottom {
		padding: 10px 0;
	}

	.l2-img {
		width: 22%;
	}

	.l2-button {
		width: 100%;
		border-radius: 7px;
		margin-bottom: 20px;
	}

	.l2-right {
		width: 100%;
	}

	.list4 .l1-box:nth-of-type(1)::after {
		display: none;
	}

	.list4 .l1-box:nth-of-type(1)::before {
		height: 150px;
		top: 40px;
		background-size: 101% 106%;
	}

	.list4 .l1-box:nth-of-type(1) .l1-img {
		width: 60%;
		height: 150px;
	}

	.list4 .l1-box:nth-of-type(1) .l1-text p:nth-of-type(1) {
		font-size: 18px;
	}
	.list7 .l3-box{
		width: 100%;
		margin-bottom: 20px;
	}
	.list7 .l3-img {
		height: 180px;
	}
}