.mp {
	background: #111827;
	padding: 40px 0 0;
	color: #FFF;
}
.mp__top {
	position: relative;
	height: 1050px;
	text-align: center;
	margin-bottom: -190px;
}
.mp__top-img {
	position: absolute;
	top: 0;
	margin: auto;
}
.mp__logo {
	position: relative;
	z-index: 3;
	font-size: 24px;
	margin-bottom: 84px;
}
.mp__top-title {
	position: relative;
	z-index: 2;
	font-size: 80px;
	margin-bottom: 40px;
}
.mp__top-text {
	position: relative;
	z-index: 2;
	width: 80%;
	font-size: 30px;
	line-height: 150%;
	margin: 0 auto;
	margin-bottom: 28px;
}
.mp__top-btns {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.mp__top-btns .btn {
	padding: 20px 47px;
	width: 290px;
}
.mp__btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.mp__btn img {
	max-width: 24px;
	min-width: 24px;
	margin-right: 8px;
}
.mp__top-img-xs {
	display: none;
}
@media(min-width: 1450px) {
	.mp__top-img {
		top: -100px;
	}
}
@media(max-width: 1400px) {
	.mp__top-title {
		font-size: 60px;
	}
	.mp__top-text {
		font-size: 24px;
		line-height: 150%;
	}
}
@media(max-width: 1200px) {
	.mp__top {
		height: 900px;
	}
	.mp__top-img {
		top: 40px;
	}
}
@media(max-width: 992px) {
	.mp__top {
		height: 780px;
	}
	.mp__top-title {
		font-size: 40px;
		line-height: 48px;
	}
	.mp__top-text {
		font-size: 18px;
		line-height: 24px;
	}
	.mp__top-btns .btn {
		min-height: 40px;
        padding: 11px 24px;
        font-size: 14px;
        line-height: 16px;
        width: auto;
	}
}
@media(max-width: 767px) {
	.mp__top {
		height: 1000px;
		background-image: url(/assets/images/mp/top-bg.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	.mp__logo {
		font-size: 20px;
		margin-bottom: 50px;
	}
	.mp__top-img {
		display: none;
	}
	.mp__top-img-xs {
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.mp__top-img-xs img:last-child {
		display: none;
	}
	.mp__top-title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 12px;
	}
	.mp__top-text {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 24px;
	}
	.mp__top-btns {
		flex-direction: column;
	}
}
@media(max-width: 400px) {
	.mp__top {
		margin-bottom: -100px;
	}
	.mp__top-img-xs img:last-child {
		display: inline-block;
	}
	.mp__top-img-xs img:first-child {
		display: none;
	}
}

.mp__goods {
	text-align: center;
	padding: 70px 0;
	overflow: hidden;
}
.mp__goods .swiper-container {
    overflow: visible;
}
.mp__goods-list .swiper-slide {
    width: 344px;
    margin-left: 8px;
}
.mp__goods-list .swiper-button-prev, .mp__goods-list .swiper-button-next {
	width: 40px;
    height: 40px;
    top: 250px;
    border-radius: 50%;
    color: #111827;
    line-height: 40px;
    background: #FFF;
    text-align: center;
    box-shadow: 0px 1px 2px 0px rgba(106, 122, 152, 0.15);
}
.mp__goods-list .swiper-button-prev .icomoon, .mp__goods-list .swiper-button-next .icomoon {
	font-size: 24px;
	color: #000;
}
.mp__goods-list .swiper-button-prev:after, .mp__goods-list .swiper-button-next:after {
	content: none;
}
.mp__goods-list .swiper-button-prev {
	left: 10px;
}
.mp__goods-list .swiper-button-next {
	right: 10px;
}
.mp__goods--white {
	background: #FFF;
	color: #000;
}
.mp__goods-text {
	width: 60%;
	font-size: 18px;
	line-height: 24px;
	margin: 0 auto 40px;
}
.mp__goods-item-img {
	position: relative;
	height: 453px;
	border-radius: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.mp__goods-item-img-in {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	transition: all linear 0.3s;
}
.mp__goods-item:hover .mp__goods-item-img-in {
	transform: scale(1.02);
}
.mp__goods-item .btn {
	margin-bottom: 8px;
}
.mp__goods-btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.mp__goods-btns .btn {
	padding: 20px 47px;
	width: 290px;
}
@media(max-width: 992px) {
	.mp__goods {
		padding: 28px 0;
	}
	.mp__goods--white {
		padding: 48px 0;
	}
	.mp__goods-text {
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 30px;
	}
	.mp__goods .h0 {
		margin-bottom: 12px;
	}
	.mp__goods-list .swiper-slide {
	    width: 328px;
	    margin-left: 8px;
	}
	.mp__goods-item-img {
		height: 437px;
	}
}

.mp__parf {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-bottom: 50px;
}
.mp__parf-item .btn {
	margin-top: 8px;
}
.mp__parf-item-img {
	position: relative;
	height: 570px;
	border-radius: 20px;
	overflow: hidden;
}
.mp__parf-item-img-in {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	transition: all linear 0.3s;
}
.mp__parf-item:hover .mp__parf-item-img-in {
	transform: scale(1.02);
}
@media(max-width: 767px) {
	.mp__parf {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		margin-bottom: 30px;
	}
	.mp__parf-item-img {
		height: 266px;
	}
	.mp__goods-btns {
		padding: 0 16px;
	}
	.mp__goods-btns .btn {
		min-height: 40px;
        padding: 11px 24px;
        font-size: 14px;
        line-height: 16px;
        width: 100%;
	}
}

.mp__aw {
	padding: 10px 0 80px;
	background: #FFF;
	color: #000;
	text-align: center;
}
.mp__aw-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	text-align: left;
}
.mp__aw-text {
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
}
@media(max-width: 992px) {
	.mp__aw {
		padding: 10px 0 48px;
	}
	.mp__aw-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.mp__aw-text {
		font-size: 14px;
		margin-top: 12px;
	}
}
.mp__footer {
	position: relative;
	height: 170px;
	text-align: center;
	overflow: hidden;
	background-image: url(/assets/images/mp/bottom.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.mp__footer .icomoon {
	position: absolute;
	font-size: 32px;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
}
@media(max-width: 767px) {
	.mp__footer .icomoon {
		font-size: 20px;
	}
	.mp__footer img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
}