@media (min-width: 768px) {
	.content{
		width: 100%;
		padding: 1vw 0;
		background-image: url('../img/dynamics/back.png');
		background-size: 100% 100%;
	}
	.box1{
		width: 72.91vw;
		margin: 3vw auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.box1_l{
		display: flex;
		flex-direction: column;
	}
	.box1 h2{
		font-weight: 600;
		font-size: 1.875vw;
		color: #333333;
		margin-bottom: 1.54vw;
	}
	.address{
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 600;
		font-size: 1.25vw;
		color: #333333;
	}
	.tips{
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 400;
		font-size: 0.937vw;
		color: #666666;
		margin-top: 3.125vw;
	}
	span{
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 600;
		font-size: 1.25vw;
		color: #333333;
		margin-top: 1vw;
	}
	.red {
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 600;
		font-size:1.77vw;
		color: #E80707;
	}
	.erweima{
		width: 7.8vw;
		height: 7.8vw;
		margin-top: 1vw;
	}
	#container{
		width: 36.45vw;
		height: 33.8vw;
		position: relative;
	}
	.form {
		width: 72.91vw;
		margin: 4vw auto;
	}
	.form h2{
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 600;
		font-size: 1.875vw;
		color: #333333;
		margin-bottom: 2.6vw;
	}
	.form p{
		width: 72.91vw;
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 400;
		font-size: 0.83vw;
		color: #666666;
		line-height: 1.66vw;
		margin-bottom: 3.125vw;
	}
	.inputBox{
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.inputBox input{
		width: 35vw;
		height: 2.97vw;
		padding-left: 0.9vw;
		background: #F8F8FA;
		border-radius: 5px 5px 5px 5px;
		border: none;
		font-weight: 400;
		font-size: 0.83vw;
		color: #999999;
	}
	.inputBox img{
		width: 9.4vw;
		height: 2.97vw;
		margin-left: 0.5vw;
	}
	.inputBox .btn {
		position: absolute;
		right: 0;
		width: 13.75vw;
		height: 2.97vw;
		background: #E80707;
		border-radius: 5px 5px 5px 5px;
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 400;
		font-size: 0.83vw;
		color: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.form textarea{
		width: 71.11vw;
		height: 11.65vw;
		padding: 0.9vw;
		background: #F8F8FA;
		border-radius: 5px 5px 5px 5px;
		border: none;
		font-weight: 400;
		font-size: 0.83vw;
		color: #999999;
		margin: 1vw 0;
	}
}