.nav-title {
  font-size: 16px;
  width: fit-content;
}
.section-title-text-mo,
.mobile-show {
  display: none;
}
.section-title-text {
  /* font-weight: 400 !important; */
}
.section-title-text-more {
  font-weight: bold !important;
  font-size: 18px;
  line-height: 30px;
}
.banner-title {
  padding: 10px 20px;
  font-weight: bold;
  font-size: 25px;
}
.banner-des {
  font-weight: 400;
  padding: 10px 20px;
  font-size: 25px;
}
.production-content .need-notice-list {
  height: 100%;
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #f6f6f6;
}
.production-content .need-notice-list .left {
  /* flex: 3; */
  width: 430px;
  font-weight: 700;
  font-size: 18px;
}
.production-content .need-notice-list .right {
  flex: 4;
}
.production-content .need-notice-list .right .important-info {
  margin-bottom: 20px;
}
.production-content .need-notice-list .last-info {
  margin-left: 40px;
}
.production-content .need-notice-list .firstList {
  list-style: circle;
}
.production-content .need-notice-list .firstList li {
  padding-left: 20px;
}
.production-content .need-notice-list .firstList li::marker {
  content: "\2713";
}
.production-content .need-notice-list .inside {
  list-style: inside;
}
.production-content .need-notice-list .inside .tips {
  margin-left: 25px;
}
.banner-img {
  width: 100%;
  height: 100%;
}
.production-banner {
  background: url("../../images/2_4_1_banner.jpg") no-repeat 100% 100%;
  min-width: 358px;
  max-width: 1372px;
  height: 400px;
  width: 100%;
  position: relative;
}
.production-banner .banner-ad-container {
  position: absolute;
  /* left: 100px; */
  /* bottom: -10px; */
  background-color: #fff;
  /* max-width: 500px; */
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.02);
}

@media screen and (max-width: 750px) {
  .production-banner .banner-ad-container .banner-btn {
    width: 100%;
    font-size: 0.2rem;
  }
  .tab-buttons-container {
    margin-top: 1.4rem;
    width: 90%;
  }
  .content-container:not(.bread-crumbs-navs) {
    margin-top: 0.05rem;
  }
  .productions-preview-container {
    padding: 0;
  }
  .production-content,
  .section-title-text-mo {
    display: block;
  }
  .mobile-show {
    display: inline-block;
  }
  .banner-title {
    padding: 0.2rem !important;
  }
  .content-qs-last {
    font-weight: normal !important;
  }
  .banner-ad-container {
    left: 5% !important;
    bottom: -1.2rem !important;
    width: 90%;
  }
  .banner-des,
  .pc-show,
  .section-title::before,
  .section-title-text-cus {
    /* display: none; */
  }
  .firstList li {
    margin-bottom: 0.1rem;
    padding-left: 0px !important;
  }
  .firstList li::marker {
    content: "" !important;
  }
  .inside {
    list-style: none !important;
  }
  .inside li {
    margin-bottom: 0.1rem;
    margin-left: 0px !important;
  }
  .inside .tips {
    margin-left: 0px !important;
  }
  .last-info {
    margin-left: 0px !important;
  }
  .need-notice-list {
    height: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f6f6f6;
  }
}

/*# sourceMappingURL=customerNotice.css.map */
