
body{
    background-color: #f5f5f5;
}
/* 左边分类设置开始 */
#product-detail {
    margin-top: 20px;
}

#product-detail .panel-title {
    text-align: center;
    color: darkred;
    font-size: 20px;
}

#product-detail .panel-body {
    margin: 50px;
}
/* 左边分类设置结束 */


/* 右边分类设置 */
/*#product-type {*/
/*    position: fixed;*/
/*    left: 5%;*/
/*    top: 20%;*/
/*}*/

#product-type {
    margin-top: 150px;
}

#product-type h4{
    color: white;
    cursor: pointer;
    text-decoration: none;
}

#product-type h4:hover{
    color: darkred;
}


#article_type_ul a h5{
    color: cornflowerblue;
}
#article_type_ul a h5:hover{
    color: darkred;
}

#article_type_ul a:hover{
    text-decoration: none;
}
/* 右边分类设置结束*/

