.quoteIdx_trends {
    width: 300px;
    height: 300px;
    background-color: #fff;
    margin-bottom: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ebe4df;
}

.quoteIdx_trends .quoteIdx_trends--tit {
    margin-top: -4px;
    border-collapse: collapse;
    height: 30px;
}

.quoteIdx_trends .quoteIdx_trends--tit tr {
    height: 24px;
}

.quoteIdx_trends .quoteIdx_trends--chart {
    height: 140px;
    position: relative;
    background-color: #faf9f7;
}

.quoteIdx_trends .quoteIdx_trends--tit th:first-child {
    text-align: left;
}

.quoteIdx_trends .quoteIdx_trends--tit th:last-child {
    text-align: right;
    margin-right: 0;
}

.quoteIdx_trends .quoteIdx_trends--tit th {
    font-weight: 400;
    float: left;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    text-align: center;
    padding-bottom: 3px;
    margin-right: 24px;
}

/*.loading {
    display: block;
    width: 100%;
    font-size: 0;
    height: 100%;
    position: relative;
}*/

.quoteIdx_trends--chart img, .loading img {
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.quoteIdx_trends .quote-price-list {
    text-align: center;
    border-collapse: collapse;
}

.quoteIdx_trends .quote-price-list tbody tr {
    height: 25px;
    cursor: pointer;
}

.quoteIdx_trends .quote-price-list tr > td {
    font-size: 14px;
    text-align: right;
    font-weight: 400;
    width: 80px;
}

.quoteIdx_trends .quote-price-list tr > td:first-child {
    display: block;
    width: 130px;
    text-align: left;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quoteIdx_trends .quote-price-list tr td:nth-child(-n+2) {
    color: #333;
}

.quoteIdx_trends .quoteIdx_list--container {
    height: 130px;
    overflow: hidden;
    margin-top: 5px;
}

.quoteIdx_trends .quoteIdx_trends--tit .active {
    color: #ff7e0b;
    position: relative;
}

.quoteIdx_trends .quoteIdx_trends--tit .active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    background-color: #ff7e0b;
}

.quoteIdx_trends .quote-price-list tbody tr.active, .quoteIdx_trends .quote-price-list tbody tr:hover {
    background-color: #faf9f7;
}
