body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
input,
select,
textarea,
div,
table,
td,
th,
tr,
dt,
dd,
dl {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

em,
i {
    font-style: normal;
    display: inline-block;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
select {
    vertical-align: middle;
    outline: none;
}

a:hover {
    color: #e74c3c;
    text-decoration: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.C6C-7R-allbg {
    position: fixed;
    z-index: -99;
    top: 132px;
    height: 553px;
    width: 100%;
    min-width: 950px;
    overflow: hidden;
    background-position: 50% 0;
    background-size: auto 100%;
    background: url("../images/indexbg.png") no-repeat;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

img {
    border: none;
}

body {
    font-family: 'Microsoft YaHei', 'Arial', 'Heiti SC';
    background: #f5f5f5;
}

.fl {
    display: block;
    float: left;
}

.fr {
    display: block;
    float: right;
}

.clear {
    clear: both;
}

.container {
    width: 1230px;
    margin: 0 auto;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.C6C-7R-box {
    background: #fff;
    border-radius: 0px;
    /*box-shadow: 0 0 10px #e6e6e6;*/
    box-shadow: 1px 1px 10px rgb(229 229 229);
    padding: 20px;
}

#page {
    text-align: center;
    padding: 20px 0 40px;
}

#page .pagination {
    margin-top: 40px;
}

#page .pagination li span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px !important;
    margin-right: 15px;
    padding: 0px;
    border: 1px solid #e74c3c;
    background: #e74c3c;
    color: #fff;
}

#page .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px !important;
    margin-right: 15px;
    padding: 0px;
    border: 1px solid #f5f5f5;
    color: #666;
}

#page .pagination li.disabled span {
    color: #666;
    border: 1px solid #f5f5f5;
    background: #fff;
}

#page .pagination li:last-child a {
    margin-right: 0px;
}

.C6C-7R-center {
    width: 1200px;
    margin: 0 auto;
}

.fb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*å¤´éƒ¨*/
.C6C-7R-header-center .C6C-7R-logo {
    height: 78px;
}

.C6C-7R-header-center .C6C-7R-logo img {
    height: 70px;
    margin-top: 0px;
}

.C6C-7R-header .C6C-7R-header-center {
    /*background: #fff url(../images/bg01.png) no-repeat center/cover;*/
    padding: 12px 0;
    border-top: 1px solid #ededed;
}

.C6C-7R-header .C6C-7R-header-center .C6C-7R-search {
    position: relative;
}

.C6C-7R-header .C6C-7R-header-center .C6C-7R-search ul {
    overflow: hidden;
    height: 36px;
    display: block;
}

.C6C-7R-header .C6C-7R-header-center .C6C-7R-search li {
    float: left;
    font-size: 14px;
    position: relative;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    border-radius: 4px 4px 0px 0px;
}

.C6C-7R-header .C6C-7R-header-center .C6C-7R-search li.on {
    background: #e74c3c;
    color: #fff !important;
}

.C6C-7R-header .C6C-7R-header-center .C6C-7R-search .C6C-7R-txt {
    width: 460px;
    height: 40px;
    padding: 0 50px 0 20px;
    border: 2px solid #e74c3c;
    background-color: #fff;
}

.C6C-7R-header .C6C-7R-header-center .C6C-7R-search .C6C-7R-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 40px;
    background: #e74c3c url('../images/ss.png') no-repeat center/22px;
    cursor: pointer;
    border: 0;
}

.C6C-7R-header .C6C-7R-header-list {
    background: #e74c3c;
    box-shadow: 0 1px 3px rgba(27, 95, 160, .1);
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.C6C-7R-header .C6C-7R-header-list li {
    position: relative;
    flex: auto;
}

.C6C-7R-header .C6C-7R-header-list li.active {
    background-color: #fff;
    color: #e74c3c;
}

.C6C-7R-header .C6C-7R-header-list li a {
    display: block;
    color: #fff;
}

.C6C-7R-header .C6C-7R-header-list li.active a {
    color: #e74c3c;
}

.C6C-7R-header .C6C-7R-header-list li:hover .C6C-7R-li-menu {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.C6C-7R-header .C6C-7R-header-list li .C6C-7R-li-menu {
    z-index: 99999;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    line-height: 38px;
    width: 128px;
    border-radius: 3px;
    box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transform-origin: 40px top;
    -moz-transform-origin: 40px top;
    -ms-transform-origin: 40px top;
    -o-transform-origin: 40px top;
    transform-origin: 40px top;
}

.C6C-7R-header .C6C-7R-header-list li .C6C-7R-li-menu a {
    color: #000;
    font-size: 16px;
}

.C6C-7R-header-d-list {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}

.C6C-7R-header-d-list span {
    height: 20px;
    padding-left: 10px;
    border: 1px solid #303030;
    padding: 3px 10px;
    text-align: center;
    border-radius: 2em;
    background-color: #303030;
    color: #fff;
    font-size: 14px;
}

.C6C-7R-header-d-list ul {
    display: inline-block;
}

.C6C-7R-header-d-list li {
    display: inline-block;
    padding: 0 10px;
}

.C6C-7R-header-d-list a {
    display: block;
    font-size: 14px;
}

/*å°¾éƒ¨*/
.C6C-7R-index_link {
    margin-bottom: 20px;
    min-height: 30px;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    *zoom: 1;
    margin-top: 10px;
}

.C6C-7R-index_link a {
    float: left;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    margin-right: 16px;
}

.C6C-7R-index_link a:hover {
    color: red;
}

footer {
    width: 100%;
    color: #fff;
    font-size: 12px;
    background-color: #303030;
    text-align: center;
}

footer .C6C-7R-center {
    height: 115px;
    padding-top: 20px;
}

footer p:nth-of-type(1) {
    color: #fff;
    line-height: 42px;
    font-size: 12px;
}

footer p a {
    color: #fff;
    margin: 0 10px;
    font-weight: 400;
}

footer p:nth-of-type(2) {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

footer p:nth-of-type(2) a {
    margin: 0;
}

footer p:nth-of-type(2) a:hover {
    color: red;
}

/*å†…é¡µmap*/
.C6C-7R-map-box {
    padding: 0px 0 0;
    margin-bottom: 10px;
}

.C6C-7R-crumbs {
    /*padding-left: 25px!important;*/
    margin-top: -10px;
    font-size: 13px;
    color: #666;
    position: relative;
}

/* .crumbs:after{
    content: "";
    left: 0;
    width: 16px;
    position: absolute;
    height: 16px;
    background: url("../images/map.png") no-repeat;
    background-size: 16px;
} */
.C6C-7R-crumbs.C6C-7R-nobor {
    border: 0;
    padding: 0px;
}

.C6C-7R-crumbs a {
    color: #333;
    display: inline-block;
    position: relative;
    font-size: 13px;
}

.C6C-7R-crumbs a:not(:last-child)::after {
    padding: 0px 5px;
    content: '>';
}

.C6C-7R-crumbs a:hover {
    color: #dd0000;
}

/*é¦–é¡µtab*/
.C6C-7R-index_label {
    border-top: 2px solid #e74c3c;
    background: #fff;
}

.C6C-7R-index_label ul {
    overflow: hidden;
    height: 50px;
    background: #f7f9fa;
    box-shadow: 0 2px 3px #ddd;
}

.C6C-7R-index_label li {
    height: 50px;
    line-height: 50px;
    margin-right: 2px;
    background: #f7f9fa;
    text-align: center;
    padding: 0 15px;
    float: left;
    cursor: pointer;
}

.C6C-7R-index_label li.on {
    background: #e74c3c;
    color: #FFF;
}

/*èµ„è®¯list*/
.C6C-7R-news_list {
    /*border-left: 1px solid #fff;*/
}

.C6C-7R-news_list .C6C-7R-item {
    background: #fff;
    /*padding-left: 15px;*/
    position: relative;
    margin-top: 10px;
    padding: 20px;
}

.C6C-7R-news_list .C6C-7R-item>a {
    display: block;
}

/* .news_list .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    width: 17px;
    height: 17px;
    background-image: url(../images/post-list-dot.png);
} */
.C6C-7R-news_list .C6C-7R-title {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.C6C-7R-news_list .C6C-7R-item .C6C-7R-title .C6C-7R-tit {
    display: block;
    font-size: 16px;
    font-weight: bold;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.C6C-7R-news_list .C6C-7R-title span {
    margin-left: 20px !important;
    color: #909399;
}

.C6C-7R-news_list .C6C-7R-info {
    background: #fff;
    align-items: center;
    display: flex;
}

.C6C-7R-news_list .C6C-7R-img {
    width: 178px;
    height: 110px;
    overflow: hidden;
    position: relative;
}

.C6C-7R-news_list .C6C-7R-img img {
    width: 100%;
    height: 100%;
}

.C6C-7R-news_list .C6C-7R-cont {
    margin: 0 15px;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.C6C-7R-news_list .C6C-7R-text {
    height: 40px;
    line-height: 20px;
    color: #909090;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}

.C6C-7R-news_list .C6C-7R-score {
    color: #e74c3c !important;
    font-size: 14px;
    line-height: 1.5;
}

/*é¦–é¡µè§†é¢‘*/
.C6C-7R-index_video {
    margin-left: -20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.C6C-7R-index_video div {
    width: 50%;
    padding-left: 20px;
    margin-bottom: 15px;
}

.C6C-7R-index_video.C6C-7R-video_page {
    margin-left: -40px;
}

.C6C-7R-index_video.C6C-7R-video_page div {
    width: 250px;
    margin-left: 40px;
    padding-left: 0px;
    margin-bottom: 15px;
}

.C6C-7R-index_video.C6C-7R-video_page div .C6C-7R-img {
    width: 250px;
    height: 185px;
}

.C6C-7R-index_video.C6C-7R-video_page div .C6C-7R-img img {
    width: 100%;
    height: 145px;
}

.C6C-7R-index_video div .C6C-7R-img {
    background: #fff;
    height: 136px;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    position: relative;
}

.C6C-7R-index_video div .C6C-7R-img img {
    width: 100%;
    height: 106px;
}

.C6C-7R-index_video div .C6C-7R-img:hover span {
    background: url(../images/v2.png) no-repeat center;
}

.C6C-7R-index_video div .C6C-7R-img span {
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(../images/v.png) no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -33px;
}

.C6C-7R-index_video div .C6C-7R-img p {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/*é¦–é¡µå½•åƒ*/
.C6C-7R-index_videopace {
    background: #fff;
    padding-bottom: 20px !important;
}

.C6C-7R-index_videopace ul {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}

.C6C-7R-index_videopace ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}

.C6C-7R-index_videopace ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.C6C-7R-index_videopace ul li {
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    line-height: 36px;
    align-items: center;
    font-size: 16px;
}

.C6C-7R-index_videopace.C6C-7R-page_list ul li {
    line-height: 42px;
}

.C6C-7R-index_videopace ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 6px 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    background: url(../images/sp.png) no-repeat center;
    background-size: 20px;
}

.C6C-7R-index_videopace ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*å†…é¡µèµ„è®¯*/
.C6C-7R-detail_new_list {
    background: #fff;
    padding-bottom: 20px !important;
}

.C6C-7R-detail_new_list ul {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}

.C6C-7R-detail_new_list ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}

.C6C-7R-detail_new_list ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0;
}

.C6C-7R-detail_new_list ul li span {
    display: inline-block;
    width: 5px;
    height: 5px;
    line-height: 20px;
    margin: 5px 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    background: #cfcfcf;
    border-radius: 50%;
}

.C6C-7R-detail_new_list ul li a em {
    color: #eb0303;
}

.C6C-7R-detail_new_list ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*title*/
.C6C-7R-index_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.C6C-7R-index_title span,
.C6C-7R-index_title h2,
.C6C-7R-index_title h3 {
    margin-left: 10px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.C6C-7R-index_title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 20px;
    margin-top: -9px;
    /*background-color: #e74c3c;*/
    background: linear-gradient(90deg, #e74c3c, #e74c3c);
    vertical-align: middle;
}

/*å·¦å³å¸ƒå±€*/
.C6C-7R-index_conter {
    width: 1200px;
    margin: 20px auto 0;
}

.C6C-7R-index_con {
    margin-bottom: 20px;
    display: flex;
}

.C6C-7R-index_con .C6C-7R-index_left {
    width: 830px;
    /*flex: 1;*/
}

.C6C-7R-index_con .C6C-7R-index_right {
    width: 350px;
    margin-left: 20px;
}

/*æ ‡ç­¾*/
.C6C-7R-tags {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    display: inline-block;
}

.C6C-7R-tags .C6C-7R-tag {
    margin-bottom: 8px;
}

.C6C-7R-tag {
    position: relative;
    display: inline-block;
    padding: 0px 5px 0px 9px;
    margin: 0 13px 5px 0;
    height: 26px;
    line-height: 26px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #333;
    border-radius: 2px;
    background-color: #f0f0f0;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.C6C-7R-tags a.C6C-7R-tag:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 9px solid #f0f0f0;
    position: absolute;
    top: 0;
    right: -9px;
}

/*å†…é¡µæ ‡ç­¾*/
.C6C-7R-detail_tags {
    overflow: hidden;
}

.C6C-7R-detail_tags span {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.C6C-7R-detail_tags a {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #e74c3c;
    overflow: hidden;
    margin-left: 5px;
}

/*å†…é¡µçƒ­é—¨æ•°æ®*/
.C6C-7R-detail_wangluo ul {
    margin-top: 20px;
    margin-left: -20px;
    overflow: hidden;
}

.C6C-7R-detail_wangluo ul li {
    width: 192px;
    background: #fff;
    box-shadow: 0 0 10px 0 #dfdfdf;
    border-radius: 4px;
    padding: 10px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.C6C-7R-detail_wangluo ul li .C6C-7R-img {
    height: 110px;
    position: relative;
    overflow: hidden;
}

.C6C-7R-detail_wangluo ul li .C6C-7R-img img {
    display: block;
    width: 100%;
    height: 129px;
}

.C6C-7R-detail_wangluo ul li p {
    font-size: 16px;
    color: #1d1d1f;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/*ä¸Šä¸‹é¡µ*/
.C6C-7R-news_detail_page {
    margin: 30px 0 40px 0;
    height: 80px;
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.C6C-7R-news_detail_page p {
    margin-bottom: 10px;
}

/*ç½®é¡¶*/
#C6C-7R-totop {
    height: 30px;
    position: fixed;
    left: 50%;
    margin-left: 600px;
    width: 30px;
    z-index: 9999;
    bottom: 50px;
    border-bottom: 0px;
    border-radius: 5px;
    color: #08c;
    text-align: center;
    line-height: 1;
    display: none;
    cursor: pointer;
    transition: .3s;
}

#C6C-7R-totop i {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: url(../images/top-arrow.png) no-repeat center;
    background-size: 30px;
}

/*æ²¡æœ‰æ•°æ®*/
.C6C-7R-nothing {
    text-align: center;
    margin: 40px 0px;
    min-height: 390px;
}

.C6C-7R-nothing img {
    width: 100px;
}

.C6C-7R-nothing span {
    display: block;
}

/*ç›´æ’­åˆ—è¡¨*/
.C6C-7R-index_match_list .C6C-7R-hotmatch {
    padding: 12px;
    border-bottom: 1px solid #d3e1e2;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch a.C6C-7R-items-center {
    float: left;
    width: 800px;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch a.C6C-7R-items-center>p {
    height: 28px;
    line-height: 28px;
    display: inline-block;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-status.C6C-7R-live span {
    background: linear-gradient(90deg, #ff1c1c, #eaadad);
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-status.C6C-7R-prelive span {
    background: linear-gradient(90deg, #929292, #c1c1c1);
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-status {
    float: left;
    margin-right: 10px;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-status span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    width: 50px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-time {
    float: left;
    margin-right: 20px;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-cate {
    float: left;
    margin-right: 10px;
    width: 60px;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team1 {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team1logo {
    width: 24px;
    float: left;
    margin-right: 10px;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team1logo img {
    width: 24px;
    vertical-align: middle;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team1num {
    margin-right: 2px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-fh {
    margin-right: 2px;
    float: left;
    width: 5px;
    text-align: center;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team2num {
    margin-right: 10px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team2logo {
    margin-right: 10px;
    float: left;
    width: 24px;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team2logo img {
    width: 24px;
    vertical-align: middle;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team2 {
    float: left;
    margin-right: 10px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-box {
    float: right;
    width: 260px;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-top,
.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-top p {
    display: flex;
    align-items: center;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-top p:first-child {
    font-size: 14px;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-top p {
    color: #000;
    justify-content: center;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-top p:first-child:before {
    content: "";
    width: 20px;
    height: 26px;
    background: url(../images/live_icon.png) no-repeat;
    background-position: 50%;
    background-size: 20px 20px;
    margin-right: 3px;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-btm {
    float: left;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-btm p {
    color: #e74c3c;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #e74c3c;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-box .C6C-7R-more {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
    float: left;
}

.C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-box .C6C-7R-more:after {
    content: "";
    width: 23px;
    height: 26px;
    background: url(../images/chevron-down.png) no-repeat;
    background-position: 50%;
    background-size: 12px 7px;
}

.C6C-7R-index_match_more {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background-color: #303030;
    border-radius: 2px;
    margin-top: 10px;
}

.C6C-7R-index_match_more a {
    color: #fff;
    display: block;
}

.C6C-7R-index_match_list h6 {
    display: flex;
    height: 24px;
    line-height: 24px;
    align-items: center;
    margin: 10px 0px;
    color: #666666;
    padding-left: 4px;
}

.C6C-7R-index_match_list h6 time {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
}

.C6C-7R-news_con {
    margin-bottom: 20px;
    display: flex;
    margin-top: 20px !important;
}

.C6C-7R-news_con .C6C-7R-news_left {
    width: 830px;
    flex: 1;
}

.C6C-7R-news_right {
    width: 350px;
    margin-left: 20px;
}

/*æ ‡é¢˜ æ¥æº*/
.C6C-7R-news_top_cont {
    padding: 30px 0 30px 0;
    border-bottom: 1px dashed #eee;
    text-align: center !important;
}

.C6C-7R-news_top_cont.C6C-7R-channel {
    padding-bottom: 0 !important;
}

.C6C-7R-news_top_cont h1 {
    font-size: 24px;
    display: block;
    line-height: 1.2;
    margin-bottom: 20px;
    /*height: 48px;*/
    font-weight: bold;
}

.C6C-7R-news_top_cont .C6C-7R-text {
    font-size: 14px;
    line-height: 1.5;
    color: #909399 !important;
}

.C6C-7R-news_top_cont .C6C-7R-text span {
    margin: 0 20px;
}

/*å†…å®¹*/
.C6C-7R-news_detail {
    padding: 30px 0;
    line-height: 28px;
    font-size: 16px;
    color: #606266;
    margin-bottom: 10px;
}

.C6C-7R-news_detail p {
    line-height: 28px;
    font-size: 16px;
    color: #606266;
    margin-bottom: 10px;
}

.C6C-7R-news_detail h3,
.C6C-7R-news_detail h2 {
    line-height: 36px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.C6C-7R-news_detail strong {
    font-size: 16px;
    font-weight: bold;
}

.C6C-7R-news_detail p img {
    display: block;
    width: 80%;
    margin: 15px auto;
    height: auto !important;
}

.C6C-7R-news_detail+p {
    margin-top: 20px;
}

/*çƒ­é—¨çƒé˜Ÿ*/
.C6C-7R-hot_team {
    margin: 20px 0 0;
    margin-left: -20px;
    overflow: hidden;
}

.C6C-7R-hot_team a {
    background: #fff;
    width: 101px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
}

.C6C-7R-hot_team .C6C-7R-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.C6C-7R-hot_team .C6C-7R-img img {
    width: 70px;
    height: 70px;
    margin: 5px 0 0 5px;
}

.C6C-7R-hot_team p {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

/*è§†é¢‘è¯¦æƒ…åˆ—è¡¨*/
.C6C-7R-video_play {
    position: relative;
    background: #000000;
    width: 100%;
    height: 450px;
}

.C6C-7R-video_play img.C6C-7R-img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.C6C-7R-video_play img.C6C-7R-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.C6C-7R-video_cont_list {
    margin-bottom: 10px;
}

.C6C-7R-video_cont_list span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.C6C-7R-video_cont_list a {
    display: block;
    font-size: 15px;
    text-decoration: revert;
    height: 30px;
    line-height: 30px;
}

/*è½®æ’­*/
.main-swiper-pagination {
    /*text-align: center;*/
    width: auto !important;
    height: 35px !important;
    position: absolute;
    top: 10px !important;
    left: 20px !important;
    z-index: 9;
}

.main-swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    margin: 0 0 0 5px !important;
    opacity: 1;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
}

.main-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    color: #333;
}

/*é¦–é¡µèµ„è®¯å¸ƒå±€*/
.C6C-7R-topcon {
    /*border-radius: 10px;*/
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.C6C-7R-topcon_l {
    width: 460px;
}

.C6C-7R-topcon_l .C6C-7R-topcon_l_sw {
    overflow: hidden;
    font-size: 20px;
    margin-bottom: 20px;
}

.C6C-7R-topcon_l .C6C-7R-ul_o {
    position: relative;
    height: 236px;
}

.C6C-7R-topcon_l .C6C-7R-ul_o li {
    position: relative;
}

.C6C-7R-topcon_l .C6C-7R-ul_o li .C6C-7R-img {
    display: block;
    height: 100%;
    width: 100%;
}

.C6C-7R-topcon_l .C6C-7R-ul_o li img {
    height: 100%;
    width: 100%;
}

.C6C-7R-topcon_l .C6C-7R-ul_o li p {
    position: absolute;
    bottom: 30px;
    left: 0px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 20px;
    display: block;
    font-weight: bold;
    z-index: 99;
    line-height: 20px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.C6C-7R-topcon_l .C6C-7R-ul_o li .C6C-7R-bg {
    position: absolute;
    background: linear-gradient(to top, black 4%, transparent);
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.C6C-7R-topcon_l .swiper-button-prev {
    background: url("../images/L.png") no-repeat;
    left: 0;
}

.C6C-7R-topcon_l .swiper-button-next {
    background: url("../images/R.png") no-repeat;
    right: 0;
}

.C6C-7R-topcon_l .swiper-button-next:after,
.C6C-7R-topcon_l .swiper-button-prev:after {
    font-size: 22px;
    color: #fff;
}

.C6C-7R-topcon_l .swiper-button-next,
.C6C-7R-topcon_l .swiper-button-prev {
    width: 35px;
    height: 55px;
}

.C6C-7R-topcon_m {
    width: 440px;
}

.C6C-7R-topcon_m_b {
    margin-top: 30px;
    position: relative;
}

.C6C-7R-topcon_m_b::after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    height: calc(100% - 12px);
    width: 1px;
    /*background: #eeeeee;*/
}

.C6C-7R-topcon_m_b ul:first-child {
    margin-bottom: 40px;
}

.C6C-7R-topcon_m_b ul li {
    display: flex;
    height: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 13px;
    margin-bottom: 15px;
}

.C6C-7R-topcon_m_b ul li:last-child {
    margin-bottom: 15px;
}

.C6C-7R-topcon_m_b ul li .C6C-7R-yd {
    position: absolute;
    left: -3px;
    top: 6px;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border: solid 1px #dcdbdc;
    border-radius: 50%;
    background: #fff;
    z-index: 99;
}

.C6C-7R-topcon_m_b ul li .C6C-7R-name {
    max-width: 320px;
    font-size: 15px;
    color: #444;
    margin-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.C6C-7R-topcon_m_b ul li:hover .C6C-7R-yd {
    border-color: red;
}

.C6C-7R-topcon_m_b ul li:hover .C6C-7R-name {
    color: red;
}

.C6C-7R-topcon_m_b ul li .C6C-7R-time {
    margin-right: 25px;
    font-size: 14px;
    color: #999;
}

.C6C-7R-topcon_r {
    width: 200px;
}

.C6C-7R-index_three .C6C-7R-center {
    padding: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.C6C-7R-index_three_l {
    width: 892px;
    padding-right: 20px;
}

.C6C-7R-index_three_main {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.C6C-7R-topcon_l_b {
    width: 460px;
}

.C6C-7R-topcon_l_b .C6C-7R-news_imglist {
    margin-bottom: 24px;
}

.C6C-7R-topcon_l_b .C6C-7R-news_imglist ul {
    display: flex;
    justify-content: space-between;
}

.C6C-7R-topcon_l_b .C6C-7R-news_imglist ul li {
    width: 219px;
    height: 132px;
}

.C6C-7R-topcon_l_b .C6C-7R-news_imglist ul li .C6C-7R-img {
    width: 219px;
    height: 123px;
    position: relative;
}

.C6C-7R-topcon_l_b .C6C-7R-news_imglist ul li .C6C-7R-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.C6C-7R-topcon_l_b .C6C-7R-news_imglist ul li .C6C-7R-img p {
    margin-top: 10px;
    font-size: 15px;
    color: #323232;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.C6C-7R-index_three_mainr {
    width: 421px;
}

.C6C-7R-index_three_r {
    width: 253px;
}

.C6C-7R-topcon_r_list ul {
    margin-top: 20px;
}

.C6C-7R-topcon_r_list ul li {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.C6C-7R-topcon_r_list ul li .C6C-7R-img {
    display: block;
    position: relative;
    width: 100%;
}

.C6C-7R-topcon_r_list ul li .C6C-7R-img img {
    width: 100%;
    height: 110px;
    border-radius: 15px;
}

.C6C-7R-topcon_r_list ul li p {
    width: 100%;
    height: 24px;
    line-height: 30px;
    font-size: 14px;
}

.C6C-7R-topcon_r_list ul li p.C6C-7R-blod {
    color: 000;
    font-weight: bold;
}

.C6C-7R-topcon_r_list ul li p img {
    height: 19px;
    width: 19px;
    vertical-align: middle;
    margin-right: 10px;
}

/*é¦–é¡µçƒ­é—¨æ•°æ®*/
.C6C-7R-index_wangluo_list ul {
    margin-left: -20px;
    overflow: hidden;
}

.C6C-7R-index_wangluo_list ul li {
    width: 224px;
    background: #fff;
    box-shadow: 0 0 10px 0 #dfdfdf;
    border-radius: 4px;
    padding: 10px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.C6C-7R-index_wangluo_list ul li .C6C-7R-img {
    height: 129px;
    position: relative;
    overflow: hidden;
}

.C6C-7R-index_wangluo_list ul li .C6C-7R-img img {
    width: 100%;
    height: 129px;
}

.C6C-7R-index_wangluo_list ul li p {
    font-size: 16px;
    color: #1d1d1f;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/*é¦–é¡µçƒé˜Ÿçƒå‘˜æŽ¨è*/
.C6C-7R-index_hot_list {
    overflow: hidden;
    background: #fff;
    padding: 0px 5px 10px 5px;
}

.C6C-7R-index_hot_list a:first-child {
    margin-left: 0px;
}

.C6C-7R-index_hot_list a {
    display: block;
    float: left;
    width: 110px;
    margin-left: 10px;
    background: #fff;
    box-shadow: 0 0 4px 0 #dfdfdf;
    margin-top: 10px;
    padding: 10px;
}

.C6C-7R-index_hot_list a img {
    /*width: 40px;*/
    max-width: 100%;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.C6C-7R-index_hot_list a span {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    text-align: center;
}

/*é¢‘é“åˆ—è¡¨*/

.C6C-7R-pmap {
    margin-bottom: 20px;
}

.C6C-7R-pmap ul {
    padding: 20px 0 0px;
    margin-bottom: 20px;
}

.C6C-7R-pmap ul li {
    width: 101px;
    background: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.C6C-7R-pmap ul li:nth-child(7n) {
    margin-right: 0px;
}

.C6C-7R-pmap ul li a {
    overflow: hidden;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #333;
}

.C6C-7R-pmap ul li:hover a {
    color: #e74c3c;
}

/*è§†é¢‘åˆ—è¡¨*/
.C6C-7R-tuwen_list {
    margin: 20px 0 0;
    margin-left: -20px;
    overflow: hidden;
}

.C6C-7R-tuwen_list a {
    background: #fff;
    width: 101px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    padding: 10px 0px;
}

.C6C-7R-tuwen_list .C6C-7R-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.C6C-7R-tuwen_list .C6C-7R-img img {
    display: block;
    /*width: 70px;*/
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
}

.C6C-7R-tuwen_list .C6C-7R-title {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

/*èµ›äº‹èšåˆä¿¡æ¯*/
.C6C-7R-saishi_tab {
    border-radius: 4px;
    border: 1px solid #d3e1e2;
    padding: 0 10px;
    margin-top: 20px;
    overflow: hidden;
    background: #FFF;
}

.C6C-7R-saishi_tab img {
    float: left;
    height: 40px;
    width: auto;
    margin-top: 5px;
}

.C6C-7R-saishi_tab span {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    font-size: 20px;
    color: #e74c3c;
}

.C6C-7R-saishi_tab .C6C-7R-saishi_item {
    float: right;
}

.C6C-7R-saishi_tab .C6C-7R-saishi_item a {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border-radius: 4px;
}

.C6C-7R-saishi_tab .C6C-7R-saishi_item a.on {
    background: #e74c3c;
    color: #FFF;
}

/*æ—¥æœŸtab*/
.C6C-7R-data_conten {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.C6C-7R-data_conten a {
    position: relative;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    width: 160px;
    height: 64px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    margin-left: 5px;
}

.C6C-7R-data_conten a:first-child {
    margin-left: 0px;
}

.C6C-7R-data_conten a.on i,
.C6C-7R-data_conten a:hover i {
    display: inline-block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e74c3c;
    border-radius: 0px 0px 2px 2px;
}

.C6C-7R-data_conten a.on {
    color: #e74c3c;
    font-weight: bold;
    border: 1px solid #e74c3c;
    position: relative;
}

/*æŽ’è¡Œæ¦œ*/
.C6C-7R-jf_rnak {
    background: #FFF;
    margin-top: 10px;
}

.C6C-7R-jf_rnak .C6C-7R-jfname {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.C6C-7R-jf_rnak .C6C-7R-rankingt.C6C-7R-zuqiu {
    display: grid;
    grid-template-columns: 5% 23% 9% 9% 9% 9% 9% 9% 9% 9%;
    height: 51px;
    align-items: center;
    padding: 0 30px;
}

.C6C-7R-jf_rnak .C6C-7R-rankingt.C6C-7R-nba {
    display: grid;
    grid-template-columns: 6% 26% 17% 17% 17% 17%;
    height: 51px;
    align-items: center;
    padding: 0 30px;
}

.C6C-7R-jf_rnak .C6C-7R-rankingt.C6C-7R-bg {
    background: #EEEEEE;
    line-height: 40px;
}

.C6C-7R-jf_rnak .C6C-7R-bgg {
    border-bottom: 1px solid #EAEAEA;
}

.C6C-7R-jf_rnak .C6C-7R-rankingt .C6C-7R-num {
    display: block;
    width: 28px;
    height: 28px;
    background: #ccc;
    font: 18px / 30px Helvetica;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}

.C6C-7R-jf_rnak .C6C-7R-logo {
    display: flex;
    align-items: center;
    text-align: left;
}

.C6C-7R-jf_rnak .C6C-7R-team {
    padding-left: 5px;
}

/*ç›´æ’­tab*/
.C6C-7R-live_con_tab {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-top: 20px;
}

.C6C-7R-live_con_tab li {
    float: left;
}

.C6C-7R-live_con_tab li a {
    display: block;
    width: 200px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: #e74c3c;
    border: 1px solid #e74c3c;
    background: #ffffff;
    height: 40px;
    line-height: 40px;
}

.C6C-7R-live_con_tab li:first-child a {
    border-radius: 4px 0px 0px 4px;
}

.C6C-7R-live_con_tab li:last-child a {
    border-radius: 0px 4px 4px 0px;
}

.C6C-7R-live_con_tab li a.active {
    background: #e74c3c;
    color: #fff;
}

/*çƒé˜Ÿ çƒå‘˜è¯¦æƒ…*/
.C6C-7R-detail_top {
    background: url(../images/bg-qd.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}

.C6C-7R-detail_top .C6C-7R-img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 11px;
    object-fit: contain;
}

.C6C-7R-detail_top .C6C-7R-name .C6C-7R-zh {
    margin-top: 12px;
    margin-bottom: 3px;
    font-size: 20px;
    color: #333;
    display: flex;
}

.C6C-7R-detail_top .C6C-7R-name .C6C-7R-zh span {
    font-size: 20px;
    font-weight: 500;
}

.C6C-7R-detail_top .C6C-7R-name .C6C-7R-en {
    display: flex;
    font-size: 12px;
    color: #bbb;
}

.C6C-7R-detail_top .C6C-7R-market {
    height: 72px;
    line-height: 72px;
    color: #FFF;
    font-size: 18px;
    padding: 0 20px 0 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #e74c3c;
}

.C6C-7R-detail_top .C6C-7R-market::before {
    position: absolute;
    content: '';
    top: 0;
    border: solid transparent;
    border-right-color: rgba(255, 255, 255, 0.6);
    border-top-color: rgba(255, 255, 255, 0.6);
    border-width: 52px 20px;
    left: -42px;
    z-index: -1;
    transform: translateX(20px);
    animation-name: worth;
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(0, 1.24, 0.75, 1.29);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .4s;
}

.C6C-7R-detail_top .C6C-7R-market::after {
    position: absolute;
    content: '';
    top: 0;
    border: solid transparent;
    border-right-color: #e74c3c;
    border-top-color: #e74c3c;
    border-width: 52px 20px;
    left: -28px;
}

/*ç›´æ’­è¯¦æƒ…é¡µ*/
.C6C-7R-live_detail {
    position: relative;
    height: 280px;
    padding-top: 50px;
}

.C6C-7R-live_bg {
    height: 280px;
    background: linear-gradient(90deg, #e74c3c 18.8%, #e74c3c 49.96%, #e74c3c 81.5%);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
}

.C6C-7R-live_bg .C6C-7R-live_bg_box .C6C-7R-live_bg_con {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    width: 100%;
}

.C6C-7R-live_detail_team .C6C-7R-live_detail_teamt {
    color: #fff;
}

.C6C-7R-live_detail_team .C6C-7R-live_name {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 4px 27px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.C6C-7R-live_detail_team .C6C-7R-live_con {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.C6C-7R-team1 {
    text-align: center;
    width: 30%;
}

.C6C-7R-team2 .C6C-7R-team_img,
.C6C-7R-team1 .C6C-7R-team_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.C6C-7R-team2 .C6C-7R-team_img img,
.C6C-7R-team1 .C6C-7R-team_img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.C6C-7R-team1 h1,
.C6C-7R-team2 h1 {
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 10px;
}

.C6C-7R-live_num {
    text-align: center;
    width: 40%;
}

.C6C-7R-live_num_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    height: 39px;
    padding: 0 12px;
}

.C6C-7R-live_num_box>p {
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF;
}

.C6C-7R-live_status {
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 36px;
    width: 140px;
    margin: auto;
    color: #e74c3c;
}

.C6C-7R-team2 {
    text-align: center;
    width: 30%;
}

/*ä¿¡å·æº*/
.C6C-7R-match_details {
    margin-top: 10px;
    margin-bottom: 10px;
}

.C6C-7R-signa {
    margin-top: 10px;
}

.C6C-7R-signa ul li {
    margin-right: 10px;
    background: #e74c3c;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.C6C-7R-signa ul li.C6C-7R-click {
    background: #e74c3c;
}

.C6C-7R-signa ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
}

/*ç›´æ’­è¯¦æƒ…*/
.C6C-7R-live_content {
    padding: 20px 15px;
    background: #FFF;
}

.C6C-7R-live_content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.C6C-7R-live_content p span.C6C-7R-tit {
    color: #C00;
    overflow: hidden;
}

/*ç½‘ç»œä¿¡æ¯è¯¦æƒ…*/
.C6C-7R-wangluo_con {
    background: #fff;
    margin-top: 20px;
    padding: 20px 15px;
    overflow: hidden;
}

.C6C-7R-wangluo_con .C6C-7R-img {
    float: left;
    margin-right: 20px;
}

.C6C-7R-wangluo_con .C6C-7R-img img {
    width: 200px;
    height: 120px;
    border-radius: 5px;
}

.C6C-7R-wangluo_con .C6C-7R-title {
    text-indent: 3rem;
    text-align: justify;
    float: left;
    width: 570px;
    font-size: 15px;
}

/*=============手机端样式=============*/
@media (max-width: 600px) {

    /* 基础布局 */
    body {
        font-size: 14px;
    }

    .C6C-7R-header,
    .C6C-7R-header-center,
    .C6C-7R-header-list,
    .C6C-7R-center,
    .container {
        width: 100% !important;
        min-width: auto !important;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .C6C-7R-center {
        overflow-y: auto;
        overflow-x: hidden;
    }

    /* 背景图隐藏 */
    .C6C-7R-allbg {
        display: none;
    }

    /* 头部 */
    .C6C-7R-header-center .C6C-7R-logo {
        height: 50px !important;
        text-align: center;
    }

    .C6C-7R-header-center .C6C-7R-logo img {
        height: 40px !important;
        margin-top: 5px !important;
    }

    /* 搜索框 */
    .C6C-7R-header .C6C-7R-header-center .C6C-7R-search {
        width: 100%;
        margin-top: 10px;
    }

    .C6C-7R-header .C6C-7R-header-center .C6C-7R-search ul {
        display: none;
    }

    .C6C-7R-header .C6C-7R-header-center .C6C-7R-search .C6C-7R-txt {
        width: calc(100% - 60px) !important;
        height: 36px !important;
        padding: 0 10px !important;
    }

    .C6C-7R-header .C6C-7R-header-center .C6C-7R-search .C6C-7R-submit {
        width: 50px !important;
        height: 36px !important;
    }

    /* 导航菜单 */
    .C6C-7R-header .C6C-7R-header-list {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox 隐藏原生滚动条，保留滚动功能 */
    }

    .C6C-7R-header .C6C-7R-header-list::-webkit-scrollbar {
        height: 3px;
        background: rgba(255,255,255,0.2);
    }

    .C6C-7R-header .C6C-7R-header-list::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.5);
        border-radius: 3px;
    }

    .C6C-7R-header .C6C-7R-header-list li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        float: none;
        flex: 0 0 auto;
        padding: 0 14px;
        white-space: nowrap;
    }

    .C6C-7R-header .C6C-7R-header-list li a {
        white-space: nowrap;
        font-size: 14px;
    }

    /* 二级菜单 */
    .C6C-7R-header-d-list {
        height: auto;
        line-height: 30px;
        padding: 5px 0;
        overflow-x: auto;
        white-space: nowrap;
    }

    .C6C-7R-header-d-list li {
        padding: 0 8px;
        font-size: 12px;
    }

    /* 面包屑 */
    .C6C-7R-crumbs {
        font-size: 12px;
        padding: 5px 0;
    }

    /* 左右布局改为上下布局 */
    .C6C-7R-index_conter {
        width: 100% !important;
        margin: 10px auto 0;
        padding: 0 10px;
    }

    .C6C-7R-index_con {
        display: block !important;
    }

    .C6C-7R-index_con .C6C-7R-index_left {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .C6C-7R-index_con .C6C-7R-index_right {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .C6C-7R-news_con {
        display: block !important;
    }

    .C6C-7R-news_con .C6C-7R-news_left {
        width: 100% !important;
    }

    .C6C-7R-news_right {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px;
    }

    /* 标题 */
    .C6C-7R-index_title span,
    .C6C-7R-index_title h2,
    .C6C-7R-index_title h3 {
        font-size: 16px;
    }

    /* 标签 */
    .C6C-7R-index_label ul {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .C6C-7R-index_label li {
        display: inline-block;
        float: none;
        padding: 0 10px;
        font-size: 14px;
    }

    /* 新闻列表 */
    .C6C-7R-news_list .C6C-7R-item {
        padding: 10px;
    }

    .C6C-7R-news_list .C6C-7R-item .C6C-7R-title .C6C-7R-tit {
        font-size: 14px;
    }

    .C6C-7R-news_list .C6C-7R-info {
        display: block !important;
    }

    .C6C-7R-news_list .C6C-7R-img {
        width: 100% !important;
        height: 180px !important;
        margin-bottom: 10px;
    }

    .C6C-7R-news_list .C6C-7R-cont {
        margin: 0 !important;
        width: 100%;
    }

    .C6C-7R-news_list .C6C-7R-text {
        font-size: 13px;
    }

    /* 视频列表 */
    .C6C-7R-index_video {
        margin-left: 0 !important;
    }

    .C6C-7R-index_video div {
        width: 100% !important;
        padding-left: 0 !important;
        margin-bottom: 10px;
    }

    .C6C-7R-index_video.C6C-7R-video_page {
        margin-left: 0 !important;
    }

    .C6C-7R-index_video.C6C-7R-video_page div {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .C6C-7R-index_video.C6C-7R-video_page div .C6C-7R-img {
        width: 100% !important;
        height: auto !important;
    }

    .C6C-7R-index_video div .C6C-7R-img {
        height: 180px !important;
    }

    .C6C-7R-index_video div .C6C-7R-img img {
        height: 150px !important;
    }

    /* 录像列表 */
    .C6C-7R-index_videopace ul li {
        font-size: 14px;
        line-height: 32px;
    }

    /* 比赛列表 */
    .C6C-7R-index_match_list .C6C-7R-hotmatch {
        padding: 8px;
        display: block !important;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch a.C6C-7R-items-center {
        width: 100% !important;
        float: none;
        margin-bottom: 10px;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch a.C6C-7R-items-center>p {
        display: inline-block;
        height: auto;
        line-height: 24px;
        margin-right: 5px;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-status {
        margin-right: 5px;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-status span {
        font-size: 12px;
        width: 45px;
        height: 24px;
        line-height: 24px;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-time {
        margin-right: 10px;
        font-size: 12px;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-cate {
        width: auto;
        margin-right: 5px;
        font-size: 12px;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team1,
    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team2 {
        width: auto;
        max-width: 80px;
        font-size: 12px;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team1logo,
    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team2logo {
        width: 20px;
        margin-right: 5px;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team1logo img,
    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team2logo img {
        width: 20px;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team1num,
    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-team2num {
        width: 25px;
        font-size: 12px;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-box {
        width: 100% !important;
        float: none;
        margin-top: 10px;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-top p {
        font-size: 12px;
    }

    .C6C-7R-index_match_list .C6C-7R-hotmatch .C6C-7R-items-btm p {
        font-size: 12px;
    }

    /* 首页轮播 */
    .C6C-7R-topcon {
        display: block !important;
        padding: 10px;
    }

    .C6C-7R-topcon_l {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .C6C-7R-topcon_l .C6C-7R-ul_o {
        height: 180px !important;
    }

    .C6C-7R-topcon_m {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .C6C-7R-topcon_m_b {
        margin-top: 15px;
    }

    .C6C-7R-topcon_m_b ul li .C6C-7R-name {
        max-width: 200px;
        font-size: 13px;
    }

    .C6C-7R-topcon_m_b ul li .C6C-7R-time {
        font-size: 12px;
    }

    .C6C-7R-topcon_r {
        width: 100% !important;
    }

    /* 三栏布局 */
    .C6C-7R-index_three .C6C-7R-center {
        display: block !important;
        padding: 10px;
    }

    .C6C-7R-index_three_l {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 15px;
    }

    .C6C-7R-index_three_main {
        display: block !important;
    }

    .C6C-7R-topcon_l_b {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .C6C-7R-topcon_l_b .C6C-7R-news_imglist ul {
        display: block !important;
    }

    .C6C-7R-topcon_l_b .C6C-7R-news_imglist ul li {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    .C6C-7R-topcon_l_b .C6C-7R-news_imglist ul li .C6C-7R-img {
        width: 100% !important;
        height: 180px !important;
    }

    .C6C-7R-index_three_mainr {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .C6C-7R-index_three_r {
        width: 100% !important;
    }

    /* 热门数据 */
    .C6C-7R-index_wangluo_list ul {
        margin-left: 0 !important;
    }

    .C6C-7R-index_wangluo_list ul li {
        width: calc(50% - 10px) !important;
        margin-left: 0 !important;
        margin-right: 10px;
    }

    .C6C-7R-index_wangluo_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .C6C-7R-detail_wangluo ul {
        margin-left: 0 !important;
    }

    .C6C-7R-detail_wangluo ul li {
        width: calc(50% - 10px) !important;
        margin-left: 0 !important;
        margin-right: 10px;
    }

    .C6C-7R-detail_wangluo ul li:nth-child(2n) {
        margin-right: 0;
    }

    /* 热门球队 */
    .C6C-7R-hot_team {
        margin-left: 0 !important;
    }

    .C6C-7R-hot_team a {
        width: calc(25% - 10px) !important;
        margin-left: 0 !important;
        margin-right: 10px;
        padding: 5px;
    }

    .C6C-7R-hot_team a:nth-child(4n) {
        margin-right: 0;
    }

    .C6C-7R-hot_team .C6C-7R-img img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .C6C-7R-hot_team p {
        font-size: 12px;
        line-height: 30px;
        height: 30px;
    }

    /* 球队球员推荐 */
    .C6C-7R-index_hot_list a {
        width: calc(25% - 10px) !important;
        margin-left: 0 !important;
        margin-right: 10px;
    }

    .C6C-7R-index_hot_list a:nth-child(4n) {
        margin-right: 0;
    }

    /* 频道列表 */
    .C6C-7R-pmap ul li {
        width: calc(33.33% - 10px) !important;
        margin-right: 10px;
    }

    .C6C-7R-pmap ul li:nth-child(3n) {
        margin-right: 0;
    }

    .C6C-7R-pmap ul li:nth-child(7n) {
        margin-right: 10px;
    }

    /* 图文列表 */
    .C6C-7R-tuwen_list {
        margin-left: 0 !important;
    }

    .C6C-7R-tuwen_list a {
        width: calc(25% - 10px) !important;
        margin-left: 0 !important;
        margin-right: 10px;
    }

    .C6C-7R-tuwen_list a:nth-child(4n) {
        margin-right: 0;
    }

    /* 赛事tab */
    .C6C-7R-saishi_tab {
        padding: 0 5px;
    }

    .C6C-7R-saishi_tab img {
        height: 30px;
    }

    .C6C-7R-saishi_tab span {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .C6C-7R-saishi_tab .C6C-7R-saishi_item a {
        font-size: 14px;
        padding: 0 8px;
        margin-left: 5px;
    }

    /* 日期tab */
    .C6C-7R-data_conten {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .C6C-7R-data_conten a {
        display: inline-block;
        width: 120px !important;
        height: 50px !important;
        font-size: 14px;
        margin-left: 5px;
    }

    /* 排行榜 */
    .C6C-7R-jf_rnak .C6C-7R-rankingt.C6C-7R-zuqiu {
        grid-template-columns: 8% 30% 10% 10% 10% 10% 10% 12% !important;
        padding: 0 5px;
        font-size: 12px;
    }

    .C6C-7R-jf_rnak .C6C-7R-rankingt.C6C-7R-nba {
        grid-template-columns: 10% 35% 18% 18% 19% !important;
        padding: 0 5px;
        font-size: 12px;
    }

    .C6C-7R-jf_rnak .C6C-7R-rankingt .C6C-7R-num {
        width: 22px;
        height: 22px;
        font-size: 14px;
        line-height: 22px;
    }

    .C6C-7R-jf_rnak .C6C-7R-logo img {
        width: 20px;
        height: 20px;
    }

    /* 直播tab */
    .C6C-7R-live_con_tab {
        display: block;
    }

    .C6C-7R-live_con_tab li {
        width: 100%;
        margin-bottom: 5px;
    }

    .C6C-7R-live_con_tab li a {
        width: 100% !important;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }

    .C6C-7R-live_con_tab li:first-child a,
    .C6C-7R-live_con_tab li:last-child a {
        border-radius: 4px;
    }

    /* 球队详情 */
    .C6C-7R-detail_top .C6C-7R-img {
        width: 40px;
        height: 40px;
        margin: 8px;
    }

    .C6C-7R-detail_top .C6C-7R-name .C6C-7R-zh {
        font-size: 16px;
        margin-top: 8px;
    }

    .C6C-7R-detail_top .C6C-7R-name .C6C-7R-zh span {
        font-size: 16px;
    }

    .C6C-7R-detail_top .C6C-7R-market {
        position: relative;
        height: auto;
        line-height: 40px;
        font-size: 14px;
        padding: 5px 10px;
        margin-top: 10px;
    }

    .C6C-7R-detail_top .C6C-7R-market::before,
    .C6C-7R-detail_top .C6C-7R-market::after {
        display: none;
    }

    /* 直播详情页 */
    .C6C-7R-live_detail {
        height: auto;
        padding-top: 20px;
    }

    .C6C-7R-live_bg {
        height: auto;
        position: relative;
    }

    .C6C-7R-team1,
    .C6C-7R-team2 {
        width: 35% !important;
    }

    .C6C-7R-team2 .C6C-7R-team_img,
    .C6C-7R-team1 .C6C-7R-team_img {
        width: 60px;
        height: 60px;
    }

    .C6C-7R-team2 .C6C-7R-team_img img,
    .C6C-7R-team1 .C6C-7R-team_img img {
        width: 40px;
        height: 40px;
    }

    .C6C-7R-team1 h1,
    .C6C-7R-team2 h1 {
        font-size: 14px;
        height: auto;
        line-height: 20px;
    }

    .C6C-7R-live_num {
        width: 30% !important;
    }

    .C6C-7R-live_num_box {
        margin: 10px 0;
        height: auto;
        padding: 0 5px;
    }

    .C6C-7R-live_num_box>p {
        font-size: 24px;
        line-height: 30px;
    }

    .C6C-7R-live_status {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        width: 100px;
    }

    /* 信号源 */
    .C6C-7R-signa ul li {
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .C6C-7R-signa ul li a {
        padding: 8px 15px;
        font-size: 14px;
    }

    /* 视频播放 */
    .C6C-7R-video_play {
        height: 220px !important;
    }

    /* 网络信息详情 */
    .C6C-7R-wangluo_con {
        padding: 10px;
    }

    .C6C-7R-wangluo_con .C6C-7R-img {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .C6C-7R-wangluo_con .C6C-7R-img img {
        width: 100%;
        height: auto;
    }

    .C6C-7R-wangluo_con .C6C-7R-title {
        float: none;
        width: 100% !important;
        text-indent: 0;
        font-size: 14px;
    }

    /* 文章详情 */
    .C6C-7R-news_top_cont {
        padding: 15px 0;
    }

    .C6C-7R-news_top_cont h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .C6C-7R-news_top_cont .C6C-7R-text {
        font-size: 12px;
    }

    .C6C-7R-news_top_cont .C6C-7R-text span {
        margin: 0 10px;
    }

    .C6C-7R-news_detail {
        padding: 15px 0;
        font-size: 14px;
        line-height: 24px;
    }

    .C6C-7R-news_detail p {
        font-size: 14px;
        line-height: 24px;
    }

    .C6C-7R-news_detail h3,
    .C6C-7R-news_detail h2 {
        font-size: 16px;
        line-height: 28px;
    }

    .C6C-7R-news_detail p img {
        width: 100% !important;
    }

    /* 分页 */
    #page .pagination li span,
    #page .pagination li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 8px;
        font-size: 14px;
    }

    /* 置顶按钮 */
    #C6C-7R-totop {
        margin-left: 0;
        right: 15px;
        bottom: 60px;
    }

    /* 底部 */
    footer .C6C-7R-center {
        height: auto;
        padding: 15px 10px;
    }

    footer p {
        font-size: 11px;
        line-height: 24px !important;
    }

    footer p a {
        margin: 0 5px;
    }

    /* 友情链接 */
    .C6C-7R-index_link {
        padding: 5px;
    }

    .C6C-7R-index_link a {
        font-size: 12px;
        line-height: 28px;
        margin-right: 10px;
    }

    /* 隐藏不必要的元素 */
    .C6C-7R-header .C6C-7R-header-list li .C6C-7R-li-menu {
        display: none !important;
    }
}