* {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .wrap {
    width: 100%;
    background: #FF6F55;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  
  
  .wrap .pictruebox {
    width: auto;
    max-width: 1000px;
    display: block;
    margin: auto;
  }
  
  .footer {
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
  }
  
  .footer a {
    color: #fff;
    text-decoration: none;
  }
  
  @media screen and (max-width: 1000px) {
    .wrap .pictruebox {
      width: auto;
      max-width: 100%;
    }
  }