.charts-title{
    text-align: center;
    padding-top: 60px;
}
.charts{

}
.charts .main-title{
    height: 30px;
    padding-top: 30px;
    font-size: 28px;
    line-height: 30px;
    color: red;
}
.charts .sub-title{
    font-size: 12px;
    line-height: 15px;
}
.charts .shares-panel-body{
    display: inline-block;
    width: 400px;
    height: 230px;
    /*background-color: #ccc;*/
}
.charts .shares-info{
    width: 180px;
    height: 230px;
    float: right;
    font-size: 14px;
    /*padding-top: 20px;*/
}
.charts .shares-info table{
    margin: -40px 10px;
}
.charts .shares-info td{
    /*	line-height: 20px;*/
    height: 20px;
    padding: 5px 0;
}
.charts .shares-panel-body .item{
    width: 100%;
    height: 100%;
    display: none;
}
.charts  .shares-panel-body .active{
    display: block;
}
.shares-panel-tab{
    height: 30px;
    line-height: 30px;
}
.shares-panel-tab .item{
    width: 98px;
    display: inline-block;
    text-align: center;
    background: #f2f2f2;
    color: #666;
    border:1px solid #666;
    cursor: pointer;
}
.shares-panel-tab .item:hover{
    background-color:#fff;
}
.shares-char {
    width: 400px;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
}




