        
           .wrapbox {
                width: 100%;
                overflow: hidden;
                position: relative;
            }

            .content1 {
                display: flex;
                flex-direction: column;
                background: none !important;
            }

            .section {
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 1.2rem;
            }

            .section:nth-child(odd) {
                background: transparent;
            }

            .section:nth-child(even) {
                background: transparent;
            }

            .content1 {
                width: 100%;
            }

            .ticker-wrapper {
                height: 410px;
                /* Height of one item */
                overflow: hidden;
                position: relative;
            }

            .ticker-list {
                display: flex;
                flex-direction: column;
                animation: scrollUp 14s linear infinite;
            }

            .dailyProfitRank__content-list__item {
                height: 58px;
                /* Same as wrapper */
                flex-shrink: 0;
            }

            /* Infinite upward scroll */

            @keyframes scrollUp {
                0% {
                    transform: translateY(0);
                }
                100% {
                    transform: translateY(-50%);
                }
                /* Move up by half, because we doubled the content */
            }
        .tabbar__container[data-v-c4b9aaee] {
                                height: 59px;
                                background-size: cover !important;
                            
                            }

                            .tabbar__container-item svg[data-v-c4b9aaee] {
                                display: block;
                                width: 40px;
                                height: 21px;
                            }

                            .tabbar__container-item[data-v-c4b9aaee] {
                                font-size: 11px;
                            }

                            .tabbar__container-item[data-v-c4b9aaee]:nth-of-type(3) svg {
                                position: relative;
                                top: -9px;
                                width: 31px;
                                height: 32px;
                                z-index: 3;
                                left: 1px;
                            }

                            .tabbar__container-item:nth-of-type(3) .promotionBg[data-v-c4b9aaee] {
                                position: absolute;
                                left: 50%;
                                bottom: 28px;
                                -webkit-transform: translate(-50%, 0);
                                transform: translate(-50%);
                                background: transparent;
                                width: 60px;
                                height: 37px;
                                border-radius: 15px;
                                box-shadow: none;
                                z-index: 2;
                            }

                            .tabbar__container-item:nth-of-type(3) .promotionBg[data-v-c4b9aaee]:after {
                                content: "";
                                position: absolute;
                                left: 50%;
                                top: 71%;
                                width: 60px;
                                height: 37px;
                                border-radius: 15px;
                                -webkit-transform: translate(-50%, -50%);
                                transform: translate(-50%, -50%);
                                background: -webkit-linear-gradient(180deg, #013b49 0%, #012034 100%);
                                ;
                                background: linear-gradient(180deg, #013b49 0%, #012034 100%);
                                ;
                            
                            }

                            .tabbar__container-item[data-v-c4b9aaee] {
                                color: #b6bcc8;
                            }

                            .tabbar__container-item.active[data-v-c4b9aaee] svg path {
                                fill: #b6bcc8;
                            }

                            .tabbar__container-item.active[data-v-c4b9aaee] {
                                color: #b6bcc8;
                            }

                            .gm {
                                width: 30px;
                                z-index: 99;
                                position: absolute;
                                top: -31px;
                            }
                            @media (min-width: 600px) and (max-width: 768px) {
   .tabbar__container[data-v-c4b9aaee] {
                                height: 59px;
                                background-size: cover !important;
                                width: 100%;
                            
                            }
}


