html, body {
    background-color: #f0f1f6;
}
.footer-wrapper {
	margin-top: 0;
}

.absolute-footer {
    color: #fff;
}
.header-wrapper.stuck .header-bg-color {
    background: rgba(0, 0, 0, .4);
}
.header-wrapper.stuck .header-logo,
.page-template-page-transparent-header .header-logo,
.single-scores .header-logo {
    display: none!important;
}
.header-wrapper.stuck .header-logo-dark,
.page-template-page-transparent-header .header-logo-dark,
.single-scores .header-logo-dark {
    display: block!important;
}
.header-wrapper.stuck .header-nav a, 
.page-template-page-transparent-header .header-nav a, 
.single-scores .header-nav a {
    color: #fff;
}
.single-scores .header-wrapper {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none;
}
.single-scores .header-wrapper:not(.stuck) .header-bg-color {
    background: transparent;
}
body:not(.page-template-page-transparent-header) .header-wrapper.stuck .flex-right {
    color: #fff;
}
.nav li.has-icon-left>a>img {
    position: absolute;
    top: -2px;
    width: 29px;
    height: 19px;
    left: calc(100% - .75em);
}
.index-wrapper .living-room {
    overflow: hidden;
}
.dplayer-video-wrap .dplayer-video {
    width: 100%;
    height: 100%;
    display: none;
}
.dplayer-video-wrap .dplayer-video-current {
    display: block;
}
.dplayer-info-panel {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 400px;
    background: rgba(28, 28, 28, .8);
    padding: 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    display: none;
}
.dplayer-info-panel .dplayer-info-panel-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}
.dplayer-controller, .dplayer-controller-mask {
    position: absolute;
    bottom: 0;
    transition: all .3s 
ease;
}
.video-player .bottomCtrl {
    transition: opacity .3s;
    line-height: 60px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    color: #fff;
    z-index: 10;
}
.video-player:hover .bottomCtrl {
    display: block;
}
.video-player .bottomCtrl .ctrlBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 24px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.video-player .bottomCtrl .ctrlBox .video-botton {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.video-player .bottomCtrl .ctrlBox .video-pause {
    margin-right: 40px;
    background: url(//sta.vnres.co/web/assets/soco/img/icon-pause.png) center center no-repeat;
    background-size: 100% auto;
}
.video-player .bottomCtrl .ctrlBox .volumn-slider {
    width: 120px;
    height: 4px;
    background-color: #e4e7ed;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}
.video-player .bottomCtrl .ctrlBox .send-danmu {
    height: 32px;
    line-height: 32px;
    margin-left: 40px;
}
.video-player .bottomCtrl .ctrlBox .bottomCtrlRight.inRoom {
    display: none;
}
.video-player .bottomCtrl .ctrlBox .bottomCtrlRight {
    margin-left: auto;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}
.video-player .bottomCtrl .ctrlBox .bottomCtrlRight {
    margin-left: auto;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}
.index-footer-wrapper {
    margin-top: 36px;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}
.highlights-wrapper {
    padding-top: 114px !important;
}
.news-wrapper #post-list .post-item {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 24px 37px 23px 34px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    zoom: 1;
}
.news-wrapper #post-list .post-item .box-image {
    width: fit-content !important;
}
.news-wrapper #post-list .post-item .box-image .image-cover {
    float: left;
    width: 200px;
    height: 160px;
    margin-right: 17px;
}
.news-wrapper #post-list .post-item .post-title {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
}
.news-wrapper #post-list .post-item .is-divider {
    display: none;
}
.hot-news .post-item {
    display: block;
    margin-top: 19px;
    padding-bottom: 17px;
    border-bottom: 1px solid #eee;
}
.hot-news .post-item .box-text {
    padding: 0;
}
.hot-news .post-item .box-image,
.hot-news .post-item .is-divider {
    display: none;
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border-radius: 0;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.text-wrapper {
    width: 1200px;
    margin: 93px auto 20px;
    padding: 0 40px 40px;
    background: #fff;
}
.text-wrapper h1 {
    height: 64px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 18px;
    line-height: 64px;
    text-align: center;
    color: #303030;
    display: block;
    overflow: hidden;
}
.text-wrapper p {
    font-size: 12px;
    line-height: 20px;
    color: #303030;
}
.content {
    background: #fff;
    padding: 10px;
}
.text-wrapper p+p,
.text-wrapper h1,
.text-wrapper h2,
.text-wrapper h3,
.text-wrapper h4,
.text-wrapper h5,
.text-wrapper h6,
.text-wrapper h1+p,
.text-wrapper h2+p,
.text-wrapper h3+p,
.text-wrapper h4+p,
.text-wrapper h5+p,
.text-wrapper h6+p,
.index-footer-wrapper p+p,
.index-footer-wrapper h1,
.index-footer-wrapper h2,
.index-footer-wrapper h3,
.index-footer-wrapper h4,
.index-footer-wrapper h5,
.index-footer-wrapper h6,
.index-footer-wrapper h1+p,
.index-footer-wrapper h2+p,
.index-footer-wrapper h3+p,
.index-footer-wrapper h4+p,
.index-footer-wrapper h5+p,
.index-footer-wrapper h6+p {
    margin-top: 20px;
}
article {
    width: 796px;
    margin-bottom: 37px;
    padding: 30px 50px 50px;
    background: #fff;
    border-radius: 10px;
}
.entry-header-text {
	padding: 0;
}
.entry-header-text .is-divider {
    display: none;
}

.button {
    white-space: nowrap;
}
.icon-box .icon-box-img {
    margin-bottom: 0;
}
.section__video,
.section__video * {
    color: #fff !important;
}
.single-scores .entry-content,
.single-scores .section__video {
    padding: 0;
}
@media screen and (max-width: 1400px) {
    .header.show-on-scroll, .stuck .header-main,
    .transparent .header-main {
        height: 60px !important;
    }
}

@media screen and (max-width: 960px) {
	article {
		width: 100%;
		padding: 25px 15px;
	}
	.news-wrapper #post-list .post-item .box-image .image-cover, .news-wrapper #post-list .post-item .box-image {
		width: 100% !important;
	}
    .inner,
    .index-wrapper .anchor .anchor-swiper-container,
    .match-wrapper,
    .text-wrapper,
    .main-container, .right-container,
    .news-wrapper .right-container .hot-news {
        width: auto !important;
        max-width: 95%;
    }
    .header-wrapper .header-inner,
    .index-wrapper .anchor .anchor-swiper-container,
    .main-container, .right-container,
    .news-wrapper .right-container .hot-news {
        max-width: 100%;
    }
    .main-container, .right-container {
        float: none;
    }
    .index-wrapper .living-room {
        height: 390px;
    }
    .index-wrapper .living-room .video-inner .video-box {
        max-width: calc(100% - 150px);
        height: 300px;
    }
    .header-bottom {
        background-color: #f8c21b !important;
        overflow-x: auto;
    }
    .header-bottom-nav {
        flex-flow: row;
        white-space: nowrap;
    }
    .header-bottom li>a, .header-bottom li.active>a, .header-bottom li>a:hover, .header-bottom li>a.current {
        color: #fff;
    }
    .nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
        width: 8px;
    }
    .match-wrapper {
        overflow-x: auto;
        margin-top: 169px;
    }
    .match-wrapper .date-list {
        width: fit-content;
    }
    .match-wrapper .date-list ul {
        display: flex;
        white-space: nowrap;
    }
    .text-wrapper {
        margin-top: 148px;
    }
    .highlights-wrapper {
        padding-top: 148px !important;
        padding-bottom: 93px !important;
    }
    .highlights-wrapper h1 {
        padding: .25rem 0;
        text-align: center;
        font-size: .32rem;
    }
    .news-wrapper {
        padding-bottom: 0px;
    }
    .right-container {
        margin-top: 30px;
    }
    #main {
    	margin-bottom: 0px;
    }
}

@media screen and (max-width: 550px) {
    #logo {
        max-width: 120px;
    }
    .index-wrapper .living-room .video-inner .video-box {
        max-width: calc(100%);
    }
    .absolute-footer {
        display: none;
    }
	.news-wrapper #post-list .post-item {
		padding: 15px;
	}
	.news-wrapper .nav-list ul .item.active {
		margin: 0;
		margin-bottom: 25px;
	}
	.news-wrapper ul {
		text-align: center;
	}
}