@import url('./common.css?v=202307161649');
.banner{
    width: 100%;
    height: 300px;
    background: url('../img/charts-banner.png') no-repeat center center/cover;
    font-size: 53px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
.list-header,
.list-body{
    width: 1200px;
    margin: 0 auto 30px;
}
.list-th{
    width: 1200px;
    height: 56px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 5px 15px 1px rgba(255,80,80,0.1);
    display: flex;
    align-items: stretch;
}
.list-tr{
    height: 140px;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgba(31,35,41,0.08);
}
.list-tr:last-child{
    border: none;
}
.list-td{
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-td:nth-child(1){
    width: 426px;
    position: relative;
}
.list-td:nth-child(2){
    width: 154px;
}
.list-td:nth-child(3){
    width: 412px;
}
.list-td:nth-child(4){
    width: 264px;
    margin-left: auto;
}
.list.no2 .list-td:nth-child(1),
.list.no3 .list-td:nth-child(1),
.list.no2 .list-td:nth-child(3),
.list.no3 .list-td:nth-child(3){
    width: 264px;
}
.list.no2 .list-td:nth-child(2),
.list.no3 .list-td:nth-child(2){
    width: 420px;
}
.list.no2 .list-td:nth-child(4),
.list.no3 .list-td:nth-child(4){
    width: 240px;
}
.td-img{
    width: 72px;
    height: 100px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 0;
}
.list-th .list-td{
    color: #D80210;
}
.list-tr .list-td{
    color: #666;
}
.no-data{
    padding-top: 50px;
}