/*--------------------------------------------------------
 * 版权声明： 
 * @version       2013年6月13日 小朱$
 * @author        zhusr.com 小朱 QQ：514388881
 * @copyright     Copyright (c)  www.zhusr.com
 * @license       https://www.zhusr.com/license.html
 --------------------------------------------------------*/
body {
  font-family: "Noto Sans SC", sans-serif;
}
img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
  width: auto !important;
}
a{
	color: #000;
	text-decoration-line: none;
}

.zhusr-pc {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.zhusr-pc .img {
  text-align: center;
}
.zhusr-m {
  display: none;
}
.zhusr-ba p{
	margin-bottom: 35px;
}.zhusr-ba p{
	text-align: center;
}
.gabeian img {

 width: 20px !important;

 height: 20px !important;

 margin-right: 2px;

 vertical-align: middle;

 margin-bottom: 5px;

}
@media only screen and (max-width: 768px) {
  .zhusr-mbxs {
    display: none;
  }
  .zhusr-m {
    display: block;
  }  
 }
