@media only screen and (max-width: 768px) {
		    .more-btn {
		        line-height:32px;
		        border-width: 1px;
		        padding: 0 20px;
		        font-size: 12px;
		        border-radius: 30px
		    }
		}
		
		.sm-show {
		    display: none
		}
		
		@media only screen and (max-width: 768px) {
		    .sm-show {
		        display:block
		    }
		}
		.tab-nav {
		    width: 100%;
		    top: var(--header-height);
		    background-color: #fffc;
		    height: 7rem;
		    display: flex;
		    justify-content: center;
		    align-items: center;
		    z-index: 10;
		    border-bottom: 1px solid #eee
		}
		.tab-number {
		    position: sticky;
		    bottom: 0;
		    z-index: 10;
		    width: 100%;
		    background-color: #e60012;
		    color: #fff;
		    padding: 16px 10vw;
		    font-size: 12px
		}
		.tab-number .number {
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    font-weight: 600
		}
		.tab-number .number img {
		    width: 20px
		}
		.tab-number .number span {
		    margin: 0 8px;
			color:white !important;
		}
		.tab-number .number p {
		    font-size: 24px;
			color:white;
		}
		.home-tab-bar {
		    position: sticky;
		    bottom: 0;
		    z-index: 10;
		    width: 100%;
		    background-color: #e60012;
		    color: #fff;
		    padding: 12px 10vw;
		    font-size: 11px
		}	
		/* --------------------- */
		.container .leftbox .numbers {
		    display: flex;
		    justify-content: center;
		   /* margin-top: 9rem; */
		}
		.container .leftbox .numbers .item:first-of-type {
		    padding-left: 0;
		}
		
		.container .leftbox .numbers .item {
		    padding: 0 6.8rem;
		    line-height: 1;
		    white-space: nowrap;
		    text-align: center;
		}
		.container .leftbox .numbers .item .number {
		    font-size: 2rem;
		    color: goldenrod;
		}
		@media only screen and (max-width: 1536px) {
		    .container .numbers .item .name {
		        font-size: 17px;
		        margin-top: 16px;
		    }
		}
		.container .numbers .item .name {
		    font-size: 18px;
		    margin-top: 18px;
		}