html,body{
    padding: 0px;
    margin: 0px;
    background-color: #f5f7f7;
}
p{
    padding: 0px;
    margin: 0px;
}
a:focus, a:hover{
    text-decoration: none;
}
.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;
}
/* banner */
.storeBanner{
    width: 100%;
    height: 100px;
    position: relative;
}
.storeBanner .banner{
    width: 100%;
    height: 100px;
}
.storeBanner .storeLogo{
    height: 48px;
    width: 100px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    bottom: -34px;
    left: 20px;
    box-shadow:0 5px 5px 0.2px rgba(0, 0, 0, 0.05);
}
.storeBanner .storeLogo img{
    width: 92px;
    height: 40px;
    border-radius: 8px;
}
/* store details */
.storeInformantion{
    background-color: #fff;
}
.storeInfo{
    padding-top: 45px;
}
.storeInfo .store-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
}
.storeInfo .store-name .store-title{
    color: #353535;
    font-size: 17px;
    padding-left: 5px;
    max-width: 250px;
    max-height: 48px;
    overflow: hidden;
    /* display: flex;
    align-items: center; */
}
.storeInfo .store-name .store-title span{
    font-size: 8px;
    width: 23px;
    height: 14px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    /* display: inline-block; */
    background-color: #db9c5a;
    border-radius: 2px;
    margin-left: 5px;
}
.storeInfo .store-name .store-collection{
    width: 80px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 4px;
    color: #666666;
    font-size: 13px;
    border: 1px solid #d9d9d9;
}
.storeInfo .store-sales{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 15px 0 15px;
}
.storeInfo .store-sales .store-volume{
    color: #888989;
    font-size: 13px;
    padding-left: 5px;
}
.storeInfo .store-sales .star{
    width: 58px!important;
    height: 16px!important;
    display: inline-block;
    font-size: 10px;
    color: #db9c5a!important;
    text-align: center;
    line-height: 16px;
    background-color: #fbf4ed!important;
}
.storeInfo .store-sales .star i{
    font-size: 12px;
    color: #db9c5a;  
}

.storeDetails{
    margin: 25px 15px 0px 15px;
    padding-bottom: 20px;
}
.storeDetails .store-tel{
    color: #888989;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.storeDetails .store-address{
    color: #888989;
    font-size: 13px;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.storeDetails .store-prodocut .store-content{
    color: #888989;
    font-size: 12px;
    max-height: 50px;
    overflow: hidden;
    padding-left: 5px;
}
.displayText{
    color: #888989;
    font-size: 12px;
    padding-left: 5px;
}
.storeDetails .store-prodocut .content-hidden{
    margin-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.storeDetails .store-prodocut .content-hidden .an{
    color: #db9c5a;
    font-size: 13px;
    text-align: center;
    line-height: 15px;
}
.storeDetails .store-prodocut .content-hidden .packUp{
    color: #db9c5a;
    font-size: 13px;
    text-align: center;
    line-height: 15px;
}
.storeDetails .store-prodocut .content-hidden span img{
    width: 8px;
    height: 7px;
}
.Dis{
    display: none;
}
.readall_box{
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -170px;
    padding-top: 60px;
    text-align: center;
}
.readall_box .read_more_mask {
    height: 100px;
    width: 100%;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0))
}


/* 两列 */
#two-columns-content{
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
}
#two-columns-content ul{
    width: 100%;
    overflow: hidden;
}  
#two-columns-content ul li{
    width: 153px;
    min-height: 233px;
    float: left;
    margin: 20px 10px 0 20px;
    margin-bottom: 10px;
} 
 
 
#two-columns-content ul li .picBox{
    width: 153px;
    height: 153px;
    line-height: 153px;
    text-align: center;
	cursor: pointer;
}
#two-columns-content ul li .pic1{
    max-width: 153px;
    max-height: 153px;
}
#two-columns-content ul li .name{
    margin-top: 18px;
}
#two-columns-content ul li .title{
    font-size: 13px;
    color: #353535;   
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#two-columns-content ul li .price{
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}
#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{
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}
#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){ 
 
}
@media screen and (max-width:413px){
   
}
@media screen and (max-width:360px){
    #two-columns-content ul li{
        margin: 20px 10px 0 15px;
    }
}







