* {
	font-family: 微软雅黑;
}
.mobile {
min-height:100%;
background: url(/skin/images/mobile/topbg.png) left top no-repeat;
background-size: contain;
}
.mobile .logo {
margin: 25px auto;
margin-bottom: 15px;
}
.mobile .logo img {
margin:0 auto;
height: 35px; 
}

.mobile .nav-button {
	min-height: 300px;
    margin-top: -20px;
    padding-top: 90px;
    background: url(/skin/images/mobile/bottom.png) left top no-repeat;
    background-size: 100%;
}
.mobile .nav-button .col-xs-3 {
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 25px;
}

.mobile .item img {
	border-radius: 100%;
    border: 2px solid #fff;
}



