@import url(https://fonts.googleapis.com/css2?family=Orbitron&display=swap);
#app,
* {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 25px;
  margin: 5px auto;
  font-weight: 700;
}
body {
  font-family: Orbitron, sans-serif;
  letter-spacing: 1px;
}
.logo,
body {
  text-align: center;
}
.logo {
  margin-top: 30px;
}
.logo img {
  width: auto;
  height: 120px;
}
.container {
  max-width: 960px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url(../img/bg.8efac56f.png?v=9) no-repeat bottom;
  background-size: 100% 100%;
  border: 3px solid #013d76;
  padding-bottom: 100px;
  min-height: 1200px;
}
.orbitron {
  letter-spacing: 2px;
}
.date {
  width: 80%;
  height: 50px;
  margin: 5px auto;
  margin-bottom: 15px;
}
.date,
.date .date-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.date .date-center {
  border: 3px solid #222;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.date .date-center h1 {
  font-size: 30px;
}
.date .date-left {
  text-align: right;
  cursor: pointer;
}
.date .date-left img {
  height: 35px;
  margin-right: 5px;
}
.date .date-right {
  text-align: left;
  cursor: pointer;
}
.date .date-right img {
  height: 35px;
  margin-left: 5px;
}
.bar-1 {
  width: 450px;
  height: 78px;
  margin: 0 auto;
  background: url(../img/bar1.10d59746.png) no-repeat bottom;
  background-size: 100% 100%;
  padding: 7px;
  margin-bottom: 15px;
}
.bar-1 .ball-boxs {
  width: 100%;
  height: 100%;
}
.bar-1 .ball-boxs img {
  width: 33px;
  margin: 2px 5px;
}
.bar-1 .ball-boxs .wloading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bar-1 .ball-boxs .wloading img {
  width: 33px;
  height: auto;
}
.bar-2 {
  width: 450px;
  height: 63px;
  margin: 0 auto;
  background: url(../img/bar1.10d59746.png) no-repeat bottom;
  background-size: 100% 100%;
  padding: 7px;
  margin-bottom: 15px;
}
.bar-2 .ball-boxs {
  width: 100%;
  height: 100%;
}
.bar-2 .ball-boxs img {
  width: 25px;
  margin: 2px 5px;
}
.bar-2 .ball-boxs .wloading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bar-2 .ball-boxs .wloading img {
  width: 25px;
  height: auto;
}
.rd-3 {
  width: 80%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.2rem;
  margin: 5px auto;
  margin-bottom: 15px !important;
}
.rd-box {
  width: auto;
  height: auto;
  border: 1px solid #000;
  background-color: #fff;
}
.rd-box .wloading .loading {
  width: 18px;
  margin: 12px 1px;
}
.specai {
  width: 80%;
  margin: 10px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.2rem;
  margin-bottom: 15px !important;
}
.sp-box {
  width: auto;
  border: 1px solid #000;
  background-color: #fff;
}
.sp-box .wloading .loading {
  width: 18px;
  margin: 12px 1px;
}
.consulation {
  width: 80%;
  margin: 10px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.2rem;
}
.con-box {
  width: auto;
  border: 1px solid #000;
  background-color: #fff;
}
.con-box .wloading .loading {
  width: 18px;
  margin: 12px 1px;
}
.banner-box {
  width: 80%;
}
.nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.nav-item img {
  display: none;
}
@media only screen and (max-width: 768px) {
  .container {
    min-height: 100vh;
  }
  .nav-item img {
    display: inline;
    margin: 15px 15px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .nav-grid {
    margin-bottom: 20px;
  }
  .logo {
    margin-top: 0;
  }
  .logo img {
    height: 90px;
  }
  .bar-1,
  .bar-2,
  .consulation,
  .date,
  .rd-3,
  .specai {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 500px) {
  .logo img {
    height: 80px;
  }
  .date {
    height: auto;
  }
  .date .date-center h1 {
    font-size: 26px;
  }
  .specai .sp-box h1 {
    font-size: 20px;
  }
  .specai .sp-box .wloading .loading {
    width: 16px;
  }
}
@media only screen and (max-width: 450px) {
  .logo img {
    height: 65px;
  }
  .date .date-center h1 {
    font-size: 24px;
  }
  .specai .sp-box h1 {
    font-size: 18px;
  }
  .specai .sp-box .wloading .loading {
    width: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .date .date-center h1 {
    font-size: 22px;
  }
  .rd-3 .rd-box h1 {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .rd-3 .rd-box .wloading .loading {
    margin: 10px 1px;
  }
  .specai .sp-box h1 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .specai .sp-box .wloading .loading {
    width: 13px;
    margin: 8px 1px;
  }
}
