html,body{
    background-color: #f2f4f4;
    margin: 0;
    padding: 0px;
}
ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
a{
    color: #000;
    text-decoration: none!important;
}
input{
    outline: none;
}
p{
    margin: 0px;
    padding: 0px;
}

/* top */
.top{
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 99;
}

/* 头部 */
.header{
    height: 44px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header i{
    font-size: 18px;
    margin-left: 15px;
    color: #5d5d5d;
}
.header p{
    color: #5d5d5d;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
/* 搜索 */
#search {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    display: flex;
    align-items: center;
}
#search .search-list{
    width: 74%;
    position: relative;
}

/* input[type=search]{
    border-radius: 5px;
    border: 1px solid #bebebe;
    width: 98%;
    height: 30px;
    outline: none;
}
input[type=search]::-webkit-input-placeholder{
    color: #bebebe;
}
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #bebebe;
}

input[type=search]::-webkit-search-cancel-button:after{
    position: absolute;
    content: 'x';
    left: 25%;
    top: -12%;
    font-size: 20px;
    color: #bebebe; 
} */

#search #keyword{
    width: 100%;
    padding-left: 32px;
    background-color: #f5f5f4;
    border: none;
    box-shadow: none;
    height: 32px;
    border-radius: 6px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 4% center;
    background-size: 16px 14px;
}
input::-webkit-input-placeholder{
    color: #e2e2e2;
    font-size: 16px;
    padding-left: 4px;
}
#search img{
    width: 18px;
    height: 18px;
    margin-left: 20px;
}
/* 类别 */
#category{
    height: 46px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
}
#category ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#category ul li{
    display: flex;
    line-height: 46px;
    position: relative;
}
#category ul li a{
    color: #666666;
    font-size: 13px;
}
#category ul li p{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 38px;
    left: 28px;
}
#category ul li .i i{
    color: #9ea2a2;
    margin-top: -38px;
}
#category ul li i{
    color: #9ea2a2;
}
#category ul li a:hover{
    color: #4b2240;
}
.c4b2240{
    color: #4b2240 !important;
}

#category ul li img{
    width: 14px;
    height: 14px;
}
/* 内容 */
#content-switch{
    width: 100%;
    padding-bottom: 50px;
    margin-top: 132px;
}
#search-content ul li{
    background-color: #fff;
    width: 95%;
    /* padding: 10px; */
    margin-bottom: 8px;
    margin-left: 8px;
    display: flex;
    align-items: center;
}
#search-content ul li .p{
    width:62%;
}
#search-content ul li .title{
    font-size: 13px;
    color: #353535;
    margin-top: 20px;
    padding-right: 8px;
    overflow: hidden;  
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#search-content ul li .merchant{
    max-height: 16px;
    margin-top: 10px;
    padding-right: 8px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
#search-content ul li .merchant a.name{
    font-size: 12px;
    color: #bebebe;
    width: 140px;
    max-height: 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: left;
}
#search-content ul li .merchant span{
    width: 58px;
    height: 16px;
    display: inline-block;
    font-size: 10px;
    color: #db9c5a;
    text-align: center;
    line-height: 16px;
    background-color: #fbf4ed;
}
#search-content ul li .merchant span i{
    font-size: 12px;
    color: #db9c5a;  
}
#search-content ul li .start{
    width: 12px;
    height: 12px;
}

#search-content ul li .single{
    width: 125px;
    height: 124px;
    line-height: 124px;
    text-align: center;
    margin-right: 12px;
    /* border: 1px solid red; */
}
#search-content ul li .single img{
    width: 110px;
    height: 110px;
    /* border: 1px solid #000; */
}
#search-content ul li .price{
    margin-top: 25px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding-right: 8px;
}
#search-content ul li .price .total-price{
    color: #db9c5a;
    font-size: 13px;
}
#search-content ul li .price .all-sold{
    color: #bebebe;
    font-size: 12px;
	width:85px;
}

/* 两列 */
#two-columns-content{
    width: 100%;
}
#two-columns-content ul{
    width: 100%;
    overflow: hidden;
    /* display: flex; */
    /* flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between; */
}  
#two-columns-content ul li{
    width: 168px;
    /* padding: 4px; */
    background-color: #fff;
    float: left;
    margin: 0px 8px 0 10px;
    margin-bottom: 10px;
}
#two-columns-content ul li .picBox{
    width: 168px;
    height: 175px;
    text-align: center;
    /* border: 1px solid #000; */
}
#two-columns-content ul li .pic1{
    width: 156px;
    height: 156px;
    margin-top: 5px;
    /* border: 1px solid red; */
    box-sizing: border-box;
}
#two-columns-content ul li .title{
    font-size: 13px;
    color: #353535; 
    padding: 0 8px;
    min-height: 36px;
    overflow: hidden;  
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#two-columns-content ul li .price{
    padding: 0 8px;
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
}
#two-columns-content ul li .price .total-price{
    color: #db9c5a;
    font-size: 13px;
}
#two-columns-content ul li .price .all-sold{
    font-size: 12px;
    color: #bebebe;
}
#two-columns-content ul li .name .merchan{
    padding: 0 8px;
    margin: 10px 0px;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
}
#two-columns-content ul li .merchan .storeName{
    color: #bebebe;
    font-size: 12px;
    display: block;
    width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#two-columns-content ul li .merchan .star{
    width: 58px;
    height: 16px;
    display: inline-block;
    font-size: 10px;
    color: #db9c5a;
    text-align: center;
    line-height: 16px;
    background-color: #fbf4ed;
}
#two-columns-content ul li .merchan span i{
    font-size: 10px;
    color: #db9c5a;
}

@media screen and (max-width : 736px){ 
    #two-columns-content ul li{
        width: 188px;
        margin: 0px 4px 10px 12px;
    }
    #two-columns-content ul li .picBox{
        width: 188px;
        height: 188px;
        line-height: 188px;
        text-align: center;
    }
    #two-columns-content ul li .pic1{
        width: 178px;
        height: 178px;
        margin-top: 5px;
        box-sizing: border-box;
    }
    #two-columns-content ul li .title{
        margin-top: 10px;
    }
}
@media screen and (max-width:413px){
    #two-columns-content ul li{
        width: 168px;
        margin: 0px 2px 10px 12px;
    }
    #two-columns-content ul li .picBox{
        width: 168px;
        height: 168px;
        line-height: 168px;
        text-align: center;
        /* border: 1px solid #000; */
    }
    #two-columns-content ul li .pic1{
        width: 156px;
        height: 156px;
        margin-top: 5px;
        /* border: 1px solid red; */
        box-sizing: border-box;
    }
}
@media screen and (max-width:360px){
    #two-columns-content ul li{
        width: 168px;
        margin: 0px 4px 10px 6px;
    }
}

/* 单列、两列隐藏 */
.two-columns-pic{
    display: none;
}
/* #content-switch .mc{
    display: none;
} */
#content-switch .active{
    display: none!important;
}

/* 为空 */
.empty{
    width: 100%;
    text-align: center;
}
.empty img{
    width: 100px;
    height: 100px;
    margin-top: 88px;
}
.empty .empty-content{
    color: #888989;
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 20px;
}



/* 筛选弹出层 */
p{
    margin: 0px;
}
.modal-dialog{
    width: 285px;
    height: 100%;
    margin: 0px;
    border: none;
    position: absolute;
    right: 0;
}
.modal-content{
    width: 285px;
    height: 100%;
    border: none;
}
.modal-body div p{
    color: #666666;
    font-size: 14px;
    padding-left: 20px;
    padding-bottom: 12px;
}
.modal-body .shortcut{
    margin-top: 18px;
    margin-bottom: 32px;
}
.modal-body ul{
    overflow: hidden;
}
.modal-body ul li{
    float: left;
    width: 80px;
    height: 34px;
    line-height: 34px;
    background-color: #f8f8f8;
    border-radius: 7px;
    text-align: center;
    color: #131210;
    font-size: 12x;
    margin-left: 4px;
    margin-bottom: 10px;
}
.modal-body .credit{
    margin-top: 18px;
    margin-bottom: 32px;
}
.modal-body .price{
    margin-top: 18px;
    margin-bottom: 32px;
}
.modal-body .price span{
    display: inline-block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    background-color: #f8f8f8;
    border-radius: 7px;
    text-align: center;
    color: #bbbbbb;
    font-size: 12x;
}
.modal-footer{
    margin: 0px;
    padding: 0px;
    border: none;
    position: absolute;
    bottom: 0px;
}
.modal-footer button{
    width: 140px;
    height: 48px;
    margin: 0px;
    padding: 0px;
    border: none;
    box-sizing: border-box;
    background-color: #fff;
    color: #666666;
    font-size: 16px;
}
.modal-footer .btn2{
    background-color: #db9c5a;
    color: #fff;
}
.active{
    background-color: #fbf3eb!important;
    color: #db9c5a!important;
}


.show-none{
    display: none;
}
.show-block{
    display: block;
    margin-top: 132px;
}


.banner_item{
    height: 45px;
}
#page-foot #page-foot-fixed #header_bar a .ico{
   width:36px;
   height:26px;
   margin-top:-1px;
}











