@media (max-width: 1400px) {
  .layout-container {
    max-width: 1200px;
  }
  .layout-container.echo-log {
    display: block;
  }
  .home {
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .home-header .logo {
    width: auto;
  }
  .home-header .layout-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-header .menu {
    position: fixed;
    top: 49px;
    right: 0;
    height: calc(100vh - 49px);
    width: 100%;
    color: #fff;
    overflow: auto;
    display: none;
    transition: all 0.3s;
  }
  .home-header .menu.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 49px;
    background: rgba(69, 69, 69, 0.9);
  }
  .home-header .menu a {
    display: block;
  }
  .home-header .menu .menu-item {
    display: block;
    text-align: center;
  }
  .home-header .menu .menu-item:hover {
    color: #fff;
  }
  .home-header .menu .menu-item:hover .sub-menu {
    display: none;
  }
  .home-header .menu .menu-item .icon-down {
    display: none;
  }
  .home-header .icon-dashboard {
    font-size: 22px;
    display: inline-block;
    padding: 0 5px;
  }
  .home-header .navbar-right {
    display: none;
  }
  .search-box.s2 {
    padding-bottom: 40px;
  }
  .search-box h2 {
    font-size: 20px;
  }
  .search-box form {
    width: 100%;
  }
  .nav-list-simple ul li {
    width: 20%;
  }
  .side-bar {
    display: none;
  }
  .article {
    padding: 0;
    max-width: 100%;
  }
  .relation-log ul {
    padding-left: 0;
  }
  .relation-log li {
    width: 100%;
  }
  .breadcrumb {
    display: none;
  }
  .log-list.log-list-cards li {
    width: 33.33%;
  }
}
@media (max-width: 1200px) {
  .layout-container {
    max-width: 992px;
  }
  .log-list-normal .cover_image {
    width: 100%;
    margin-right: 0;
  }
  .log-list-normal .info {
    width: 100%;
    padding: 0;
  }
  .log-list-normal a {
    flex-direction: column;
  }
  .log-list.log-list-cards li {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .layout-container {
    max-width: 100%;
  }
  .layout-left {
    display: none;
  }
  .layout-right {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-list-simple ul li {
    width: 25%;
  }
  .log-info .items > span {
    display: inline-block;
  }
  .log-info .icon-qrcode, .log-info .edit-btn {
    display: none;
  }
  .log-body {
    padding: 15px;
  }
  .log-list .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .echo-link-info .edit-btn {
    display: none;
  }
  .search-form {
    padding: 20px 0;
  }
  .search-form form {
    width: 95%;
  }
  .hide-992 {
    display: none;
  }
}
@media (max-width: 768px) {
  .layout-container {
    max-width: 576px;
  }
  .log-list li {
    padding-left: 0;
    padding-right: 0;
  }
  .log-list.log-list-cards .cover_image img {
    height: auto;
  }
  h1.text-ellipsis, h2.text-ellipsis, h3.text-ellipsis, h4.text-ellipsis, h5.text-ellipsis {
    white-space: initial;
  }
  .search-box.s2 {
    padding: 50px 20px 30px;
  }
  .nav-list-simple ul li {
    width: 50%;
  }
}

/*# sourceMappingURL=responsive.css.map */
