@media screen and (max-width: 875px) {
  .new_nav {
    flex-direction: column;
    height: auto;
    padding-left: 0;
  }
  .new_nav .nav-item {
    width: 100%;
    margin: 0;
  }
  .new_nav .nav-item .nav-link {
    justify-content: center;
  }
  .new_nav .nav-item.active::after {
    display: none;
  }
  .navbar .navbar-toggler {
    color: #f4f4f4;
  }
  .page-wrapper {
    width: 100%;
  }
  .page-wrapper > * {
    max-width: 100%;
  }
  .page-Deadline {
    max-width: 100%;
    width: 98%;
    padding: 16px 5px 5px 10px;
  }
  .page-Deadline .state p {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .page-Deadline .page-note {
    display: flex;
    justify-content: flex-end !important;
  }
  .page-Deadline .page-note p {
    display: none;
  }
  .content_tab {
    width: 90%;
    margin: 0 auto;
    overflow-x: auto;
  }
  #select-tags-ts-control {
    display: none !important;
  }
  .page-body {
    width: 100%;
  }
  .page-body > * {
    max-width: 100%;
  }
  .page-body .new_collapse {
    max-width: 100%;
  }
  .page-body .mb-sm-2.d-flex, .page-body .mb-sm-3.row {
    display: flex;
    flex-direction: column;
  }
  .page-body .btn_show {
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-body .new_box, .page-body .new_box_overdue, .page-body .new_bg, .page-body .new_pay_content, .page-body .new_box_overdue_en, .page-body .new_pay {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }
  .d-none.d-md-flex {
    display: block !important;
  }
  .btn-list {
    display: none;
  }
  .navbar-light {
    --tblr-navbar-border-color: transparent;
    --tblr-navbar-bg: transparent;
  }
  .new_drop {
    display: block;
    display: flex;
    height: auto;
  }
  .new_drop .navbar-change {
    position: relative;
    padding: 5px 10px;
    background-color: #393E4D;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #333;
    width: 40px;
    height: 40px;
    display: block;
  }
  .new_drop .navbar-change .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .new_drop .navbar-change .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin-bottom: 5px;
  }
  .new_drop .layui-carousel {
    height: 200px !important;
  }
  .new_collapse .collapseBtn {
    height: auto !important;
  }
  .new_collapse .collapseBtn .cursor-pointer {
    padding-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .cover-img {
    height: auto !important;
  }
  .card-footer .ms-auto {
    width: 100% !important;
  }
  label.input-group-text.cursor-pointer {
    max-width: 100%;
    padding-left: 0;
  }
  span.col-auto.fs-h5 {
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .newmove, .del_author {
    position: absolute;
    bottom: 0 !important;
  }
  .footer {
    height: auto !important;
  }
}

@media screen and (min-width: 875px) {
  #navbar-menu {
    display: block !important;
  }
}
