<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    font-family: 'Microsoft Yahei', Arial;
}

* {
    margin: 0;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace
}

small {
    font-size: 12px
}

ul,
ol {
    list-style: none
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    text-decoration: none;
    outline: none;
    color: black
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none
}

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

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

@keyframes upToDown {
    0% {
        transform: translate(0px, 0px);
        opacity: 1
    }

    50% {
        transform: translate(0px, -10px);
        opacity: 0.6
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1
    }
}

@-webkit-keyframes upToDown {
    0% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1
    }

    50% {
        -webkit-transform: translate(0px, -10px);
        opacity: 0.6
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1
    }
}

@keyframes brees {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
}

@-webkit-keyframes brees {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.row {
    zoom: 1
}

.row:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

.flexbox {
    display: flex
}

.flex-1 {
    float: left;
    width: 8.33333%
}

.flex-2 {
    float: left;
    width: 16.66667%
}

.flex-3 {
    float: left;
    width: 25%
}

.flex-4 {
    float: left;
    width: 33.33333%
}

.flex-5 {
    float: left;
    width: 41.66667%
}

.flex-6 {
    float: left;
    width: 50%
}

.flex-7 {
    float: left;
    width: 58.33333%
}

.flex-8 {
    float: left;
    width: 66.66667%
}

.flex-9 {
    float: left;
    width: 75%
}

.flex-10 {
    float: left;
    width: 83.33333%
}

.flex-11 {
    float: left;
    width: 91.66667%
}

.flex-12 {
    float: left;
    width: 100%
}

body {
    background: #f2f2f2
}

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

.float-clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.float-clear {
    zoom: 1
}

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

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

.breakword {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden
}

.pointer {
    cursor: pointer
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.pagination-box {
    text-align: center;
    margin-top: 30px
}

.pagination-box ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0
}

.pagination-box ul.pagination li {
    float: left;
    height: 24px;
    padding: 0 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    transition: background-color 0.3s;
    cursor: pointer;
    min-width: 26px
}

.pagination-box ul.pagination li.special {
    line-height: 22.5px
}

.pagination-box ul.pagination li.pagination-ellipsis {
    position: relative;
    width: 26px
}

.pagination-box ul.pagination li.pagination-ellipsis:after {
    position: absolute;
    content: '...';
    left: 50%;
    transform: translateX(-50%);
    color: #949494
}

.pagination-box ul.pagination li.active {
    background-color: #dd4d30;
    border: 1px solid #dd4d30
}

.pagination-box ul.pagination li.active a {
    color: white
}

.pagination-box ul.pagination li:hover:not(.active) {
    background-color: #ddd
}

.pagination-box ul.pagination li:last-child {
    margin-right: 0
}

.pagination-box ul.pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #949494;
    text-decoration: none
}

.position-container {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #949494;
    margin-bottom: 20px;
}

.position-container a {
    color: #949494
}

.position-container .arrow {
    padding: 0 2px
}

[hidden] {
    display: none
}

.container_left-1 {
     width: 840px; 
    float: left;
}


.container_left {
    /* width: 840px; */
    width: 1200px;
    float: left;
}

.container_right {
    width: 340px;
    float: right;
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.not_data {
    padding: 5px 15px;
    color: #999999
}

.breadcrumb {
    font-size: 14px;
    padding: 15px 0
}

.breadcrumb {
    color: #8D8D8D;
}

@media (max-width: 600px) {
    .container {
        width: 100%;
        margin: 0
    }

    .float-left {
        float: none
    }

    .container_left {
        width: 100%;
        float: none;
    }
     .container_left-1 {
        width: 100%;
        float: none;
    }

    .container_right {
        width: 100%;
        float: none;
        margin-top: 30px
    }

    .breadcrumb {
        padding: 15px
    }
}

.hide {
    display: none
}

.show {
    display: block !important
}

.w100 {
    width: 100%
}

.pc {
    display: block
}

.mobile {
    display: none
}

@media (max-width: 780px) {
    .pc {
        display: none !important
    }

    .mobile {
        display: block !important;
        padding: 0 5px;
    }
}

li {
    list-style-type: none;
}

.bgwhite {
    background-color: #fff
}

.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nodate {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px 0;
    width: 100%;
    border-radius: 10px
}

.nodate p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #bbb
}

.bgwhite {
    background-color: #fff
}

.padding20 {
    padding: 20px;
}
.margin-b{
    margin-bottom: 20px;
}

.hot-tit{
    color: red !important;
}

/* .bgimg {
    background: url(../images/bg.png) no-repeat top center;
} */

.main {
    padding: 20px 0;
}

.section-tit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 28px;
    margin-bottom: 8px;
    border-bottom: 1px solid #F6F7F7;
}

.section-tit .name {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    position: relative;
}

.section-tit .name span {
    display: inline-block;
    border-bottom: 2px solid #c19b61;
    padding-bottom: 13px;
    line-height: 1
}

.section-tit .name span:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.section-tit .name em {
    color: #CACACA;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    padding-left: 7px;
}

.section-tit .more {
    font-weight: 400;
    color: #d30b15;
    font-size: 12px;
}



.rotate180 {
    transform: rotate(180deg);
}

.match_juhe .match_zhibo_list {
    display: none
}


/* match */
.match .match_filter_item {
    display: inline-block;
    min-width: 70px;
    text-align: center;
    line-height: 28px;
    margin: 10px 0 2px 0;
}

.match .match_filter_item a {
    position: relative;
    background: #fff;
    border-radius: 15px;
    display: block;
    color: #000000;
    font-size: 14px;
    border: 1px solid #E7E7E7;
    padding: 0 8px;
}

.match .match_filter_item a h1 {
    font-size: 14px;
    font-weight: 400;
}

.match .match_filter_item.active a {
    background: #c19b61;
    color: #fff;
    border-radius: 15px;
    color: #fff
}

.match .match_filter_roll {
    display: flex;
    justify-content: space-between;
}

.match .match_filter_roll ul {
    width: 100%;
    height: 48px;
    overflow: hidden;
}

.match .match_filter_roll ul.showmore {
    height: auto;
}

.match .match_filter_roll .more_btn {
    width: 70px;
    height: 28px;
    background: #EBF1EF;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    margin-top: 10px
}

.match .match_filter_roll .more_btn img {
    vertical-align: middle;
}




.match .match_time {
    width: 125px;
    height: 26px;
    background: #F2F2F2;
    opacity: 0.99;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    margin-top: 10px
}

.match .match_filter_roll .more_btn.down {}

.match_date {
    font-size: 16px;
    padding: 15px 0;
    margin-top: 15px
}

.match-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 15px 0px;
    border-bottom: solid 1px #F2F2F2 !important;
    justify-content: space-between;
}

.match-item .info_left {
    display: flex;
    align-items: center
}

.match-item .info_left .time {
    display: inline-block;
    width: 105px;
    font-weight: 600;
}

.match-item .info_left .time em {
    color: #9A9A9A;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400
}

.match-item .info_left .league {
    display: inline-block;
    width: 100px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left
}

.match-item .info_left .league a {
    color: #9A9A9A;
}

.match-item .info_center {
    display: flex;
    padding: 10px 0
}

.match-item .info_center .home {
    display: flex;
    justify-content: center;
    align-items: center
}

.match-item .info_center .home .left {
    display: flex;
    align-items: center;
    width: 150px;
    text-align: right;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.match-item .info_center .home .left&gt;img {
    width: 30px;
    max-height: 30px;
    margin-left: 5px
}

.match-item .info_center .home .left .text {
    display: inline-block;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 10px;
    text-align: left
}

.match-item .info_center .score {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    width: 120px
}

.match-item .info_center .score .fenge {
    padding: 0 20px;
}

.match-item .info_center .away {
    display: flex;
    justify-content: center;
    align-items: center
}

.match-item .info_center .away .right {
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: flex-end
}

.match-item .info_center .away .right .text {
    display: inline-block;
    width: 120px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.match-item .info_center .away .right&gt;img {
    width: 30px;
    max-height: 30px;
    margin-right: 10px
}

.match-item .info_right {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 84px;
    border-radius: 14px;
    text-align: center;
    line-height: 28px
}

.match-item .info_right a {
    color: #999999;
    display: block
}

.match-item .info_right.begin {
    background: #EBF1EF;
    color: #000000
}

.match-item .info_right.start {
    background: #c19b61;
    color: #fff
}

.match-item .info_right.start a {
    color: #fff;
}

.match-item .info_right.end {
    background: #28b28b;
}

.match-item .info_right.end a {
    color: #fff;
}

.match_list_more {
    width: 226px;
    height: 34px;
    background: #EEFAF7;
    border-radius: 17px;
    display: block;
    margin: 20px auto 0 auto;
    line-height: 34px;
    text-align: center;
}

.match_list_more a {
    color: #28B28B;
}

/* end match */






.news01 {
    width: 100%;
    height: auto;
    position: relative;
}

.news01 .pic {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 5px;
}

.news01 p {
    width: 100%;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #Fff;
    line-height: 1.5;
    padding: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.news02 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news02 p {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-top: 10px;
}

.news02 p:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #8E8E8E;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}


.news03 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news03 p {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
    border-bottom: 1px solid #F6F7F7;
}

.news03 p span {
    background: #F4F4F4;
    border-radius: 2px;
    width: 20px;
    height: 24px;
    padding: 2px 0;
    display: inline-block;
    margin-right: 8px;
    text-align: center
}

.news03 p:nth-child(1) span {
    background: url(../images/first.png) top center no-repeat;
    padding: 0;
    color: #fff
}

.news03 p:nth-child(2) span {
    background: url(../images/second.png) top center no-repeat;
    padding: 0;
    color: #fff
}

.news03 p:nth-child(3) span {
    background: url(../images/third.png) top center no-repeat;
    padding: 0;
    color: #fff
}

.news03 p:nth-last-child(1) {
    border: 0;
}

/* video_list */


.video_list ul {
    margin-top: 10px;
}

.video_list li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #F6F7F7;
    padding: 10px 0;
    ;
}

.video_list li a {
    display: flex;
    justify-content: space-between;
    color: #A3A3A3;
    font-size: 12px;
}

.video_list li a p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 14px;
    padding-bottom: 5px;
}

.video_list li a .nr {
    width: calc(100% - 45px);
}

.video_list li:hover {
    background-color: #F8F8F8;
}

.video_list li:hover a {
    display: flex;
    justify-content: space-between;
    color: #28B28B;
    font-size: 12px;
}

.video_list li:hover a p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #28B28B;
    font-size: 14px;
    padding-bottom: 5px;
}

.video_list li:nth-last-child(1) {
    border: 0;
    margin: 0;
}

.tags_list {
    display: flex;
}

.tags_list li {
    font-size: 14px;
    font-weight: 400;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 8px;
    padding: 5px 12px;
    display: inline-block;
    line-height: 18px;
    background: #F6F7F7;
}

.tags_list li a {
    display: block
}

.tags_list li:hover {
    background: #d30b15
}

.tags_list li:hover a {
    color: #FFFFFF;
    display: block
}

@media (max-width: 600px) {
    .tags_list {
        padding: 10px 0
    }
}





.friend-wrapper {
    border-bottom: 1px solid #41464C;
    text-align: left;
    padding: 10px 0;
    margin-bottom: 20px;
}

.friend-wrapper a {
    margin: 5px;
    color: #FFFFFF;
    display: inline-block;
}

.friend-wrapper span {
    color: #9F9F9F;
    font-size: 12px;
}


@media (max-width: 780px) {
    .friend-wrapper {
        padding: 10px 20px
    }
}

/* end video_list */

/* 棣栭〉END */








/** 鐩存挱鍒楄〃椤� **/
.w180 {
    width: 180px;
}

.w1000 {
    width: 1000px;
}



.list_zhibo_nav {
    display: block
}

.list_zhibo_nav li {}

.list_zhibo_nav li a {
    border-left: 4px solid #fff;
    color: #333333;
    font-size: 14px;
    display: block;
    padding: 14px 20%;
    border-bottom: 1px solid #F6F7F7;
}

.list_zhibo_nav li img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.list_zhibo_nav li a.on {
    border-left: 4px solid #28B28B;
    background-color: #F8F8F8;
}




.match_zhibo_nav .showmore {
    width: 100%;
    background: #F3F3F3;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.match_zhibo_nav .showmore img {
    vertical-align: middle;
    margin-left: 5px;
}




.ny_match_list {
    width: 940px;
}







/** 鐩存挱鍐呭椤� **/
.match_allinfo {
    width: 100%;
}

.match_allinfo .top {
    background: #333333;
    min-height: 175px;
    display: flex;
    justify-content: space-between;
}

.match_allinfo .top .zhudui,
.match_allinfo .top .kedui {
    display: flex;
    justify-content: center;
    width: 30%;
    padding: 0 2%;
    flex-direction: column;
    align-items: center;
}

.match_allinfo .top .qiudui_logo {
    width: 92px;
    height: 92px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.match_allinfo .top .qiudui_logo img {
    max-height: 88px;
    max-width: 80%;
}

.match_allinfo .top .qiudui_name {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}




.match_allinfo .top .zhuangtai {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0;
    text-align: center;
    color: #BDFFE6;
    width: 30%
}

.match_allinfo .top .zhuangtai span {
    padding: 0 10px
}

.match_allinfo .top .zhuangtai .bf {
    line-height: 92px;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.match_allinfo .top .zhuangtai .zt {
    font-size: 16px;
    color: #FFD300
}


.match_allinfo {
    position: relative;
}

.match_allinfo .match_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.match_allinfo .match_text .qiudui {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    color: #fff
}

.match_allinfo .match_text .qiudui .qiudui_logo {
    height: 150px;
}

.match_allinfo .match_text .qiudui .qiudui_logo img {
    height: 150px;
}

.match_allinfo .match_text .qiudui .qiudui_name {
    line-height: 3
}

.match_allinfo .match_text .vs {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    color: #9B9B9B
}

.match_allinfo .match_text .vs img {
    padding: 30px 0;
}

.match_allinfo .match_info {
    display: flex;
    color: #fff;
    align-items: center;
    background: #fff;
}

.match_allinfo .match_info .name {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

.match_allinfo .match_info .name img {
    vertical-align: middle;
}

.match_allinfo .match_info p {
    font-size: 14px;
    font-weight: 400;
    color: #9B9B9B;
}

.match_allinfo .zhibo_name {
    display: flex;
    color: #000;
    align-items: center;
}

.match_allinfo .zhibo_btn {
    width: calc(100% - 88px);
}

.match_allinfo .zhibo_btn a {
    width: 120px;
    background: #d30b15;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    margin: 5px 5px;
}







.ny_match_list {
    width: 940px;
}

.match_show_date_tabs {
    height: 88px;
    background: #FFFFFF;
    display: flex;
    text-align: center
}

.match_show_date_tabs a {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    color: #8A8A8A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.match_show_date_tabs a p.day {
    font-size: 18px;
    line-height: 1.5
}

.match_show_date_tabs a.active {
    background: #FFF6CC;
    color: #000
}





.match_show_list {
    margin-top: 30px
}

.match_status_tabs {
    padding: 5px 0
}

.match_status_tabs a {
    display: block;
    float: left;
    padding: 5px 30px;
    box-sizing: border-box;
    border: solid 1px #d41d1b;
    font-size: 16px
}

.match_status_tabs a.active {
    background: #d41d1b;
    color: #FFFFFF
}

.data_content_table {
    margin-top: 36px
}

.nbadata_table_title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin: 20px 0 20px 26px;
    padding-top: 15px
}

.data_table_index {
    background: #efefef
}

.data_table_index table tbody tr th {
    font: 14px/50px "microsoft yahei";
    color: #333;
    text-align: center;
    background: #dedede
}

.data_table_index table tbody tr td {
    font: 16px/56px "microsoft yahei";
    color: #333;
    text-align: center;
    border-top: 1px solid #eee
}

.data_table_index .orderred {
    background: #ce2623
}

.data_table_index .order {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: #dc2221;
    font: 16px/30px "microsoft yahei";
    color: #fff
}

.nbadata_table_index .logo_name img {
    width: 36px;
    height: 36px;
    float: left;
    margin: 7px 0 0 20px
}

.data_table_index .logo_name img {
    width: 30px;
    height: 30px;
    float: left;
    margin: 14px 0 0 25px
}







.match_analysis .senav {
    border-bottom: 1px solid #F5F7F9;
    display: flex;
}

.match_analysis .senav span {
    font-size: 16px;
    color: #222222;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    flex: 1;
    font-weight: 600
}

.match_analysis .senav span.on {
    color: #FF7F00;
    font-weight: 600
}

.match_analysis .item {
    display: none
}

.match_analysis .item.on {
    display: block
}

.match_analysis .tabmain {
    padding: 0;
}

.match_analysis .itemtit {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
}

.match_analysis .itemtit .sxline {
    width: 4px;
    height: 16px;
    background: #FF7F00;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}



.sqfx_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #F5F7F9;
}

.sqfx_top .qiudui {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sqfx_top img {
    width: 50px;
    height: 50px;
    margin: 0px 10px;
}

.sqfx .sqfx_box_match1 .box {
    border: 1px solid #ccc;
    width: 49%;
    margin-top: 2%;
    text-align: center;
    padding: 10px;
}

.sqfx .sqfx_box_match1 .box .num {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.5;
    color: #444444;
}

.sqfx .sqfx_box_match1 .box p {
    font-size: 14px;
    color: #8A8A8A;
    line-height: 1.5
}




.sqfx_box_match2 {}

.sqfx_box_match2 .matchqiudui {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
}

.sqfx_box_match2 .matchqiudui .zhudui,
.sqfx_box_match2 .matchqiudui .kedui {
    width: 40%;
    display: flex;
    justify-content: center;
    line-height: 35px;
}

.sqfx_box_match2 .matchqiudui .zhudui img,
.sqfx_box_match2 .matchqiudui .kedui img {
    height: 35px;
    padding: 0 10px;
}





.sqfx_box_match2 {
    width: 100%
}

.sqfx_box_match2 .matchs {
    width: 100%;
}

.sqfx_box_match2 .qiudui {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #222222;
}

.matchs-row .qiuduibifen {
    font-size: 24px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 50px;
    text-align: center;
    width: 35%;
}

.matchs-row .match_info {
    font-size: 12px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 50px;
    width: 30%;
    text-align: center
}


@media (max-width: 600px) {
    .matchs-row .qiuduibifen {
        width: 25%;
    }

    .matchs-row .match_info {
        width: 50%;
    }

    .match_allinfo .top .zhuangtai span {
        font-size: 22px;
        padding: 0 2px;
    }

    .match_allinfo .top .zhuangtai .bf {
        font-size: 22px;
    }
}





.sqfx_box_match2 .matchs-row {
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2;
}

.sqfx_box_match2 .matchs-row {
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0;
}

.loading p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #666
}



.bisai_list li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.match_allinfo .match_info .zhibo_info {
    margin-top: 10px;
}

.match_allinfo .match_info .t1 {
    padding: 10px 0;
}

.match_allinfo .match_info .t1 img {
    vertical-align: middle;
    margin-right: 5px;
}



.match_analysis .senav {
    border-bottom: 1px solid #F5F7F9;
    display: flex;
}

.match_analysis .senav span {
    font-size: 16px;
    color: #222222;
    padding: 20px 0px;
    text-align: center;
    cursor: pointer;
    flex: 1;
    font-weight: 600;
}

.match_analysis .senav span.on {
    color: #28B28B;
    font-weight: 600;
    border-bottom: 3px solid #28B28B
}

.match_analysis .item {
    display: none
}

.match_analysis .item.on {
    display: block
}

.match_analysis .itemtit {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.match_analysis .itemtit .sxline {
    width: 4px;
    height: 16px;
    background: #FF7F00;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}



.sqfx_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #F5F7F9;
}

.sqfx_top .qiudui {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sqfx_top img {
    width: 50px;
    height: 50px;
    margin: 0px 10px;
}

.sqfx .sqfx_box_match1 .box {
    border: 1px solid #ccc;
    width: 49%;
    margin-top: 2%;
    text-align: center;
    padding: 10px;
}

.sqfx .sqfx_box_match1 .box .num {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.5;
    color: #444444;
}

.sqfx .sqfx_box_match1 .box p {
    font-size: 14px;
    color: #8A8A8A;
    line-height: 1.5
}




.sqfx_box_match2 {}

.sqfx_box_match2 .matchqiudui {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
}

.sqfx_box_match2 .matchqiudui .zhudui,
.sqfx_box_match2 .matchqiudui .kedui {
    width: 40%;
    display: flex;
    justify-content: center;
    line-height: 35px;
}

.sqfx_box_match2 .matchqiudui .zhudui img,
.sqfx_box_match2 .matchqiudui .kedui img {
    height: 35px;
    padding: 0 10px;
}





.sqfx_box_match2 {
    width: 100%
}

.sqfx_box_match2 .matchs {
    width: 100%;
}

.sqfx_box_match2 .qiudui {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #222222;
}

.matchs-row .qiuduibifen {
    font-size: 24px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 50px;
    text-align: center;
    width: 35%;
}

.matchs-row .match_info {
    font-size: 12px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 50px;
    width: 30%;
    text-align: center
}


@media (max-width: 780px) {
    .matchs-row .qiuduibifen {
        width: 25%;
    }

    .matchs-row .match_info {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .match_status_tabs {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 15px
    }

    .match_show_box {
        box-sizing: border-box;
        padding-left: 20px;
        overflow-x: auto;
        overflow-y: hidden
    }

    .data_content_table {
        zoom: 0.8
    }

    .data_table_index .logo_name img {
        display: none
    }

    .match_show_date_tabs a {
        height: 54px;
    }

    .riqi {
        padding: 0 10px;
    }

    .containers {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

}







.sqfx_box_match2 .matchs-row {
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2;
}

.sqfx_box_match2 .matchs-row {
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0;
    width: 100%
}

.loading p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #666
}



.bisai_list li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}






.section-match {
    width: 100%;
}

.section-match .match a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 0;
}

.section-match .match img {
    margin-right: 5px;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

.section-match .live_right_item {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-bottom: 1px solid #F5F7F9;
    padding: 5px 0
}

.section-match .live_right_item .top {
    font-size: 12px;
    color: #8A8A8A;
    margin-bottom: 10px;
}

.section-match .live_right_item .top a {
    font-size: 12px;
    color: #8A8A8A;
    font-size: weight:600;
}

.section-match .live_team_left {
    width: 60%;
    text-align: left;
}

.section-match .live_team_left a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.section-match .live_team_left a .qiudui {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.section-match .live_team_left img {
    display: block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin: 2px 5px 2px 0px;
}

.section-match .live_team_left span {
    font-size: 14px;
}

.section-match .live_team_right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.section-match .live_team_right a {
    width: 80px;
    background: #228B63;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}










/** 鐩存挱鍐呭椤� **/

.bisai_list li span {
    margin-right: 5px;
}

.bisai_list li .time {
    color: #EF4031
}

.bisai_list li .liansai {
    color: #9F9F9F
}














/** 鏂伴椈椤� **/


.ny_newslist_leftside {
    background-color: #fff
}

.ny_newslist_leftside .senav {
    border-bottom: 1px solid #F5F7F9;
    padding: 20px;
}

.ny_newslist_leftside .senav a {
    font-size: 16px;
    color: #222222;
    padding: 10px 10px 20px 10px;
}

.ny_newslist_leftside .senav a.on {
    border-bottom: 3px solid #28B28B;
    color: #28B28B;
}



.newslist ul {
    padding: 0px;
}

.newslist ul li:after {
    content: "";
    border-bottom: 1px solid #F5F7F9;
    display: block;
    margin: 15px 0;
    width: 100%
}

.newslist ul li .pic {
    width: 160px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.newslist ul li .pic img {
    width: 100%
}

.newslist ul li .text {
    padding: 0px 0px 0px 10px;
    position: relative;
    width: calc(100% - 170px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.newslist ul li .tit {
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    padding-bottom: 5px
}

.newslist ul li .desc {
    font-size: 12px;
    color: #656565;
    line-height: 1.5;
    padding-bottom: 10px;
}

.newslist ul li .st {
    font-size: 12px;
    color: #9B9B9B;
}

.newslist ul li .st img {
    vertical-align: middle;
    margin-right: 5px;
}

.loadmore {
    font-size: 16px;
    color: #007AFF;
    margin: 0 auto;
    font-weight: 600;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.fenye {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.fenye ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0 3px;
    line-height: 1.5;
    background: #F7F7F7;
}

.fenye ul li a {
    font-size: 12px;
    color: #9B9B9B;
    display: block;
    padding: 2px 8px;
}

.fenye ul li:hover {
    background-color: #28B28B;
    color: #fff;
}

.fenye ul li:hover a {
    color: #fff;
}

.fenye ul li .current {
    background-color: #28B28B;
    color: #fff;
    display: block;
    padding: 2px 8px;
}



.newslist .loadmore {
    width: 200px;
    height: 36px;
    margin: 0px auto;
    text-align: center;
    line-height: 36px;
    color: #FB810B;
    border: 1px solid #FB810B;
    border-radius: 18px;
}

.newslist .loadmore a {
    color: #FB810B;
}



.hot_news_list ul li {
    background: #F8F8F8;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.hot_news_list ul li span {
    display: block;
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    align-items: center;
    color: #9F9F9F;
}

.hot_news_list ul li a {
    display: block;
    width: calc(100% - 26px);
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.hot_news_list ul li:nth-child(1) span {
    color: #EF4031;
}

.hot_news_list ul li:nth-child(2) span {
    color: #EF4031;
}

.hot_news_list ul li:nth-child(3) span {
    color: #EF4031;
}



.article_content .article_tit {
    font-size: 22px;
    font-weight: 600;
    line-height: 2;
    color: #222222;
}

.article_content .article_info {
    font-size: 12px;
    color: #A5A5A5;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.article_content .nr p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 14px;
    color: #222222
}

.article_content .nr .red {
    color: red;
    font-size: 18px;
}

.article_content .nr .red p {
    font-size: 16px;
}

.article_content .nr .red a {
    color: red;
    font-size: 16px;
    font-weight: 600
}

.prenext {
    margin-top: 20px;
}

.prenext a {
    display: block;
    color: #9F9F9F;
    font-size: 14px;
    padding-bottom: 10px;
}

.prenext a span {
    color: #28B28B;
    font-weight: 600
}




.nr img {
    max-width: 100%
}








/*褰曞儚鍒楄〃*/
.luxianglist ul {}

.luxianglist ul li {
    padding: 10px 0;
    border-bottom: 1px solid #F6F7F7;
    display: flex;
    justify-content: space-between;
}

.luxianglist ul li a {
    font-size: 14px;
}

.luxianglist ul li img {
    vertical-align: middle;
    margin-right: 10px;
}

.luxianglist ul li span {
    color: #A3A3A3;
    font-size: 12px;
}


.luxianglist ul li:nth-child(5n) {
    margin-bottom: 20px
}

.luxianglist .loadmore {
    width: 200px;
    height: 36px;
    margin: 0px auto 20px auto;
    text-align: center;
    line-height: 36px;
    color: #FB810B;
    border: 1px solid #FB810B;
    border-radius: 18px;
}

.luxianglist .loadmore a {
    color: #FB810B;
}

.bq {
    border-top: 1px solid #EFEFEF;
    margin-top: 50px;
    line-height: 2;
    font-size: 14px;
    color: #9A9A9A;
}

.bq a {
    color: #9A9A9A;
}

.luxiangplaylink {
    color: #FF7F00
}

.luxiangplaylink a {
    color: #FF7F00
}



.sematch {
    width: 100%;
    min-height: 60px;
    background: #F8F8F8;
    padding: 14px;
}

.sematch ul li {
    line-height: 32px;
    padding: 0 20px;
    background: #EAEAEA;
    border-radius: 6px;
    display: inline-block;
    margin: 0 5px 5px 0;
}

.sematch ul li a {
    font-size: 14px;
}

.sematch ul li.active {
    background: #FB810B;
}

.sematch ul li.active a {
    color: #fff;
    font-size: 14px;
}

/* footer */

/* end footer */

.allsaishi .item-block {
    display: block;
    width: 100%;
}

@media (max-width: 1200px) {
    .main {
        padding: 10px 0
    }

    .item-block {
        width: 100%;
    }

    .container {
        max-width: 100%
    }

    .topnewsmain {
        padding: 1%;
        width: 100%
    }

    .news01 {
        width: 36%;
    }

    .news02 {
        width: calc(100% - 37%);
        height: auto;
    }



    .position-container {
        width: 96%;
        margin: 0 2% 10px 2%
    }

    .match_top .swiper-button-next {
        display: none;
    }

    .match_top .swiper-button-prev {
        display: none;
    }
}






@media (max-width: 780px) {
    .ico_off {
        position: absolute;
        right: 5%;
        top: 5%;
    }



    .news01 {
        width: 100%;
    }

    .news02 {
        width: 100%;
    }

    .news01 {
        height: 220px;
        margin-bottom: 10px;
    }

    .news01 .pic {
        height: 220px;
    }

    .news02 p {
        margin: 5px 0;
    }

    .match_top .match .match_qiudui .qiudui .name {
        font-size: 12px;
    }





    .ny_match_list {
        width: 100%;
        padding: 20px
    }

    .match_show_date_tabs {
        height: auto;
    }

    .match-item {
        padding: 10px;
    }

    .article_content .nr img {
        max-width: 100% !important;
    }

    .luxianglist ul li {
        font-size: 14px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .luxianglist ul li span {
        font-size: 14px;
    }





    .list_zhibo_nav {
        width: 100%;
        z-index: 9;
        margin: 0;
        background-color: #F7F7F7;
        display: none
    }

    .list_zhibo_nav ul {
        display: flex;
        flex-wrap: wrap;
        padding: 20px
    }

    .list_zhibo_nav ul li {
        width: 23%;
        margin: 1%;
    }

    .list_zhibo_nav ul li img {
        display: none
    }

    .list_zhibo_nav li a {
        padding: 0;
        border: 2px solid #E7E7E7;
        border-radius: 22px;
        text-align: center;
        line-height: 24px;
        display: block;
        background: #fff
    }



    .ny_newslist_leftside .senav {
        padding: 10px 20px;
    }

    .ny_newslist_leftside .senav a {
        padding: 10px;
    }

    .newslist ul li .tit {
        font-size: 14px;
        line-height: 1.5
    }

}

.containers {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    /* 璁剧疆涓哄瀭鐩存柟鍚戠殑鍒楀竷灞€ */
}

.panel {
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 52px 0 rgb(0 0 0 / 5%);
    margin-bottom: 20px;
}

.panel-hd {
    display: flex;
    align-items: center;
    /* 鍨傜洿灞呬腑鏍囬 */
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #d3d3d3;
    height: 30px;
    /* 鍙互鏍规嵁鍐呭鐨勯珮搴﹁皟鏁� */
}

.hdt {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 700;
}

.panel-bd {
    flex: 1;
    /* 璁� .panel-bd 鍏呮弧 .panel 鐨勫墿浣欑┖闂� */
    padding: 15px 0 20px 0;
}

.zb-zzk-list {
    display: flex;
    flex-wrap: wrap;
    /* 鍏佽鍏冪礌鎹㈣ */
}

.zb-zzk-list li {
    margin: 0 10px 10px 0;
}

.zb-zzk-list li a {
    display: inline-block;
    color: #172b4c;
    padding: 2px 10px;
    background: #dedede;
    border-radius: 5px;
    text-decoration: none;
    /* 娓呴櫎閾炬帴涓嬪垝绾� */
}

@media (max-width: 640px) {

    .match .match-item {
        display: flex;
        flex-wrap: wrap;
        padding: 0
    }

    .match .match-item:nth-child(2n) {
        background: #Fff;
    }

    .match .match-item .info_left {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .match .match-item .info_left .league {
        padding: 0;
        width: auto;
    }

    .match .match-item .info_center {
        width: 100%;
    }

    .match .match-item .info_right {
        width: 30%;
        margin: 0 auto;
    }

    .match .match-item .info_center {
        padding: 10px 0 0px 0;
        display: flex;
        justify-content: space-between
    }

    .match .match_filter_item {
        font-size: 14px;
        line-height: 30px;
        width: 33%;
        margin-right: 0
    }

    .match .match-item {
        padding: 10px 0;
    }

    .match .match-item .info_center .home {
        display: flex;
        justify-content: space-between
    }

    .match .match-item .info_center .home .left {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 5px 0
    }

    .match .match-item .info_center .away .right {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 5px 0
    }

    .match-item .info_center .home .left .text {
        height: auto
    }

    .match-item .info_center .away .right .text {
        height: auto
    }


    .match-item .info_center .home .left&gt;img {
        width: auto;
        height: 40px;
        margin: 5px 0;
    }

    .match-item .info_center .away .right&gt;img {
        width: auto;
        height: 40px;
        margin: 5px 0;
    }

    .match-item .info_center .score {
        width: 80px;
    }

    .match-item .info_center .score .fenge {
        padding: 0 5px;
    }

    .match .match-item .info_center .home {
        width: 40%
    }

    .match .match-item .info_center .away {
        width: 40%
    }



    .newslist ul li .pic {
        width: 30%;
        height: auto;
        max-height: 80px;
    }

    .newslist ul li .pic img {
        height: auto;
        width: 100%
    }

    .newslist ul li .text {
        width: calc(100% - 32%)
    }

    .newslist ul li .desc {
        display: none;
    }

    .match_allinfo .top .qiudui_name {
        font-size: 16px;
    }


    .match-item .info_center .home .left .text {
        font-size: 14px;
    }

    .match-item .info_center .away .right .text {
        font-size: 14px;
    }
}







/*鐞冮槦鐞冨憳 */

.team_rank_main {
    background-color: #fff;
    border-radius: 5px;
}

.team_rank_main .team_rank_match {
    margin-bottom: 10px;
}

.team_rank_main .team_rank_match span {
    font-size: 14px;
    text-align: center;
    flex: 1;
    padding: 5px 0;
    cursor: pointer;
}

.team_rank_main .team_rank_match span.on {
    color: #fff;
    background-color: #28b28b;
}

.team_rank_main .team_rank_score {
    padding: 0px;
    display: none
}

.team_rank_main .team_rank_score .show {
    display: block
}

.team_rank {
    position: relative
}

.team_rank_main .team_rank_match {
    position: absolute;
    right: 0px;
    top: -50px;
    background: #FA810B;
}

.team_rank_main .team_rank_match span {
    background: #DBDBDB;
    border-radius: 0;
    padding: 5px 20px
}

.team_rank_main .team_rank_match_saishi {
    background: #DBDBDB;
    display: flex;
    margin-bottom: 10px;
    display: none
}

.team_rank_main .team_rank_match_saishi.on {
    display: flex
}

.team_rank_main .team_rank_match_saishi span {
    flex: 1;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.team_rank_main .team_rank_match_saishi span.on {
    color: #fff;
    background-color: #28b28b;
}



.team_rank_main .team_rank_score li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 9px 0;
    padding: 5px 5px;
}

.team_rank_main .team_rank_score li span {
    font-size: 14px;
    text-align: center;
}

.team_rank_main div.team_rank_score_name {
    background: #ebf1ef;
    line-height: 26px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.team_rank_main div.team_rank_score_name span {
    font-size: 14px;
}

.team_rank_main div.team_rank_score_name span:nth-child(1) {
    width: 10%;
    text-align: center
}

.team_rank_main div.team_rank_score_name span:nth-child(2) {
    width: 40%;
    text-align: left
}

.team_rank_main div.team_rank_score_name span:nth-child(3) {
    width: 20%;
    text-align: center
}

.team_rank_main div.team_rank_score_name span:nth-child(4) {
    width: 20%;
    text-align: center
}

.team_rank_main .team_rank_score li.team_rank_score_name span {
    text-align: center;
    font-size: 14px;
    color: #A5A5A5;
}

.team_rank_main .team_rank_score li.team_rank_score_name span:nth-child(2) {
    width: 40%;
    text-align: center
}

.team_rank_main .team_rank_score li span img {
    vertical-align: middle;
    padding-right: 5px;
    height: 16px;
}

.team_rank_main .team_rank_score li span:nth-child(1) {
    width: 10%;
    text-align: center
}

.team_rank_main .team_rank_score li span:nth-child(2) {
    width: 40%;
    text-align: left
}

.team_rank_main .team_rank_score li span:nth-child(3) {
    width: 20%;
    text-align: center
}

.team_rank_main .team_rank_score li span:nth-child(4) {
    width: 20%;
    text-align: center
}

.team_rank_main .team_rank_score li span i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
}

.team_rank_main .team_rank_score li:nth-child(1) span i {
    background: #FF3927;
    color: #fff
}

.team_rank_main .team_rank_score li:nth-child(2) span i {
    background: #FC7B44;
    color: #fff
}

.team_rank_main .team_rank_score li:nth-child(3) span i {
    background: #FCCE31;
    color: #fff
}





.tagys {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 10px;
    background-color: #f2f2f2;
    margin-right: 5px;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
}






/** 鎵€鏈夎禌浜� **/
.match_zhibo_nav_allsaishi {
    width: 100% !important;
    display: block !important;
    position: relative !important;
    padding: 20px
}

.match_zhibo_nav_allsaishi dl dd {
    width: 18%;
    margin: 1%
}

.match_zhibo_nav_allsaishi dl dd:nth-child(3n) {
    margin: 1%
}

/** 鐩存挱鍒楄〃椤� **/




/** 涓撻椤� **/
.hot_zt_intro {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.hot_zt_intro .pic {
    display: flex;
    margin-bottom: 18px;
}

.hot_zt_intro .pic img {
    height: 40px;
    background-color: #bd1a2d;
    border-radius: 10px;
    padding: 5px 15px;
    display: block
}

.hot_zt_intro .pic span {
    padding: 10px;
    border-radius: 10px;
    color: #bd1a2d;
    font-size: 18px;
    font-weight: 600;
}

.hot_zt_intro h1 {
    border-radius: 10px;
    color: #bd1a2d;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    padding: 0 10px 0 0
}

.hot_zt_intro .text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.hot_zt_intro .text.show {
    height: auto !important;
    max-height: unset !important
}

/** 涓撻椤� **/




/** 鐞冮槦鐞冨憳 **/
.qiuyuanlist {}


.qiuyuanlist {
    width: 100%;
}

.qiuyuanlist .hot_qiuyuan_main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item {
    width: 23%;
    margin: 1%
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item a {
    display: flex;
    width: 100%;
    height: 100%;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #F5F7F9;
    border-radius: 3px;
    align-items: center;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic img {
    padding: 8px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info {
    width: calc(100% - 68px);
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 5px 0px 5px 10px;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info em {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}




.qdqyinfo .qdqy_logo {
    background: #000;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff
}

.qdqyinfo .qdqy_logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
}

.qdqyinfo .qdqy_logo h1 {
    font-size: 16px;
    line-height: 2
}

.qdqyinfo .qy_qyxx ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
}

.qdqyinfo .qy_qyxx ul li {
    display: flex;
    width: 33.333%;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #ADADAD;
    font-size: 12px;
    padding: 15px 0;
}

.qdqyinfo .qy_qyxx ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.qdqy_lmtit {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}


#loadMoreBtn {
    margin: 10px auto 0px auto;
    border-radius: 5px;
    background-color: #28b28b;
    font-size: 12px;
    display: block;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

#loadMoreBtn span {
    color: #fff;
}

#loadMoreBtn img {
    height: 12px;
    padding-left: 3px;
}

#loadMoreBtn img.up {
    transform: rotateX(-180deg);
}

.rel a {
    padding: 3px 5px;
    border-radius: 8px;
    background-color: #a5a5a5;
    color: #fff;
    display: inline-block;
    margin: 5px 5px 2px 0px;
    font-size: 14px;
}

#match_zt_jieshao {
    position: relative;
    padding: 0;
    overflow: hidden;
    max-height: 150px;
    overflow: hidden;
    line-height: 1.6;
}

#match_zt_jieshao p {
    line-height: 1.6;
    margin-bottom: 5px;
}

#match_zt_jieshao img {
    width: 100% !important;
    max-width: 500px !important;
    height: auto !important;
    margin: 10px auto;
    display: block
}




.icooff {
    display: none;
}

.match_zhibo_nav_m {
    display: none;
}

@media (max-width: 780px) {
    .match .match_filter_item {
        width: auto;
    }

    .match .match_filter_roll ul {
        /*height:auto*/
    }

    .position-container {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .match_analysis .senav {
        padding: 0px;
    }

    .match_analysis .senav span {
        padding: 10px 0
    }

    .match_zhibo_nav_m {
        display: block;
        background-color: #fff;
        padding: 0px 5px;
        color: #8A8A8A;
        width: 100%;
        display: flex;
        margin-bottom: 5px;
    }

    .match_zhibo_nav_m a {
        color: #8A8A8A;
        flex: 1;
        font-size: 14px;
        line-height: 34px;
        text-align: center;
        border-bottom: 2px solid #fff
    }

    .match_zhibo_nav_m a.on {
        color: #000;
        border-bottom: 2px solid #FFD300
    }

    .match_zhibo_nav_m img {
        width: 34px;
    }

    .match_zhibo_nav {
        display: none;
        background: #fff;
        z-index: 1;
        position: absolute;
        bottom: 0;
        z-index: 999
    }

    .match_zhibo_nav .all {
        border: 0;
        border-bottom: 2px solid #F2F2F2;
        position: relative;
        border-radius: 0
    }

    .match_zhibo_nav .icooff {
        display: block;
        position: absolute;
        right: 10px;
        top: 7px;
        width: 24px;
    }

    .match_zhibo_nav .icooff img {
        width: 100%;
    }


    .mobilenav_bg {
        display: none;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1
    }





    .team_rank_main div.team_rank_score_name {
        background: none;
        color: #A4A4A4;
    }

    .team_rank.padding20 {
        padding: 0;
    }

    .team_rank_main .team_rank_score li {
        padding: 10px 5px;
        margin: 0;
    }

    .team_rank_main .team_rank_score li:nth-child(1) {
        background: #FFECEB;
    }

    .team_rank_main .team_rank_score li:nth-child(2) {
        background: #FFECEB;
    }

    .team_rank_main .team_rank_score li:nth-child(3) {
        background: #FFECEB;
    }

    .team_rank_main .team_rank_score li:nth-child(4) {
        background: #FFF6E6;
    }

    .team_rank_main .team_rank_score li:nth-child(5) {
        background: #FFF6E6;
    }

    .team_rank_main .team_rank_score li:nth-child(6) {
        background: #FFF6E6;
    }


    .qiuyuanlist .hot_qiuyuan_main .hot_member_item {
        width: 48%;
    }

    .match_allinfo .top .zhuangtai p span {
        display: block;
    }

    .match_allinfo .top .zhuangtai p span:nth-child(2) {
        display: none;
    }

    .match_allinfo .top .zhuangtai p span:nth-child(3) {
        font-size: 12px;
        padding: 5px 0
    }

    .match_allinfo .zhibo_btn {
        display: flex;
        width: 100%;
        padding-top: 10px;
        flex-wrap: wrap;
    }

    .match_allinfo .zhibo_btn a {
        /* width: auto; */
        font-size: 14px;
        padding: 0 4px;
        /* flex: 1; */
        margin: 5px 2px
    }


    .match_analysis .itemtit {
        font-size: 14px;
    }

    .match_analysis .senav span {
        padding: 6px 0;
        font-size: 15px;
    }

    .match_analysis .match-item {
        flex-direction: column
    }

    .match_analysis .match-item .info_left {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .match_analysis .match-item .info_center .home .left {
        flex-direction: column;
    }

    .match_analysis .match-item .info_center .score {
        font-size: 18px;
    }

    .match_analysis .match-item .info_left .league {
        text-align: right;
    }

    .match_analysis .match-item .info_center .away .right {
        display: flex;
        flex-direction: column;
        text-align: center
    }

}



.boxB ul li {
    font-size: 14px;
    color: #222222;
    display: flex;
    padding: 10px 0
}

.boxB ul li.top {}

.boxB ul li span {
    width: 14%;
    text-align: center
}

.boxB ul li span:nth-child(1) {
    width: 16%
}

.boxB ul li.top {
    color: #A5A5A5
}



.boxC ul li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.boxC ul li .progress {
    width: calc((100% - 138px)/2);
}

.boxC ul li em img {
    vert-align: center;
}

.boxC ul li .num {
    width: 38px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 600
}

.boxC ul li .name {
    width: 100px;
    text-align: center;
    color: #8A8A8A;
    font-size: 14px;
}

.boxC ul li .progress_zd {
    height: 8px;
    border-radius: 0;
    background: #FFEAEA;
    position: relative;
}

.boxC ul li .progress_zd span {
    background: #FC3837;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
}

.boxC ul li .progress_kd {
    height: 8px;
    border-radius: 0;
    background: #EDF2FA;
    position: relative;
}

.boxC ul li .progress_kd span {
    background: #337BFF;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
}


.boxT {
    display: flex;
}

.boxT .teamName {
    width: 160px;
}

.boxT dl {
    width: calc(100% - 180px);
}

.boxT dl {
    width: calc(100% - 180px);
    display: flex;
}

.boxT dl span {
    flex: 1;
    text-align: center
}



.boxD {
    font-size: 13px;
    line-height: 1.5;
    color: #7a7a7a;
}

.boxD p {
    box-shadow: 0 0.1rem 0.88rem 0 rgba(0, 0, 0, .06);
    border-radius: 0.26rem;
    padding: 8px 20px;
    margin: 10px 0;
    position: relative
}

.boxD p.main1:before {
    content: "";
    position: absolute;
    left: 5px;
    border-left: 5px solid red;
    height: 80%;
    top: 10%;
}

.boxD .part {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.boxD .part span {
    width: 20%;
    display: block;
    text-align: center;
    background: #EFEFEF;
    line-height: 32px;
    color: #000
}

.boxD .part span.on {
    background: #28B28B;
    line-height: 32px;
    color: #Fff
}

.boxD .partdetail {
    display: none
}

.boxD .partdetail.show {
    display: block
}



/**鐞冨憳鍙備笌璧涗簨**/
.cy_saishi_name {
    display: flex;
    align-items: center;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    margin-top: 10px;
    width: 100%;
    padding-bottom: 5px;
}

.cy_saishi_name span {
    font-size: 12px;
    color: #666;
}

.cy_saishi_name span.pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    overflow: hidden;
}

.cy_saishi_name img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    padding: 2px;
}

.cy_saishi_item {
    padding: 7px 0;
    align-items: center;
}

.cy_saishi_item .time {
    width: 90px;
    text-align: center;
    font-size: 12px;
    color: #666
}

.cy_saishi_item .time span {
    display: block;
}

.cy_saishi_item .time .zt {
    color: #ccc
}

.cy_saishi_item .team {
    width: 40%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.cy_saishi_item .team .zhudui,
.cy_saishi_item .team .kedui {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1px 0;
    line-height: 22px;
    font-size: 14px
}

.cy_saishi_item .team .zhudui span,
.cy_saishi_item .team .kedui span {
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 2px;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.cy_saishi_item .team img {
    height: 100%;
}

.cy_saishi_item .bifen .zhudui_bifen,
.cy_saishi_item .bifen .kedui_bifen {
    line-height: 22px;
    padding: 1px 0;
    font-size: 14px;
    color: #666;
}

.pingfen {
    display: flex;
    flex-direction: column;
    width: 40px;
    text-align: center
}

.pingfen span {
    background: #91c1b4;
    border-radius: 5px;
    padding: 2px 5px;
    display: block;
    color: #fff;
    font-weight: 400;
}


/*------ 涓撻/鐞冮槦--------*/


.zc_nrong {
  padding: 10px;
  max-height: auto !important;
}

.image-container {
  float: left;
  margin-right: 20px;
}
.image-container img{
  height: 200px;
}

.text-container {
  font-size: 18px;
  line-height: 35px;
}

/*.text {*/
/*  text-indent: 2em;*/
/*}*/

.zhankaiall {
  display: none;
}

.jianjie {
  color: #99190d;
}

.zc_nrong ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.zc_nrong ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zc_nrong ul li .pic-1 {
    width: 100%;
    /* height: 128px; */
    overflow: hidden;
}

.zc_nrong ul li .pic-1 img{
    width: 100%;
    /*height: 128px; */
}


.zc_nrong ul li .tit {
    font-size: 14px;
    padding: 5px 0;
}

/*灞曞紑鍒囨崲鍥瀙c*/
.zc_nrong_modified ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.zc_nrong_modified ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zc_nrong_modified ul li .pic-1 {
    width: 100%;
    /* height: 128px; */
    overflow: hidden;
}

.zc_nrong_modified ul li .pic-1 img{
    width: 100%;
    /*height: 128px; */
}


.zc_nrong_modified ul li .tit {
    font-size: 14px;
    padding: 5px 0;
}

    
.section-tit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 28px;
}

.section-tit span {
    font-weight: 600;
    font-size: 18px;
}

.section-tit span img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.section-tit span em {
    font-size: 14px;
    font-weight: bold;
    color: #CACACA;
    padding: 0 8px;
}

.section-tit a {
    font-weight: 400;
    color: #9F9F9F;
    font-size: 12px;
}

.section-tit .more img {
    margin-left: 3px;
}
.section-tit-nav {
    background: #F8F8F8;
    padding: 5px;
    display: flex;
}

.section-tit-nav span {
    flex: 1;
    text-align: center;
    padding: 5px 0;
}

.section-tit-nav span.on {
    background: #fff;
}

.section-tit-nav .nav.on {
    background: #FFFFFF;
}

.section-tit-nav2 {
    display: flex;
    background: #F8F8F8;
}

.section-tit-nav2 span {
    flex: 1;
    text-align: center;
    line-height: 32px;
}

.section-tit-nav2 span a {
    display: block;
}

.section-tit-nav2 span.on {
    background: #FDDC00;
}


.section-hot-team {
    padding: 10px 0;
    background: var(--bg-light-color);;
}

.section-hot-team a .pic-qiudui {
    border: 1px solid #F2F2F2;
    padding: 10px;
}

.section-hot-team a .pic-qiudui img {
    width: 48px;
    height: 48px;
}

.section-hot-team a {
    width: 82px;
    margin: 10px 0;
    /*background: #FFFFFF;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
}

.section-hot-team a p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 68px;
    font-size: 14px;
}

.section-hot-team-box {
    display: none
}

.section-hot-team-box.on {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-items: center;
}


.fenye {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 14px;
}

.fenye ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
    line-height: 1.5;
}

.fenye ul li a {
    font-size: 12px;
    color: #666;
    display: block;
    padding: 2px 6px;
    border: 1px solid #99190d;
    border-radius: 3px;
}

.fenye ul li a:hover {
    background-color: #99190d;
    color: #fff;
    border: 1px solid #fff;
}

.fenye ul li.active a {
    background-color: #99190d;
    color: #fff;
    border: 1px solid #fff;
}



.qiudui-1 p{
    padding: 8px 10px;
}

.qiuyuanlist {
     /*width: 1200px;*/
    border-radius: 4px;
    padding: 20px 10px;
    box-sizing: border-box;
}

.qiuyuanlist .hot_qiuyuan_main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item {
    width: 23%;
    margin: 1%
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item a {
    display: flex;
    width: 100%;
    height: 100%;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #F5F7F9;
    border-radius: 3px;
    align-items: center;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic img {
    padding: 8px;
    max-width: 80%;
    max-height: 80%;
    height: auto;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info {
    width: calc(100% - 68px);
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 5px 0px 5px 10px;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info em {
    font-size: 12px;
    font-weight: 400;
    color: #9a9a9a;
}


.qdqyinfo .qdqy_logo {
    background: #000;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff
}

.qdqyinfo .qdqy_logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
}

.qdqyinfo .qdqy_logo h1 {
    font-size: 16px;
    line-height: 2
}

.qdqyinfo .qy_qyxx ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
}

.qdqyinfo .qy_qyxx ul li {
    display: flex;
    width: 33.333%;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #cacaca;
    font-size: 12px;
    padding: 15px 0;
}

.qdqyinfo .qy_qyxx ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.qdqy_lmtit {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}

/*.bgwhite{*/
    /*background: var(--bg-light-color);*/
/*    border-radius: 4px;*/
/*    padding: 20px 10px;*/
/*}*/


.saishi_item .qiudui {
    padding: 0px;
}

.saishi_item .qiudui .qiudui_item {
    width: 23%;
    margin: 1%;
    display: flex;
    justify-content: space-between;
}

.saishi_item .qiudui .qiudui_item .pic-1 {
    width: 50px;
    height: 50px;
    background: #F5F7F9;
    padding: 7px;
    box-sizing: content-box;
}

.saishi_item .qiudui .qiudui_item .pic-1 img {
    width: 50px;
    height: 50px;
}

.saishi_item .qiudui .qiudui_item .title {
    width: calc(100% - 74px);
    text-align: left;

}
.saishi_item .qiudui .qiudui_item .title a{
    color: #000;
    font-size: 14px;
}

.saishi_item .qiudui .qiudui_item .title p {
    font-weight: 500;
    color: #000;
    /*line-height: 2;*/
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
}

.saishi_item .qiudui .qiudui_item .title .t2 {
    font-size: 14px;
    color: #656565 !important;
    font-weight: 400;
    padding-top: 10px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.zhuanti ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.zhuanti ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zhuanti ul li .pic-1 {
    width: 100%;
    /* height: 128px; */
    overflow: hidden;
}
.zhuanti ul li .pic-1 img{
    width: 100%;
    /*height: 128px; */
}

.zhuanti ul li .tit {
    font-size: 18px;
    padding: 5px 0;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.mt20 {
margin-top: 20px;
}


@media (max-width: 600px) {
      .zc_nrong {
    /* padding: 10px; */

    clear: both;
    position: relative;
    max-height: 16rem;
    overflow-y: hidden;
  }

  .zc_nrong_modified {
    clear: both;
    position: relative;
    /*padding: 10px;*/
  }

  .image-container {
    float: left;
    margin-right: 10px;
  }
  
  .image-container img{
      height: 100px;
    }

  .text-container {
    font-size: 14px;
    line-height: 25px;
  }

  /*.text {*/
  /*  text-indent: 2em;*/
  /*}*/

  .zhankaiall {
    width: 7rem;
    height: 1.5rem;
    line-height: 1.6rem;
    margin: 10px auto;
    border-radius: 1rem;
    border: 1px #99190d solid;
    text-align: center;
    color: #99190d;
    font-size: 0.8rem;

    display: block;
  }
  .zhankaiall_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zhankaiall_btn cite {
    float: left;
  }
  .zhankaiall_btn .iconfont {
    color: #fe373c;
    font-size: 0.38rem;
    float: left;
    line-height: 0.3rem;
  }

  .wznrzhezhao {
    position: absolute;
    width: 95%;
    height: 150px;
    bottom: 0;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  }

  .jianjie {
    color: #99190d;
  }
  
  .text{
      display: none;
  }
  
      
    .zc_nrong ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .zc_nrong ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .zc_nrong ul li .pic-1 {
        width: 100%;
        /* height: 128px; */
        overflow: hidden;
    }
    
    .zc_nrong ul li .pic-1 img{
        width: 100%;
        /*height: 128px; */
    }
    
    
    .zc_nrong ul li .tit {
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
    }
    
    
    .zc_nrong_modified ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .zc_nrong_modified ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .zc_nrong_modified ul li .pic-1 {
        width: 100%;
        /* height: 128px; */
        overflow: hidden;
    }
    
    .zc_nrong_modified ul li .pic-1 img{
        width: 100%;
        /*height: 128px; */
    }
    
    
    .zc_nrong_modified ul li .tit {
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
    }
    
      .zhuanti ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .zhuanti ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .zhuanti ul li .pic-1 {
        width: 100%;
        /* height: 128px; */
        overflow: hidden;
    }
    
    .zhuanti ul li .pic-1 img{
        width: 100%;
        /*height: 128px; */
    }
    
    
    .zhuanti ul li .tit {
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
    }
    
    
    .saishi_item .qiudui .qiudui_item {
        width: 48%;
    }
    
    .qiuyuanlist .hot_qiuyuan_main .hot_member_item {
        width: 48%;
    }
    
    /*.bgwhite {*/
    /*     width: 100%; */
    /*     padding: 0;*/
    /*     box-sizing: border-box;*/
    /*}*/
    .qiuyuanlist {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .qiuyuanlist .hot_qiuyuan_main .hot_member_item .info{
        white-space: nowrap;        /* 涓嶆崲琛� */
        overflow: hidden;           /* 闅愯棌瓒呭嚭閮ㄥ垎 */
        text-overflow: ellipsis;
        max-width: 90px;
    }
    
    .qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic img{
        width: 80%;
        height: 80%;
    }
    
    .mt20 {
    margin-top: 20px;
    }
    
    .qiudui-1 p {
        padding: 8px 0;
    }
   
}


</pre></body></html>