#tablist {
    width: 350px;
    float: left;
}

.cover {
    /* background-color: #001938; */
    color: #fff !important;
    font-size:26px;
}

#tablist {
    overflow: hidden;
}

#tablist ul {
    margin-top: 100px;
}

#tablist ul li {
    list-style: none;
    cursor: pointer;
    padding: 1px 0;
    padding-left: 6px;
    color: #ccc;
}

svg {
    margin-left: 40px;
	position: absolute;
            left: 300px;
            top: 90px;
}

.domain {
    display: none;
}

.tick line {
    stroke: #C0C0BB;
}

.tick text {
    fill: #8E8883;
    font-size: 12pt;  /*下放坐标轴数字大小*/
}

.days {
    fill: rgb(92, 92, 92);
    font-weight: bold;
    font-size: 55pt;
}

.timer {
    fill: #8E8883;
}

.value {
    fill: rgb(138, 46, 46);
    font-size: 30pt;   /*左边数字大小*/
    font-weight: 400;
}

.barInfo {
    fill: rgb(255, 255, 255);
    font-size: 22pt;
    font-weight: 800;
}


.L {
    fill: lavender;
}

.K {
    fill: sienna;
}

.J {
    fill: indianred;
}

.I {
    fill: darkcyan;
}

.H {
    fill: darkgoldenrod;
}

.G {
    fill: darkkhaki;
}

.F {
    fill: coral;
}

.E {
    fill: tan;
}

.D {
    fill: darkorange;
}

.C {
    fill: darkblue;
}

.B {
    fill: darkred;
}

.A {
    fill: steelblue;
}