body{
    background-color: #F5F5F5;
}
.content{
    padding-top:4vw;
}
.search-header{
    position: fixed;
    top: 0rem;
    width: 100%;
    height: 50px;
    display: flex;
    background: #fff;
    padding: 0 15px;
    font-size: 0.725rem;
    color: #333;
    left: 0;
    z-index:100
}
.search-header a{
    width: 8vw;
    height: 8vw;
}
.search-header .backTo{
    width:8vw;
    height: 8vw;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    
}

.search-header .input-box{
    position: relative;
    float: left;
    width: 0;
    flex: 1;
    height: 36px;
    line-height: 36px;
    padding: 0 0.5rem;
    background: #f5f5f5;
    border-radius: 18px;
    margin-top:7px
}

.search-header .icon{
    position: absolute;
    top: 0.2rem;
    left: 0.325rem;
    width: 1.25rem;
    height: 1.25rem;
}

.search-header .del{
    position: absolute;
    top: .25rem;
    right: 18vw;
    width:24px;
    height: 24px;
    z-index: 10;
}

.search-header .keywrod{
    position: absolute;
    top: 0;
    left: 1rem;
    width:93%;
    height: 36px;
    line-height: 36px;
    border: none;
    background: none;
    outline: none;
    font-size: 16px;
    color:#000;
}

.search-header .default{
}

.search-header .right{
    margin-top: 0.6rem;
    margin-left: 0.8rem;
    margin-right: 0.15rem;
    width: 1.55rem;
    height: 1.275rem;
    line-height: 1.075rem;
    float: right;
}
.search-header .btn-search{
    width:16vw;
    height: 30px;
    line-height: 30px;
    border-radius: 18px;
    position: absolute;
    top:3px;
    right:3px;
    background: #CC853D;
    text-align: center;
    color:#fff;
    font-size: 16px;
    font-weight: bold;
}
.search-header .btn-search-disabled{
    background: #e5e5e5;
    color:#ccc


}

.no-search{
    height: auto;
    overflow: hidden;
    margin-top:1.325rem;
}

.serach-keywords{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.search-history .h{
    margin-top:30px;
}

.search-hot .h{
    margin-top:15px
}
.serach-keywords .h{
    padding: 0 0.8rem;
    width: 100%;
    color: #999;
    font-size: 0.725rem;
}

.serach-keywords .title{
    display: block;
    width: 23%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color:#000;
    margin-bottom:.9375rem
}

.serach-keywords .icon{
    float: right;
    display: block;
    margin-left: 67%;
    height: 1.375rem;
    width: 1.375rem;
}

.serach-keywords .b{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 0.8rem;
}

.serach-keywords .item{
    display: inline-block;
    max-width: 100%;
    height: 1.65rem;
    line-height: 1.65rem;
    padding:0 .625rem;
    margin: 0 0.8rem 0.8rem 0;
    font-size: 16px;
    color: #000;
    background: #fff;
    border-radius: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serach-keywords .item.active{
    color: #000;
    border: none;
}

.shelper-list{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 0 0.8rem;
}

.shelper-list .item{
    height: 2.325rem;
    width:91.66666%;
    line-height: 2.325rem;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #f4f4f4;
}


.sort{
    position: fixed;
    top: 2.25rem;
    background: #fff;
    width: 100%;
    height: 1.95rem;
}

.sort-box{
    background: #fff;
    width: 100%;
    height: 1.95rem;
    overflow: hidden;
    padding: 0 0.75rem;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
}

.sort-box .item{
    height: 1.95rem;
    line-height: 1.95rem;
    text-align: center;
    flex:1;
    color: #333;
    font-size: 0.75rem;
}

.sort-box .item .txt{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}

.sort-box .item.active .txt{
    color: #ff4d00;
}

.sort-box .item.by-price{
    background: url(//yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/no-3127092a69.png) right center no-repeat;
    background-size: 0.375rem 0.525rem;
}

.sort-box .item.by-price.active.asc{
    background: url(../images/up-636b92c0a5.png) right center no-repeat;
    background-size: 0.375rem 0.525rem;
}

.sort-box .item.by-price.active.desc{
    background: url(../images/down-95e035f3e5.png) right center no-repeat;
    background-size: 0.375rem 0.525rem;
}

.sort-box-category{
    background: #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 1rem 1rem 0 0;
    border-bottom: 1px solid #d9d9d9;
}

.sort-box-category .item{
    height: 1.35rem;
    line-height: 1.35rem;
    text-align: center;
    float: left;
    padding: 0 0.4rem;
    margin: 0 0 1rem 1rem;
    border: 1px solid #666;
    color: #333;
    font-size: 0.6rem;
}

.sort-box-category .item.active{
    color: #b4282d;
    border: 1px solid #b4282d;
}

.cate-item{
    margin-top: 2rem;
    height: auto;
    overflow: hidden;
}

.cate-item .h{
    height: 3.625rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cate-item .h .name{
    display: block;
    height: 0.875rem;
    margin-bottom: 0.45rem;
    font-size: 0.75rem;
    color: #333;
}

.cate-item .h .desc{
    display: block;
    height: 0.6rem;
    font-size: 0.6rem;
    color: #999;
}

.cate-item .b{
    height: auto;
    overflow: hidden;
}

.cate-item .list-filter{
    height: 2rem;
    width: 100%;
    background: #fff;
    margin-bottom: 0.16rem;
}

.cate-item .b .item{
    background: #fff;
    margin: 0 auto 10px;
    height: auto;
    overflow: hidden;
    text-align: center;
    border-radius: 16px;
    position: relative;
    padding:15px;
    display: table;
}
.cate-item .b .align-left{
    display: block;
    width:70%;
    display: table-cell;
    vertical-align: middle;

}
.cate-item .b .align-right{
    float: right;
    position: relative;
    width: 24vw;
    height: 24vw;
    border: 1px solid #F5F5F5;
    border-radius: 16px;
}
.cate-item .b .align-right img{
    position: absolute;
    right:0;
    top:50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0%, -50%);
}

.cate-item .item .img{
    display: block;
    width: 100%;
    height: 100%;
}

.cate-item .item .name{
    display: block;
    max-height: 2.2rem;
    line-height: 22px;
    margin: 10px 0 5px 0;
    text-align: left;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cate-item .item .price{
    display: block;
    text-align: left;
    font-size:  16px;
    color: #ff4d00;
    font-weight: bold;
    float: left;
    width:60%;
}
.cate-item .item .origrial-price{
    color:#999;
    font-size: 12px;
    text-decoration: line-through;
}
.cate-item .title{
    color:#000;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
}
.cate-item .desc{
    line-height: 1.3;
    font-size: 12px;
    color:#999;
    text-align: left;
}
.search-result{
    margin:12vw auto 0;
    position: relative;
}
.search-mask{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 100
}
.search-result-empty{
    width: 100%;
    padding-top: 3rem;
    margin-bottom:2.5rem;
}

.search-result-empty .icon{
    margin: 0 auto;
    display: block;
    width: 8rem;
    height: 8rem;
}

.search-result-empty .text{
    display: block;
    width: 100%;
    height: 1rem;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-bottom: 5px;
}

.btn-buy{
    display: block;
    width:70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: linear-gradient(90deg, #FF933B, #FF5446);
    border-radius: 12px;
    color:#fff;
    font-size: 14px;
    float: right;
    margin-bottom:5px;
}
.related-articles {
    height: auto;
    overflow: hidden;
    margin-top:15px;
    margin-bottom:1rem;
}
.related-articles .item-rel{
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
    padding:4vw;
    border-radius: 16px;
    display: table;
}
.related-articles .align-left{
    width:70%;
    display: table-cell;
    vertical-align: middle;
}
.related-articles .align-left .title{
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    margin-bottom: 10px;

}
.related-articles .align-left .desc{
    font-size: 12px;
    line-height: 1.3;
    color:#999
}
.related-articles .align-right{
    float: right;
    position: relative;
    width:24vw;
    height: 24vw; 
    border: 1px solid #F5F5F5;
    border-radius: 16px;

}
.related-articles .align-right img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-radius: 16px;
}

.related-articles .h {
    position: relative;
    height: 1.8rem;
    width: 100%;
    padding: 15px 0;
    text-align: center;

}

.related-articles .h .line {
    width: 92vw;
    height:2px;
    margin: 0 auto;
    background: -moz-linear-gradient(left, #F5F5F5, #333 50%,  #F5F5F5); 
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(#F5F5F5),  color-stop(0.5, #333),  to(#F5F5F5)); 
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #F5F5F5, #333 50%,  #F5F5F5); 
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #F5F5F5, #333 50%,  #F5F5F5);
}

.related-articles .h .title {
    width: 21.33vw;
    font-weight: bold;
    color: #000;
    font-size: 4.25vw;
    text-align: center;
    display: block;
    background:#F5F5F5;
    margin:-15px auto 0;
}

.related-articles .b {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top:15px;
}

.related-articles .b .item {
    float: left;
    background: #fff;
    width: 48.5%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    margin:0 10px 10px 0;
   
}
.related-articles .b .item:nth-child(2n){
    margin-right:0;
}
.related-articles .item .img {
    width: 100%;
}

.related-articles .item .name {
    margin: 0.3rem 0 0.4rem 0;
    margin: 0.3rem 0 0.4rem 0;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height:.8rem ;
    height: 32px;
}

.related-articles .item .price {
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    color: #FF5446;
    white-space: nowrap;
    text-wrap: none;
    word-break: keep-all;
    font-weight: bold;
}
.tags-list{
    overflow: hidden;
}
.tags-list .tag-item{
    display: block;
    float: left;
    font-size: 12px;
    border: 1px solid #FF5446;
    border-radius: 9px;
    padding:0 9px;
    line-height: 18px;
    margin:0 0 5px 5px;
    color:#FF5446;
   
}


@media screen and (max-width: 360px) {
    .cate-item .b .align-right{
        width:60%;
    }
    .related-articles .b .item {
        width:47.5%
    }
    
}

@media screen and (max-width: 320px) {
    .cate-item .b .align-right{
        width:55%;
    }
    
}