@font-face {
    font-family: "思源黑体 Normal";
    src: url("./font/Normal.woff") format("woff2"),
      url("./font/Normal.woff") format("woff");
    font-display: swap;
  }

:root {
    --c1: #fb0e45;
    --c2: #fff;
    --c3: #000;
    --c4: #999;
    --c5: #333;
    --c6: #f4f5f7;
    --c7: #f7f7f7;
    --c8: #9C9C9C;
    --c9: #9B9B9B;
    --c10: #f2f3f5;
    --c11: #F23048;
}

* {
    margin: 0;
    padding: 0;
    /* css3盒子模型 */
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--c10);
    color: var(--c3);
    scrollbar-width: none;




}

body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-family: "思源黑体 Normal";
    font-size: .26rem;

    /*
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

.padd94 {
    padding-top: 0.94rem;
}

html {
    font-size: 13.333333vw;
}



.detail_download_button{
    display: flex;
    margin: auto;
    /*flex: 1;*/
    justify-content: end;
}

.detail_download_button a{
    border: 1px solid #fff;
    color: var(--c2);
    background-color: var(--c1);
    display: inline-block;
    padding:5px 10px ;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
}


@media only screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    background: rgba(153, 153, 153, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    background: rgba(153, 153, 153, 0.5);
    border-radius: .05rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    -ms-border-radius: .05rem;
    -o-border-radius: .05rem;
}


img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
li,
a,
dl,
dt,
dd,
table,
tr,
td,
ol,
b,
strong {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
}


em,
i {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    display: block;
}

button {
    cursor: pointer
}

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

button,
input {
    font-family: "思源黑体 Normal";
    border: 0;
    outline: none;
    background-color: transparent;
}

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

.clearfix {
    *zoom: 1
}


/* 基础样式 */

.flexA {
    display: flex;
    align-items: center;
}

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

.flexAC {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pad14 {
    padding: .14rem;
}



.actFc {
    color:var(--c1) !important;
}
.actFc1 {
    color:var(--c5) !important;
}


.red{
    color: var(--c1) !important;
}
.grey{
    color: grey !important;
}
.yellow{
    color: #feb548 !important;
}
.actB{
    background-color: var(--c2) !important;
    border-left: 2px solid var(--c1) !important;
    padding-left: 0rem !important;
}
.actBc {
    color: var(--c2) !important;
    background-color: var(--c1) !important;
}

.actBc1 {
    color: #D94165 !important;
    background-color: #fee5eb !important;
}

.actBc2 {
    color: var(--c11) !important;
    background-color: var(--c2) !important;
}


.actBtc {
    color: var(--c11) !important;
    border-bottom: 2px solid var(--c1);
    font-weight: 600;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.actBtc1 {
    color: #323232 !important;
    border-bottom: 2px solid var(--c1);
}




.bcgFFF {
    background-color: var(--c2) !important;
}

.grayline {
    border-bottom: 1px solid var(--c6);
}

.graylineBlod {
    width: 100%;
    height: .1rem;
    background: #f7f7f8;
}

.bRadius {
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}

.imgSize1 {
    width: .38rem;
    object-fit: cover;
    margin: 0 .1rem;
}

.imgSize2 {
    width: .16rem;
    object-fit: cover;
}

.bottomSJX {
    position: relative;
}

.bottomSJX::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 22px;
    right: -18px;
    border: 1px solid #000;
    border-top: var(--c3);
    border-right: var(--c3);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
}

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

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


.green {
    color: #88C38B !important;
}

.blue {
    color: #5E94D4 !important;
}

.red {
    color: var(--c11) !important;
}
.end{
    color: #666 !important;
}

.gray {
    color: var(--c8) !important;
}
.black {
    color: var(--c3) !important;
}




.orange {
    background-color: #f99f41 !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*新增的录像回放*/
.pl-wrap .wrap-head, .main-wrap .wrap-head {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 28px;
    position: relative;
}
.pl-wrap {
    margin: 8px 8px 0;
    background: #fff;
    border-radius: 4px;
    vertical-align: top;
    overflow: hidden;
}
.pl-wrap .wrap-head.slash {
    padding-left: 16px !important;
    border-bottom: solid 1px #f7f7f7;
}
.pl-wrap .wrap-head.slash::before {
    display: inline-block;
    width: 3px;
    height: 14px;
    background: var(--c1);
    border-radius: 3px;
    content: '';
    margin: 15px 0 0 -8px;
    position: absolute;
}
.pl-wrap .wrap-body {
    background: #fff;
}
.pl-wrap ul {
    width: 100%;
    padding-bottom: 10px;
}
.pl-wrap .wrap-body li {
    height: 28px;
    line-height: 25px;
    display: block;
    white-space: nowrap;
}
.pl-wrap .wrap-body ul.list li {
    padding: 0 8px;
}
.pl-wrap ul span {
    font-size: 14px;
    padding-right: 18px;
    color: #959595;
    position: relative;
}
.pl-wrap ul span::after {
    content: '·';
    display: inline-block;
    margin: -2px 0 0 5px;
    position: absolute;
    font-size: 30px;
}
.p_living {
    padding: 0.1rem;
    box-sizing: border-box;
    margin-top: 0.2px;
}
.p_living p {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
}
.p_living p strong {
    font-size:0.28rem;
}
/*新增文字直播*/


.single-line {
    white-space: nowrap;
}

.single-line {
    overflow: hidden;
    text-overflow: ellipsis;
}


.nav_content_area{
    margin-top: 0.2rem;

}
.nav_content_area .til{
    margin-bottom: 0.1rem;
}
.nav_content_area .children {
    min-height: 5rem;
}
.flex1 {
    display: block;
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
}

.broadcast-box {
    width: 100%;
    min-height: 5rem;
    /*background-color: rgba(33, 35, 38,0.46)*/
}

.broadcast-box ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: hsla(0, 0%, 100%, 0.04)
}

.broadcast-box ::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 100%, 0.04)
}

.broadcast-box ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aeaeae
}


.broadcast-box .live-code-nav {
    background-color: var(--c7);
    border-radius: 0.8rem;

}

.box_h {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    width: 100%;
}

.broadcast-box .live-code-nav .navbtn {
    height: 0.8rem;
    text-align: center;
    cursor: pointer;
    color: #999;
    font-size: 0.28rem;
    line-height: 0.8rem;
    border: 1px solid rgb(0 0 0 / 8%);
}
.broadcast-box .live-code-nav .navbtn:first-child{
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
}
.broadcast-box .live-code-nav .navbtn:last-child{
    border-bottom-right-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
}

.broadcast-box .live-code-nav .navbtn:nth-child(1), .broadcast-box .live-code-nav .navbtn:nth-child(2), .broadcast-box .live-code-nav .navbtn:nth-child(3) {
    border-right: none;
}

.broadcast-box .live-code-nav .navbtn.active {
    background-color: var(--c1);
    color: var(--c2)
}

.broadcast-box .content-list {
    width: 100%;
    padding: 0.15rem 0 0.15rem .25rem
}

.broadcast-box .content-list .list-content {
    height:8rem;
    overflow: auto
}

.broadcast-box .content-list .list-content .lier {
    overflow: hidden;
    width: 100%;
    position: relative;
    font-size: 0.24rem;
    color: rgb(0 0 0 / 50%);
    padding: 0.1rem 0;
    display: flex;
    align-items: center;
}

.broadcast-box .content-list .list-content .lier .line {
    position: absolute;
    left: 0.72rem;
    top: 0;
    height: 100%;
    width: 0.04rem;
    background-color: rgb(0 0 0 / 15%)
}

.broadcast-box .content-list .list-content .lier .line .radius {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.04rem 0 0 -0.04rem;
    background-color: #de1e30;
    border-radius: 100%
}

.broadcast-box .content-list .list-content .lier .code {
    width: 0.8rem;
    padding: 0.16rem 0;
    float: left
}

.broadcast-box .content-list .list-content .lier .score {
    width: 1.6rem;
    text-align: center;
    padding: 0.16rem 0;
    float: left
}

.broadcast-box .content-list .list-content .lier .tip {
    width: 57%;
    margin: 0 0.1rem;
    padding: 0.16rem 0;
    float: left
}

.broadcast-box .content-list .list-content .lier .tip.b {
    font-weight: 700
}

.broadcast-box .content-list .list-content .lier .logo {
    width: 0.4rem;
    height: 0.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left
}
/*足球文字直播*/

.nav_content_area .event-list {
    margin: 0 0.5rem 0.4rem;
    position: relative
}

.nav_content_area .event-list:before {
    position: absolute;
    content: '';
    left: 0.18rem;
    top: 0.8rem;
    bottom: 1.2rem;
    border-left: 1px dashed rgb(33 35 38 / 20%);
    display: block
}

.nav_content_area .event-list li {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-top: 0.24rem;
    border-radius: 5px;
    min-height: 1.35rem
}

.nav_content_area .event-list li.system {
    background-color: rgb(189 189 193 / 60%);
    border-radius: 2px
}

.nav_content_area .event-list li.system .icon {
    background-color: #e2e2e5
}

.nav_content_area .event-list li.system .icon .svg-icon {
    color: #fff
}

.nav_content_area .event-list li.goal {
    background-color: #bab6b6;
    border-radius: 2px
}

.nav_content_area .event-list li.goal .icon {
    background-color: #c7c7cc
}

.nav_content_area .event-list li.goal .icon .svg-icon {
    color: #fff
}

.nav_content_area .event-list li .icon {
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 50%;
    left: -0.24rem;
    top: .22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.32rem;
    white-space: nowrap;
    background-color: rgb(189 189 193 / 90%);
    background-repeat: no-repeat;
    background-position: center center
}

.nav_content_area .event-list li .icon.anse {
    background-color: #e2e2e5
}

.nav_content_area .event-list li .icon .svg-icon {
    width:0.4rem;
    height: 0.4rem;
    margin-top: 0
}

.nav_content_area .event-list li .icon .ft {
    font-size: 0.32rem;
    color: #fff;
    font-style: normal
}

.nav_content_area .event-list li .time {
    float: left;
    margin-left: 0.9rem;
    width: 0.65rem;
    min-height: 1px;
    font-size: 0.26rem;
    color: #777474;
    margin-top: 0.45rem
}

.nav_content_area .event-list li .vs-content {
    width: 70%;
    float: left;
    padding: 0.42rem 0;
    position: relative
}

.nav_content_area .description {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(33, 35, 38,0.46);
    line-height:0.88rem;
    background-color:#e2e2e5;
}

.nav_content_area .description .title {
    width: 20%;
    text-align: center;
    font-size: 0.24rem;
    color: #787878;
    float: left;
    position: relative;
    line-height: 0.6rem;
}
.nav_content_area .description .title:before{
    content: none;
}

.nav_content_area .description .title:after {
    content: "";
    border-right: 1px solid #fffcfc;
    height: 0.35rem;
    position: absolute;
    right: 0;
    top: 0.16rem;
}

.nav_content_area .description .icons {
    float: left;
    width: 80%
}

.nav_content_area .description .icons span {
    display: inline-block;
    margin: 0 0.12rem
}

.nav_content_area .description .icons span .svg-icon {
    height: 0.4rem;
    width: 0.4rem;
    float: left;
}

.nav_content_area .description .icons span em {
    float: left;
    font-size: 0.24rem;
    font-style: normal;
    margin-left: 0.1rem;
    color: #212326;
    line-height: 0.4rem;
}

