.head_nav ul li:nth-of-type(7)>a{border-bottom: 5px solid #DE0438;color: #DE0438;}
body{background: #efefef;}
.content{padding: 1rem 0 0;}
.content .title{width: 12rem;margin: auto;font-size: 0.4rem;color: #DE0438;padding-bottom: 1rem;}
.content .s-content{width: 12rem;margin: auto;display: flex;justify-content: space-between;}
.content .s-content form {display: flex;flex-direction: column;}
.content .s-content form span{font-size:0.2rem;line-height: 0.35rem;padding-top: 0.2rem;}
.content .s-content form input{width: 6.8rem;height: 0.6rem;font-size: 0.2rem;border: none;outline:none;border-radius: 8px;padding:0 0.3rem;}
.content .s-content form input:focus{border:none;}
.content .s-content form input[type=button]{width: 1rem;margin-top: 0.3rem;font-size: 0.2rem;color: #fff;background: #000;border-radius: unset;height: 0.5rem;padding: 0;cursor: pointer;}
.content .s-content form textarea{width: 6.8rem;border: none;outline:none;border-radius: 8px;height: 1.8rem;max-width: 6.8rem;font-size: 0.2rem;padding: 0.3rem;}
.content .s-content .right{padding-top: 0.5rem;}
.content .s-content .right .item{display: flex;align-items: center;justify-content: center;padding-bottom: 0.4rem;}
.content .s-content .right .item .ig{font-size: 0;width: 0.65rem;}
.content .s-content .right .item .ig img{width:100%;}
.content .s-content .right .item .desc{font-size: 0.25rem;width: 2.75rem;padding-left: 0.3rem;}
body,html,#allmap {width: 100%;height: 100%;margin: 0;}
.map{width: 12rem;height:6.6rem;margin: auto;padding-top: 0.7rem;}
#allmap{border-radius: 20px;}










@media screen and (max-width: 770px) {
	.content{padding-top: 0.5rem;}
	.content .title{width: 90%;font-size: 0.32rem;padding-bottom: 0.24rem;}
	.content .s-content{width:90%;}
	.content .s-content form input{height: 0.4rem;font-size: 0.2rem;}
	.content .s-content form textarea{height: 0.6rem;font-size: 0.2rem;}
	.content .s-content form input,.content .s-content form textarea{width: 100%;max-width: 350px;}
	.content .s-content .right{padding-left: 0.5rem;}
	.content .s-content .right .item .desc{width: 70%;font-size: 0.18rem;padding-left: 0.15rem;}
	.content .s-content .right .item .ig{width: 15%;}
	
	.content .s-content .right .item{justify-content:flex-end}
	.content .s-content form input[type=button]{margin-top: 0.24rem;}
	.left{width: 50%;}
	.map{width: 90%;height: 40%;}
	
	
	
	
	@media screen and (max-width: 760px) {
		.content .title{font-size: 20px;}
		.content .s-content form span{font-size: 16px;line-height: 30px;}
		.left{width: 80%;}
		.content .s-content form input{height: 30px;font-size: 14px;}
		.content .s-content{flex-direction: column;}
		.content .s-content form input[type=button]{margin-top: 24px;width: 100px;font-size: 16px;}
		.content .s-content .right .item{justify-content: unset;}
		.content .s-content .right .item .ig{width: 12%;}
		.content .s-content .right .item .desc{font-size: 14px;padding-left: 5%;width: 95%;}
		.content .s-content form textarea{height: 50px;}
		.map{padding-top: 24px;}
		.content .s-content .right{padding-left: 0;}
		
	}
	
	
	
	
	
}





