   .tabs {
                margin-top: 0.3rem;
                background-color: #fff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                overflow-x: scroll;
            }

            .tabs::-webkit-scrollbar {
                display: none
            }

            .tabs .tabs-item {
                margin-right: 0.8rem;
                height: 2.0rem;
                background-color: #FFFFFF;
                color: #666666;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                position: relative;
                
                
                font-size: 0.72rem;
			    font-weight: normal;
            } 