.red {
    color: red;
}

.gray {
    color: gray;
}

.green {
    color: green;
}

.text-placeholder {
    color: #666;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

header {
    margin: auto;
    width: 1200px;
}

footer {
    font-size: 14px;
    width: 100%;
    min-height: 60px;
    text-align: center;
    position: relative;
    z-index: 9;
}

footer .footer-content {
    width: 1200px;
    margin: auto;
}

footer .footer-content .f-link {
    text-align: center;
    padding-top: 33px;
    padding-bottom: 27px;
    border-bottom: 1px solid #293048;
}

footer .footer-content .f-link .link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    overflow: hidden;
    /* max-height: 17px; */
}

footer .footer-content .f-link .link span {
    font-size: 14px;
    color: #c3beb5;
    margin-right: 20px;
    margin-bottom: 10px;
    line-height: 17px;
    opacity: 0.8;
}

footer .footer-content .f-link a {
    font-size: 14px;
    color: #c3beb5;
    margin-right: 20px;
    line-height: 17px;
    margin-bottom: 10px;
}

footer span {
    color: #fff;
    margin-right: 40px;
    font-size: 16px;
    margin-bottom: 10px;
}

footer a:hover {
    color: #ffffff !important;
}

footer .baidu-maps {
    margin: 10px 0;
}

footer .baidu-maps a {
    color: #c3beb5;
}

footer .copy-right {
    width: 800px;
    font-size: 12px;
    line-height: 22px;
    color: #c3beb5;
    text-align: center;
    margin: auto;
}

footer .copy-right span {
    font-size: 18px;
    display: block;
    color: #fff;
}

/* 头部 */
.header-bg {
    width: 100%;
    background: #0d142c;
    border-bottom: 1px solid #293048;
    opacity: 1;
}

.header-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-top .logo {
    width: 319px;
}

.header-top .header-right {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #293048;
}

.header-top .header-right .header-menu {
    flex: 1;
    display: flex;
    height: 79px;
    border-bottom: 1px solid #293048;
    line-height: 79px;
    justify-content: flex-end;
    max-width: 930px;
}

.header-top .header-right .header-hot {
    display: flex;
    align-items: baseline;
    position: relative;
}

.header-top .header-right .header-hot .header-hot-container {
    flex-wrap: wrap;
    overflow: hidden;
    display: flex;
    height: 50px;
    border-bottom: 1px solid #293048;
    line-height: 50px;
}

.header-top .header-right .header-hot .header-hot-special {
    position: absolute;
    top: 50px;
    width: 100%;
    background: #0d142c;
    line-height: 32px;
    z-index: 100;
    padding: 10px;
    display: none;
}

.header-top .header-right .header-hot .header-hot-special li {
    display: inline-block;
    margin-right: 40px;
}

.header-top .header-right .header-hot .header-hot-special a {
    margin: 0;
}

.header-top .header-right .header-hot .header-hot-open {
    width: 18px;
    height: 18px;
    margin: 0;
}

.header-top .header-right .header-hot img {
    height: 13px;
    margin: auto 40px;
}

.header-top .header-right .header-hot a {
    font-size: 14px;
    color: #ffffff;
    margin-left: 40px;
    position: relative;
    z-index: 2;
}

.header-top .header-right .header-hot>a {
    width: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-top .header-right .header-hot a.active span {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.header-top .header-right .header-hot a.active span::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #ff9900;
    position: absolute;
    /* top    : 50%; */
    bottom: 0;
    left: -50%;
    transform: translateX(50%);
    z-index: -1;
}

.header-top .header-right .header-menu a {
    font-size: 20px;
    color: #ffffff;
    padding: 0 43px;
    /*width: 80px;*/
    text-align: center;
    display: inline-block;
}

.header-top .header-right .header-menu a:first-child i {
    background: url(/static/pc/images/buck/sy-nor.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 15px auto 28px auto;
}

.header-top .header-right .header-menu a:nth-child(2) i {
    background: url(/static/pc/images/buck/zqzb-nor.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 15px auto 28px auto;
}

.header-top .header-menu a:nth-child(3) i {
    background: url(/static/pc/images/buck/lqzb-nor.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 15px auto 28px auto;
}

.header-top .header-menu a:nth-child(4) i {
    background: url(/static/pc/images/buck/tyzx-nor.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 15px auto 28px auto;
}

.header-top .header-menu a.active,
.header-top .header-menu a:hover {
    color: #fff !important;
    background: #ff9900;
    font-weight: bold;
}

.header-top .header-menu a:first-child.active i,
.header-top .header-menu a:first-child:hover i {
    background: url(/static/pc/images/buck/sy-sel.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 15px auto 28px auto;
}

.header-top .header-menu a:nth-child(2).active i,
.header-top .header-menu a:nth-child(2):hover i {
    background: url(/static/pc/images/buck/zqzb-sel.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 15px auto 28px auto;
}

.header-top .header-menu a:nth-child(3).active i,
.header-top .header-menu a:nth-child(3):hover i {
    background: url(/static/pc/images/buck/lqzb-sel.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 15px auto 28px auto;
}

.header-top .header-menu a:nth-child(4).active i,
.header-top .header-menu a:nth-child(4):hover i {
    background: url(/static/pc/images/buck/tyzx-sel.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 15px auto 28px auto;
}

.header-top .header-menu a.active::after {
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 80%;
    height: 0;
    margin-left: -40%;
    background: #ffffff;
    border-radius: 2px;
}

.header-top .header-search {
    float: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-top .header-search a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.header-top .header-search .search {
    width: 120px;
    height: 40px;
}

.header-top .header-search .search input {
    font-size: 18px;
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    border-radius: 20px;
    padding-left: 45px;
    padding-right: 5px;
    background: #fff url("../../images/search.png") 9px center no-repeat;
    background-size: 26px;
    box-sizing: border-box;
}

.header-nav {
    display: flex;
    position: relative;
}

.header-nav .header-nav-list {
    flex: 1;
    height: 14px;
    overflow: hidden;
}

.header-nav .header-nav-list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.header-nav .header-nav-list ul li {
    flex: 0 0 6%;
    text-align: left;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    margin-right: 50px;
}

.header-nav .header-nav-list ul li:nth-child(10n) {
    margin-right: 0;
}

.header-nav .header-nav-list ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-nav .header-nav-list ul li a:hover {
    color: #fff !important;
    opacity: 1;
}

.header-nav .header-nav-list ul li.active a {
    font-weight: bold;
    opacity: 1;
}

.header-nav i.arrow {
    display: inline-block;
    width: 18px;
    height: 11px;
    margin-left: 5px;
    background: url("../../images/arrow-down.png") center center no-repeat;
    cursor: pointer;
    transition: transform 0.3s linear;
}

.header-nav i.arrow.rotate {
    transform: rotate(180deg);
}


/* 广告 */
.header-layer {
    position: fixed;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 110;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    height: 60px;
    border: 1px solid #ff9900;
    padding: 20px;
    background: #ff9900;
    color: #fff;
    background-size: cover;
    transition: 1s;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
}

.header-code {
    position: absolute;
    right: 50px;
    z-index: 20;
}

.header-code .code-item:nth-child(2) {
    margin-top: 20px;
}

.header-code .img {
    position: relative;
}

.header-code .img .code-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #d6d2d2;
    font-size: 18px;
    text-align: center;
    color: #999;
    transform: rotateZ(45deg);
    cursor: pointer;
}

.header-code .img img {
    width: 110px!important;
    height: 110px !important;
    border-radius: 6px 6px 0px 0px!important;
}

.header-code .text {
    line-height: 50px;
    color: #fff;
    background: #ff9900;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 0px 0px 6px 6px!important;

}

/* 广告 */
.ad.left {
    position: fixed;
    bottom: 40%;
    left: 0;
    width: 81px;
    height: 423px;
    z-index: 100;
}

.ad.right {
    position: fixed;
    bottom: 50%;
    right: 0;
    width: 81px;
    height: 420px;
    margin-bottom: -210px;
    background: url("../../images/line-bg.png") no-repeat;
    z-index: 100;
}

.contaier {
    width: 100%;
    margin: 0 auto;
}

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

.error-box p {
    font-size: 14px;
    color: #fff;
    margin-top: 580px;
}

.error-box a {
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 83px auto;
    width: 176px;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
}

/* 公用标题模块 */
.base-title-box {
    text-align: center;
    position: relative;
}

.base-title-box.left {
    text-align: left;
}

.base-title-box .title {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    letter-spacing: 8px;
}

.base-title-box img {
    margin-top: -10px;
}

.base-title-box p {
    display: inline-block;
    font-size: 34.5px;
    margin-top: -20px;
    position: relative;
    z-index: -1;
    opacity: 0.6;
}

.base-title-box a.more {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: block;
    width: 35px;
    height: 18px;
}

/* banner新闻页统一布局 */
.banner-box {
    width: 100%;
}

.banner-box .title-box {
    position: absolute;
    left: -6px;
    bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 321px;
    height: 106px;
    text-align: center;
    border-radius: 8px 4px 8px 8px;
    z-index: 10;
}

.banner-box .title-box h2.title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    letter-spacing: 5px;
    position: relative;
}

.banner-box .title-box img {
    position: absolute;
    top: 55%;
    left: 15%;
    text-align: center;
    z-index: -1;
}

.new-hot-main {
    width: 100%;
    margin: 0 auto;
}

.new-hot-main .new-hot-cover {
    width: 100%;
    height: 500px;
    background-color: #ddd;
    position: relative;
    z-index: 5;
}

.new-hot-main .new-hot-cover .cover-box {
    width: 100%;
    height: 100%;
}

.new-hot-main .new-hot-cover .cover-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-hot-main .new-hot-cover .cover-box p {
    position: absolute;
    bottom: 40px;
    left: 32px;
    width: 362px;
    height: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-hot-main .new-hot-cover .cover-dot-box {
    position: absolute;
    right: 66px;
    top: 50%;
    display: flex;
    width: auto;
    left: auto;
    flex-direction: column;
}

.new-hot-main .new-hot-cover .cover-dot-box .swiper-pagination-bullet {
    display: block;
    width: 14px;
    height: 14px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    border: 1px solid #fff !important;
}

.new-hot-main .new-hot-list-warpper {
    width: 570px;
    position: relative;
    z-index: 100;
}

.new-hot-main .new-hot-list .hot-news-box {
    margin-bottom: 60px;
}

.new-hot-main .new-hot-list .hot-news-box .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    line-height: 20px;
    margin-bottom: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-hot-main .new-hot-list .hot-news-box p {
    width: 570px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
}

.new-hot-main .news-hot-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
}

.new-hot-main .news-hot-btns .basic-tabs-btns {
    display: flex;
}

.new-hot-main .news-hot-btns a,
.new-hot-main .news-hot-btns button {
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 81px;
    height: 28px;
    line-height: 28px;
    border: none;
    background: transparent;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid transparent;
}

.new-hot-main .news-hot-btns a+a,
.new-hot-main .news-hot-btns button+a,
.new-hot-main .news-hot-btns a+button,
.new-hot-main .news-hot-btns button+button {
    margin-left: 40px;
}

/* 新闻列表 */
.news-list .news-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 16px;
}

.news-list .news-list-item:last-child {
    margin-bottom: 0;
}

.news-list .news-list-item::before {
    content: " ";
    width: 6px;
    height: 6px;
    opacity: 0.5;
    border-radius: 3px;
    margin-right: 12px;
}

.news-list .news-list-item dt {
    flex: 1;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 直播表格 */
.live-match-content {
    width: 1200px;
    margin: auto;
    position: relative;
    z-index: 9;
}

.live-match-content .match-day-wrap {
    display: flex;
    margin-top: 100px;
    margin-bottom: 34px;
    position: relative;
}

.live-match-content .match-day-wrap img {
    position: absolute;
    right: 0;
    top: -35px;
}

.live-match-content .match-day-wrap a {
    width: 83px;
    height: 36px;
    border: 1px solid #293048;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 36px;
    margin-right: 39px;
    cursor: pointer;
}

.live-match-content .match-day-wrap a.active {
    border: 1px solid #ff9900;
    color: #ff9900;
}

.live-match-head {
    height: auto;
    display: flex;
    border: 1px solid #293048;
    width: 1208px;
    padding-bottom: 40px;
}

.hot-title {
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 40px;
    position: absolute;
    z-index: 3;
}

.channel-title {
    margin-bottom: 40px;
    position: relative;
}

.hot-title img {
    position: absolute;
    left: 0;
    top: 34px;
    z-index: -1;
}

.live-match-head .live-type-list {
    width: 1150px;
    height: 60px;
    overflow: hidden;
    margin: 55px 0px 0 0px;
    background: #0d142c;
    z-index: 2;
    border: none;
    padding-right: 15px;
}

.live-match-head .live-type-list span {
    width: 400px;
    height: 20px;
    display: inline-block;
    float: left;
}

.live-nav {
    /* flex: 1; */
    margin-top: 55px;
    height: 65px;
    z-index: 2;
    padding-right: 15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    border: none;
}

.live-nav span {
    width: 400px;
}

.live-nav li,
.live-nav a {
    width: 83px;
    min-width: 83px;
    height: 39px;
    border: 1px solid #9ea0aa;
    color: #fff !important;
    display: block;
    text-align: center;
    line-height: 39px;
    margin-right: 11px;
    margin-top: 20px;
    cursor: pointer;
}

.live-nav li.layui-this,
.live-nav a.active {
    color: #fff !important;
    background: #ff9900 !important;
    border: 1px solid #ff9900 !important;
}

.live-nav li:hover,
.live-nav a:hover {
    color: #fff !important;
    background: #ff9900 !important;
    border: 1px solid #ff9900 !important;
}

.live-nav li.layui-this::after {
    border: none;
}

/* .live-match-head .live-type-list a,
.live-match-head .live-type-list li {
  line-height: 38px;
  border: 1px solid #ffffff;
  color: #fff;
  display: block;
  margin-left: 24px;
  text-align: center;
  float: left;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 12px;
}

.live-match-head .live-type-list a.active,
.live-match-head .live-type-list li.layui-this {
  background: #ff9900 !important;
  color: #fff !important;
  border: 1px solid #ff9900 !important;
} */

.live-match-head .open-img {
    width: 24px;
    height: 24px;
    margin-top: 85px;
    cursor: pointer;
}

.match-today {
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 54px;
    line-height: 54px;
    background: #293048;
    border: 1px solid #293048;
    width: 1200px;
}

.match-today .left {
    margin-right: 14px;
}

.match-today .right {
    margin-left: 14px;
}

.match-today p:nth-child(2) {
    font-size: 30px;
}

.live-table-head {
    width: 1200px;
    border: 1px solid #293048;
}

.live-table {
    width: 1200px;
    margin: auto;
}

.live-table thead {
    width: 100%;
    line-height: 49px;
}

.live-table thead tr {
    width: 1200px;
    height: 62px;
    border: 1px solid #293048;
}

.live-table thead td {
    font-size: 16px;
    color: #a0abbaff;
    padding: 0 10px;
    text-align: center;
}

.live-table thead,
.live-table tbody tr {
    display: table;
    table-layout: fixed;
    text-align: center;
    height: 71px;
    font-size: 18px;
}

.live-table thead {
    height: 49px;
}

.live-table tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.live-table tbody tr {
    width: 100%;
    color: #fff;
    font-weight: 500;
    border-top: 1px solid #293048;
}

.live-table tbody .score {
    font-weight: bold;
    background-image: -webkit-linear-gradient(98deg, #59a5ee 0%, #5665d9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 30px;
}

.live-table tbody .hot-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 4px 0;
    vertical-align: middle;
}

.live-table tbody .flag {
    width: 32px;
    height: 32px;
    background: transparent;
    object-fit: cover;
    margin-right: 15px;
    vertical-align: middle;
}

.live-table tbody .right .flag {
    margin-left: 15px;
    margin-right: 0;
}

.live-table tbody .link-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background: url(/static/pc/images/buck/link-unactive.png) center center no-repeat;
    position: relative;
    background-size: contain;
}

.live-table tbody td {
    line-height: 48px;
    padding: 0 10px;
}

.live-table tbody td.league {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live-table tbody td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.live-table tbody td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.live-table tbody td .flex {
    display: flex;
    align-items: center;
}

.live-table tbody td .flex.center {
    justify-content: center;
}

.live-table tbody td .flex.center span {
    color: #fff;
}

.live-table tbody td .flex p,
.live-table tbody td .flex a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff !important;
}

.live-table tbody td .flex p {
    flex: 1;
}

.live-table tbody td a.link {
    color: inherit;
    margin-right: 20px;
}

.live-table tbody td a.link:last-child {
    margin-right: 0;
}

.live-table tbody tr:hover:not(.center) a {
    color: #fff !important;
}

.live-table tbody tr:hover:not(.center) .link-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: relative;
    background: url(/static/pc/images/buck/link-active.png) center center no-repeat;
    background-size: contain;
}

.live-table .right {
    text-align: right;
    color: #333 !important;
}

.live-table .left {
    text-align: left;
    color: #333 !important;
}

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

.not-live-table p {
    font-size: 14px;
    color: #999;
    letter-spacing: 0.5px;
}

.not-live-table img.loading {
    width: 70px;
}

.not-live-table img.not-match {
    margin: 70px auto 50px;
}

/* 资讯列表 */
.information-list {
    display: flex;
    margin-top: 26px;
}

.information-item {
    width: 100%;
}

.information-item+.information-item {
    margin-left: 30px;
}

.information-item .information-cover {
    width: 380px;
    height: 212px;
    border-radius: 4px;
    position: relative;
    background: url("../../images/default.jpg") left center;
    background-size: cover;
    overflow: hidden;
}

.information-item .information-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-item .information-cover span {
    position: absolute;
    top: 22px;
    left: 19px;
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
}

.information-item .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 大图模式 */
.information-cover-flex {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.information-cover-flex .information-cover {
    width: 222px;
    height: 124px;
}

.information-cover-flex .information-cover span {
    top: 12px;
    left: 11px;
}

.information-cover-flex .information-cover-info {
    flex: 1;
    margin-top: 13px;
    margin-left: 11px;
    overflow: hidden;
}

.information-cover-flex .information-cover-info .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 24px;
}

.information-cover-flex .information-cover-info .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999;
}

.information-cover-flex .information-cover-info .info .eye-icon {
    display: inline-block;
    width: 15px;
    height: 12px;
    background: url("../../images/eye-icon.png");
    margin-right: 8px;
}

.information-item a.information-news {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.information-item a.information-news:last-child {
    margin-bottom: 0;
}

.information-item a.information-news::before {
    content: " ";
    display: inline-block;
    width: 6px;
    height: 6px;
    opacity: 0.5;
    border-radius: 3px;
    margin-right: 12px;
}

.information-item a.information-news span {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.information-item a.information-news em {
    flex: 1;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    color: #999;
}

/* 近期比赛 */
.sprots-recent-competition {
    min-height: 510px;
    position: relative;
    margin-bottom: 40px;
}

.sprots-recent-competition+.sprots-recent-competition {
    margin-top: 200px;
}

.sprots-recent-title {
    width: 106px;
    height: 444px;
    border-radius: 0px 0px 4px 8px;
    position: absolute;
    right: -50px;
    top: -143px;
    z-index: 999;
}

.sprots-recent-title h2 {
    width: 31px;
    height: 144px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 38px;
    position: absolute;
    margin-top: 130px;
    left: 44px;
    z-index: 10;
}

.sprots-recent-title img {
    position: absolute;
    top: 50%;
    left: 29px;
    z-index: 1;
    margin-top: -150px;
}

.sports-living-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 320px;
}

.sports-living-box+.sports-living-box {
    margin-top: 40px;
}

.sports-living-box>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.sports-living-box>div+div {
    margin-top: 3px;
    margin-bottom: 3px;
}

.sports-living-box>div .time {
    color: #666;
}

.sports-living-box .team img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

.sports-living-box .link-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../../images/link-sm-unactive.png");
    background-size: cover;
    margin-right: 5px;
}

.sports-living-box .sports-living-middle>p {
    font-size: 16px;
    margin-left: 30px;
}

.sports-living-box .sports-living-middle .socre {
    color: #666;
    width: 80px;
    height: 24px;
    line-height: 21px;
    border: 2px solid #ccc;
    border-radius: 4px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.sports-living-box .sports-living-middle .socre::before,
.sports-living-box .sports-living-middle .socre::after {
    content: "  ";
    position: absolute;
    top: 50%;
    width: 24px;
    height: 2px;
    background: #ccc;
}

.sports-living-box .sports-living-middle .socre::before {
    left: -24px;
}

.sports-living-box .sports-living-middle .socre::after {
    right: -24px;
}

/* 面包屑 */
.com-bread-crumbs {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 10;
    color: #a0abba;
}

.com-bread-crumbs p,
.com-bread-crumbs a {
    font-size: 12px;
    color: inherit;
    font-weight: 400;
}

.com-bread-crumbs em {
    font-style: normal;
    margin: 0;
}

.copy-right {
    font-size: 14px;
    text-align: center;
    color: #666;
    margin: 10px 0 25px;
}

/* 旋转 */
.rotate {
    transform-origin: center center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
}

.rotate-back {
    transform-origin: center center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
}

/* 置顶 */
.top {
    position: fixed;
    right: 181px;
    bottom: 350px;
    cursor: pointer;
    display: none;
    z-index: 10;
}

@media only screen and (max-width: 1441px) {
    .top {
        right: 60px;
    }
}

/* 热门资讯 */
.news-video {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.live-hot-news {
    width: 560px;
    height: 865px;
    position: relative;
}

.live-hot-news .swiper-container {
    width: 560px;
    height: 349px;
    background: #0d142c;
    margin-top: 150px;
    border: 1px solid #212840;
    border-bottom: none;
}

.live-hot-news .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-hot-news .swiper-slide p {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 15px;
    color: #ffffff;
}

.live-hot-news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
}

.swiper-pagination-bullet {
    background: #fff !important;
    border: none;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #ff9900 !important;
    border: none !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    right: 20px;
    left: auto !important;
    width: auto !important;
}

.live-hot-news .live-hot-content {
    height: 284px;
    width: calc(100% - 80px);
    border: 1px solid #212840;
    border-top: none;
    padding: 60px 40px;
}

.live-hot-news .live-hot-content ul {
    margin-bottom: 113px;
}

.live-hot-news .live-hot-content ul li a {
    color: #fff;
}

.live-hot-news .live-hot-content ul li {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.live-hot-news .live-hot-content ul li:hover a {
    color: #ff9900;
}

.live-hot-news .live-hot-content ul li:hover i {
    background: #ff9900;
}

.live-hot-news .live-hot-content ul li i {
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    top: -3px;
}

.see-more {
    width: 153px;
    height: 36px;
    border: 1px solid #293048;
    display: block;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.video-more {
    margin-top: 140px;
}

.see-more img {
    margin-left: 20px;
}

.live-hot-content-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.live-hot-videotape {
    width: 520px;
    /* height    : 765px; */
    border: 1px solid #212840;
    margin-top: 40px;
    padding: 40px 40px 60px 40px;
}

.live-hot-videotape .live-hot-list {
    display: flex;
    height: 74px;
    border-bottom: 1px solid #293048;
    justify-content: space-between;
}

.live-hot-videotape .live-hot-list .title {
    width: 299px;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    margin: auto 0;
}

.live-hot-videotape .live-hot-list .label {
    padding: 4px 10px;
    background: #2b3055;
    color: #6e86dc;
    height: 20px;
    line-height: 20px;
    margin: auto 0;
    margin-left: 10px;
    width: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.live-hot-videotape .live-hot-list .play {
    margin: auto 0;
}

/* 最新录像 */
.newest-match {
    width: 380px;
    position: relative;
    /* max-height: 676px; */
}

.newest-match .title {
    font-size: 50px;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 50px;
}

.newest-match .title-bg {
    width: 305px;
    height: 46px;
    background: url("../../../images/buck/newest-video.png") no-repeat;
    position: absolute;
    top: 30px;
    z-index: -1;
}

.newest-match .live-info-wrap {
    width: 300px;
    max-height: 676px;
    padding: 0 40px 40px 40px;
    border: 1px solid #293048;
    overflow: auto;
}

.newest-match .live-info-wrap .live-info {
    width: 300px;
    max-height: 576px;
    overflow: hidden;
}

.newest-match .live-info-wrap .live-info .detail {
    width: 300px;
    overflow: hidden;
    position: relative;
    height: 45px;
    padding-bottom: 16px;
    margin-top: 16px;
    border-bottom: 1px solid #293048;
    display: flex;
    align-items: center;
}

.newest-match .live-info-wrap .live-info .detail .name a {
    font-size: 14px;
    color: #fff;
    width: 234px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.newest-match .live-info-wrap .live-info .detail .name:hover {
    color: #ff9900;
}

.newest-match .live-info-wrap .live-info .detail .icon {
    background: url("../../../images/buck/video-icon.png") no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
}

.more {
    width: 133px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    border: 1px solid #293048;
    margin: auto;
    position: relative;
    padding: 10px;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
}

.more a {
    color: #fff;
}

.more:hover {
    color: #ff9900;
}

.more:after {
    content: " ";
    margin-left: 10px;
    width: 58px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5.5px;
    background: url("../../../images/buck/go_right.png") no-repeat;
}

/* 推荐赛事 */
.recommend-match {
    width: 380px;
    margin-top: 40px;
    position: relative;
}

.recommend-match .title {
    font-size: 50px;
    color: #fff;
    margin-left: 20px;
}

.recommend-match .title-bg {
    position: absolute;
    background: url("../../../images/buck/recommend_match.png") no-repeat;
    left: 20px;
    top: 30px;
    width: 286px;
    height: 46px;
    z-index: -1;
}

.recommend-match .match-info-wrap {
    max-height: 967px;
    width: 380px;
    margin-top: 68px;
    overflow: auto;
}

.recommend-match .match-info-wrap .match-info {
    width: 338px;
    height: 176px;
    border: 1px solid #293048;
    padding: 24px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.recommend-match .match-info-wrap .match-info-top {
    display: flex;
    justify-content: space-between;
    width: 338px;
    padding-bottom: 15px;
    border-bottom: 1px solid #293048;
}

.recommend-match .match-info-wrap .match-info-top .league {
    font-size: 14px;
    font-weight: bold;
}

.recommend-match .match-info-wrap .match-info-top .date {
    color: #9ea0aa;
    font-size: 12px;
}

.recommend-match .match-info-wrap .match-info-bottom {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #fff;
    width: 338px;
    position: relative;
}

.recommend-match .match-info-wrap .match-info-bottom .top-team,
.recommend-match .match-info-wrap .match-info-bottom .bottom-team {
    display: flex;
    align-items: center;
    max-width: 210px;
}

.recommend-match .match-info-wrap .match-info-bottom .top-team img,
.recommend-match .match-info-wrap .match-info-bottom .bottom-team img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.recommend-match .match-info-wrap .match-info-bottom .top-team p,
.recommend-match .match-info-wrap .match-info-bottom .bottom-team p {
    width: 168px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend-match .match-info-wrap .match-info-bottom .bottom-team {
    margin-top: 15px;
}

.recommend-match .match-info-wrap .match-info-bottom .vs {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 14px;
    font-weight: bold;
}

.recommend-match .match-info-wrap .match-info-bottom .live-btn {
    display: flex;
    justify-content: center;
    padding-top: 24px;
}

.recommend-match .match-info-wrap .match-info-bottom .live-btn a {
    width: 118px;
    height: 40px;
    border: 1px solid #ff9900;
    color: #ff9900;
    text-align: center;
    line-height: 40px;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
    margin-right: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.recommend-match .match-info-wrap .match-info-bottom .live-btn a:hover {
    width: 198px;
}

.recommend-match .match-info-wrap .match-info-bottom .live-btn a:last-child {
    margin-right: 0;
}

/* 推荐阅读 */

/*整个滚动条样式*/
.detail-max-wrap::-webkit-scrollbar {
    width: 6px;
    height: 243px;
}

/*设置滚动条上的滚动滑块样式*/
.detail-max-wrap::-webkit-scrollbar-thumb {
    background: transparent;
}

/*鼠标位于内容上时，滚动条样式*/
.detail-max-wrap:hover::-webkit-scrollbar {
    width: 6px;
    height: 243px;
    background: #293048;
    border-radius: 6px;
}

/*鼠标位于内容上时，滚动滑块样式*/
.detail-max-wrap:hover::-webkit-scrollbar-thumb {
    background: #8a8a8a;
    border-radius: 10px;
}

.recommend-read {
    width: 780px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 103px;
}

.recommend-read .recommend-read-title {
    background: url("../../../images/buck/recommend-read.png") no-repeat;
    width: 551px;
    height: 77px;
    position: absolute;
    top: -43px;
    left: 40px;
}

.recommend-detail {
    /* max-height: 1005px; */
    width: 700px;
    padding: 50px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #293048;
}

.recommend-detail .detail-max-wrap {
    overflow: auto;
    width: 739px;
    height: 866px;
    overflow: auto;
}

.recommend-detail .content {
    width: 700px;
    display: flex;
    padding: 22px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #293048;
}

.recommend-detail .content .img a img {
    width: 220px;
    height: 126px;
}

.recommend-detail .content .detail {
    margin-left: 24px;
    height: 126px;
    width: 456px;
    position: relative;
}

.recommend-detail .content .detail .title a {
    font-size: 18px;
    max-width: 456px;
    color: #fff;
}

.recommend-detail .content .detail .title {
    max-width: 456px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend-detail .content .detail .title:hover {
    color: #ff9900;
}

.recommend-detail .content .detail .text-detail {
    display: inline-block;
    width: 95%;
    height: 45px;
    max-height: 45px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
    color: #9ea0aa;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend-detail .content .detail .text-detail:hover {
    color: #9ea0aa !important;
}

.recommend-detail .content .detail a.go-detail {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 33px;
    color: #ff9900 !important;
}

.recommend-detail .content .detail .label {
    width: 320px;
    overflow: hidden;
    display: flex;
    margin-top: 22px;
}

.recommend-detail .content .detail .label li a {
    background: rgba(255, 153, 0, 0.2);
    font-size: 12px;
    padding: 0px 10px;
    color: #ff9900;
    margin-right: 10px;
    max-width: 59px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend-detail .content .detail .label li .l {
    padding: 4px 10px;
}

.recommend-detail .content .detail .date {
    font-size: 12px;
    color: #9ea0aa;
    position: absolute;
    right: 0;
    bottom: -17px;
}

/* 推荐赛事 */

.recommended-events {
    height: 249px;
    background: #0c132a;
}

.recommended-events .recommended-content {
    width: 1200px;
    margin: auto;
}

.recommended-events .recommended-content .title {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 24px;
    padding-top: 15px;
    position: absolute;
    width: 1264px;
    z-index: 2;
}

.recommended-events .recommended-content .title p i {
    width: 8px;
    height: 8px;
    background: #ff9900;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.recommended-list {
    width: 1551px;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 1441px) {
    .recommended-list {
        width: 1310px;
        display: flex;
        overflow: hidden;
        white-space: nowrap;
    }
}

.recommended-match {
    width: 400px;
    height: 190px;
    background: #0c132a;
    border-right: 1px solid #293048;
    padding-top: 60px;
    float: left;
}

.recommended-match:last-child {
    opacity: 0.4;
}

.recommended-match .recommended-match-top {
    display: flex;
    justify-content: space-around;
    width: 400px;
}

.recommended-match .home-team img,
.recommended-match .away-team img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    object-fit: cover;
    margin: 25px auto;
    display: block;
}

.recommended-match .home-team p,
.recommended-match .away-team p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 26px;
}

.recommended-match .match-info {
    color: #ffffff;
    text-align: center;
}

.recommended-match .match-info p:first-child {
    font-size: 16px;
    margin-bottom: 18px;
}

.recommended-match .match-info p:nth-child(2) {
    font-size: 32px;
    margin-bottom: 20px;
}

.recommended-match .match-info p:nth-child(3) {
    font-size: 14px;
}

.recommended-match .live-source {
    display: flex;
    justify-content: center;
}

.recommended-match .live-source a:last-child {
    margin-right: 24px;
}

.recommended-match .live-source a {
    width: 118px;
    height: 40px;
    border: 1px solid #ff9900;
    line-height: 40px;
    color: #ff9900;
    display: inline-block;
    text-align: center;
    transition: width 0.3s;
    margin-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.recommended-match .live-source a:hover {
    width: 198px;
}

.defalut-icon-1 {
    background: url(/static/pc/images/buck/basketball-hover-icon.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 2px;
}

.defalut-icon-0 {
    background: url(/static/pc/images/buck/football-hover-icon.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 2px;
}

.no-match-tip {
    width: 329px;
    height: 244px;
    background: url(../../../images/buck/no_match_tip.png) no-repeat;
    margin: auto;
}

.match-league {
    position: absolute;
    left: 20px;
    top: 6px;
}

.match-league-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    padding-left: 16px;
}

.match-league-name p {
    margin-left: 10px;
    max-width: 123px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 滚动条 */
.wai {
    width: 1208px;
    position: relative;
}

.live-match-table-wrap {
    width: 1208px;
    max-height: 892px;
    overflow: auto;
    position: relative;
    border: 1px solid #293048;
    background: url(/static/pc/images/buck/match-bg.png?imageView2/1/w/240/h/240) center no-repeat;
}

/* 滚动条样式 */
.live-match-table-wrap::-webkit-scrollbar {
    width: 6px;
    position: absolute;
}

/*设置滚动条上的滚动滑块样式*/
.live-match-table-wrap::-webkit-scrollbar-thumb {
    background: #ff9000;
    border-radius: 100px;
    position: absolute;
}

/* 直播源待更新 */
.live-to-be-updated-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 145px;
}

.live-to-be-updated-icon {
    width: 37px;
    height: 37px;
    background: url(../../../images/buck/to-be-updated-icon.png) no-repeat;
    margin-bottom: 9px;
}

.live-to-be-updated-text {
    font-size: 16px;
    font-weight: bold;
    color: #ff9900;
}

/* 404 */
.error-wrap {
    width: 100%;
    height: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1441px) {
    .error-wrap {
        height: 780px !important;
    }
}

.error-bg {
    background: url(../../../images/buck/404_bg.png) no-repeat;
    width: 398px;
    height: 296px;
}

.error-text {
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
}

.error-btn {
    padding: 12px 25px;
    background: #f29900;
    color: #fff;
    margin-top: 50px;
    font-size: 16px;
    border-radius: 4px;
}

.error-btn:hover {
    color: #fff !important;
}



.title_a {
    font-size: 46px;
    font-weight: bold;
    position: relative;
    color: #fff;
}

.title_a.video {
    position: absolute;
    bottom: 155px;
    right: 0;
    width: 373px;
}

.title_a.hot {
    width: 300px;
    position: absolute;
    left: 0;
    top: 40px;
}

.title_a .title_cn {
    letter-spacing: 4px;
    display: inline-block;
    position: relative;
}

.title_a .title_cn::after {
    content: '';
    position: absolute;
    height: 15px;
    width: 110%;
    background: #ff9900;
    bottom: -4px;
    left: 0;
    z-index: -1;
}

.title_a .title_en {
    color: #0d142c !important;
    text-shadow: 1px 1px #ff9900, -1px -1px #ff9900, 1px -1px #ff9900, -1px 1px #ff9900;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: -2;
    font-size: 42px;
    min-width: 340px;
}

/* 文字行省略号 */
.el-text-overflow-1 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.el-text-overflow-2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}