html{
    font-size: 14px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}


address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
}

body {
    /*background: #f1f1f1;*/
    font-size: 14px;
}

header {
    background: #ffffff;
}

a {
    text-decoration: none;
}

a, a:visited {
    color: #959595;
}

a:hover {
    color: #959595;
    text-decoration: none;
}

.navbar {
    border-radius: 0;
}

.navbar-inverse {
    background-color: #422f86;
    border: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #422f86;
}


.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-nav .nav-item {

}


a.site-name {
    margin: 0 auto;
    font-size: 24px;
    line-height: 50px;
    padding-left: 15px;
    display: block;
    color: #000;
}

.main-content {
    margin: 0 auto;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.logo {
    width: 241px;
    height: 40px;
}

.logo img {
    width: 100%;
    height: 100%;
}

/*.navigation {*/
/*    !*background: #34aadc linear-gradient(to left, #000099, #5ac8fa, #000099, #5ac8fa);*!*/
/*    height: 48px;*/
/*    line-height: 48px;*/
/*    margin: 0 auto;*/
/*}*/

.side-bar {}

.panel {
    display: block;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 1px 52px 0 rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    padding: 15px;
}

.panel-hd {
    display: flex;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px rgb(211, 211, 211);
    /*height: 30px;*/
}

.panel-body {
    padding: 15px 0;

}

.panel-body-list {
    /* max-height: 680px; */
    /* overflow-y: scroll; */
}


.panel-body li {
    list-style: none;
}

.panel.panel-info {
    width: 100%;
}

.panel.panel-default {
    width: 100%;
}

.panel-heading-title {
    padding-top: 1rem;
    font-size: 1.25rem;
    margin: .5rem 0;
}

.footer-content {
    background-color: #101010;
    color: #fff;
    line-height: 2rem;
    padding: 20px;
}

.hdt {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 700;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    /* width: 1.4rem; */
    height: 1.4rem;
    padding-left: 5px;
    padding-right: 10px;
}

.chan-info {
    align-items: center;
    padding: 1rem 0;
    font-size: 1rem;
    border-bottom: solid 1px #efefef;
}

.chan-info p {
    display: block;
    /*padding-right: 1rem;*/
}

.chan-info div {
    display: flex;
    align-items: center;
}

.chan-team {
    display: flex !important;
    justify-content: center;
    /*padding-left: 15px;*/
}

.chan-team img {
    border-radius: 100%;
}

.chan-team span:nth-child(1) {
    display: inline-block;
    width: 170px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chan-team span:nth-child(3) {
    display: inline-block;
    width: 170px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chan-team span:nth-child(1) img {
    padding-left: 5px
}

.chan-team span:nth-child(2) {
    width: 70px;
    text-align: center;
}

.chan-team span:nth-child(3) img {
    padding-right: 5px
}

.chan-team img {
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
}

.chan-type {
    width: 150px;
    /*padding-left: 15px;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

.chan-time, .chan-type {
    color: #333333;
}

.chan-type a {
    color: #959595;
}


.chan-list li:hover {
    background: #efefef;
}

.news-list {
    padding: 5px 0;
}

.news-list li {
    padding: 5px 0;
}

.news-list li a {
    display: flex;
    color: #000000;
}

.news-list li a:hover {
    color: #959595;
}

.news-list li a img {
    display: inline-block;
    min-width: 62px;
    min-height: 46px;
    max-width: 62px;
    max-height: 46px;
}

.news-list li a span {
    display: inline-block;
    padding-left: 10px;
}

.news-list.clamp2 li a span {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-list.text-overflow li a {
    width: calc(99% - 4px);
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list.text-overflow li a {
    display: inline-block;
}

.news-list.text-overflow li a span {
    padding-right: 5px;
    color: #959595;
}

.hot-saishi-title {
    margin: 10px 0;
    font-size: 1.5rem;
    display: none;
}

.hot-saishi-item {
    flex: 1;
}

.hot-saishi-item a:nth-child(1) {
    width: 195px;
    display: block;
}

.hot-saishi-main-content h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.scroll-wrapper {
    width: 100%;
    overflow: hidden;
}

.hot-saishi-item {
    background: #422f86;
    box-sizing: border-box;
    padding: 10px 14px;
    border-radius: 10px;
}

.hot-saishi-item a {
    color: #ffffff;
}

.hot-saishi-item .saishi-info {
    display: flex;
    padding-bottom: 15px;
}

.hot-saishi-item .saishi-info h4 {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
}

.hot-saishi-item .saishi-info p {
    font-size: 12px;
}

.hot-saishi-item .saishi-team {
    display: flex;
    /*padding-bottom: 15px;*/
    text-align: center;
    justify-content: space-around;
    height: 60px;
}

.hot-saishi-item .saishi-score {
    /*display: flex;*/
    padding-bottom: 5px;
    text-align: center;
    justify-content: space-around;
    font-weight: bolder;
    font-size: 1.1rem;
    display: none;
}

.hot-saishi-item .saishi-score h3 {
    font-weight: bolder;
    font-family: 'sans-serif';
}

.footer {
    text-align: center;
    margin: 15px 0;
    color: #959595;
}

.breadcrumb {
    background-color: none !important;
    margin-bottom: 0;
}


.match-info-head {
    height: 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #1E2126;
    margin-bottom: 5px;
}

.current-match-info.zuqiu {
    background-image: url(/skin/static_206/images/zuqiu_info_banner.png);
    background-repeat: repeat-x;
}

.current-match-info {
    width: 100%;
    height: 200px;
    background-size: auto;
    overflow: hidden;
    background-position: bottom;
    background-repeat: no-repeat;
}

.match-block-head {
    height: 120px;
    margin: 40px auto 0;
}

.match-block-left {
    height: 120px;
    float: left;
    text-align: center;
}

.match-block-left > img {
    margin-top: 10px;
    border-radius: 50px;
}

.match-block-left > h1 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 35px;
}

.score-name {
    float: left;
    margin-top: -30px;
}

.score-name p:nth-child(1) {
    margin-top: 27px;
}

.score-name p {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 10px;
    text-align: center;
}

.match-block-right {
    float: right;
}

.match-block-left {
    width: 140px;
    height: 120px;
    float: left;
    text-align: center;
}

.score-name span {
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.score-name .match-info-btn {
    width: 140px;
    cursor: default;
    color: #fff;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
}

.match-block > span {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    border-left: solid 4px #000000;
    padding-left: 7px;
}

.signal-list > h5 {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    border-radius: 100px;
    margin-top: 15px;
    margin-right: 10px;
    padding: 0 15px;
    background-color: #3c3c3f;
}

.signal-list > h5 > a {
    color: #000000;
}

.article-wrap {}

.article-wrap h1 {
    font-size: 26px;
}

.article-wrap .info {
    border-bottom: solid 1px #dedede;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.article-wrap .info time {
    display: inline-block;
    color: #888888;
    padding-top: 10px;
}

.article-wrap .info .auth {
    display: inline-block;
    float: right;
}

.article {
    box-sizing: border-box;
    padding: 35px;
}

.article p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.article img {
    display: block;
    margin: 0 auto;
    width: 60% !important;
    max-width: 60% !important;
}

.saishi-list li {
    float: left;
    padding: 10px;
}

.saishi-list li a {
    color: #000000;
}

/*tab*/



@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-pane {
    display: block
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab {
    background: #fffffff6;
    color: #000;
    border-top: 3px solid #000;
}

.scroll-wrapper .next, .scroll-wrapper .prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 62px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    background: rgba(0, 0, 0, .2);
    font-family: simsun;
    transition: all ease-in .4s;
}

.scroll-wrapper .next {
    left: 0px;
}

.scroll-wrapper .prev {
    right: 0px;
}

.hot-saishi-container, .hot-saishi-cover {
    max-width: 1220px;
    position: relative;
}

.hot-saishi-cover:hover .next {
    opacity: 1;
}

.hot-saishi-cover:hover .prev {
    opacity: 1;
}

.panel-info {
    border-color: #c3c3e5;
}

.panel-info > .panel-heading {
    color: #333333;
    background-color: #c3c3e5;
    border-color: #c3c3e5;
}

.btn-video {
    padding: 5px;
    background-color: white;
    color: #333333;
    border-color: #f1f0ff;
}

.video-bnt-wrapper {
    padding-right: 5px;
}


.pagelist {
    text-align: center;
    color: #666;
    width: 100%;
    clear: both;
    margin: 0 0 10px;
    margin-top: 3rem;
}

.pagelist a {
    color: #666;
    margin: 0 5px 10px;
    padding: 5px 10px;
    background: #f7f7f7;
    display: inline-block;
}

.pagelist a:nth-child(1) {
    display: none;
}

.pagelist a:hover, .pagelist > b {
    color: #fff;
    background: #c3c3e5;
}

.pagelist > b {
    padding: 5px 10px;
}

.tab-head div {
    cursor: pointer;
    padding: 0.8rem 1rem;
    margin: 0px 2px;
    background: #c3c3e5;
    display: inline-block;
    color: #000;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
}

.tab-head div.active {
    background: #fffffff6;
    color: #000;
    border-top: 3px solid #000;
}

.chan-info-news-list {
    font-size: 1.2rem;
}

.chan-info-news-list span {
    padding-left: 0.5rem;
}

.chan-info-news-list a {
    color: #000000;
    margin-left: 0.5rem;
}

.news-list-block {
    padding: 10px 16px;
}

.news-info-item a {
    color: #000000;
    margin-left: 0.5rem;
}

.btn-high-video{
    width: 90px;
    padding: 5px 15px;
    margin: 10px auto;
    display: block;
}
@media (min-width: 768px) {
    .menu {
        display: none;
    }
    .warpper {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 830px;
    }
    .navbar-nav {
        width: 1220px;
        float: none !important;
        margin: 0 auto !important;
    }

    .site-name {
        width: 1220px;
    }

    .main-content {
        width: 1220px;
    }

    .hot-saishi-list-wrapper {
        overflow: hidden;
        width: 100%
    }

    .hot-saishi-list {
        display: flex;
        /*width: 1818px;*/
        position: relative;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
    }

    .hot-saishi-item:not(:last-child) {
        margin-right: 15px;
    }

    .chan-info {
        display: flex;
    }

    .main-panel {
        display: flex;
    }

    .content {
        /* float: right; */
        /* width: 340px; */
        margin-right: 1rem;
    }

    .min-width {
        margin-right: 1rem;
        width: 85%;
    }

    .score-name {
        width: 370px;
    }

    .match-block-left {
        width: 140px;
    }

    .match-block-left > img {
        width: 80px;
        height: 80px;
    }

    .current-match-head {
        padding: 15px;
    }

    .match-block-head {
        width: 650px;
    }

    .news-list-block {
        width: 80%;
    }

    .panel-info-margin {
        /*margin-top: 42px;*/
    }

    .video_list_block {
        width: 70%;
        padding: 10px 16px;
    }

    .header-logo {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .chan-time, .chan-type {
        width: 10rem;
    }

    .hot-saishi-item {
        float: left;
        width: 285px !important;
    }
}

@media (max-width: 767px) {
    header{position: relative;}
    .menu {
        display: block;
        width: 9.33333vw;
        height: 9.33333vw;
        position: absolute;
        top: 5px;
        right: 10px;
    }

   .menu img {
        width: 100%;
        height: 100%;
    }
    .warpper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .site-name {
        text-align: center;
    }

    .hot-saishi-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .chan-info p {
        padding: 0.5rem 0;
    }

    .chan-type {
        flex: 1;
        width: 60px;
        padding-left: 0.5rem;
        text-align: right;
    }

    .btn-video {
        margin: 5px auto 0;
    }

    .match-block-left > img {
        width: 50px;
        height: 50px;
    }

    .match-block-left {
        width: 85px;
    }

    .current-match-head .match-info-head {
        padding-left: 15px;
        margin-top: 5px;
    }

    .match-block-head {
        width: 312px;
    }

    .match-block-left > img {
        margin-top: 15px
    }

    .article {
        padding: 10px;
    }

    nav {
        display: none;
    }

    .navigation {
        display: none;
        position: absolute;
        z-index: 2006;
        left: 0;
        right: 0;
    }

    .header-logo {
        display: flex;
    }

    .header-logo img {
        height: 18px;
    }

    .collapse {
        display: block;
    }

    .navbar {
        width: 100%;
        height: 100%;
    }

    a.site-name {
        flex: 1;
        padding-left: 0;
        color: #333;
    }

    .header-logo {
        background: #c3c3e5;
    }

    .hot-saishi-container {
        display: none;
    }

    .panel {
        padding: 0;
    }

    .panel-body {
        padding: 0;
    }

    .panel-bd.chan-list {
        width: 95%;
        margin: 0 auto;
    }
}