<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 992px) {
	.wap_header {
		display: block;
	}

	.pc_header {
		display: none;
	}

	#ups-banner {
		display: none;
	}

	.wap_bann {
		display: block;
	}


	.wap_footer {
		display: block;
	}

	.pc_footer {
		display: none;
	}
}

@media (max-width: 768px) {
	#ups-banner {
		display: none;
	}

	.wap_bann {
		display: block;
	}

	.wap_header {
		display: block;
	}

	.pc_header {
		display: none;
	}

	.wap_footer {
		display: block;
	}

	.pc_footer {
		display: none;
	}







	/* bannå¼€å§‹ */
	.wap_bann {
		width: 100%;
		height: 360px;
		overflow: hidden;
		position: relative;
	}

	.swiper-slide {
		width: 100%;
		height: 100%;
		text-align: center;
		font-size: 18px;
		background: #fff;

		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.swiper-pagination {
		position: absolute;
		margin-bottom: -20px;
		top: 0;
	}

	/* bannç»“æŸ */


	/* å‰¯å¯¼èˆªå¼€å§‹ */
	.index_dh {
		width: 90%;
		margin: 0 auto;
		background-color: #fff;
		height: auto;
		min-height: 80px;
	}

	.index_dh .index_dh_ul {
		padding: 0;
		margin: 0;
		display: flex;
		/* justify-content: space-around; */
		line-height: 30px;
	}

	.index_dh .index_dh_ul .index_dh_li {
		font-size: 20px;
		padding: 0.3rem;
		background-color: #ebf7fe;
	}

	.index_dh .index_dh_ul .index_dh_li a {
		color: #008fd0;
	}

	/* å‰¯å¯¼èˆªç»“æŸ*/


	/* é¦–é¡µä¸»ä½“å†…å®¹å¼€å§‹ */
	.index_main {
		width: 85%;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}

	.prdeuct_bt {
		font-size: 20px;
	}

	.index_product_table {
		clear: left;
	}






	/*  .product_yy {
        clear: right;
    } */

	.product_yy.pull-right {
		clear: right;
	}

	.index_product_table.pull-left {
		clear: both !important;
	}

	.pull-left {
		clear: both !important;

	}

	/* é¦–é¡µä¸»ä½“å†…å®¹ç»“æŸ */
}</pre></body></html>