.mobile {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 720px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
}
.banner {
  width: 100%;
  min-width: 320px;
  background-color: #f0f0ff;
}
.banner * {
  margin: auto;
}
.banner .bg {
  background-image: url(/static/img/scenarios/4g/bannerBG.jpg);
  background-position: top center;
  background-size: 1920px 600px;
}
.banner .content {
  width: 100%;
}
.banner .content .text-content {
  height: 600px;
  padding-top: 120px;
}
@media screen and (max-width: 720px) {
  .banner .content .text-content {
    padding-top: 90px;
  }
}
.banner .content .text-content .title {
  max-width: 90%;
  text-align: center;
  padding: 0 5%;
}
.banner .content .text-content .title * {
  color: #fff;
}
.banner .content .text-content .title h2 {
  font-size: 38px;
  padding: 12px 0 0;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .banner .content .text-content .title h2 {
    font-size: 36px;
  }
}
.banner .content .text-content .title p {
  font-size: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 720px) {
  .banner .content .text-content .title p {
    font-size: 14px;
  }
}
.banner .content .text-content .title .tag-p {
  padding: 10px 16px;
  border: 1px solid #fff;
}

.contents {
  width: 100%;
  min-width: 320px;
  padding-top: 50px;
}
.contents .content {
  margin: auto;
  max-width: 1180px;
  padding: 0 2%;
}
.contents .content .title {
  padding: 20px 0;
  text-align: center;
  margin: auto;
}
.contents .content .item-box {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 500px 500px;
}
@media screen and (max-width: 720px) {
  .contents .content .item-box {
    grid-template-columns: 100%;
  }
}
.contents .content .item-box .item {
  width: 420px;
  height: 500px;
  border-radius: 18px;
  padding: 50px;
  margin: auto;
  background-position: center;
  background-size: cover;
  background-color: #2c2836;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .contents .content .item-box .item {
    width: 100%;
    max-width: 420px;
    padding: 50px 36px;
    background-position: right;
    margin-bottom: 20px;
  }
}
.contents .content .item-box .item * {
  color: #fff;
}
.contents .content .item-box .item h3 {
  font-size: 32px;
}
.contents .content .presentation {
  padding-bottom: 50px;
}
.contents .content .presentation .tap-img-box {
  margin: auto;
  width: 100%;
  max-width: 900px;
  border-radius: 16px;
}
.contents .content .presentation .tap-img-box .img {
  position: relative;
}
.contents .content .presentation .tap-img-box .img img {
  width: 100%;
}
.contents .content .presentation .Rates {
  width: 100%;
  max-width: 910px;
  margin: auto;
  background-color: #f4f6f9;
  padding: 50px 50px 50px 10%;
  border-radius: 16px;
  background-position: right bottom;
  background-size: cover;
}
.contents .content .presentation .Rates .item .box {
  margin-bottom: 16px;
}
.contents .content .presentation .Rates .item h6 {
  margin: 0;
}
.contents .content .presentation .Rates .item p {
  margin: 0;
}
.contents .content .presentation .Rates .item .p-rates {
  font-size: 32px;
  font-weight: 500px;
  color: #ff5500;
}
.contents .content .presentation .Rates .item .p-rates span {
  font-size: 14px;
  padding-left: 8px;
}/*# sourceMappingURL=Mob.css.map */