body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
/*
    解决Menu标签中使用Link 空白地方点击无效的trick
*/
.ant-menu-item > span > a {
    color: #fafafa;
    text-decoration: none;
}

.ant-menu-item > span > a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    content: "";
}


.rcre-feedback {
    cursor: pointer;
    position: fixed;
    bottom: 35px;
    right: 20px;
    font-size: 32px;
    color: #d34154;
    background: transparent;
}
