@media screen and (max-width: 640px) {
  .header_box{
    display: none;
  }
  .header_container{
    box-sizing: border-box;
    padding: 16px;
    z-index: 9999;
  }
  .header_left_tel{
    /* display: block !important; */
    box-sizing: border-box;
    /* width: 100%; */
    height: 46.5px;
    padding: 0 16px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border-radius: 23px;
    background: #cdcdcd5a;
    backdrop-filter: blur(3px) brightness(90%);
  }
  .header_inner_tel{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header_inner_img_box{
    display: flex;
    align-items: center;
  }
  .header_inner_btn_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    cursor: pointer;
  }
  .header_inner_box_one{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .close_box{
    background: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    text-align: center;
    cursor: pointer;
    display: none;
  }
  .nav_box_tel{
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: block !important;
    top: 0;
    left: 0;
    background-color: #000000d9;
    margin: 0;
    z-index: -1;
    display: block;
    padding: 60px 16px 16px 16px;
    box-sizing: border-box;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
  }
  .element {
    opacity: 1;
    visibility: visible;
  }
  .so_box_tel{
    box-sizing: border-box;
    padding: 24px 0;
    color: color-mix(in oklab,#fff 45%,transparent);
    font-size: 14px;
    line-height: 21px;
    border-bottom: 1px solid color-mix(in oklab,#fff 25%,transparent);
  }
  .no_bottom{
    border: none;
  }
  .nav_box_tel_box{
    box-sizing: border-box;
    padding: 0 18px;
  }
  .tollge_box_tel{
    color: #fff;
    line-height: 20px;
    margin-top: 12px;
  }
  .get_info_tel_box{
    margin-top: 12px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-image: linear-gradient(to bottom, #024dd9, #388bff);
    border-radius: 18px;
  }
}