/**
 * base.less
 * 函数调用
 */
/**
 * 全站颜色汇总
 */
.page-footer {
  background-color: #f5f5f5;
}
.mod-footer {
  padding: 30px 0;
  text-align: center;
}
.mod-footer .col-3 {
  *width: 24%;
}
.mod-footer .item {
  width: 90px;
  line-height: 33px;
}
.mod-footer .qrcode {
  width: 96px;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
.mod-footer .tit {
  font-size: 18px;
}
.mod-footer a {
  display: block;
  color: #666;
}
.mod-footer .ico {
  margin-top: -1px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}
.mod-footer .logogray {
  margin-top: 35px;
  float: right;
}
.mod-footer .cp {
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
  line-height: 74px;
  font-size: 13px;
  color: #999;
}
.m-gotop {
  position: fixed;
  z-index: 100;
  right: 44px;
  bottom: 100px;
  width: 40px;
  height: 36px;
  background: url(/web/view_cn/common/footer/img/gotop_60642f9.png) center center rgba(0, 0, 0, 0.2);
  display: none;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.m-gotop:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
