@media screen and (max-width: 1300px) {
  .top-up {
    max-width: 100%;
  }
  .top-up .header {
    max-width: 100%;
  }
  .top-up .header .float_right {
    display: none;
  }
  .banner {
    max-width: 100%;
  }
  .banner img {
    max-width: 1000%;
    height: auto;
  }
  .container {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .container .ctr_left {
    max-width: 100%;
  }
  .container .ctr_left .content-en-change img {
    max-width: 100%;
  }
  .news-page-en-change {
    max-width: 100%;
  }
  .news-page-en-change .news-flex-change {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 785px) {
  .navbar-header-change, .col_bg {
    display: none;
  }
}

@media screen and (max-width: 785px) {
  .float_left img {
    height: auto !important;
  }
  .top-navList {
    display: none;
  }
  .ctr_right {
    width: 100%;
  }
  .ctr_right .curdown, .ctr_right .links, .ctr_right .contact {
    width: 100% !important;
  }
  .ctr_right .curdown > div:first-child, .ctr_right .links > div:first-child, .ctr_right .contact > div:first-child {
    width: 100% !important;
  }
  .ctr_right .curdown .contact-row, .ctr_right .links .contact-row, .ctr_right .contact .contact-row {
    width: calc((100% - 75px)/2) !important;
  }
  .footer .footer-right p {
    text-align: center;
  }
  .content-en-change, .content-en-change * {
    max-width: 100%;
  }
  .content-en-change {
    padding: 0 5px !important;
  }
  .table-search-change {
    flex-wrap: wrap;
  }
  .table {
    max-width: 100%;
  }
  .table table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
  }
  .news-title-en-change {
    height: auto !important;
  }
  .navbar-header-change {
    background-color: #0259aa;
    height: 50px;
  }
  .navbar-header-change .navbar-toggle {
    position: relative;
    float: right;
    padding: 7px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #333;
  }
  .navbar-header-change .navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .navbar-header-change .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin-bottom: 5px;
  }
  .col_bg {
    width: 100%;
  }
  .col_bg .layui-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .col_bg .layui-nav .layui-nav-item {
    width: 100% !important;
    display: block !important;
  }
}
