/* .row {
  padding: 0 !important;
}

.row > * {
  padding: 0 !important;
} */

.content-left {
  background-color: #fff;
  margin-right: 8px;
}

.content-left div {
  margin-bottom: 10px;
}

.content-right {
  /* min-height: 440px; */
  background-color: #fff;
  padding: 0;
}

.email {
  background-color: #0084FF;
  color: #fff;
}

.input-group {
  max-width: 118px;
}

.input-group .btn {
  border: .5px solid #ccc;
  background: #f5f5f5;
}

.input-group .btn:hover {
  background-color: #0084FF;
}

.product-favourites {
  width: 118px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  margin-left: 20px;
  border: 1px solid #A6A6A680 !important;
  border-radius: 36px;
  padding: 5px 8px;
  margin-left: 8px;
  cursor: pointer;

}

.product-favourites:hover button {
  color: #0084FF;
}

.product-favourites:hover {
  border: 1px solid #0084FF !important;
}

.img-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 402px;
  margin-top: 45px;
  /* align-items: center; */
}

.text-content {
  width: 85%;
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  /* padding: 0 !important; */
  border-bottom: 1px dashed #cccccc90;
}

.text-content span {
  word-wrap: break-word;
  /* 允许单词在必要时换行 */
  overflow-wrap: break-word;
  /* 与 word-wrap 类似，在现代浏览器中更常用 */
  white-space: normal;
  /* 允许文本正常换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
}

/* .text-content > .row {

  padding: 0 !important;
} */

.row>span {
  display: inline-block;
  padding: 0 !important;
}

.title-detail {
  padding: 45px 0 !important;
}

.expert-title {
  margin-bottom: 50px !important;
  padding: 0;
  word-break: break-all;
}

.btns {
  padding: 0;
  margin-top: 20px;
  height: 40px;
}

.nav-icon {
  padding: 0 !important;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  height: auto;
}

.benefits-title {
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF -81.25%, #DAEDFF 188.75%);
  height: 40px;
  line-height: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 0;
  margin-bottom: 20px;
}

.nav-icon>img {
  margin-bottom: 10px;
}

.img-style {
  margin-top: 6px;
  display: flex;
  justify-content: center;
}

.img-style>img {
  width: 90%;
}

nav {
  margin: 0;
}

.models {
  border-bottom: 1px dashed #E2E2E2;
  /* margin-bottom: 1rem; */
  margin-top: 14px;
}

.models:last-child {
  border: none;
  margin: 0;
  margin-top: 14px;
}

/* .models-left > models:last-child {
  border: 0;
  margin: 0;
} */

.models-title {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 14px;
}


.models-left {
  display: flex;
  background-color: #fff;
  margin-right: 10px;
}

.models-left-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.product-options {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  position: relative;
  margin-left: 12px;
}

.red-spot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #0084FF;
  position: absolute;
  top: 12px;
  left: -10px;
}

.clear-btn {
  border: 0.5px solid #CCCCCC;
  border-radius: 10%;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #666;
  height: 22px;
  width: 62px;
  cursor: pointer;
  margin-left: 34px;
}

.models-item-title {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.form-check-label {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  width: 85px;
  text-align: left;
  color: #666;
}

.rotate {
  transform: rotate(180deg);
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

#checkboxes3.form-check {
  width: 100%;
}


.search-box {
  width: 304px;
  height: 32px;
  padding: 7px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
  display: flex;
  align-items: center;
  margin: 14px;
  margin-bottom: 20px;
}

.search-box .iconfont {
  font-size: 14px;
  color: #0084FF;
}

.search-box input[type="text"] {
  width: 80%;
  padding: 5px;
  border: none;
  outline: none;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #666;
}

.search-box button {
  width: 18%;
  padding: 5px;
  background-color: transparent;
  color: #666;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.header-title {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  color: #333;
}

.Product-info {
  display: flex;
  text-align: left;
  width: 100%;
  height: 100px;
}

.Product-info>img {
  width: 93px;
  height: 77px;
}

.product-info-content {
  overflow: hidden;
}

.inquiry {
  color: #0084FF;
  margin-bottom: 20px;
}

.roduct-info-content {
  text-align: left;
  padding-right: 24px;
  word-wrap: break-word;
}

td {
  height: 150px !important;
}

.info-title {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #666;
  margin-bottom: 14px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all
}

.info-title-4 {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #666;
  margin-bottom: 14px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all
}

.info-content {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: #999;
  max-width: 201px;
}

.info-content-2 {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: #999;
  max-width: 201px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all
}


.table {
  margin: 0;
}

.pagination-nav {
  margin-top: 24px;
  margin-bottom: 24px;
}

.hidden {
  padding: 14px;
}

.border-line2 {
  border-bottom: 1px dashed #E2E2E2;
  margin-top: 25px;
}

.border-line2:nth-last-child(1) {
  border: none;
}

.border-line1 {
  border-bottom: 1px solid #E2E2E2;
  padding: 10px 11px;
}

#myTab {
  height: 50px;
  border-bottom: 1px solid #E2E2E2;
}

/* .nav-item > .active { 
  border-bottom: 2px solid #0084FF;
} */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent !important;
  height: 50px;
  border-bottom: 2px solid #0084FF !important;
  color: #0084FF !important;
}

.nav-item {
  /* display: inline-block; */
  height: 100px !important;
}

.content-title {
  margin-left: 16px;
  margin-bottom: 20px;
  margin-top: 22px;
}

.content-title .red-spot {
  position: static;
  height: 14px;
  margin-right: 3px;
}

.content-item {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
  margin-left: 33px;
}

#myTabContent {
  margin-bottom: 3rem;
}

.bottom-content {
  padding-bottom: 1rem;
  margin-top: 10px;
}

.nav-link:hover {
  background-color: transparent;
  border: none !important;
}

.nav-link:focus {
  border: none !important;
  outline: none !important;
}

.nav-link:focus-visible {
  border: none !important;
  outline: none !important;
}

img:hover {
  transform: none;
  /* transition: transform 0.3s ease; */
}

.form-check .form-check-input {
  margin-left: 0;
  float: none;
  margin-top: 4px;
}

.benefits-icon {
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 32px;
  color: #666;
}

.benefits-icon img {
  margin-bottom: 8px;
  height: 60px;
}

.nav-tabs {
  border: none;
}

table tr:last-child td {
  border: none;
}

td {
  padding: 20px 7px !important;
}

.nav-tabs .nav-link {
  border: none;
  transition: none;
  padding: 18px !important;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;

}

.pagination-totl {}

.tab-pane {
  margin-top: 0;
  height: auto;
}

.tab-content {
  height: auto;
  min-height: 700px;
  overflow: visible;
}

.tab-content ul {
  list-style: circle;
  padding: 0 20px;
}

#scrollLeft {
  width: 14px;
}

#scrollRight {
  width: 14px;
}

.thumbnail {
  width: 335px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.scrollLeft,
.scrollRight {
  width: 45px;
  margin: 0 !important;
  padding-left: 17px;
}

#bigImg {
  margin-left: 40px;
}

.thumbnail-center {
  width: 250px;
  height: 64px;
  display: flex;
}

.product-img {
  width: 100px !important;
  height: 100px !important;
  margin-right: 12px;
  margin-left: 4px;
}

/* 自定义滚动条样式 */
.scroll-container::-webkit-scrollbar {
  width: 8px;
  /* 滚动条的宽度 */
}

.scroll-container::-webkit-scrollbar-track {
  border-radius: 5px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  /* 滚动条滑块背景色 */
  border-radius: 10px;
  /* 滚动条滑块圆角 */
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background: #777;
  /* 滚动条滑块悬停背景色 */
}

.fixed-box {
  position: sticky;
  top: 0px;
  background-color: #fff;
}

.benefitList {
  cursor: auto !important;
}

.expert-product-title {
  padding: 0;
  word-break: break-all;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  margin-bottom: 20px !important;
}

.expert-product-describe {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: #999;
}

.product-quantity-btn {
  height: 28px;
  padding: 0px 12px
}

.product-quantity-input {
  height: 28px;
}

.product-actio-btn {
  height: 28px;
  padding: 3px;
  font-size: 14px;
  width: 140px;
  margin-left: 60px;
}

.icon-navigation {
  background-color: #fff !important;
}

.tab-content {
  color: #666;
}

.tab-content tr {
  border-bottom: 1px solid #F1F1F1 !important;
}

.tab-content td {
  border-bottom: 1px solid #F1F1F1 !important;
  padding: 12px 8px !important;
  height: 38px !important;
  font-size: 14px;
}


/* 
.models-left .border-line2 {
  border-bpxottom: 1px dashed #E2E2E2 !important;
} */