@charset "utf-8";
body {
    background: #0086c0;
}

a:visited {
    background: none;
}

#itemName {
    padding-top: 4px;
}

.banner {
    width: 980px;
    height: 262px;
    position: relative;
    z-index: 2;
}

.itemNames {
    width: 200px;
    height: 262px;
    float: left;
    overflow: hidden;
    position: relative;
}

.itemNames.posi {
    margin-top: 39px;
    height: 190px;
}

.itemNames ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.itemNames li {
    line-height: 32px;
    margin-bottom: 6px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.itemNames li.on {
    background: rgba(255, 255, 255, 0.57);
    color: #3b3b3b;
}

.itemNames li.last,
.itemNames li:last-child {
    /* margin-bottom: 0; */
}


.cup,
.cdown {
    height: 33px;
    width: 200px;
    background: rgba(0, 0, 0, 0.4) url(../images/cup.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    display: none;
    border-radius: 3px;
}

.cdown {
    background-image: url(../images/cdown.png);
    top: auto;
    bottom: 0;
}

.echart {
    height: 262px;
    width: 780px;
    position: relative;
    z-index: 1;
    float: right;
}

.legendbg {
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 972px;
    background: rgba(255, 255, 255, 0.6);
}

.changetime {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 780px;
    text-align: center;
    z-index: 2;
}

.changeitem {
    height: 50px;
    display: none;
}
