* {
	margin: 0;
	padding: 0;
}
body {
	min-width: 7.5rem;
	margin: 0 auto;
	background: #f5f5f5;
}
img {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}
.cl {
	clear: both;
}
.l {
	float: left;
}
.r {
	float: right;
}
.m {
	width: 6.9rem;
	margin: 0 auto;
	overflow: hidden;
}
a {
	text-decoration: none;
}
button {
	outline: none;
	border: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}

.customerService {
	margin-top: 0.3rem;
}
.customerService dl {
	height: 1.2rem;
	background: #fff;
	margin-bottom: 0.3rem;
	border-radius: 0.15rem;
	overflow: hidden;
}
.customerService dl dt {
	margin-top: 0.3rem;
	float: left;
	width: 4.8rem;
}
.customerService dl dt i {
	width: 0.06rem;
	height: 0.3rem;
	background: #d12d25;
	float: left;
	border-radius: 0.03rem;
}
.customerService dl dt b {
	font-size: 0.3rem;
	display: block;
	line-height: 0.3rem;
	margin-left: 0.15rem;
}
.customerService dl dt span {
	font-size: 0.2rem;
	color: #999999;
	display: block;
	margin-left: 0.16rem;
	margin-top: 0.15rem;
	line-height: 0.2rem;
}
.customerService dl dd {
	float: right;
	margin-top: 0.25rem;
}
.customerService dl dd a {
	float: left;
	width: 0.71rem;
	height: 0.8rem;
	color: #333;
	text-align: center;
	margin-right: 0.25rem;
}
.customerService dl dd a:first-child {
	background: url(../img/icon.jpg);
	background-size: 100% 100%;
}
.customerService dl dd a:last-child {
	background: url(../img/icon1.jpg);
	background-size: 100% 100%;
}

.m-zx-sider {
    display: none;
}
































