

/* footer */
@media screen and (min-width: 1220px){
  .footer {
    background: #ffffff;
    position: relative;
    width: 1220px;
    margin: 90px auto 0;
    padding-bottom: 16px;
  }
  
  .footer a:hover {
    color: #0276ff;
  }
  
  .footer .footer-section {
    display: flex;
  }
  
  .footer .footer-section .footer-contact {
    position: relative;
    margin-right: 160px;
    display: flex;
  }
  
  .footer .footer-section .footer-contact .hf-logo {
    width: 160px;
    height: 40px;
  }
  
  .footer .footer-section .footer-contact .dg-logo {
    width: 83px;
    height: 40px;
  }
  
  .footer .footer-section .footer-contact .line {
    width: 1px;
    height: 20px;
    background: #1717170d;
    margin: 12px 26px 7px 20px;
  }
  .footer .footer-section .footer-menu {
    flex: 1;
  }
  .footer .footer-section .menu-list {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-section .menu-list .arrow {
    display: none;
  }
  
  .footer .footer-section .menu-list  > li {
    line-height: 36px;
    list-style: none;
  }
  
  .footer .footer-section .menu-list .menu-title {
    font-size: 16px;
    color: #1D2129;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 32px;
  }
  
  .footer .footer-section .menu-list .first-title {
    display: flex;
  }
  
  .footer .footer-section .menu-list .first-title > li:first-child {
    margin-right: 48px;
  }
  
  .footer .footer-section .menu-list .block-title > li:first-child {
    margin-bottom: 48px;
  }
  
  .footer .footer-section .menu-list a {
    display: block;
    font-size: 14px;
    color: #4E5969;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .footer .footer-section .menu-list a:hover {
    color: #0276ff;
  }
  .footer .menu-item .menu-content {
    max-width: 160px;
  }
  .footer .menu-item .menu-content .qrcode-text {
    font-size: 14px;
    color: #4E5969;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .footer .menu-item .menu-content .qrcode-content .qrcode {
    width: 80px;
    height: 80px;
  }

  .footer .footer-line {
    height: 1px;
    background: #1717170d;
    margin: 126px auto 16px auto;
  }
  
  .footer .footer-safe {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #4E5969;
    letter-spacing: 0;
  }
  
  .footer-safe .footer-ploice {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-safe  .footer-ploice img {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 16px;
  }
  
}

@media screen and (max-width: 1219px){
  .footer {
    background: #ffffff;
    position: relative;
    padding-bottom: 13.333vw;
  }
  .footer .footer-section {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .footer-section .menu-list .arrow {
    display: inline-block;
    width: 4.267vw;
    height: 4.267vw;
  }
  .footer .footer-section .footer-contact {
    display: flex;
    align-items: center;
    margin: 12.800vw 22.400vw 15.467vw;
  }
  .footer .footer-section .footer-contact .line {
    width: 1px;
    height: 3.733vw;
    background: #1717170d;
    margin: 1.333vw 4.800vw 1.333vw 4.000vw;
    flex-shrink: 0;
  }
  .footer-contact img{
    height: 7.467vw;
  }

  footer .footer-menu {
    width: 100%;
  }
  
  footer .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-menu .menu-item {
    border-bottom: 0.133vw solid #1717170d;
  }
  
  .footer .menu-title {
    padding: 4.400vw 5.333vw;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 4.000vw;
    color: #1D2129;
    letter-spacing: 0;
    line-height: 6.133vw;
  }
  
  .footer .arrow {
    font-size: 1.600vw;
    transition: transform 0.3s;
    transform: rotate(180deg);
  }
  
  .footer .submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #F9FBFE;
  }

  .footer .submenu li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 4vw 5.333vw;
    text-decoration: none;
    font-size: 3.467vw;
    color: #4E5969;
    letter-spacing: 0;
    line-height: 5.600vw;
  }

  
  .footer .menu-item.active .arrow {
    transform: rotate(0deg);
  }
  .footer .qrcode-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .qrcode-wrap .menu-title {
    text-align: center;
    padding: 8.533vw 0 2.133vw;
  }
  .footer .menu-item .menu-content .qrcode-text {
    font-size: 3.467vw;
    color: #4E5969;
    letter-spacing: 0;
    text-align: center;
    line-height: 5.600vw;
    margin-bottom: 7.467vw;
  }
  .footer .menu-item .menu-content .qrcode-content .qrcode {
    display: block;
    width: 21.867vw;
    height: 21.867vw;
    margin: 0 auto 8.533vw;
  }
  .footer-safe {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3.200vw;
    color: #4E5969;
    letter-spacing: 0;
    line-height: 5.333vw;
  }
  .footer-safe img {
    width: 2.400vw;
    height: 2.667vw;
    margin-right: 1.067vw;
  }
  .footer-safe a {
    display: block;
  }
  .footer-safe .footer-ploice {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.133vw;
  }

}