.weichat{
	width: 7.5rem;
	padding-bottom: 0.5rem;
	background: url(../images/weichat-bg.png) no-repeat;
	background-size:cover ;
	margin-top: 1.24rem;
}
.weichat .top{
	padding: 0 1.58rem;
	padding-top: 0.56rem;
	padding-bottom: 1.28rem;
}
.weichat .top p{
	width: 4.34rem;
	height: 1.33rem;
	
}
.weichatList{
	width: 5.14rem;
	height: 9.88rem;
	padding: 0 1.18rem;
	position: relative;
}
.weichatList ul{
	display: -moz-box;  /* Firefox */
	display: -ms-flexbox;    /* IE10 */
	display: -webkit-box;    /* Safari */ 
	display: -webkit-flex;    /* Chrome, WebKit */
	display: box; 
	display: flexbox; 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	
}
.weichatList ul li{
	height: 1.88rem;
	width: 1.88rem;
	background: rgba(51,51,51,0.6);
	margin-bottom: 1.18rem;
	display: flex;
	flex-direction: column;
}
.weichatList ul li:nth-of-type(1){
	background: rgba(28,172,139,0.6);
}
.weichatList ul li i{
	display:inline-block;
	margin-bottom: 0.24rem;
	margin-left: 0.7rem;
	margin-top: 0.5rem;
}
.weichatList ul li:nth-of-type(1) i{
	width: 0.5rem;
	height: 0.48rem;
}
.weichatList ul li:nth-of-type(2) i{
	width: 0.48rem;
	height: 0.48rem;
}
.weichatList ul li:nth-of-type(3) i{
	width: 0.39rem;
	height: 0.52rem;
}

.weichatList ul li:nth-of-type(4) i{
	width: 0.48rem;
	height: 0.48rem;
}
.weichatList ul li:nth-of-type(5) i{
	width: 0.47rem;
	height: 0.46rem;
}
.weichatList ul li:nth-of-type(6) i{
	width: 0.52rem;
	height: 0.46rem;
}
.weichatList ul li span{
	text-align: center;
	font-size: 0.12rem;
	color: #ffffff;
}
.weichatList em:nth-of-type(2n){
	display: block;
	width: 0.26rem;
	height: 0.81rem;
	position: absolute;
	z-index: 998;
}
.weichatList em:nth-of-type(2n+1){
	display: block;
	width: 0.81rem;
	height: 0.28rem;
	position: absolute;
	z-index: 998;
}
.weichatList em:nth-of-type(1){
	top: 0.85rem;
	left: 3.37rem;
}
.weichatList em:nth-of-type(2){
	top: 2.06rem;
	left: 5.26rem;
}
.weichatList em:nth-of-type(3){
	top: 3.93rem;
	left: 3.37rem;
}
.weichatList em:nth-of-type(4){
	top: 5.14rem;
	left: 2.01rem;
}

.weichatList em:nth-of-type(5){
	top: 6.97rem;
	left: 3.37rem;
}