<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 768px){
	.function-box{
		grid-template-columns: 1fr;
		grid-gap:15px;
	}
	.banner-title{
		width: 100%;
	}

	.banner-image{
		display: none;
	}
	.banner{
		padding:55px 0;
	}

	.banner-title h2{
		font-size: 28px;
		text-align: center;
	}

	.banner-title h3{
		font-size: 24px;
		text-align: center;
	}

	.banner-title p{
		font-size: 16px;
		margin-top: 10px;
	}

	.banner-btn-group a{
		display: block;
		width: 50%;
		font-size: 14px;
		text-align: center;
	}

	.function{
		padding:15px 0;
	}

	.faq,.webdata{
		padding:15px 0;
	}

	.webdata-l{
		width: 100%;
	}

	.webdata-r{
		display: none;
	}

	.webdata-l-box{
		width: 95%;
		margin: auto;
	}

	.webdata-l h2{
		font-size: 28px;
		text-align: center;

	}

	.webdata-l p{
		width: 95%;
		margin: auto;
		text-align: center;
		margin-bottom: 15px;
	}

	.footer-box{
		width: 95%;
		margin: auto;
		grid-template-columns: 1fr;
		text-align: center;
	}

	.footer-item img{
		margin: auto;
	}

	.footer{
		padding:35px 0;
	}

	.webdata-l-box-item h3{
		font-size: 18px;
	}

	.webdata-l-box-item div{
		font-size: 24px;
	}

	.faq-title img{
		width: 22px;
	}

	.faq-title span{
		font-size: 14px;
	}

	.faq-content p{
		font-size: 14px;
	}

	.logocate{
		display: none;
	}

	.headerbox{
		width: 95%;
		margin: auto;
	}

	.logo{
		width: 50%
	}

	.nav{
		width: 50%;
	}
}

</pre></body></html>