/*
	你的代码写在这里
	style.css是style.less生成的，不要直接改动style.css的内容，不然会被style.less覆盖
*/
/* .footer .link-list .list {
  width: 15%;
} */
.header .tel a {
  font-size: 2.8rem;
}
.header .tel p {
  font-size: 1.8rem;
}
.header .tel {
  margin-top: 28px;
}
@media only screen and (max-width: 1200px){
	.product .side .title {
		background: url(../images/menu.png) no-repeat right 0 center;
		background-size: 80px auto;
	}
}