
.top-m-list {
    position: relative;
    margin-top: 20px;
}
.top-three {
    margin-bottom: 60px;
}
.top-th-o {
    position: relative;
}

.top-th-o a {
    width: 24%;
    margin-right: 12%;
    display: inline-block;
    color: rgb(34, 34, 34);
}
.top-th-o a:last-child {
    margin-right: 0;
}
.tp-th-bg {
    width: 290px;
    height: 406px;
}

.tp-th-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-th-tt {
    padding-top: 20px;
    /* display: flex; */
}
.top-th-tt h1 {
    padding-bottom: 10px;
    font-size: 32px;
}
.top-th-tt div h3 {
    padding-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 260px;
}
.top-th-tt div p,
.top-th-tt div span {
    font-size: 13px;
    font-weight: 500;
    width: 220px;
}
.top-th-tt div::after {
    content: "";
    display: block;
    clear: both;
}
.top-th-tt div span {
    display: flex;
    padding-top: 6px;
    align-items: center;
    float: left;
    padding-right: 40px;
}
.top-th-tt div span svg {
    margin-right: 8px;
}


.tp-list-many {
    position: relative;
}
.tp-list-many::after {
    content: "";
    display: block;
    clear: both;
}
.tp-list-many a {
    color: rgb(34, 34, 34);
    display: flex;
    float: left;
    width: 28%;
    margin-right: 8%;
    margin-bottom: 40px;
}
.tp-list-many a:hover{
    background: #fafafa;
}
.tp-list-many a:nth-child(3n) {
    margin-right: 0;
}
.tp-li-mbg {
    width: 120px;
    height: 176px;
}
.tp-li-mbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lt-tp-tt {
    padding-left: 30px;
    width: 200px;
}
.lt-tp-tt h2{
    font-size: 18px;
    padding-bottom: 16px;
}
.lt-tp-tt span {
    display: flex;
    float: left;
    align-items: center;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 500;
}
.lt-tp-tt span svg {
    margin-right: 8px;
}
.lt-tp-tt p:nth-child(2) {
    font-size: 15px;
    padding: 6px 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 152px;
}
.lt-tp-tt p:nth-child(3) {
    padding-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
}
.top-th-o a::after {
    content: "";
    display: block;
    clear: both;
}

.m-popular .top-th-tt {
    display: flex;
}

.m-popular-top-rank {
    width: 70px;
}

.m-popular-top-msg {
    width: 90px;
}

@media (max-width: 980px) {
    .m-popular-top-rank {
        width: 15vw;
    }

    .m-popular-top-msg {
        width: 50vw;
    }    

    .m-popular-top-msg h3 {
        width: 100% !important;
    }

    .top-three {
        margin-bottom: 0;
    }
    .top-m-list {
        margin-top: 0;
    }
    .top-th-o {
        width: 100%;
        /* display: flex;
        overflow-x: auto; */
        position: relative;
        padding: 0 10px;
    }
    .top-th-o a {
        margin: 0;
        width: 100%;
        padding-bottom: 3vw;
    }
    .tp-th-bg {
        width: 90px;
        height: 121px;
        float: left;
        border-radius: 2px;
    }
    .top-th-tt {
        float: left;
        padding-left: 20px;
        padding-top: 0;
        flex-direction:column
    }
    .top-th-tt h1 {
        font-size: 20px;
        white-space: nowrap;
    }
    .top-th-tt div h3 {
        position: relative;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 230px;
    }
    .tp-list-many {
        padding: 0 10px;
    }
    .tp-list-many a {
        width: 100%;
        margin-bottom: 4vw;
    }
    .tp-li-mbg {
        width: 90px;
        height: 121px;
        border-radius: 2px;
    }
    .lt-tp-tt {
        padding-left: 20px;
    }
    .lt-tp-tt h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .lt-tp-tt p:nth-child(2) {
        padding: 0 0 6px 0;
        font-size: 16px;
        font-weight: bold;
        width: 230px;
    }
}
