/**快捷菜单**/
.fast-sha {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  position: fixed;
  display: none;
  left: 0;
  top: 0;
}
.fastnav {
  width: 210px;
  height: 100px;
  position: fixed;
  bottom: 65px;
  right: -210px;
  background: white;
  border-radius: 6px 0 0 6px;
  padding: 10px;
  box-sizing: border-box;
  transition: all .4s ease;
}
.fastnav .fast {
  display: block;
  width: 48px;
  height: 37px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 12px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  left: -48px;
  top: 33px;
}
.fastnav .fast.hui img {
  transform: rotate(180deg);
}
.fastnav .fast img {
  width: 18px;
  height: 20px;
  float: left;
  margin-top: 8px;
}
.fastnav .fast i {
  width: 28px;
  color: white;
  display: block;
  font-style: normal;
  transform: scale(0.9);
  letter-spacing: 2px;
  float: left;
  margin-top: 1px;
}
.fastnav ul {
  overflow: hidden;
  margin-top: -5px;
}
.fastnav ul li {
  width: 25%;
  float: left;
  text-align: center;
  margin-top: 7px;
}
.fastnav ul li img {
  width: 36%;
}
.fastnav ul li span {
  display: block;
  text-align: center;
  font-size: 12px;
}

footer.log-footer
{
    padding-top:20px;
    padding-bottom:80px;
    text-align:center;
    
}

span#cnzz_stat_icon_1254147565
{
    display:none;
}

.jifen{
	display: inline-block;
	font-weight: bold;
}
.o
{
       width: 35%;
    margin-top: 10px;
}