@media screen and (max-width: 1024px) {
  .lan_switch {
    position: relative;
  }
  .lan_switch span {
    font-size: 0.5rem;
    margin: 0;
    color: #fff;
  }
  .lan_switch .lan_lists {
    top: 200%;
    height: max-content;
    opacity: 0;
    background: #ffffff;
    overflow: visible;
    width: 3.7rem;
  }
  .lan_switch .lan_lists.lan_show {
    top: 185%;
    left: calc(-1*calc(3.7rem - 32px) / 2);
    transform: none;
    width: 3.7rem;
  }
  .lan_switch .lan_lists .lan_item_ {
    flex-direction: column;
    font-size: 12px;
  }
  .lan_switch .lan_lists .lan_item_ a {
    background: none !important;
    width: auto;
    height: auto;
    display: block;
  }
  .lan_switch .lan_lists .lan_item_ a.e_image {
    margin-bottom: 5px;
  }
  .lan_switch .lan_lists .lan_item_ a img {
    display: block;
  }
  .max_width {
    width: 92%;
  }
  .f_middle {
    display: none !important;
  }
  .f_bottom {
    padding-top: 26px;
  }
  .f_bottom p {
    margin-bottom: 4px;
  }
  .f_bottom p span {
    display: block;
  }
}
