.ques-section-card {
    position: relative;
    height: auto;
    text-align: center;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    background-color: #fafafa;
}

.ques-card-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding-top: 48px;
    border-radius: 2px 2px 0 0;
}

.ques-card-gul {
    background-color: #f55727;
    background-image: -webkit-radial-gradient(50% 3%, circle, #f07a56, #f55727);
    background-image: radial-gradient(circle at 50% 3%, #f07a56, #f55727);
    height: 78px;
}

.ques-card-org {
    background-color: #f59b00;
    background-image: -webkit-radial-gradient(50% -6%, circle, #ffb83d 2%, #f59b00);
    background-image: radial-gradient(circle at 50% -6%, #ffb83d 2%, #f59b00);
    height: 78px;
}

.ques-card-bul {
    background-color: #397bee;
    background-image: -webkit-radial-gradient(50% -45%, circle, #53a7f5, #397bee);
    background-image: radial-gradient(circle at 50% -45%, #53a7f5, #397bee);
    height: 78px;
}

.rank_banjiang {
    width: 80%;
    margin: 52px 50px;
}

.rank_banjiang .rank_img {
    width: 40px;
}

.rank_banjiang .rank_user {
    width: 60px;
    border-radius: 100%;
    border: 2px solid #f87851;
}

.rank_banjiang .rank_one {
    height: 220px;
    line-height: 220px;
    background-color: #f55727;
    background-image: -webkit-radial-gradient(50% 3%, circle, #f07a56, #f55727);
    background-image: radial-gradient(circle at 50% 3%, #f07a56, #f55727);
}

.rank_banjiang .rank_two {
    height: 180px;
    line-height: 180px;
    background-color: #f59b00;
    background-image: -webkit-radial-gradient(50% -6%, circle, #ffb83d 2%, #f59b00);
    background-image: radial-gradient(circle at 50% -6%, #ffb83d 2%, #f59b00);
}

.rank_banjiang .rank_three {
    height: 160px;
    line-height: 160px;
    background-color: #397bee;
    background-image: -webkit-radial-gradient(50% -45%, circle, #53a7f5, #397bee);
    background-image: radial-gradient(circle at 50% -45%, #53a7f5, #397bee);
}

.rank-top {
    width: 32.5%;
}

.rank_touxiang p {
    margin: 5px;
}

.rank_title {
    margin: 5px;
    color: #ffffff;
}

.ques-card-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    padding-top: 15px;
    color: #fff;
}

.ques-card-title-top {
    padding: 27px 0;
}

.ques-card-text {
    line-height: 18px;
    position: relative;
    margin-top: 6px;
    opacity: .7;
    color: #fff;
    font-weight: normal;
}

.ul_rank li {
    border-bottom: 1px dashed #E4F0FB;
    display: flex;
}

.ul_rank li:last-child {
    border-bottom: 0;
}

.ul_rank li .listinfo {
    height: 42px;
    line-height: 42px;
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.ul_rank li .listinfo img {
    width: 60px;
    padding-right: 5px;
    padding-left: 30px;
}

.ul_rank li .listinfo span {
    width: 20px;
    width: 20px;
    line-height: 20px;
    background: #fbb400;
    border-radius: 50%;
    color: #ffffff;
    margin-left: 32px;
    margin-right: 8px;
    display: inline-block;
}

.ul_rank li p {
    float: left;
    width: 33%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}

.tp-rank__section .col-lg-4 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}

@media (max-width: 567px) {

    .tp-rank__section .col-lg-4 {
        padding-right: 2.5px !important;
        padding-left: 2.5px !important;
    }

    .ques-card-title-top {
        padding: 12px 0;
    }

    .ques-card-gul {
        height: 48px;
    }

    .ques-card-org {
        height: 48px;
    }

    .ques-card-bul {
        height: 48px;
    }

}

.text-left {
    text-align: left !important;
}