.prodetail {
  padding: 50px 0 30px;
}

.details {
  padding: 60px 0;
}

.details .detail_left {
  position: relative;
  box-sizing: border-box;
  width: 500px;
}
.details .detail_left > .h {
  overflow: hidden;
  position: relative;
}
.details .detail_left > .rtp_small_img .hisList1 {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.details .detail_left > .rtp_small_img .hisList1 .swiper-slide {
  overflow: hidden;
  text-align: center;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 15px;
  position: relative;
}
.details .detail_left > .rtp_small_img .hisList1 .swiper-slide img {
  box-sizing: border-box;
  max-height: 500px;
  width:468px;
  height:468px;
  object-fit:contain;
}
.details .detail_left > .rtp_small_img .swiper-slide i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: var(--text-color-active);
  opacity: 0.7;
  cursor: pointer;
}
.details .detail_left > .rtp_small_img .swiper-slide i:hover {
  opacity: 1;
}
.details .detail_left > .rtp_small_img .hisList1 .swiper-slide i {
  font-size: 100px;
}
.details .detail_left > .rtp_small_img .hisList2 .swiper-slide i {
  font-size: 30px;
}
.details .detail_left > .rtp_small_img .hisList1 .swiper-slide iframe {
  object-fit: cover;
  width: 100% !important;
  height: 468px;
}
.details .detail_left > .rtp_small_img .hisList2 {
  overflow: hidden;
  margin-top: 30px;
}
.details .detail_left > .rtp_small_img .hisList2 .swiper-slide {
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0.7;
  margin: 0;
  border: 1px solid #f5f5f5;
  padding: 10px;
  position: relative;
  border-radius: 5px;
}
.details .detail_left > .rtp_small_img .hisList2 .swiper-slide img {
  width: 100%;
  height:62px;
  object-fit:contain;
}
.details .detail_left > .rtp_small_img .hisList2 .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--color-primary);
}
.details .detail_left .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--btn-bg);
  cursor: pointer;
  outline: none;
  float: left;
  color: #fbfcfd;
  z-index: 2;
  display: inline-flex;
  opacity: 0.7
}
.details .detail_left .btn:hover {
  opacity: 1;
}
.details .detail_left .btn > i {
  font-size: 24px;
}
.details .detail_left .btn.btn-prev {
  left: 0;
}
.details .detail_left .btn.btn-next {
  right: 0;
}
.details .detail_left .swiper-pagination {
  position: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 2;
  padding: 15px 0;
}

.details .detail_right {
  overflow: hidden;
  box-sizing: border-box;
  margin-left: 60px;
}
.details .detail_right > h1 {
  font-size: 23px;
  font-weight: bold;
  margin: 30px 0 15px;
  color: #333;
  position: relative;
}
.details .detail_right > p {
  font-size: 15px;
  line-height: 2;
  font-family: sans-serif, Arial
}
.details .detail_right > .imglist {
  font-size: 14px;
  color: #666666;
  margin-top: 60px;
}
.details .detail_right > .imglist a {
  display: inline-flex;
  align-items: center;
  background: var(--btn-bg);
  border-radius: 60px;
  color: #fff;
  transition: all 0.35s;
  padding: 15px 60px;
  margin-right: 30px;
}
.details .detail_right > .imglist a i {
  font-size: 14px;
  padding: 0 5px;
  color: #fff;
}
.details .detail_right > .imglist a:hover {
  transform: translateY(-5px)
}

.details .xgeffect {
  overflow: hidden;
  margin-top: 30px;
}
.details .xgeffect .detailtop {
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
}
.details .xgeffect .detailtop h2 {
  background: var(--bg-color);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  padding: 12px 32px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.details .xgeffect .detailtop h3 {
  background: var(--bg-color);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  padding: 12px 32px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.details .xgeffect .detalist {
  overflow: hidden;
  padding: 15px 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 2;
  font-family: sans-serif, Arial;
}
.details .xgeffect .detalist table {
  width: 100%;
  box-sizing: border-box;
}
.details .xgeffect .detalist table tbody {
  box-sizing: border-box;
}
.details .xgeffect .detalist table tr {
  border: 1px solid #333;
  border-bottom: 0;
  width: 100%;
  display: flex;
  height: auto !important;
  box-sizing: border-box;
}
.details .xgeffect .detalist table tr td {
  border: 0;
  padding: 0 7px;
  margin: 0;
  flex: 1.5;
  box-sizing: border-box;
  font-size: 16px;
  font-family: sans-serif, Arial;
}
.details .xgeffect .detalist table tr td:first-child {
  flex: 1;
  border-right: 1px solid #333;
  font-size: 16px;
  font-family: sans-serif, Arial;
}
.details .xgeffect .detalist table tr:last-child {
  border-bottom: 1px solid #333;
}

.module_detail .ft {
  overflow: hidden;
  position: sticky;
  top: 100px;
  z-index: 2;
  margin-top: 30px;
  padding-left: 60px;
  box-sizing: border-box;
}
.module_detail .ft ul li {
  display: flex;
  align-items: center;
  padding: 22px;
  line-height: 1;
  font-size: 18px;
  border-right: 2px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.module_detail .ft ul li.active {
  background: #f8f8f8;
  color: var(--text-color-active);
  border-color: var(--color-primary);
}
.module_detail .ft .item {
  background: #f8f8f8;
  overflow: hidden;
  margin-top: 30px;
}
.module_detail .ft .item img {
  width: 100%
}
.module_detail .ft .item .txt {
  overflow: hidden;
  padding: 30px;
}
.module_detail .ft .item .txt p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px
}
.module_detail .ft .item .txt .nr {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.module_detail .ft .item .txt .nr i {
  display: block;
  width: 16px;
  margin-right: 10px;
}
.module_detail .ft .item .txt .nr span {
  font-size: 14px;
  color: #333;
}
.module_detail .ft .item .txt .nr span a {
  color: #333;
}
.module_detail .ft .item .txt .but {
  display: flex;
  margin-top: 30px;
  height: 44px;
  background-color: var(--btn-bg);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 44px;
  cursor: pointer;
}

/* ç›¸å…³äº§å“æŽ¨è */
.relatedProducts {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.relatedProducts .ipto {
  overflow: hidden;
  width: calc((100% - 45px) / 4);
  /* float: left; */
  margin-right: 15px;
}
.relatedProducts .ipto .ipti {
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
.relatedProducts .ipto .ipti img {
  width: 100%;
  transition: all 0.35s ease;
}
.relatedProducts .ipto .iptz {
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}
.relatedProducts .ipto .iptz h3 {
  font-size: 16px;
}
.relatedProducts .ipto:hover .ipti img {
  transform: scale(1.1)
}

/* è¯¢ç›˜è¡¨å• */
.Inquiry {
  overflow: hidden;
}
.Inquiry h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #262626;
}
.Inquiry p {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6em;
  color: #939393;
}
.onlineInquiry {
  overflow: hidden;
  margin-top: 20px;
}
.onlineInquiry .input {
  overflow: hidden;
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 25px;
}
.onlineInquiry .input label {
  display: block;
  font-size: 15px;
  line-height: 2;
}
.onlineInquiry .input label font {
  color: var(--text-color-active);
}
.onlineInquiry .input.textarea {
  align-items: stretch;
}
.onlineInquiry .input > input {
  width: 100%;
  background: none;
  box-sizing: border-box;
  padding: 15px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.onlineInquiry .input > textarea {
  width: 100%;
  background: none;
  outline: none;
  padding: 15px 12px;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.onlineInquiry .button {
  overflow: hidden;
  width: 100%;
  float: left;
}
.onlineInquiry .button > button {
  border: 0;
  width: auto;
  padding: 10px 40px;
  position: relative;
  font-size: 17px;
  display: inline-block;
  transition: all 0.35s;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  outline: none;
  overflow: hidden;
  background: var(--btn-bg);
  border-radius: 40px;
}
.onlineInquiry .crmFormVali-error {
  top: inherit;
  bottom: 10px;
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%;
}

.barrier {
  overflow: hidden;
  background-color: var(--bg-color);
}
.barrier .txt {
  padding: 15px 0;
}
.barrier .txt p {
  font-size: 16px;
  color: #fff;
}
.barrier .txt a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #fff;
  width: 180px;
  color: var(--text-color-active);
  transition: all 0.3s linear;
  font-size: 16px;
  height: 50px;
  border: 1px solid #fff;
}


@media(max-width: 1600px) {
  html {
    font-size: 85px;
  }
  .details {
    padding: 51px 0;
  }
  .details .detail_left {
    width: 425px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide img {
    max-height: 425px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide i {
    font-size: 85px;
  }
  .details .detail_left > .rtp_small_img .hisList2 .swiper-slide i {
    font-size: 26px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide iframe {
    height: 398px;
  }
  .details .detail_left .btn {
    width: 36px;
    height: 36px;
  }
  .details .detail_left .btn > i {
    font-size: 20px;
  }

  .details .detail_right {
    margin-left: 51px;
  }
  .details .detail_right > h1 {
    margin: 26px 0 13px;
  }
  .details .detail_right > .imglist {
    margin-top: 51px;
  }
  .details .detail_right > .imglist a {
    padding: 13px 51px;
    margin-right: 26px;
  }

  .details .xgeffect .detailtop h2 {
    padding: 10px 27px;
  }

  .module_detail .ft {
    /* top: 85px; */
    padding-left: 51px;
  }
  .module_detail .ft ul li {
    padding: 19px;
  }
  .module_detail .ft .item .txt {
    padding: 26px;
  }

  .relatedProducts {
    margin-top: 34px;
  }

  .onlineInquiry .button > button {
    padding: 10px 34px;
    border-radius: 34px;
  }
}

@media(max-width: 1440px) {
  html {
    font-size: 70px;
  }
  .details {
    padding: 42px 0;
  }
  .details .detail_left {
    width: 350px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide img {
    max-height: 350px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide i {
    font-size: 70px;
  }
  .details .detail_left > .rtp_small_img .hisList2 .swiper-slide i {
    font-size: 21px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide iframe {
    height: 328px;
  }
  .details .detail_left .btn {
    width: 29px;
    height: 29px;
  }
  .details .detail_left .btn > i {
    font-size: 17px;
  }

  .details .detail_right {
    margin-left: 42px;
  }
  .details .detail_right > h1 {
    margin: 21px 0 11px;
  }
  .details .detail_right > .imglist {
    margin-top: 42px;
  }
  .details .detail_right > .imglist a {
    padding: 11px 42px;
    margin-right: 21px;
  }

  .details .xgeffect .detailtop h2 {
    padding: 8px 22px;
  }
  .details .xgeffect .detalist {
    padding: 10px 0;
  }

  .module_detail .ft {
    top: 80px;
    padding-left: 42px;
  }
  .module_detail .ft ul li {
    padding: 15px;
  }
  .module_detail .ft .item .txt {
    padding: 21px;
  }

  .relatedProducts {
    margin-top: 28px;
  }
  .relatedProducts .ipto .iptz {
    margin-top: 14px;
  }

  .onlineInquiry .button > button {
    padding: 10px 28px;
    border-radius: 28px;
  }
}

@media(max-width: 1220px) {
  html {
    font-size: 65px;
  }
  .details {
    padding: 39px 0;
  }
  .details .detail_left {
    width: 325px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide img {
    max-height: 325px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide i {
    font-size: 65px;
  }
  .details .detail_left > .rtp_small_img .hisList2 .swiper-slide i {
    font-size: 20px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide iframe {
    object-fit: cover;
    width: 100% !important;
    height: 304px;
  }
  .details .detail_left .btn {
    width: 27px;
    height: 27px;
  }
  .details .detail_left .btn > i {
    font-size: 16px;
  }
  .details .detail_right {
    margin-left: 39px;
  }
  .details .detail_right > h1 {
    margin: 20px 0 10px;
  }
  .details .detail_right > .imglist {
    margin-top: 39px;
  }
  .details .detail_right > .imglist a {
    padding: 10px 39px;
    margin-right: 20px;
  }

  .module_detail .ft {
    top: 72px;
    padding-left: 39px;
  }

  .relatedProducts {
    margin-top: 26px;
  }

  .onlineInquiry .button > button {
    padding: 10px 26px;
    border-radius: 26px;
  }
}

@media(min-width: 992px) {
  .details .conthtml {
    display: flex;
    justify-content: space-between;
  }
  .details .detail_left {
    margin: 0;
  }
  /* .details .detail_right {
    width: 55%;
    margin-left: 60px;
  } */

  .module_detail {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .module_detail .lt {
    width: 75%;
  }
  .module_detail .ft {
    width: 25%;
    min-width: 300px;
  }

  .relatedProducts .ipto:nth-child(4n) {
    margin-right: 0;
  }
  .relatedProducts .ipto:hover .ipti img {
    transform: scale(1.1)
  }

  .onlineInquiry .input.w33 {
    width: calc(33.33% - 17px);
    margin-right: 25px;
  }
  .onlineInquiry .input.w50 {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .onlineInquiry .input.fl {
    float: left;
  }
  .onlineInquiry .input.fr {
    float: right;
  }
  .onlineInquiry .input.end {
    margin-right: 0
  }
  .onlineInquiry .input.w67 {
    width: calc(66.67% - 10px);
    float: left;
  }

  .barrier .txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media(max-width: 991px) {
  .details {
    margin-top: 13px;
  }
  .details .detail_left {
    width: auto;
    float: none;
    overflow: hidden;
  }
  .details .detail_right {
    width: auto;
    float: none;
    overflow: hidden;
    margin: 1vw 0 0;
    padding: 2vw;
  }
  .details .detail_right > h1 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .details .left_nav {
    display: none;
  }
  .details .detail_right > .imglist a {
    padding: 8px 30px;
  }

  .details .xgeffect {
    margin-top: 2vw;
  }
  .details .xgeffect .detailtop h2 {
    width: auto;
    font-size: 14px;
    padding: 10px 20px;
  }
  .details .xgeffect .detailtop.hidden-xs {
    display: none;
  }
  .details .xgeffect .detalist {
    font-size: 14px;
  }
  .details .xgeffect .detalist table {
    overflow-x: auto;
  }

  .module_detail .ft {
    background: #fff;
    margin: 0 -25px;
    padding: 0;
    top: 58px;
  }
  .module_detail .ft ul {
    display: flex;
    background: #fff;
  }
  .module_detail .ft ul li {
    flex: 1;
    justify-content: center;
    border-right: 0;
    border-bottom: 2px solid transparent;
    font-size: 13px;
  }
  .module_detail .ft .item {
    display: none;
  }

  .relatedProducts .ipto {
    overflow: hidden;
    width: calc((100% - 15px) / 2);
  }
  .relatedProducts .ipto:nth-child(2n) {
    margin-right: 0;
  }

  .Inquiry {
    padding: 20px 0;
  }
  .Inquiry h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .Inquiry p {
    font-size: 12px;
    line-height: 1.6
  }
  .onlineInquiry .input {
    margin-bottom: 10px;
  }
  .onlineInquiry .input.fl,
  .onlineInquiry .input.fr {
    float: none;
  }
  .onlineInquiry .input > label {
    font-size: 14px;
    padding-right: 5px;
    display: flex;
  }
  .onlineInquiry .input p {
    font-size: 12px;
    line-height: 18px;
  }
  .onlineInquiry .button > button {
    line-height: 20px;
    padding: 7px 26px;
  }

  .barrier .txt p {
    margin-bottom: 15px;
  }
  .barrier .txt a {
    height: 40px;
  }
}

@media(max-width: 767px) {
  .table-responsive {
    overflow-y: hidden;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

@media(max-width: 639px) {
  html {
    font-size: 60px;
  }
  .details {
    padding: 36px 0;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide img {
    max-height: 300px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide i {
    font-size: 60px;
  }
  .details .detail_left > .rtp_small_img .hisList2 .swiper-slide i {
    font-size: 18px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide iframe {
    object-fit: cover;
    width: 100% !important;
    height: 280px;
  }
  .details .detail_left .btn {
    width: 25px;
    height: 25px;
  }
  .details .detail_left .btn > i {
    font-size: 14px;
  }
  .details .detail_right > h1 {
    font-size: 18px;
  }
  .details .detail_right > .imglist {
    margin-top: 36px;
  }

  .module_detail .ft {
    top: 53px;
  }

  .relatedProducts {
    margin-top: 24px;
  }

  .onlineInquiry .button > button {
    padding: 7px 24px;
    border-radius: 24px;
  }
}

@media screen and (max-width:768px){
#detail_decorate_root [class*="magic-"]{width:100% !important;height:100% !important;}
}
.ife-detail-decorate-table{
overflow-x:auto;
}