:root{
    /*页面主色*/
    --mainblue-color: #3A77FE;
    /*选中背景色*/
    --lightblue-color: #EDF3FE;
    /*页面主背景色*/
    --white-color:#FFFFFF;
    /*页面底色*/
    --grey-color: #F3F3F3;
    /*tab栏背景色*/
    --tabbackground-color: #F1F2F5;
    /*侧边栏选中背景色，页头选中背景色*/
    --slideselectcolor-color: #E2EBFE;
}

