.product-box{
    background-color: #FFF;
    padding-bottom: 20px;
}
.product-list{
    display: block;
    width: 100%;
    padding: 28px 25px 25px 25px;
    background-color: #FFF;
}
.product-list li{
    padding: 35px 0;
    border-bottom: solid 1px #e6e6e6;
    display: flex;
}
.product-list li:first-child{
    padding-top: 0;
}
.product-list .alt-pic {
    flex: 0 0 303px;
    width: 303px;
    height: 210px;
    overflow: hidden;
    border:1px solid #EAEAEA;
    position: relative;
}
.product-list .alt-pic em{
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    padding: 3px 10px;
    font-weight: normal;
    color: #FFF;
    font-size: 12px;
    border-radius: 5px;
    background-color: rgba(36, 190, 254, 0.6);
}
.product-list .alt-pic img {
    width: 100%;
    height: 210px;
    transition: all 0.6s;
}
.product-list .alt-pic img:hover {
    transform: scale(1.2);
}
.product-list .alt-text {
    margin-left: 2.0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.product-list .alt-title {
    display: block;
    padding-top: 5px;
    font-size: 24px;
    color: #323232;
    font-weight: bold;
}
.product-list li a {
    display: block;
}
.product-list .alt-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 55px;
    line-height: 27px;
    margin-top: 8px;
    font-size: 14px;
    color: #656565;
}
.product-list .alt-con {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-list li .price{
  font-size: 15px;
  color: #ff6600;
}
.product-list li .price strong{
  font-size: 28px;
  padding: 0 3px;
  vertical-align: -1px;
}
.product-list li .price span{
  color: #808080;
  font-size: 15px;
}
.product-list li .pro-btn{
    display: block;
    width: 180px;
    height: 42px;
}
.product-list li .pro-btn a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FF9900;
    color: #FFF;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
}
.product-list li .pro-btn a:hover{
    background-color: #FF6600;
}
.pro-rlist{
    display: block;
    padding: 10px 0 0px 0;
    margin-bottom: -15px;
    position: relative;
    z-index: 20;
  }
  .pro-rlist ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px 0 -15px;
  }
  .pro-rlist li{
    padding: 0 15px;
    width: 100%;
    margin-bottom: 20px;
  }
  .pro-rlist li a{
    display: flex;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .pro-rlist li .pic{
    display: flex;
    flex: 0 0 110px;
    width: 100%;
    height: 76px;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #EAEAEA;
  }
  .pro-rlist li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
  }
  .pro-rlist li:hover .pic img{
    transform: scale(1.05);
  }
  .pro-rlist li .text{
    display: block;
    padding: 3px 0 0 10px;
    height: 76px;
    text-align: left;
  }
  .pro-rlist li .title{
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pro-rlist li .pbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
  }
  .pro-rlist li .setout{
    color: #808080;
    font-size: 14px;
  }
  .pro-rlist li .price{
    font-size: 14px;
    color: #ff6600;
  }
  .pro-rlist li .price strong{
    font-size: 18px;
    padding: 0 3px;
    vertical-align: -1px;
    font-weight: normal;
  }
  .pro-rlist li .price span{
    color: #808080;
    font-size: 12px;
  }
.zs-filter{
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 30px 30px 30px;
  position: relative;
  z-index: 50;
  background-color: #FFFFFF;
}
.zs-filter .title{
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 20px;
}
.zs-filter .fl-item{
  display: flex;
  height: auto;
  align-items: flex-start;
  align-content: flex-start;
  padding: 5px 0;
}
.zs-filter .fl-item label{
  font-size: 15px;
  line-height: 32px;
  width: auto;
  margin-right: 16px;
  font-weight: normal;
  text-align-last:justify;
  position: relative;
  color: #000;
  white-space: nowrap;
}
.zs-filter .fl-item .fli-link{
  display: flex;
  width: 92%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zs-filter .fl-item .fli-link a{
  display: flex;
  align-items: center;
  line-height: 32px;
  height: 32px;
  padding: 0 15px;
  font-size: 15px;
  border-radius: 5px;
  margin:0 20px 10px 0;
  color: #808080;
}
.zs-filter .fl-item .fli-link a.cur,.zs-filter .fl-item .fli-link a:hover{
  height: 32px;
  color: #FFF;
  line-height: 32px;
  background: #24befe;
}
.sort-box {
  display: flex;
  padding: 40px 0 30px 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sort-box .sort-tab {
  display: inline-block;
  margin-right: 12px;
  padding: 8px 12px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 400;
  color: #333;
  box-shadow: rgba(96, 101, 108, 0.12) 2px 2px 6px 0px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
.sort-box .sort-tab.cur {
  font-weight: 600;
  color: rgb(255, 255, 255) !important;
  background: #24befe;
  cursor: pointer;
}
.sort-box .sort-tab:hover{
  color: #24befe;
}
.sort-num{
  color: #808080;
  font-size: 14px;
}
.sort-num strong{
  color: #24befe;
}
.sort-num a {
  padding: 8px 18px;
  line-height: 20px;
  font-size: 15px;
  border-radius: 8px;
  box-shadow: rgba(96, 101, 108, 0.12) 2px 2px 6px 0px;
  font-weight: 600;
  color: #FFF !important;
  background: #24befe;
  cursor: pointer;
}
.sort-num a:hover{
  background: #22b4f1;
}
.products-info{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 25px 25px;
  background-color: #FFF;
}
.products-info .pi-pic{
  flex: 0 0 600px;
  width: 600px;
  height: auto;
}
.products-info .pi-pic img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 415px;
}
.products-info .pi-text{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 45px
}
.products-info .pi-text h1{
  display: block;
  padding: 15px 0 20px 0;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #EAEAEA;
}
.products-info .pi-desc{
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding-top: 5px;
}
.products-info .pi-desc p{
  margin: 10px 0;
}
.products-info .pi-desc p.pi-two{
  display: inline-block;
  margin: 5px 0;
  width: 48%;
}
.products-info .pi-desc p label{
  color: #808080;
}
.products-info .pi-text .pi-btn{
  display: flex;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.products-info .pi-text .pi-btn a{
  display: block;
  width: 180px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  margin-right: 30px;
  background-color: #00A2E9;
  color: #FFFFFF;
  border-radius: 5px;
}
.products-info .pi-text .pi-btn a.cur{
  background-color: #FF6600;
}
.products-info .pi-text .pi-btn a:hover{
  opacity: 0.8;
}
.products-info .pi-tips{
  padding: 18px 15px;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  background-color: #eff8fb;
}
.products-info .pi-text .price{
  display: block;
font-size: 16px;
color: #ff6600;
}
.products-info .pi-text .price strong{
font-size: 28px;
padding: 0 3px;
vertical-align: -1px;
}
.products-info .pi-text .price span{
color: #808080;
font-size: 16px;
}
.products-info .pi-text .price .market{
  padding-left: 100px;
  text-decoration: line-through;
}
.products-desc{
  display: block;
  width: 100%;
  padding-bottom: 20px;
  background-color: #FFF;
}
.pd-nav{
  display: flex;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 55px;
  background: #FFFFFF;
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.pd-nav li{
  display: block;
  width: 180px;
  height: 55px;
  margin: 0 0;
  text-align: center;
  position: relative;
  line-height: 55px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
  border-radius: 0;
}
.pd-nav li.on,.pd-nav li:hover{
  color: #FFFFFF;
  background-color: #24befe;
}
.pd-content{
  display: block;
  padding: 15px 55px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.pi-btn a{
  position: relative;
}
.pi-btn a.weixin:hover .ercode{
  display: block;
}
.pi-btn a.weixin .ercode{
  position: absolute;
  bottom: 55px;
  left: 50%;
  z-index: 1000;
  display: none;
  width: auto;
  min-width: 100%;
  margin-left: -50%;
  padding: 0 0 15px 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  list-style: none;
  border: none;
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.pi-btn a.weixin .ercode img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.peo-num:first-child {
  margin-bottom: 15px;
}
.peo-num>a {
  float: left;
  height: 30px;
  width: 30px;
  border: 1px solid #e5e5e5;
  font-size: 24px;
  color: #f60;
  line-height: 26px;
  text-align: center;
  position: relative;
}
.peo-num input.num {
  float: left;
  border-left: none;
  border-right: none;
  padding: 0;
  width: 58px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  position: relative;
}
.peo-num>a.reduce-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background-color: #f60;
}
.sce-data-info {
  height: 32px;
  position: relative;
}
.sce-data-info .type-item {
  float: left;
  color: #666;
  font-size: 14px;
  max-width: 273px;
  height: 30px;
  line-height: 28px;
  padding: 0 12px;
  margin: 0 12px 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.sce-data-info .type-item:hover, .sce-data-info .type-item.on {
  border: 1px solid #f90;
  background: url(../img/z1.jpg) no-repeat right bottom #fff;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-filter {
  display: none;
    padding: 15px 15px 15px 15px;
}
.zs-filter .fl-item {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  height: 45px;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}
.zs-filter .fl-item.show{
  height: auto;
}
.zs-filter .fl-item .fli-link {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zs-filter .fl-item .fli-link a {
  display: flex;
  align-items: center;
  margin: 0 1.3% 0 0;
  line-height: 28px;
  height: 28px;
  width: 32.0%;
  justify-content: center;
}
.zs-filter .fl-item .fli-link a.cur,.zs-filter .fl-item .fli-link a:hover{
  height: 32px;
  color: #00A2E9;
  line-height: 32px;
  background: #ebf8fd;
}
.zs-filter .fl-item label {
  margin-right: 0;
  margin-bottom: 5px;
  width: 100%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align-last: left;
  position: relative;
}
.zs-filter .fl-item label::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../img/icon-dropdown-cur.png) no-repeat center center;
  background-size: auto 20px;
  transition: all 0.35s;
}
.zs-filter .fl-item.show label::after {
  transition: all 0.35s;
  transform: rotate(180deg);
}
.sort-box {
  display: none;
  padding: 70px 0 15px 0;
}
.sort-num {
  position: absolute;
  top: 15px;
  left: 4%;
  width: 92%;
}
.sort-num a{
  display: block;
  text-align: center;
  width: 100% !important;
}
.sort-box .left{
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
}
.sort-box .sort-tab {
  margin-right: 0;
  padding: 8px 10px;
  font-size: 13px;
}
.product-list {
  padding: 18px 4% 18px 4%;
}
.product-list li {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.product-list .alt-pic {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
}
.product-list .alt-pic img {
  display: block;
  height: auto;
}
.product-list .alt-text {
  margin-left: 0;
}
.product-list .alt-title {
  padding-top: 8px;
  font-size: 16px;
  font-weight: normal;
}
.product-list .alt-desc {
  display: none;
}
.product-list li .pro-btn {
  width: 45%;
  height: 38px;
}
.product-list li .pro-btn a{
  line-height: 38px;
}
.product-list .alt-con {
  margin-top: 15px;
}
.products-info {
  display: flex;
  justify-content: flex-start;
  padding: 18px 4%;
  flex-direction: column;
}
.products-info .pi-pic {
  flex: 0 0 100%;
  width: 100%;
}
.products-info .pi-pic img {
  height: auto;
  min-height: auto;
}
.products-info .pi-pic #calendarcontainer{
  margin-top: 20px !important;
}
.products-info .pi-text {
  padding-left: 0;
}
.products-info .pi-text h1 {
  font-size: 16px;
}
.products-info .pi-tips {
  padding: 12px 12px;
  font-size: 12px;
  line-height: 1.8;
}
.products-info .pi-desc p.pi-two.pi-m{
  width: 100%;
}
.products-info .pi-text .price {
  font-size: 14px;
  margin-top: -15px;
}
.products-info .pi-text .price span {
  font-size: 14px;
}
.products-info .pi-text .price .market {
  padding-left: 10px;
}
.products-info .pi-desc p {
  margin: 6px 0;
}
.products-info .pi-desc {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px !important;
  padding-top: 15px !important;
}
.sce-data-info {
  height: 30px;
}
.choice_date {
  border: 1px solid #e5e5e5;
  width: auto !important;
  height: 30px !important;
  font-size: 14px;
}
.products-info .pi-text .pi-btn{
  padding-bottom: 15px;
  position: relative;
}
.products-info .pi-text .pi-btn div{
  position: absolute;
  bottom: 10px;
  margin-left: 0 !important;
}
.products-info .pi-text .pi-btn a {
  width: 45%;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  margin-right: 20px;
  position: relative;
}
.pi-btn a.weixin .ercode{
  margin-left: -50% !important;
}
.products-desc {
  padding-bottom: 0;
}
.pd-nav {
  display: flex;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0px;
  margin-top: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pd-nav li {
  width: 33.3%;
  height: 45px;
  margin: 0 0;
  line-height: 45px;
  font-size: 16px;
}
.pd-content {
  padding: 15px 4%;
  font-size: 14px;
  line-height: 1.8;
}
.pd-content img{
  max-width: 100%;
}
.pro-rlist li .title {
  font-size: 15px;
}

}