.search-datas .search-data {
  background-color: #fff;
  margin-top: 10px;
}
.search-datas .search-data .subtitle {
  padding: 5px 16px;
  position: relative;
}
.search-datas .search-data .subtitle.other-subttile {
  padding: 7px 16px 17px;
  font-size: 14px;
  color: #303133;
}
.search-datas .search-data .subtitle.other-subttile b {
  color: #09C867;
}
.search-datas .search-data .subtitle .search {
  right: 16px;
  top: 0;
  width: 320px;
  height: 32px;
  position: absolute;
}
.search-datas .search-data .subtitle .search input {
  width: 270px;
  padding-left: 32px;
}
.search-datas .search-data .subtitle .search button {
  width: 50px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search-datas .search-data .subtitle .search .icon {
  position: absolute;
  left: 8px;
  top: 8px;
}
.search-datas .search-data .subtitle a {
  height: 50px;
  width: 100px;
  text-align: center;
  line-height: 50px;
}
.search-datas .search-data .subtitle .yhq-a {
  color: #fff;
  line-height: 24px;
  cursor: pointer;
  height: 24px;
  background: linear-gradient(314deg, #ff622c 6%, #ff9933 97%);
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  padding: 0 20px;
  margin: 18px 5px 0 0;
  width: auto;
}
.search-datas .search-data .subtitle span {
  padding-left: 15px;
  font-size: 14px;
  color: #303133;
}
.search-datas .search-data .subtitle span b {
  color: #09C867;
}
.search-datas .search-data .data-article {
  padding: 0 16px;
}
.search-datas .search-data .data-article .header {
  background: #f5f7fa;
}
.search-datas .search-data .data-article .header .common-td {
  line-height: 35px;
  color: #303133;
  font-weight: 600;
}
.search-datas .search-data .data-article .body-div-wrapper .body-div {
  padding: 16px 0;
  position: relative;
  min-height: 30px;
  border-bottom: 1px solid #ebeef5;
}
.search-datas .search-data .data-article .common-td {
  padding-left: 32px;
  min-height: 1px;
  font-size: 14px;
}
.search-datas .search-data .data-article .common-td.td-1{
  padding-left: 16px;
  width: 200px;
}
.search-datas .search-data .data-article .common-td.td-2 {
  padding-left: 16px;
  width: 350px;
}
.search-datas .search-data .data-article .common-td.td-3 {
  width: 175px;
}
.search-datas .search-data .data-article .common-td.td-4 {
  width: 80px;
}
.search-datas .search-data .data-article .common-td.td-5 {
  width: 80px;
}
.search-datas .search-data .data-article .common-td.td-6 {
  width: 100px;
}
.search-datas .search-data .data-article .common-td.td-7 {
  width: 100px;
}
.search-datas .search-data .data-article .common-td.td-8 {
  width: 65px;
}
.search-datas .search-data .data-article .common-td.model-td {
  padding-top: 6px;
}
.search-datas .search-data .data-article .common-td.model-td .model {
  position: relative;
  margin-top: 2px;
}
.search-datas .search-data .data-article .common-td.model-td .model:hover {
  padding-left: 22px;
}
.search-datas .search-data .data-article .common-td.model-td .model:hover .copy-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.search-datas .search-data .data-article .common-td.model-td .model a {
  display: block;
  line-height: 24px;
  color: #303133;
  font-size: 16px;
  font-weight: 600;
}
.search-datas .search-data .data-article .common-td.model-td .model .copy-icon {
  cursor: pointer;
  display: none;
  background-image: url("../../images/icon_copy.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
}
.search-datas .search-data .data-article .common-td.model-td .model .f-red,
.search-datas .search-data .data-article .common-td.model-td .model .F-RED {
  background: rgba(9, 200, 103, 0.5);
  font-weight: 600;
}
.search-datas .search-data .data-article .common-td.model-td .brand-val,
.search-datas .search-data .data-article .common-td.model-td .encap-val,
.search-datas .search-data .data-article .common-td.model-td .desc-val {
  margin-top: 2px;
  position: relative;
  cursor: pointer;
}
.search-datas .search-data .data-article .common-td.model-td .brand-val b,
.search-datas .search-data .data-article .common-td.model-td .encap-val b,
.search-datas .search-data .data-article .common-td.model-td .desc-val b {
  line-height: 24px;
}
.search-datas .search-data .data-article .common-td.model-td .brand-val b.lb,
.search-datas .search-data .data-article .common-td.model-td .encap-val b.lb,
.search-datas .search-data .data-article .common-td.model-td .desc-val b.lb {
  color: #303133;
  width: 42px;
}
.search-datas .search-data .data-article .common-td.model-td .brand-val b.val,
.search-datas .search-data .data-article .common-td.model-td .encap-val b.val,
.search-datas .search-data .data-article .common-td.model-td .desc-val b.val {
  width: 117px;
  color: #606266;
}
.search-datas .search-data .data-article .common-td.model-td .brand-val b.val a,
.search-datas .search-data .data-article .common-td.model-td .encap-val b.val a,
.search-datas .search-data .data-article .common-td.model-td .desc-val b.val a {
  color: #606266;
}
.search-datas .search-data .data-article .common-td.model-td .brand-val .f-red {
  background: rgba(9, 200, 103, 0.5);
  font-weight: 600;
}
.search-datas .search-data .data-article .common-td.kc-td {
  padding-top: 6px;
}
.search-datas .search-data .data-article .common-td.kc-td .stock-val,
.search-datas .search-data .data-article .common-td.kc-td .packing-val,
.search-datas .search-data .data-article .common-td.kc-td .batch-val,
.search-datas .search-data .data-article .common-td.kc-td .mpq-val {
  margin-top: 2px;
}
.search-datas .search-data .data-article .common-td.kc-td .stock-val b,
.search-datas .search-data .data-article .common-td.kc-td .packing-val b,
.search-datas .search-data .data-article .common-td.kc-td .batch-val b,
.search-datas .search-data .data-article .common-td.kc-td .mpq-val b {
  line-height: 24px;
}
.search-datas .search-data .data-article .common-td.kc-td .stock-val b.lb,
.search-datas .search-data .data-article .common-td.kc-td .packing-val b.lb,
.search-datas .search-data .data-article .common-td.kc-td .batch-val b.lb,
.search-datas .search-data .data-article .common-td.kc-td .mpq-val b.lb {
  color: #303133;
  width: 42px;
}
.search-datas .search-data .data-article .common-td.kc-td .stock-val b.val,
.search-datas .search-data .data-article .common-td.kc-td .packing-val b.val,
.search-datas .search-data .data-article .common-td.kc-td .batch-val b.val,
.search-datas .search-data .data-article .common-td.kc-td .mpq-val b.val {
  width: 71px;
  color: #606266;
}
.search-datas .search-data .data-article .common-td.kc-td .stock-val.mpq-val .lb,
.search-datas .search-data .data-article .common-td.kc-td .packing-val.mpq-val .lb,
.search-datas .search-data .data-article .common-td.kc-td .batch-val.mpq-val .lb,
.search-datas .search-data .data-article .common-td.kc-td .mpq-val.mpq-val .lb {
  width: 56px;
}
.search-datas .search-data .data-article .common-td.kc-td .stock-val.mpq-val .val,
.search-datas .search-data .data-article .common-td.kc-td .packing-val.mpq-val .val,
.search-datas .search-data .data-article .common-td.kc-td .batch-val.mpq-val .val,
.search-datas .search-data .data-article .common-td.kc-td .mpq-val.mpq-val .val {
  width: 57px;
}
.search-datas .search-data .data-article .common-td.step-price {
  padding-top: 6px;
}
.search-datas .search-data .data-article .common-td.step-price .step-price-height {
  max-height: 104px;
  width: 100%;
  overflow: hidden;
}
.search-datas .search-data .data-article .common-td.step-price .step-price-height .ladder-price.active p {
  color: #FF8929 !important;
}
.search-datas .search-data .data-article .common-td.step-price .step-price-height .ladder-price p {
  padding-top: 2px;
  line-height: 24px;
  color: #606266;
  width: 85px;
  margin-left: 10px;
}
.search-datas .search-data .data-article .common-td.step-price .step-price-height .ladder-price p.num-td {
  width: 53px;
  margin-left: 0;
}
.search-datas .search-data .data-article .common-td.step-price .step-price-div {
  margin-top: 4px;
  width: 85px;
  margin-left: 63px;
  text-align: center;
}
.search-datas .search-data .data-article .common-td.step-price .step-price-div .step-price-btn {
  color: #1b99ff;
  line-height: 14px;
  cursor: pointer;
}
.search-datas .search-data .data-article .common-td.step-price .step-price-div .step-price-btn i {
  vertical-align: middle;
  font-size: 20px;
}
.search-datas .search-data .data-article .common-td.hq-td {
  padding-top: 6px;
}
.search-datas .search-data .data-article .common-td.hq-td .check-div {
  cursor: pointer;
  line-height: 24px;
  margin-bottom: 8px;
}
.search-datas .search-data .data-article .common-td.hq-td .check-div i {
  color: #666;
  height: 16px;
  width: 16px;
  box-sizing: border-box;
  border-radius: 50% 50%;
  background: #ffffff;
}
.search-datas .search-data .data-article .common-td.hq-td .check-div i.iconselect_multiple_n {
  border: 1px solid #dcdfe6;
}
.search-datas .search-data .data-article .common-td.hq-td .check-div i.iconselect_multiple_y {
  border: 6px solid #09C867;
}
.search-datas .search-data .data-article .common-td.hq-td .check-div span {
  font-size: 14px;
  margin-left: 10px;
  width: 121px;
  color: #303133;
}
.search-datas .search-data .data-article .common-td.hq-td .check-div.active i {
  color: #3d7fff;
}
.search-datas .search-data .data-article .common-td.sl-td {
  padding-top: 6px;
}
.search-datas .search-data .data-article .common-td.sl-td .operat-num {
  width: 120px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.search-datas .search-data .data-article .common-td.sl-td .operat-num input {
  padding: 0 5px;
  width: 55px;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 17px;
}
.search-datas .search-data .data-article .common-td.sl-td .operat-num a {
  width: 32px;
  height: 28px;
  background: #f5f7fa;
  line-height: 30px;
  color: #000;
  box-sizing: border-box;
  text-align: center;
}
.search-datas .search-data .data-article .common-td.sl-td .operat-num a.reduce-btn {
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #dcdfe6;
}
.search-datas .search-data .data-article .common-td.sl-td .operat-num a.add-btn {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #dcdfe6;
}
.search-datas .search-data .data-article .common-td.sl-td .num-text {
  margin-top: 8px;
  color: #303133;
  word-wrap: break-word;
  word-break: break-all;
}
.search-datas .search-data .data-article .common-td.sl-td .num-text span {
  font-weight: 600;
  text-align: center;
  color: #FF8929;
  line-height: 24px;
}
.search-datas .search-data .data-article .common-td.sl-td .qdl-val,
.search-datas .search-data .data-article .common-td.sl-td .bs-val {
  line-height: 24px;
  margin-top: 2px;
  word-wrap: break-word;
  word-break: break-all;
  color: #606266;
}
.search-datas .search-data .data-article .common-td.cz-td {
  padding-top: 6px;
}
.search-datas .search-data .data-article .common-td.cz-td .btn {
  display: block;
  font-size: 12px;
  border-radius: 4px;
  width: 80px;
  height: 24px;
  line-height: 24px;
  margin-top: 8px;
}
.search-datas .search-data .data-article .common-td.cz-td .btn:first-child {
  margin-top: 0;
}
.search-datas .search-data .data-article .common-td.cz-td .btn.now-ask-btn {
  border: 1px solid #dcdfe6;
  color: #606266;
}
.search-datas .search-data .data-article .common-td.cz-td .btn.now-ask-btn i {
  background: url("../../images/product/ask.png") no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  vertical-align: text-top;
}
.search-datas .search-data .data-article .common-td.cz-td .btn.good-reg {
  background: #ff8929;
}
.search-datas .search-data .data-article .common-td.tool {
  width: 100%;
  margin-top: 6px;
  padding-left: 112px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div {
  position: relative;
  margin-left: 8px;
  font-size: 12px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-a {
  color: #fff;
  line-height: 24px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 74px;
  height: 24px;
  background: linear-gradient(314deg, #ff622c 6%, #ff9933 97%);
  border-radius: 2px;
  text-align: center;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-a.active {
  z-index: 3;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-a.active i.down-i {
  display: inline;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-a.active i.up-i {
  display: none;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-a i {
  font-size: 18px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-a i.down-i {
  display: none;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms {
  display: none;
  position: absolute;
  z-index: 2;
  top: 24px;
  border-top: 13px solid transparent;
  left: -50px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms::after {
  content: '';
  position: absolute;
  left: 80px;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  filter: drop-shadow(0 -2px 10px rgba(0, 0, 0, 0.1));
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w {
  width: 336px;
  filter: drop-shadow(0 -2px 10px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  padding: 16px;
  max-height: 270px;
  overflow: auto;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w::-webkit-scrollbar {
  width: 5px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm {
  margin-top: 16px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm:first-child {
  margin-top: 0;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d {
  position: relative;
  height: 80px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .money {
  width: 80px;
  height: 80px;
  background: #eb232a;
  border-radius: 4px 0px 0px 4px;
  color: #fff;
  text-align: center;
  line-height: 80px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .money .zd-dk {
  position: absolute;
  left: -7px;
  top: 6px;
  width: 46px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .money .zd-dk.zd {
  background-image: url("../../images/zd-mark.png");
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .money .zd-dk.dk {
  background-image: url("../../images/dk-mark.png");
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .money.type1 i {
  font-size: 20px;
  margin-left: 2px;
  font-family: Impact, Impact-Regular, PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .money.type2 {
  font-family: Impact, Impact-Regular, PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .money.type2 i {
  font-size: 20px;
  margin-right: 2px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .itm-c {
  width: 210px;
  padding: 0 12px;
  height: 80px;
  border-radius: 0 10px 10px 0;
  background: #fff6f7;
  position: relative;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .itm-c::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  bottom: 10px;
  border-left: 1px dashed #fff;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .itm-c .t {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  padding-top: 8px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .itm-c .desc {
  padding-top: 4px;
  height: 17px;
  color: #666666;
  line-height: 17px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .itm-c .b {
  color: #666;
  margin-top: 6px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .itm-c .b b {
  cursor: pointer;
  line-height: 17px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .itm-c .b i {
  font-size: 20px;
  margin-left: 4px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .lq-btn {
  position: absolute;
  left: 290px;
  top: 0;
  bottom: 0;
  width: 43px;
  text-align: center;
  border-radius: 10px 4px 4px 10px;
  background: #fff6f7;
  line-height: 16px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .lq-btn.lq {
  color: #EB232A;
  padding: 8px 10px 0;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .yhq-itm .yhq-itm-d .lq-btn.ylq {
  color: #666;
  padding: 16px 10px 0;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .rl-div {
  height: 0;
  overflow: hidden;
  color: #666;
  line-height: 20px;
  background: #f9f9f9;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-itms .yhq-itms-w .rl-div .rl-div-w {
  padding: 12px;
}
.search-datas .search-data .data-article .common-td.tool .traiff-div {
  margin-left: 8px;
  position: relative;
  font-size: 12px;
}
.search-datas .search-data .data-article .common-td.tool .traiff-div .tit {
  width: 44px;
  height: 24px;
  background: rgba(27, 153, 255, 0.06);
  border-radius: 2px;
  line-height: 24px;
  color: #1B99FF;
  text-align: center;
  cursor: pointer;
}
.search-datas .search-data .data-article .common-td.tool .good-mark {
  height: 24px;
  background: linear-gradient(136deg, #3ac6ff 2%, #1b99ff);
  border-radius: 2px;
  line-height: 24px;
  color: #fff;
  padding: 0 10px;
  margin-left: 8px;
  font-size: 12px;
}
.search-datas .search-data .data-article .load-more-div {
  text-align: center;
  color: #606266;
  padding: 10px 0;
}
.search-datas .search-data .data-article .load-more-div span {
  font-size: 14px;
}
.search-datas .search-data .data-article .load-more-div a {
  font-size: 14px;
  color: #1b99ff;
  margin-left: 12px;
  text-decoration: underline;
}
.search-datas .no-search-data {
  background-color: #fff;
  color: #333;
  padding: 0 12px;
  text-align: center;
  padding-bottom: 70px;
  font-size: 14px;
}
.search-datas .no-search-data .title {
  font-size: 22px;
  padding: 70px 0 15px;
}
.search-datas .no-search-data .title-2 {
  padding-top: 40px;
  color: #999;
}
.search-datas .no-search-data .no-data-form {
  margin-top: 20px;
}
.search-datas .no-search-data .no-data-form .form-item {
  margin-top: 12px;
}
.search-datas .no-search-data .no-data-form .form-item.phone-form-item {
  display: none;
}
.search-datas .no-search-data .no-data-form .form-item span {
  height: 36px;
  line-height: 36px;
  width: 60px;
  font-size: 14px;
}
.search-datas .no-search-data .no-data-form .form-item input {
  width: 360px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #efefef;
  background: #fafafa;
  padding: 0 10px;
  line-height: 38px;
  font-size: 14px;
  margin-left: 20px;
}
.search-datas .no-search-data .no-data-form .btn {
  margin-top: 30px;
  width: 140px;
  height: 36px;
  border-radius: 4px;
  line-height: 36px;
  box-shadow: 0px 10px 20px -10px rgba(52, 168, 109, 0.38);
  font-size: 14px;
}