<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 杞挱
 */
.banner .am-slider .am-slides a {
    margin: 0 auto;
    display: block;
    max-width: 192rem;
}
.banner .am-slider .am-slides a img {
    width: 100%;
}

/**
 * 瀵艰埅
 */
.live-base .title p {
    font-size: 2rem;
    line-height: 2.8rem;
}

.live-base .title i {
    line-height: 1.4rem;
    font-size: 1.4rem;
    color: #666666;
    cursor: pointer;
}

.live-base .title i:hover {
    color: var(--color-main);
}

.live-base .title .am-dropdown-content {
    min-width: 30rem;
}

.live-base .title ul li {
    padding: 0.4rem 2rem;
    text-align: center;
    font-size: 1.4rem;
    background: #FFFFFF;
    border-radius: 1.7rem;
    line-height: 2rem;
}

.live-base .title ul li a {
    color: #666666;
}

.live-base .title ul li.am-active {
    background: var(--color-main);
}

.live-base .title ul li.am-active a {
    color: #FFFFFF;
}

.live-base .live-content h2 {
    width: calc(100% - 9rem);
}

.data-list .qrcode-images {
    z-index: 1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    padding: 25%;
    transition: 0.5s ease-in-out;
}

.data-list .qrcode-images img {
    width: 100%;
    -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.5);
}

.data-list .qrcode-submit:hover+.qrcode-images,
.data-list .qrcode-images:hover {
    opacity: 1;
}

.live-base .live-content .status-name {
    display: flex;
    align-items: baseline;
}

.live-base .live-content .time {
    width: calc(100% - 3rem);
}

.live-base .live-content .qrcode a {
    position: relative;
    top: 1rem;
}

.data-list .live-content .am-badge {
    padding: 0.5rem 0.8rem;
}

.data-list .live-content .am-badge i {
    font-size: 1.2rem;
    margin-right: 0.3rem;
}

.data-list .live-content .line {
    display: flex;
    width: 1.2rem;
    justify-content: center;
    align-items: baseline;
    gap: 0.1rem;
    margin-right: 0.3rem;
}

.data-list .live-content .line li {
    background: #FFFFFF;
    width: 0.3rem;
    border-radius: 0.2rem;
}

.l1 {
    height: 0.7rem;
    animation: move 1s ease-in-out 0s infinite alternate;
}

.l2 {
    height: 1rem;
    animation: move 1s ease-in-out 0.6s infinite alternate;
}

.l3 {
    height: 0.5rem;
    animation: move 1s ease-in-out 0.4s infinite alternate;
}

/* 鏈紑濮� */
.badge-0 {
    background: #DDDDDD;
    color: #FFFFFF;
}

/* 鐩存挱涓� */
.badge-1 {
    background-color: var(--color-red);
    color: #FFFFFF;
}

/* 鏆傚仠涓� */
.badge-2 {
    border: 0.1rem solid var(--color-red);
    color: var(--color-red);
    background: #FFFFFF;
}

/* 宸茬粨鏉燂紝宸茶繃鏈燂紝绂佹挱锛屽紓甯� */
.badge-3 {
    background: #DDDDDD;
    color: #FFFFFF;
}

@keyframes move {
    0% {
        height: 0.2rem;
    }

    50% {
        height: 0.7rem;
    }

    100% {
        height: 1rem;
    }
}

@media only screen and (max-width: 485px) {
    .live-base .title i {
        position: absolute;
        top: -0.3rem;
        right: 0.6rem;
    }
    .live-base .title ul {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 640px) {
    .live-base .title ul {
        width: 100%;
    }
    .live-base .title&gt;.am-flex {
        flex-wrap: wrap;
        gap: 1.2rem;
    }

    .live-base .title p {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .live-base .title .notice-help {
        top: 0.8rem;
        right: 0;
    }

    .live-base .title ul li {
        padding: 0.2rem;
        text-align: center;
        width: 5.3rem;
        font-size: 1.2rem;
        background: #FFFFFF;
        border-radius: 1.2rem;
        line-height: 2rem;
    }

    .live-base .live-content h2 {
        font-size: 1.4rem;
    }

    .live-base .live-content p {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1024px) {
    .live-base .title {
        padding: 0 0.6rem;
    }
}

@media only screen and (min-width: 1025px) {
    .data-list {
        width: calc(100% + 1.2rem);
        margin: 0 -0.6rem;
    }
}</pre></body></html>