
.outside .package {
    display: flex;
    gap: 20px;
}

.outside *{
    box-sizing: content-box;
}

.outside .package .within {
    width: 70%;
    background: #fff;
}

.zttag{
    font-size: 14px;
    padding: 15px 0;
}
.zttag a{color: #000;}

.pages {
    margin: 0 12px 12px 0;
}

figure {
    margin-inline-start: 30px;
    margin-inline-end: 30px;
}

.newscolumn {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.newscolumn li figure {
    display: flex;
    gap: 32px;
    margin: 10px 0;
    margin-inline-start: 30px;
    margin-inline-end: 30px;
}

.newscolumn li figure .cover {
    width: 30%;
    height: 160px;
    order: 2;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
}

.newscolumn li figure figcaption {
    order: 1;
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 23px;
}

.newscolumn li figure .cover .Image {
    width: 100%;
    height: 100%;
}

.newscolumn li figure figcaption .time_info {
    display: flex;
    height: fit-content;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 10px;
    white-space: nowrap;
    background: #f1f1f1;
    border-radius: 10px;
}

.newscolumn li:hover figure figcaption .time_info {
    background: #05addf;
}

.newscolumn li figure figcaption article {
    display: flex;
    flex: 1;
    overflow: hidden;
    height: 102px;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 21px; */
}

.newscolumn li figure figcaption .time_info span {
    font-size: 38px;
    color: #332f3b;
    font-weight: 600;
}

.newscolumn li:hover figure figcaption .time_info span, .newscolumn li:hover figure figcaption .time_info time {
    color: #fff;
}

.newscolumn li:hover figure figcaption article span {
    color: #05addf;
}

.newscolumn li figure figcaption article span {
    font-size: 20px;
    color: #332f3b;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    display: block;
}

.newscolumn li figure figcaption article p {
    font-size: 16px;
    color: #5e5e5e;
    line-height: 26px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.outside .package .aside {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #fff;
    padding: 0 10px;
    padding-bottom: 10px;
}

.outside .package .aside .hotnews {
    width: 100%;
    overflow: hidden;
}

.aside_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #d0cfd1;
    padding: 10px 5px;
    margin-bottom: 20px;
}

.aside_title .topic {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    user-select: none;
}

.aside_title .topic span {
    color: #413d48;
    font-size: 18px;
    font-weight: bold;
}

.aside_title .topic p {
    font-size: 14px;
    color:#05addf;
    font-weight: bold;
    margin: 0;
}

.aside_title .more {
    display: flex;
    align-items: center;
    font-size: 14px;
    color:#05addf;
    gap: 5px;
    margin-right: 0;
}

.aside_title .more span {
    color: #05addf;
    font-weight: bold;
}

.aside_title .more .iconfont1 {
    font-size: 12px;
}


.outside .package .aside .hotnews .vertical {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.outside .package .aside .hotnews .vertical li {
    width: 100%;
    padding-left: 3px;
}

.outside .package .aside .hotnews .vertical li:hover a p {
    color: #05addf;
}

.outside .package .aside .hotnews .vertical li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.outside .package .aside .hotnews .vertical li a .icon {
    position: relative;
}

.outside .package .aside .hotnews .vertical li a .icon .iconfont1 {
    font-size: 24px;
    color: #d2d2d2;
}

.outside .package .aside .hotnews .vertical li a .icon .strong {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.outside .package .aside .hotnews .vertical li a p {
    font-size: 16px;
    color: #413d48;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}

.outside .package .aside .hotnews .vertical li:nth-child(1) {
    padding-left: 0;
}

.outside .package .aside .hotnews .vertical li:nth-child(1) a .icon .iconfont1 {
    color: #f43f3b;
    font-size: 30px;
}

.outside .package .aside .hotnews .vertical li:nth-child(1) a .icon .strong {
    transform: translate(-50%, -30%);
}

.outside .package .aside .hotnews .vertical li:nth-child(2) {
    padding-left: 0;
}

.outside .package .aside .hotnews .vertical li:nth-child(2) a .icon .iconfont1 {
    color: #f4a83b;
    font-size: 30px;
}

.outside .package .aside .hotnews .vertical li:nth-child(2) a .icon .strong {
    transform: translate(-50%, -30%);
}

.outside .package .aside .hotnews .vertical li:nth-child(3) {
    padding-left: 0;
}

.outside .package .aside .hotnews .vertical li:nth-child(3) a .icon .strong {
    transform: translate(-50%, -30%);
}

.outside .package .aside .hotnews .vertical li:nth-child(3) a .icon .iconfont1 {
    color: #f4a83b;
    font-size: 30px;
}

.outside .package .aside .suggestMatch {
    width: 100%;
    overflow: hidden;
}

.outside .package .aside .suggestMatch .vertical {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.outside .package .aside .suggestMatch .vertical li {
    display: flex;
    flex-direction: column;
}

.outside .package .aside .suggestMatch .vertical li .simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

.outside .package .aside .suggestMatch .vertical li .simple time {
    font-size: 12px;
    color: #413d48;
    white-space: nowrap;
    font-weight: bold;
}

.outside .package .aside .suggestMatch .vertical li .simple .category {
    font-size: 16px;
    padding: 5px 15px;
    background: #05addf;
    border-radius: 5px;
}

.outside .package .aside .suggestMatch .vertical li .simple .category a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.outside .package .aside .suggestMatch .vertical li .individual {
    display: flex;
    align-items: center;
    padding: 12px 0;
    box-sizing: border-box;
    gap: 10px;
}

.outside .package .aside .suggestMatch .vertical li .individual .team {
    flex: 1;
    overflow: hidden;
}

.outside .package .aside .suggestMatch .vertical li .individual .team .linkBox {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.outside .package .aside .suggestMatch .vertical li .individual .team .linkBox img {
    width: auto;
    height: 32px;
}

.outside .package .aside .suggestMatch .vertical li .individual .team .linkBox span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #413d48;
    font-weight: bold;
}

.outside .package .aside .suggestMatch .vertical li .individual .team:first-child .linkBox span {
    text-align: right;
}

.outside .package .aside .suggestMatch .vertical li .individual .vs {
    display: flex;
    align-items: center;
}

.outside .package .aside .suggestMatch .vertical li .individual .vs img {
    width: auto;
    height: 22px;
}

.outside .package .aside .suggestMatch .vertical li .status {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #f7f3ff;
}

.outside .package .aside .suggestMatch .vertical li .status .linkBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    user-select: none;
}

.outside .package .aside .suggestMatch .vertical li .status .linkBox img {
    width: 26px;
    height: 26px;
}

.outside .package .aside .suggestMatch .vertical li .status .linkBox span {
    font-size: 14px;
    color: #413d48;
    font-weight: bold;
}

.newscolumn li figure figcaption .time_info time{
    color: rgb(68, 68, 68);
}

/*这是详情页*/
.zhuanticontainer {
    position: relative;
    width: 100%;
}

.zt-top {
    height: 242px;
    width: 100%;
    padding: 10px;
    background: #fff;
    margin: 0 0 20px 0%;
    overflow: hidden;
    /*box-sizing: border-box;*/
}

.zt-img {
    border-radius: 8px;
    float: left;
    height: 240px;
    width: 400px;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    margin: 0px;
    overflow: hidden;
}

.zt-top img {
    border-radius: 18px;
    min-height: 230px;
    margin: 0px 0 0 0px;
    float: left;
    width: 100%;
}

.zt-right {
    background: #fcfcfc;
    box-shadow: 0 2px 5px #ddd;
    float: right;
    height: 242px;
    width: calc(100% - 420px);
    overflow: hidden;
    margin: 0px 0px;
    color: #000;
    padding-left: 20px;
}

.zt-right h1 {
    font-size: 16px;
    float: left;
    height: 50px;
    width: 82%;
    margin: 15px 6% 0 6%;
    line-height: 60px;
    overflow: hidden;
}

.zt-text {
    float: left;
    height: 180px;
    line-height: 30px;
    width: 95%;
    margin: 0 0%;
    overflow: hidden;
}

.zt-text p {
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 5px;
    font-size: 12px;
    color: #aaa;
}

.zt-text span {
    text-indent: 2em;
    float: left;
    height: 90px;
    width: 100%;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.zt-text dd {
    text-align: left;
    display: block;
    line-height: 24px;
}

.zt-text dd a.btn-flat {
    background-color: #05addf;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 8px;
    line-height: 120%;
    margin-left: 10px;
    vertical-align: top;
    color: #fff;
}

.zt-text dd a {
    color: #ee4d4d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.zt-text dd a.more {
    float: right;
    line-height: 24px;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}

.title .subject {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.title .subject span {
    font-size: 28px;
    color: #332f3b;
    white-space: nowrap;
    font-weight: 600;
}

.categorySwitch {
    display: flex;
    align-items: center;
    border-bottom: 3px solid #d0cfd1;
    overflow-x: auto;
}

.categorySwitch li {
    border-bottom: 2px solid transparent;
}

.categorySwitch .active {
    border-bottom-color: #E7A014;
}

.categorySwitch li a {
    display: block;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 18px;
    color: #626161;
    font-weight: 600;
    white-space: nowrap;
}

.zhuantizhibo .zhiboDiv {
    background: #fff;
}

.zhuantizhibo .zhiboDiv li {
    width: 100%;
    box-sizing: border-box;
}

.zhuantizhibo .zhiboDiv li .time, .zhuantizhibo .zhiboDiv li .type a, .zhuantizhibo .zhiboDiv li .teamx, .zhuantizhibo .zhiboDiv li .bfx, .zhuantizhibo .zhiboDiv li .bfy, .zhuantizhibo .zhiboDiv li .teamy, .zhuantizhibo .zhiboDiv li .shuju {
    font-size: 14px;
}

.zhuantizhibo .zhiboDiv li .type {
    margin-left: 40px;
    width: 120px;
}

.zhuantizhibo .zhiboDiv li .time {
    margin-left: 15px;
}

.zhuantizhibo .zhiboDiv li .bfvs {
    width: 15px;
}

.zhuantizhibo .zhiboDiv li .bfx, .zhuantizhibo .zhiboDiv li .bfy {
    width: 35px;
}

.zhuantizhibo .zhiboDiv li .teamy {
    width: 180px
}

.zhuantizhibo .zhiboDiv li .matchHref {
    margin-right: 40px;
}

.zhuantizhibo .zhiboDiv li {
    padding-right: 30px;
}

.cj-qkxz {
    border: 1px solid #e2e2e2;
    width: 100%;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
}
.cj-qkxz ul {
    overflow: hidden;
    zoom: 1;


}.cj-qkxz ul li {
     list-style: none;
     height: 150px;
     padding: 20px 15px;
     border: 1px solid #e2e2e2;
     width: calc( 50% - 18px);
     display:inline-block; vertical-align: top;
     margin: 10px;
     position: relative;
     box-sizing: border-box;
 }
.cj-qkxz ul li:nth-child(2n){ margin-left:0;}

.cj-qkxz ul li img {
    object-fit: cover;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    float: left;
}

.cj-qkxz ul li div {
    height: 150px;
    width: calc(100% - 130px);
    overflow: hidden;
    float: right;
}

.cj-qkxz ul li p {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: relative;
    padding: 0px;
}

.cj-qkxz ul li p a, .cj-qkxz ul li p b {
    font-weight: 500;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 295px;
}

.cj-qkxz ul li p a {
    font-size: 18px;
    color: #333;
}

.cj-qkxz ul li p a, .cj-qkxz ul li p b {
    font-weight: 500;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 295px;
}

.cj-qkxz ul li p a.down {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 12px;
    width: 70px;
    color: #fff;
    height: 29px;
    border-radius: 3px;
    background-color:#05addf;
    text-align: center;
    line-height: 29px;
    float: right;
    z-index: 9;
}
.cj-qkxz ul li p a.down:hover{
    color: #fff;
}

.cj-qkxz ul li .info {
    height: 39px;
    color: #666;
    font-size: 14px;
    margin-top: 8px;
}
/*分页*/
.pages {
    float: right;
    padding: 2px 0;
    display: flex;
    align-items: center;
}

.pages a, .pages strong  {
    font-size: 12px;
    color: #333;
    float: left;
    padding: 3px 10px;
    margin-right: 3px;
    height: 20px;
    background: #fff;
    line-height: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.pages span {
    padding: 0 10px;
}
.zhuanti_match_view{
    background: #fff;
}
.zhuanti_match_view .rightList{
    margin: 0;
    padding: 0 70px;
}
.compent_css{
    width: 16px;
    height: 12px;
    margin-right: 8px;
}
@media (min-width: 600px) {
    .zhuanti_match_view .match-item .info_left .time{
        width: 100px;
    }
    .zhuanti_match_view .match-item .info_left .league{
        width: 130px;
    }
    .zhuanti_match_view .match-item .info_center .home .left,.zhuanti_match_view .match-item .info_center .away .right{
        width: 200px;
    }
    .zhuanti_match_view .match-item .info_center .score{
        width: 150px;
    }
    .zhuanti_match_view .match-item .info_center .away .right .text{
        text-align: right;
    }
}

@media (max-width: 600px) {
    .outside .package{
        flex-direction:column ;
    }
    .outside .package .within{
        width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .newscolumn{
        padding-top: 16px;
    }
    .newscolumn li figure{
        margin-inline-start: 0;
        margin-inline-end: 0;
        margin: 0 0 10px;
        gap: 15px;
    }
    .newscolumn li figure .cover{
        height: 5.5rem;
    }
    .newscolumn li figure figcaption{
        gap: 10px;
    }
    .newscolumn li figure figcaption .time_info{
        padding: 14px 8px;
    }
    .newscolumn li figure figcaption .time_info span{
        font-size: 24px;
    }
    .newscolumn li figure figcaption .time_info time{
        font-size: 13px;
    }
    .newscolumn li figure figcaption article{
        gap:10px;
        height: 4.5rem;
    }
    .newscolumn li figure figcaption article span{
        font-size: 15px;
    }
    .newscolumn li figure figcaption article p{
        font-size: 13px;
        line-height: 18px;
    }
    .zt-top{
        padding: 0;
        height: auto;
    }
    .zt-text{
        height: auto;
    }
    .zt-img{
        width: 100%;
        float: none;
        padding: 0;
    }
    .zt-right{
        float: none;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding-bottom: 20px
    }
    .cj-qkxz{
        box-sizing: border-box;
    }
    .cj-qkxz ul li{
        width: calc(100% - 20px);
    }
    .cj-qkxz ul li:nth-child(2n){
        margin-left: 10px;
    }
    .cj-qkxz ul li p a.down{
        right: 10px;
    }
}

/*热门比赛*/
.hot-match_list{
    background: #fff;
    margin-bottom: 50px;
    border-radius: 5px;
}
.hot-match_list .hot-title{
    font-size: 30px;
    font-weight: bold;
    padding: 10px 20px;
	color: #333;
}
.hot-match_list .hot-match_time{
    font-size: 14px;
    color: #FF1B25;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #F0F0F0;
}
.hot-match_list .hot-match-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 20px;
    border-bottom: solid 1px #dedede !important;
    justify-content: space-between;
}
.hot-match_list .live-highlight {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border: 2px solid #ff6f00;
    box-shadow: 0 0 15px rgba(255, 111, 0, 0.3);
    transform: scale(1.02);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
.hot-match_list .hot-match-item .hot-live-badge {
    position: absolute;
    top: 0;
    right: -10px;
    background: #ff4444;
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    animation: pulse 0.5s infinite;
    z-index: 999;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.hot-match_list .hot-match-item .hot-info_left {
    display: flex;
    align-items: center;
}
.hot-match_list .hot-match-item .hot-info_left .hot-time {
    display: inline-block;
    min-width: 55px;
    padding-right: 10px;
    font-weight: 600;
}
.hot-match_list .hot-match-item .hot-info_left .hot-league {
    display: inline-block;
    width: 80px;
    padding-right: 20px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
}
.hot-match_list .hot-match-item .hot-info_left .hot-league a {
    color: #9A9A9A;
}
.hot-match_list .hot-match-item .hot-info_center {
    display: flex;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left {
    display: flex;
    align-items: center;
    width: 150px;
    text-align: right;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left>img {
    width: 30px;
    max-height: 30px;
    margin-left: 5px;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home .hot-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;
}
.hot-match_list .hot-match-item .hot-info_center .hot-score {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    width: 100px;
}
.hot-match_list .hot-match-item .hot-info_center .hot-score .fenge {
    padding: 0 10px;
}
.hot-match_list .hot-match-item .hot-info_center .hot-away {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hot-match_list .hot-match-item .hot-info_center .hot-away .hot-right {
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: flex-end;
}
.hot-match_list .hot-match-item .hot-info_center .hot-away .hot-right>img {
    width: 30px;
    max-height: 30px;
    margin-right: 10px;
}
.hot-match_list .hot-match-item .hot-info_center .hot-away .hot-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;
}
.hot-match_list .hot-match-item .hot-info_right {
    border-radius: 16px;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    font-size: 14px;
    width: 80px;
    line-height: 32px;
    background: #E8EEF1;
    text-align: center;
    color: #Fff;
    overflow: hidden;
}
.hot-match_list .hot-match-item .hot-info_right a {
    display: block;
}
.hot-match_list .hot-match-item .hot-info_right.start a {
    background: #FF1B25;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    position: relative;
}

@keyframes ripple {
    0% { box-shadow: 0 0 0 0 rgba(255, 68, 68, 0.7); }
    70% { box-shadow: 0 0 0 8px rgba(255, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 68, 68, 0); }
}

/* 鼠标悬停效果 */
.hot-match_list .hot-match-item.live-highlight:hover {
    box-shadow: 0 0 25px rgba(255, 111, 0, 0.5);
    transform: scale(1.03);
}
/**/
@media (max-width: 780px) {
    .hot-match_list .hot-match-item {
        display: flex;
        padding: 0
    }

    .hot-match_list .hot-match-item .hot-info_left {
        width: 19%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

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

    .hot-match_list .hot-match-item .hot-info_left .hot-time {
        width: auto;
    }

    .hot-match_list .hot-match-item .hot-info_left .hot-time em {
        display: inline-block;
        margin-right: 0px;
        font-weight: 400;
        padding: 0;
        font-size: 12px;
    }

    .hot-match_list .hot-match-item .hot-info_center {
        width: 56%;
        display: block
    }

    .hot-match_list .hot-match-item .hot-info_right {
        width: 16%;
    }

    .hot-match_list .hot-match-item .hot-info_center .hot-home {
        width: 80%;
        float: left;
        justify-content: flex-start;
        padding: 4px 0
    }

    .hot-match_list .hot-match-item .hot-info_center .hot-away {
        width: 80%;
        float: left;
        justify-content: flex-start;
        padding: 4px 0
    }

    .hot-match_list .hot-match-item .hot-info_center .hot-score {
        display: flex;
        flex-direction: column;
        float: right;
        width: 30px;
    }

    .hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left {
        display: flex;
        flex-direction: row;
    }

    .hot-match_list .hot-match-item .hot-info_center .hot-away .hot-right {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: auto
    }

    .hot-match_list .hot-match-item .hot-info_center .hot-score .fenge {
        display: none
    }

    .hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left>img {
        margin: 0;
        width: 16px;
        height: 16px;
    }

    .hot-match_list .hot-match-item .hot-info_center .hot-away .hot-right>img {
        margin: 0;
        width: 16px;
        height: 16px;
    }

    .hot-match_list .hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left .text {
        padding-left: 5px;
        width: 100%;
    }

    .hot-match_list .hot-match-item .hot-info_center .hot-away .hot-right .text {
        padding-left: 5px;
        width: 100%;
    }

    .hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left .text a {
        line-height: 1.5;
    }

    .hot-match_list .hot-match-item .hot-info_center .hot-home .hot-right .text a {
        line-height: 1.5;
    }

    .hot-match_list .hot-match-item .hot-info_center .hot-score span {
        display: block;
        line-height: 1.4;
        padding: 4px 0
    }
}
/*热门比赛end*/
/*信号源start*/
.xinhaoyuan{display: flex;flex-wrap: wrap;}
.xinhaoyuan li {
  padding: 5px 12px;
  font-size: 16px;
  color: #333;
  outline: none;
  /* 渐变边框 */
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, 
  linear-gradient(45deg, #ff7eb3, #65d9ff, #c7f464, #ff7eb3) border-box;
  margin-right:2px;
  cursor: pointer;
  list-style: none;
}
.xinhaoyuan li.xinhaoyuanmain{
animation: myMove 1s infinite;
}
@keyframes  myMove{
0%{
    transform:scale(1,1);
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
}
50%{
    transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
}
100%{
    transform:scale(1,1);
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
}
}

@-webkit-keyframes  myMove{
0%{
    transform:scale(1,1);
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
}
50%{
    transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
}
100%{
    transform:scale(1,1);
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
}
}

@-moz-keyframes  myMove{
0%{
    transform:scale(1,1);
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
}
50%{
    transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
}
100%{
    transform:scale(1,1);
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
}
}

@-o-keyframes  myMove{
0%{
    transform:scale(1,1);
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
}
50%{
    transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
}
100%{
    transform:scale(1,1);
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
}
}
/*信号源end*/