.breadcrumbs .active {
  text-align: left;
  width: 300px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.breadcrumbs {
  margin-top: 146px;
}

.product_content {
  width: 100%;
  height: auto;
}

.product_content .box {
  width: 100%;
  height: auto;
  padding: 30px 0 80px;
}

.product_content .box .box_content {
  width: 100%;
  height: auto;
}

.product_content .box .box_content .product_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product_content .box .box_content .product_top .top_l {
  width: 580px;
  height: auto;
}

.product_content .box .box_content .product_top .top_l .top_l_img {
  width: 100%;
  height: 540px;
  border: 1px solid #1D1819;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product_content .box .box_content .product_top .top_l .top_l_img img {
  max-width: 80%;
  height: auto;
}

.product_content .box .box_content .product_top .top_l .img_box {
  width: 100%;
  height: 96px;
  margin-top: 16px;
  padding: 0 30px;
}

.product_content .box .box_content .product_top .top_l .img_box .product_swiper_item {
  cursor: pointer;
  margin-right: 14px;
  width: 96px !important;
  height: 96px;
  border: 1px solid #1D1819;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product_content .box .box_content .product_top .top_l .img_box .product_swiper_item.active {
  border: 1px solid #E62129;
}

.product_content .box .box_content .product_top .top_l .img_box .product_swiper_item:last-child {
  margin-right: 0;
}

.product_content .box .box_content .product_top .top_l .img_box .product_swiper_item img {
  max-width: 80%;
  height: auto;
}

.product_content .box .box_content .product_top .top_l .img_box .swiper-button-next {
  width: 10px;
  right: 0;
}

.product_content .box .box_content .product_top .top_l .img_box .swiper-button-next::after {
  content: '';
}

.product_content .box .box_content .product_top .top_l .img_box .swiper-button-next img {
  width: 10px;
  height: auto;
}

.product_content .box .box_content .product_top .top_l .img_box .swiper-button-prev {
  width: 10px;
  left: 0;
}

.product_content .box .box_content .product_top .top_l .img_box .swiper-button-prev::after {
  content: '';
}

.product_content .box .box_content .product_top .top_l .img_box .swiper-button-prev img {
  width: 10px;
  height: auto;
}

.product_content .box .box_content .product_top .top_r {
  width: 570px;
  height: auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.product_content .box .box_content .product_top .top_r .top_r_t {
  width: 100%;
  height: auto;
}

.product_content .box .box_content .product_top .top_r .top_r_t .product_name {
  color: #222;
  text-align: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.product_content .box .box_content .product_top .top_r .top_r_t .product_desc {
  margin-top: 20px;
}

.product_content .box .box_content .product_top .top_r .top_r_t .product_desc p {
  color: #222;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.product_content .box .box_content .product_top .top_r .top_r_b {
  margin-top: 20px;
  padding: 15px 24px;
  border-radius: 4px;
  border: 1px solid #000;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_content .box .box_content .product_top .top_r .top_r_b:hover {
  border: 1px solid #E62129;
  background: #E62129;
}

.product_content .box .box_content .product_top .top_r .top_r_b:hover a {
  color: #fff;
}

.product_content .box .box_content .product_top .top_r .top_r_b a {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_content .box .box_content .anchor_point {
  margin-top: 80px;
  width: 100%;
  height: 80px;
  background: #FBFBFD;
  padding: 0 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product_content .box .box_content .anchor_point a {
  margin-right: 94px;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_content .box .box_content .anchor_point a:hover {
  color: #E62129;
}

.product_content .box .box_content .anchor_point a:last-child {
  margin-right: 0;
}

.product_content .box .box_content .characteristic {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

.product_content .box .box_content .characteristic .chara_title {
  text-align: left;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_content .box .box_content .characteristic .characteristic_content {
  width: 100%;
  height: auto;
  margin-top: 26px;
  word-break: break-all;
}

.product_content .box .box_content .characteristic .characteristic_content > * {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}

.product_content .box .box_content .characteristic .characteristic_content p {
  text-align: left;
  margin-top: 10px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}

.product_content .box .box_content .characteristic .characteristic_content .cri_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.product_content .box .box_content .characteristic .characteristic_content .cri_box .cri {
  margin-top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  margin-right: 10px;
}

.product_content .box .box_content .characteristic .characteristic_content .cri_box p {
  width: 1184px;
  margin-top: 0;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}

.product_content .box .box_content .specifications {
  width: 100%;
  height: auto;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

.product_content .box .box_content .specifications .spec_title {
  text-align: left;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_content .box .box_content .specifications .specifications_content {
  width: 100%;
  height: auto;
  margin-top: 26px;
  word-break: break-all;
}

.product_content .box .box_content .specifications .specifications_content > * {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}

.product_content .box .box_content .specifications .specifications_content p {
  text-align: left;
  margin-top: 10px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}

.product_content .box .box_content .specifications .specifications_content .cri_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.product_content .box .box_content .specifications .specifications_content .cri_box .cri {
  margin-top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  margin-right: 6px;
}

.product_content .box .box_content .specifications .specifications_content .cri_box p {
  width: 1184px;
  margin-top: 0;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}

.product_content .box .box_content .data_download {
  width: 100%;
  height: auto;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

.product_content .box .box_content .data_download .data_download_title {
  text-align: left;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_content .box .box_content .data_download .data_download_content {
  width: 800px;
  height: auto;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product_content .box .box_content .data_download .data_download_content .download_item {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
}

.product_content .box .box_content .data_download .data_download_content .download_item p {
  text-align: left;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  text-transform: capitalize;
}

.product_content .box .box_content .data_download .data_download_content .download_item img {
  margin-left: 6px;
  width: 11px;
  height: auto;
}

.product_content .box .box_content .documentation {
  width: 100%;
  height: auto;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

.product_content .box .box_content .documentation .documentation_title {
  text-align: left;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_content .box .box_content .documentation .documentation_content {
  width: 100%;
  height: auto;
  margin-top: 5px;
}

.product_content .box .box_content .documentation .documentation_content .faq_content {
  width: 100%;
  height: auto;
}

.product_content .box .box_content .documentation .documentation_content .faq_content .faq_item {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.product_content .box .box_content .documentation .documentation_content .faq_content .faq_item .item_q {
  text-align: left;
  font-weight: 700;
  color: #666;
  font-size: 16px;
  font-style: normal;
  line-height: 32px;
  /* 200% */
}

.product_content .box .box_content .documentation .documentation_content .faq_content .faq_item .item_as {
  margin-top: 10px;
  text-align: left;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}

.product_content .box .box_content .documentation .documentation_content .documentation_item {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
}

.product_content .box .box_content .documentation .documentation_content .documentation_item p {
  text-align: left;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  text-transform: capitalize;
}

@media screen and (max-width: 960px) {
  .breadcrumbs {
    margin-top: 19.46667vw;
  }
  .product_content {
    margin-top: 11.73333vw;
    width: 100%;
    height: auto;
  }
  .product_content .box {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0 10.66667vw;
  }
  .product_content .box .box_content {
    width: 100%;
    height: auto;
  }
  .product_content .box .box_content .product_top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product_content .box .box_content .product_top .top_l {
    width: 100%;
    height: auto;
  }
  .product_content .box .box_content .product_top .top_l .top_l_img {
    width: 100%;
    height: 78.66667vw;
    border: 0.13333vw solid #1D1819;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .product_content .box .box_content .product_top .top_l .top_l_img img {
    max-width: 80%;
    height: auto;
  }
  .product_content .box .box_content .product_top .top_l .img_box {
    width: 100%;
    height: 12.8vw;
    margin-top: 2.66667vw;
  }
  .product_content .box .box_content .product_top .top_l .img_box .product_swiper_item {
    cursor: pointer;
    margin-right: 1.86667vw;
    width: 12.8vw !important;
    height: 12.8vw;
    border: 0.13333vw solid #1D1819;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .product_content .box .box_content .product_top .top_l .img_box .product_swiper_item.active {
    border: 0.13333vw solid #E62129;
  }
  .product_content .box .box_content .product_top .top_l .img_box .product_swiper_item:last-child {
    margin-right: 0;
  }
  .product_content .box .box_content .product_top .top_l .img_box .product_swiper_item img {
    max-width: 80%;
    height: auto;
  }
  .product_content .box .box_content .product_top .top_r {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    padding: 0vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .product_content .box .box_content .product_top .top_r .top_r_t {
    width: 100%;
    height: auto;
  }
  .product_content .box .box_content .product_top .top_r .top_r_t .product_name {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .product_content .box .box_content .product_top .top_r .top_r_t .product_desc {
    margin-top: 1.86667vw;
  }
  .product_content .box .box_content .product_top .top_r .top_r_t .product_desc p {
    color: #222;
    text-align: left;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.13333vw;
    /* 162.5% */
  }
  .product_content .box .box_content .product_top .top_r .top_r_b {
    margin-top: 2.66667vw;
    padding: 2vw 3.2vw;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #000;
    color: #222;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_content .box .box_content .product_top .top_r .top_r_b a {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_content .box .box_content .anchor_point {
    margin-top: 5.33333vw;
    width: 100%;
    height: 10.66667vw;
    background: #FBFBFD;
    padding: 0 9.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
  }
  .product_content .box .box_content .anchor_point a {
    flex-shrink: 0;
    margin-right: 12.53333vw;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_content .box .box_content .anchor_point a:last-child {
    margin-right: 0;
  }
  .product_content .box .box_content .characteristic {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
    padding: 4.53333vw 0;
    border-bottom: 0.13333vw solid #e5e5e5;
  }
  .product_content .box .box_content .characteristic .chara_title {
    text-align: left;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_content .box .box_content .characteristic .characteristic_content {
    width: 100%;
    height: auto;
    margin-top: 0vw;
  }
  .product_content .box .box_content .characteristic .characteristic_content > * {
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
  }
  .product_content .box .box_content .characteristic .characteristic_content p {
    text-align: left;
    margin-top: 3.2vw;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
    /* 200% */
  }
  .product_content .box .box_content .characteristic .characteristic_content .cri_box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .product_content .box .box_content .characteristic .characteristic_content .cri_box .cri {
    margin-top: 2.66667vw;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 50%;
    background: #666;
    margin-right: 1.33333vw;
  }
  .product_content .box .box_content .characteristic .characteristic_content .cri_box p {
    width: 88vw;
    margin-top: 0;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
  }
  .product_content .box .box_content .specifications {
    width: 100%;
    height: auto;
    padding: 4.53333vw 0;
    border-bottom: 0.13333vw solid #e5e5e5;
  }
  .product_content .box .box_content .specifications .spec_title {
    text-align: left;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_content .box .box_content .specifications .specifications_content {
    width: 100%;
    height: auto;
    margin-top: 1.86667vw;
  }
  .product_content .box .box_content .specifications .specifications_content > * {
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
  }
  .product_content .box .box_content .specifications .specifications_content p {
    text-align: left;
    margin-top: 1.33333vw;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
    /* 200% */
  }
  .product_content .box .box_content .specifications .specifications_content .cri_box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .product_content .box .box_content .specifications .specifications_content .cri_box .cri {
    margin-top: 2.66667vw;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 50%;
    background: #666;
    margin-right: 1.33333vw;
  }
  .product_content .box .box_content .specifications .specifications_content .cri_box p {
    width: 88vw;
    margin-top: 0;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
  }
  .product_content .box .box_content .data_download {
    width: 100%;
    height: auto;
    padding: 4vw 0;
    border-bottom: 0.13333vw solid #e5e5e5;
  }
  .product_content .box .box_content .data_download .data_download_title {
    text-align: left;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_content .box .box_content .data_download .data_download_content {
    width: 100%;
    height: auto;
    margin-top: 0vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product_content .box .box_content .data_download .data_download_content .download_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 4vw;
    padding-left: 4vw;
  }
  .product_content .box .box_content .data_download .data_download_content .download_item p {
    text-align: left;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
    /* 200% */
    text-transform: capitalize;
  }
  .product_content .box .box_content .data_download .data_download_content .download_item img {
    margin-left: 0vw;
    width: 3.2vw;
    height: auto;
  }
  .product_content .box .box_content .documentation {
    width: 100%;
    height: auto;
    padding: 4.53333vw 0;
    border-bottom: 0.13333vw solid #e5e5e5;
  }
  .product_content .box .box_content .documentation .documentation_title {
    text-align: left;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_content .box .box_content .documentation .documentation_content {
    width: 100%;
    height: auto;
    margin-top: 0vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product_content .box .box_content .documentation .documentation_content .faq_content {
    width: 100%;
    height: auto;
  }
  .product_content .box .box_content .documentation .documentation_content .faq_content .faq_item {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .product_content .box .box_content .documentation .documentation_content .faq_content .faq_item .item_q {
    text-align: left;
    font-weight: 700;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    line-height: 6.53333vw;
    /* 200% */
  }
  .product_content .box .box_content .documentation .documentation_content .faq_content .faq_item .item_as {
    margin-top: 2vw;
    text-align: left;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    line-height: 6.53333vw;
    /* 200% */
  }
  .product_content .box .box_content .documentation .documentation_content .documentation_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 4vw;
    padding-left: 4vw;
  }
  .product_content .box .box_content .documentation .documentation_content .documentation_item p {
    text-align: left;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
    /* 200% */
    text-transform: capitalize;
  }
}
