@import url("/css/isNav.css");

/* 搜索页 */
main {
  margin: 0 auto;
  min-width: 1200px;
  background-color: #fff;
}

.search-page__container {
  width: 1200px;
  margin: 0 auto;
}

/* 搜索型号显示 */
.component-breadcrumb {
  height: 40px;
  line-height: 40px;
}

.component-breadcrumb>.breadcrumb-item {
  font-size: 12px;
  color: var(--info-color);
}

/* 筛选条件 */
.attrbute-select__container {
  width: 1198px;
  border: 1px solid var(--info-NoLight);
}

/* 每项目筛选条件下的虚线 */
.attrbute-select__module {
  margin: 0 auto;
  padding: 20px 0 2px;
  width: 1140px;
  border-bottom: 1px dashed #dedede;
}

/* 筛选标题 类目 品牌 封装 */
.attrbute-select__module>.module__name {
  float: left;
  padding: 0 10px 0 0;
  width: 60px;
  font-size: 12px;
  color: #999;
  text-align: left;
}

/* 详细筛选内容 */
.attrbute-select__module>.module-select__list {
  float: left;
  width: 980px;
}

/* 筛选内容区域 */
.attrbute-select__module>.module-select__list>.select-list__container {
  font-size: 0;
  width: 950px;

  /* 默认不展开更多数据 */
  height: 32px;
  overflow: hidden;
}

/* 每项条件筛选内容 */
.attrbute-select__module>.module-select__list>.select-list__container>.attrbute-value__item {
  /* *display: inline; */
  display: inline-block;
  zoom: 1;
  margin-bottom: 10px;
  max-width: 158px;
  min-width: 158px;
  height: 22px;
  font-size: 12px;
  text-align: left;
  color: #333;
  cursor: pointer;
}

/* 文本span显示 */
.select-list__container .attrbute-value__item_span {
  display: block;
  max-width: 158px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.attrbute-select__module>.module-select__list>.select-list__container>.attrbute-value__item:hover,
.attrbute-select__module>.module-select__list>.select-list__container>.attrbute-value__item.selected {
  color: var(--main-color);
}


/* 筛选列表 */
.attrbute__selected_list {
  margin: 0 auto;
  padding: 20px 0 0;
  width: 1140px;
}

.attrbute__selected_list>.attrbute-selected__items {
  width: 1140px;
  font-size: 0;
}

/* 每项条件 */
.attrbute__selected_list>.attrbute-selected__items>.attrbute-selected__item {
  display: inline-block;
  zoom: 1;
  padding: 0 35px 0 10px;
  margin: 0 10px 20px 0;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #dedede;
  color: #333;
  cursor: pointer;
  position: relative;
}

.attrbute__selected_list>.attrbute-selected__items>.attrbute-selected__item:hover .iconfont {
  color: var(--main-color);
}

/* 删除筛选图标 */
.attrbute-selected__items>.attrbute-selected__item>.iconfont {
  position: absolute;
  right: 5px;
  font-size: 14px;
  transform: rotate(-45deg);
}

/* <!-- 筛选条件应用 / 去除 --> */
.attrbute-select__container>.attrbute-handler__container {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 1140px;
  font-size: 0;
}

/* 清除/应用筛选按钮 */
.attrbute-select__container>.attrbute-handler__container>.buttons_item {
  vertical-align: top;
  *display: inline;
  display: inline-block;
  zoom: 1;
  width: 70px;
  height: 28px;
  border: 1px solid var(--info-NoLight);
  border-radius: 2px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

.attrbute-select__container>.attrbute-handler__container>.buttons_item.attrbute-affirm__button:hover {
  opacity: 0.7;
}

.attrbute-select__container>.attrbute-handler__container>.buttons_item.attrbute-clear__button:hover {
  background-color: var(--info-light);
}

/* 应用筛选按钮 */
.attrbute-select__container>.attrbute-handler__container>.buttons_item.attrbute-affirm__button {
  margin-left: 10px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
}

/* 查询结果条数 */
.attrbute-select__container>.attrbute-handler__container>.selected-statistics__info {
  vertical-align: top;
  *display: inline;
  display: inline-block;
  zoom: 1;
  margin: 0 0 0 10px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #666;
}

.attrbute-select__container>.attrbute-handler__container>.selected-statistics__info #totalNum {
  color: var(--main-color);
}

/* 更多筛选 */
.attrbute-select__module>.screen__more {
  float: right;
  width: 60px;
}

/* 更多筛选按钮未展开时 */
.attrbute-select__module>.screen__more>.switch-more_button {
  position: relative;
  margin-top: -7px;
  padding: 0 10px;
  width: 38px;
  height: 26px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAYAAAHKue4KAAAAAXNSR0IArs4c6QAAATBJREFUKBVjYEAGM2bM+InMR2JPnz79DYgLpP8jCUOZQNFXIOb8+fMFgIaUg4WBHA6oPEQfUKYILoDEAIp/YITxZ86cmffv37+JTExMJUC6h5WVVSElJeUhTB43DXTEj////8NNgqkEGu8LcjYTMzNzCJDzD4j9kSS3ANnrMzMzGcE6QSYA3fANSD9kZGSUAdK3gJJGMA1wGmjkRCDOgQsAGYxAo5uB9JqMjIyLyBKE2EB9qkCbwliACoWAjAtAkxmA1u8G4vj09PTn2AwAqgNZWA9UUwdiA8EauO9nz54t/vfv3wVACQ+QZqDkLCAuBBr2bc6cOTq/f/9eDxRWAeK3wICJSEtL2wNWByLQATBAdIGRsQworgOTAxq2SEhIKCMsLOw7TIwoet68eaL4FAIAZL+I9iEN5O0AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  -ms-background-size: 8px 5px;
  background-size: 8px 5px;
  background-position: 41px;
  border-radius: 2px;
  border: 1px solid #eee;
  background-color: #fff;
  font-size: 12px;
  line-height: 26px;
  color: #333;
  cursor: pointer;
}

/* 更多筛选按钮展开时 */
.attrbute-select__module>.screen__more>.switch-more_button.more_status {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAYAAAC9vt6cAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF6WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjEtMDQtMjNUMTQ6MTg6NTgrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTA0LTIzVDE0OjMzOjI0KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA0LTIzVDE0OjMzOjI0KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmJmZTY2MjMxLTQzOWEtNDAyNy05M2E1LWRhNThiMWY0NjYxNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDQ4NDllNS00YmNiLTQzYmYtOWU2OS00YzEzZjMxNDg0MzEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNDQ4NDllNS00YmNiLTQzYmYtOWU2OS00YzEzZjMxNDg0MzEiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0NDg0OWU1LTRiY2ItNDNiZi05ZTY5LTRjMTNmMzE0ODQzMSIgc3RFdnQ6d2hlbj0iMjAyMS0wNC0yM1QxNDoxODo1OCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmJmZTY2MjMxLTQzOWEtNDAyNy05M2E1LWRhNThiMWY0NjYxNiIgc3RFdnQ6d2hlbj0iMjAyMS0wNC0yM1QxNDozMzoyNCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Wbnd6QAAASVJREFUKJGNkLFKA2EQhGcuFpYSCJY2lrEUX0HQUoKVFkL+jYUgWqmohU0abRT+uxwXUbESRCy1tRF8AJ/A6ko1R7iMzRGCJNHpltlvZlngDyVJUhnnc5TRbrcnO51Ok6RJ2mk0Guf/DgjDcK7X690CqPYXyatyuWy1Wu17cDcYHCQxDMMtSa8F/B4EwS7JT0lraZq+xHE8M/SCVqs1nef5paTFojEiue2c+4rjuNrtdu8BzAJIS6XSar1ef+4HRFG0nOd5AqACICW5YWYPv34ylWXZjaQlkjmAfTNr0nt/IWmzaH0iue6c+xj2G0n03h+RPJREkncTBZyR3HPOnZHUMLgoEIBj7/0byWtJKwHJE5ILZnY6Dh6UmT0CmAdwQOlfzEj9ALETf5NhWH0zAAAAAElFTkSuQmCC);
}

/* <!-- 搜索结果排序 --> */
.sort__container {
  margin: 10px auto 0;
  position: relative;
  top: 1px;
}

/* 排序盒子 */
.component-sort_container {
  margin: 0 auto;
  width: 1198px;
  height: 44px;
  background-color: #f6f6f6;
  border: 1px solid #dedede;
}

/* 左侧按钮 */
.component-sort_container>.sort-left__container {
  float: left;
  width: 50%;
  font-size: 0;
}

/* 排序每项按钮 */
.component-sort_container>.sort-left__container>.sort__item {
  display: inline-block;
  zoom: 1;
  width: 110px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  color: #333;
  border-right: 1px solid #dedede;
  cursor: pointer;
}

/* 排序按钮选中时 */
.component-sort_container>.sort-left__container>.sort__item.selected {
  background-color: #fff;
  color: var(--main-color);
}

/* 去除dgk下 边框 */
.component-sort_container>.sort-left__container>.sort__item.overseas {
  border-bottom: 1px solid transparent;
}

/* 只显示有货商品 */
.component-sort_container>.sort-right__container {
  float: right;
  width: 50%;
}

/* 选择区域 */
.component-sort_container>.sort-right__container>.sotck-select {
  padding-right: 40px;
  line-height: 44px;
  font-size: 12px;
  color: #333;
  text-align: right;
}

.component-sort_container>.sort-right__container>.sotck-select .stock-checkbox {
  vertical-align: -4px;
}

/* 复选框 */
.component-check__control {
  vertical-align: middle;
  *display: inline;
  display: inline-block;
  zoom: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* label */
.component-check__control>.check-label__container {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--main-color);
  cursor: pointer;
  box-sizing: border-box;
}

/* 重置layui 图标位置 */
.component-check__control>.check-label__container .layui-icon {
  position: absolute;
  left: 2.5px;
  top: -90%;
  color: var(--main-color);
  font-weight: bold;
  font-size: 12px;
}

/* label 选中时 */
.component-check__control>.check-label__container:hover {
  background-color: var(--main-light);
}

/* 原复选框 */
.component-check__control>.check-label__container>.checkbox_control {
  position: absolute;
  left: -50px;
  top: -10px;
  width: 18px;
  height: 18px;
  border: 0;
  /* display: none; */
}

/* 搜索结果展示 */
.product-list-container {
  width: 1200px;
}

/* 搜索结果标题 */
.component-product-head {
  width: 1198px;
  height: 38px;
  border: 1px solid #dedede;
  background-color: #fff;
}

/* 每个标题 */
.component-product-head>.product-head-item {
  float: left;
  height: 38px;
  font-size: 12px;
  line-height: 38px;
  font-weight: 500;
  color: #666;
  text-align: center;
}

/* 单价标题 */
.component-product-head>.product-head-item.width-220-1 {
  padding-left: 53px;
  width: 167px;
  text-align: left;
}

/* 库存信息标题 */
.component-product-head>.product-head-item.width-220-2 {
  padding-left: 63px;
  width: 157px;
  text-align: left;
}

/* 我要购买标题 */
.component-product-head>.product-head-item.width-208 {
  width: 208px;
}

/* 每条型号项 */
.component-product-item {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  width: 1198px;
  padding: 25px 0;
  background-color: #fff;
}

/* 每条型号左侧 */
.component-product-item>.product-cover-box {
  float: left;
  width: 150px;
}

/* 每条型号左侧 */
.component-product-item>.product-cover-box>.product-cover-wrap {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
}

/* 每条型号左侧图片 */
.component-product-item>.product-cover-box>.product-cover-wrap>.product-cover-img {
  display: block;
  width: 90px;
  height: 90px;
}

/* 商品信息 */
.component-product-item>.product-info-box {
  float: left;
  width: 400px;
  padding-right: 10px;
}

/* 匹配型号相关 加高亮 */
.component-product-item>.product-info-box .highLight {
  color: var(--danger-color) !important;
}

/* 信息标题名称 */

.component-product-item>.product-info-box>.product-params {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #333;
}

.component-product-item>.product-info-box>.product-name>a {
  word-break: break-all;
  font-size: 15px;
  line-height: 16px;
  color: var(--main-color);
}

.component-product-item>.product-info-box>.product-params a {
  color: #333;
}

/* 规格书 */
.component-product-item>.product-info-box>.product-specification {
  margin-top: 8px;
  height: 22px;
  font-size: 0;
  line-height: 22px;
}

/* 规格书链接 */
.component-product-item>.product-info-box>.product-specification>.specification-link {
  padding-left: 7px;
  font-size: 13px;
  color: var(--main-color);
}

/* 规格书图标 */
.component-product-item>.product-info-box>.product-specification>.layui-icon-read {
  display: inline-block;
  zoom: 1;
  vertical-align: -2px;
  height: 15px;
  width: 13px;
  color: var(--main-color);
}

/* 信息2.3 */
.component-product-item>.product-info-box>.product-params {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #333;
}

/* 单价盒子 */
.component-product-item>.product-price-box {
  float: left;
  width: 220px;
}

/* 单价列表*/
.component-product-item>.product-price-box>.product-price-list {
  padding-top: 2px;
}

/* 单价列表项*/
.component-product-item>.product-price-box>.product-price-list>.product-price-item {
  margin-bottom: 10px;
  font-size: 0;
}

/* qty + price */
.component-product-item>.product-price-box>.product-price-list>.product-price-item>span {
  *display: inline;
  display: inline-block;
  zoom: 1;
  font-size: 13px;
}

.component-product-item>.product-price-box>.product-price-list>.product-price-item>span.price-quantity {
  min-width: 60px;
  text-align: right;
  color: #333;
}

.component-product-item>.product-price-box>.product-price-list>.product-price-item>span.price-number {
  padding-left: 9px;
  min-width: 50px;
  text-align: left;
  color: #333;
}

.component-product-item>.product-price-box>.product-price-list>.product-price-item>span.color-orange {
  color: var(--danger-color);
}

/* 库存信息 */
.component-product-item>.product-stock-box {
  float: left;
  padding-top: 2px;
  padding-left: 45px;
  width: 175px;
}

/* 我要购买 */
.component-product-item>.product-handler-box {
  float: left;
  width: 198px;
  padding-top: 2px;
}

/* 数量选择 */
.component-product-item>.product-handler-box>.quantity-input-wrap {
  position: relative;
  width: 160px;
  height: 28px;
  background: #fff;
  border: 1px solid #dedede;
}

/* 自动修正提示 */
.component-product-item>.product-handler-box>.quantity-input-wrap>.unit-tips {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 10px;
  bottom: 40px;
  width: 140px;
  background-color: #fff;
  -ms-box-shadow: 0 0 4px 0 #999;
  -o-box-shadow: 0 0 4px 0 #999;
  box-shadow: 0 0 4px 0 #999;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  word-break: break-all;
}

/* 自动修正数字提示 */
.component-product-item>.product-handler-box>.quantity-input-wrap>.unit-tips span {
  color: var(--danger-color);
}

/* 输入框范围 */
.component-product-item>.product-handler-box>.quantity-input-wrap>.quantity-input-box {
  float: left;
  width: 110px;
  height: 28px;
}

/* 输入框 */
.component-product-item>.product-handler-box>.quantity-input-wrap>.quantity-input-box>.quantity-input {
  display: block;
  border: none;
  padding: 0 10px;
  height: 27px;
  width: 90px;
  font-size: 12px;
  line-height: 27px;
  color: #333;
}

/* 输入框 选中时 */
.component-product-item>.product-handler-box>.quantity-input-wrap.is-focus {
  border: 1px solid var(--main-color);
}

/* 0库存禁止状态 */
.component-product-item>.product-handler-box>.quantity-input-wrap>.quantity-input-box>.quantity-input:disabled {
  background-color: #fff;
  color: #ccc;
}

/* 单位选择 */
.component-product-item>.product-handler-box>.quantity-input-wrap>.unit__select {
  position: relative;
  float: right;
  width: 48px;
  height: 28px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAYAAAHKue4KAAAAAXNSR0IArs4c6QAAATBJREFUKBVjYEAGM2bM+InMR2JPnz79DYgLpP8jCUOZQNFXIOb8+fMFgIaUg4WBHA6oPEQfUKYILoDEAIp/YITxZ86cmffv37+JTExMJUC6h5WVVSElJeUhTB43DXTEj////8NNgqkEGu8LcjYTMzNzCJDzD4j9kSS3ANnrMzMzGcE6QSYA3fANSD9kZGSUAdK3gJJGMA1wGmjkRCDOgQsAGYxAo5uB9JqMjIyLyBKE2EB9qkCbwliACoWAjAtAkxmA1u8G4vj09PTn2AwAqgNZWA9UUwdiA8EauO9nz54t/vfv3wVACQ+QZqDkLCAuBBr2bc6cOTq/f/9eDxRWAeK3wICJSEtL2wNWByLQATBAdIGRsQworgOTAxq2SEhIKCMsLOw7TIwoet68eaL4FAIAZL+I9iEN5O0AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  -ms-background-size: 8px 5px;
  background-size: 8px 5px;
  background-position: 33px;
  font-size: 12px;
  line-height: 26px;
  color: #333;
  background-color: #f6f6f6;
  cursor: pointer;
}

/* 单位pcs文字 */
.component-product-item>.product-handler-box>.quantity-input-wrap>.unit__select>.unit_text {
  display: block;
  padding-left: 8px;
}

/* 单位盘 */
.component-product-item>.product-handler-box>.quantity-input-wrap>.unit__select>.unit__select__mount {
  display: none;
  position: absolute;
  right: -1px;
  top: 28px;
  z-index: 1;
  padding: 5px 0;
  width: 48px;
  height: 28px;
  background-color: #f6f6f6;
  border: 1px solid #dedede;
}

/* 单位更多背景色 */
.component-product-item>.product-handler-box>.quantity-input-wrap>.unit__select>.unit__select__mount>span {
  display: block;
  padding-left: 8px;
  width: 40px;
  height: 28px;
  background-color: #f6f6f6;
  font-size: 12px;
  line-height: 28px;
  color: #333;
  cursor: pointer;
}

/* 单位选择禁止状态 */
.component-product-item>.product-handler-box>.quantity-input-wrap>.unit__select.disabled {
  cursor: not-allowed;
  color: #ccc;
}

/* 合计 */
.component-product-item>.product-handler-box>.total-price-box {
  height: 36px;
  font-size: 13px;
  line-height: 36px;
}

/* 金额小计 */
.component-product-item>.product-handler-box>.total-price-box>.price-color {
  font-size: 13px;
  color: var(--danger-color);
}

/* 加购物车  订货 */
.component-product-item>.product-handler-box>.handler__buttons {
  font-size: 0;
}

/* 按钮组 */
.component-product-item>.product-handler-box>.handler__buttons>.button__item {
  *display: inline;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

/* 购物车 禁用状态 */
.component-product-item>.product-handler-box>.handler__buttons>.button__item.purchase-button.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* 购物车按钮 */
.component-product-item>.product-handler-box>.handler__buttons>.button__item.purchase-button {
  cursor: pointer;
  width: 88px;
  height: 32px;
  border-radius: 2px;
  background-color: var(--main-color);
  font-size: 13px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

.component-product-item>.product-handler-box>.handler__buttons>.button__item.purchase-button:hover {
  background-color: var(--main-light);
}

/* 订货按钮 */
.component-product-item>.product-handler-box>.handler__buttons>.button__item.plain-button {
  width: 68px;
  height: 30px;
  margin: 0 0 0 5px;
  border: 1px solid #eee;
  border-radius: 2px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  color: #666;
  cursor: pointer;
}

/* 按钮边框 */
.component-product-item>.product-handler-box>.handler__buttons>.button__item.order-button {
  border-radius: 2px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.component-product-item>.product-handler-box>.handler__buttons>.button__item.order-button:hover {
  background-color: var(--main-light);
}

/* 按钮a标题的展示 */
.component-product-item>.product-handler-box>.handler__buttons>.button__item.plain-button>a {
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  color: #666;
  display: block;
}

.component-product-item>.product-handler-box>.handler__buttons>.button__item.order-button>a {
  color: var(--main-color);
}

/* 分页器 */
.search-page__wrap>.search-page__container>.paging__container {
  padding: 30px 0 60px;
  text-align: center;
}

/* 重置layui原始样式 */
.paging__container .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: var(--main-color) !important;
}

.paging__container .layui-laypage a:hover {
  color: var(--main-color);
}

.paging__container a {
  margin-left: 5px;
  margin-right: 5px;
}

.paging__container span {
  margin-left: 5px;
  margin-right: 5px;
}

/* 重置layui原始样式 */