@media screen and (max-width: 1600px) and (min-width: 1400px) {
  .esc-container .pc-header {
    display: flex;
  }
  .esc-container .mobile-header {
    display: none;
  }
  .esc-container .real-time .content {
    width: 80%;
  }
  .esc-container .choose-store .mendian-content main {
    height: 500px;
  }
  .bottom-logo {
    display: block;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .esc-container .pc-header {
    display: flex;
  }
  .esc-container .mobile-header {
    display: none;
  }
  .esc-container .real-time .content {
    width: 80%;
  }
  .esc-container .choose-store .mendian-content main {
    height: 350px;
  }
  .esc-container .choose-store {
    left: 10px;
  }
  .bottom-logo {
    display: block;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .esc-container .pc-header {
    display: flex;
  }
  .esc-container .mobile-header {
    display: none;
  }
  .esc-container .real-time .content {
    width: 80%;
  }
  .esc-container .choose-store .mendian-content main {
    height: 550px;
  }
  .bottom-logo {
    display: block;
  }
}

@media screen and (max-width: 1000px) and (min-width: 960px) {
  .esc-container .pc-header {
    display: flex;
  }
  .esc-container .mobile-header {
    display: none;
  }
  .esc-container .real-time .content {
    width: 80%;
  }
  .esc-container header .first-nav .sec-nav .saiche-nav ul li {
    width: 12%;
  }
  .esc-container header.pc-header .logo img {
    left: 5%;
  }
  .bottom-logo {
    display: block;
  }
}
