/*
 * 自定义
 */

.margin_bot_5 {
    margin-bottom: 5px;
}
.margin_bot_10 {
    margin-bottom: 10px;
 }

.pad_top_10{
    padding-top: 10px;
}

.def_height{
    height: 300px;
}