.live-main {
    background-color: #fff;
    line-height: 1.2;
    position: relative;
}

.live-bg {
    position: relative;
    width: 100%;
    height: 900px;
    background: linear-gradient(300deg, #b2cfff 0%, #e5eeff 40%, #e5eeff 60%, #b2cfff 100%);
}

.live-main .live-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live-main .live-word {
    width: 700px;
}

.live-main .live-word .live-tit {
    font-size: 64px;
    font-weight: bold;
}

.live-main .live-word .live-tit span {
    color: #032f89;
}

.live-main .live-word .live-msg {
    font-size: 24px;
    margin-top: 10px;
}

.live-main .live-windows {
    width: 400px;
}

.live-main .live-time {
    position: relative;
    padding: 100px 0;
    background-color: #f5f5f7;
}

.live-main .live-time ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.live-main .live-time li {
    width: 200px;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin: 10px;
}

.live-main .live-time li.time-fail {
    opacity: .5;
}

.live-main .live-time .time-lab {
    background-color: #eaeaec;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
}

.live-main .live-time .time-word {
    background-color: #fff;
    padding: 30px 0;
}

.live-main .live-time .time-tit {
    font-size: 52px;
    font-weight: bold;
}

.live-main .live-time .time-msg {
    font-size: 18px;
}
.live-main .live-past{
    font-size: 52px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
@media (max-width: 1050px) {
    .live-main .live-box {
        flex-direction: column;
        top: 5%;
        left: 2%;
        transform: translate(0, 0);
    }

    .live-bg {
        width: 100%;
        height: 800px;
        object-fit: cover;
    }

    .live-main .live-word {
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }

    .live-main .live-word .live-tit {
        font-size: 24px;
    }

    .live-main .live-word .live-msg {
        font-size: 18px;
        margin-top: 10px;
    }

    .live-main .live-windows {
        width: 100%;
        height: 570px;
    }
    .live-main .live-past{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .live-main .live-time ul {
        overflow: hidden;
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: flex-start;
    }

    .live-main .live-time li {
        width: 150px;
        flex: 1 0 150px;
        margin: 10px;
    }
    .live-main .live-time .time-word {
        background-color: #fff;
        padding: 10px 0;
    }
    .live-main .live-time .time-msg , .live-main .live-time .time-lab{
        font-size: 14px;
    }
    .live-main .live-time .time-tit {
        font-size: 36px;
        font-weight: bold;
    }
}