.product-wrap {
  padding: 1.17333rem 0.4rem 0;
  background: #fff;
}

.product-wrap .product-category {
  padding: 0 0 .266667rem;
}

.product-wrap .product-category>a {
  float: left;
  text-align: center;
  width: 2.88rem;
  height: 1.066667rem;
  line-height: 1.066667rem;
  background: #fff;
  margin: .266667rem .266667rem 0 0;
  border-radius: .066667rem;
  font-size: .346667rem;
  color: #333;
}

.product-wrap .product-category>a:nth-of-type(3n) {
  margin-right: 0;
}

.product-wrap .product-category>a.cur {
  color: #ff9543;
}

.product-wrap .product-lists {
  padding-bottom: .533333rem;
}

.product-wrap .product-lists>a {
  float: left;
  margin-right: .24rem;
  margin-bottom: .266667rem;
  width: 4.48rem;
}

.product-wrap .product-lists>a:nth-of-type(2n) {
  float: right;
  margin-right: 0;
}

.product-wrap .product-lists>a .product-lists-thumb {
  width: 4.48rem;
  height: 4rem;
}

.product-wrap .product-lists>a .product-lists-content {
  background: #fff;
  padding: 0 .24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3.2rem;
  position: relative;
}

.product-wrap .product-lists>a .product-lists-content h3 {
  font-size: .373333rem;
  color: #333;
  padding-top: .2rem;
  line-height: .483333rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: .066667rem;
}

.product-wrap .product-lists>a .product-lists-content h4 {
  font-size: .266667rem;
  color: #999;
  line-height: .373333rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-wrap .product-lists>a .product-lists-content p {
  font-size: .533333rem;
  color: #ff9543;
  line-height: 1;
  position: absolute;
  left: .266667rem;
  bottom: .266667rem;
}

.product-wrap .product-lists>a .product-lists-content p .small-text {
  font-size: .24rem;
}

.product-wrap .product-lists>.product-empty-lists {
  text-align: center;
  margin-top: 2.666667rem;
}

.product-wrap .product-lists>.product-empty-lists img {
  width: 1.333333rem;
  height: 1.333333rem;
}

.product-wrap .product-lists>.product-empty-lists p {
  font-size: .266667rem;
  color: #999;
  line-height: 1;
  padding-top: .24rem;
}

.footer-bar.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.empty-lists,
html.empty-lists {
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.product-wrap .product-category-wrap{
  position: fixed;
  left: 0;
  top: 1.15rem;
  width: 100%;
  padding: 0.133rem 0.4rem 0.4rem;
  box-sizing: border-box;
  z-index: 1;
  background: #fff;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.product-wrap .product-category-wrap .search-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.107rem;
  width: 100%;
  background: #F5F5F5;
  padding: 0.2rem 0.32rem;
  flex: 1;
  box-sizing: border-box;
  margin-bottom: 0.333rem;
}

.search-wrap .search-icon{
  width: 0.64rem;
  height: 0.64rem;
  font-size: 0.587rem;
  color: #CCCCCC;
}

.search-wrap .search-input{
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.373rem;
  font-weight: 400;
  color: #333;
  flex: 1;
}

.search-wrap .search-input::placeholder{
  font-size: 0.373rem;
  font-weight: 400;
  color: #CCCCCC;
}

.search-wrap .search-btn{
  border: none;
  background: transparent;
  color: #ff9900;
  font-size: 0.4rem;
}

.product-category-wrap .container-navs {
  display: flex;
  overflow-x: auto;
  position: relative;
  padding-bottom: 0.4rem;
}

.product-category-wrap .container-navs::-webkit-scrollbar{
  width: 0!important;
}

.product-category-wrap .container-navs-wrap{
  position: relative;
}

.product-category-wrap .container-navs .nav-item{
  margin: 0 0.267rem;
  font-size: 0.4rem;
  font-weight: 500;
  color: #666666;
  white-space: nowrap;
}
.product-category-wrap .container-navs .nav-item.active{
  position: relative;
  font-size: 0.347rem;
  font-weight: bold;
  color: #413D47;
}
.product-category-wrap .container-navs .nav-item.active::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background: #FF9900;
  box-shadow: 0 6px 2px rgba(255, 153, 0, 0.2);
  border-radius: 1.333rem;
}

.product-category-wrap .container-navs .nav-item:first-child{
  margin-left: 0.133rem;
}
.product-category-wrap .container-navs .nav-item:last-child{
  margin-right: 0.267rem;
}
.container-navs .nav-item.cur{
  position: relative;
  color: #413D47;
  font-weight: 600;
  font-size: 0.427rem;
}

.container-navs .nav-item.cur:after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0.16rem;
  background: #FF9900;
  box-shadow: 0px 6px 2px rgba(255, 153, 0, 0.2);
  border-radius: 1.333rem;
  z-index: -1;
}

.search-item-wrap{
  display: flex;
  align-items: center;
}

.search-item-wrap .search-item{
  display: flex;
  align-items: center;
  margin-right: 1.333rem;
}

.search-item-wrap .search-item.cur .item-icon{
  transform: rotate(0deg) !important;
}

.search-item-wrap .search-item.active span{
  color: #ff9900;
}

.search-item-wrap .search-item .item-text{
  font-size: 0.32rem;
  font-weight: 400;
  color: #666666;
  margin-right: 0.16rem;
}

.search-item-wrap .search-item .item-icon{
  color: #999;
  font-size: 0.32rem;
}

.search-item-wrap .search-item .item-icon.down{
  transform: rotate(180deg);
}

.product-lists-wrap{
  padding-top: calc(3.24rem + .6rem);
}

.product-lists-wrap .container-list{
  /*padding: 0 0.4rem;*/
  box-sizing: border-box;
  /*display: none;*/
}
.container-list .list-item{
  margin-bottom: 0.533rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-item .item-img{
  width: 2.533rem;
  height: 3.067rem;
  border-radius: 8px;
  overflow: hidden;
}

.list-item .item-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-item .item-info{
  /*margin-left: 0.267rem;*/
  /*flex: 1;*/
  display: flex;
  flex-direction: column;
  width: calc(100% - 0.267rem - 2.533rem);
}

.list-item .item-info .info-title{
  font-size: 0.387rem;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  /*width: calc(100% - 0.8rem - 2.533rem - 0.267rem);*/
}

.list-item .item-info .info-desc{
  font-size: 0.347rem;
  font-weight: 400;
  height: 1.507rem;
  line-height: 0.507rem;
  color: #999999;
  /*flex: 1;*/
  margin-top: 0.16rem;
  margin-bottom: 0.133rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.list-item .item-info .info-desc p{
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.list-item .item-info .info-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-footer .info-price .price{
  font-size: 0.507rem;
  color: #FF5724;
}

.info-footer .info-price .price-txt{
  font-size: 0.293rem;
  color: #999999;
}

.info-footer .info-btn{
  background: #FF9900;
  border-radius: 0.107rem;
  padding: 0.067rem 0.347rem;
  font-size: 0.373rem;
  color: #FFFFFF;
}
.product-category-wrap .mask{
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(26, 26, 26, 0.6);
  position: absolute;
  left: 0;
  top: 100%;
  border-top: 2px solid #eeeeee;
}
.mask .age-wrap,
.mask .cate-wrap{
  background: #fff;
  /*padding: 0.4rem .4rem 0;*/
  padding-top: 0.4rem;
  padding-bottom: .2rem;
  border-radius: 0 0 12px 12px;
  /*display: flex;*/
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.mask .age-wrap .age-item,
.mask .cate-wrap .cate-item{
  width: 2.707rem;
  height: 0.933rem;
  line-height: 0.933rem;
  text-align: center;
  font-size: 0.373rem;
  font-weight: 400;
  color: #333333;
  /*padding: 0 0.8rem;*/
  background: #F0F0F0;
  border-radius: 0.107rem;
  margin: 0 0.267rem 0.267rem;
  border: 2px solid #f0f0f0;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  /*margin-bottom: 0.4rem;*/
  /*margin-right: 0.533rem;*/
}

.mask .age-wrap .age-item.active,
.mask .cate-wrap .cate-item.active{
  color: #FF9000;
  background: #fff4e5;
  border: 2px solid #FF9000;
}

.row{
  text-align: center;
  font-size: 0.32rem;
  font-weight: 400;
  color: #CCCCCC;
}

.agency-title{
  text-align: center;
  line-height: 1;
}

.agency-title h3{
  margin-top: 1.04rem;
  font-size: .48rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.267rem;
}

.agency-title h4{
  font-weight: bold;
  font-size: .24rem;
  color: #ccc;
  margin: 0.133333rem 0 0.466667rem;
}

.not-found{
  position: relative;
  width: 8.347rem;
  margin: 3.467rem auto 0;
}

.not-found img{
  width: 100%;
}

.not-found .not-found-txt{
  position: absolute;
  bottom: 100%;
  left: 5.147rem;
}

.not-found .not-found-txt h3{
  font-size: 0.427rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.267rem;
}

.not-found .not-found-txt h4{
  font-size: 0.32rem;
  font-weight: 400;
  color: #AEADA9;
}

.back{
  text-align: center;
  margin: 0.8rem 0 1.333rem;
}

.back a{
  background: #FF9900;
  border-radius: 0.107rem;
  font-size: 0.373rem;
  line-height: 0.933rem;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0.2rem 0.76rem;
}

.img-loading-wrap{
  width: 2.533rem;
  height: 3.067rem;
  background: url("/assets/wap/resources/images/img_placeholder.png") #f5f5f5 no-repeat center;
  background-size: 100%;
}
.load8{
  position: relative;
  height: 100%;
}
.load8 .loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 153, 0, 0.2);
  border-right: 5px solid rgba(255, 153, 0, 0.2);
  border-bottom: 5px solid rgba(255, 153, 0, 0.2);
  border-left: 5px solid #ff9900;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  /*left: 50%;*/
  top: 35%;
  /*transform: translate(-50%, -50%);*/
}
.load8 .loader,
.load8 .loader:after {
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
