<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鐞冨憳 */
.zhongke-player {
    display: flex;
    align-items: center;
    background-image: linear-gradient(to top, #caf0d5, #ffffff);
    border-radius: 6px;
    margin: 25px 0 0 0;
    padding: 15px;
}
.zhongke-player__logo {
    width: 214px;
    height: 211px;
    border-radius: 50%;
}

/* 杞挱鐑棬璧勮 */
.zhongke-hot-news {
    width: 100%;
    background-image: linear-gradient(to top, #caf0d5, #ffffff);
    padding: 15px 0px 10px 0px;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.zhongke-hot-news__label {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.zhongke-hot-news__pic-box:last-child {
    margin-top: 15px;
}
.zhongke-hot-news__pic-item {
    width: 365px;
    height: 199px;
    display: block;
    border-radius: 6px;
}
.zhongke-hot-news__pic-title {
    width: 96.6%;
    position: absolute;
    bottom: 0;
    background: #000000;
    color: #ffffff;
    text-align: center;
    opacity: .6;
    padding: 0 6px;
    border-radius: 0 0 6px 6px;
}
.zhongke-hot-news__list-content {
    margin-top: -8px;
    margin-left:-15px;
    margin-right: 30px;
}
.zhongke-hot-news__list-item {
    width: 46.1%;
    padding: 9px 0;
    margin-left: 30px;
    border-bottom: 1px dashed #f7eded;
}
.zhongke-hot-news__list-tag {
    background: #caf0d5;
    width: 60px;
    color: #84bf96!important;
    text-align: center;
    padding: 2px 8px;
    border-radius: 6px;
}
.zhongke-hot-news__list-title {
    flex: 1;
}
.zhongke-hot-news .swiper-wrapper {
    padding-bottom: 20px!important;
}
.zhongke-hot-news .swiper-pagination {
    bottom: 0px!important;
    z-index: 9999;
}

/* 鐑棬璧涗簨 */
.zhongke-popular-match {
    width: 100%;
}
.zhongke-popular-match__item {
    width: 204px;
    height: 100px;
    background: #ffffff;
    padding: 15px 10px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.zhongke-popular-match__item:not(:first-child) {
    margin-left: 20px;
}
.zhongke-popular-match__team {
    width: 46%;
    text-align: center;
}
.zhongke-popular-match__team-icon {
    width: 24px;
    height: 24px;
}
.zhongke-popular-match__vs {
    width: 20px;
}
.zhongke-popular-match__status {
    text-align: center;
}
.zhongke-popular-match .swiper-container {
    padding-bottom: 10px!important;
}

/* 鐑棬褰曞儚 */
.zhongke-hot-video {
    width: 100%;
    padding: 10px 15px 0px 15px;
    background-image: linear-gradient(to bottom, #caf0d5, #ffffff);
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.zhongke-hot-video__label {
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.zhongke-hot-video__label-name {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #84bf96;
}
.zhongke-hot-video__more {
    font-size: 12px;
    float: right;
    position: relative;
    top: 2px;
    color: #a1a0a0!important;
}
.zhongke-hot-video__content__list {
    padding: 3px 0 3px 0;
    margin-left: -30px;
}
.zhongke-hot-video__list-item {
    border-bottom: 1px dashed #f7eded;
    position: relative;
    width: 47.4%;
    padding: 10px 0;
    margin-left: 30px;
}
.zhongke-hot-video__list-title {
    width: 56%;
}
.zhongke-hot-video__tag-item {
    background: #caf0d5;
    color: #84bf96!important;
    max-width: 60px;
    padding: 3px 6px;
    border-radius: 6px;
}
.zhongke-hot-video__play-btn {
    position: absolute;
    top: 6px;
    right: 15px;
    display: inline-block;
    width: 28px;
    height: 28px;
}

.zhongke-hot-video__play-btn-icon {
    width: 28px;
    height: 28px;
}

.zhongke-hot-video .swiper-container {
    width: 1150px!important;
    padding-bottom: 30px!important;
}</pre></body></html>