@charset "UTF-8";
/*
 * 此文件由同名.scss文件编译后生成，
 * 如果需要修改此文件，请修改同名.scss文件后再重新编译。
 * 切勿修改.css文件，否则可能造成文件内容丢失。
 */
@media (max-width: 768px) {
  .pageBody div.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .search-head-panel {
    margin-top: 15px;
    padding: 10px 5px !important;
    overflow: auto;
  }
  .search-head-panel .search-head {
    min-width: 490px;
  }
  .search-head-panel select.form-control {
    width: 60px !important;
    padding: 6px 0;
  }
  .moreRecommendations .col-span-3 .confirmBtn {
    position: static !important;
  }
  div.classification {
    padding: 0px 5px;
    line-height: 40px;
    margin-top: 5px;
  }
  div.classification span.active {
    border-bottom: 1px solid #0069b7;
  }
  .marginTop90 {
    margin-top: 90px !important;
  }
  div.product-list .list {
    width: 100%;
  }
  div.product-list .list .item {
    display: block;
    height: auto;
  }
  div.product-list .list .item .colspan-1 {
    width: 40px;
    float: left;
    margin-top: 50%;
  }
  div.product-list .list .item .colspan-1 .check-box {
    margin-top: 0;
  }
  div.product-list .list .item .colspan-2 {
    width: calc(100% - 40px);
    max-height: 80px;
    overflow-y: hidden;
    padding-bottom: 20px;
    float: right;
    padding-left: 60px;
    margin-bottom: 10px;
  }
  div.product-list .list .item .colspan-2 .bar {
    display: block;
  }
  div.product-list .list .item .colspan-5 {
    width: calc(100% - 40px);
    padding: 0 5px;
    float: right;
  }
  div.product-list .list .item .colspan-5 .item-span-2 {
    width: 85px;
  }
  div.product-list .list .item .colspan-6 {
    width: calc(100% - 40px);
    padding: 0 5px;
    float: right;
  }
  div.product-list .list .item .colspan-7 {
    width: 100%;
    padding: 0 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  div.product-list .list .item .colspan-7 button {
    margin-left: 10px;
  }
  div.product-list .list .item .colspan-other {
    width: calc(100% - 40px);
  }
  div#rowBtnList {
    position: static !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
  }
  div#rowBtnList.btn-fixed {
    margin: 0 0px 10px 0px !important;
    width: auto !important;
  }
  div#rowBtnList .float-right {
    float: left;
    text-align: left;
    padding-left: 20px;
    margin-top: 5px;
    width: 100%;
  }
  div#rowBtnList .float-right button {
    float: right;
    margin-top: -15px;
  }
}
@media (min-width: 768px) {
  .product-list .list .item .colspan-2 {
    max-height: none !important;
  }
}
.pageBody {
  background-color: #f5f5f5;
}

div.layui-panel {
  box-shadow: none;
  border: none;
}

button.confirmBtn,
button.cancelBtn {
  width: auto;
}

.item-p {
  line-height: 26px;
}

body .link {
  font-size: 14px;
  display: inline-block;
}

.item-span-2 {
  display: inline-block;
  width: 70px;
  color: #232323;
}

.class-red {
  background-color: #ff6161;
  color: #fff !important;
}

.search-head > * {
  margin-right: 5px;
}
.search-head button.confirmBtn {
  font-size: 13px;
  line-height: 1;
  width: auto;
}

.classification {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 460px;
}
.classification > span {
  color: #232323;
  font-size: 16px;
  cursor: pointer;
}
.classification > span.active {
  color: #0069b7;
  font-weight: bold;
}

.product-list .header {
  position: sticky;
  top: var(--var-table-sticky-top);
  z-index: 999;
  overflow: hidden;
}
.product-list .header > div {
  width: 1220px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  background-color: #e6eaf4;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.product-list .colspan-1 {
  width: 45px;
  padding: 5px;
}
.product-list .colspan-2 {
  width: 350px;
  padding: 5px;
}
.product-list .colspan-3 {
  width: 92px;
  padding: 5px;
}
.product-list .colspan-4 {
  width: 70px;
  padding: 5px;
}
.product-list .colspan-5 {
  width: 300px;
  padding: 5px;
}
.product-list .colspan-6 {
  width: 210px;
  padding: 5px;
}
.product-list .colspan-7 {
  width: 140px;
  padding: 5px;
}
.product-list .colspan-other {
  flex: 1;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list .colspan-load {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 720px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
}
.product-list .colspan-load i {
  font-size: 40px;
  color: #FFF;
}
.product-list .list {
  width: 1220px;
  color: #232323;
}
.product-list .list .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  background-color: #fff;
  margin-top: 8px;
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  overflow: hidden;
  height: 190px;
  position: relative;
}
.product-list .list .item:hover {
  border: 1px solid #559bcf;
}
.product-list .list .item .indexNum {
  line-height: 30px;
}
.product-list .list .item .check-box {
  transform: scale(1.3);
  margin-top: 30px;
}
.product-list .list .item .item-span-text {
  color: #686868;
}
.product-list .list .item .colspan-1 {
  text-align: center;
}
.product-list .list .item .colspan-2 {
  background-color: #f6f8fe;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}
.product-list .list .item .colspan-2 .item-span-2 {
  text-align: right;
  width: 55px;
}
.product-list .list .item .colspan-2:hover + .colspan-3 .editHover {
  display: block;
}
.product-list .list .item .colspan-2 .bar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  background-color: #f6f8fe;
  text-align: center;
  height: 22px;
}
.product-list .list .item .colspan-2 .bar .editHover2 {
  outline: none;
  border: none;
  background-color: #eeeeee;
  color: #000000;
  font-size: 12px;
  padding: 4px 10px;
  line-height: 1;
  border-radius: 8px;
  position: absolute;
  right: 0;
}
.product-list .list .item .colspan-3 {
  background-color: #f6f8fe;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
}
.product-list .list .item .colspan-3 .item-p {
  text-align: center;
}
.product-list .list .item .colspan-3 .editHover {
  outline: none;
  border: none;
  background-color: #eeeeee;
  color: #000000;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.product-list .list .item .colspan-3:hover .editHover {
  display: block;
}
.product-list .list .item .colspan-4 {
  text-align: center;
}
.product-list .list .item .colspan-4 img {
  margin-top: 100%;
  vertical-align: top;
}
.product-list .list .item .colspan-5 .item-span-2 {
  text-align: left;
  width: 70px;
}
.product-list .list .item .colspan-6 .item-p {
  white-space: nowrap;
}
.product-list .list .item .colspan-6 .item-span-2 {
  width: 85px;
}
.product-list .list .item .colspan-7 {
  text-align: center;
}
.product-list .list .item .colspan-7 .confirmBtn,
.product-list .list .item .colspan-7 .cancelBtn {
  width: 100px;
  line-height: 1.5;
  margin-top: 10px;
}

.bomConfigClass {
  font-size: 16px;
}
.bomConfigClass .item-span-2 {
  width: 110px;
  display: inline-block;
  text-align: right;
}
.bomConfigClass .item-span-text label input[type=radio] {
  margin-right: 3px;
  transform: scale(1.3);
}
.bomConfigClass .item-span-text label span {
  font-weight: normal;
  color: #686868;
  font-size: 15px;
}

.bomEditClass {
  padding: 5px 15px;
}
.bomEditClass div.row .item-p {
  margin-top: 10px;
}
.bomEditClass .item-span-2 {
  width: 70px;
}
.bomEditClass .item-span-text {
  width: calc(100% - 76px);
  display: inline-block;
}
.bomEditClass .item-span-text .form-control {
  height: 30px;
}

div.class-layer-custom {
  border-radius: 20px;
  transform: translateY(-10px);
}
div.class-layer-custom .layui-layer-title {
  border-bottom: none;
  font-weight: bold;
  font-size: 18px;
  color: #272526;
  padding-left: 30px;
}
div.class-layer-custom .layui-layer-setwin {
  right: 30px;
}
div.class-layer-custom .layui-layer-setwin span {
  color: #ff6c68;
  font-size: 22px;
  font-weight: bold;
}
div.class-layer-custom div.layui-layer-btn a.layui-layer-btn0 {
  font-size: 14px;
  border: none;
  padding: 6px 12px;
  outline: none;
  width: 100px;
  text-align: center;
  background-color: #e1f3ff;
  border: 1px solid #0069b7;
  border-radius: 5px;
  color: #404040;
  line-height: 22px;
  height: auto;
}
div.class-layer-custom div.layui-layer-btn a.layui-layer-btn1 {
  font-size: 14px;
  border: none;
  padding: 6px 12px;
  outline: none;
  width: 100px;
  text-align: center;
  color: #fff;
  background-color: #0069b7;
  border-radius: 5px;
  line-height: 22px;
  height: auto;
}

.moreRecommendations .col-span-1 {
  width: 60px;
  padding: 5px;
  text-align: center;
}
.moreRecommendations .col-span-2 {
  width: 330px;
  padding: 5px;
}
.moreRecommendations .col-span-3 {
  width: 310px;
  padding: 5px;
  position: relative;
}
.moreRecommendations .col-span-3 .item-span-2 {
  width: 85px;
}
.moreRecommendations .col-span-3 .item-span-text {
  width: calc(100% - 90px);
  display: inline-block;
}
.moreRecommendations .col-span-3 .confirmBtn {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 100px;
}
.moreRecommendations .item-span-2 {
  width: 70px;
}
.moreRecommendations .item-span-text {
  width: calc(100% - 80px);
  display: inline-block;
}
.moreRecommendations .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  padding-top: 10px;
  align-items: flex-start;
  position: relative;
  border-bottom: 2px solid #c8c8c8;
  overflow: hidden;
}
.moreRecommendations .item .expandFold {
  padding: 0px 10px 5px 10px;
  background-color: #f6f8fe;
  text-align: center;
  left: 40px;
  right: 0;
  bottom: 0px;
  position: absolute;
  line-height: 1;
}