body{
    max-width: 750px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #efefef;
}
/*ز³أوض÷جه*/
#page{
    display: flex;
    margin-bottom: 1rem;
}
#page .cate{
    width:25%;
    background: #fff;
    display: flex;
    flex-direction: column;
}
#page .cate a{
    text-decoration: none;
    padding:0.3rem 0rem 0.3rem 0rem;
    text-align: center;
    color: #333;
    font-size: 0.20rem;
    display: block;
}
#page .cate .active{
    background: #efefef;
    color: #ff4000;
    border-left: 0.06rem solid #ff4000;
}
#page .show{
    width: 88%;
    background: #fff;
    margin-left: 2%;
}
#page .show .title{
    margin-top: 0.1rem;
    padding: 0.2rem;
    text-align: center;
}
#page .show .title span{
    font-size: 0.28rem;
    color: #333;
}
#page .show .content{
    padding: 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
}
#page .show .content .list{
    display: inline-block;
    flex-grow: 1;
}
#page .show .content .list a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.1rem 0.2rem;
    background: #efefef;
    border-radius: 0.1rem;
    margin: 0.1rem 0.05rem;
}
#page .show .content .list span{
    font-size: 0.26rem;
    color: #333;
}
#page .show .content .good-item{
    margin: 0.1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#page .show .content .good-item .good-img{
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    border: 0.01rem solid #ccc;
    border-radius: 0.2rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page .show .content .good-item .good-img img{
    width: 2rem;
    height: auto;
}
#page .show .content .good-item .good-desc{
    padding: 0.1rem 0 0.2rem 0.1rem;
    flex: 1;
    overflow: hidden;
    height: 2rem;
}
#page .show .content .good-item .good-desc .good-name{
    width: 100%;
    height: 1rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#page .show .content .good-item .good-desc .good-sale{
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
}
#page .show .content .good-item .good-desc .good-sale .pri{
    font-size: 0.3rem;
    color: #ff4000;
}
#page .show .content .good-item .good-desc .good-sale .pri i{
    font-style: normal;
    font-size: 0.22rem;
}
#page .show .content .good-item .good-desc .good-sale .hot{
    margin-left: 0.2rem;
    font-size: 0.28rem;
    color: #999;
}
