/* 移动端  */
@media screen and (max-width: 480px){
	body{
		font-size: 0.22rem;
	}
	.top-box{
		height: 5rem;
		box-shadow: none;
	}
	.top-con{
		width: 94%;
		padding: 0.2rem 0;
	}
	.logo{
		width: 0.7rem;
		height: 0.38rem;
	}
	.top-right{
		width: 100%;
		margin-top: 0.2rem;
	}
	.nav-item:first-child{
		margin-left: 0;
	}
	.main{
		width: 88%;
	}
	.show-box{
		margin-top: 0.4rem;
	}
	.font-mid{
		font-size: 0.32rem;
	}
	.title{
		font-size: 0.36rem;
	}
	.box-item{
		width: 1.64rem;
		font-size: 13px;
	}
	.mine-pic{
		margin-right: 0.08rem;
	}
	.btn-contact{
		padding: 0.04rem 0.26rem;
		margin-bottom: 0.2rem;
	}
	.contact-box .flex-box{
		flex-wrap: wrap;
	}
	.contact-item{
		width: 90%;
		margin-bottom: 0.2rem;
	}
	.footer-item{
		width: 25%;
	}
	.footer-item:last-child{
		width: 100%;
	}
	.footer-title{
		font-size: 0.26rem;
	}
	.code-pic{
		width: 2rem;
		height: 2rem;
	}
}
