/* 公有样式 */
p{
    color: white;
}
body{
     font-family: 'Noto Sans SC', sans-serif;
}
.fanhui{
    width: 52px;
    color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 80px;
    left: 3%;
    z-index: 999;
}