body {
  background: #F9FBFF;
}
.product-detail-base-info {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}
.product-detail-base-info .base-info {
  padding: 0.14rem 0.2rem 0.16rem;
  border-bottom: 1px solid #D9D9D9;
  font-size: 0.14rem;
}
.product-detail-base-info .base-info a {
  color: #282828;
}
.product-detail-base-info .product-detail-info-box {
  padding: 0.19rem 0.25rem;
}
.product-detail-base-info .product-detail-info-box .product-detail-info-img {
  width: 1.84rem;
  height: 1.84rem;
  flex: none;
}
.product-detail-base-info .product-detail-info-box .product-detail-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail-base-info .product-detail-info-box .right {
  flex: none;
  width: 7.88rem;
}
.product-detail-base-info .product-detail-info-box .right table {
  font-size: 0.14rem;
  margin-top: 0.02rem;
}
.product-detail-base-info .product-detail-info-box .right table td {
  border: 1px solid #ededed;
  min-height: 0.4rem;
  width: 23%;
  color: #282828;
  font-size: 0.14rem;
  padding: 0.1rem 0.05rem;
}
.product-detail-base-info .product-detail-info-box .right table td span {
  color: #282828;
  font-size: 0.14rem;
}
.product-detail-base-info .product-detail-info-box .right table td:nth-child(odd) {
  background-color: #f8fafd;
  text-align: center;
  width: 10.3%;
}
.product-detail-base-info .product-detail-info-box .right table td:nth-child(2n) {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.product-detail-base-info .product-detail-info-box .right tr:last-child {
  height: 0.6rem;
}
.product-detail-right {
  width: 4.47rem;
}
.product-detail-spec .rfq-tabs-wrap {
  background: #DDE3EE;
  margin-bottom: 0.05rem;
}
.product-detail-spec .rfq-tabs-wrap li {
  width: 2.6rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #D9D9D9;
  cursor: pointer;
}
.product-detail-spec .rfq-tabs-wrap li span {
  font-size: 0.18rem;
  color: #7D889D;
  font-weight: bold;
}
.product-detail-spec .rfq-tabs-wrap li.active {
  background: #F9FBFF;
}
.product-detail-spec .rfq-tabs-wrap li.active span {
  color: #282828;
}
.product-detail-spec label {
  font-weight: 400;
}
.product-detail-spec .dropdown-toggle {
  height: 100%;
  cursor: pointer;
}
.product-detail-spec .dropdown-toggle span {
  font-size: 0.8rem;
  width: 0.25rem;
  height: 0.25em;
  display: inline-block;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right bottom;
  margin-left: 0.2rem;
}
.product-detail-spec .demand-form {
  --bs-gutter-x: 1.06rem;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 0.2rem 0.64rem 0.7rem;
  border: 1px solid #D9D9D9;
}
.product-detail-spec .demand-form > div {
  width: 50%;
}
.product-detail-spec .demand-form > div:nth-child(odd) {
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.product-detail-spec .demand-form > div:nth-child(even) {
  padding-left: calc(var(--bs-gutter-x) / 2);
}
.product-detail-spec .demand-form .form-group {
  margin-bottom: 0.1rem;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
  min-height: 0.5rem;
}
.product-detail-spec .demand-form .form-group .col-3 {
  width: 25%;
  flex: 0 0 auto;
}
.product-detail-spec .demand-form .form-group .col-3 .d-flex {
  align-items: center;
}
.product-detail-spec .demand-form .form-group .col-9 {
  width: 75%;
  flex: 0 0 auto;
  padding-right: 0.12rem;
}
.product-detail-spec .demand-form .form-group .col-9 .col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
  padding-right: 0.2rem;
}
.product-detail-spec .demand-form .form-group .col-9 .col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
  position: relative;
  height: 0.5rem;
}
.product-detail-spec .demand-form .form-group .col-9 .form-control {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 0.16rem;
  box-shadow: none;
}
.product-detail-spec .demand-form .form-group .col-9 textarea.form-control {
  height: 1.2rem !important;
}
.product-detail-spec .demand-form .form-group .col-9 .form-control:not(.country-search-input):not([type=search]) {
  color: #000;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0;
}
.product-detail-spec .demand-form .form-group .col-9 .invalid-feedback {
  bottom: -2px;
  left: 25%;
  position: absolute;
  transform: translateY(100%);
  width: -moz-fit-content;
  width: fit-content;
}
.product-detail-spec .demand-form .form-group .col-9 .form-select {
  background-position: right 0.5rem center;
  font-size: 0.16rem;
  border: none;
  outline: none;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right 0.75em center;
  background-repeat: no-repeat;
  background-position: right 0.1rem center;
}
.product-detail-spec .demand-form .form-group .col-9 .form-select option {
  padding: 0.1rem;
}
.product-detail-spec .demand-form .form-operate {
  position: absolute;
  bottom: 0.72rem;
  right: 0;
  width: calc(50% + 0.5rem);
  padding-left: 0.23rem !important;
  padding-right: 0.77rem;
}
.product-detail-spec .demand-form .form-operate svg {
  width: 0.22rem;
  height: 0.22rem;
  fill: #0050C2;
  margin-right: 0.08rem;
}
.product-detail-spec .demand-form .form-operate button {
  cursor: pointer;
  width: 2.32rem;
  height: 0.59rem;
  background: #F2680C;
  border-radius: 0.29rem;
  font-size: 0.22rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-detail-spec .product-tabs {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-top: none;
  margin-bottom: 0.14rem;
}
.product-detail-spec .product-tabs.sticky {
  position: fixed;
  top: 0.95rem;
  left: 2.1rem;
  right: 2.1rem;
  z-index: 1000;
  width: 15rem;
  max-width: 15rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.product-detail-spec .product-tabs a {
  display: inline-block;
  width: 1.72rem;
  height: 0.76rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #232323;
  line-height: 0.76rem;
  text-align: center;
  position: relative;
}
.product-detail-spec .product-tabs a:not(:first-child):not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0.3rem;
  top: calc(50% - 0.15rem);
  background: #8295B0;
}
.product-detail-spec .product-tabs a.active {
  background: #F2680C;
  color: #fff;
}
.product-detail-spec .product-tabs a.active::after {
  background: #F2680C;
}
.mt-4 {
  margin-top: 16px;
}
.me-4 {
  margin-right: 16px;
}
.ms-4 {
  margin-left: 16px;
}

.ms-4 {
  margin-left: 16px !important;
}
.me-4 {
  margin-right: 16px !important;
}
.mt-4 {
  margin-top: 16px !important;
}
.me-5 {
  margin-right: 18px !important;
}
.w-100 {
  width: 100% !important;
}
.news-item .item .item-left img {
  height: 126px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 192px;
}
.justify-content-between {
  justify-content: space-between !important;
}
.flex-column {
  flex-direction: column !important;
}
.news-item .item .item-right .item-right-title {
  color: #000;
  font-family: Roboto-Bold !important;
  font-size: 18px;
  line-height: 22px;
}
.overflow-1lines, .overflow-2lines {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.news-item .item .item-right .item-right-infor {
  color: #000;
  font-family: Roboto-Regular !important;
  line-height: 24px;
  opacity: .7;
  word-break: break-word;
}
.overflow-1lines, .overflow-2lines {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.overflow-2lines {
  -webkit-line-clamp: 2;
}
.align-items-center {
  align-items: center !important;
}
.news-item .item .item-right .icon-date {
  height: 14px;
  margin-right: 7px;
  opacity: .4;
  width: 14px;
}
.news-item .item .item-right .date {
  color: #a4a4a4;
  font-family: Roboto-Regular !important;
  margin-bottom: 0;
}
.fs-5 {
  font-size: 14px !important;
}
.news-item .item:hover .item-right-title {
  color: #377aff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.mb-6 {
  margin-bottom: 24px;
}