.page {
  background-color: #ffffff;
}
body {
  font-family: Microsoft Yahei, Arial, sans-serif;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}
h2 {
  font-size: 24px;
  font-weight: bold;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 14px;
  font-weight: bold;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h7 {
  font-size: 12px;
}
/* 顶部面包屑 */
.ws-product-detail-bcb {
  padding-top: 25px;
  background-color: #ffffff;
}
.com-content {
  max-width: 1200px;
  margin: 0 auto;
}
.ws-product-detail-bcb .breadcrumb {
  background-color: #ffffff;
}
.ws-product-detail-bcb ul {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.ws-product-detail-bcb ul li a {
  font-size: 17px;
  font-family: Microsoft Yahei, Arial, sans-serif;
  color: #999999;
}
.ws-product-detail-bcb ul li:last-child a,
.ws-product-detail-bcb ul li a:hover {
  color: #666666;
  text-emphasis: none;
}
.ws-product-detail-bcb .breadcrumb > li + li:before {
  color: #999999;
  content: '>';
  padding: 0 10px;
}
.ws-product-detail-bcb ul li img {
  position: relative;
  top: -3px;
  vertical-align: middle;
}
.ws-product-detail-bcb ul {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 面包屑结束 */
/*最外层宽度限制1200px*/
.new-com-detail {
  margin: 0 auto;
  width: 1200px;
  max-width: 1200px;
  height: auto;
  color: #292929;
}
/* 主要特征 */
.com-product-details {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
/* 轮播图 */
.com-product-preview {
  width: 580px;
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
#product-swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 400px;
  background-color: #fff;
  --swiper-theme-color: #292929;
  cursor: url(../../RJ-img/base/fangda.png), auto;
}
.active-border {
  border: 1px solid #da0030;
}
#proudct-thumbs {
  width: 360px;
  height: 48px;
  cursor: pointer;
}
#proudct-thumbs .swiper-slide {
  background-color: #f7f7f7;
  width: 48px !important;
  height: 48px;
}
.swiper-button-prev:after {
  display: none;
}
#thums {
  left: 50%;
  margin-left: -240px;
  width: 480px;
  height: 50px;
  position: relative;
}
.swiper-button-next:after {
  display: none;
}
.swiper-button-next {
  top: 60%;
  z-index: 99999999;
  width: 30px;
  height: 30px;
  background: url(../../RJ-img/base/next.svg);
}

.swiper-button-prev {
  z-index: 9999999;
  top: 60%;
  width: 30px;
  height: 30px;
  background: url(../../RJ-img/base/prev.svg);
}
/* 产品介绍视频 */
.com-product-introduction {
  width: 480px;
  height: 480px;
  display: none;
}
.com-product-introduction-video video {
  width: 480px;
  height: 480px;
}
/* 产品3D介绍 */
.com-product-3D {
  width: 480px;
  height: 480px;
  display: none;
}
/* 3D加载进度条*/
#myProgress {
  left: 20% !important;
  top: 40% !important;
}
/* 商品展示模式按钮 */
.com-product-display {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 190px;
  height: 34px;
}
.com-product-display-btn {
  width: 84px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.selected {
  color: #fff !important;
}
.selected-bgc {
  background-color: #292929 !important;
}
.spe {
  justify-content: start;
}
.spe div:nth-child(1) {
  margin-left: 6px;
}
.com-product-display-btn div {
  font-size: 12px;
  line-height: 0px;
  color: #383838;
  cursor: pointer;
}
.com-product-display-btn svg {
  margin-right: 3px;
  fill: #fff;
  width: 16px;
  height: 16px;
}
/* 商品详情选择模块 */
.com-product-info {
  width: 580px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}
.com-product-info-headline {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #292929;
}
.com-product-info-describe {
  width: 100%;
  margin-top: 23px;
  font-weight: normal;
  color: #292929;
}
.com-product-info .com-product-info-describe p {
  font-size: 14px;
  color: #292929;
}
.com-product-info p {
  font-size: 14px;
  color: #7d7d7d;
}
.com-product-info-select {
  margin-top: 16px;
  width: 275px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.com-product-info-choose-btn {
  margin-top: 7px;
  width: 580px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.com-product-info-choose-btn li {
  width: 275px;
  height: 60px;
  margin: 12px 12px 0px 0px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}
.com-product-info-choose-btn li img {
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  height: 45px;
}
.com-product-info-choose-btn li:nth-child(1),
.com-product-info-choose-btn li:nth-child(2) {
  margin-top: 0px;
}
.com-product-info-choose-btn h5 {
  color: #292929;
  font-weight: bold;
}
.choosed {
  transition: all 0.3s ease-in-out;
  border: 1px solid #d3383c !important;
}
.choosed-describe {
  display: flex;
  flex-direction: column;
}
/*3D模型加载进度条*/
#myProgress {
  position: relative;
  width: 60%;
  left: 96px;
  text-align: center;
  display: none;
  top: 210px;
}
#myBar {
  width: 10%;
  height: 10px;
  background-color: #666666;
  text-align: center;
  line-height: 10px;
  color: white;
  border-radius: 5px;
}
.mybarBg {
  width: 100%;
  height: 10px;
  background-color: #dddddd;
  line-height: 10px;
  border-radius: 5px;
}
/* 产品卖点 */
.selling-point {
  margin-top: 21px;
  width: 576px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.selling-point ul {
  margin-left: 19px;
  margin-top: 3px;
}
.selling-point li {
  font-size: 14px;
  color: #292929;
  line-height: 24px;
  list-style: disc;
}
.selling-point-line {
  /* 记得删 */
  display: none;
  margin-top: 18px;
  width: 463px;
  height: 1px;
  background-color: #d5d5d5;
}
/* 服务范围 */
.service-area {
  /* 记得删 */
  display: none;
  margin-top: 16px;
  width: 196px;
  height: 59px;
}
.service-statement {
  margin-top: 6px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.service-statement div {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.service-statement svg {
  margin-left: 4px;
}
.service-statement div:nth-child(1) {
  margin-right: 12px;
  width: 81px;
  height: 24px;
}
.service-statement div:nth-child(2) {
  width: 103px;
  height: 24px;
}
.service-statement h5 {
  margin-left: 4px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  color: #000000;
}
/* 询问报价按钮 */
.quotes {
  margin-top: 40px;
  width: 150px;
  height: 44px;
  background-color: #da0030;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
}
/* 导航栏 */
.new-com-content-nav {
  margin-top: 36px;
  width: 1200px;
  height: 54px;
  border-bottom: 1px solid #d5d5d5;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.02);
}
.new-com-content-nav ul {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.new-com-content-nav ul li {
  width: 64px;
  height: 54px;
  margin-right: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 5px solid transparent;
}
.new-com-content-nav ul div {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: bold;
  width: 56px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.font-selected {
  color: #000000 !important;
}
.new-com-content-nav ul li:nth-child(1) {
  border-bottom: 5px solid #d2373b;
}
/*主要参数*/
.Parameter {
  margin-top: 52px;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.TopTitle {
  width: 100%;
  display: flex;
  background-color: #fff;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}
.TopTitle h2 {
  color: #385075;
}
.parameter {
  display: flex;
  flex-direction: row;
}
.parameter2 {
  margin-left: 4px;
}
.databox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.th {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 173px;
  height: 56px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.td {
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 418px;
  height: 56px;
  font-size: 14px;
  text-align: center;
}
.odd {
  background-color: #f7f9fa;
}
.even {
  background-color: #fff;
}
/* 产品特征 */
.new-com-details-page {
  width: 100%;
  height: auto;
  min-height: 600px;
}
/* 应用搭配 */
.com-product-item {
  margin-top: 48px;
  width: 100%;
}
.com-product-item .com-product-item-head {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  border-bottom: 1px solid #d5d5d5;
}
.com-product-item .com-product-item-head h4 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #292929;
  margin-left: 24px;
}
.com-product-item .com-product-item-head a {
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #7d7d7d;
}
/*视频清单*/
.com-product-experience-video-main {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
}
.experience-video {
  border: 1px solid #ebebeb;
  width: 291px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 7px 7px 0px 0px;
}
.experience-video-perview {
  cursor: pointer;
  position: relative;
  width: 291px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.experience-video-perview img {
  max-width: 285px;
  max-height: 160px;
}
.experience-video-describe {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}
.experience-video-perview::after {
  content: '';
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2) url(../../RJ-img/base/play.png) no-repeat
    center;
}
.experience-video-perview:hover::after {
  display: block;
}
.experience-video-describe h5 {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 12px;
  color: #292929;
  font-weight: 700;
}
.video-view {
  margin-left: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.video-view,
.video-date {
  font-weight: normal;
  font-size: 12px;
  color: #7d7d7d;
}
/*常见问题*/
.auto {
  height: auto !important;
}
.com-product-QA-main {
  margin-top: 14px;
  margin-left: 10px;
  width: 1008px;
  height: auto;
}
.com-product-ask {
  width: 1005px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.com-product-ask-more {
  display: none;
}
.com-product-ask-more .com-product-fill:nth-child(1) {
  margin-top: 12px;
}
.com-product-fill {
  margin-top: 18px;
  width: 100%;
  height: 56px;
}
.QA-question,
.QA-answer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.QA-question p {
  font-weight: 700 !important;
}
.QA-answer p {
  font-weight: 400 !important;
}
.QA-answer {
  margin-top: 5px;
}
.com-product-fill h5,
.com-product-fill h3 {
  font-size: 14px;
  font-weight: 400;
  color: #7d7d7d;
  white-space: nowrap;
}
.com-product-fill h3 {
  margin-left: 10px;
}
.com-product-fill p {
  margin-left: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #385075;
}
.com-product-fill .QA-answer p {
  color: #292929;
}
.com-product-QA-more {
  display: none;
  margin-top: 24px;
  width: 170px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.com-product-QA-more h4 {
  font-size: 14px;
  font-weight: 400;
  color: #292929;
}
/*产品文档*/
.com-product-document-main {
  margin-top: 5px;
  width: 100%;
  /* display: flex; */
  justify-content: start;
  align-items: flex-start;
  padding-bottom: 160px;
  flex-direction: row;
  flex-wrap: wrap;
}
.com-product-document-main div {
  height: 44px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  margin: 16px 5px 0px 5px;
}
.com-product-document-main div img {
  height: 16px;
  width: 16px;
  margin-left: 8px;
}
.com-product-document-main div h5 {
  margin-left: 5px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
/* 轮播遮罩 */
#big-swiper {
  background-color: #ffffff;
  left: 0;
  top: 0;
}
.zoom-btn {
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 9999999;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
  opacity: 0;
}
@media screen and (max-width: 750px) {
  #thums{
    width:10rem;
    display: none;
  }
  #proudct-thumbs,.swiper-button-next,.swiper-button-prev {
    display: none;
  }
  .new-com-detail {
    width: 10rem;
  }
  .new-com-content-nav {
    display: none;
  }
  .com-product-details {
    height: 100%;
  }
  .com-product-preview {
    width: 8.5rem;
    height: 8.5rem;
    margin-left: 0.74rem;
  }
  .com-product-info {
    width: 9rem;
    height: 100%;
    margin-left: 0.46rem;
  }
  .com-product-info-headline {
    width: 9rem;
  }
  .com-product-info-describe {
    width: 8.83rem;
  }
  .new-com-detail h2 {
    font-size: 0.56rem;
  }
  .com-product-info p {
    font-size: 0.37rem !important;
  }
  .com-product-info-select {
    margin-top: 0.74rem;
    width: 9rem;
  }
  .com-product-info-choose-btn {
    width: 9rem;
    height: auto;
  }
  .com-product-info-choose-btn li {
    width: 9rem;
    height: 1.33rem;
    margin-right: 0px;
  }
  .com-product-info-choose-btn li:nth-child(1) {
    margin-top: 0px;
  }
  .com-product-info-choose-btn li:nth-child(2) {
    margin-top: 12px;
  }
  .com-product-info-choose-btn h5 {
    font-size: 0.44rem;
    line-height: 0.57rem;
  }
  .com-product-info-choose-btn li img {
    width: 1.1rem;
    height: 1.1rem;
  }
  .selling-point {
    margin-top: 0.84rem;
    width: 9rem;
    height: 100%;
  }
  .selling-point ul {
    margin-top: 0.24rem;
  }
  .selling-point li {
    font-size: 0.44rem;
    line-height: 0.66rem;
  }
  .TopTitle {
    margin-right: 4.13rem;
  }
  .TopTitle h2 {
    font-size: 0.44rem;
    line-height: 0.66rem;
  }
  .Parameter {
    max-width: 10rem;
  }
  .com-product-info-select p {
    font-size: 0.33rem;
  }
  .com-product-info-choose-btn {
    margin-top: 0.26rem;
  }
  .com-product-fill h5,
  .com-product-fill h3 {
    font-size: 0.21rem;
  }
  .com-product-fill p {
    font-size: 0.21rem;
    width: 8rem;
  }
  .com-product-document-main {
    display: inline-block;
    width: 10rem;
    padding-bottom: 2.13rem;
  }
  .com-product-document-main div {
    width: 95%;
    margin-top: 8px;
    margin: 8px 2% 0px 2%;
  }
  .com-product-document {
    height: 5.66rem;
  }
  .com-product-document-main-top {
    margin-top: 0px !important;
  }
  .com-product-document-main-top1 {
    margin-top: -10px !important;
  }
  .com-product-QA-more {
    width: 4.33rem;
  }
  .com-product-QA-more h4 {
    font-size: 0.26rem;
  }
  .com-product-experience-video-head h4 {
    font-size: 0.32rem;
  }
  .com-product-QA-head h4 {
    font-size: 0.32rem;
  }
  .com-product-document-head h4 {
    font-size: 0.32rem;
  }
  .com-product-experience-video-head a {
    margin-right: 0.26rem;
  }
  .img-small {
    width: 6.74rem;
    height: 5.33rem;
  }
  #product-swiper {
    width: 6.4rem;
    height: 6.4rem;
    text-align: center;
  }
  .com-product-introduction {
    width: 7rem;
    height: 7rem;
  }
  .com-product-introduction-video video {
    width: 7rem;
    height: 7rem;
  }
  .com-product-3D {
    width: 7rem;
    height: 6.5rem;
  }
  .com-product-3D canvas {
    width: 7rem !important;
    height: 6.5rem !important;
  }
  #myProgress {
    left: 20% !important;
    top: 40% !important;
  }
  .parameter {
    flex-direction: column;
  }
  .parameter2 {
    margin-left: 0;
  }
  .databox {
    max-width: 10rem;
    width: 100%;
  }
  .th {
    width: 30%;
    font-size: 0.26rem;
    font-weight: 700;
  }
  .td {
    width: 70%;
    font-size: 0.24rem;
  }
  .com-product-QA-main {
    width: 95%;
  }
  .com-product-ask {
    width: 100%;
  }
  .com-product-fill h5 {
    width: 0.66rem;
  }
  .com-product-fill .QA-answer p {
    width: 8rem;
  }
  .subtitle-font {
    font-size: 0.44rem !important;
  }
  .com-product-experience-video-main {
    height: auto;
    display: block;
    text-align: center;
  }
  .experience-video {
    display: inline-block;
    margin: 0.1333rem;
  }
}
@media screen and (max-width: 750px) {
  #product-swiper {
    width: 7rem;
    height: 6.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  #product-swiper {
    height: 6.5rem;
  }
  .com-product-fill h5 {
    width: 0.7rem;
  }
  .com-product-fill .QA-answer p {
    width: 7rem;
  }
  .com-product-fill p {
    width: 7rem;
  }
  .com-product-fill {
    height: 100%;
  }
}
