<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner .con .text {
    top: 7vw
}

.banner {
    height: 29vw;
}
.CJZ-zhibo .left img{
    width: 100%;
    display:none;
}
.CJZ-zhibo .right .top{
        width: 102%;
        margin-left: -1%;
        margin-top: -1%;
}
.CJZ-zhibo .right{
        border: 1px solid #54269c;
            overflow: inherit;
}
.CJZ-zhibo .right .top .top-tie {
    width: 100%;
    padding: 23px 20px;
    background-image: linear-gradient(to right, #ff305f, #ffb435);
    border-top-left-radius: 7px;
    color: #fff;
    font-size: 20px;
    border-top-right-radius: 7px;
}

.anniversary a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 70px;
    border: 1px solid white;
    color: white;
    border-radius: 50px;
    transition: all 0.5s;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
}

.broadcast_nime .cast_nime li{

    padding-bottom: 1.2vw;
        padding-top: 1vw;
}
.mCSB_scrollTools .mCSB_draggerRail{
background-color: rgba(86 40 127 / 25%);

}
.CJZ-zhibo .right .bottom .box ul{
        padding: 0;
        padding-left: 20px;
}
.CJZ-zhibo .right .bottom .box ul li{
    padding: 0px 15px 20px 20px;
}
.CJZ-zhibo .right .bottom .box ul li span{
    font-size: 14px;
}

@media screen and (max-width:1600px) {
    .CJZ-zhibo .right .top .top-tie{
            font-size: 18px;
            padding: 1vw 1vw;
    }
}
@media screen and (max-width:1440px) {
    .CJZ-zhibo .right .top .top-tie {
        font-size: 16px;
       
    }
}
@media screen and (max-width:768px) {
    .anniversary a {
        width: 140px;
        height: 42px;
        font-size: 14px;
        right: 8%;
    }
        .banner {
        height: 240px;
    }
    .banner .con .text {
        top: 80px;
        width: 70%;
    }
}</pre></body></html>