@charset "UTF-8";
@media screen and (min-width: 801px){
  .footer {
    width: 100%;
    background-color: #3a3535;
    overflow: hidden;
  }
  .footer .logo_img {
    display: none;
  }
  .footer .foot-top {
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .footer .foot-top .footer-left li {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #ccc;
  }
  .footer .foot-top .footer-left li .text {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
  }
  .footer .foot-top .footer-left .code {
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
  }
  .footer .foot-top .footer-left .code .code-img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .footer .foot-top .footer-left .code .code-right div {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #525252;
  }
  .footer .foot-top .footer-left .code .code-right > span {
    font-size: 12px;
    font-weight: 200;
    text-align: center;
    color: #525252;
  }
  .footer .foot-top .footer-right {
    display: flex;
  }
  .footer .foot-top .footer-right ul {
    margin-right: 50px;
  }
  .footer .foot-top .footer-right ul li {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #fff;
  }
  .footer .foot-top .footer-right ul li a {
    color: #ccc;
  }
  .footer .foot-bottom {
    padding: 30px 0;
    font-size: 12px;
    font-weight: 300;
    color: #6d6d6d;
    text-align: center;
  }
  .footer .foot-bottom a {
    color: #6d6d6d;
  }
}