<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .navBtn,
/* body .live-pic .swiper-slide div, */
body .list li.cur,
body .exhibitList ul li a:hover,
body .signBtn,
body .choose,
body .downloadBox ul li a,
body .seeVideo,
body #case .caseBtn,
body .footerBtn,
body .shareBtn a,
body .areaTit span,
body .thisAreaCont div a,
body .areaContOne span,
body .showTag ul li:hover{
    background-color: #004BC6;
}
body .title span,
body .guestBox .dockBtn{
    background: #004BC6;
}
body .innerContent{
    background-color: rgba(185,155,122,.1);
}
body .navList li span,body #navBtn,body .navBtn{
    background: #00bcea;
}
.getWord{
    color: #004BC6;
    font-weight: 700;
}
/* æŒ‰é’®æµ®å±‚ */
.fixedBtn{
    position: fixed;
    right: 2%;
    bottom: 4%;
    cursor: pointer;
    z-index: 20;
}
.fixedBtn img{
    width: 144px;
    height: 144px;
}
.fixedBtn p{
    font-size: 36px;
    font-weight: 700px;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    left: 50%;
    margin-left: -34px;
    color: #ffffff;
}
#fixCover{
    width: 100%;
    height: 100%;
    display: none;
}
.fixList{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixListBox{
    width: 500px;
    height: auto;
}
.liveHeadPic,.liveHeadPic img{
    width: 100%;
    height: auto;
}
.liveCoverBox{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding-top: 30px;
    flex-direction: column;
}
.countDownCover{
    width: 416px;
    height: 86px;
    background-image: url("../img/btnList.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 34px;
    cursor: pointer;
}
.liveCoverList{
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.liveCoverList img{
    width: 65px;
    height: 80px;
    margin: 0 auto;
}
.timeShowCover div{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 24px;
    color: #00f3ff;
    letter-spacing: 2px;
    text-shadow: 1px 2px 2px 0px rgba(32,86,124,0.75); 
    margin-top: 10px;
}
.partTitCover{
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
}

@media screen and (max-width: 750px) {
    body .planList h3{
        background-color: #004BC6;
    }
    /* æŒ‰é’®æµ®å±‚ */
    .fixedBtn{
        bottom: 30%;
    }
    .fixedBtn img{
        width: 70px;
        height: 70px;
    }
    .fixedBtn p{
        font-size: 18px;
        margin-top: -26px;
        margin-left: -17px;
    }
    /* #fixCover{
        width: 100%;
        height: 100%;
        display: none;
    } */
    /* .fixList{
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 21;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
    .fixListBox{
        width: 260px;
    }
    .liveCoverBox{
        padding-top: 6px;
        padding-bottom: 10px;
    }
    .countDownCover{
        width: 207px;
        height: 50px;
        margin-bottom: 4px;
    }
    .liveCoverList{
        border-radius: 4px;
    }
    .liveCoverList img{
        width: 32px;
        height: 43px;
    }
    .timeShowCover div{
        font-size: 12px;
        margin-top: 5px;
    }
    .partTitCover{
        font-size: 12px;
        padding: 0 10px;
    }
}
</pre></body></html>