.goods_nav{ width:30%; float:right; right:5px; overflow:hidden; position:fixed;margin-top:25px; z-index:9999999}
.category_list_box li{
    float:left;
    width:33%;
    height:auto;
}
.category_list_box li .item{
    display: block;
    padding: 0px;
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
}
.category-box{ margin-top: 0;}
.category_list_box{ padding: 6px 3px; box-sizing: border-box;}
.category_list_box li{ width: calc(33.3333% - 6px);
    display: inline-table;
    width: -moz-calc(33.3333% - 6px); width: -webikt-calc(33.3333% - 6px); margin: 0 3px 6px;}
.category1 li{ font-size: 14px;}


.head-nav{
    width: 100%;
    height: 45px;
    padding: 7px 10%;
    box-sizing: border-box;
    background: #0094de;
}
.head-nav .form-txt{
    width: 100%;
    height: 31px;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    text-align: left;
    padding-left: 34%;
    border: 0;
    background-position: 28% center;
    font-size: 12px;

    background-size: 16px;
    background-repeat: no-repeat;

}

.top-swiper,
.subtop-swiper{
    width: 100%;
    height: 40px;
    background: #fff;
    text-align: center;
}

.subtop-swiper{
    height: 35px;
    background: #f8f8f8;               
}

.top-swiper .swiper-slide
{
    width: 65px;
}
 .subtop-swiper .swiper-slide{
    width: 57px;
 }

.top-swiper .swiper-slide a,
.subtop-swiper .swiper-slide a{
    display: block;
    font-size: 13px;
    height: 40px;
    color: #666;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.top-swiper .swiper-slide:nth-last-child(1)  a::before{
    display: none
}
.top-swiper .swiper-slide a::before{
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    background: #ccc;
    right: 0;
    top: 10px;
}
.top-swiper .swiper-slide.active a,
.subtop-swiper .swiper-slide.active a{
    color: #0094de;
    font-size: 17px;
    border-bottom: 2px solid #0094de;
    padding:2px;
}

.subtop-swiper .swiper-slide{
    padding: 0 4px;
    box-sizing: border-box;
}    
.subtop-swiper .swiper-slide a{
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.subtop-swiper .swiper-slide.active a{
    font-size: 16px;

}

.left-warp{
    width: 18%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
     border-bottom: 1px solid #e0e0e0;
    text-align: center;
    padding: 5px 0

}
.left-warp a{
    display: block;
    min-height: 36px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 36px;
    color: #666;
    font-size: 12px
}
.right-goods{
    width: 80%;
    float: right;
    padding-right: 10px;
    box-sizing: border-box;
}
.left-warp li:nth-last-child(1) a{
    border: 0
}

.left-warp .active a{
    background: #0094de;
    color: #fff;
    font-size: 14px
}


.q-goods-list{
    width: 100%
}
 .q-goods-list a.clearfix{
    position: relative;
    display: block;
    padding-left: 98px;
 }
.q-goods-list li{
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding-right: 60px;
    padding: 10px 0
}

.q-goods-list .imgbox{
    float: left;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
}
.q-goods-list .imgbox img{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-sizing: border-box;
}

.q-goods-list .info{
    width: 100%;
    padding-right: 70px;
    box-sizing: border-box;
    line-height: 1.8;
    height: 90px;
}
.q-goods-list .info .tit{
    height: auto;
    line-height: 19px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
}
.q-goods-list .attr{
    height: auto;
    line-height: 18px;
    color: red;
    font-size: 12px;
}

 .q-goods-list .pirce{
    color: #0094de;
    font-size: 16px;
 }

.q-goods-list .oper{
    position: absolute;
    right: 0;
    width: 65px;
    top: 10px;
    height: 90px;

}
.q-goods-list .oper .btn{
    display: block;
    width: 100%;
    height: 25px;
    line-height: 23px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0;
    text-align: center;
    font-size: 12px;
    color: #666;
    box-sizing: border-box;
}
.q-goods-list .oper .btn.btn-blue{
    background: #0094de;
    color: #fff;
    border-color: #0094de
}
.q-goods-list .oper .btn.btn-total{
    border-color: #0094de;
    color: #0094de
}

.q-goods-list .state2{
    height: 100px;
    width: 100%;
    background: url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}

.q-goods-list .state2 .item{
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.q-goods-list .state2 a{
    display: block;
    font-size: 12px;
}

.q-goods-list .state2 .item.active a{
    color: #0094de;
}

.q-goods-list .oper .btn.btn-cancel{
    background: #ccc;
    color: #fff;
    border-color: #ccc
}

 .q-goods-list .state1,
 .q-goods-list .state2,
  .q-goods-list .state3{
    display: none;
  }


 .q-goods-list .label{
    position: absolute;
    top: 0;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 35px;
    overflow: hidden;
    font-size: 10px;
    border-radius: 5px
}

 .q-goods-list .label-yel{
    background: #fe960c;
    color: #fff;
    left: 0
 }

  .q-goods-list .label-blue{
    background: #0094de;
    color: #fff;
    right: 0
  }

  .q-goods-list .not{
    position: absolute;
    right: 0;
    top: 0;
    /*width: 100%;*/
    padding-left: 100px;
    box-sizing: border-box;
  }

  .q-goods-list .not .icon{
    width: 90px;
    margin-top: 35px;
    margin-right: 150px;
  }

    .q-goods-list .not .cont{
        float: right;
        text-align: right;
        padding-top: 14px;
        font-size: 0
    }
 .q-goods-list .not{
    display: none;
 }
 .q-goods-list .not-item .not{
    display: block;
 }
 .q-goods-list .not-item .oper{
    display: none;
 }

.q-goods-list .not-item .info .attr,
.q-goods-list .not-item .info .pirce,
.q-goods-list .not-item .info .tit{
    color: grey;
}


    .q-goods-list .not .btn{
        width: 65px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        font-weight: normal;
        background: #bbb;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        display: inline-block;
    }
    .q-goods-list .not .btn-add{
        font-size: 12px;
        display: block;
        width: 85px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background: #0094de;
        color: #fff;
        border-radius: 5px;
        margin-top: 25px;
    }

    .q-goods-list li.tes .state2{
        background: none
    }


    .q-goods-list li.tes .topbtn .btn{
        width: 32px;

    }

    .fl{
        float: left;
    }
    .fr{
        float: right;
    }

    .q-goods-list li.tes .topbtn .btn.fl{
        background: #0094de;
        color: #fff;
        border-color: #0094de;
    }
    .q-goods-list li.tes .topbtn .btn.fr{
        background: #bbb;
        color: #fff;
        border-color: #bbb;
    }