.section1 .base_width .videos {
	overflow-x: auto;
	margin-top: 30px;
	gap: 0 20px;
	display: flex;
}

.section1 .base_width .videos::-webkit-scrollbar {
	display: none;
}

.section1 .base_width .videos a {
	width: 385px;
	flex-shrink: 0;
	display: block;
}

.section1 .base_width .videos a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section2 {
	background-color: #f9f9f9;
	text-align: center;
}

.section2 .base_width .icon {
	margin-bottom: 20px;
}

.section2 .base_width .review {
	overflow: hidden;
	margin-top: 20px;
}

.section2 .base_width .review .shadow_box_wrap {
	padding: 25px;
	gap: 20px;
	flex-flow: wrap;
	display: flex;
}

.section2 .base_width .review .shadow_box {
	width: calc(25% - 15px);
	height: auto;
	background-color: #fff;
	border-radius: 15px;
	padding: 25px 25px 15px;
	text-align: left;
	flex-flow: column;
	display: flex;
}

.section2 .base_width .review .shadow_box .title {
	overflow: hidden;
	height: 48px;
	line-height: 24px;
	font-size: 20px;
	font-weight: 600;
	text-overflow: ellipsis;
	word-break: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	flex-shrink: 0;
	display: -webkit-box;
}

.section2 .base_width .review .shadow_box .content {
	height: 100%;
	line-height: 20px;
	font-size: 15px;
	margin: 15px 0;
}

.section2 .base_width .review .shadow_box .name {
	font-size: 15px;
	margin-bottom: 5px;
	flex-shrink: 0;
}

.section2 .base_width .review .shadow_box .score {
	font-size: 20px;
	font-weight: 600;
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

.section2 .base_width .review .shadow_box .score img {
	margin-right: 10px;
}

.section2 .base_width .btn_wrap {
	width: fit-content;
	margin: 25px auto 40px;
	gap: 0 10px;
	display: flex;
}

.section2 .base_width .btn_wrap .swiper-btn {
	cursor: pointer;
}

.section2 .base_width .btn_wrap .swiper-button-disabled {
	opacity: 0.4;
	cursor: no-drop;
}

.section3 {
	height: 300px;
	background: linear-gradient(var(--brand-color), #f84949);
}

.section3 * {
	position: relative;
	z-index: 2;
	color: #fff;
}

.section3 .base_width {
	position: relative;
}

.section3 .base_width .text-common {
	margin-bottom: 30px;
}

.section3 .base_width .link_btn {
	margin: 25px 0 0;
}

.section3 .base_width img {
	position: absolute;
	bottom: -82px;
	right: 12%;
	z-index: 1;
}

@media(max-width: 1250px) {
	.section1 .base_width .videos {
		padding: 0 25px;
	}

	.section3 .base_width .txt {
		padding-left: 25px;
	}

	.section3 .base_width .link_btn {
		margin-left: 25px;
	}
}

@media(max-width: 1200px) {
	.section2 .base_width .review_wrap {
		width: 100%;
		overflow-x: auto;
	}

	.section2 .base_width .review_wrap::-webkit-scrollbar {
		height: 6px;
	}

	.section2 .base_width .review_wrap::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0.1);
		border-radius: 10px;
	}

	.section2 .base_width .review_wrap::-webkit-scrollbar-thumb {
		background-color: var(--brand-color);
		border: 0;
		border-radius: 10px;
	}

	.section2 .base_width .review_wrap .review {
		width: 1200px;
	}
}

@media(max-width: 1024px) {
	.section3 .base_width img {
		right: 15px;
	}
}

@media(max-width: 768px) {
	.section2 .base_width .icon {
		width: 60px;
	}

	.section2 .base_width .review_wrap .review {
		width: 1090px;
	}

	.section2 .base_width .review .shadow_box {
		width: 245px;
		padding: 20px 20px 15px;
	}

	.section3 {
		height: 255px;
	}

	.section3 .base_width img {
		width: 270px;
	}
}

@media(max-width: 480px) {
	.section1 .base_width .videos {
		margin-top: 20px;
	}

	.section1 .base_width .videos a {
		width: 255px;
	}

	.section2 .base_width .icon {
		width: 50px;
	}

	.section2 .base_width .review_wrap .review {
		width: 950px;
	}

	.section2 .base_width .review .shadow_box {
		width: 210px;
		padding: 15px 15px 10px;
		border-radius: 10px;
	}

	.section2 .base_width .review .shadow_box .title {
		height: 40px;
		line-height: 20px;
		font-size: 17px;
	}

	.section2 .base_width .review .shadow_box .content {
		line-height: 17px;
		font-size: 13px;
		margin: 10px 0 15px;
	}

	.section2 .base_width .review .shadow_box .name {
		font-size: 13px;
	}

	.section2 .base_width .review .shadow_box .score {
		font-size: 17px;
	}

	.section2 .base_width .review .shadow_box .score img {
		position: relative;
		top: -2px;
		width: 15px;
	}

	.section2 .base_width .btn_wrap {
		margin-bottom: 25px;
	}

	.section2 .base_width .btn_wrap img {
		width: 28px;
	}

	.section3 {
		height: 220px;
	}

	.section3 .base_width img {
		width: 200px;
		bottom: -22px;
	}
}

@media(max-width: 360px) {
	.section2 .base_width .icon {
		width: 40px;
	}

	.section3 {
		height: 210px;
	}

	.section3 .base_width img {
		width: 180px;
		bottom: -25px;
	}
}