*{
  margin:0;
  padding:0;
}
body{
  margin: 0;
  font-size: 0;
}
img{
	display: block;
}
.sjhr_item{
  position: relative;
}
.mobal{
 width: 31%;
     height: 2%;
     position: absolute;
     bottom: 7%;
     left: 14%;
}
.mobal1{
 width: 31%;
     height: 2%;
     position: absolute;
     bottom: 7%;
     right: 22%;
}
.mobal a,.mobal1 a{
  display:inline-block;
  width:100%;
  height:100%;
}

.footer{
  /* height: .96rem; */
  width: 100%;
  position:fixed;
  bottom: 0;
  left:0;
  display:flex;
  justify-content:center;
  align-items:center;
  /* background-color: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.7) */
}
.footer .button{
  display:block;
  width: 100%;
  background-image: url('../images/button.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.container{
  padding-bottom: 15%;
}