.nav-title {
  font-size: 16px;
  width: fit-content;
}
.btnList {
  padding-left: 50px;
}
.section-title-text-mo,
.mobile-show {
  display: none;
}
.tab-container {
  margin: 0 auto;
  min-width: 358px;
  max-width: 1372px;
}
.production-content {
  display: flex;
}
.production-content .right-content {
  padding-left: 40px;
}
.production-content .content {
  flex: 1;
  font-size: 16px;
}
.production-content .content .content-qs-first {
  font-weight: bold;
  margin: 20px 0 30px 0;
  font-size: 18px;
}
.production-content .content .content-qs-last {
  margin: 30px 0 50px 0;
  font-weight: bold;
  font-size: 17px;
}
.banner-img {
  width: 100%;
  height: 100%;
}
.production-banner {
  background: url("../../images/2_4_1_banner.jpg") no-repeat 100% 100%;
  height: 400px;
  min-width: 358px;
  max-width: 1372px;
  position: relative;
}
.production-banner .banner-title {
  padding: 30px 0px 10px;
  font-weight: bold;
  font-size: 20px;
}
.production-banner .banner-des {
  font-weight: 400;
  padding: 0 0px;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 20px;
}
.production-banner .banner-ad-container {
  position: absolute;
  /* left: 100px; */
  /* bottom: -10px; */
  background-color: #fff;
  /* max-width: 500px; */
  padding: 20px;
  border-radius: 5px;
  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;
  }
  .btnList {
    padding: 0;
  }
  .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: 0 !important;
    width: 90%;
  }
  .banner-des,
  .section-title-text-pc,
  .pc-show,
  .section-title-text-cus {
    display: none;
  }
}

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