.main_rank li {
    width: 278px;
    height: 40px;
    background: url(../images/rank_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 40px;
    margin-bottom: 34px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.main_rank li.active{
    font-weight: bold;
}

.game_soft {
    position: relative;
    padding-left: 130px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 0 30px 130px;
}

.game_soft>div {
    position: absolute;
    left: 0;
}

.game_soft>div h3 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 4px;
}

.game_soft>div div {
    font-size: 14px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-style: italic;
    color: #FF3C00;
}

.game_soft>div div span {
    font-size: 16px;
    font-style: italic;
}

.game_soft li {
    width: 68px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-right: 37px;
    margin-bottom: 8px;
}

.game_soft .active {
    color: #55AD37;
}

.rank_con>div {
    display: none;
}

.rank_con>.active {
    display: flex;
}

.list {
    width: 585px;
    height: 121px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 11px;
    position: relative;
    margin-bottom: 50px;
}

.list:nth-of-type(1) .num,
.list:nth-of-type(2) .num,
.list:nth-of-type(3) .num,
.list:nth-of-type(4) .num {
    background: #55AD37;
}

.list .num {
    position: absolute;
    left: 11;
    top: 11;
    width: 25px;
    height: 25px;
    background: linear-gradient(270deg, #B9BBBD, #D0D2D4);
    border-radius: 0px 5px 0px 5px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
}

.list img {
    width: 99px;
    height: 100px;
    border-radius: 20px;
}

.list .text {
    width: 452px;

}

.list .text h3 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

.list .text p {
    width: 330px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 21px;
}

.list>a {
    width: 88px;
    height: 30px;
    border: 1px solid #55AD37;
    border-radius: 15px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #55AD37;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 11px;
    right: 11px;
}

.list>a:hover {
    background: #55AD37;
    color: #fff;
}