body {
  background: #f4f4f4;
}

.banner_title {
  background: #0f3265;
}

.pc_banner {
  display: block;
}

.m_banner {
  display: none;
}

.banner-box {
  text-align: center;
  padding-bottom: 2rem;
}

.banner-box img {
  margin: auto;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: linear-gradient(0deg, #507ea3 0%, #063d80 100%);
  line-height: 2rem;
  text-align: center;
  font-size: .8rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.fixed b {
  font-weight: 400;
  color: yellow;
  /* font-size: 1rem; */
}

.fixed span {
  text-decoration: line-through;
  font-size: .7rem;
  color: #eee;
}

.fixed a {
  display: block;
  width: 4rem;
  height: 1rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  line-height: 1rem;
  color: #fff;
  margin-left: .5rem;
  font-size: .7rem;
}

@media only all and (max-width: 1080px) {
  .pc_banner {
    display: none !important;
  }

  .m_banner {
    display: block !important;
  }

  .banner-box {
    width: 100%;
    padding-bottom: 2rem;
  }

  .banner-box img {
    display: block;
    width: 100%;
  }

  .fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background: linear-gradient(0deg, #507ea3 0%, #063d80 100%);
    line-height: 2rem;
    text-align: center;
    font-size: .8rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
  }

  .fixed b {
    font-weight: 400;
    color: yellow;
    /* font-size: 1rem; */
  }

  .fixed span {
    text-decoration: line-through;
    font-size: .7rem;
    color: #eee;
  }

  .fixed a {
    display: block;
    width: 4rem;
    height: 1rem;
    border: 1px solid #fff;
    border-radius: 1rem;
    line-height: 1rem;
    color: #fff;
    margin-left: .5rem;
    font-size: .7rem;
  }
}