  .flexRow {
  display: flex;
  flex-direction: row;
}

.flexCol {
  display: flex;
  flex-direction: column;
}

[v-clock] {
  display: none;
}

p {
  margin: 0;
  padding: 0;
}

.search-wrap {
  margin-top: 24px;
  border-bottom: 1px solid #b7bbbf;
  margin-bottom: 16px;
  position: relative;
}

.search-wrap .lf {
  width: 90%;
  flex-wrap: wrap;
}

.each {
  margin-right: 20px;
}

.select-wrap {
  background-color: #e0e2e5;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  margin-bottom: 24px;
}

.each-ctn {
  margin: 14px 18px;
}

.active-content {
  color: #027bc0;
  font-weight: 600;
}

.select-wrap .select-name {
  margin-right: 12px;
}

.select-wrap .select-val {
  position: absolute;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  min-width: 320px;
  top: 55px;
  left: 0;
  z-index: 9999;
  max-height: 300px;
  overflow: auto;
}

.select-wrap .select-val .line {
  padding: 12px 16px;
  align-items: center;
}

.select-label {
  margin-left: 16px;
}

.no-sort {
  background: url("/assets/img/no-sort.png") no-repeat center;
  background-size: 100% 100%;
}

.asc {
  background: url("/assets/img/asc-active.png") no-repeat center;
  background-size: 100% 100%;
}

.desc {
  background: url("/assets/img/desc-active.png") no-repeat center;
  background-size: 100% 100%;
}

.down {
  background: url("/assets/img/down.png") no-repeat center;
  background-size: 100% 100%;
}

.up {
  background: url("/assets/img/up.png") no-repeat center;
  background-size: 100% 100%;
}

.select-wrap .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.rg {
  width: 10%;
  justify-content: flex-end;
}

.rg .btn {
  width: 100px;
  height: 48px;
  line-height: 48px;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.rg .btn .icon {
  margin-left: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/assets/img/reset.png") no-repeat center;
  background-size: contain;
}

.productlist-products .product-tile-container .o-producttilerebrush {
  padding: 0;
}

.productlist-products .product-tile-container .product-card {
  height: 530px;
  border-radius: 6px;
}

.productlist-box {
  min-height: 500px;
  position: relative;
}

.productlist-box .modal {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.no-data {
  line-height: 200px;
  text-align: center;
  color: #027bc0;
  font-size: 20px;
}

.productlist-box .modal > img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.on-sail {
  width: 88px;
  height: 28px;
  background: linear-gradient(315deg, #00b1e0 0%, #007bc0 100%);
  border-radius: 6px 0px 6px 0px;
  font-size: 16px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  position: relative;
}

.hide-onSail {
  opacity: 0;
}

.hide-new {
  opacity: 0;
}

.card-ctn {
  width: 100%;
  height: calc(100% - 28px);
  padding: 16px 20px 24px 20px;
}

.card-title {
  width: 100%;
  height: 70px;
  overflow: hidden;
}

.card-product-code {
  font-size: 12px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
}

.is-new {
  margin-left: 12px;
  display: inline-block;
  width: 56px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  background: #8abb6e;
  border-radius: 0px 6px 0px 6px;
  font-size: 16px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
}

.title-line {
  /* width: 160px; */
  width: 100%;
  font-size: 24px;
  font-family: BoschSansCHS-Bold, BoschSansCHS;
  font-weight: bold;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  cursor: pointer;
}

.title-line:hover {
  color: #00639a;
}

.title-line span:first-child {
  max-width: 30%;
  display: inline-block;
}

.title-line span:last-child {
  display: inline-block;
  max-width: 70%;
}

.img-wrap {
  width: 100%;
  height: 254px;
  margin: 32px 0;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.img-wrap > img {
  cursor: pointer;
  display: inline-block;
  /* width: 100%; */
  max-width: 100%;
  max-height: 100%;
  position: relative;
  vertical-align: top;
  height: auto;
}

.contrast-wrap {
  align-items: center;
  justify-content: space-between;
}

input[type="checkbox"] {
  outline: 1px solid #027bc0 !important;
  -webkit-appearance: none;
  position: relative;
}

/* 设置选中样式 */
input[type="checkbox"]:checked {
  background-color: #007bc0;
}
input[type="checkbox"]:checked::after {
  content: "" !important;
  font-family: icons;
  position: absolute;
  top: -1px;
  left: 0px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.mark {
  margin-left: 16px;
  cursor: pointer;
  font-size: 16px;
}

.checkbox-wp {
  width: 26px;
  height: 26px;
}

.has-checked {
  width: 26px;
  height: 26px;
  background: url("/assets/img/checked.png") no-repeat center;
  background-size: contain;
}

.no-checked {
  background: url("/assets/img/uncheck.png") no-repeat center;
  background-size: contain;
}

.no-checked1 {
  background: url("/assets/img/uncheck1.png") no-repeat center;
  background-size: contain;
}

.cant-check {
  cursor: not-allowed !important;
}

.wifi-icon {
  width: 48px;
  height: 28px;
  background: url("/assets/img/wifi.png") no-repeat center;
  background-size: 100% 100%;
}

.check-wrap {
  position: relative;
  align-items: center;
  width: 100%;
}

.tip-dailog {
  width: 100%;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  padding: 10px;
  bottom: 42px;
  box-sizing: border-box;
  left: -12px;
}

.close-btn {
  text-align: right;
}

.productlist-close {
  position: absolute;
  top: -7px;
  right: 26px;
}

.productlist-close::before {
  content: "\2715";
  font-size: 14px;
  font-family: icons;
  color: #000;
  cursor: pointer;
}

.close-btn span::before {
  content: "\2715";
  font-size: 24px;
  font-family: icons;
  color: #000;
  cursor: pointer;
}

.tip-dailog p {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.tip-dailog .btn {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.tip-dailog .arrow {
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: -20px;
  left: 5px;
}

.total {
  font-size: 20px;
  margin-bottom: 18px;
}

.contract-wrap {
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  bottom: -40%;
  transition: 0.6s linear;
}

.move-to {
  bottom: 0px;
}

.contract-wrap .compare-btn {
  color: #fff;
  border-radius: 6px;
  padding: 11px 16px;
  font-size: 1rem;
}

.contract-wrap .active-content {
  background: #007bc0;
  border: 1px solid #007bc0;
  cursor: pointer;
}

.contract-wrap .a-image {
  width: 100%;
  max-height: 50px;
  text-align: center;
}

.contract-wrap .a-image > img {
  max-height: 100%;
}

.contract-wrap .unactive {
  background: 0 0;
  border-color: #007bc0;
  color: #007bc0;
  border: 1px solid #007bc0;
  opacity: 0.5;
}

.selected-product {
  position: relative;
  width: 175px;
  text-align: center;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #000;
}

.selected-product .close::before {
  position: absolute;
  top: 4px;
  right: 34px;
  cursor: pointer;
  font-size: 10px;
}

.compare-code {
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
}

.flexRow {
  display: flex;
  flex-direction: row;
}

.flexCol {
  display: flex;
  flex-direction: column;
}

[v-clock] {
  display: none;
}

p {
  margin: 0;
  padding: 0;
}


.search-wrap {
  margin-top: 24px;
  border-bottom: 1px solid #b7bbbf;
  margin-bottom: 16px;
}

.each {
  margin-right: 20px;
}

.select-wrap {
  background-color: #e0e2e5;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  margin-bottom: 24px;
}

.each-ctn {
  margin: 14px 18px;
}

.active-content {
  color: #027bc0;
}

.select-wrap .select-name {
  margin-right: 12px;
}

.select-wrap .select-val {
  position: absolute;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  min-width: 320px;
  top: 55px;
  left: 0;
  z-index: 9999;
}

.select-wrap .select-val .line {
  padding: 12px 16px;
  align-items: center;
}

.select-label {
  margin-left: 16px;
  cursor: pointer;
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.small-screen,
.normal-screen {
  width: 100%;
}

.small-screen {
  justify-content: space-between;
}

.small-screen>div {
  width: 49%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #007BC0;
  padding: 0 18px;
  box-sizing: border-box;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.small-screen>div .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.sort {
  background: url('/assets/img/no-sort.png') no-repeat center;
  background-size: 100% 100%;
}

.small-select {
  width: 100%;
  min-height: 500px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  overflow: auto;
}

.sort-wrap {
  width: 100%;
  padding: 28px;
  box-sizing: border-box;
}

.small-title {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}


.small-title-total{ 
  font-size: 20px;
}

.sort-ctn .select-wrap {
  background-color:#fff;
  border-top: 1px solid #EFF1F2;;
}

.sort-ctn  .select-name {
  font-size: 32px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}

.sort-ctn .select-val {
  position: static;
}

.sort-ctn .each-ctn {
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

.sort-ctn .each {
  margin-right: 0;
}

.each-list .line{
  width: 100%;
  margin: 24px 0;
  font-size: 24px;
  align-items: center;
}

.sort-ctn .btn-wrap {
  justify-content: space-between;
}

.sort-ctn .btn-wrap .btn {
  width: 49%;
  text-align: center;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  border: 1px solid #007BC0;
  font-size: 16px;
  margin-top: 10px;
}

.desc-unactive {
  background: url("/assets/img/desc.png") no-repeat center;
  background-size: 100% 100%;
}

.asc-unactive {
  background: url("/assets/img/asc.png") no-repeat center;
  background-size: 100% 100%;
}

.sort-ctn .btn-wrap .sure {
  background: #007BC0;
  color: #fff;
}

.sort-ctn .btn-wrap .reset {
  background: #fff;
  color: #007BC0;
}

.filter-active {
  color: #027BC0;
}
.filter-item {
  align-items: center;
  font-size: 24px;
  font-weight: 400;
}
.filter-item>span:first-child {
  margin-right: 12px;
}



.full-screen-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.checkbox-wp {
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .search-wrap .normal-screen {
    display: none;
  }
  .search-wrap .small-screen {
    display: flex;
  }
  .search-wrap {
    border: none;
  }
  .small-select {
    display: block;
  }
  .m-expandablestage {
    margin: 0 0 1rem;
  }
}


@media screen and (min-width: 600px) {
  .search-wrap .normal-screen {
    display: none;
  }
  .search-wrap .small-screen {
    display: flex;
  }
  .search-wrap {
    border: none;
  }
  .small-select {
    display: block;
  }

}


@media screen and (min-width: 900px) {
  .search-wrap .normal-screen {
    display: flex;
  }
  .search-wrap .small-screen {
    display: none;
  }
  .search-wrap {
    border: none;
    border-bottom: 1px solid #b7bbbf;
  }
  .small-select {
    display: none;
  }
}
