/**home summary png 2 line height**/
.summary-table{
    line-height: 8px;
}

/*class 调整 保证独一无二 向上多追溯几个class*/
.nav-pills > .nav-item  > .active {
    color: white;
    background-color: mediumaquamarine;
}

/*全局去除a 超链接的下划线*/
a{
	text-decoration:none;
}