html,
body {
  background: #F5F5F5;
}
.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 a img {
  max-width: 100px;
  max-height: 50px;
  height: auto;
  width: auto;
  vertical-align: middle;
}
.search-datas .search-data .subtitle .yhq-a {
  color: #FF964B;
  line-height: 24px;
  cursor: pointer;
  height: 24px;
  background: rgba(250, 117, 22, 0.06);
  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: 48px;
  color: #303133;
  font-weight: 600;
}
.search-datas .search-data .data-article .body-div-wrapper .body-div {
  padding: 16px 0;
  position: relative;
  min-height: 80px;
  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 {
  width: 104px;
  padding-left: 16px;
}
.search-datas .search-data .data-article .common-td.td-1 .img-div {
  width: 88px;
  height: 88px;
  position: relative;
  border-radius: 4px;
}
.search-datas .search-data .data-article .common-td.td-1 .img-div img {
  width: 88px;
  height: 88px;
  border-radius: 4px;
  object-fit: cover;
}
.search-datas .search-data .data-article .common-td.td-1 .img-div p {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 8px 0;
  height: 16px;
  background: linear-gradient(180deg, #ffad02, #ff7701);
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
}
.search-datas .search-data .data-article .common-td.td-1 .img-div p.green-tag {
  width: 40px;
  padding: 0;
  border-radius: 6px 0px 8px 0px;
  background: linear-gradient(149deg, #0eff8e, #09c867 85%);
}
.search-datas .search-data .data-article .common-td.td-1 .pdf-val {
  margin-top: 10px;
  color: #606266;
  line-height: 24px;
}
.search-datas .search-data .data-article .common-td.td-1 .pdf-val .pdf-icon {
  width: 16px;
  height: 16px;
  background: url("../../images/product/d-pdf1.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.search-datas .search-data .data-article .common-td.td-2 {
  padding-left: 16px;
  width: 175px;
}
.search-datas .search-data .data-article .common-td.td-3 {
  width: 145px;
}
.search-datas .search-data .data-article .common-td.td-4 {
  width: 275px;
}
.search-datas .search-data .data-article .common-td.td-5 {
  width: 179px;
}
.search-datas .search-data .data-article .common-td.td-6 {
  width: 160px;
}
.search-datas .search-data .data-article .common-td.td-7 {
  width: 120px;
}
.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.tool {
  width: 100%;
  margin-top: 6px;
  padding-left: 104px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div {
  position: relative;
  margin-left: 16px;
  font-size: 12px;
}
.search-datas .search-data .data-article .common-td.tool .yhq-div .yhq-a {
  color: #FF964B;
  line-height: 24px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 74px;
  height: 24px;
  background: rgba(250, 117, 22, 0.06);
  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.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: 16px;
  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 .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;
}
.crumb {
  color: #333;
  line-height: 22px;
  padding: 10px 0;
  display: none;
}
.crumb a {
  color: #333;
}
.sup-brd-wrapper {
  background-color: #fff;
}
.sup-brd-wrapper.top {
  margin-top: 20px;
}
.sup-brd-wrapper .search-top .c {
  position: relative;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}
.sup-brd-wrapper .search-top .input-div {
  height: 40px;
  width: 520px;
  border-radius: 4px 0px 0px 4px;
  padding: 0 10px;
  line-height: 38px;
  position: relative;
  background: rgba(9, 200, 103, 0.06);
  border: 1px solid rgba(9, 200, 103, 0.1);
}
.sup-brd-wrapper .search-top .input-div input {
  height: 38px;
  border: none;
  color: #28292B;
  width: 500px;
}
.sup-brd-wrapper .search-top .search-btn {
  width: 40px;
  border-radius: 4px;
  box-shadow: 0px 4px 8px -4px rgba(9, 200, 103, 0.5);
  line-height: 40px;
  height: 40px;
}
.sup-brd-wrapper .search-top .search-btn i {
  font-size: 18px;
}
.sup-brd-wrapper .search-top .join-cart-btn {
  height: 40px;
  display: block;
  line-height: 40px;
  padding: 0 10px 0 12px;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.sup-brd-wrapper .search-top .join-cart-btn span {
  font-size: 14px;
  margin-left: 5px;
}
.sup-brd-wrapper .search-top.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 4;
  box-shadow: 0px 12px 8px 0px rgb(227 227 227);
}
.sup-brd-wrapper .search-top.fixed .c {
  width: 1190px;
  margin: 0 auto;
}
.sup-brd-wrapper .tip-p {
  height: 32px;
  background: rgba(250, 100, 0, 0.06);
  border-radius: 4px;
  margin: 0 10px 20px;
  font-size: 14px;
  color: #FA6400;
  line-height: 32px;
  padding: 0 12px;
}
.sup-brd-wrapper .switch-ul {
  margin: 0 10px 10px;
}
.sup-brd-wrapper .switch-ul li {
  font-size: 14px;
  color: #333;
}
.sup-brd-wrapper .switch-ul li.li-t {
  font-weight: 600;
}
.sup-brd-wrapper .switch-ul li.li-f {
  cursor: pointer;
  margin-left: 50px;
}
.sup-brd-wrapper .switch-ul li.li-f.active span {
  background-image: url('../../images/checked-s1.png');
}
.sup-brd-wrapper .switch-ul li.li-f span {
  height: 16px;
  width: 16px;
  background-image: url('../../images/nochecked-s.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
.sup-brd-wrapper .search-datas {
  width: 1190px;
  margin: 0 auto;
}
.sup-brd-wrapper .search-datas .search-data {
  margin-top: 0px;
}
.sup-brd-wrapper .search-datas .search-data .subtitle1 {
  padding: 10px;
  color: #333;
}
.sup-brd-wrapper .search-datas .search-data .subtitle1 a {
  height: 60px;
  width: 60px;
  box-sizing: border-box;
  text-align: center;
  line-height: 60px;
}
.sup-brd-wrapper .search-datas .search-data .subtitle1 a img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.sup-brd-wrapper .search-datas .search-data .subtitle1 div {
  margin-left: 8px;
}
.sup-brd-wrapper .search-datas .search-data .subtitle1 .search-name {
  font-size: 16px;
}
.sup-brd-wrapper .search-datas .search-data .subtitle1 .search-name .f-red {
  color: #09C867;
}
.sup-brd-wrapper .search-datas .search-data .subtitle1 .total-p {
  font-size: 14px;
  margin-top: 8px;
}
.sup-brd-wrapper .search-datas .search-data .subtitle1 .total-p .data-total-i {
  color: #09C867;
}
.sup-brd-wrapper .search-datas .search-data .subtitle span {
  font-size: 16px;
  padding-left: 12px;
}
.sup-brd-wrapper .search-datas .search-data .subtitle span .data-total-i {
  color: #FA6400;
}
.sup-brd-wrapper .search-datas .search-data .data-article .load-more-div {
  padding: 10px 0;
  margin: 0;
}
.sup-brd-wrapper .search-datas .search-data .data-article .load-more-div a {
  margin: 0;
  color: #1b99ff;
}
.sup-brd-wrapper .search-datas .search-data .data-article .body-div-wrapper {
  min-height: 80px;
}
.sup-brd-wrapper .search-datas .search-data .data-article .body-div-wrapper .body-div.hidden {
  display: none;
}
.sup-brd-wrapper .page-div {
  background-color: #fff;
  padding: 20px 0;
}
.sup-brd-wrapper .no-data {
  padding: 40px 0 90px  0 ;
  text-align: center;
}
.sup-brd-wrapper .no-data .no-data-img {
  width: 381px;
  height: 239px;
  background: url('../../images/no-activity-data.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.sup-brd-wrapper .no-data .t {
  font-size: 30px;
  color: #333;
}
.sup-brd-wrapper .no-data .desc {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
}
.sup-brd-wrapper .no-data .no-data-form {
  padding-top: 10px;
}
.sup-brd-wrapper .no-data .no-data-form .form-item {
  margin-top: 20px;
}
.sup-brd-wrapper .no-data .no-data-form .form-item span {
  height: 36px;
  line-height: 36px;
  width: 84px;
  font-size: 16px;
  text-align: left;
}
.sup-brd-wrapper .no-data .no-data-form .form-item input {
  width: 360px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #efefef;
  padding: 0 10px;
  line-height: 36px;
  font-size: 14px;
}
.sup-brd-wrapper .no-data .no-data-form .deal-data-btn {
  margin-top: 40px;
  width: 140px;
  background: #00c661;
  font-size: 14px;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
  box-shadow: 0px 10px 20px -10px rgba(52, 168, 109, 0.56);
}
.width-1190,
.activity-wrapper {
  min-width: 1230px;
}
.small-nav-alone.absolue {
  width: 1230px ;
  margin-left: -615px;
}
.sup-brd-wrapper {
  border-radius: 24px ;
}
.page-div {
  border-radius: 24px;
}
.sup-brd-wrapper .search-top .c {
  width: 1200px;
  margin: 0 auto;
}
.sup-brd-wrapper .search-datas .search-data .subtitle1 {
  padding: 10px 30px;
}
.sup-brd-wrapper .switch-ul {
  margin: 0 30px 10px;
}
.tip-p {
  margin: 0 30px 20px !important;
}
.search-datas .search-data .subtitle {
  padding: 5px 30px;
}
