@import url(common.css);
.main {
  	-webkit-flex: 1;
  	width: 100%;
  	padding-top:.48rem;
	background: #eee;
  	overflow-y: scroll;
}
.main h2{
	font-size: .48rem;
	color:#333;
	text-align: center;
	font-weight: normal;
	margin-bottom: .36rem;
}


.contact-list{
	width:100%;
	border-top: 1px solid #dedfe0;
	border-bottom: 1px solid #dedfe0;
	background: white;
	padding-left:.32rem;
}
.contact-list li{
	width:100%;
	padding: .24rem .52rem .24rem .58rem;
	position: relative;
	border-top: 1px solid #eee;
	color:#333;
	font-size: .3rem;
}
.contact-list .icon:before{
	content:"";
	position: absolute;
	left:0rem;
	top:.32rem;
	width: .25rem;
	height: .30rem;
	background: url(../images/QQqun_icon@2x.png) no-repeat;
	background-size: 100% 100%;
}
.contact-list .two:before{
	width:.22rem;
	height: .30rem;
	top:.32rem;
	background: url(../images/kefudianhua_icon@2x.png) no-repeat;
	background-size: 100% 100%;
}
.contact-list .three:before{
	width:.28rem;
	height: .21rem;
	top:.35rem;
	background: url(../images/kefuyouxiang_icon@2x.png) no-repeat;
	background-size: 100% 100%;
}
.contact-list .four:before{
	width:.28rem;
	height: .24rem;
	top:.34rem;
	background: url(../images/shangwuhezuo_icon@2x.png) no-repeat;
	background-size: 100% 100%;
}

.contact-list .list-style{
	border-bottom:1px solid #dedfe0;
}
.contact-list span{
	position: absolute;
	font-size: .24rem;
	color:#929292;
	right:.22rem;
	top:.3rem;
}
.contact-list .tel{
	color:#2dc3e8;
}
.contact-erweima{
	width:100%;
	text-align: center;
	background: #eee;
	padding-top:.78rem;
	padding-bottom: .84rem;
}
.contact-erweima>span{
	display: inline-block;
	width:2.84rem;
	height: 2.84rem;
}
.contact-erweima img{
	width:100%;
	height: 100%;
}
.contact-erweima>p{
	color:#333;
	font-size: .3rem;
	margin-top:.22rem;
}