/** 用户和商户中心左侧菜单 **/
.my-active{
    background-color: #FF971B !important;

}
.my-active a{
    color: #ffffff !important;
}
.my-active :hover{
    background-color: #FF971B !important;
    color: #ffffff;
}

.banner{
    background-image: linear-gradient(to bottom,#f5f5f5 0%,#e8e8e8 100%) !important;

}
.banner a{
    color: #999 !important;
}
.banner :hover{
    background-image: linear-gradient(to bottom,#f5f5f5 0%,#e8e8e8 100%) !important;
    color: #000000;
}

/*************************/