@media screen and (max-width: 1790px) {
	#headerContainer {
		padding: 10px 0 30px 0;
	}

	#headerContainer .right-wrapper {
		width: 100%;
	}

	#headerContainer .left-wrapper {
		width: max-content;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background-color: rgba(255, 255, 255, 0.86);
		padding: 16px;
		border-radius: 8px;
	}

	#headerContainer .left-wrapper .p-title {
		font-size: 36px;
	}

	#headerContainer .left-wrapper .p-sub-title {
		font-size: 18px;
		padding-top: 0px;
		line-height: 18px;
	}

	.title-wrapper {
		margin-bottom: 24px;
	}

	.title-wrapper .section-title {
		font-size: 24px;
		line-height: 32px;
	}

	.newest-section .product-swiper {
		/* height: 1952px; */
		min-height: 1850px;
		height: auto;
	}

	.newest-section .product-swiper .swiper-pagination {
		position: relative;
		margin-top: 15px;
	}

	.newest-section .product-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		padding: 0 16px;
	}

	.newest-section .product-item .down-wrapper .p-name {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 8px;
	}

	.newest-section .product-item .down-wrapper .d-name {
		font-size: 18px;
		line-height: 20px;
		padding-bottom: 6px;
	}

	.newest-section .product-item .down-wrapper .y-tip {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 8px;
	}

	.newest-section .product-item .down-wrapper .p-detail {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 12px;
	}

	.newest-section .product-item .down-wrapper .btn-wrapper .wechat-icon {
		width: 24px;
		height: 24px;
	}

	#blogSection {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#blogSection .blog-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
		padding: 0 16px;
	}

	#blogSection .blog-list .blog-item .down-wrapper {
		padding: 16px;
	}

	#blogSection .blog-list .blog-item .down-wrapper .btns .btn-wrapper {
		background-color: #ffffff;
	}

	.layui-laypage a,
	.layui-laypage span {
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		font-weight: bold;
		margin: 0 1px;
		padding: 0 12px;
	}

	#blogSection .blog-list .blog-item .down-wrapper .b-title {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 4px;
	}

	#blogSection .blog-list .blog-item .down-wrapper .b-detail {
		font-size: 14px;
		line-height: 22px;
	}

	#blogSection .blog-list .blog-item .down-wrapper .btns {
		padding-top: 8px;
	}

	.newest-section .product-item .down-wrapper .btn-wrapper {
		padding: 8px 18px !important;
	}

	#blogSection .blog-list .blog-item .down-wrapper .btns .btn-wrapper {
		padding: 4px !important;
	}

	.mobile-mode .btn-wrapper {
		line-height: 18px;
		padding-bottom: 4px;
	}

	#blogSection .blog-list .blog-item .down-wrapper .btns .btn-wrapper .btn-txt {
		font-size: 16px;
		line-height: 22px;
	}

	#blogSection .blog-list .blog-item .down-wrapper .btns .btn-wrapper .blue-arrow {
		width: 14px;
		height: 14px;
		margin-left: 8px;
	}
}