.product-detail-content {
  margin-top: 0.14rem;
}
.product-content-left {
  flex: none;
  width: 11.4rem;
}
.product-content-right {
  width: 3.37rem;
  flex-shrink: 0;
}
.section-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #282828;
  padding: 0.2rem 0;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #D9D9D9;
}
.related-products {
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 0.15rem 0.55rem 0.45rem;
  margin-bottom: 0.14rem;
}
.product-carousel {
  position: relative;
}
.carousel-container {
  overflow: hidden;
  width: calc(100% - 0.4rem);
  margin-left: 0.2rem;
}
.carousel-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
}
.carousel-wrapper .product-list-item {
  flex: none;
  width: 4.85rem;
  height: 1.72rem;
  border: 1px solid #D9D9D9;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.15rem;
  margin-right: 0.17rem;
}
.carousel-wrapper .product-list-item .product-list-item-img {
  flex: none;
  width: 1.57rem;
  height: 1.4rem;
  overflow: hidden;
}
.carousel-wrapper .product-list-item .product-list-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.carousel-wrapper .product-list-item:hover .product-list-item-img img {
  transform: scale(1.05);
}
.carousel-wrapper .product-list-item .product-list-item-text {
  width: 2.7rem;
}
.carousel-wrapper .product-list-item .product-list-item-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.carousel-wrapper .product-list-item .product-list-item-text .font18 {
  color: #282828;
  margin-bottom: 0.06rem;
  transition: all 0.3s ease;
}
.carousel-wrapper .product-list-item .product-list-item-text .font14 {
  color: rgba(40, 40, 40, 0.56);
  margin-bottom: 0.15rem;
}
.carousel-wrapper .product-list-item .product-list-item-text div {
  border-top: 1px dashed #C4C4C4;
  padding-top: 0.14rem;
}
.carousel-wrapper .product-list-item .product-list-item-text div p {
  padding-left: 0.11rem;
  position: relative;
}
.carousel-wrapper .product-list-item .product-list-item-text div p::after {
  content: '';
  width: 0.04rem;
  height: 0.04rem;
  background: #0F294D;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-wrapper .product-list-item .product-list-item-text div p:nth-child(1) {
  color: rgba(15, 41, 77, 0.79);
}
.carousel-wrapper .product-list-item .product-list-item-text div p:nth-child(2) {
  color: rgba(0, 73, 174, 0.79);
  margin-top: 0.07rem;
}
.carousel-nav {
  position: absolute;
  top: calc(50% - 0.1rem);
  left: -0.1rem;
  width: calc(100% + 0.2rem);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.carousel-nav .nav-btn {
  width: 0.13rem;
  height: 0.23rem;
  cursor: pointer;
  font-size: 0;
  color: #fff;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.carousel-nav .nav-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.carousel-nav .nav-btn.disabled:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #666;
  border-color: #D9D9D9;
}
.carousel-nav .prev-btn {
  background: url(../images/product/prev.png) no-repeat center center;
  background-size: 100% 100%;
}
.carousel-nav .next-btn {
  background: url(../images/product/next.png) no-repeat center center;
  background-size: 100% 100%;
}
.product-overview {
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 0.15rem 0.55rem 0.35rem;
  margin-bottom: 0.15rem;
}
.product-advantages {
  margin-bottom: 0.25rem;
}
.advantage-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
}
.advantage-title h4 {
  font-size: 0.18rem;
  color: #8295B0;
}
.blue-bar {
  width: 0.05rem;
  height: 0.19rem;
  background: #0050C2;
  margin-right: 0.07rem;
}
.advantage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.advantage-list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 0.1rem;
  color: #282828;
  line-height: 1.6;
}
.advantage-list li:before {
  content: url("data:image/svg+xml;utf8,<svg fill='%238295B0' height='12' viewBox='0 0 8 12' width='8' xmlns='http://www.w3.org/2000/svg'><path d='M0 0l8 6-8 6z'/></svg>");
  left: 0;
  position: absolute;
}
.reference-standard {
  margin-top: 30px;
}
.standard-table {
  overflow-x: auto;
  border-radius: 12px;
  border-spacing: 0;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.06);
}
.standard-table table {
  width: 100%;
  border-radius: 12px;
  text-align: left;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.standard-table tbody tr:nth-child(1) {
  background: #e2eefc;
}
.standard-table tbody tr:nth-child(1) td:first-child {
  border-top-left-radius: 12px;
}
.standard-table tbody tr:nth-child(1) td:last-child {
  border-top-right-radius: 12px;
}
.standard-table tbody tr:not(:first-child) td:first-child {
  background-color: #f3f8ff;
}
.standard-table tbody tr:last-child:not(.not-real-last-tr) td:first-child {
  border-bottom-left-radius: 12px;
}
.standard-table tbody tr:last-child:not(.not-real-last-tr) td:first-child {
  border-bottom-left-radius: 14px;
}
.standard-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 14px;
}
.standard-table tbody td,.standard-table tbody th {
  height: 0.44rem;
  padding: 0 0.24rem;
  color: #282828;
  border-bottom: 1px solid #e2e8f1;
  border-right: 1px solid #e2e8f1;
}
.standard-table tbody td:not(.not-row-head):first-child {
  border-left: 1px solid #e2e8f1;
}
.product-photos .photo-grid {
  display: flex;
  gap: 0.13rem;
}
.product-photos .photo-grid a {
  display: inline-block;
  width: 1.94rem;
  height: 1.94rem;
}
.product-photos .photo-grid a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommended-products {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 0.15rem 0.24rem 0.37rem;
}
.recommended-list {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}
.recommended-list .product-list-item {
  width: 2.87rem;
  height: 4.14rem;
  background: #FFFFFF;
  display: inline-block;
  border: 1px solid #D9D9D9;
}
.recommended-list .product-list-item .product-list-item-img {
  width: 2.85rem;
  height: 2.56rem;
  overflow: hidden;
}
.recommended-list .product-list-item .product-list-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.recommended-list .product-list-item:hover {
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.18);
}
.recommended-list .product-list-item:hover .product-list-item-img img {
  transform: scale(1.05);
}
.recommended-list .product-list-item .product-list-item-text {
  padding: 0.13rem 0.2rem;
  width: 2.87rem;
}
.recommended-list .product-list-item .product-list-item-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommended-list .product-list-item .product-list-item-text .font18 {
  color: #282828;
  margin-bottom: 0.06rem;
  transition: all 0.3s ease;
}
.recommended-list .product-list-item .product-list-item-text .font14 {
  color: rgba(40, 40, 40, 0.56);
  margin-bottom: 0.15rem;
}
.recommended-list .product-list-item .product-list-item-text div {
  border-top: 1px dashed #C4C4C4;
  padding-top: 0.14rem;
}
.recommended-list .product-list-item .product-list-item-text div p {
  padding-left: 0.11rem;
  position: relative;
}
.recommended-list .product-list-item .product-list-item-text div p::after {
  content: '';
  width: 0.04rem;
  height: 0.04rem;
  background: #0F294D;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recommended-list .product-list-item .product-list-item-text div p:nth-child(1) {
  color: rgba(15, 41, 77, 0.79);
}
.recommended-list .product-list-item .product-list-item-text div p:nth-child(2) {
  color: rgba(0, 73, 174, 0.79);
  margin-top: 0.07rem;
}
.chemical-properties {
  background: #fff;
  padding: 0.15rem 0.55rem 0.4rem;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
.chemical-properties h3.section-title {
  margin-bottom: 0;
}
.chemical-properties .property-section {
  padding: 0 0.1rem;
}
.chemical-properties .property-section:last-child {
  border-bottom: none;
}
.chemical-properties .property-section .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-bottom: none;
}
.chemical-properties .property-section .section-title .blue-bar {
  width: 0.04rem;
  height: 0.18rem;
  background: #0050C2;
  margin-right: 0.08rem;
}
.chemical-properties .property-section .section-title h4 {
  font-size: 0.16rem;
  font-weight: bold;
  color: #282828;
  margin: 0;
}
.chemical-properties .property-section .property-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.chemical-properties .property-section .property-table.basic-info td {
  border: 1px solid #ededed;
  padding: 0.1rem 0.05rem;
  font-size: 0.14rem;
  color: #282828;
}
.chemical-properties .property-section .property-table.basic-info td:nth-child(odd) {
  background-color: #f6f6f6;
  text-align: center;
  width: 1.36rem;
}
.chemical-properties .property-section .property-table.basic-info td:nth-child(even) {
  background-color: #fff;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: 3rem!important;
}
.chemical-properties .property-section .property-table.attribute-classification td {
  border: 1px solid #ededed;
  padding: 0.1rem 0.05rem;
  font-size: 0.14rem;
  color: #282828;
}
.chemical-properties .property-section .property-table.attribute-classification td:nth-child(odd) {
  background-color: #f6f6f6;
  text-align: center;
  width: 1.36rem;
}
.chemical-properties .property-section .property-table.attribute-classification td:nth-child(even) {
  background-color: #fff;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: 7.47rem;
}
.chemical-properties .property-section .property-table td {
  min-height: 0.4rem;
  vertical-align: middle;
}
.chemical-properties .property-section .property-table td span {
  color: #282828;
  font-size: 0.14rem;
}
#get-sample-popup {
  display: none;
}
.layui-layer {
  background: none;
}
.get-sample-popup {
  width: 6.53rem;
  background: #FFFFFF;
  border-radius: 7px 7px 7px 7px;
  margin: auto;
}
.get-sample-popup .get-sample-popup-title {
  background: #C8D5E8;
  border-radius: 8px 8px 0 0 ;
  padding: 0.18rem 0.27rem;
  color: #282828;
}
.get-sample-popup .get-sample-popup-title img {
  width: 0.17rem;
  height: 0.17rem;
  cursor: pointer;
}
.get-sample-popup .get-sample-popup-content {
  padding: 0.25rem 0.27rem 0.46rem;
  background: #fff;
  border-radius: 0 0 8px 8px;
  color: #5B6B81;
}
.get-sample-popup .get-sample-popup-content .get-sample-popup-content-input-box {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  justify-content: space-between;
}
.get-sample-popup .get-sample-popup-content .get-sample-popup-content-input-box input {
  width: 4.77rem;
  height: 0.43rem;
  padding-left: 0.16rem;
  line-height: 0.43rem;
  font-size: 0.14rem;
  border-radius: 5px 0 0 5px;
}
.get-sample-popup .get-sample-popup-content .get-sample-popup-content-input-box input::placeholder {
  color: #B9BCBF;
}
.get-sample-popup .get-sample-popup-content .get-sample-popup-content-input-box .number-input-unit {
  width: 1.14rem;
  height: 0.43rem;
  line-height: 0.43rem;
  color: #5B6B81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  border-left: 1px solid #D9D9D9;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.get-sample-popup .get-sample-popup-content .get-sample-popup-content-input-box .number-input-unit img {
  width: 0.13rem;
  margin-left: 0.15rem;
  margin-top: 0.05rem;
}
.get-sample-popup .get-sample-popup-content .get-sample-popup-content-input-box .dropdown-menu {
  right: 0;
  width: 1.14rem;
  min-width: 1.14rem;
  left: auto;
  margin: 0;
}
.get-sample-popup .get-sample-popup-content .get-sample-popup-content-input-box .dropdown-menu a {
  cursor: pointer;
}
.get-sample-popup .get-sample-popup-content .btn-primary {
  width: 1.91rem;
  height: 0.55rem;
  background: #F2680C;
  border-radius: 28px;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  line-height: 0.55rem;
  margin-top: 0.24rem;
}
