 /*footer样式*/
 .footer-box {
    width: 100%;
    background-image: url("../image/buttom-bg@2x.png");
    background-size: cover;
    margin-top: -1px;
  }

  .footer {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
  }

  .footer-inner-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .footer-inner-box>div:nth-of-type(1) {
    padding-left: 30px;
  }

  .qrcode {
    padding: 0 40px;
  }

  .qrcode img {
    width: 140px;
    height: 140px;
  }

  .footer-address {
    padding-top: 35px;
    padding-right: 30px;
  }

  .footer-address img {
    width: 14px;
    height: 14px;
    display: inline-block;
  }

  .footer-address li {
    margin: 22px 0;
  }

  .footer-address span {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
  }

  .footer-address p {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 500;
    margin-top: 7px;
  }

  .footer-address li:last-child {
    margin-bottom: 0px;
  }

  .footer-box .bottomPart {
    height: 60px;
    border-top: 1px solid #373737;
    margin-top: 45px;
  }

  .footer-box .bottomPart p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    font-weight: 400;
  }
  .footer-box .bottomPart p:nth-of-type(1){
    margin-top: 10px;
  }

  .footer-tel img {
    width: 12px;
    margin-right: 5px;
    height: 12px;
    display: inline-block;
  }

  .footer-email {
    margin-top: 22px;
    margin-bottom: 6px;
  }

  .footer-email img {
    margin-right: 5px;
    width: 12px;
    height: 10px;
    display: inline-block;
  }
  .footer-copyimg{
    display: none;
    width: 27px;
    height: 27px;
    margin: 0 !important;
    margin-left: 10px !important;
  }
  .teldisplay{
    display: none;
  }
  .notteldisplay{
    display: block;
  }
  .copysuccess{
    display: none;
    opacity: 1;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 6px 12px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.5);
    color: rgba(255,255,255);
    font-size: 14px;
    transition: all 1s linear;
  }
  @media(max-width:1024px) {
    .footer-box {
      height: auto;
    }

    .footer {
      justify-content: center;
    }

    .footer-address {
      min-width: 300px;
      padding-right: 130px;
      padding-left: 30px;
    }

    .footer-inner-box {
      flex-wrap: wrap;
      justify-content: start;
    }

    .footer-box .bottomPart {
      height: auto;
    }

    .footer-box .bottomPart p {
      line-height: 24px;
    }

  }

  @media(max-width:768px) {
    .footer-address {
      padding-right: 0;
    }

    .footer .qrcode {
      margin-top: 20px;
    }

    .footer-address {
      padding-top: 0;
    }
    .footer-tel {
      margin-top: 15px;
    }

    .footer-tel-a {
      font-size: 22px !important;
      line-height: 30px !important;
    }
    .footer-copyimg{
      display: inline-block;
    }
    .teldisplay{
      display: flex !important;
    }
    .teldisplaymargin{
      margin-bottom: 10px;
    }
    .notteldisplay{
      display: none;
    }
    .qrcode img{
      width: 100px;
      height: 100px;
    }
    .qrcode div{
      font-size: 12px;
    }
    .footer-address li{
      font-size: 12px;
      line-height: 22px;
      margin: 0;
      margin-top: 7px;
    }
    .footer-box .bottomPart{
      margin-top: 22px;

    }
    .footer-box .bottomPart p{
      font-size: 10px;
      line-height: 16px;
      padding-bottom: 5px;
    }
    .footer-address span{
      font-size: 14px;
    }
    .footer-address p{
      font-size: 12px;
      margin-top: 0;
    }
    .footer-email{
      margin-top: 5px;
    }
  }