@charset "UTF-8";
/*
 * 此文件由同名.scss文件编译后生成，
 * 如果需要修改此文件，请修改同名.scss文件后再重新编译。
 * 切勿修改.css文件，否则可能造成文件内容丢失。
 */
@media (max-width: 768px) {
  .pageBody .container-fluid {
    padding: 0;
  }
  .total.visible-xs {
    display: flex !important;
    justify-content: space-between;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 42px;
    height: 42px;
  }
  .total.visible-xs button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #767676;
    padding: 3px 12px;
    background-color: transparent;
    min-width: 75px;
  }
  .total.visible-xs img {
    width: 14px;
  }
  div.product-list .list {
    min-width: 100%;
  }
  div.product-list .list .item {
    display: block;
    position: relative;
    padding: 5px;
  }
  div.product-list .list .item .item-p {
    line-height: 24px;
  }
  div.product-list .list .item .colspan-1 {
    float: left;
    width: 130px;
    width: 30%;
    margin-right: 10px;
  }
  div.product-list .list .item .colspan-1 .product-img {
    width: 100%;
  }
  div.product-list .list .item .colspan-7 {
    position: absolute;
    right: 5px;
    top: 30%;
    transform: translateY(-50%);
    width: auto;
  }
  div.product-list .list .item .colspan-7 button.toViewPage {
    margin: 0;
  }
  div.product-list .list .item .colspan-7 button.direct-pay {
    margin: 0;
    line-height: 1.5;
  }
  div.product-list .list.selllist .item div.colspan-1 {
    margin-right: 0px;
  }
  div.product-list .list.selllist .item .item-span-2 {
    width: 50px;
  }
  div.product-list .list.selllist .item .colspan-2 {
    display: inline-block;
    width: calc(70% - 5px);
    float: right;
    padding-bottom: 0;
    min-width: auto;
  }
  div.product-list .list.selllist .item .colspan-5 {
    display: inline-block;
    width: calc(70% - 5px);
    max-height: 70px;
    overflow: hidden;
    position: relative;
    float: right;
  }
  div.product-list .list.selllist .item .colspan-5.linear-gradient::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 调整这个值以改变渐隐区域的大小 */
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    /* 从透明渐变到白色 */
    pointer-events: none;
    /* 防止伪元素干扰鼠标事件 */
  }
  div.product-list .list.selllist .item .colspan-5 .price-list {
    width: 65%;
  }
  div.product-list .list.selllist .item .colspan-5 .price-list tbody > tr > td:first-child .left {
    float: left;
  }
  div.product-list .list.selllist .item .colspan-5 .price-list .item-p {
    line-height: 16px;
  }
  div.product-list .list.selllist .item div.colspan-7 {
    top: 60%;
  }
  div.product-list .list.buylist .item .colspan-1, div.product-list .list.productlist .item .colspan-1 {
    margin-right: 0;
  }
  div.product-list .list.buylist .item .item-span-2, div.product-list .list.productlist .item .item-span-2 {
    width: 70px;
  }
  div.product-list .list.buylist .item .item-p, div.product-list .list.productlist .item .item-p {
    line-height: 24px;
  }
  div.product-list .list.buylist .item div.colspan-2-buy, div.product-list .list.productlist .item div.colspan-2-buy {
    display: inline-block;
    width: calc(70% - 5px);
    padding-bottom: 0;
    float: right;
  }
  div.product-list .list.buylist .item div.colspan-3-buy, div.product-list .list.productlist .item div.colspan-3-buy {
    display: inline-block;
    width: calc(70% - 5px);
    padding: 0 5px;
    vertical-align: top;
    float: right;
  }
  div.product-list .list.productlist .item div.colspan-7 {
    top: 45%;
  }
  div.product-list .list.buylist .item div.colspan-7 {
    top: 46%;
  }
}
.pageBody {
  background-color: #f5f5f5;
}

.cancel {
  font-size: 12px;
  border: none;
  padding: 4px 12px;
  outline: none;
  width: 85px;
  text-align: center;
  font-weight: bold;
  background-color: #e1f3ff;
  border: 1px solid #0069b7;
}

.confirm {
  font-size: 12px;
  border: none;
  padding: 5px 12px;
  outline: none;
  width: 85px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #0069b7;
}

.condition {
  position: relative;
}

.layui-btn-primary:hover {
  border-color: #1072bb;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: normal;
}

.filter-condition {
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
}
.filter-condition .left {
  padding: 5px;
  padding-top: 9px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #eaeaea;
  width: 120px;
  font-size: 16px;
  color: #232323;
  font-weight: bold;
}
.filter-condition .right {
  background-color: #fff;
  flex: 1;
  padding: 5px 20px;
  padding-right: 0;
  padding-bottom: 0px;
}
.filter-condition .right .content {
  height: 30px;
  overflow: hidden;
}
.filter-condition .right .content .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 180px));
  grid-template-rows: minmax(30px, 30px);
}
.filter-condition .right .selected {
  height: 30px;
}
.filter-condition .right .item {
  color: #232323;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  padding: 6px 3px;
  white-space: nowrap;
  overflow: hidden;
}
.filter-condition .right .item a.active {
  color: #0069b7;
}
.filter-condition div.multiple-item {
  position: relative;
  padding-right: 7px !important;
}
.filter-condition div.multiple-item a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 8px;
  line-height: 1.5;
  color: #0069b7;
}
.filter-condition div.multiple-item a i {
  margin-left: 2px;
  font-size: 14px;
  color: #cbcbcb;
}
.filter-condition div.multiple-item a:hover {
  background-color: #e6eaf4;
  border-radius: 5px;
}
.filter-condition div.multiple-item a:hover i {
  color: #0069b7;
}
.filter-condition .rBtns {
  background-color: #fff;
  padding: 9px 10px;
  line-height: 1;
}
.filter-condition .rBtns button {
  border-color: #0069b7;
  background-color: #e1f3ff;
  color: #232323;
  line-height: 20px;
}
.filter-condition .rBtns button i.iconfont {
  font-size: 14px !important;
  vertical-align: top;
}
.filter-condition .all-condition {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  border: 1px solid #0069b7;
  overflow: hidden;
}
.filter-condition .all-condition .content {
  overflow-y: auto !important;
  height: 175px;
  margin-top: 8px;
  margin-right: 10px;
}
.filter-condition .all-condition .content .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
  grid-template-rows: minmax(30px, 30px);
}
.filter-condition .all-condition .rightBtns {
  float: right;
  margin-right: 20px;
  line-height: 1;
}
.filter-condition .all-condition .rightBtns button {
  border-color: #0069b7;
  background-color: #e1f3ff;
  color: #232323;
  line-height: 20px;
}
.filter-condition .all-condition .rightBtns button i.iconfont {
  font-size: 14px !important;
  vertical-align: top;
}
.filter-condition .all-condition .rightBtns span {
  padding: 0;
}
.filter-condition .all-condition button {
  vertical-align: top;
}
.filter-condition .all-condition span {
  font-size: 13px;
  color: #232323;
  padding: 0 5px;
  line-height: 23px;
  cursor: pointer;
}
.filter-condition .all-condition span:hover {
  color: #1B8BED;
}
.filter-condition .all-condition span[data-name],
.filter-condition .all-condition button[data-name] {
  padding: 2px 5px;
  font-size: 14px;
  border-radius: 2px;
  border: none;
  line-height: 1.5;
  outline: none;
}
.filter-condition .all-condition span[data-name].active,
.filter-condition .all-condition button[data-name].active {
  color: #fff;
  background-color: #0069b7;
}
.filter-condition .all-condition .selected {
  margin-top: 10px;
  margin-right: 10px;
}
.filter-condition .all-condition .selected .multiple-item a {
  color: #0069b7;
}
.filter-condition .all-condition .selected .item {
  font-size: 12px;
  padding: 3px 0;
}
.filter-condition .all-condition .selected .item button {
  border-color: #0069b7;
  background-color: #e1f3ff;
  color: #232323;
  line-height: 20px;
}
.filter-condition .all-condition .btnList {
  padding: 5px 0;
}

.total {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  line-height: 28px;
}
.total .left {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}
.total .right button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #767676;
  padding: 3px 12px;
  background-color: transparent;
  line-height: inherit;
}
.total .right .page-count-num {
  display: inline-block;
  line-height: 1.3;
  text-align: center;
  background-image: url("/images/reconfiguration-img/page-count-num.png");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  margin-top: 0;
  min-width: 20px;
}

.product-list .header {
  position: sticky;
  top: 98px;
  z-index: 999;
  overflow: hidden;
}
.product-list .header > div {
  min-width: 1150px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  background-color: #e6eaf4;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
}
.product-list .colspan-1 {
  width: 140px;
  padding: 5px;
}
.product-list .colspan-2 {
  min-width: 290px;
  flex: 1;
  padding: 5px;
}
.product-list .colspan-3 {
  width: 180px;
  padding: 5px;
}
.product-list .colspan-4 {
  width: 140px;
  text-align: center;
  padding: 5px;
}
.product-list .colspan-5 {
  width: 220px;
  text-align: center;
  padding: 5px;
}
.product-list .colspan-5 .rightBarTbody p.item-p {
  line-height: 21px;
}
.product-list .colspan-6 {
  width: 180px;
  text-align: center;
  padding: 5px;
}
.product-list .colspan-7 {
  width: 160px;
  text-align: center;
  padding: 5px;
}
.product-list .colspan-2-buy {
  flex: 1;
  padding: 5px;
  overflow: hidden;
}
.product-list .colspan-3-buy {
  width: 250px;
  padding: 5px;
}
.product-list .colspan-4-buy {
  width: 250px;
  padding: 5px;
}
.product-list .img-box {
  width: 90%;
  margin: 0 auto;
}
.product-list .product-img {
  width: 100%;
  max-height: 140px;
}
.product-list .link {
  font-size: 12px;
  color: #1072bb;
  font-weight: bold;
}
.product-list .link:hover {
  text-decoration: underline !important;
}
.product-list .list {
  min-width: 1150px;
}
.product-list .list em {
  background-color: #f6ff00;
}
.product-list .list .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  background-color: #fff;
  margin-top: 8px;
  padding: 15px 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  overflow: hidden;
}
.product-list .list .item:hover {
  border: 1px solid #559bcf;
}
.product-list .list .item .item-p {
  line-height: 32px;
}
.product-list .list .item .item-span-2 {
  display: inline-block;
  width: 70px;
  color: #232323;
}
.product-list .list .item .item-span-text {
  color: #666666;
}
.product-list .list .item .radio-list {
  margin: 0 5px;
  padding: 3px 0;
  min-width: 100px;
}
.product-list .list .item .radio-list input {
  transform: scale(1.3);
  vertical-align: top;
  margin-top: 2px;
  margin-right: 4px;
}
.product-list .list .item .price-list {
  width: 100%;
}
.product-list .list .item .price-list td {
  padding: 2px 0;
}
.product-list .list .item .price-list .left {
  font-weight: bold;
  float: right;
}
.product-list .list .item .price-list .right {
  color: #f85c1f;
}
.product-list .list .item .price-list .active .left {
  color: #ed0000;
}
.product-list .list .item .price-list tr.isHide {
  display: none;
}
.product-list .list .item .ipt-number {
  margin: 0 auto;
  width: 150px;
  margin-bottom: 6px;
}
.product-list .list .item .ipt-number .form-control {
  height: 28px;
  padding: 12px 2px;
  text-align: center;
}
.product-list .list .item .ipt-number .btn {
  padding: 3px 8px;
  outline: none;
}
.product-list .list .item .btn-div button {
  font-size: 12px;
  border: none;
  padding: 4px 12px;
  margin-bottom: 8px;
  outline: none;
  width: 85px;
  text-align: center;
}
.product-list .list .item .btn-div button.add-cart {
  color: #fff;
  background-color: #0069b7;
}
.product-list .list .item .btn-div button.direct-pay {
  background-color: #e1f3ff;
  border: 1px solid #0069b7;
}
.product-list .list .item .btn-div button.toViewPage {
  background-color: #0069b7;
  color: #fff;
  width: auto;
  padding: 4px 8px;
}
.product-list .list .item .price-span {
  color: #f85c1f;
  white-space: nowrap;
}
.product-list .list .item .switch-box {
  width: 150px;
  height: 28px;
  line-height: 28px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 8px;
  font-size: 12px;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
.product-list .list .item .switch-box .hk {
  width: 28%;
  height: 100%;
  background-color: #e1f3ff;
  color: #232323;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  text-align: left;
}
.product-list .list .item .switch-box .sz {
  width: 28%;
  height: 100%;
  background-color: #e1f3ff;
  color: #232323;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
  text-align: left;
}
.product-list .list .item .switch-box .activeSwitch {
  width: 72%;
  color: #fff;
  background-color: #0069b7;
  z-index: 2;
  text-align: center;
  padding-left: 0;
}
.product-list .list .item .color777 {
  color: #777777;
}

.page #laypage {
  text-align: center;
}
.page .layui-laypage-next,
.page .layui-laypage-prev {
  font-size: 18px;
}
.page .layui-laypage-spr {
  display: none;
}
.page .layui-laypage-last {
  display: none;
}
.page .layui-laypage a,
.page .layui-laypage span {
  padding: 0 12px;
}
.page .layui-laypage span {
  padding: 0 11px;
  height: 25px;
  line-height: 25px;
  margin: 3px;
}
.page .layui-laypage span .layui-laypage-em {
  border-radius: 5px;
  background-color: #1b94e5;
}
.page .layui-laypage a[data-page] {
  margin: 3px;
  border-radius: 5px;
}
.page span.layui-laypage-skip {
  background-color: transparent;
  margin: 0;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 6px;
}
.page span.layui-laypage-skip .layui-input {
  margin: 0 4px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
}
.page span.layui-laypage-skip .layui-laypage-btn {
  height: 28px;
  line-height: 28px;
  margin-left: 0;
  border-radius: 5px;
  color: #333;
}
.page .layui-laypage a:hover {
  border-color: #1b94e5 !important;
  color: #1b94e5 !important;
}
.page .layui-laypage input:focus,
.page .layui-laypage select:focus {
  border-color: #1b94e5 !important;
}

#modelCondition {
  height: 100%;
}
#modelCondition > div > button {
  padding: 8px 20px;
  width: 30%;
  font-size: 16px;
  line-height: 1;
}
#modelCondition .box {
  height: 49%;
}
#modelCondition .box .title {
  padding: 15px;
  display: block;
}
#modelCondition .box .content {
  height: calc(100% - 55px);
  padding-left: 35px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 10px;
  align-content: flex-start;
}
#modelCondition .box .content .item-btn {
  background-color: #f2f3f5;
  width: 48%;
  height: 50px;
  border: 1px solid #fff;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 6px;
  text-align: center;
  border-radius: 6px;
  color: #232323;
  overflow: hidden;
  line-height: 1;
  display: grid;
  place-items: center;
}
#modelCondition .box .content .active {
  border-color: #0069b7;
  color: #0069b7;
}
#modelCondition .line {
  height: 1.5%;
  background-color: #f2f3f5;
}

.pnLink em {
  background-color: #f6ff00;
}

@font-face {
  font-family: "sortfont";
  src: url("/fonts/iconfont.ttf") format("truetype");
}
.total-btn {
  position: relative;
}
.total-btn::before {
  content: "\e674";
  font-family: "sortfont" !important;
  font-size: 13px;
  position: absolute;
  top: 10px;
  right: -2px;
  line-height: 1;
}
.total-btn::after {
  content: "\e671";
  font-family: "sortfont" !important;
  font-size: 13px;
  position: absolute;
  bottom: 10px;
  right: -1.9px;
  line-height: 1;
}

button.total-btn-active-before-max {
  position: relative;
  color: #1B8BED !important;
}
button.total-btn-active-before-max::before {
  content: "\e674";
  font-family: "sortfont" !important;
  font-size: 13px;
  position: absolute;
  top: 12px;
  right: -2px;
  bottom: auto;
  line-height: 1;
}
button.total-btn-active-before-max::after {
  content: "";
}

button.total-btn-active-before-min {
  position: relative;
  color: #1B8BED !important;
}
button.total-btn-active-before-min::before {
  content: "\e671";
  font-family: "sortfont" !important;
  font-size: 13px;
  position: absolute;
  top: auto;
  bottom: 10px;
  right: -2px;
  line-height: 1;
}
button.total-btn-active-before-min::after {
  content: "";
}