.bg {
    width: 100%;
    height: 470px;
    background: url("../img/topbg.png") no-repeat #F7FBFC center center;
    background-size: cover;
    margin-top: -71px;
    position: relative;
}

.bg img {
    width: 620px;
    max-width: 70%;
    display: block;
    margin: 0px auto;
    top: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

header {
    background: transparent;
    border-bottom: 0;
    position: relative;
    z-index: 99;
}

header > div nav div>a,header > div .time-winter .time,header > div .time-winter .winter {
    color: #fff;
}

header > div nav .hover,header > div nav div>a:hover {
    color: #FFF;
}

header > div nav .border-bottom:after {
    background: #FFF;
}

header > div nav .border-bottom {
    background: transparent;
}

article {
    padding-top: 0;
    margin: -86px auto 30px;
    position: relative;
    z-index: 99;
    width: 1400px;
    max-width: calc(100% - 80px);
    min-height: 260px;
}

.date {
    width: 100%;
    display: none;
    margin: 30px auto;
    overflow: hidden;
}

.date li {
    width: 33.333333%;
    background: #fff5e9;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.date li:nth-child(2) {
    border-left: 1px solid #ffe7c9;
    border-right: 1px solid #ffe7c9;
}

.date li a {
    color: #d29653;
    font-size: 15px;
    display: block;
    cursor: pointer;
}

.date .hover {
    background: #efc495;
}

.date .hover a {
    color: #FFF;
}

.lists {
    background: #FFF;
    margin-top: 0;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(21, 39, 58, .08);
    min-height: 112px;
}

.lists li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eef1f5;
    padding: 24px 42px;
    transition: background .2s, transform .2s;
}

.lists li:hover {
    background: #fbfcfd;
}

.lists li:nth-last-child(1) {
    border-bottom: 0;
}

.lists li:nth-child(1) .number {
    color: #ed6c69;
    background: url("../img/favor-first.png") no-repeat center center / 70%;
}

.lists li:nth-child(2) .number {
    color: #f5c344;
    background: url("../img/favor-second.png") no-repeat center center / 70%;
}

.lists li:nth-child(3) .number {
    color: #539af7;
    background: url("../img/favor-third.png") no-repeat center center / 70%;
}

.lists li .number {
    color: #c3c3c3;
    display: block;
    width: 45px;
    flex: 0 0 45px;
    margin-right: 22px;
    text-align: center;
    font-size: 24px;
    line-height: 64px;
    height: 64px;
    overflow: hidden;
    float: none;
    font-style: normal;
}

.lists li .weblogo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 116px;
    flex: 0 0 116px;
    margin-right: 24px;
}

.lists li .weblogo img {
    display: block;
    width: 56px;
    height: 56px;
    max-width: 56px;
    max-height: 56px;
    padding: 6px;
    border: 1px solid #eef1f5;
    border-radius: 8px;
    background: #f8fafc;
    box-sizing: border-box;
    object-fit: contain;
}

.lists li .introduce {
    height: 84px;
    min-height: 84px;
    padding: 0 18px 0 0;
    line-height: normal;
    float: none;
    width: auto;
    flex: 1;
    overflow: hidden;
    word-break: break-word;
}

.lists li .introduce .rank-title {
    display: block;
    overflow: hidden;
    color: #e54768;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lists li .introduce .rank-description {
    display: block;
    display: -webkit-box;
    height: 48px;
    margin-top: 4px;
    overflow: hidden;
    color: #9aa4ad;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lists li .click {
    margin-left: 26px;
    float: none;
    width: 110px;
    flex: 0 0 110px;
    line-height: 64px;
    height: 64px;
    font-size: 15px;
    color: #ff8d10;
    text-align: right;
}

.lists li .go {
    margin-left: 24px;
    float: none;
    width: 104px;
    flex: 0 0 104px;
    background: #FFF;
    text-align: center;
    height: 40px;
    color: #20a995;
    border: 1px solid #d9f1ed;
    line-height: 40px;
    font-size: 15px;
    margin-top: 0;
}

.lists li .go:hover {
    color: #fff;
    background: #20c4ab;
    border-color: #20c4ab;
}

.type {
    width: 1400px;
    max-width: calc(100% - 50px);
    margin: 0px auto;
    position: relative;
    height: 100%;
}

.type ul {
    position: absolute;
    left: 50%;
    bottom: 110px;
    display: flex;
    gap: 12px;
    transform: translateX(-50%);
}

.type li a {
    display: block;
    height: 42px;
    line-height: 42px;
    width: 132px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    color: #FFF;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.25);
}

.type li .hover {
    color: #20a995;
    background: #FFF;
    border-color: #FFF;
    box-shadow: 0 10px 26px rgba(21, 39, 58, .12);
}

.list_li {
    box-shadow: 0 -1px 18px rgba(0, 0, 0, 0.12);
}
#monthList,#AllList{display:none}

@media (max-width: 900px) {
    .bg {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        min-height: 252px;
        padding: 36px 12px 72px;
        margin-top: 0;
        overflow: visible;
        box-sizing: border-box;
    }

    .bg img {
        position: static;
        width: 340px;
        max-width: 84%;
        height: auto;
        margin: 0 auto;
        transform: none;
    }

    article {
        width: auto;
        max-width: calc(100% - 20px);
        margin: -44px auto 30px;
        min-height: 180px;
    }

    #hotpageContent > div {
        width: 100%;
        min-width: 0;
    }

    .type {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 18px;
        overflow: visible;
    }

    .type ul {
        position: static;
        width: auto;
        justify-content: center;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        transform: none;
        -webkit-overflow-scrolling: touch;
    }

    .type ul::-webkit-scrollbar {
        display: none;
    }

    .type li {
        flex: 0 0 auto;
    }

    .type li a {
        width: auto;
        min-width: 94px;
        height: 34px;
        line-height: 32px;
        padding: 0 14px;
        font-size: 13px;
    }

    .lists {
        box-shadow: 0 8px 24px rgba(21, 39, 58, .08);
        min-height: 80px;
    }

    .lists li {
        display: flex;
        align-items: center;
        min-width: 0;
        padding: 12px;
    }

    .lists li .number {
        width: 34px;
        flex: 0 0 34px;
        height: 38px;
        line-height: 38px;
        margin-right: 10px;
        font-size: 16px;
        background-size: 82% !important;
    }

    .lists li .weblogo {
        display: block;
        width: 42px;
        flex: 0 0 42px;
        height: 42px;
        line-height: 42px;
        margin-right: 10px;
    }

    .lists li .weblogo img {
        width: 42px;
        height: 42px;
        max-width: 42px;
        max-height: 42px;
        padding: 4px;
        border: 1px solid #eef1f5;
        border-radius: 7px;
        background: #f8fafc;
        box-sizing: border-box;
        object-fit: contain;
    }

    .lists li .introduce {
        flex: 1;
        min-width: 0;
        width: auto;
        height: auto;
        min-height: 0;
        padding: 0;
        line-height: 20px;
        font-size: 14px;
        -webkit-line-clamp: 1;
    }

    .lists li .introduce .rank-title {
        display: block;
        color: #1f2d3d;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lists li .introduce .rank-description {
        display: none;
    }

    .lists li .introduce a {
        display: block;
        color: #1f2d3d;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lists li .click {
        width: 54px;
        flex: 0 0 54px;
        height: auto;
        line-height: 20px;
        margin-left: 8px;
        font-size: 13px;
        text-align: right;
    }

    .lists li .go {
        display: none;
    }

    .list_li {
        display: none;
    }
}
