
/*左边菜单鼠标上移动样式*/
.menu-service:hover{
    background-color:  #ECF5FF;
}


.menu-service-image{
    width: 18px;
    height: 18px;
    margin-left: 15px;
    margin-right: 15px;
}
.menu-right{
    padding: 15px;

}
/*右边菜单提示*/
.menu-right-point{
    width: 865px;
    height: 38px;
    background-color: #FEF0F0;
    display: flex;
    align-items: center;
}
/*字体免费提示*/
.menu-right-point-free{
    font-size: 14px;
    margin-left: 15px;
    color:  #F56C6C;
}
/*小红点样式*/
.menu-right-redPoint{
    color: red;
    margin-right: 5px;

}
.menu-right-point-increment{
    font-size: 14px;
    color: #409EFF;
}
.menu-right-btn-create{
    width: 100px;
height: 34px;
color: #ffffff;
background-color: #409EFF;
border-radius:3px;
text-align: center;
line-height:34px;
border-style: none;
}
.menu-right-table{
    border: 1px solid #999999;
    width: 100%;
    margin-top: 15px;
}
/**
      右边面包屑 css
       */
.menu-right-nav{
    width: 865px;
    border-bottom: 1px solid #797979;
    color: #808285;
}