:root {
    /*--登入背景--*/
    --loginModal-bg:#F1F7FE;
    
    /*--优惠活动--*/
    --promotions-tab-color:#283763;
    
    /*--index-header--*/
    /*熱門賽事*/
    --index-sub-menu-bg: linear-gradient(to bottom, #d8e3f1, #fff 3%, #f2f6fa 9%, #f3f6fa 28%, #e3ebf4 66%, #e8eff6 83%, #fff);
    
    /*市场列表*/
    --market-alliance_name-checked-color: #fff;
    /* 选择联盟 */
    --table-head-bg:linear-gradient(to right, #6cacfb, #3868c7);
    --market-alli_choose_row-before: linear-gradient(to bottom, #8dddfa, #419df2);
    --game_record_head-bg: linear-gradient(to right, #6cacfb -2%, #3868c7 98%);
    --market-alli_choose_btn-checked-bg:linear-gradient(to bottom, #6cacfb, #3868c7);
    --footer-bg: linear-gradient(to bottom, #d8e3f1, #fff 3%, #f2f6fa 9%, #f3f6fa 28%, #e3ebf4 66%, #e8eff6 83%, #fff);

    /* 我的vip */
    /* --my-viplist-main-bg: linear-gradient(to left, #fff, #e4eff3); */
    --my-permissions-bg: linear-gradient(to bottom, #fff, #e4eff3);

    /* 公告 */
    --tabgroup-btn-active-bg:linear-gradient(to bottom, #6cacfb, #3868c7);
    --all-tab-checked-bg:linear-gradient(to bottom, #6cacfb, #3868c7);
}