/*  */
.gap1 div img {
    width: 50px;
}

.gap1 div div * {
    display: inline-block;
    font-weight: bold;
}

/* chart css */
.sec3 {
    position: relative;
}

.tbl {
    height: 100%;
    overflow-x: scroll;
    position: relative;
    padding-bottom: 30px;
}

.tbl > p {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100px;
    margin: 0;
    font-size: 12px;
}

/* .tbl > p span:nth-child(1) {
    color: #7fffd4;
}

.tbl > p span:nth-child(3) {
    color: #ffa500;
} */

/* .slick-slide.slick-current .tbl {
    position: static;
} */

.tbl::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.tbl::-webkit-scrollbar-track {
    background-color: #fff;
}
.tbl::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
}

.tbl > div {
    width: 30px;
    background-color: #0a121d;
    margin-right: 4px;
    min-width: 30px;
}

.tbl > div:nth-child(4), .tbl > div:nth-child(5), .tbl > div:nth-child(6), .tbl > div:nth-child(7), .tbl > div:nth-child(8), .tbl > div:nth-child(9), .tbl > div:nth-child(10), .tbl > div:nth-child(11), .tbl > div:nth-child(12), .tbl > div:nth-child(13), .tbl > div:nth-child(14), .tbl > div:nth-child(15) {
    background-color: #17273a;
}

/* .tbl > div:nth-child(2), .tbl > div:nth-child(3), .tbl > div:nth-child(4), .tbl > div:nth-child(23), .tbl > div:nth-child(24), .tbl > div:nth-child(25) {
    display: none;
} */

.tbl > div.act::before {
    content: 'Now';
    position: absolute;
    top: 50%;
    background-color: #fcc739;
    border-radius: 10px;
    padding: 0 4px 2px;
    font-size: 10px;
    z-index: 1;
    line-height: 16px;
}

.tbl > div.act::after {
    content: '';
    height: 100%;
    position: absolute;
    width: 1px;
    background-color: rgb(255 255 255 / 50%);
    top: 0;
    margin-left: 15px;
}

.tbl > div > div {
    text-align: center;
}

.tbl > div > div:nth-child(2),.tbl > div > div:nth-child(4) {
    background-color: #000;
    font-size: 12px;
    padding: 2px;
}

.tbl > div > div:nth-child(3) {
    height: 70px;
}
.tbl > div > div:nth-child(3) span {
    transform: rotate(-225deg);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 5%;
}
.tbl > div > div:nth-child(3) span.lv2 {
    bottom: 15%;
}
.tbl > div > div:nth-child(3) span.lv3 {
    bottom: 25%;
}
.tbl > div > div:nth-child(3) span.lv4 {
    bottom: 35%;
}
.tbl > div > div:nth-child(3) span.lv5 {
    bottom: 45%;
}
.tbl > div > div:nth-child(3) span.lv4 i, .tbl > div > div:nth-child(3) span.lv5 i {
    font-size: 130%;
}
.tbl > div > div:nth-child(5) {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.line-chart {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 615px !important;
    margin: 0 !important;
    background-color: transparent !important;
}
.wicon {
    padding: 2px;
}
.bl {
    color: #03f8f0;
}
.yl {
    color: #fcc739;
}
.wind {
    position: relative;
}
/* .wind i {
    position: absolute;
    bottom: 1%;
    left: 0;
} */