body {
  margin: 0 auto;
  font-size: 12px;
  overflow-x: hidden;
}
.banner-img{
  width: 100%;
}
.u-text-product {
  color:#fff;
  padding-left: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items:center;
}
.u-text-product-cn {
  font-size: .72rem;
}
.u-text-product-en {
  font-size: .42rem;
}
.product-banner {
  width: 100%;
  height: 5.2rem;
  background: #c9c7c7;
}
.product-detail {
  width: 16rem;
  margin: 0 auto;
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  min-height:16rem;
}
.product-detail-left {
  background: #fff;
  padding-right: 1rem;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.product-detail-title {
  font-size: 36px;
  padding-bottom: .2rem;
  padding-top: .6rem;
}
.detail-title-zn {
  font-weight: 500;
}
.detail-title-en {
  font-weight: 800;
}
.product-img {
  width: 100%;
  max-height: 8.6rem;
}
.product-design {
  font-size: 36px;
  padding-top: 0.58rem;
  padding-bottom: .5rem;
}
.product-design-detail {
  font-size: 20px;
  line-height: .34rem;
}
.design-detail-space {
  padding-top: .36rem;
  padding-bottom: 1.4rem;
}
.next-or-pre {
  display: flex;
  justify-content: flex-start;
  padding-top: 1.4rem;
  position: absolute;
  bottom: 0;
}
.product-btn {
  text-align: center;
  color: #2557ab;
  width: 2.46rem;
  white-space: nowrap;
  /* 超出盒子部分隐藏 */
  overflow: hidden;
  /* 文本超出的部分打点显示 */
  text-overflow: ellipsis;
  height: .76rem;
  line-height: .76rem;
  cursor: pointer;
  font-size: 24px;
  margin-right: .45rem;
  border: 2px solid #2557ab;
}
.product-btn a {
  color: #2557ab;
}
.product-pre {
  margin-right: .2rem;
}
.btn-active {
  background: #2557ab;
  color: #fff;
}
.btn-active a {
  color: #fff;
}
.product-detail-right {
  width: 4.4rem;
  margin-top: -1.1rem;
  background: #f2f3f7;
  padding-right: 1rem;
  padding: .5rem .4rem 0rem .46rem;
  z-index:1;
}
.detail-right-conten {
  display: flex;
  flex-direction: column;
}
.introduce {
  width: 100%;
  height: 1.52rem;
  line-height: 1.52rem;
  background-image: url(../images/new04.png);
  color: #fff;
  font-size: .40rem;
}
.introduce-title {
  padding-left: 1.60rem;
}
.detail-right-box {
  position: relative;
  cursor: pointer;
}
.detail-right-bg {
  width: 3.56rem;
  height:2.9rem;
  border-radius: 10px;
  background-image: url(../images/new2-02.png);
}
.detail-right-text {
  font-size: 26px;
  padding-top: .2rem;
  padding-bottom: .5rem;
  color: #333;
}
.product-all {
  font-size: 24px;
  padding-bottom: .3rem;
  font-weight: 600;
}
.slide-content {
  width: 3.56rem;
  height:2.9rem;
  background: #295eb5c9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .10rem;
  position: absolute;
  top: 0;
  opacity: 0;
}
.slide-content:hover {
  opacity: 1;
}
.content-more {
  width: 1.08rem;
  height: 1.08rem;
  line-height: 1.08rem;
  border-radius: 50%;
  background: #fff;
  color: #0e3d8a;
  text-align: center;
  font-size: .2rem;
}
#cpzs_pc {
  display:block;
}
#cpzs_mobile {
  display:none;
}
@media screen and (max-width: 991px) {
  #cpzs_pc {
    display:none;
  }
  #cpzs_mobile {
    display:block;
  }
  .product-detail {
    padding: 0rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .product-all {
    font-size: 12px;
  }
  .product-detail-title {
    font-size: 18px;
  }
  .product-design-detail p span{
    font-size: 12px !important;
    color: #333;
  }
  .product-design {
    font-size: 18px;
  }
  .product-detail-left {
    padding: 0rem .3rem;
    padding-top: .6rem;
    width: 100%;
    /* padding-right: 0rem; */
  }
  .btn-active{
    background: #2557ab;
  }
  .btn-active a{
    color: #fff !important;
  }
  .design-detail-space {
    padding-top: 0.36rem;
    padding-bottom: 0.4rem;
  }
  .detail-right-text {
    font-size: 12px;
    padding-top: .2rem;
    padding-bottom: .5rem;
  }
  .detail-right-conten {
    width: 100%;
    /* height: 3.2rem; */
    background: #f2f3f7;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: scroll;
    list-style: none;
    /* display: -webkit-box; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .detail-right-box {
    padding: 0 .2rem;
  }
  .detail-right-box:first-child {
    padding: 0 0rem !important;
    margin-left: 0rem !important;
  }
  .product-detail-right {
    width: calc(100% - .6rem);
    background: #f2f3f7;
    /* padding: 0 1rem; */
    padding: .5rem .3rem 0rem .3rem;
    margin-top: .3rem;
    width: 100%;
  }
  .introduce-title {
    padding-left: .30rem;
    font-size: 14px;
  }
  .product-btn {
    font-size: 14px;
    width: 2rem;
    height: .6rem;
    line-height: .6rem;
    border: 1px solid #2557ab;
  }
  .product-btn a {
    color: #2557ab;
  }
  .next-or-pre {
    width:100%;
    display: flex;
    justify-content: center;
    padding-top: .4rem;
    padding-bottom: .2rem;
  }
  .product-design-detail {
    padding-bottom: 1.3rem;
  }
  .product-design-detail>p>img{
    width: 100% !important;
    height: auto !important;
  }
  .product-detail-title {
    padding-top: 0rem;
  }
}