.contact-details-box {
  display: none !important;
}
.list-warp.th-list-class .filter {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.list-warp .product-warp {
  min-height: calc(75vh - 220px);
}
.list-warp .product-warp-th {
  margin-top: 0;
}
.list-warp .product-warp-th .product-box {
  padding-top: 0;
}
.list-warp .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.list-warp .swiper-list-detail-banner .swiper-wrapper {
  transition-timing-function: ease;
}
.list-warp .swiper-list-detail-banner .swiper-button-next,
.list-warp .swiper-list-detail-banner .swiper-button-prev {
  background-color: #000;
  opacity: 0;
  width: 30px;
  height: 50px;
  cursor: pointer;
}
.list-warp .swiper-list-detail-banner .swiper-button-next::after,
.list-warp .swiper-list-detail-banner .swiper-button-prev::after {
  display: none;
}
.list-warp .swiper-list-detail-banner:hover .swiper-button-prev,
.list-warp .swiper-list-detail-banner:hover .swiper-button-next {
  opacity: 0.4;
  transition: 0.3s;
  /*display: block;*/
}
.list-warp .swiper-list-detail-banner .swiper-button-next:hover,
.list-warp .swiper-list-detail-banner .swiper-button-prev:hover {
  opacity: 1 !important;
}
.list-warp .swiper-list-detail-banner .swiper-button-prev {
  left: 0;
  border-radius: 0 2px 2px 0;
  background: url("/egg/image/list-detail/prev_icon.svg") center center / cover;
}
.list-warp .swiper-list-detail-banner .swiper-button-next {
  right: 0;
  border-radius: 2px 0 0 2px;
  background: url("/egg/image/list-detail/next_icon.svg") center center / cover;
}
.list-warp .swiper-list-detail-banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px !important;
}
.list-warp .swiper-list-detail-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #dedede;
  margin: 0 6px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  background-color: transparent;
}
.list-warp .swiper-list-detail-banner .swiper-pagination-bullet-active {
  background: #ffffff;
  background-clip: content-box;
  border: none;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}
.list-warp .swiper-list-detail-banner .swiper-slide a.islink:hover {
  cursor: pointer;
}
.list-warp .swiper-list-detail-banner .swiper-slide a.unlink:hover {
  cursor: default;
}
.list-warp .swiper-list-detail-banner.shop {
  max-height: 250px;
}
.wrapper-search {
  padding: 0 16px;
  background-color: #fff;
}
.recommend-hot-wrapper {
  margin-top: 15px;
}
.recommend-hot-wrapper .search-hot-keywords {
  border-radius: 8px !important;
  margin-top: 0 !important;
  padding-right: 130px !important;
}
.search-hot-keywords {
  margin-top: 16px;
  height: auto;
  padding: 22px 16px;
  padding-bottom: 10px;
  line-height: 23px;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  word-wrap: break-word;
  position: relative;
}
.search-hot-keywords img.recommend-icon {
  width: 112px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.search-hot-keywords .bg {
  background: linear-gradient(270deg, #ff7ea1 0%, #fff5b5 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  animation: lineGradiend 2.6s linear infinite;
  border-radius: 8px !important;
}
.search-hot-keywords .hot-label {
  color: #333;
  margin-right: 16px;
  float: left;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.search-hot-keywords a.keyword-btn {
  margin-right: 16px;
  color: #666;
  background: #fff;
  background-size: 1200px auto;
  box-shadow: 0px 1px 3px 0px rgba(241, 155, 62, 0.35);
  border-radius: 16px;
  display: inline-block;
  padding: 4px;
  padding-left: 12px;
  transition: all 0.4s;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.search-hot-keywords a.keyword-btn .wrap-abtn {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}
.search-hot-keywords a.keyword-btn .text {
  margin-left: 3px;
  margin-right: 8px;
  line-height: 1;
}
.search-hot-keywords a.keyword-btn:hover {
  color: var(--color-theme-1) !important;
  box-shadow: none;
}
.search-hot-keywords a.keyword-btn:hover .circle {
  animation: none;
}
.search-hot-keywords::after {
  content: "";
  display: block;
  clear: both;
}
.search-hot-keywords .circle {
  display: inline-block;
  line-height: 24px;
  text-align: center;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-theme-1);
  animation: customeScale 1.2s linear 1s infinite;
}
@keyframes lineGradiend {
  0% {
    background-position: 100% 0%;
    opacity: 0.3;
  }
  50% {
    background-position: 50% 0%;
    opacity: 0.75;
  }
  100% {
    background-position: 0% 0%;
    opacity: 0.3;
  }
}
@keyframes customeScale {
  75% {
    transform: scale(1);
  }
  85% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.list-search-result {
  display: flex;
  justify-content: space-between;
  color: #999;
  line-height: 55px;
  font-size: 14px;
  border-bottom: 1px dashed #e8e8e8;
  word-break: break-word;
}
.list-search-result .searchRes {
  word-break: break-word;
  word-wrap: break-word;
  padding: 12px 0 12px 20px;
  line-height: 25px;
  position: relative;
}
.list-search-result .searchRes i {
  position: absolute;
  top: 12px;
  left: 0;
}
.list-search-result .clickSearch {
  width: 50%;
  line-height: 25px;
  padding: 12px 0;
  flex-shrink: 0;
  margin-left: 16px;
  text-align: right;
}
.list-search-result .clickDiv {
  word-break: break-word;
}
.list-search-result .clickUrl,
.list-search-result .iconClick {
  color: var(--color-theme-1);
  margin-left: 2px;
}
.list-search-result .clickUrl:hover {
  text-decoration: underline;
  cursor: pointer;
}
.list-search-result .pd-num-btn {
  position: relative;
  display: inline-block;
  top: 1px;
}
.list-search-result .pd-num-btn:hover .inventory-show-more {
  display: block;
}
.list-search-result .inventory-show-more {
  display: none;
  position: absolute;
  bottom: 43px;
  right: 0;
  width: 500px;
  z-index: 100;
}
.list-search-result .inventory-show-more .triangle {
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  position: absolute;
  right: 6px;
  bottom: -10px;
}
.list-search-result .inventory-show-more .show-more-list {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  color: #fff;
  text-align: left;
}
.list-search-result .inventory-show-more .show-more-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  line-height: 20px;
  font-size: 12px;
}
.list-search-result .inventory-show-more .show-more-item span {
  color: #fff;
  font-weight: 500;
}
.other-list {
  position: relative;
}
.other-list .tab-header {
  margin-bottom: -12px;
  left: 0;
  width: 100%;
  background: #f2f2f2;
}
.other-list .tab-header > div {
  width: 1200px;
  margin: 0 auto;
}
.other-list .tab-header.fixed {
  position: fixed;
  z-index: 2;
  top: 78px;
}
.other-list h1 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  padding: 16px;
  text-align: center;
}
.vue-module {
  overflow: hidden;
  width: 100%;
}
.sourcing-search {
  background: url("/egg/image/list-detail/sourcing-bg.png") center center / cover;
  padding: 30px;
  margin-top: 15px;
}
.sourcing-search p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: center;
}
.sourcing-search .input-box {
  width: 840px;
  height: 40px;
  background: #ffffff;
  border: 2px solid var(--color-theme-1);
  display: flex;
  border-radius: 4px;
  margin: auto;
}
.sourcing-search .input-box input {
  flex: 1;
  width: 350px;
  height: 100%;
  padding: 10px 14px;
}
.sourcing-search .input-box input::-webkit-input-placeholder {
  color: #999;
}
.sourcing-search .input-box span {
  min-width: 190px;
  padding: 0 12px;
  flex-shrink: 0;
  height: 100%;
  background: var(--color-theme-1);
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sourcing-search .input-box span i {
  margin-right: 8px;
}
.pd-num-btn-tooltip {
  max-width: 500px !important;
  text-align: left;
}
