.app-nav {
  display: none;
}

.search-action.single dl dd {
  padding-right: 10px !important;
}

.label-item {
  display: inline-block;
}

.label-item label {
  padding-right: 5px;
}

.carr-submit {
  text-align: right;
}

[name="mem_add"] {
  width: 700px;
}

@media (max-width: 576px) {
  .app-nav-note {
    border-top: 1px solid #eee;
    padding: 20px;
  }

  .app-nav-note-title {
    font-size: 14px;
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .search-panel a {
    padding: 0 !important;
    height: auto !important;
    line-height: 20px !important;
  }

  .fd-m {
    left: 36px;
  }

  .txb {
    width: 180px !important;
  }

  .clear-float {
    float: none !important;
  }

  [name="mem_add"] {
    width: 90%;
  }

  .order-main {
    width: 100% !important;
  }

  .order-main-msg {
    padding: 20px !important;
  }

  .layout {
    width: 100% !important;
    min-width: 100% !important;
    background-image: none !important;
  }

  .dia-list,
  .tbl-list {
    min-width: 1800px;
  }

  .tbl-list tfoot tr td {
    text-align: left !important;
  }

  .label-item {
    display: block;
    padding: 2px 0;
  }

  .scroll-wrap {
    width: 100%;
    overflow: scroll;
  }

  .label-item .txm {
    max-width: 100px !important;
  }

  html {
    width: 100%;
  }

  body {
    width: 100%;
    min-width: 100%;
  }

  .consignee-info {
    padding: 20px !important;
  }

  .consignee-info [name="remark"] {
    width: auto !important;
  }

  .layer-anim {
    max-width: 90%;
  }

  .carr-submit {
    text-align: center;
  }

  .footer-in,
  .front-header-in,
  .u-side-in,
  .u-main,
  .main-front,
  .login,
  .register {
    width: 100% !important;
    min-width: 100% !important;
  }

  .footer-in {
    padding-bottom: 48px;
  }

  .search-action {
    border-left: 0 !important;
  }

  .search-action .search-panel {
    padding-left: 0 !important;
  }

  .search-panel dl dt,
  .search-action dl dt {
    padding: 0 12px !important;
    width: 20% !important;
    box-sizing: border-box;
  }

  .search-action.single {
    width: 100% !important;
  }

  .search-panel dl,
  .search-action dl,
  .search-action.single dl {
    display: flex;
    flex-wrap: wrap;
    max-height: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 !important;
    align-items: center;
  }

  .search-panel dd,
  .search-action dl dd {
    border-left: 1px solid #d7d7d7 !important;
    width: 80%;
    box-sizing: border-box;
    padding: 2px;
  }

  .search-action dl dd input[name="key_to_symbols"] {
    width: 98% !important;
  }

  .form-select-action {
    left: 64px !important;
    top: 223px !important;
  }

  .search-action .search-smt {
    padding-left: 10px !important;
  }

  .search-smt {
    margin-top: 10px !important;
  }

  .weight-list {
    left: 2px !important;
  }

  .broad-have {
    display: none;
  }

  .fixed-bar,
  .u-tbl-ft.only {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box !important;
    min-height: 48px;
    background-color: #f5f5f5;
    border-top: 1px solid #eee;
    padding: 12px !important;
    height: auto !important;
  }

  .pre {
    display: block;
  }

  .u-tbl-ft:last-child {
    display: none;
  }

  .pc-nav {
    display: none;
  }

  .app-nav {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .app-nav-mask {
    float: right;
    background-color: rgba(255, 255, 255, 1);
    width: 80%;
    box-sizing: border-box;
    height: 100%;
  }

  .app-nav-item a.app-nav-item-title,
  .app-nav-item span.app-nav-item-title {
    line-height: 50px;
    font-size: 16px;
    padding: 0 30px 0;
    border-top: 1px solid #eee;
    color: #444;
    display: block;
  }

  .app-nav-item > ul {
    padding-bottom: 20px;
  }

  .search-panel dl.pan-cut dt {
    height: 26px;
    line-height: 26px;
  }

  .search-panel dl.pan-cut dt,
  .search-panel dl.pan-cut dd {
    border-top: 1px solid #d7d7d7;
    margin-top: 30px !important;
  }

  .app-nav-item > ul li {
    font-size: 14px;
    line-height: 30px;
    padding-left: 30px;
  }

  .close-app-nav {
    text-align: right;
    font-size: 14px;
    color: #ccc;
    padding: 16px 30px;
    font-weight: 900;
  }

  .app-nav-trigger {
    width: 20%;
    float: left;
    height: 100%;
    box-sizing: border-box;
  }

  .front-header-in {
    height: 50px;
  }

  .top-login {
    right: 60px;
  }

  .app-nav-btn {
    background: #f5f5f5;
    position: fixed;
    right: 10px;
    top: 14px;
    border-radius: 6px;
    height: 30px;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 6px;
    z-index: 660;
  }

  .app-nav-btn > span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #aaa;
    border-radius: 2px;
  }
}
