@font-face {
    font-family: 'zaozigongfang';
    src: url("../font/zaozigongfanglihei.otf");
}
@font-face {
    font-family: 'zihun35';
    src: url("../font/zh35.ttf");
}
.nav{
    background: #fff;
    margin-top: 0.13rem;
    padding: 0.13rem 0;
    /*position: fixed;*/
    /*top: 0.34rem;*/
    /*z-index: 100;*/
    /*left: 0;*/
    /*right: 0;*/
}
.head{
    display: flex;
    width: 100%;
    font-size: 0.18rem;
    overflow-x: auto;
    -webkit-overflow-scrolling:touch;
}
.head span{
    margin-right: 0.22rem;
    white-space: nowrap;

}
.head .s1{
    font-family: "zaozigongfang";
    margin-left: 0.15rem;
}
.head .s2{
    font-family: "zihun35";
}

.head .active{
    color: #E9494B;
    border-bottom: 2px solid #E9494B;
}
.miaosha .list{
    display: flex;
    -webkit-overflow-scrolling:touch;
    flex-wrap: wrap;
    margin: 0 0.06rem;
}
.miaosha .list .goods{
    width: 50%;
}
.miaosha .list .goods .info{
    margin: 0.06rem;
   background: #fff;
    border-radius: 0.05rem;
}
.miaosha .list .goods img{
    width: 100%;
    height: 1.8rem;
    object-fit: cover;
}
.miaosha .list .goods .title{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.14rem;
    padding: 0.05rem 0.05rem 0;
}
.miaosha .list .goods .title2{
    color: #999;font-size: 0.13rem;
    -webkit-line-clamp: 1;
}
.miaosha .list .goods .tag{
    margin: 0.05rem;
}
.miaosha .list .goods .tag span{
    color: #F23F3A;
    border: 1px solid #F23F3A;
    font-size: 0.12rem;
    padding: 0.01rem;
    border-radius: 0.01rem;
}
.miaosha .list .goods .tag2 span{
    background:  #F23F3A;
    color: #fff;
    border-radius: 0.05rem;
}
.miaosha .list .goods .foot{
    display: flex;
    align-items: center;
    padding: 0.05rem;
}
.miaosha .list .goods .price{
    color: #D74747;
    font-size: 0.16rem;
    flex: 1;
}
.miaosha .list .goods .zhekou{
    color: #999;
    font-size: 0.12rem;
}

.head2{
    display: flex;
    /*margin-top: 0.6rem;*/
}
.head2 span{
    flex: 1;
    align-items: center;
    text-align: center;
    padding: 0.15rem 0 0.1rem;
    font-weight:500;
}
.head2 .active{
    color: #CB361F;
}
.head2 i{
    width: 0.06rem;
    height: 0.1rem;
    position: absolute;
    top: 0.22rem;
    right: 0.1rem;
}
.head2 span{
    position: relative;
}
.head2 .down{
    background: url(../img/icon-sort-default.png) center center no-repeat;
    background-size: 100%;
}
.head2 .down2{
    background: url(../img/icon-sort-down.png) center center no-repeat;
    background-size: 100%;
}
.head2 .up2{
    background: url(../img/icon-sort-up.png) center center no-repeat;
    background-size: 100%;
}