body {
    color: #333333;
    background: #F4F4F4;
    font-size: 14px;
}

a, button {
    cursor: pointer;
    color: #000;
}

a {
    text-decoration: none;
}

.head {
    width: 100%;
    background: #FFFFFF;
}

.head-content, .content, .wrapper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.content-left {
    width: 800px;
    float: left;
}

.content-right {
    width: 390px;
    float: right;
}

.nav {
    background: #ffffff;
    display: inline-flex;
    flex-wrap: wrap;
}

.nav li {
    background: #FF744B;
    margin-left: 1px;
    margin-bottom: 1px;
    width: 119px;
    height: 45px;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
}

ul.nav li a {
    color: #fff;
    font-size: 16px;
}


.left {
    float: left;
}

.right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
}


.article {
    padding: 10px;
}

.article p {
    line-height: 30px;
}

.article hr {
    border: none;
}

.article h3 {
    margin-bottom: 15px;
}

.subnav-box {
    margin-top: 1px;
    height: 36px;
    background: #E7E6E6;
    overflow: hidden;
    position: relative;
}

.subnav-box a {
    float: left;
    width: auto;
    height: 36px;
    font-size: 14px;
    color: #777777;
    line-height: 39px;
    padding-left: 10px;
    padding-right: 10px;
}

.subnav-box a:last-child {
    margin-right: 20px;
}

.subnav-box a:active {
    color: #FF6133;
    background: #ffffff;
}

.subnav-box a.active {
    color: #FF6133;
    background: #ffffff;
}

.subnav-box .slide-next, .subnav-box .slide-prev {
    width: 20px;
    height: 36px;
    position: absolute;
    top: 0;
    background: #fc825f;
    z-index: 99;
    opacity: 0.95;
    transition: opacity 0.3s;
}

.subnav-box .slide-next {
    right: 0;
}

.subnav-box .slide-prev {
    left: 0;
}

.subnav-box .slide-prev s, .subnav-box .slide-next s {
    display: inline-block;
    margin: 14px 0 0 4px;
    width: 7.2px;
    height: 7.2px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.subnav-box .slide-next s {
    transform: rotate(-45deg);
}

.subnav-box .slide-prev s {
    transform: rotate(135deg);
}

.subnav-box .swiper-button-disabled {
    opacity: 0;
}

.line-more {
    text-align: center;
}

.line-more a {
    font-size: 14px;
    color: #333333;
}

.footer {
    padding: 20px;
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.footer-center {
    float: right;
    width: 100%;
    text-align: center;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.content-left .news-item {
    height: 100px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 auto;
}

.content-right .news-item {
    height: 75px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 auto;
}

.content-left .news-item img {
    float: left;
    width: 150px;
    max-height: 100px;
}

.content-right .news-item img {
    float: left;
    width: 100px;
    max-height: 70px;
}

.content-left .news-item p {
    float: left;
    width: 70%;
    height: 80%;
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    overflow: hidden;
}


.content-right .news-item p {
    float: left;
    width: 250px;
    height: 70px;
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    overflow: hidden;
}


.score-list ul {
    padding: 0;
}

.score-list h1 {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: #f2f2f2;
    width: 100%;
}

.score-list h1 a {
    display: block;
    color: #333;
}

.score-list ul li {
    line-height: 50px;
    height: 50px;
    display: flex;
}

.score-list ul li:nth-child(2n) {
    background-color: #F7F7F7;
}

.score-list ul li .vs {
    text-align: center;
    width: 70px;
}

.score-list ul li .game-time {
    width: 100px;
}

.score-list ul li .game-name {
    width: 150px;
}

.score-list ul li .left-team {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 180px;
}

.score-list ul li .left-team .team-logo-min {
    margin-left: 10px;
}

.score-list ul li .right-team .team-logo-min {
    margin-right: 10px;
}

.score-list ul li .right-team {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 200px;
}


.score-list li .game-play {
    width: 50px;
}

.score-list ul .score-name-left {
    width: 110px;
    margin-top: 10px;
    float: left;
    text-align: center;
}

.score-name-left img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.score-name-left span {
    display: block;
    height: 28px;
    font-size: 14px;
    line-height: 14px;
    margin-top: 8px;
    color: #333;
    overflow: hidden;
}

.score-list .score-center {
    width: 135px;
    float: left;
    text-align: center;
}

.score-center .league-name {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: -20px;
}

.score-center time {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 14px;
    overflow: hidden;
}

.score-center .score {
    font-size: 21px;
    line-height: 21px;
    color: #333;
    margin-top: 14px;
}

.score-center span {
    font-size: 12px;
    line-height: 12px;
    margin-top: 13px;
    color: #333;
}

.red {
    color: #ce2623 !important;
}

.blue {
    color: #017bd1 !important;
}

.green {
    color: #009900 !important;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article {
    background: #FFFFFF;
}

.article img {
    width: 100%;
}

.score-title {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: #f2f2f2;
    width: 100%;
}

.fixed-score-box {
    min-height: 150px;
    background: url(/img/banner_back.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
}

.fixed-score-box > a {
    display: inline-block;
    margin: 10px 0 0 15px;
}

.fixed-score-box > a > i {
    display: inline-block;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    border: 1px solid #ffffff;
    border-bottom: none;
    border-right: none;
}

.fixed-score-box > a > span {
    font-size: 14px;
    color: #ffffff;
}

.fixed-score {
    padding: 10px 200px;
    display: flex;
    justify-content: space-between;
}

.fixed-score .score-name-left {
    width: 117px;
    text-align: center;
}

.fixed-score .score-name-left img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.fixed-score .score-name-left span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #fff;
}

.fixed-score .score-center {
    width: 140px;
    text-align: center;
    margin-top: 45px;
}

.fixed-score .score-center time {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 14px;
    margin-bottom: 10px;
    height: 20px;
}

.fixed-score .score-center .score {
    font-size: 24px;
    color: #fff;
    line-height: 26px;
    margin-top: 15px;
}

.fixed-score .score-center p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.fixed-score .score-center a {
    display: inline-block;
    width: 66px;
    height: 26px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 14px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.category-team-list li {
    padding: 4px;
}

.category-team-list li img {
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.team-logo-min {
    width: 36px;
    height: 36px;
}

.alert-info {
    text-align: center;
}

.live-play-source {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.live-play-source a.live-play-btn {
    text-align: center;
    padding: 10px 6px;
    border-radius: 4px;
    background: rgba(255, 12, 12, 0.10);
    border: 1px solid #ff0c0c;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    width: 170px;
}

.live-play-source a.live-play-btn:not(:nth-child(4n)) {
    margin-right: 11px;
}

.text-center {
    text-align: center;
}

.column2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.column3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}


.column4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


.block-a {
    display: inline-block;
    width: 100%;
    line-height: 30px;
}


.game-status {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.game-status-disabled {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 68px;
}

.game-status-end {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.game-status-live {
    color: #fff;
    background-color: #b5170b;
    border-color: #b5170b;
}

.game-status-not-start {
    border-color: #4682f7;
    background: #4682f7;
    color: white;
}

ul.live-play-source li {
    max-width: 154px;
    overflow: hidden;
}


.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.ex-pagination {
    justify-content: center;
    --bs-pagination-color: #333;
    --bs-pagination-hover-color: #333;
    --bs-pagination-focus-color: #333;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(225, 200, 191, 0.25);
    --bs-pagination-active-bg: #e3e3e3;
    --bs-pagination-active-border-color: #e3e3e3;
}


.module-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background: #ffffff;
    padding: 10px 10px;
}


.module-title-container .title {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    padding: 0;
    margin: 0;
}


.hot-team-list {
    padding: 0 0.5rem;
}

.hot-team-list li {
    height: 23px;
    line-height: 23px;
    display: block;
    white-space: nowrap;
}

.hot-team-list li {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.module-content-container {
    background: #FFFFFF;
    padding: 10px;
}

.new-playback-item {
    border: none;
    padding: 3px 0;
}

.new-playback-item a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}


/**
视频分享
 */

.share-lock-modal-dialog {
    width: 460px;
    margin: 100px auto;
}

.share-lock-title-container {
    top: 13%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, 0%);
    text-align: center;
    line-height: 26px;
}

.share-lock-title-container .title {
    font-size: 26px;
    color: red;
    font-weight: bold;
}

.share-lock-title-container .subtitle {
    top: 18%;
    color: #e89049;
    font-size: 18px;
}

.share-lock-content-container {
    top: 39%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, 0%);
    text-align: center;
    line-height: 16px;
    width: 80%;
    color: #ffffff;
    background-color: #959085de;
    border-radius: 3px;
}

.share-lock-content-container p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 4px;
}


.share-lock-modal-content {
    background: transparent;
    border: none;
    border-radius: unset;
    box-shadow: none;
    position: relative;
    width: 460px;
}

.share-lock-button {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, 0%);
    bottom: 30px;
    border: 3px solid #ffffff;
    border-radius: 40px;
    padding: 10px 28px;
    text-align: center;
    background: #F2BE21;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
}

.share-lock-close-button {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    opacity: 1;
}

.ex-pagination li a, .ex-pagination li span {
    font-size: 0.875rem;
}
