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: #008415;text-decoration:none;}
a{color: #333;text-decoration:none;}
a:focus{
    text-decoration: none;
}

.czong-gf-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;
}

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

/* ===== 分页 =====
   fenyev13() 输出结构为 <ul><li><a>1</a></li><li class="active"><span>2</span></li></ul>
   模板中不再额外包 ul，所以直接以 #page ul > li 为准 */
#page {
    text-align: center;
    padding: 30px 0 40px;
}
#page ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#page ul > li {
    display: inline-flex;
    margin: 0;
    padding: 0;
    float: none;
}
/* 页码与翻页按钮统一外观 */
#page ul > li > a,
#page ul > li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    margin: 0;
    float: none;
    border: 1px solid #e3e6e8;
    border-radius: 4px;
    background: #fff;
    color: #444;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .2s ease;
}
#page ul > li > a:hover,
#page ul > li > a:focus {
    border-color: #008415;
    background: #f2fbf4;
    color: #008415;
    text-decoration: none;
}
#page ul > li > a:active {
    background: #e6f6ea;
}
/* 当前页 */
#page ul > li.active > span,
#page ul > li.active > a {
    border-color: #008415;
    background: #008415;
    color: #fff;
    font-weight: 600;
    cursor: default;
    box-shadow: 0 2px 6px rgba(0, 132, 21, .25);
}
/* 首页 / 上一页 / 下一页 / 尾页 文字按钮加宽 */
#page ul > li > a.fst {
    min-width: auto;
    padding: 0 14px;
    color: #666;
}
#page ul > li > a.fst:hover {
    color: #008415;
}
/* 禁用态 */
#page ul > li.disabled > span,
#page ul > li.disabled > a {
    border-color: #eee;
    background: #fafafa;
    color: #bbb;
    cursor: not-allowed;
    box-shadow: none;
}

.czong-gf-center {
    width: 1200px;
    margin: 0 auto;
}
.fb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*å¤´éƒ¨*/
.czong-gf-header-center .czong-gf-logo{
    height: 78px;
}
.czong-gf-header-center .czong-gf-logo img{
    height: 70px;
    margin-top: 0px;
}
.czong-gf-header .czong-gf-header-center {
    /*background: #fff url(../images/bg01.png) no-repeat center/cover;*/
    padding: 12px 0;
    border-top: 1px solid #ededed;
}
.czong-gf-header .czong-gf-header-center .czong-gf-search {
    position: relative;
}
.czong-gf-header .czong-gf-header-center .czong-gf-search ul{
    overflow: hidden;
    height: 36px;
    display: block;
}
.czong-gf-header .czong-gf-header-center .czong-gf-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;
}
.czong-gf-header .czong-gf-header-center .czong-gf-search li.on {
    background: #008415;
    color: #fff!important;
}
.czong-gf-header .czong-gf-header-center .czong-gf-search .czong-gf-txt {
    width: 460px;
    height: 40px;
    padding: 0 50px 0 20px;
    border: 2px solid #008415;
    background-color: #fff;
}
.czong-gf-header .czong-gf-header-center .czong-gf-search .czong-gf-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 40px;
    background: #008415 url('../images/ss.png') no-repeat center/22px;
    cursor: pointer;
    border: 0;
}
.czong-gf-header .czong-gf-header-list {
    background: #008415;
    box-shadow: 0 1px 3px rgba(27,95,160,.1);
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.czong-gf-header .czong-gf-header-list li {
    position: relative;
    flex: auto;
}
.czong-gf-header .czong-gf-header-list li.active {
    background-color: #fff;
    color: #008415;
}
.czong-gf-header .czong-gf-header-list li a{
    display: block;
    color: #fff;
}
.czong-gf-header .czong-gf-header-list li.active a{
    color: #008415;
}
.czong-gf-header .czong-gf-header-list li:hover .czong-gf-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;
}
.czong-gf-header .czong-gf-header-list li .czong-gf-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;
}
.czong-gf-header .czong-gf-header-list li .czong-gf-li-menu a{
    color: #000;
    font-size: 16px;
}

.czong-gf-header-d-list {
    height: 48px;
    line-height: 40px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
.czong-gf-header-d-list .czong-gf-center {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #303030 #e0e0e0;
}
.czong-gf-header-d-list .czong-gf-center::-webkit-scrollbar {
    height: 6px;
    display: block;
}
.czong-gf-header-d-list .czong-gf-center::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 3px;
}
.czong-gf-header-d-list .czong-gf-center::-webkit-scrollbar-thumb {
    background: #303030;
    border-radius: 3px;
}
.czong-gf-header-d-list .czong-gf-center::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.czong-gf-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;
}
.czong-gf-header-d-list ul {
    display: inline-block;
}
.czong-gf-header-d-list li {
    display: inline-block;
    padding: 0 10px;
}
.czong-gf-header-d-list a {
    display: block;
    font-size: 14px;
}

/*å°¾éƒ¨*/
.czong-gf-index_link {
    margin-bottom: 20px;
    min-height: 30px;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    *zoom: 1;
    margin-top: 10px;
}
.czong-gf-index_link a {
    float: left;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    margin-right: 16px;
}
.czong-gf-index_link a:hover {
    color: red;
}

footer {
    width: 100%;
    color: #fff;
    font-size: 12px;
    background-color: #303030;
    text-align: center;
}
footer .czong-gf-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*/
.czong-gf-map-box {
    padding: 0px 0 0;
    margin-bottom: 10px;
}
.czong-gf-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;
} */
.czong-gf-crumbs.czong-gf-nobor{
    border: 0;
    padding: 0px;
}
.czong-gf-crumbs a {
    color: #333;
    display: inline-block;
    position: relative;
    font-size: 13px;
}
.czong-gf-crumbs a:not(:last-child)::after {
    padding: 0px 5px;
    content: '>';
}
.czong-gf-crumbs a:hover{
    color: #dd0000;
}

/*é¦–é¡µtab*/
.czong-gf-index_label{
    border-top: 2px solid #008415;
    background: #fff;
}
.czong-gf-index_label ul {
    overflow: hidden;
    height: 50px;
    background: #f7f9fa;
    box-shadow: 0 2px 3px #ddd;
}
.czong-gf-index_label li {
    height: 50px;
    line-height: 50px;
    margin-right: 2px;
    background: #f7f9fa;
    text-align: center;
    padding: 0 15px;
    float: left;
    cursor: pointer;
}
.czong-gf-index_label li.on {
    background: #008415;
    color: #FFF;
}

/*èµ„è®¯list*/
.czong-gf-news_list {
    /*border-left: 1px solid #fff;*/
}
.czong-gf-news_list .czong-gf-item {
    background: #fff;
    /*padding-left: 15px;*/
    position: relative;
    margin-top: 10px;
    padding: 20px;
}
.czong-gf-news_list .czong-gf-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);
} */
.czong-gf-news_list .czong-gf-title {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.czong-gf-news_list .czong-gf-item .czong-gf-title .czong-gf-tit {
    display: block;
    font-size: 16px;
    font-weight: bold;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.czong-gf-news_list .czong-gf-title span {
    margin-left: 20px!important;
    color: #909399;
}
.czong-gf-news_list .czong-gf-info {
    background: #fff;
    align-items: center;
    display: flex;
}
.czong-gf-news_list .czong-gf-img {
    width: 178px;
    height: 110px;
    overflow: hidden;
    position: relative;
}
.czong-gf-news_list .czong-gf-img img{
    width: 100%;
    height: 100%;
}
.czong-gf-news_list .czong-gf-cont {
    margin: 0 15px;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.czong-gf-news_list .czong-gf-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;
}
.czong-gf-news_list .czong-gf-score {
    color: #008415!important;
    font-size: 14px;
    line-height: 1.5;
}

/*é¦–é¡µè§†é¢‘*/
.czong-gf-index_video{
    margin-left: -20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.czong-gf-index_video div{
    width: 50%;
    padding-left: 20px;
    margin-bottom: 15px;
}
.czong-gf-index_video.czong-gf-video_page{
    margin-left: -40px;
}
.czong-gf-index_video.czong-gf-video_page div{
    width: 250px;
    margin-left: 40px;
    padding-left: 0px;
    margin-bottom: 15px;
}
.czong-gf-index_video.czong-gf-video_page div .czong-gf-img{
    width: 250px;
    height: 185px;
}
.czong-gf-index_video.czong-gf-video_page div .czong-gf-img img{
    width: 100%;
    height: 145px;
}
.czong-gf-index_video div .czong-gf-img {
    background: #fff;
    height: 136px;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    position: relative;
}
.czong-gf-index_video div .czong-gf-img img{
    width: 100%;
    height: 106px;
}
.czong-gf-index_video div .czong-gf-img:hover span{
    background: url(../images/v2.png) no-repeat center;
}
.czong-gf-index_video div .czong-gf-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;
}
.czong-gf-index_video div .czong-gf-img p {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/*é¦–é¡µå½•åƒ*/
.czong-gf-index_videopace{
    background: #fff;
    padding-bottom: 20px!important;
}
.czong-gf-index_videopace ul {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}
.czong-gf-index_videopace ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.czong-gf-index_videopace ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.czong-gf-index_videopace ul li {
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    line-height: 36px;
    align-items: center;
    font-size: 16px;
}
.czong-gf-index_videopace.czong-gf-page_list ul li {
    line-height: 42px;
}
.czong-gf-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;
}
.czong-gf-index_videopace ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*å†…é¡µèµ„è®¯*/
.czong-gf-detail_new_list{
    background: #fff;
    padding-bottom: 20px!important;
}
.czong-gf-detail_new_list ul {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}
.czong-gf-detail_new_list ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.czong-gf-detail_new_list ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0;
}
.czong-gf-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%;
}
.czong-gf-detail_new_list ul li a em{
    color: #eb0303;
}
.czong-gf-detail_new_list ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*title*/
.czong-gf-index_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.czong-gf-index_title span,.czong-gf-index_title h1,.czong-gf-index_title h2,.czong-gf-index_title h3 {
    margin-left: 10px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
}

/* 首页 H1 容器：仅承载标题，与下方轮播区保持较小间距 */
.czong-gf-page_title {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
.czong-gf-index_title:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 20px;
    margin-top: -9px;
    /*background-color: #008415;*/
    background: linear-gradient(90deg,#008415,#008415);
    vertical-align: middle;
}

/*å·¦å³å¸ƒå±€*/
.czong-gf-index_conter{
    width: 1200px;
    margin: 20px auto 0;
}
.czong-gf-index_con {
    margin-bottom: 20px;
    display: flex;
}
.czong-gf-index_con .czong-gf-index_left{
    width: 830px;
    /*flex: 1;*/
}
.czong-gf-index_con .czong-gf-index_right {
    width: 350px;
    margin-left: 20px;
}

/*æ ‡ç­¾*/
.czong-gf-tags {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    display: inline-block;
}
.czong-gf-tags .czong-gf-tag {
    margin-bottom: 8px;
}
.czong-gf-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;
}
.czong-gf-tags a.czong-gf-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;
}

/*å†…é¡µæ ‡ç­¾*/
.czong-gf-detail_tags {
    overflow: hidden;
}
.czong-gf-detail_tags span {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.czong-gf-detail_tags a {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #008415;
    overflow: hidden;
    margin-left: 5px;
}

/*å†…é¡µçƒ­é—¨æ•°æ®*/
.czong-gf-detail_wangluo ul {
    margin-top: 20px;
    margin-left: -20px;
    overflow: hidden;
}
.czong-gf-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;
}
.czong-gf-detail_wangluo ul li .czong-gf-img {
    height: 110px;
    position: relative;
    overflow: hidden;
}
.czong-gf-detail_wangluo ul li .czong-gf-img img {
    display: block;
    width: 100%;
    height: 129px;
}
.czong-gf-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;
}

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

/*ç½®é¡¶*/
#czong-gf-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;
}
#czong-gf-totop i{
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: url(../images/top-arrow.png) no-repeat center;
    background-size: 30px;
}

/*æ²¡æœ‰æ•°æ®*/
.czong-gf-nothing {
    text-align: center;
    margin: 40px 0px;
    min-height: 390px;
}
.czong-gf-nothing img {
    width: 100px;
}
.czong-gf-nothing span {
    display: block;
}

/*ç›´æ’­åˆ—è¡¨*/
.czong-gf-index_match_list .czong-gf-hotmatch {
    padding: 12px;
    border-bottom: 1px solid #d3e1e2;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.czong-gf-index_match_list .czong-gf-hotmatch  a.czong-gf-items-center {
    float: left;
    width: 800px;
}
.czong-gf-index_match_list .czong-gf-hotmatch  a.czong-gf-items-center > p {
    height: 28px;
    line-height: 28px;
    display: inline-block;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-status.czong-gf-live span {
    background: linear-gradient(90deg,#ff1c1c,#eaadad);
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-status.czong-gf-prelive span {
    background: linear-gradient(90deg,#929292,#c1c1c1);
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-status {
    float: left;
    margin-right: 10px;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-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;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-time {
    float: left;
    margin-right: 20px;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-cate {
    float: left;
    margin-right: 10px;
    width: 60px;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-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;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team1logo {
    width: 24px;
    float: left;
    margin-right: 10px;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team1logo img {
    width: 24px;
    vertical-align: middle;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team1num {
    margin-right: 2px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-fh {
    margin-right: 2px;
    float: left;
    width: 5px;
    text-align: center;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team2num {
    margin-right: 10px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team2logo {
    margin-right: 10px;
    float: left;
    width: 24px;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team2logo img {
    width: 24px;
    vertical-align: middle;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team2 {
    float: left;
    margin-right: 10px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-box {
    float: right;
    width: 260px;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-top, .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-top p {
    display: flex;
    align-items: center;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-top p:first-child {
    font-size: 14px;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-top p {
    color: #000;
    justify-content: center;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-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;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-btm {
    float: left;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-btm p {
    color: #008415;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #008415;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-box .czong-gf-more {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
    float: left;
}
.czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-box .czong-gf-more:after {
    content: "";
    width: 23px;
    height: 26px;
    background: url(../images/chevron-down.png) no-repeat;
    background-position: 50%;
    background-size: 12px 7px;
}
.czong-gf-index_match_more {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background-color: #303030;
    border-radius: 2px;
    margin-top: 10px;
}
.czong-gf-index_match_more a{
    color: #fff;
    display: block;
}

.czong-gf-index_match_list h6{
    display: flex;
    height: 24px;
    line-height: 24px;
    align-items: center;
    margin: 10px 0px;
    color: #666666;
    padding-left: 4px;
}
.czong-gf-index_match_list h6 time{
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
}

.czong-gf-news_con {
    margin-bottom: 20px;
    display: flex;
    margin-top: 20px!important;
}
.czong-gf-news_con .czong-gf-news_left{
    width: 830px;
    flex: 1;
}
.czong-gf-news_right {
    width: 350px;
    margin-left: 20px;
}

/*æ ‡é¢˜ æ¥æº*/
.czong-gf-news_top_cont {
    padding: 30px 0 30px 0;
    border-bottom: 1px dashed #eee;
    text-align: center!important;
}
.czong-gf-news_top_cont.czong-gf-channel{
    padding-bottom: 0!important;
}
.czong-gf-news_top_cont h1 {
    font-size: 24px;
    display: block;
    line-height: 1.2;
    margin-bottom: 20px;
    /*height: 48px;*/
    font-weight: bold;
}
.czong-gf-news_top_cont .czong-gf-text {
    font-size: 14px;
    line-height: 1.5;
    color: #909399!important;
}
.czong-gf-news_top_cont .czong-gf-text span {
    margin: 0 20px;
}

/*å†…å®¹*/
.czong-gf-news_detail {
    padding: 30px 0;
    line-height: 28px;
    font-size: 16px;
    color: #606266;
    margin-bottom: 10px;
}
.czong-gf-news_detail p {
    line-height: 28px;
    font-size: 16px;
    color: #606266;
    margin-bottom: 10px;
}
.czong-gf-news_detail h3,.czong-gf-news_detail h2{
    line-height: 36px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.czong-gf-news_detail strong{
    font-size: 16px;
    font-weight: bold;
}
.czong-gf-news_detail p img {
    display: block;
    width: 80%;
    margin: 15px auto;
    height: auto !important;
}
.czong-gf-news_detail+p{
    margin-top: 20px;
}

/*çƒ­é—¨çƒé˜Ÿ*/
.czong-gf-hot_team {
    margin: 20px 0 0;
    margin-left: -20px;
    overflow: hidden;
}
.czong-gf-hot_team a {
    background: #fff;
    width: 101px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
}
.czong-gf-hot_team .czong-gf-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.czong-gf-hot_team .czong-gf-img img {
    width: 70px;
    height: 70px;
    margin: 5px 0 0 5px;
}
.czong-gf-hot_team p {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

/*è§†é¢‘è¯¦æƒ…åˆ—è¡¨*/
.czong-gf-video_play {
    position: relative;
    background: #000000;
    width: 100%;
    height: 450px;
}
.czong-gf-video_play img.czong-gf-img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.czong-gf-video_play img.czong-gf-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.czong-gf-video_cont_list {
    margin-bottom: 10px;
}
.czong-gf-video_cont_list span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.czong-gf-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;
}

/*é¦–é¡µèµ„è®¯å¸ƒå±€*/
.czong-gf-topcon {
    /*border-radius: 10px;*/
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.czong-gf-topcon_l {
    width: 460px;
}
.czong-gf-topcon_l .czong-gf-topcon_l_sw {
    overflow: hidden;
    font-size: 20px;
    margin-bottom: 20px;
}
.czong-gf-topcon_l .czong-gf-ul_o{
    position: relative;
    height: 236px;
}
.czong-gf-topcon_l .czong-gf-ul_o li{
    position: relative;
}
.czong-gf-topcon_l .czong-gf-ul_o li .czong-gf-img {
    display: block;
    height: 100%;
    width: 100%;
}
.czong-gf-topcon_l .czong-gf-ul_o li img {
    height: 100%;
    width: 100%;
}
.czong-gf-topcon_l .czong-gf-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;
}
.czong-gf-topcon_l .czong-gf-ul_o li .czong-gf-bg{
    position: absolute;
    background: linear-gradient(to top, black 4%, transparent);
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.czong-gf-topcon_l .swiper-button-prev {
    background: url("../images/L.png") no-repeat;
    left: 0;
}
.czong-gf-topcon_l .swiper-button-next {
    background: url("../images/R.png") no-repeat;
    right: 0;
}
.czong-gf-topcon_l .swiper-button-next:after, .czong-gf-topcon_l .swiper-button-prev:after {
    font-size: 22px;
    color: #fff;
}
.czong-gf-topcon_l .swiper-button-next, .czong-gf-topcon_l .swiper-button-prev {
    width: 35px;
    height: 55px;
}

.czong-gf-topcon_m {
    width: 440px;
}

.czong-gf-topcon_m_b {
    margin-top: 30px;
    position: relative;
}
.czong-gf-topcon_m_b::after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    height: calc(100% - 12px);
    width: 1px;
    /*background: #eeeeee;*/
}
.czong-gf-topcon_m_b ul:first-child{
    margin-bottom: 40px;
}
.czong-gf-topcon_m_b ul li {
    display: flex;
    height: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 13px;
    margin-bottom: 15px;
}
.czong-gf-topcon_m_b ul li:last-child{
    margin-bottom: 15px;
}
.czong-gf-topcon_m_b ul li .czong-gf-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;
}
.czong-gf-topcon_m_b ul li .czong-gf-name {
    max-width: 320px;
    font-size: 15px;
    color: #444;
    margin-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.czong-gf-topcon_m_b ul li:hover .czong-gf-yd{
    border-color: red;
}
.czong-gf-topcon_m_b ul li:hover .czong-gf-name {
    color: red;
}
.czong-gf-topcon_m_b ul li .czong-gf-time {
    margin-right: 25px;
    font-size: 14px;
    color: #999;
}

.czong-gf-topcon_r {
    width: 200px;
}

.czong-gf-index_three .czong-gf-center{
    padding: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.czong-gf-index_three_l {
    width: 892px;
    padding-right: 20px;
}
.czong-gf-index_three_main{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.czong-gf-topcon_l_b {
    width: 460px;
}
.czong-gf-topcon_l_b .czong-gf-news_imglist {
    margin-bottom: 24px;
}
.czong-gf-topcon_l_b .czong-gf-news_imglist ul {
    display: flex;
    justify-content: space-between;
}
.czong-gf-topcon_l_b .czong-gf-news_imglist ul li {
    width: 219px;
    height: 132px;
}
.czong-gf-topcon_l_b .czong-gf-news_imglist ul li .czong-gf-img {
    width: 219px;
    height: 123px;
    position: relative;
}
.czong-gf-topcon_l_b .czong-gf-news_imglist ul li .czong-gf-img img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.czong-gf-topcon_l_b .czong-gf-news_imglist ul li .czong-gf-img p{
    margin-top: 10px;
    font-size: 15px;
    color: #323232;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}
.czong-gf-index_three_mainr {
    width: 421px;
}
.czong-gf-index_three_r {
    width: 253px;
}
.czong-gf-topcon_r_list ul{
    margin-top: 20px;
}
.czong-gf-topcon_r_list ul li {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.czong-gf-topcon_r_list ul li .czong-gf-img {
    display: block;
    position: relative;
    width: 100%;
}
.czong-gf-topcon_r_list ul li .czong-gf-img img{
    width: 100%;
    height: 110px;
    border-radius: 15px;
}
.czong-gf-topcon_r_list ul li p {
    width: 100%;
    height: 24px;
    line-height: 30px;
    font-size: 14px;
}
.czong-gf-topcon_r_list ul li p.czong-gf-blod {
    color: 000;
    font-weight: bold;
}
.czong-gf-topcon_r_list ul li p img {
    height: 19px;
    width: 19px;
    vertical-align: middle;
    margin-right: 10px;
}

/*é¦–é¡µçƒ­é—¨æ•°æ®*/
.czong-gf-index_wangluo_list ul{
    margin-left: -20px;
    overflow: hidden;
}
.czong-gf-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;
}
.czong-gf-index_wangluo_list ul li .czong-gf-img {
    height: 129px;
    position: relative;
    overflow: hidden;
}
.czong-gf-index_wangluo_list ul li .czong-gf-img img {
    width: 100%;
    height: 129px;
}
.czong-gf-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;
}

/*é¦–é¡µçƒé˜Ÿçƒå‘˜æŽ¨è*/
.czong-gf-index_hot_list {
    overflow: hidden;
    background: #fff;
    padding: 0px 5px 10px 5px;
}
.czong-gf-index_hot_list a:first-child{
    margin-left: 0px;
}
.czong-gf-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;
}
.czong-gf-index_hot_list a img {
    /*width: 40px;*/
    max-width: 100%;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.czong-gf-index_hot_list a span {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    text-align: center;
}

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

.czong-gf-pmap{
    margin-bottom: 20px;
}
.czong-gf-pmap ul{
    padding: 20px 0 0px;
    margin-bottom: 20px;
}
.czong-gf-pmap ul li{
    width: 101px;
    background: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.czong-gf-pmap ul li:nth-child(7n){
    margin-right: 0px;
}
.czong-gf-pmap ul li a{
    overflow: hidden;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #333;
}
.czong-gf-pmap ul li:hover a{
    color: #008415;
}

/*è§†é¢‘åˆ—è¡¨*/
.czong-gf-tuwen_list {
    margin: 20px 0 0;
    margin-left: -20px;
    overflow: hidden;
}
.czong-gf-tuwen_list a {
    background: #fff;
    width: 101px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    padding: 10px 0px;
}
.czong-gf-tuwen_list .czong-gf-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.czong-gf-tuwen_list .czong-gf-img img {
    display: block;
    /*width: 70px;*/
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
}
.czong-gf-tuwen_list .czong-gf-title {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

/*èµ›äº‹èšåˆä¿¡æ¯*/
.czong-gf-saishi_tab {
    border-radius: 4px;
    border: 1px solid #d3e1e2;
    padding: 0 10px;
    margin-top: 20px;
    overflow: hidden;
    background: #FFF;
}
.czong-gf-saishi_tab img {
    float: left;
    height: 40px;
    width: auto;
    margin-top: 5px;
}
.czong-gf-saishi_tab span {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    font-size: 20px;
    color: #008415;
}
.czong-gf-saishi_tab .czong-gf-saishi_item {
    float: right;
}
.czong-gf-saishi_tab .czong-gf-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;
}
.czong-gf-saishi_tab .czong-gf-saishi_item a.on {
    background: #008415;
    color: #FFF;
}

/*æ—¥æœŸtab*/
.czong-gf-data_conten {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.czong-gf-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;
}
.czong-gf-data_conten a:first-child{
    margin-left: 0px;
}
.czong-gf-data_conten a.on i, .czong-gf-data_conten a:hover i {
    display: inline-block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #008415;
    border-radius: 0px 0px 2px 2px;
}
.czong-gf-data_conten a.on {
    color: #008415;
    font-weight: bold;
    border: 1px solid #008415;
    position: relative;
}

/*æŽ’è¡Œæ¦œ*/
.czong-gf-jf_rnak {
    background: #FFF;
    margin-top: 10px;
}
.czong-gf-jf_rnak .czong-gf-jfname {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.czong-gf-jf_rnak .czong-gf-rankingt.czong-gf-zuqiu {
    display: grid;
    grid-template-columns: 5% 23% 9% 9% 9% 9% 9% 9% 9% 9%;
    height: 51px;
    align-items: center;
    padding: 0 30px;
}
.czong-gf-jf_rnak .czong-gf-rankingt.czong-gf-nba {
    display: grid;
    grid-template-columns: 6% 26% 17% 17% 17% 17%;
    height: 51px;
    align-items: center;
    padding: 0 30px;
}
.czong-gf-jf_rnak .czong-gf-rankingt.czong-gf-bg{
    background: #EEEEEE;
    line-height: 40px;
}
.czong-gf-jf_rnak .czong-gf-bgg {
    border-bottom: 1px solid #EAEAEA;
}
.czong-gf-jf_rnak .czong-gf-rankingt .czong-gf-num {
    display: block;
    width: 28px;
    height: 28px;
    background: #ccc;
    font: 18px / 30px Helvetica;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.czong-gf-jf_rnak .czong-gf-logo {
    display: flex;
    align-items: center;
    text-align: left;
}
.czong-gf-jf_rnak .czong-gf-team {
    padding-left: 5px;
}

/*ç›´æ’­tab*/
.czong-gf-live_con_tab {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-top: 20px;
}
.czong-gf-live_con_tab li {
    float: left;
}
.czong-gf-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: #008415;
    border: 1px solid #008415;
    background: #ffffff;
    height: 40px;
    line-height: 40px;
}
.czong-gf-live_con_tab li:first-child a {
    border-radius: 4px 0px 0px 4px;
}
.czong-gf-live_con_tab li:last-child a {
    border-radius: 0px 4px 4px 0px;
}
.czong-gf-live_con_tab li a.active {
    background: #008415;
    color: #fff;
}

/*çƒé˜Ÿ çƒå‘˜è¯¦æƒ…*/
.czong-gf-detail_top {
    background: url(../images/bg-qd.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.czong-gf-detail_top .czong-gf-img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 11px;
    object-fit: contain;
}
.czong-gf-detail_top .czong-gf-name .czong-gf-zh {
    margin-top: 12px;
    margin-bottom: 3px;
    font-size: 20px;
    color: #333;
    display: flex;
}
.czong-gf-detail_top .czong-gf-name .czong-gf-zh span {
    font-size: 20px;
    font-weight: 500;
}
.czong-gf-detail_top .czong-gf-name .czong-gf-en {
    display: flex;
    font-size: 12px;
    color: #bbb;
}
.czong-gf-detail_top .czong-gf-market {
    height: 72px;
    line-height: 72px;
    color: #FFF;
    font-size: 18px;
    padding: 0 20px 0 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #008415;
}
.czong-gf-detail_top .czong-gf-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;
}
.czong-gf-detail_top .czong-gf-market::after {
    position: absolute;
    content: '';
    top: 0;
    border: solid transparent;
    border-right-color: #008415;
    border-top-color: #008415;
    border-width: 52px 20px;
    left: -28px;
}

/*ç›´æ’­è¯¦æƒ…é¡µ*/
.czong-gf-live_detail {
    position: relative;
    height: 280px;
    padding-top: 50px;
}
.czong-gf-live_bg {
    height: 280px;
    background: linear-gradient(90deg,#008415  18.8%,#008415 49.96%,#008415 81.5%);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
}
.czong-gf-live_bg .czong-gf-live_bg_box .czong-gf-live_bg_con {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    width: 100%;
}
.czong-gf-live_detail_team .czong-gf-live_detail_teamt {
    color: #fff;
}
.czong-gf-live_detail_team .czong-gf-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;
}
.czong-gf-live_detail_team .czong-gf-live_con {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.czong-gf-team1 {
    text-align: center;
    width: 30%;
}
.czong-gf-team2 .czong-gf-team_img, .czong-gf-team1 .czong-gf-team_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.czong-gf-team2 .czong-gf-team_img img, .czong-gf-team1 .czong-gf-team_img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
/* 队名标签由 h1 降级为 h2（全站单 H1 规范），两种标签样式保持一致，外观不变 */
.czong-gf-team1 h1, .czong-gf-team2 h1,
.czong-gf-team1 h2, .czong-gf-team2 h2 {
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 10px;
}
.czong-gf-live_num {
    text-align: center;
    width: 40%;
}
.czong-gf-live_num_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    height: 39px;
    padding: 0 12px;
}
.czong-gf-live_num_box > p
 {
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF;
}
.czong-gf-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: #008415;
}
.czong-gf-team2 {
    text-align: center;
    width: 30%;
}

/*ä¿¡å·æº*/
.czong-gf-match_details {
    margin-top: 10px;
    margin-bottom: 10px;
}
.czong-gf-signa{
    margin-top: 10px;
}
.czong-gf-signa ul li {
    margin-right: 10px;
    background: #CCC;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.czong-gf-signa ul li.czong-gf-click {
    background: #008415;
}
.czong-gf-signa ul li a{
    display: block;
    padding: 10px 20px;
    color: #fff;
}

/*ç›´æ’­è¯¦æƒ…*/
.czong-gf-live_content {
    padding: 20px 15px;
    background: #FFF;
}
.czong-gf-live_content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.czong-gf-live_content p span.czong-gf-tit {
    color: #C00;
    overflow: hidden;
}

/*ç½‘ç»œä¿¡æ¯è¯¦æƒ…*/
.czong-gf-wangluo_con {
    background: #fff;
    margin-top: 20px;
    padding: 20px 15px;
    overflow: hidden;
}
.czong-gf-wangluo_con .czong-gf-img {
    float: left;
    margin-right: 20px;
}
.czong-gf-wangluo_con .czong-gf-img img {
    width: 200px;
    height: 120px;
    border-radius: 5px;
}
.czong-gf-wangluo_con .czong-gf-title {
    float: left;
    width: 570px;
    font-size: 15px;
}
.czong-gf-wangluo_con p.time{
    font-size: 14px;
    margin-bottom: 8px;
}
.czong-gf-wangluo_con h2{
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
}
.czong-gf-wangluo_con p:last-child{
    text-indent: 3rem;
    text-align: justify;
}

/*å³ä¾§ç›´æ’­*/
.czong-gf-liver-list{
    background: #fff;
    margin: 10px 0;
}
.czong-gf-liver-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
}
.czong-gf-liver-list-box {
    position: relative;
    color: #333333;
    background-color: hsla(0,0%,100%,.01);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: hsla(0,0%,100%,.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 134px;
    padding-top: 24px;
    width: 350px;
}
.czong-gf-liver-list-box .czong-gf-time {
    background-color: #bbbaba;
    border-radius: 4px 0;
    font-size: 10px;
    height: 18px;
    left: 0;
    line-height: 18px;
    padding: 0 6px;
    position: absolute;
    top: 0;
    z-index: 1;
    color: #fff;
}
.czong-gf-liver-list-box .czong-gf-team {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.czong-gf-liver-list-box .czong-gf-logo {
    height: 36px;
    width: 36px;
}
.czong-gf-liver-list-box .czong-gf-name {
    margin-top: 6px;
    color: #333333;
    overflow: hidden;
    width: 60px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.czong-gf-liver-list-box .czong-gf-liver-cont {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.czong-gf-liver-list-box .czong-gf-liver-cont .czong-gf-liver-cate{
    color: #333333;
}
.czong-gf-liver-list-box .czong-gf-liver-score {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    margin: 10px 0;
    position: relative;
}
.czong-gf-liver-list-box .czong-gf-icon {
    background-image: url(../images/pcGame_sprite.png);
    background-position: -188px -102px;
    height: 28px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 33px;
}
.czong-gf-liver-list-box .czong-gf-num {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    padding: 0 17px;
}
.czong-gf-liver-list-box .czong-gf-liver-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 26px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 26px;
    overflow: hidden;
}
.czong-gf-liver-list-box .czong-gf-type {
    background-color: #ff0000;
    position: relative;
    text-align: center;
    width: 80px;
    color: #fff;
}

/* ==========================================================================
   比赛数据（球员数据 / 文字直播）
   ========================================================================== */
.czong-gf-match-data {
    background: #fff;
    overflow: hidden;
}

/* 球员卡片 */
.player-group {
    padding: 12px 16px;
}
.player-group-title {
    margin: 6px 0 12px;
    padding-bottom: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #008415;
    border-bottom: solid 1px #d8d8d8;
}
.player-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.player-card {
    display: flex;
    flex-direction: column;
    border: solid 1px #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 132, 21, .06);
    transition: box-shadow .2s, transform .2s;
}
.player-card:hover {
    box-shadow: 0 4px 14px rgba(0, 132, 21, .15);
    transform: translateY(-2px);
}
.player-card-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 14px 10px 12px;
    background: linear-gradient(180deg, #eef8f0 0%, #fafffb 100%);
    border-bottom: solid 1px #e4f1e8;
}
.player-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    background: #fff;
    border: solid 2px #008415;
    flex-shrink: 0;
}
.player-name {
    font-size: 14px;
    font-weight: bold;
    color: #008415;
    text-align: center;
    word-break: break-all;
}
.player-card.team-summary {
    grid-column: 1 / -1;
}
.player-stats {
    list-style: none;
    margin: 0;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}
.player-card.team-summary .player-stats {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 10px;
}
.player-stats li {
    font-size: 12px;
    color: #555;
    background: #f5faf6;
    border: solid 1px #eaf3ec;
    border-radius: 4px;
    padding: 3px 6px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 文字直播时间轴 */
.tlive-quarter {
    padding: 12px 16px;
}
.tlive-quarter-title {
    margin: 6px 0 12px;
    padding-bottom: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #008415;
    border-bottom: solid 1px #d8d8d8;
}
.tlive-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: solid 2px #c3e3cb;
}
.tlive-item {
    position: relative;
    padding: 8px 0 8px 18px;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    border-bottom: dashed 1px #eee;
}
.tlive-item:last-child {
    border-bottom: none;
}
.tlive-item::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 15px;
    width: 10px;
    height: 10px;
    background: #ffd52e;
    border: solid 2px #008415;
    border-radius: 50%;
}

/* ==========================================================================
   响应式适配
   ========================================================================== */

/* 小屏笔记本 / 平板横屏：容器由固定 1200px 改为流式 */
@media (max-width: 1219px) {
    .czong-gf-center,
    .czong-gf-index_conter {
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .czong-gf-index_con,
    .czong-gf-topcon {
        flex-wrap: wrap;
    }
    .czong-gf-index_con .czong-gf-index_left {
        width: 100%;
        min-width: 0;
    }
}

/* 平板竖屏：左右两栏改为上下堆叠 */
@media (max-width: 991px) {
    .czong-gf-index_con,
    .czong-gf-news_con {
        display: flex;
        flex-direction: column;
    }
    .czong-gf-index_con .czong-gf-index_left,
    .czong-gf-news_con .czong-gf-news_left {
        width: 100%;
        min-width: 0;
    }
    .czong-gf-index_con .czong-gf-index_right,
    .czong-gf-news_right {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    /* 首页资讯三栏改为纵向 */
    .czong-gf-topcon {
        display: flex;
        flex-direction: column;
    }
    .czong-gf-topcon_l,
    .czong-gf-topcon_l_b,
    .czong-gf-topcon_m,
    .czong-gf-topcon_r {
        width: 100%;
    }
    .czong-gf-topcon_m,
    .czong-gf-topcon_r {
        margin-top: 20px;
    }

    /* 球员卡片：三列 + 汇总三列 */
    .player-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .player-card.team-summary .player-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    /* 栅格类列表按百分比排列 */
    .czong-gf-detail_wangluo ul li,
    .czong-gf-index_wangluo_list ul li {
        width: calc(33.333% - 20px);
        box-sizing: border-box;
    }
    .czong-gf-detail_wangluo ul li .czong-gf-img,
    .czong-gf-index_wangluo_list ul li .czong-gf-img {
        height: auto;
    }
    .czong-gf-detail_wangluo ul li .czong-gf-img img,
    .czong-gf-index_wangluo_list ul li .czong-gf-img img {
        height: auto;
        aspect-ratio: 16 / 10;
        object-fit: cover;
    }
}

/* 手机端 */
@media (max-width: 576px) {
    .czong-gf-center {
        width: 100%;
        white-space: normal;
    }

    /* 头部 logo 与搜索纵向排列 */
    .czong-gf-center.fb {
        flex-direction: column;
        align-items: center;
    }
    .czong-gf-header-center .czong-gf-logo {
        margin-bottom: 15px;
    }
    .czong-gf-header-center .czong-gf-logo img {
        max-width: 100%;
    }
    .czong-gf-header .czong-gf-header-center .czong-gf-search {
        width: 100%;
        text-align: center;
    }
    .czong-gf-header .czong-gf-header-center .czong-gf-search .czong-gf-txt {
        width: 90%;
        max-width: 460px;
        box-sizing: border-box;
    }
    .czong-gf-header .czong-gf-header-center .czong-gf-search .czong-gf-submit {
        width: 60px;
        right: 5%;
    }
    .czong-gf-header .czong-gf-header-center .czong-gf-search ul {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        justify-content: flex-start;
    }
    .czong-gf-header .czong-gf-header-center .czong-gf-search li {
        flex: 0 0 auto;
        padding-left: 12px;
        padding-right: 12px;
    }

    /* 主导航横向滚动 */
    .czong-gf-header .czong-gf-header-list {
        overflow-x: scroll;
        overflow-y: hidden;
        height: auto;
        scrollbar-width: thin;
        scrollbar-color: #888 #e5e5e5;
        padding-bottom: 6px;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }
    .czong-gf-header .czong-gf-header-list::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 6px;
        display: block;
        background: #e5e5e5;
    }
    .czong-gf-header .czong-gf-header-list::-webkit-scrollbar-track {
        background: #e5e5e5;
        border-radius: 3px;
    }
    .czong-gf-header .czong-gf-header-list::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }
    .czong-gf-header .czong-gf-header-list .czong-gf-center.fb {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: max-content !important;
        min-width: 100% !important;
        max-width: none !important;
        white-space: nowrap !important;
        padding: 0 10px;
    }
    .czong-gf-header .czong-gf-header-list li {
        flex: 0 0 auto !important;
        width: auto !important;
        margin-right: 15px;
        white-space: nowrap;
    }
    .czong-gf-header .czong-gf-header-list li a {
        white-space: nowrap;
    }
    /* 移动端不弹出二级悬浮菜单，避免误触遮挡 */
    .czong-gf-header .czong-gf-header-list li .czong-gf-li-menu {
        display: none;
    }

    /* 二级导航横向滚动 */
    /* 滚动容器是内层 .czong-gf-center（沿用基础样式的 overflow-x: scroll），
       外层不能设 overflow hidden，内层也不能设 max-content 宽度，否则无法滚动 */
    .czong-gf-header-d-list {
        height: auto;
    }
    .czong-gf-header-d-list .czong-gf-center {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        padding: 6px 10px;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }
    .czong-gf-header-d-list span,
    .czong-gf-header-d-list ul,
    .czong-gf-header-d-list li {
        flex: 0 0 auto !important;
        display: inline-block;
        margin-right: 8px;
        white-space: nowrap;
    }
    .czong-gf-header-d-list span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 25px;
        line-height: 25px;
        vertical-align: middle;
    }

    /* 主体区域全部 100% 宽并上下排列 */
    .czong-gf-index_conter .czong-gf-center,
    #new_box,
    .czong-gf-index_conter,
    .czong-gf-index_con,
    .czong-gf-index_con .czong-gf-index_left,
    .czong-gf-index_con .czong-gf-index_right,
    .czong-gf-topcon,
    .czong-gf-topcon_l,
    .czong-gf-topcon_l_b,
    .czong-gf-topcon_m,
    .czong-gf-topcon_r,
    .czong-gf-index_tab {
        width: 100%;
    }

    .czong-gf-topcon_m{
        display: none;
    }
    .czong-gf-index_con {
        display: flex;
        flex-direction: column;
    }
    .czong-gf-index_con .czong-gf-index_right {
        margin-left: 0;
        margin-top: 15px;
    }
    .czong-gf-index_conter .czong-gf-topcon {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .czong-gf-index_conter .czong-gf-img img {
        width: 100%;
        display: block;
        max-width: 100%;
    }

    /* 轮播图容器适应屏幕宽度 */
    .czong-gf-topcon_l .czong-gf-topcon_l_sw {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 20px !important;
        box-sizing: border-box !important;
    }
    #new_box {
        width: 100% !important;
        overflow: hidden !important;
    }
    #new_box .swiper-wrapper {
        width: 100% !important;
    }
    #new_box .swiper-slide {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    #new_box .czong-gf-img {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    .czong-gf-topcon_l .czong-gf-ul_o {
        height: auto;
    }
    .czong-gf-topcon_l .czong-gf-ul_o li img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    /* 首页图片新闻：每行两张，各占一半宽度 */
    .czong-gf-topcon_l_b .czong-gf-news_imglist ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .czong-gf-topcon_l_b .czong-gf-news_imglist ul li {
        width: 50%;
        height: auto;
        padding: 5px;
        box-sizing: border-box;
    }
    .czong-gf-topcon_l_b .czong-gf-news_imglist ul li .czong-gf-img {
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        position: relative;
        overflow: hidden;
        display: block;
    }
    .czong-gf-topcon_l_b .czong-gf-news_imglist ul li .czong-gf-img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        display: block;
    }
    .czong-gf-topcon_l_b .czong-gf-news_imglist ul li .czong-gf-img p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 8px;
        margin: 0;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 12px;
        height: 40px;
        line-height: 1.4;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* tab 高度自适应 + 横向滚动 */
    .czong-gf-index_label {
        height: auto !important;
        padding: 0 !important;
        box-sizing: border-box;
    }
    .czong-gf-index_label ul {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        height: auto !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        width: 100% !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scrollbar-width: thin;
        scrollbar-color: #888 #e5e5e5;
        padding-bottom: 6px;
        box-shadow: none !important;
    }
    .czong-gf-index_label ul::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 6px;
        display: block;
        background: #e5e5e5;
    }
    .czong-gf-index_label ul::-webkit-scrollbar-track {
        background: #e5e5e5;
        border-radius: 3px;
    }
    .czong-gf-index_label ul::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }
    .czong-gf-index_label ul li {
        flex: 0 0 auto !important;
        width: auto !important;
        float: none !important;
        white-space: nowrap;
        padding: 0 12px;
    }

    /* 比赛列表：卡片式换行布局 */
    .czong-gf-index_match_list .czong-gf-hotmatch {
        display: block !important;
        padding: 8px !important;
        height: auto !important;
    }
    .czong-gf-index_match_list .czong-gf-hotmatch a.czong-gf-items-center {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: auto !important;
        padding: 8px !important;
        box-sizing: border-box !important;
        margin-bottom: 8px !important;
        border-radius: 6px !important;
        background-color: #f8f9fa !important;
    }
    .czong-gf-index_match_list .czong-gf-hotmatch a.czong-gf-items-center > p {
        float: none !important;
    }
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-status {
        width: 100%;
        text-align: center;
        margin-bottom: 4px;
        font-size: 12px;
        font-weight: bold;
    }
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-time,
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-cate {
        width: 100%;
        text-align: center;
        margin-bottom: 4px;
        font-size: 12px;
        color: #666;
    }
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team1,
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team1logo {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 1 auto;
        width: auto;
        margin: 0 4px;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team2,
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team2logo {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        flex: 0 1 auto;
        width: auto;
        margin: 0 4px;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team1,
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team2 {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        max-width: 30%;
    }
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team1num,
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-fh,
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team2num {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        width: auto;
        margin: 0 2px;
        font-weight: bold;
        font-size: 18px;
        white-space: nowrap;
    }
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team1logo img,
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-team2logo img {
        width: 30px !important;
        height: 30px !important;
        object-fit: contain;
    }
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-box {
        float: none !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px;
        margin-top: 6px;
        padding: 6px 0 0;
        border-top: 1px dashed #e5e5e5;
    }
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-box .czong-gf-items-top,
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-box .czong-gf-items-btm {
        float: none !important;
        width: auto !important;
        display: inline-flex !important;
        align-items: center !important;
        white-space: nowrap;
    }
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-box .czong-gf-items-top p,
    .czong-gf-index_match_list .czong-gf-hotmatch .czong-gf-items-box .czong-gf-items-btm p {
        margin: 0;
        white-space: nowrap;
    }

    /* 图文列表：每行两列 */
    .czong-gf-detail_wangluo ul,
    .czong-gf-index_wangluo_list ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
    }
    .czong-gf-detail_wangluo ul li,
    .czong-gf-index_wangluo_list ul li {
        width: calc(50% - 10px);
        float: none;
        margin-left: 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    .czong-gf-detail_wangluo ul li .czong-gf-img,
    .czong-gf-index_wangluo_list ul li .czong-gf-img {
        height: auto;
    }
    .czong-gf-detail_wangluo ul li .czong-gf-img img,
    .czong-gf-index_wangluo_list ul li .czong-gf-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        object-fit: cover;
    }
    .czong-gf-detail_wangluo ul li p,
    .czong-gf-index_wangluo_list ul li p {
        font-size: 14px;
        height: auto;
        line-height: 1.4;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* 首页视频列表 */
    .czong-gf-index_video {
        display: flex;
        flex-wrap: wrap;
    }
    .czong-gf-index_video div {
        width: 50%;
        box-sizing: border-box;
    }
    .czong-gf-index_video div .czong-gf-img {
        height: auto;
    }
    .czong-gf-index_video div .czong-gf-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        object-fit: cover;
    }

    /* 赛事/球队 logo 网格：按百分比排列 */
    .czong-gf-index_hot_list {
        display: flex;
        flex-wrap: wrap;
        padding: 0 5px 10px;
    }
    .czong-gf-index_hot_list a,
    .czong-gf-index_hot_list a:first-child {
        width: calc(33.333% - 10px);
        float: none;
        margin-left: 5px;
        margin-right: 5px;
        box-sizing: border-box;
        padding: 8px 4px;
    }
    .czong-gf-index_hot_list a span {
        font-size: 13px;
        height: 24px;
        line-height: 24px;
    }

    /* 球队列表页图文网格 */
    .czong-gf-tuwen_list {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }
    .czong-gf-tuwen_list a {
        width: 33.333%;
        float: none;
        margin-left: 0;
        box-sizing: border-box;
    }
    .czong-gf-tuwen_list .czong-gf-title {
        font-size: 13px;
        line-height: 20px;
        height: 40px;
        padding: 0 5px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* 赛事聚合头部 */
    .czong-gf-saishi_tab .czong-gf-saishi_item {
        float: none;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }
    .czong-gf-saishi_tab .czong-gf-saishi_item a {
        margin-left: 0;
        margin-right: 8px;
    }

    /* 球队详情头部 */
    .czong-gf-detail_top .czong-gf-market {
        float: none;
        clear: both;
        padding: 0 10px 10px;
    }

    /* 标签云 */
    .czong-gf-tags {
        padding: 10px;
        box-sizing: border-box;
    }

    /* 录像详情页 */
    .czong-gf-index_conter .czong-gf-news_con {
        display: flex;
        flex-direction: column;
    }
    .czong-gf-news_con .czong-gf-news_left {
        width: 100%;
    }
    .czong-gf-news_con .czong-gf-news_right,
    .czong-gf-news_right {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .czong-gf-detail_tags {
        margin-top: 30px;
    }
    .czong-gf-news_top_cont h1 {
        font-size: 20px;
        line-height: 1.4;
    }
    .czong-gf-video_play img.czong-gf-img {
        width: 100%;
        height: auto;
    }

    /* 比赛数据：球员卡片两列，统计单列 */
    .player-group,
    .tlive-quarter {
        padding: 10px 12px;
    }
    .player-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .player-photo {
        width: 60px;
        height: 60px;
    }
    .player-stats {
        grid-template-columns: 1fr;
    }
    .player-card.team-summary .player-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .tlive-item {
        font-size: 13px;
        padding-left: 16px;
    }

    /* 分页：缩小间距，允许换行 */
    #page {
        padding: 20px 10px 30px;
    }
    #page ul {
        gap: 6px;
    }
    #page ul > li > a,
    #page ul > li > span {
        min-width: 34px;
        height: 34px;
        padding: 0 8px;
        font-size: 13px;
    }
    #page ul > li > a.fst {
        padding: 0 10px;
    }

    /* 友情链接 */
    .czong-gf-index_link {
        padding: 10px;
        box-sizing: border-box;
    }

    /* 图片默认不溢出容器 */
    .czong-gf-index_conter img {
        max-width: 100%;
    }

    /* 底部 */
    footer .czong-gf-center {
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }
}

/* 超小屏：两列改单列，避免文字挤压 */
@media (max-width: 400px) {
    .czong-gf-index_hot_list a,
    .czong-gf-index_hot_list a:first-child,
    .czong-gf-tuwen_list a {
        width: calc(50% - 10px);
    }
}