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

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

[v-clock] {
  display: none;
}

p {
  margin: 0;
  padding: 0;
}


html .g-container, html body  {
  background-color: #f5f5f7 !important;
}


body.pagetype-product-list  .m-expandablestage {
  margin: 30px auto 0px;
}

.search-wrap {
  margin-top: 24px;
  background-color: #fff;
  padding: 32px 40px;
  box-sizing: border-box;
}

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


.each {
  width: calc(33% - 20px);
  min-width: 200px;
  margin-right: 20px;
}

.select-wrap {
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  margin-bottom: 24px;
  border-bottom: 1px solid #000000;
}

.each-ctn {
  width: 100%;
  margin: 10px 18px;
  justify-content: space-between;
}

.active {
  color: #009999;
  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;
  cursor: pointer;
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.asc {
  background: url("https://jssiemens.cn/image/asc-active.png") no-repeat center;
  background-size: 100% 100%;
}

.desc {
  background: url("https://jssiemens.cn/image/desc-active.png") no-repeat center;
  background-size: 100% 100%;
}

.down {
  background: url("https://jssiemens.cn/image/down.png") no-repeat center;
  background-size: 100% 100%;
}

.up {
  background: url("https://jssiemens.cn/image/up.png") no-repeat center;
  background-size: 100% 100%;
}

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

.rg {
  width: 100%;
  justify-content: flex-end;
  margin-top: 10px;
}

.rg .btn {
  width: 120px;
  height: 40px;
  background: #020228;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-family: SiemensProgress-Regular, SiemensProgress;
  font-weight: 400;
  color: #fff;
}


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

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

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

.on-sail {
  width: 88px;
  height: 28px;
  background: url('https://jssiemens.cn/assets/img/bc-right.png') no-repeat center;
  background-size: 100% 100%;
  font-size: 16px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}

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

.card-product-code {
  font-size: 12px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
  color: #7B89A1;
  margin-bottom: 12px;
}

.is-new {
  width: 56px;
  height: 32px;
  line-height: 32px;
  background: #d7b493;
  margin-right: 12px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
}


.card-title  {
  flex-wrap: wrap;
  height: 66px;
  overflow: hidden;
}

.title-line {
  /* width: 100%; */
  /* width: 200px; */
  font-size: 22px;
  font-family: BoschSansCHS-Bold, BoschSansCHS;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
}

.title-line:hover {
  color: #009999;
}


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

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

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

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

/* 设置选中样式 */
input[type="checkbox"]:checked {
  background-color: #fff;
}
input[type="checkbox"]:checked::after {
  content: "" !important;
  font-family: icons;
  position: absolute;
  top: 2px;
  left: 4px;
  color: #009999;
  text-align: center;
  font-size: 18px;
  font-weight: lighter;
}

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

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

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

.no-checked {
  background: url("https://jssiemens.cn/image/uncheck.png") no-repeat center;
  background-size: contain;
}

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

.wifi-icon {
  width: 28px;
  height: 28px;
  background: url("https://jssiemens.cn/image/wifi.png") no-repeat center;
  background-size: 100% 100%;
}

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

.tip-dailog {
  width: 106%;
  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;
}

.close-btn span::before,
.close::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: 18px 0;
}

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

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

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

.move-to {
  bottom: 0px;
}

.compare-btn {
  color: #fff;
  padding: 6px 40px;
  font-size: 1rem;
}

.tip-dailog .compare-btn  {
  padding: 6px 20px;
  width: 50%;
  text-align: center;
}

.contract-wrap .active, 
.tip-dailog .active {
  background: #2b2f43;
  border:1px solid #2b2f43;
  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: #2b2f43;
  color: #fff;
  border:1px solid #2b2f43;
  background: #2b2f43;
  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;
}


.load-more {
  width: 100%;
  text-align: center;
}

.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: #009999;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.no-data {
  line-height: 200px;
  text-align: center;
  color: #009999;
  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);
  }
}


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

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

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

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

.sort {
  background: url('https://jssiemens.cn/image/sort.png') no-repeat center;
  background-size: 100% 100%;
}

.expand {
  background: url('https://jssiemens.cn/image/expand.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 {
  width: 100%;
  background-color:#fff;
  border-top: 1px solid #EFF1F2;;
}

.sort-ctn  .select-name {
  font-size: 24px;
  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 #009999;;
  font-size: 16px;
  margin-top: 10px;
}

.desc-unactive {
  background: url("https://jssiemens.cn/image/desc.png") no-repeat center;
  background-size: 100% 100%;
}

.asc-unactive {
  background: url("https://jssiemens.cn/image/asc.png") no-repeat center;
  background-size: 100% 100%;
}

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

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

.filter-active {
  color: #009999;
}
.filter-item {
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  margin: 24px 0;
}
.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.2);
}

.checkbox-wp {
  cursor: pointer;
}

.hide-new {
  display: none;
}

.hide-onSail {
  opacity: 0;
}

@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;
  }
  .select-wrap {
    border: none;
  }
}


@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;
  }
  .select-wrap {
    border: none;
  }
}


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


