@media screen and (max-width: 800px){
  .attention {
    padding: 15px 30px;
    color: #666;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
  }
  .footer {
    width: 100%;
    padding: 0 20px;
    background-color: #3a3535;
    box-sizing: border-box;
    overflow: hidden;
  }
  .footer .foot-top {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .footer .foot-top .logo_img {
    display: block;
    width: 110px;
    height: 24px;
    margin-bottom: 20px;
  }
  .footer .foot-top .footer-left li {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #ccc;
  }
  .footer .foot-top .footer-left li .title {
    display: inline;
  }
  .footer .foot-top .footer-left li .text {
    color: #fff;
  }
  .footer .foot-top .footer-left .code {
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    margin-top: 30px;
  }
  .footer .foot-top .footer-left .code .code-img {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  .footer .foot-top .footer-left .code .code-right div {
    display: inline;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #525252;
  }
  .footer .foot-top .footer-left .code .code-right > span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 200;
    color: #525252;
  }
  .footer .foot-top .footer-right {
    display: none;
  }
  .footer .foot-bottom {
    padding: 20px 0;
    font-size: 12px;
    font-weight: 300;
    color: #6d6d6d;
    text-align: center;
    border-top: 1px solid #6d6d6d;
  }
  .footer .foot-bottom a {
    display: block;
    color: #1A79FF;
  }
}