* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
}

ul, ol, li {
    list-style: none;
}

.charts-dl {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 0 0 10px;
    color: #fff;
}

.charts-dt {
    border-bottom: 1px solid #ccc;
}

.charts-dt h5 {
    display: inline-block;
    font-size: 22px;
    height: 35px;
    color: #333;
    border-bottom: 3px solid #2a5899;
    padding-bottom: 5px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: -1px;
    box-sizing: border-box;
}

.charts-dl .today {
    float: left;
    line-height: 31px;
    font-size: 16px;
    margin: 0 20px 0 0;
}

.charts-tab {
    float: left;
    width: 487px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 11px;
}

.tab-label {
   float: left;
   font-size: 16px;
   line-height: 16px;
   margin-left: 9px;
}

.charts-tab li {
    position: relative;
    float: left;
    font-size: 16px;
    padding:  0 13px 0 15px;
    margin-bottom: 10px;
    line-height: 16px;
    cursor: pointer;
}
.charts-tab li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 2px;
    height: 12px;
    background: #747997;
}

.charts-tab li.active {

}

.charts-tab li:first-child {
    border-right: 0;
    padding-left: 0;
}

.charts-tab li:last-child:after {
    display: none;
}

.charts-tab li:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}
.charts-tab li.disabled {
    font-weight: bold;
    padding: 0 10px 0 0;
}
.charts-datas {
    overflow: hidden;
    margin-bottom: 13px;
    padding-left: 11px;
}

.charts-datas strong {
    float: left;
    font-weight: 400;
    font-size: 31px;
    line-height: 1;
    font-family: Montserrat;
}

.charts-data {
    float: right;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    margin-right: 8px;
    text-align: center;
}

.charts-data p {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}
.charts-data p:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
    height: 12px;
    background: #c2c4d0;
}

.charts-data p:last-child:after {
    display: none;
}

.charts-datas p:first-child {
    margin-left: 0;
}

.charts-data p span {

}

.charts-graphical {
    width: 100%;
    height: 304px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.iconhuore {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/exp-hot.png) no-repeat center;
    margin-left: 3px;
    vertical-align: top;
}

.charts-dt a {
    float: right;
    margin-top: 6px;
    color: #8a8a8a;
    font-size: 12px;
    text-decoration: none !important;
}