@media screen and (max-width: 575px) {
    .top7-row {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .top7-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        width: calc(100%);
        min-width: 550px;
        gap: 10px;
    }

    .top7-header {
        min-width: 550px;
        width: 100%;
    }

    .top7-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
    }

    .top7-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }

    .top7-nth-number {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 22pt;
        font-weight: bolder;
        color:darkslategray;
        padding-right: 4px;
    }

    .top7-nth-link {
        text-decoration: none;
        color: inherit !important;
    }

    .top7-nth-item {
        font-size: 12pt;
        font-weight: bolder;        
    }

    .top7-row-image-item {
        max-width: 315px;
        width: 100%;
        max-height: fit-content;
        position: relative;
    }

    .top7-row-image {
        max-width: 315px;
        width: 100%;
        height: 350px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .top7-row-title{
        position: absolute;
        width: 100%;
        padding: 12px;
        bottom: 0px;
        left: 0px;
        color:white !important;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    }

    .top7-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 12pt;
    }

    .top7-1th {
        font-size: 22pt;
        font-weight: bolder; 
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        position: absolute;
        width: 38px;
        padding: 2px 12px 2px 12px;
        top: 0px;
        left: 0px;
        color:white !important;
        background-color: darkslategray;
    } 
}

@media screen and (min-width: 640px) {
    .top7-row {
        display: flex;
        flex-direction: row;
        width: calc(100%);
        min-width: 550px;
        justify-content:unset !important;
        align-items:unset !important;
        gap: 10px;
    }

    .top7-header {
        min-width: 550px;
        width: 100%;
    }

    .top7-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
    }

    .top7-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }

    .top7-nth-number {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 22pt;
        font-weight: bolder;
        color:darkslategray;
        padding-right: 4px;
    }

    .top7-nth-link {
        text-decoration: none;
        color: inherit !important;
    }

    .top7-nth-item {
        font-size: 12pt;
        font-weight: bolder;        
    }

    .top7-row-image-item {
        max-width: 315px;
        width: 100%;
        max-height: fit-content;
        position: relative;
    }

    .top7-row-image {
        max-width: 315px;
        width: 100%;
        height: 350px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .top7-row-title{
        position: absolute;
        width: 100%;
        padding: 12px;
        bottom: 0px;
        left: 0px;
        color:white !important;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    }

    .top7-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 12pt;
    }

    .top7-1th {
        font-size: 22pt;
        font-weight: bolder; 
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        position: absolute;
        width: 38px;
        padding: 2px 12px 2px 12px;
        top: 0px;
        left: 0px;
        color:white !important;
        background-color: darkslategray;
    }
}

@media screen and (min-width: 992px) {
    .top7-row {
        display: flex;
        flex-direction: row;
        width: calc(80%);
        min-width: 550px;
        justify-content:unset !important;
        align-items:unset !important;
        gap: 10px;
    }

    .top7-header {
        min-width: 550px;
        width: 100%;
    }

    .top7-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
    }

    .top7-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }

    .top7-nth-number {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 22pt;
        font-weight: bolder;
        color:darkslategray;
        padding-right: 4px;
    }

    .top7-nth-link {
        text-decoration: none;
        color: inherit !important;
    }

    .top7-nth-item {
        font-size: 12pt;
        font-weight: bolder;        
    }

    .top7-row-image-item {
        max-width: 315px;
        width: 100%;
        max-height: fit-content;
        position: relative;
    }

    .top7-row-image {
        max-width: 315px;
        width: 100%;
        height: 350px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .top7-row-title{
        position: absolute;
        width: 100%;
        padding: 12px;
        bottom: 0px;
        left: 0px;
        color:white !important;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    }

    .top7-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 12pt;
    }

    .top7-1th {
        font-size: 22pt;
        font-weight: bolder; 
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        position: absolute;
        width: 38px;
        padding: 2px 12px 2px 12px;
        top: 0px;
        left: 0px;
        color:white !important;
        background-color: darkslategray;
    }
}
