/**商品边框列表**/
.cate-logo {
    width: 100px;
    height: 100px;
    display: block;
}





/** 分类页面 */
#app-home-cate-main {
    padding: 10px 0;border-bottom: 10px solid #fff;border-top: 10px solid #fff;border-radius: 10px;
}

#app-home-cate-main .cate-title {
    line-height: 50px;font-size: 18px;font-weight: bold;padding-left: 20px;
}


#app-home-cate-main .cate-logo {
    width: 100px;
    height: 100px;
    display: block;
    margin:0 15px;
    text-align: center;
}

#app-home-cate-main .cate-name {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
}

#app-home-cate-main .cate-name a {
    color: #333 !important;
}

#app-home-cate-main .cate-name a:hover {
    color: #428bca !important;
}


#app-home-hot{
    padding: 10px 0;border-radius: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}



#app-home-hot .hot-left{
    background-color: #FFF4F2;width: 590px;float:left; border-radius: 10px;padding: 10px;
}

#app-home-hot .hot-right{
    background-color: #F5F5F5;width: 590px;float:right; border-radius: 10px;padding: 10px;
}

#app-home-hot .hot-title{
    line-height: 50px;font-size: 18px;font-weight: bold;padding-left: 20px;
}


#app-home-hot .hot-logo{
    width:175px;height: 175px;text-align: center;
}
