.publicCss {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
.publicCss .titleSection {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.publicCss .titleSection .verL {
  display: block;
  width: calc(2px + 0.4rem);
  height: calc(10px + 1.4rem);
  background: #0086CD;
  margin-right: 1.4rem;
}
.publicCss .titleSection .name {
  font-size: calc(10px + 1.5rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #2C2C2C;
  line-height: calc(20px + 2rem);
}
.pro_ReadBannerBox {
  position: relative;
  margin-bottom: 8rem;
}
.pro_ReadBannerBox .bannerImg {
  width: 100%;
}
.pro_ReadBannerBox .bannerImgBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(91, 141, 182, 0) 30%, rgba(23, 69, 101, 0.64) 90%);
  z-index: 3;
}
.pro_ReadBannerBox .title_nav {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0;
  display: flex;
  justify-content: end;
  z-index: 5;
}
.pro_ReadBannerBox .title {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.pro_ReadBannerBox .title h3 {
  font-size: calc(14px + 2rem);
  font-family: "PingFangHeavy";
  font-weight: bold;
  color: #FFFFFF;
  line-height: calc(28px + 2rem);
  margin-bottom: 1.4rem;
}
.pro_ReadBannerBox .title .crumbs {
  font-size: calc(8px + 0.6rem);
  font-weight: 400;
  color: #FFFFFF;
  text-align: right;
}
.pro_detailsBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.pro_detailsBox .details_img {
  display: flex;
  width: 51.428%;
  justify-content: center;
  align-items: center;
  background-color: #F4F4F4;
  padding: 1.6rem 0;
}
.pro_detailsBox .details_img img {
  width: 65.27%;
}
.pro_detailsBox .pro_title {
  display: flex;
  width: 38.57%;
  padding: 1rem 0;
  flex-direction: column;
  justify-content: space-between;
}
.pro_detailsBox .pro_title h3 {
  width: 28.5rem;
  font-size: calc(10px + 1rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #010101;
  line-height: calc(18px + 1.5rem);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
.pro_detailsBox .pro_title .titleBox {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: calc(10px + 1.9rem);
}
.pro_detailsBox .pro_title .param .paramItem {
  font-size: calc(8px + 0.5rem);
  font-weight: bold;
  color: #757575;
  margin-bottom: 1.6rem;
}
.pro_detailsBox .but {
  display: flex;
  justify-content: space-between;
}
.pro_detailsBox .but a {
  display: flex;
  width: 47%;
  height: calc(20px + 1.7rem);
  border: 1px solid #EEEEEE;
  border-radius: 27px;
  justify-content: center;
  align-items: center;
  font-size: calc(8px + 0.5rem);
  font-weight: 500;
}
.pro_detailsBox .but .contacts {
  background: #0E97E0;
  color: #fff;
}
.pro_detailsBox .but .returnsList {
  background-color: #EEEEEE;
  color: #000;
}
.specificationsBox h4 {
  display: flex;
  height: calc(20px + 1.5rem);
  background: #d2d2d27e;
  margin-bottom: 2.6rem;
  font-size: calc(11px + 0.5rem);
  font-weight: bold;
  color: #666666;
  justify-content: center;
  align-items: center;
}
.specificationsBox .specifiCations {
  font-size: calc(9px + 0.5rem);
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1f1f1fc0;
}
.specificationsBox .specifiCations p {
  text-indent: calc(18px + 0.1rem);
}
@media screen and (max-width: 540px) {
  .pro_detailsBox {
    flex-direction: column-reverse;
  }
  .pro_detailsBox .details_img {
    width: 100%;
  }
  .pro_detailsBox .pro_title {
    width: 100%;
    margin-bottom: 3rem;
  }
  .pro_detailsBox .pro_title h3 {
    width: 100%;
  }
  .pro_detailsBox .pro_title .param .paramItem {
    font-size: calc(8px + 1rem);
  }
  .pro_detailsBox .but a {
    width: 40%;
    height: calc(20px + 4rem);
  }
}
