.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 4%;
}

/* .swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;
  color: #000;
  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;
} */
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
  width: 100%;
}
.bg_container_color {
  margin-top: 20px;
  padding-top: 50px;

}
.type_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-left: 0px;
}
.type_img_width {
  width: 100%;
}
.type_images {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 2000px;
}
.type_name li {
  cursor: pointer;
  width: 180px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  background: #c3c3c3;
  list-style: none;
}
.type_name {
  margin-top: 35px;
}
/* .type_images li,
.type_img_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 200px;
  padding: 10px;
  list-style: none;
  margin: 0 30px 0 0;
  background: #ffffff;
} */
.type_img_slide a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.type_img_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.active_product {
  background: #000 !important;
}
.active_p_images {
  border: 1px solid #a1a1a1;
}
.center_namse {
  margin: 15px 0;
  padding: 0 15px;
  border-top: 1px solid #000;
}
.img_col_width {
  width: 100%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
}
.img_col_width img {
  width: 100%;
  height: 458px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .img_col_width img {
    height: 348px;
  }
}
@media (max-width: 460px) {
  .img_col_width img {
    height: 288px;
  }
}
.img_product_title {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.img_product_text {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #000000;
}
.img_product_scanshu{
  display:grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
  column-gap: 30px;
  padding: 20px 0;
}
.img_product_scanshu li{
  list-style: none;
  line-height: 1.5;
}
.img_product_scanshu li span{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  background-color: #f4f4f4;
  padding: 8px 5px;
}
.img_product_scanshu li p{
  padding: 5px;
  margin: 0;
}
.img_product_btn {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  height: 50px;
  /* margin-top: 45px; */
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #ffffff;
  border: none;
}
.activeweight {
  width: 65%;
}
.mySwiper {
  display: none;
}
.btn_height_pro{
  position: relative;padding-bottom: 65px;
}
@media (max-width: 992px) {
  .btn_height_pro{
    padding-bottom: 0;
  }
}
.product_content_box{
  padding-bottom: 0;
  padding-top: 70px;
}
.product_content_box img{
  max-width: 100%;
  height: auto;
}
.canshu_table_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  column-gap: 5%;
  padding-bottom: 30px;
}
/* .canshu_table_box .canshu_table {
  border-bottom: 1px solid #f1f2f3;
} */
.canshu_table_box p{
  font-weight:bold;
  background-color: #f2f5f8;
  padding: 15px;
  font-size: 18px;
  margin: 0;
}

.canshu_table table{
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}

.canshu_table .canshu_table_title td{
  padding: 15px;
  font-size: 18px;
}
.canshu_table tr{
  border-bottom: 1px solid #f1f2f3;
}
.canshu_table tr th{
  width: 30%;
  padding: 10px 15px;
  font-weight:bold;
  display: inline-block;
}
.canshu_table tr td{
  width: 70%;
  padding: 10px 15px;
  display: inline-block;
  word-wrap:break-word;
}
.table_scroll{
  overflow-x: auto;
  width: 100%;
}

.table_scroll::-webkit-scrollbar-track {
  background: #f2f5f8;
}

.table_scroll::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

.pc-slide{
  width: 100%;
  max-width: 460px;
}
.pc-slide .pic{
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background: #f4f4f4;
}
.pc-slide .pic img,.pc-slide .pic video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc-slide .pic video{object-fit: contain;}
.pic_list{
  width: 100%;
  max-width: 460px;
  margin-top: 20px;
}
.pic_list .swiper-slide .pic{
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
  width: 100%;
}
.pic_list .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.pic_list .swiper-slide img.on{
  border: .1rem solid var(--main-color);
}

@media (max-width: 991px) {
  .img_product_btn {
    position: relative;
  }
  .canshu_table_box {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .canshu_table table{
    min-width: 550px;
  }
  .product_detail_list{display: none;}
}
@media screen and (max-width: 460px) {
  .img_product_scanshu{
    grid-template-columns: 100%;
  }
}
/* 支持与下载 */
.xgxz{
  padding-bottom: 30px;
}

.xgxz_list{
  padding: 10px 0;
}
.xgxz_item{
  font-size: 15px;
  line-height: 1.5;
  padding: 10px;
  border-bottom: 1px solid #f1f2f3;
}

.xgxz_item a{
  font-size: 15px;
  color:#333;
}
.xgxz_item a:hover{
  color: var(--main-color);
}
.xgxz_item span{
  color:#333;
  float: right;
}
.second_title {
  margin-bottom: 16px;
  text-align: left;
  color: #333;
}