.page-num {

  color: #000;
display: inline-block;
border: 1px solid #ededed;
padding: 5px 10px;
vertical-align: middle;
margin: 0 0 10px -1px;
background: #fff;
line-height: 27px;
font-size: 16px;
font-weight: normal;
width:1.5%;
}

.page-num-current{

  background: #fb531c;
  color: #fff;
}

.foot-relative{
display: none;
position: fixed!important;
width: 100%;
height: 9%;
bottom: 0;
background-color: #000;
padding-bottom: 2%;
padding-top: 1%;
opacity:0.9;
z-index:9999;
}

.foot-relative a {
    display: block;
    float: left;
    width: 25%;
    color: #fff;
}

.foot-relative a span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15vw;
    line-height: 6vh;
    color: #fff;
}

.foot-relative a h3 {
    width: 100%;
    text-align: center;
    font:"microsoft yahei" #FFF;
    font-size: 3vw;
    margin-bottom: 1%;
}

.commonfont img{
  width: 40%;
  height: auto;
}
