html, body {
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../img/bg.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
 
  .container{
      padding: 0;
  }
  .content{
      max-width: 992px;
      width: 100%;
      margin: 0 auto;
      background-color: #fff;
  }
  .header{
      height: 80px;
      background-color: #00a0e4;
      margin-bottom: 20px;
  }
  .header h1{
      font-size: 26px;
      font-weight: bold;
      text-align: center;
      color: #fff;
      line-height: 80px;
      margin-top: 0;
  }
  .banner{
      margin-bottom: 20px;
  }
  .banner img{
      width: 100%;
  }
  .item{
    border-bottom: 1px solid #ccc;
    /* margin-bottom: 20px; */
    padding-bottom: 15px;
  }
  .item .title{
      font-size: 22px;
      color: #00a0e4;
      font-weight: bold;
  }
  .item .sapo{
      color: #434343;
      font-size: 18px;
      line-height: 24px;
      font-weight: 100;
  }
  .footer{
      min-height: 100px;
      background: #2C2424;
      margin-top: 20px;  
      padding-top: 4%;
  }
  .footer p{
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      margin: 0;
  }
  .sms{
    font-weight: bold;
    color: #ff0000; 
  }
  .head-title{
      font-weight: bold;
      font-size: 26px;
      color: #fe5908;
      margin-bottom: 20px;
  }
  .body-guide{
      border-radius: 10px;
      border: 5px solid #fe5908;
      background-color: #efc5cc;
      margin-top: 20px;
      padding-bottom: 30px;
  }
  .body-guide h2, h3{
      font-weight: bold;
  }
  .body-guide h2{
    color: #fe5908;
  }
  @media screen and (max-width: 554px){
    html, body {

    }
    .footer{  
        padding-top: 7%;
    }
  }