
.topTitle{
    width: 100%;
    height: 6%;
}
.daojishi{
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: right;
    margin-left: 50px;
}
.daojishi span{
    color: red;
    font-weight: 600;
}
.s_btn{
    width: 100px;
    height: 40px;
    background-color: #393D49;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}
.s_btn a{
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.content{
    width: 100%;
    height: 92%;
    background-color: #313439;
    position: fixed;
}
.content_trend{
    width: 100%;
    height: 100%;
    background-color: #313439;
    position: fixed;
}
table{
    height: 92%;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    top: 30px;
}
.c_table{
    width: 70%;

}
.t_table{
    width: 94%;
    table-layout: fixed;
}
.t_table thead tr{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.t_table .t_th{
    width: 140px;
}
.t_table  th,td{
    border: 1px solid #e7e7e7;
    text-align: center;
    box-sizing: border-box;
}
.c_table thead th{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;

}

table thead{
    width: calc( 100% - 1em)
}
table thead,tbody tr{
    display: table;
    width: 100%;
    table-layout: fixed;
}
table tbody{
    display: block;
    height: 93%;
    overflow-y: auto;
}
table tbody tr td{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.trend_num{
    width: 30px;
    height: 30px;
    background-color: #5a9ac8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
}
.topTitle_name{
    width: 130px;
    display: inline-block;
    float: right;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #b522c4;
}