.fixed-brick {
    height: 8.854195vw;
}
.products-details-page .breadcrumbs {
  display: none;
}

.product_detail {
  padding-top: 40px;
}

.product_detail_content .top {
  /* background: url(/lib/images/products_details/banner_bg.jpg); */
  /* background-size: cover; */
  /* padding-top: 45px; */
  padding-bottom: 60px;
}

.breadcrumbs {
  margin-bottom: 45px;
}

.breadcrumbs img {
  margin: 0 4px;
}

.breadcrumbs a:hover {
  color: #12bc66;
}

.breadcrumbs .content {
  flex-wrap: wrap;
  padding: 25px 0 10px;
}

/* 面包屑 end */

.product_detail .detail_top .content {
  display: flex;
  justify-content: space-between;
}

.product_detail .detail_top .left {
  position: relative;
  max-width: 850px;
  width: 100%;
}

.product_detail .detail_top .left .left-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px 40px 20px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  display: none;
  min-height: 560px;
  width: 100%;
}

.product_detail .detail_top .left .title {
  font-size: 30px;
  font-family: 'Raleway-Bold';
  line-height: 1.3;
  margin-bottom: 20px;
  color: #12bc66;
}

.product_detail .detail_top .left .type {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.product_detail .detail_top .left .txt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.product_detail .detail_top .left .list {
  margin-top: 40px;
}

.product_detail .detail_top .left .list li {
  font-size: 16px;
  color: #303030;
  margin-bottom: 20px;
  display: flex;
  line-height: 1.5;
}

.product_detail .detail_top .left .list li span {
  display: inline-block;
  width: 160px;
  font-size: 16px;
  flex-shrink: 0;
  font-family: 'Raleway-Bold';
  overflow: scroll;
  margin-right: 20px;
}

.product_detail .detail_top .left .list li span::-webkit-scrollbar {
  display: none;
}

.product_detail .detail_top .left .quote {
  display: flex;
  margin-top: 57px;
  align-items: center;
  flex-direction: column;
}


.quote-sales {
  align-items: center;
}

.product_detail .detail_top .left .inquery {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  background: linear-gradient(to right, #55ba4a, #1ab370);
  font-size: 16px;
  font-family: 'Poppins-Bold';
  color: #fff;
  margin-bottom: 20px;
}


.product_detail .detail_top .left .inquery:hover {
  background: linear-gradient(to left, #55ba4a, #1ab370);
}

.product_detail .detail_top .left .quote>a img {
  margin-right: 10px;
}

.product_detail .detail_top .left .quote ul {
  display: flex;
}

.product_detail .detail_top .left .quote ul li {
  display: flex;
}

.product_detail .detail_top .left .quote ul li:first-child {
  border-right: 1px solid #666;
}

.product_detail .detail_top .left .quote ul li a {
  font-size: 16px;
  color: #666;
  margin: 0 10px;
}

.product_detail .detail_top .left .quote ul li a span {
  margin: 0 5px;
}

.product_detail .detail_top .left .quote ul li a:hover>svg {
  fill: #12bc66;
}

.product_detail .detail_top .left .quote ul li a:hover span {
  color: #12bc66;
}

.common-fixed-contact__close span:nth-child(2) {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
}

.more-style {
  display: flex;
  padding: 8px 20px;
  border: 2px solid #12bc66;
  border-radius: 25px;
  color: #12bc66;
  margin-top: 50px;
  font-family: 'Poppins-Bold';
}




/* 表单 */
.left-form-div {
  height: 560px;
  padding: 25px 60px ;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 40px rgb(5 17 24 / 15%);
}

.left-form-div .title {
  color: #222 !important;
}

.left-form-content .input {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

.left-form-content .required::before {
  position: absolute;
  top: 10px;
  left: 10px;
  color: red;
  content: '*';
}

.left-form-content .input-div .input:first-child {
  margin-right: 10px;
}

.left-form-content input {
  height: 40px;
  padding: 0 20px;
}

.left-form-content textarea {
  height: 100px;
  resize: inherit;
  margin-bottom: 10px;
}

.left-form-content .choose {
  position: relative;
  color: #ccc;
  font-size: 14px;
  height: 32px;
  margin-bottom: 10px;
  align-items: center;
}

.left-form-content .choose::before {
  position: absolute;
  top: 0px;
  left: 0;
  height: 32px;
  width: 105px;
  text-align: center;
  line-height: 29px;
  /* cursor: pointer; */
  color: #ccc;
  border: 1px solid #ccc;
  background: #fff;
  content: 'Attach Files';
  /* pointer-events: none; */
}

.left-form-content .choose:hover::before {
  border-color: #12bc66;
  background: #12bc66;
  color: #fff;
  cursor: pointer;
}

.left-form-content .choose input {
  width: 110px;
  height: 32px;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  /* cursor: pointer; */
  flex-shrink: 0;
  opacity: 0;
}


.left-form-content .choose input::placeholder {
  background: red;
}

.left-form-content .choose span {
  line-height: 1.2;
}

.left-form-content .send-input .input {
  width: 49%;
  margin-right: 10px;
}

.left-form-content .send-input .send input {
  color: #fff;
  cursor: pointer;
  padding: 0 45px;
  background: #12bc66;
}

.left-form-content .choose .mask {
  display: none;
}


/* 表单end */


.product_detail .detail_top .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}

.product_detail .detail_top .right .swiper {
  position: relative;
  width: 500px;
  height: 560px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(5, 17, 24, 0.15);
  cursor: pointer;
}

.product_detail .sales-content {
  justify-content: center;
  margin-top: 70px;
}

.product_detail .sales-content .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
}


.sales-icon {
  justify-content: center;
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  margin-bottom: 5px;
  flex-shrink: 0;
}

.product_detail .sales-content .item p {
  font-size: 16px;
  font-family: 'Raleway-Bold';
  height: -webkit-fill-available;
}

.product_detail .sales-content .item span {
  color: #12bc66;
  font-size: 20px;
}

.swiper-container-product {
  border-radius: 20px;
}

.swiper-container-product .swiper-slide iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.swiper-container-product .swiper-slide.swiper-slide-active iframe {
  display: block;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}

.swiper-button-prev,
.swiper-button-next {
  width: 56px;
  height: 56px;
  background: #12bc66;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-product.swiper-button-prev {
  left: -28px;
  transform: rotate(180deg);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}

.swiper-button-product.swiper-button-next,
.swiper-button-product.swiper-button-prev {
  right: -28px;
}

.pro-share {
  margin-top: 20px;
  align-items: center;
  font-size: 16px;
  color: #515151;
}

.pro-share a {
  margin-left: 10px;
}

.pro-share a:hover svg {
  fill: #12bc66;
}

.product_detail .detail_top .right .thumbs {
  width: 430px;
  margin-top: 20px;
}

.swiper-container-thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  width: 60px !important;
}

.swiper-container-thumbs .swiper-slide svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}

.swiper-container-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #12bc66;
}

.description {
  padding: 80px 0 50px;
}

.tab-bar-list {
  margin-bottom: 50px;
  border-bottom: 2px solid #e5e5e5;
}

.tab-bar-item {
  position: relative;
  padding: 0 30px 10px;
  cursor: pointer;
}

.tab-bar-item.active::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #12bc66;
  content: '';
}

.tab-bar-item.active {
  color: #12bc66;
  font-family: 'Poppins-Bold';
}

.tab-content-body-swiper .article p {
  margin-bottom: 20px;
}

/* you like */
.you_like {
  /*padding: 80px 0;*/
  padding: 20px 0;
  background: #f6f8fa;
}

.you_like .title {
  color: #222;
  margin-right: 20px;
}

.you_title {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.you_title>img {
  height: 20px;
  width: 20px;
}


.you_like_swiper .cart {
  padding: 30px 40px;
  position: relative;
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: all 1s;
}

.you_like_swiper .cart .top {
  max-width: 300px;
  margin: 0 auto;
  height: 248px;
}

.you_like_swiper .cart .top img {
  width: 100%;
  transition: all 1s;

}

.you_like_swiper .cart .btm {
  margin-top: 15px;
}

.you_like_swiper .cart .btm>p {
  font-size: 18px;
  font-family: 'Poppins-Medium';
  text-align: center;
  margin-bottom: 20px;
  height: 40px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 1s;
}

.you_like_swiper .cart .btm>span {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  color: #5a9dba;
  display: inline-block;
  width: 100%;
}

.you_like_swiper .cart .btm .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  transition: all 1s;
}


.you_like_swiper .cart .btm .text {
  display: none;
}

.you_like_swiper .cart .btm .more p {
  font-size: 16px;
  color: #999;
}

.you_like_swiper .cart:hover {
  border-color: #12bc66;
  transition: all 1s;
}

.you_like_swiper .cart:hover .top img {
  opacity: 0.5;
  transition: all 1s;
}

.you_like_swiper .cart:hover .btm>p {
  color: #12bc66;
}

/* comcus */
.custom {
  /* margin: 60px 0; */
  text-align: center;
  color: #fff;
  padding: 50px 0;
  background: #333;
}

.cus-title {
  font-size: 36px;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: 'Raleway-Bold';
  background: url(/lib/images/case/cus_bg.png) center bottom no-repeat;
}

.cus-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  padding: 15px 20px;
  background: linear-gradient(90deg, rgba(39, 174, 97, 1) 0%, rgba(0, 133, 62, 1) 100%);
}

.cus-btn a:hover {
  color: #fff;
  background: linear-gradient(90deg, rgb(36 206 109) 0%, rgba(0, 133, 62, 1) 100%);
}

.custom-swiper {
  margin: 40px 0 10px;
}

.custom-swiper .item {
  max-width: 890px;
  margin: auto;
  text-align: center;
}

.custom-swiper .item p {
  line-height: 1.7;
  margin-bottom: 30px;
}

.custom-swiper .item p span {
  font-family: 'Poppins-Medium';
  font-size: 18px;
}

.cus-prev::after,
.cus-next::after {
  content: none;
}

.cus-prev {
  transform: rotate(180deg);
}

.cus-prev,
.cus-next {
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, rgba(39, 174, 97, 1) 0%, rgba(0, 133, 62, 1) 100%);
}

.cus-prev:hover,
.cus-next:hover {
  background: linear-gradient(90deg, rgb(36 206 109) 0%, rgba(0, 133, 62, 1) 100%);
}


@media (max-width:1640px) {

  .you_like .content {
    padding: 100px 30px !important;
  }
}

@media (max-width:1450px) {
  .you_like_swiper .cart .quote {
    padding-top: 60px;
  }

  .products-details-spectification-left {
    max-width: -webkit-fill-available;
  }

  .products-details-content {
    padding: 60px 40px;
  }
}

@media (max-width:1279px) {
  .product_detail .detail_top .left {
    max-width: 50%;
  }

  .product_detail .detail_top .right {
    max-width: 50%;
  }

  .product_detail .detail_top .right .swiper {
    width: 100%;
    height: auto;
  }

  .you_like_swiper .cart .quote {
    padding-top: 60px;
  }

  .products-details-spectification-content section.left {
    margin-right: 0;
    padding: 0;
  }

  .products-details-introduce {
    flex-direction: column;
  }

  .products-details-introduce-left {
    justify-content: center;
    margin-bottom: 50px;
  }

  .products-thumbs-swiper-container {
    margin-left: initial !important;
  }

  .products-details-introduce-right {
    margin-left: 0;
  }

  .product_detail .detail_top .left h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .spectification-tab-title {
    position: relative;
    top: 0;
  }

  .left-form-div {
    height: auto;
  }
}


@media(max-width: 1160px) {
  .product_detail .detail_top .content {
    flex-direction: column;
  }

  .product_detail .detail_top .right {
    max-width: 800px;
    margin: auto auto 50px;
  }

  .product_detail .detail_top .right .swiper .swiper-slide img {
    margin: auto;
  }

  .product_detail .detail_top .left {
    max-width: 100%;
  }
}

@media (max-width:1023px) {

  .product_detail_content .top {
    /* padding-bottom: 40px; */
    padding-bottom: 0;
    height: auto !important;
  }

  .description {
    padding: 60px 0 30px;
  }

  .you_like {
    padding: 60px 0;
  }

  .product_detail .detail_top .right .thumbs {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .product_detail .detail_top .left h1 {
    font-size: 40px;
  }

  .product_detail .detail_top .left .quote {
    margin-top: 60px;
  }

  .product_detail .detail_top .left p.txt {
    margin-bottom: 60px;
  }

  .product_detail .detail_top .right {
    max-width: 100%;
    padding: 0 30px;
  }

  .product_detail .detail_btm .guarantee {
    margin: 60px 0 40px;
  }

  .you_like .content {
    padding: 60px 30px !important;
  }

  .product_detail .detail_top .left {
    max-width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }

  .products-details-spectification-content section.left {
    margin-right: 0;
  }

  .spectification-tab-title ul {
    flex-wrap: wrap;
  }

  .spectification-tab-title {
    position: relative;
    top: 0;
  }
}

@media (max-width:767px) {
  .product_detail_content .top {
    padding-bottom: 0;
  }

  .quote-sales {
    flex-direction: column;
  }

  .left-form-div {
    padding: 30px 15px 10px;
  }

  .more-style {
    margin-top: 30px;
  }

  .product_detail_content .cart .top {
    padding-bottom: 0;
    height: auto;
  }

  .product_detail .detail_top {
    /* padding: 0 0 40px; */
  }

  .product_detail .sales-content {
    margin-top: 20px;
  }

  .content {
    padding: 0 15px;
  }

  .product_detail .detail_top .right .thumbs {
    width: 100%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 45px;
    height: 45px;
  }

  .swiper-button-product.swiper-button-prev {
    left: -22px;
  }

  .swiper-button-product.swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -22px;
  }

  .product_detail .detail_top .right {
    padding: 0 15px;
  }

  .product_detail .detail_top .left h1 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .product_detail .detail_top .left p.txt {
    margin-bottom: 20px;
  }

  .product_detail .detail_top .left .list li span {
    width: 110px;
  }

  .product_detail .detail_top .left .list li {
    margin-bottom: 20px;
  }

  .product_detail .detail_top .left .quote {
    margin-top: 30px;
  }

  .product_detail .detail_btm .guarantee {
    height: auto;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 40px 0 20px;
  }

  .product_detail .detail_btm .guarantee .box {
    width: 45%;
    margin: 10px 0;
  }

  .product_detail .detail_btm .guarantee .box p {
    text-align: center;
  }

  .products-details-content {
    padding: 40px 15px;
  }

  .products-swiper-container {
    max-width: 100%;
  }

  .products-swiper-container .swiper-slide {
    width: 100% !important;
  }

  .products-details-introduce-left {
    flex-direction: column-reverse;
  }

  .products-thumbs-swiper-container {
    width: auto;
    overflow: auto !important;
  }

  .products-thumbs-swiper-container .swiper-wrapper {
    flex-direction: row;
  }

  .products-thumbs-swiper-container .swiper-wrapper>.swiper-slide {
    margin-bottom: 0;
    height: 50px !important;
    width: 50px !important;
  }

  .products-thumbs-swiper-container {
    margin-right: 0;
  }

  .products-details-introduce-left {
    margin-bottom: 40px;
  }

  .products-details-introduce-title {
    font-size: 30px;
  }

  .products-details-introduce-subtitle {
    font-size: 22px;
  }

  .products-details-introduce-spec {
    margin-top: 40px;
  }

  .products-details-introduce-spec td {
    line-height: 1.2;
  }

  .products-details-introduce-other {
    flex-direction: column;
    margin-top: 20px;
  }

  .products-details-introduce-other .quote-btn {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .products-details-spectification-left {
    padding: 0px 0px 20px;
  }

  .spectification-tab-content-title {
    margin: 40px 0 30px;
    font-size: 24px;
  }

  .spectification-tab-content-subtitle {
    font-size: 20px;
  }

  .spectification-tab-title ul {
    flex-wrap: wrap;
    display: none;
  }

  .spectification-tab-title li {
    font-size: 16px;
    padding: 15px;
  }

  .spectification-tab-table-item {
    padding: 22px 0;
  }

  .spectification-tab-content-ul li {
    margin-bottom: 15px;
  }

  .download-item {
    padding: 20px 0 20px 10px;
  }

  .download-item p {
    margin-right: 15px;
  }

  .products-details-spectification {
    padding: 0 0 10px;
    margin-bottom: 0;
  }

  .breadcrumbs-nav-content {
    padding: 30px 15px;
  }

  .you_like .content {
    padding: 40px 15px 30px !important;
  }

  .you_like .content .title {
    margin-bottom: 30px;
  }

  .you_like .content .title h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .you_like_swiper .cart {
    margin-bottom: 10px;
  }

  .swiper-container-like {
    padding: 0 0 30px;
  }

  .product_detail .detail_top .left .title {
    font-size: 20px;
    text-align: left;
  }

  .product_detail .detail_top .content {
    padding: 0;
  }

  .content {
    padding: 0;
  }

  .product_detail .detail_top .left {
    margin: 0;
  }

  .description {
    padding-top: 40px;
  }

  .you_like {
    padding: 40px 0;
  }

  .cus-title {
    font-size: 24px;
  }

  .custom {
    /* margin: 40px 0; */
  }

  .custom-swiper .item {
    padding: 0 15px;
  }

  .cus-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }

  .cus-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
}