.contact{
	margin-top: 0.4rem;
}
.contact .title{
	font-size: 0.4rem;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 0.37rem;
	text-align: center;
}
.contact .wrap{
	text-align: center;
	padding: 0.84rem 0;
	position: relative;
}
.contact .wrap:after{
	content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #c9c9c9;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius:0.2rem;
}
.contact .wrap p{
	font-size: 0.24rem;
	color: #000;
	margin-bottom: 0.25rem;
	letter-spacing: 1px;
}
.contact .wrap h1{
	font-size: 0.3rem;
	color: #000;
	margin-bottom: 0.66rem;
	padding: 0 0.2rem;
}
.contact .wrap h1 a{
	font-size: 0.3rem;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.66rem;
}
.contact .wrap h1:last-child{
	margin-bottom: 0;
}
.contact .link{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 1.18rem;
}
.contact .link div{
	-webkit-flex:1;
	flex: 1;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.contact .link div p{
	font-size: 0.24rem;
	color: #000;
	letter-spacing: 1px;
	margin-top: 0.3rem;
}
.contact .link img{
	display:inline-block;
	width: 1.85rem;
	height:auto;
}
.contact .link .pic:first-child{
	position: relative;
}
.contact .link .pic:first-child:after{
	content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e1e1e1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}