*{
    margin: 0;
    padding: 0;
}

.top{
    width: 100%;
    height: 40px;
    text-align: left;
    text-indent: 22px;
    color: white;
    background-color: #FF58B7;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 4px;
    position: fixed;
    top: 0;
}

.notify_img{
    width: 20px;
    height: 20px;
    position: relative;
    right: -190px;
    top: 5px;
}

.tips_ridio{
    background-color: red;
    border-radius: 50%;
    position:absolute;
    height: 10px;
    width:10px;
    top: 5px;
    line-height: 10px;
    right: 10px;
}

.tabbar_box{
    display: flex;
    justify-content: center;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: fixed;
    width: 100%;
    top: 40px;

}

.tabbar_list{
    text-align: center;
    width: 50%;
    background-color: #e6e6e6;
    font-size: 14px;
}

.selectTabbar{
    color: white;
    background-color: #45bdbb;
    font-weight: bolder;
}

