.modulePage .searchCtx {
  width: 1200px;
  margin: 0 auto;
}

.modulePage .nameTit {
  display: flex;
  align-items: center;
  height: 31px;
  background: #F7F8FA;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  padding-left: 20px;
}

.moduleAd {
  height: 140px;
  width: 1200px;
  border-radius: 6px;
  display: block;
  cursor: pointer;
  margin: 0 auto 20px;
}

.moduleAd img {
  height: 140px;
  width: 1200px;
  border-radius: 6px;
  display: block;
  cursor: pointer;
}

/*商品列表*/
.goodsList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.goodsItem {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  border: 1px solid #F2F4F9;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
}

.goodsItem:hover {
  border-color: transparent;
  box-shadow: 4px 4px 30px 0px rgba(72, 84, 106, 0.08);
}

.goodsItem .presaleIcon {
  width: 0;
  height: 0;
  border-top: 52px solid #fff4e6;
  border-left: 52px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.goodsItem .presaleIcon p {
  font-size: 13px;
  line-height: 15px;
  color: #ff9a03;
  transform: rotate(45deg);
  position: relative;
  top: -42px;
  right: 28px;
  width: 30px;
}

.goodsItem .imgCtx {
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
  width: 90px;
}

.goodsItem .imgCtx .link {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 6px;
  position: relative;
}

.goodsItem .imgCtx .link .brand {
  position: absolute;
  width: 48px;
  height: 24px;
  right: 0;
  top: 0;
}

.goodsItem .imgCtx .link img {
  width: 100%;
  height: 100%;
  display: block;
}

.goodsItem .imgCtx .py0 {
  width: 90px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.goodsItem .imgCtx .news {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 20px;
  background: #ffc220;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  text-align: center;
  border-radius: 6px 0px;
}

.goodsItem .info li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.goodsItem .info li.desc {
  display: flex;
}

.goodsItem .info li.desc .key {
  min-width: 36px;
}

.goodsItem .info li.desc .value {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.goodsItem .info {
  flex-shrink: 0;
  width: 180px;
  margin-right: 20px;
}

.goodsItem .info .title {
  line-height: 15px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.goodsItem .info .name {
  width: 180px;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 8px;
  color: #222;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.goodsItem .info .name:hover {
  color: #0071DC;
}

.goodsItem .info .type {
  padding: 1px 6px;
  border-radius: 2px;
  background: #F7F8FA;
  color: #828282;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}

.goodsItem .impinfo {
  box-sizing: border-box;
  width: 100%;
}

.goodsItem .impinfo .key {
  color: #999;
  font-size: 12px;
  line-height: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.goodsItem .impinfo .key em {
  font-style: normal;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goodsItem .impinfo .value {
  color: #333;
  font-size: 12px;
  line-height: 16px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goodsItem .impinfo .value.spfl {
  width: 122px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  flex-shrink: 0;
}

.goodsItem .impinfo .preview {
  color: #333;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.goodsItem .impinfo .preview:hover {
  color: #2384E1;
}

.goodsItem .impinfo .dis {
  position: relative;
  display: inline-block;
}

.goodsItem .impinfo .guiTuosTips {
  left: -214px;
  display: none;
}

.goodsItem .impinfo .dis:hover .guiTuosTips {
  display: block;
  opacity: 1;
}

.goodsItem .info .customizable {
  color: #0071dc;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #0071dc;
  border-radius: 4px;
  white-space: nowrap;
  width: 48px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}


.goodsItem .info .datapdf {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.goodsItem .goodsconfig {
  width: 160px;
  flex-shrink: 0;
}

.supplier {
  flex-shrink: 0;
  margin-right: 20px;
  width: 150px;
  color: #333;
}

.goodsItem .stock {
  flex-shrink: 0;
  width: 112px;
  margin-right: 20px;
}

.goodsItem .stock li {
  display: flex;
  align-items: center;
  color: #222;
}

.goodsItem .stock .sname {
  max-width: 50px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.priceCtx {
  width: 152px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
}

.priceCtx .priceWrap {
  max-height: 120px;
  overflow: hidden;
}

.priceCtx .openPriceBtnCtx {
  display: flex;
  justify-content: center;
  align-items: center;
}

.priceCtx .openPriceBtnCtx .btn {
  color: #828282;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}

.priceCtx .openPriceBtnCtx .btn::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('../img/svg/left2.svg') no-repeat 0 0;
  vertical-align: bottom;
}

.priceCtx .openPriceBtnCtx .btn.up::after {
  background: url('../img/svg/right2.svg') no-repeat 0 0;
}

.priceCtx table {
  font-size: 13px;
}

.priceCtx .noDiscount tr .counts {
  width: 60px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.priceCtx .noprice tr .counts {
  width: 60px;
  display: inline-block;
}

.priceCtx .hasDiscount tr .counts {
  width: 60px;
  margin-right: 10px;
}

.priceCtx .hasDiscount .original-price {
  color: #828282;
  font-size: 12px;
  text-decoration-line: line-through;
  margin-right: 10px;
}

.priceCtx .tjicon {
  display: inline-block;
  border-radius: 12px 1px 8px 1px;
  background: #FF5300;
  color: #fff;
  width: 45px;
  height: 17px;
  font-size: 12px;
  text-align: center;
}

.priceCtx .titzk {
  display: inline-block;
  font-size: 14px;
  color: #FF5300;
  width: 45px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  border-radius: 2px;
  background: rgba(255, 83, 0, 0.10);
  font-weight: normal;
}

.priceCtx .orange {
  color: #ff5300 !important;
}

.priceCtx tr.on td {
  color: #ff5300;
}

.priceCtx tr th,
.priceCtx tr td {
  font-weight: normal;
  font-size: 12px;
  vertical-align: top;
}

.priceCtx tr th {
  padding-bottom: 12px;
}

.priceCtx tr td .spPrice {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.priceCtx .hasDiscount .spPrice {
  max-width: 40px;
}

.priceCtx .noDiscount .spPrice {
  max-width: 80px;
}

.priceCtx .noDiscount .goodsprice {
  font-style: normal;
}

.noprice .inqueryPrice {
  width: 76px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #0071DC;
  display: block;
  background: #fff;
  color: #0071DC;
  font-size: 14px;
  margin: 16px auto 0;
  box-sizing: border-box;
}

.noprice tr.on,
.noprice .orange {
  color: #333 !important;
}

.nodata {
  padding: 200px 0 200px 0;
  font-size: 13px;
  color: #333;
  text-align: center;
}

.nodata img {
  width: 94px;
  height: 83px;
}

.nodata p {
  margin-top: 10px;
}

.paginationCtx {
  margin: 8px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginationCtx .gi-select {
  width: 120px;
  height: 32px;
  color: #606266;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}

.paginationCtx .gi-select .optionBody {
  top: 40px;
  width: 130px;
}

.paginationCtx .gi-select .optionCtx {
  width: 120px;
  left: 7px;
}

.imgViewsDialog {
  position: absolute;
  top: -124px;
  left: 90px;
  overflow: hidden;
  width: 310px;
  height: 372px;
  transition: 0.2s ease;
  opacity: 0;
  z-index: 9;
}

.imgViews {
  border-radius: 4px;
  padding: 10px;
  background: #fff;
  filter: drop-shadow(0 0 1px #888);
  width: 266px;
  margin-left: 20px;
  margin-top: 1px;
}

.imgViews::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  top: 50%;
  left: -18px;
  z-index: 99;
}

.imgViews .cpi {
  display: block !important;
  width: 100% !important;
  height: 266px !important;
}

.imgViews ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  justify-content: center;
}

.imgViews ul li {
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  margin: 0 5px;
  cursor: pointer;
}

.imgViews ul img {
  display: block;
  width: 100%;
}

.imgViews .on {
  border: 1px solid #e4e4e4;
}

.imgViews .gtips {
  text-align: center;
  color: #828282;
  margin-top: 8px;
  font-size: 12px;
}

.operate input {
  width: 70px;
  height: 30px;
  text-align: center;
  border-radius: 2px 0 0 2px;
  border: 1px solid #D3D9E8;
  color: #333;
  box-sizing: border-box;
}

.operate input:focus {
  outline: none;
  border: 1px solid #D3D9E8;
}

.operate {
  width: 118px;
  flex-shrink: 0;
  margin-right: 16px;
}

.operate .buyview {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 3px;
}

.operate .buyview .remove,
.operate .buyview .add {
  position: absolute;
  cursor: pointer;
  user-select: none;
}

.operate .buyview .remove {
  left: 10px;
  font-size: 22px;
  color: #D3D9E8;
}

.operate .buyview .add {
  left: 77px;
  font-size: 18px;
}

.operate .up {
  border-bottom: none !important;
}

.operate .gi-select {
  width: auto;
  min-width: 48px;
  height: 30px;
  border-radius: 0 2px 2px 0;
  border: 1px solid #D3D9E8;
  color: #333;
  padding: 0 7px;
  display: flex;
  align-items: center;
  padding-right: 8px;
  border: none;
  border-top: 1px solid #D3D9E8;
  border-right: 1px solid #D3D9E8;
  border-bottom: 1px solid #D3D9E8;
  background: #F7F8FA;
  box-sizing: border-box;
}

.operate .gi-select .current {
  white-space: nowrap;
  max-width: 21px;
  overflow: hidden;
  margin-right: 2px;
  font-size: 12px;
  color: #333;
}

.operate .gi-select .optionBody {
  top: 28px;
  left: 24px;
  width: 48px;
  border-radius: 0px 0px 2px 0px;
  border-right: 1px solid #D3D9E8;
  border-bottom: 1px solid #D3D9E8;
  border-left: 1px solid #D3D9E8;
  background: #F7F8FA;
}

.operate .gi-select .optionBody .optionCtx {
  width: 48px;
}

.operate .gi-select.noOptionBody span {
  text-indent: 10px !important;
}

.operate .sum,
.operate .spa {
  margin-top: 10px;
  font-size: 12px;
  color: #333;
  word-break: break-all;
}

.operate .sum span {
  font-size: 13px;
  font-weight: 700;
  color: #ff5300;
}

.operate .button {
  display: block;
  width: 90px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #D3D9E8;
  color: #242E3E;
  box-sizing: border-box;
}

.operate .button:hover {
  color: #0071dc;
}

.operate .button.blue {
  background: #0071dc;
  color: #fff;
  border: none;
}

.operate .button.blue:hover {
  background: #004f9a;
}

.operate.buttonCtx {
  margin-right: 0px;
  width: 90px;
  margin-top: 3px;
}

.operate .impinfo li {
  display: flex;
}
