/**
 * 图片的垂直居中，注意容器不能设置float，会破坏display的效果，有需要建议在外层增加一层div包裹
 *
 * 正常使用，将该方法设置给img的父元素即可:
 *    div.pic-wrapper
 *      img
 * 若元素需要float:
 *    div.float
 *      div.pic-wrapper
 *        img
 * @param width
 * @param height
 */
/**
 * 兼容一个参数的写法，长宽相等
 */
.qrqm-home-horn .module-wrap a:visited,
.qrqm-home-horn .module-wrap a:hover,
.qrqm-home-horn .module-wrap a:link,
.qrqm-home-horn .module-wrap a:active {
  text-decoration: none;
}
.qrqm-home-horn .module-wrap .horn-box {
  text-align: center;
  background: #373d41;
  white-space: nowrap;
}
.qrqm-home-horn .module-wrap .horn-box .horn-icon {
  width: 16px;
  margin-right: 6px;
  vertical-align: text-bottom;
}
.qrqm-home-horn .module-wrap .horn-box .horn-text {
  font-size: 12px;
  line-height: 60px;
  color: #ffffff;
  transition: all 0.2s ease-in;
}
.qrqm-home-horn .module-wrap .horn-box .horn-text:hover {
  color: #00c1de;
}
