        .headerSpMutedLink a {
            color: rgba(192, 192, 192, 0.72) !important;
        }

        @media (max-width: 991px) {
            .header .menuList {
                padding-top: 86px;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
            }

            .header .menuList>li.headerSpMessageItem {
                margin-top: 0 !important;
            }

            .header .menuList>li.headerSpDividerItem {
                margin: 13px 0 !important;
                padding-top: 0;
                height: 0;
            }

            .header .menuList>li.headerActionItem {
                border-top: 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.8);
                padding-bottom: 36px;
            }
        }