/* 产品页的banner */
.product-page-banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 68px);
}

.product-page-banner-bg1 {
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/img/product/product-banner-bg1.jpeg");
}

.product-page-banner-bg2 {
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/img/product/product-banner-bg2.jpg");
}

.product-page-banner .product-content .product-title {
  position: relative;
}

.product-page-banner .product-content .title {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 500;
  font-size: 48px;
  color: #000000;
  line-height: 70px;
  text-align: left;
  font-style: normal;
}

.product-page-banner .product-content .sub-title {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 35px;
  text-align: left;
  font-style: normal;
  margin-top: 28px;
}

@media (min-width: 1800px) {
  .product-page-banner .product-content .title {
    font-size: 54px;
    line-height: 80px;
  }

  .product-page-banner .product-content .sub-title {
    font-size: 24px;
    line-height: 40px;
  }
}

@media (min-width: 2000px) {
  .product-page-banner .product-content .title {
    font-size: 66px;
    line-height: 90px;
  }

  .product-page-banner .product-content .sub-title {
    font-size: 27px;
    line-height: 40px;
    margin-top: 35px;
  }
}

.product-page-banner .product-content .title-line {
  position: absolute;
  top: 48px;
  width: 288px;
  height: 22px;
  background: #4d85ff;
  opacity: 0.4;
}

.product-page-banner .product-content-bottom {
  margin-top: 100px;
}

.product-page-banner .product-content-bottom .product-content-info {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 29px;
  text-align: left;
  font-style: normal;
  margin-top: 20px;
}

.product-page-banner .product-content-bottom .product-content-info .number {
  margin-top: 14px;
}

.product-page-banner .product-content-bottom .product-content-info span {
  color: #00329f;
  font-size: 28px;
  font-weight: 500;
}

.product-page-banner .product-content-bottom .small-car-logo {
  width: 106px;
  height: 35px;
}

.product-page-banner .product-content-bottom .contact-btn {
  width: 149px;
  height: 56px;
  background: #00329f;
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 500;
  font-size: 16px;
  color: #efefef;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 40px;
  border: none;
}

.product-page-banner .product-img {
  position: relative;
  width: 100%;
}

@media (max-width: 991.98px) {
  .product-page-banner {
    height: 100%;
  }

  .product-page-banner .product-content {
    margin-top: 40px;
  }

  .product-page-banner .product-content-bottom {
    margin-top: 60px;
  }

  .product-page-banner .product-content-bottom .contact-btn {
    margin-top: 20px;
  }

  .product-page-banner .product-img {
    margin: 60px 0 !important;
  }
}

@media (max-width: 767.98px) {
  .product-page-banner {
    height: 100%;
  }

  .product-page-banner .product-content {
    margin-top: 40px;
  }

  .product-page-banner .product-content-bottom {
    margin-top: 60px;
  }

  .product-page-banner .product-content-bottom .contact-btn {
    margin-top: 20px;
  }

  .product-page-banner .product-img {
    margin: 60px 0 !important;
  }
}

/* 产品优势 */
.product-page-advantages {
  background-color: #f8f8f8;
  padding: 100px 0 77px 0;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-image: url("../../assets/img/product/product-advantages-bg1.png");
}

.product-page-advantages .advantages-title {
  text-align: center;
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 52px;
  font-style: normal;
  margin-bottom: 98px;
}

.product-page-advantages .advantages-list {
  padding: 0 87px 0 410px;
}

.product-page-advantages .advantages-item {
  position: relative;
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  background: #e9e9e9;
  box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  margin-bottom: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 346px;
  height: 346px;
}

.product-page-advantages .advantages-item-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 56px;
  height: 53px;
}

.product-page-advantages .advantages-item:hover .advantages-item-logo {
  transform: rotateY(180deg);
}

@media (max-width: 1500px) {
  .product-page-advantages .advantages-item {
    width: 346px;
    height: 346px;
  }
}

@media (max-width: 1199.98px) {
  .product-page-advantages .advantages-item {
    width: 266px;
    height: 266px;
    margin-bottom: 20px;
  }

  .product-page-advantages .advantages-list {
    padding: 0 67px 0 315px;
  }
}

@media (max-width: 991.98px) {
  .product-page-advantages .advantages-list {
    padding: 0 20px 0 120px;
  }
}

@media (max-width: 767.98px) {
  .product-page-advantages .advantages-item {
    width: 100%;
    padding: 150px 0 150px 0;
    margin-bottom: 20px;
  }

  .product-page-advantages .advantages-list {
    padding: 0;
  }

  .product-page-advantages .advantages-item {
    margin-bottom: 20px;
  }

  .product-page-advantages {
    padding: 50px 0 20px 0 !important;
  }

  .product-page-advantages .advantages-title {
    margin-bottom: 40px !important;
  }
}

/* 产品参数 */

.product-page-parameters {
  padding: 80px 0 100px 0;
}

@media (max-width: 767.98px) {
  .product-page-parameters {
    padding: 30px 0 24px 0 !important;
  }
}

.product-page-parameters .parameters-title {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 52px;
  text-align: center;
  font-style: normal;
}

.product-page-parameters .product-parameters-table {
  margin-top: 60px;
}

.product-page-parameters .product-parameters-table table {
  width: 100%;
}

.product-page-parameters .product-parameters-table table tr:nth-child(odd) {
  height: 60px;
  background: #efefef;
}

.product-page-parameters .product-parameters-table table tr:nth-child(even) {
  background-color: #ffffff;
  height: 88px;
}

.product-page-parameters .product-parameters-table .name {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 29px;
  text-align: left;
  font-style: normal;
  padding-left: 160px;
  width: 41%;
}

.product-page-parameters .product-parameters-table .value {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 500;
  font-size: 26px;
  color: #000000;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  width: 59%;
}

@media (max-width: 991.98px) {
  .product-page-parameters .product-parameters-table {
    margin-top: 38px;
  }

  .product-page-parameters .product-parameters-table .value {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
  }

  .product-page-parameters .product-parameters-table .name {
    padding-left: 40px;
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .product-page-parameters .product-parameters-table {
    margin-top: 38px;
  }

  .product-page-parameters .product-parameters-table .value {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
  }

  .product-page-parameters .product-parameters-table .name {
    padding: 0;
    font-size: 18px;
  }
}

/* 其他产品 */
.product-page-other-products {
  padding: 0 0 100px 0;
}

.product-page-other-products .products-title {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 52px;
  text-align: center;
  font-style: normal;
}

.product-page-other-products .swiper-container-product-list {
  overflow: hidden;
  margin-top: 64px;
}

.product-page-other-products .swiper-container-product {
  width: 100%;
  height: 100%;
}

.product-page-other-products .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 249px;
}

.product-page-other-products .swiper-slide img {
  width: 249px;
  height: 300px;
  background-color: #4d85ff;
  border-radius: 30px;
}

.product-page-other-products .swiper-slide .name {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  margin-top: 14px;
}

.product-page-other-products .swiper-slide a {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 500;
  font-size: 18px;
  color: #00329f;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  margin-top: 14px;
}

/* 托盘叉车 */
.hardware-product-page-advantages {
  position: relative;
  padding: 99px 0 196px 0;
}

.hardware-product-page-advantages-bg1 {
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-image: url("../../assets/img/product/product-advantages-bg2.png");
}

.hardware-product-page-advantages-bg2 {
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-image: url("../../assets/img/product/product-advantages-bg3.png");
}

@media (max-width: 767.98px) {
  .hardware-product-page-advantages .hardware-product-page-left-bg {
    background-image: none;
  }
}

.hardware-product-page-advantages .hardware-title {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 52px;
  text-align: center;
  font-style: normal;
  margin-bottom: 64px;
}

.hardware-product-page-advantages .hardware-item {
  position: relative;
  padding: 46px 34px;
  background: #ffffff;
  box-shadow: 10px 10px 52px 0px rgba(126, 138, 253, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
}

.hardware-product-page-advantages .hardware-item-logo {
  width: 48px;
  height: 48px;
}

.hardware-product-page-advantages .hardware-item h2 {
  margin-top: 48px;
  font-family: NotoSansSC, NotoSansSC;
  font-weight: bold;
  font-size: 24px;
  color: #00329f;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.hardware-product-page-advantages .hardware-item span {
  color: #68718b;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}

/* 分隔区 */
.hardware-product-dividers {
  width: 100%;
  padding: 87px 0;
  box-sizing: border-box;
  background-image: url("../../assets/img/product/product7-separate.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hardware-product-dividers .title {
  font-family: SourceHanSansSCVF, SourceHanSansSCVF;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 66px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.hardware-product-dividers .sub-title {
  font-family: SourceHanSansSCVF, SourceHanSansSCVF;
  font-weight: 400;
  font-size: 18px;
  color: #e6e8ec;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 16px;
}

/* 建陶承包 */
.project_breadcrumb__area {
  background-image: url("../../assets/img/product/product-slider_bg05.png");
}

.project_breadcrumb-sub-title {
  color: #fff;
  font-size: 20px;
}

.top-main-title {
  position: relative;
  margin-bottom: 64px;
}

.top-main-title .title {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 500;
  font-size: 42px;
  color: #000000;
  line-height: 68px;
  text-align: left;
  font-style: normal;
}

.top-main-title .line {
  width: 193px;
  height: 14px;
  background: #f0b000;
  opacity: 0.4;
  display: block;
  position: absolute;
  top: 50px;
}

.project__details-features {
  padding: 100px 0 10px 0;
}

.features__item_mt {
  margin-top: 0px;
}

.project__details-features .features__item {
  padding: 40px 30px 30px 42px;
}

@media (max-width: 1199.98px) {
  .project__details-features .features__item {
    padding: 35px 25px 30px 25px;
  }
}

.features__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 35px 30px 40px 42px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  background: var(--tg-color-white-default);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 1199.98px) {
  .features__item {
    padding: 35px 20px 30px 20px;
    gap: 15px;
  }
}

.features__item::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  width: 60px;
  height: 6px;
  background: var(--tg-theme-primary);
}

.features__item:hover {
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.1);
  border-color: var(--tg-theme-primary);
}

.features__item:hover .features__icon i {
  transform: rotateY(180deg);
}

.features__icon {
  line-height: 45px;
}

@media (max-width: 1199.98px) {
  .features__icon i {
    font-size: 45px;
  }
}

.features__icon i {
  font-size: 50px;
  color: var(--tg-theme-primary);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: block;
}

.project__details-services {
  background-image: url("../../assets/img/product/product-slider_bg04.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0 160px 0;
}

.project__details-services .flow-container {
  width: 100%;
}

.project__details-services .u-shape {
  display: flex;
  flex-direction: column;
}

.top-flow,
.bottom-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project__details-services .bottom-flow {
  flex-direction: row-reverse;
}

.project__details-services .step {
  width: 100%;
  padding: 16px 10px;
  background-color: var(--tg-theme-primary);
  color: white;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.project__details-services .arrow-icon-down {
  color: var(--tg-theme-primary);
  font-size: 34px;
}

.project__details-services .connector {
  text-align: right;
  padding: 20px 0;
}

.project__details-services .arrow-icon {
  color: var(--tg-theme-primary);
  font-size: 34px;
  padding: 0 24px;
}

@media (max-width: 991.98px) {
  .project__details-services .arrow-icon {
    padding: 0 10px;
    font-size: 30px;
  }

  .project__details-services .connector {
    padding: 10px 0;
  }

  .project__details-services .arrow-icon-down {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .project__details-services .arrow-icon {
    padding: 0 4px;
    font-size: 26px;
  }

  .project__details-services .arrow-icon-down {
    font-size: 26px;
  }

  .project__details-services .connector {
    padding: 10px 0;
  }
}

.product-advantages-time-line {
  font-family: var(--tg-heading-font-family);
  padding: 100px 0;
  background-image: url("../../assets/img/product/product-slider_bg06.png");
  background-size: cover;
  background-position: center;
}

.main-timeline {
  position: relative;
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline:before {
  content: "";
  height: 100%;
  width: 2px;
  border: 2px dashed var(--tg-theme-primary);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 30px;
}

.main-timeline .timeline {
  width: 50%;
  padding: 100px 70px 0 25px;
  margin: 0 50px 0 0;
  float: left;
  position: relative;
}

.main-timeline .timeline-content {
  padding: 15px 15px 15px 40px;
  border: 2px solid var(--tg-theme-primary);
  border-radius: 15px 0 15px 15px;
  display: block;
  position: relative;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-content:after {
  content: "";
  background-color: var(--tg-theme-primary);
  height: 18px;
  width: 15px;
  position: absolute;
  right: -15px;
  top: -2px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.main-timeline .timeline-year {
  color: #fff;
  background-color: var(--tg-theme-primary);
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 98px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: -120px;
  top: -85px;
}

.main-timeline .timeline-year:after {
  content: "";
  height: 130px;
  width: 130px;
  border: 8px solid var(--tg-theme-primary);
  border-left-color: transparent;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  position: absolute;
  left: 50%;
  top: 50%;
}

.main-timeline .timeline-icon {
  color: #fff;
  background-color: var(--tg-theme-primary);
  font-size: 35px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -25px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-timeline .timeline-icon i {
  font-size: 26px;
}

.main-timeline .title {
  color: #222;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 7px 0;
}

.main-timeline .description {
  color: #222;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: justify;
  margin: 0 0 5px;
}

@media (min-width: 1800px) {
  .main-timeline .title {
    font-size: 23px;
  }

  .main-timeline .description {
    font-size: 16px;
  }
}

@media (min-width: 2000px) {
  .main-timeline .title {
    font-size: 25px;
  }

  .main-timeline .description {
    font-size: 20px;
  }
}

.main-timeline .timeline:nth-child(even) {
  padding: 100px 25px 0 70px;
  margin: 0 0 0 50px;
  float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 15px 40px 15px 15px;
  border-radius: 0 15px 15px 15px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  transform: rotateY(180deg);
  right: auto;
  left: -15px;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -120px;
}

.main-timeline .timeline:nth-child(even) .timeline-year:after {
  transform: translateX(-50%) translateY(-50%) rotate(200deg);
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: -25px;
}

.timeline:nth-child(4n + 2) .timeline-content,
.timeline:nth-child(4n + 2) .timeline-year:after {
  border-color: var(--tg-theme-primary);
}

.timeline:nth-child(4n + 2) .timeline-year:after {
  border-left-color: transparent;
}

.timeline:nth-child(4n + 2) .timeline-content:after,
.timeline:nth-child(4n + 2) .timeline-icon,
.timeline:nth-child(4n + 2) .timeline-year {
  background-color: var(--tg-theme-primary);
}

.timeline:nth-child(4n + 3) .timeline-content,
.timeline:nth-child(4n + 3) .timeline-year:after {
  border-color: var(--tg-theme-primary);
}

.timeline:nth-child(4n + 3) .timeline-year:after {
  border-left-color: transparent;
}

.timeline:nth-child(4n + 3) .timeline-content:after,
.timeline:nth-child(4n + 3) .timeline-icon,
.timeline:nth-child(4n + 3) .timeline-year {
  background-color: var(--tg-theme-primary);
}

.timeline:nth-child(4n + 4) .timeline-content,
.timeline:nth-child(4n + 4) .timeline-year:after {
  border-color: var(--tg-theme-primary);
}

.timeline:nth-child(4n + 4) .timeline-year:after {
  border-left-color: transparent;
}

.timeline:nth-child(4n + 4) .timeline-content:after,
.timeline:nth-child(4n + 4) .timeline-icon,
.timeline:nth-child(4n + 4) .timeline-year {
  background-color: var(--tg-theme-primary);
}

@media screen and (max-width: 767px) {
  .main-timeline:before {
    display: none;
  }

  .main-timeline .timeline {
    width: 100%;
    padding-top: 80px;
    padding-right: 12px;
    margin-bottom: 20px;
  }

  .main-timeline .timeline:nth-child(even) {
    padding-left: 10px;
    padding-top: 80px;
    margin-bottom: 20px;
  }

  .main-timeline .timeline-content,
  .main-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
    background-color: #fff;
    padding-top: 25px;
  }

  .main-timeline .timeline-content:after {
    display: none;
  }

  .main-timeline .timeline-year {
    font-size: 24px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    right: 0;
    top: -65px;
  }

  .main-timeline .timeline-year:after {
    display: none;
  }

  .main-timeline .timeline:nth-child(even) .timeline-year {
    left: 3px;
  }
}

@media screen and (max-width: 567px) {
  .main-timeline .title {
    font-size: 18px;
  }
}

.product2-img {
  /* transform: rotateY(30deg); */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .project__details-features {
    padding: 50px 0 10px 0;
  }

  .top-main-title {
    margin-bottom: 40px;
  }

  .features__item_mt {
    margin-top: 40px;
  }

  .project__details-services {
    padding: 50px 0 50px 0;
  }

  .product-advantages-time-line {
    padding: 50px 0;
  }
}

/* 新的技术参数表 */
.technical-parameters-table {
  margin-top: 60px;
}

.technical-parameters-table table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #ddd;
}

.technical-parameters-table .category {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 600;
  font-size: 20px;
  color: #00329f;
  line-height: 29px;
  text-align: center;
  padding: 15px 5px;
  width: 12%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  background: #f8f9fa;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  min-height: 120px;
  letter-spacing: 8px;
}

.technical-parameters-table tr {
  background: #ffffff;
  height: 60px;
}

.technical-parameters-table .name {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 29px;
  text-align: left;
  padding-left: 20px;
  width: 43%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.technical-parameters-table .unit {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 29px;
  text-align: center;
  width: 15%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
}

.technical-parameters-table .value {
  font-family: NotoSansSC, NotoSansSC;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 29px;
  text-align: left;
  width: 30%;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 991.98px) {
  .technical-parameters-table {
    margin-top: 38px;
  }

  .technical-parameters-table .category {
    font-size: 16px;
    padding: 15px 3px;
    width: 10%;
  }

  .technical-parameters-table .name {
    font-size: 16px;
    padding-left: 15px;
    width: 45%;
  }

  .technical-parameters-table .unit {
    font-size: 14px;
  }

  .technical-parameters-table .value {
    font-size: 16px;
    padding-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .technical-parameters-table .category {
    font-size: 14px;
    padding: 10px 2px;
    width: 8%;
    min-height: 80px;
  }

  .technical-parameters-table .name {
    font-size: 14px;
    padding-left: 10px;
    width: 47%;
  }

  .technical-parameters-table .unit {
    font-size: 12px;
    width: 20%;
  }

  .technical-parameters-table .value {
    font-size: 14px;
    padding-left: 5px;
    width: 20%;
  }
}
