html,
body {
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 62.5%;
    /*max-width: 1002px;*/
    margin: 0 auto;
    color: #333;
    min-height: 100%;    
}
*{margin:0;padding:0;}

p span{
    line-height: 4.8rem;
    font-size: 2.1rem !important;
}
/* 图片logo */
#logo{
    padding:  2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#logo img{
  height: 20rem
}

/* 主体文字 */
#main{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8rem;
}
footer{
  width: 100%;
  height: 16rem;
  background-color: #0b5da6;
  position: absolute;
  bottom: 0;
  padding-top: 42px;
  box-sizing: border-box;
}
footer .wrapper ul{
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

