	@media only screen and (min-width: 320px) and (max-width: 750px) {
	
					}					
	@media only screen and (min-width: 751px) and (max-width:1200px) {	
	.form{width: 6.6rem;}	
				}
	@media only screen and (min-width: 1200px)  {
	.form{width: 6.6rem;}
				}
	.contact{background: url(../images/contactbg.webp) no-repeat;background-size: cover;padding: 0.28rem 0 0.32rem 0;}
	.form h1{font-size: 0.3rem;font-weight: 800;color: #596D7E;}
	.form .ms{font-size: max(12px, 0.16rem);color: #666666;margin: 7px 0 0.77rem 0;}
	.form .biaodan{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.form .inp{width: 45.45%;margin-bottom: 0.78rem;}
	.form input{width: -webkit-fill-available;font-size: max(12px, 0.16rem);padding: 0.04rem 0;background: none;
	border: none;outline: none;border-bottom: 1px solid #999;}
	.form .tex{width: 100%;}
	.form button{width: 1.62rem;height: 0.48rem;margin: 0.6rem 0 0 0;font-size: max(14px, 0.16rem);background: rgba(246,246,246,0.32);
	text-align: center;color: #596D7E;border: 1px solid #596D7E;border-radius: 23px;font-weight: 800;}
	