html {
    font-size: 50px;
    background: #f8f8f8;
}

/*置顶*/
.dv-spo-totop-con{
    width: 100%;
    margin: 0 auto;
}
#dv-spo-totop {
    height: .6rem;
    position: fixed;
    right: .2rem;
    width: .6rem;
    z-index: 9999;
    bottom: .8rem;
    border-bottom: 0px;
    border-radius: .1rem;
    color: #339966;
    text-align: center;
    line-height: 1;
    display: none;
    cursor: pointer;
    transition: .3s;
}
#dv-spo-totop i{
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: url(../images/top-arrow.png) no-repeat center;
    background-size: .6rem;
}

/*预览 清除滚动条*/
::-webkit-scrollbar {
    display: none;
    width: 0!important;
    height: 0!important;
    -webkit-appearance: none;
    background: transparent;
}

.open {
    overflow: hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {

    margin: 0;

    padding: 0;

    font-family: "Microsoft YaHei", STHeiti, Arial

}


body, div, a, p, b, i, em {

    font-size: .24rem;

}

a:hover {
    text-decoration: none;
}

body {

    background-color: #f8f8f8;

}

table {

    border-collapse: collapse;

    border-spacing: 0;

    font-family: "Microsoft YaHei", STHeiti, Arial

}

fieldset, img {

    border: 0

}

address, caption, cite, code, dfn, em, strong, th, var {

    font-style: normal;

    font-weight: normal

}

ul, ol, li {

    list-style: none

}

caption, th {

    text-align: left

}

h1, h2, h3, h4, h5, h6 {

    font-size: 100%;

    font-weight: normal

}

abbr, acronym {

    border: 0;

    font-variant: normal

}

sup {

    vertical-align: text-top

}

sub {

    vertical-align: text-bottom

}

input, textarea, select {

    font-family: inherit;

    font-size: inherit;

    font-weight: inherit

}

input, textarea, select {

    *font-size: 100%;

    outline: 0;

    border: 0

}

input::-webkit-search-cancel-button {

    display: none

}

input[type=search]::-ms-clear {

    display: none

}

a {
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    color: #969696;
    font-family: STHeiti,'Microsoft YaHei',Helvetica,Arial,sans-serif;
    outline: 0;

}

.mt20{
    margin-top: .2rem;
}
.mt30{
    margin-top: .3rem;
}
.mt40{
    margin-top: .4rem;
}
.mt50{
    margin-top: .5rem;
}

.mb20{
    margin-bottom: .2rem;
}
.mb30{
    margin-bottom: .3rem;
}
.mb40{
    margin-bottom: .4rem;
}
.mb50{
    margin-bottom: .5rem;
}

/*分页*/

#page{
    text-align: center;
    width: 100%;
}
#page .pagination{
    border-radius: 0!important;
}
#page .pagination li{
    display: block;
    float: left;
    width: 0.58rem;
    height: 0.58rem;
    margin-right: .3rem;
    margin-bottom: .2rem;
}
#page .pagination li:last-child{
    margin-right: 0px;
}
#page .pagination li:nth-child(7n) span,#page .pagination li:nth-child(7n) a{
    margin-right: 0px;
}
#page .pagination li span{
    width: 0.58rem;
    height: 0.58rem;
    line-height: 0.58rem;
    margin-bottom: 0.2rem;
    padding: 0px;
    border: 1px solid #339966;
    background: #339966;
    color: #fff;
    border-radius: 0px;
}
#page .pagination li a{
    width: 0.58rem;
    height: 0.58rem;
    line-height: 0.58rem;
    margin-bottom: 0.2rem;
    padding: 0px;
    border: 1px solid #f5f5f5;
    color: #666;
}
#page .pagination li.disabled span{
    color: #666;
    border: 1px solid #f5f5f5;
    background: #fff;
}

.dv-spo-content{
    margin: 0 auto;
    background: #efefef;
}

/*地图*/
.dv-spo-map {
    padding: .15rem 0;
    color: #777;
    font-size: .26rem;
}
.dv-spo-map a{
    color: #333;
    font-size: .26rem;
}

/*头部*/
.dv-spo-header{
    position: relative;
}
.dv-spo-header_tc {
    position: relative;
    /*border: 1px solid #eeeeee;*/
    background: #fff;
}
.dv-spo-header_tc .dv-spo-top {
    padding: 0.2rem 0.1rem 0rem;
    height: 1.2rem;
    /*border-bottom: 1px solid #fff;*/
    /*box-shadow: 7px 20px 16px 15px #c6c6c6;*/
}
.dv-spo-header_tc .dv-spo-top .dv-spo-logo {
    width: 2rem;
    height: 0.4rem;
    display: block;
    float: left;
    margin-top: .3rem;
}
.dv-spo-header_tc .dv-spo-top .dv-spo-logo img{
    width: auto;
    height: .4rem;
}

.dv-spo-header_tc .dv-spo-menu-shadow-box{
    position: relative;
    width: 100%;
    z-index: 111;
    background: #fff;
    /*box-shadow: 0 0.04rem 0.06rem #ddd;*/
}
.dv-spo-header_tc .dv-spo-menu-shadow {
    position: relative;
    padding: .15rem 0 .15rem;
    margin: 0 .2rem;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
}
.dv-spo-header_tc .dv-spo-menu-shadow span {
    white-space: nowrap;
    display: block;
    border: .02rem solid #339966;
    padding: 0 .2rem;
    text-align: center;
    border-radius: 2em;
    background-color: #339966;
    color: #fff;
    font-size: .26rem;
    height: 0.5rem;
    line-height: 0.5rem;
}
.dv-spo-header_tc .dv-spo-menu-shadow-box .dv-spo-menu-mb {
    position: absolute;
    height: 100%;
    width: 0.3rem;
    top: 0;
    right: 0;
    border-radius: 2rem 0 0 2rem;
    background: linear-gradient(to left,rgb(141 159 177 / 21%),#fff);
}
.dv-spo-menu-shadow ul {
    display: flex;
}
.dv-spo-menu-shadow ul li a.on {
    color: #339966;
    font-weight: bold;
    font-size: 0.32rem;
}
.dv-spo-menu-shadow ul li:first-child a {
    margin-left: 0.22rem;
}
.dv-spo-menu-shadow ul li a.on::after{
    position: absolute;
    content: '';
    width: 0.3rem;
    height: 0.04rem;
    background-color: #339966;
    bottom: 0rem;
    left: 50%;
    margin-left: -0.15rem;
}
.dv-spo-menu-shadow ul li a.on::after{
    display: block;
}
.dv-spo-menu-shadow ul li a {
    display: block;
    position: relative;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    color: #666666;
    white-space: nowrap;
    padding: 0 0.1rem;
    margin: 0 0.22rem 0rem;
}

.dv-spo-meun {
    float: right;
}
.dv-spo-meun .dv-spo-menu_box {
    position: relative;
    z-index: 9;
    float: right;
    width: .52rem;
    height: .8rem;
    padding: .24rem 0 .07rem;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.dv-spo-meun .dv-spo-menu_box b {
    display: block;
    height: .06rem;
    background-color: #339966;
    margin: .06rem 0 .1rem;
    border-radius: .04rem;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.dv-spo-meun .dv-spo-menu_box.open b{
    display:none;
    margin:0;
    position:absolute;
    top:50%;
    width:.6rem;
}
.dv-spo-meun .dv-spo-menu_box.open b:first-child{
    display:block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.dv-spo-meun .dv-spo-menu_box.open b:last-child{
    display:block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*底部*/
.dv-spo-footer {
    background-color: #339966;
    padding: 0.7rem 0.2rem 1rem;
    position: relative;
}
.dv-spo-footer p {
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
}
.dv-spo-footer p a {
    color: #fff !important;
}

/*公用title*/
.dv-spo-main-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .1rem;
    border-bottom: .01rem solid #ededed;
    margin-bottom: .2rem;
}
.dv-spo-main-title .dv-spo-title {
    padding-left: .16rem;
    font-size: 0.32rem;
    font-weight: bold;
    position: relative;
    letter-spacing: .01rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dv-spo-main-title .dv-spo-title::after {
    content: "";
    width: 0.08rem;
    height: 0.4rem;
    background-color: #339966;
    border-radius: 0.02rem;
    position: absolute;
    top: .04rem;
    left: 0;
}
.dv-spo-main-title .dv-spo-more {
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #999999;
}

.dv-spo-main-more {
    width: 5.9rem;
    height: .62rem;
    line-height: .62rem;
    border: .02rem dashed #ff5000;
    display: block;
    margin: .3rem auto .35rem;
    border-radius: .33rem;
    text-align: center;
    color: #ff5000;
    font-size: .26rem;
}

.dv-spo-hot_news{
    background: #fff;
    padding: .3rem .2rem;
    border-radius: .7rem;
}
.dv-spo-hot_news ul{
    margin-top: .2rem;
}
.dv-spo-hot_news li {
    display: flex;
    align-items: center;
    margin-bottom: .35rem;
}
.dv-spo-hot_news li .dv-spo-num {
    display: inline-block;
    width: .35rem;
    height: .4rem;
    background-color: #bfc7c2;
    text-align: center;
    color: #fff;
    margin-right: .15rem;
}
.dv-spo-hot_news li:nth-child(1) .dv-spo-num {
    background-color: #ff6767;
}
.dv-spo-hot_news li:nth-child(2) .dv-spo-num {
    background-color: #ff894f;
}
.dv-spo-hot_news li:nth-child(3) .dv-spo-num {
    background-color: #ffaf31;
}
.dv-spo-hot_news li .dv-spo-title {
    display: block;
    flex: 1;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dv-spo-hot_news li .dv-spo-time {
    display: block;
    margin-left: .3rem;
}

/*menu*/
.dv-spo-header_caidan {
    position: fixed;
    top: 1.2rem;
    width: 100%;
    right: -200%;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,.92);
    z-index: 222;
    font-size: .32rem;
}
.dv-spo-header_caidan ul {
    margin: .4rem;
    text-align: left;
}
.dv-spo-header_caidan li {
    position: relative;
    padding: .16rem 0px;
}
.dv-spo-header_caidan li a {
    color: #FFF;
    font-size: .32rem;
}

.dv-spo-header_caidan  .dv-spo-explose {
    position: absolute;
    width: .6rem;
    top: 0;
    right: 0;
    height: .6rem;
    line-height: .6rem;
    z-index: 9;
}
.dv-spo-header_caidan  .dv-spo-explose i.dv-spo-icon {
    width: .6rem;
    height: .6rem;
    background: url(../images/cdjt.png) no-repeat  center;
    background-size: .4rem .4rem;
    display: block;
}
.dv-spo-header_caidan  .dv-spo-explose i.icon-arrow-up {
    width: .6rem;
    height: .6rem;
    background: url(../images/cdjt2.png) no-repeat  center;
    background-size: .4rem .4rem;
    display: block;
}
.dv-spo-header_caidan .dv-spo-sub {
    z-index: 99;
    display: none;
    line-height: .7rem;
    font-size: .28rem;
}
.dv-spo-header_caidan .dv-spo-sub a {
    padding-left: .4rem;
    font-size: .28rem;
}


/*banner*/
.dv-spo-public_swiper {
    background: #fff;
    position: relative;
    z-index: 0;
}
.dv-spo-public_swiper .swiper-slide {
    width: 7.5rem;
    position: relative;
    overflow: hidden;
    height: 4.5rem;
    /*margin-top: 0.21rem;*/
}
.dv-spo-public_swiper .swiper-slide-active {
    /*height: 4.26rem;*/
    /*margin-top: 0;*/
}
.dv-spo-public_swiper .swiper-slide a img {
    display: block;
    width: 100%;
    min-height: 3.2rem;
}
.dv-spo-public_swiper .swiper-slide .dv-spo-text {
    background: linear-gradient(transparent, #000000);
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 0px;
    left: 0px;
    padding-top: 0.9rem;
}
.dv-spo-public_swiper .swiper-slide .dv-spo-text p {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 1rem;
    height: 1rem;
    color: #fff;
    padding: 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner-pagination {
    width: auto!important;
    height: .5rem!important;
    padding: .05rem 0;
    position: absolute;
    top: 0.2rem !important;
    left: 0.2rem;
    left: initial !important;
    z-index: 9;
}
.banner-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    background-color: unset;
    border: .04rem solid #fff;
    border-radius: 0;
    margin: 0 0 0 .15rem !important;
    opacity: 1;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: #ffffff;
}
.banner-pagination .swiper-pagination-bullet-active {
    background: #fff;
    color: #333;
}

/*首页tab*/
.dv-spo-index_label{
    /*border-top: .04rem solid #339966;*/
    background: #fff;
}
.dv-spo-index_label ul {
    height: .8rem;
    /*background: #f7f9fa;*/
    box-shadow: 0 .04rem .06rem #ddd;
    overflow-x: auto;
    display: flex;
}
.dv-spo-index_label li {
    position: relative;
    white-space: nowrap;
    height: .8rem;
    width: auto;
    line-height: .8rem;
    margin-right: .04rem;
    /*background: #f7f9fa;*/
    text-align: center;
    padding: 0 .24rem;
    float: left;
    cursor: pointer;
    font-size: .28rem;
}
.dv-spo-index_label li.on{
    font-size: .32rem;
    color: #000;
}
.dv-spo-index_label li.on:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -.2rem;
    border-radius: 0.02rem;
    width: .4rem;
    height: .06rem;
    background: #339966;
    color: #FFF;
}

/*资讯list*/
.dv-spo-news_list {
    /*border-left: 1px solid #fff;*/
}
.dv-spo-news_list .dv-spo-item {
    background: #fff;
    /*padding-left: 15px;*/
    position: relative;
    margin-top: .2rem;
    padding: .2rem;
}
.dv-spo-news_list .dv-spo-item > a{
    display: block;
}
/* .news_list .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    width: 17px;
    height: 17px;
    background-image: url(../images/post-list-dot.png);
} */
.dv-spo-news_list .dv-spo-title {
    align-items: flex-start;
    display: flex;
    margin-bottom: 0.2rem;
    flex-direction: column;
}
.dv-spo-news_list .dv-spo-item .dv-spo-title .dv-spo-tit {
    font-size: .3rem;
    color: #333;
    height: .64rem;
    font-weight: bold;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dv-spo-news_list .dv-spo-title span {
    color: #909399;
}
.dv-spo-news_list .dv-spo-info {
    background: #fff;
    display: flex;
    align-items: flex-start;
}
.dv-spo-news_list .dv-spo-img {
    width: 2.2rem;
    border-radius: .05rem;
    overflow: hidden;
    position: relative;
}
.dv-spo-news_list .dv-spo-img img{
    width: 100%;
    height: 100%;
}
.dv-spo-news_list .dv-spo-cont {
    margin: 0 .3rem;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.dv-spo-news_list .dv-spo-text {
    height: .8rem;
    line-height: .4rem;
    color: #909090;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: .1rem;
}
.dv-spo-news_list .dv-spo-score {
    color: #339966!important;
    font-size: .28rem;
    line-height: 1.5;
}

/*首页视频*/
.dv-spo-index_video{
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.dv-spo-index_video div{
    width: 3.4rem;
    margin-right: .3rem;
    margin-bottom: .2rem;
}
.dv-spo-index_video div:nth-child(2n){
    margin-right: 0rem;
}
.dv-spo-index_video.dv-spo-video_page{

}
.dv-spo-index_video.dv-spo-video_page div{
    width: 3.4rem;
    margin-right: .3rem;
    margin-bottom: .2rem;
}
.dv-spo-index_video.dv-spo-video_page div:nth-child(2n){
    margin-right: 0rem;
}
.dv-spo-index_video.dv-spo-video_page div .img{
    width: 3.4rem;
    height: 2.72rem;
}
.dv-spo-index_video.dv-spo-video_page div .img img{
    width: 100%;
    height: 2.12rem;
}
.dv-spo-index_video div .dv-spo-img {
    background: #fff;
    height: 2.72rem;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    position: relative;
}
.dv-spo-index_video div .dv-spo-img img{
    width: 100%;
    height: 2.12rem;
}
.dv-spo-index_video div .dv-spo-img:hover span{
    background: url(../images/v2.png) no-repeat center;
}
.dv-spo-index_video div .dv-spo-img span {
    position: absolute;
    width: .92rem;
    height: .92rem;
    background: url(../images/v.png) no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -.46rem;
    margin-top: -.66rem;
}
.dv-spo-index_video div .dv-spo-img p {
    line-height: .64rem;
    height: .64rem;
    overflow: hidden;
    text-align: center;
    font-size: .28rem;
    font-weight: bold;
}

/*首页录像*/
.dv-spo-index_videopace{
    background: #fff;
    padding-bottom: .4rem!important;
}
.dv-spo-index_videopace ul {
    border-bottom: .02rem dashed #e8e8e8;
    padding: .2rem;
    margin-bottom: .4rem;
}
.dv-spo-index_videopace ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.dv-spo-index_videopace ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.dv-spo-index_videopace ul li {
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    line-height: .72rem;
    align-items: center;
    font-size: .32rem;
}
.dv-spo-index_videopace.dv-spo-page_list ul li {
    line-height: .84rem;
}
.dv-spo-index_videopace ul li span{
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    margin: 0 .2rem 0 0;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background: url(../images/sp.png) no-repeat center;
    background-size: .4rem;
}
.dv-spo-index_videopace ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    font-size: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*内页资讯*/
.dv-spo-detail_new_list{
    background: #fff;
    padding-bottom: .4rem!important;
}
.dv-spo-detail_new_list ul {
    border-bottom: .02rem dashed #e8e8e8;
    padding: .2rem;
    margin-bottom: .4rem;
}
.dv-spo-detail_new_list ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.dv-spo-detail_new_list ul li {
    display: flex;
    align-items: center;
    font-size: .32rem;
    line-height: .5rem;
    border-bottom: .02rem solid #f5f5f5;
    padding: .1rem 0;
}
.dv-spo-detail_new_list ul li span{
    display: inline-block;
    width: .1rem;
    height: .1rem;
    line-height: .4rem;
    margin:  0 .2rem 0 0;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background: #cfcfcf;
    border-radius: 50%;
}
.dv-spo-detail_new_list ul li a {
    display: block;
    flex: 1;
    font-size: .3rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*title*/
.dv-spo-index_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dv-spo-index_title span,.dv-spo-index_title h2,.dv-spo-index_title h3 {
    margin-left: .2rem;
    font-size: .36rem;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.dv-spo-index_title:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: .08rem;
    height: .4rem;
    margin-top: -.18rem;
    /*background-color: #339966;*/
    background: linear-gradient(90deg,#339966,#65a3e4);
    vertical-align: middle;
}

/*左右布局*/
.dv-spo-index_conter{
    margin: 0 auto;
    padding: 0 0.2rem;
}
.dv-spo-index_con {
    margin-bottom: .4rem;
    display: flex;
    flex-direction: column;
}
.dv-spo-index_con .dv-spo-index_left{
    width: 100%;
    /*flex: 1;*/
}
.dv-spo-index_con .dv-spo-index_right {
    width: 100%;
    margin-top: .2rem;
}

/*标签*/
.dv-spo-tags {
    width: 100%;
    margin-top: .4rem;
    padding: .2rem;
    background: #fff;
    display: inline-block;
}
.dv-spo-tags .dv-spo-tag {
    margin-bottom: .16rem;
}
.dv-spo-tag {
    position: relative;
    display: inline-block;
    padding: 0px .1rem 0px .18rem;
    margin: 0 .26rem .1rem 0;
    height: .52rem;
    line-height: .52rem;
    font-weight: 400;
    font-size: .26rem;
    text-align: center;
    color: #333;
    border-radius: .04rem;
    background-color: #f0f0f0;
    border-top-left-radius: .02rem;
    border-bottom-left-radius: .02rem;
}
.dv-spo-tags a.dv-spo-tag:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: .26rem solid transparent;
    border-bottom: .26rem solid transparent;
    border-left: .18rem solid #f0f0f0;
    position: absolute;
    top: 0;
    right: -.16rem;
}

/*内页标签*/
.dv-spo-detail_tags {
    overflow: hidden;
}
.dv-spo-detail_tags span {
    display: inline-block;
    font-size: .28rem;
    height: .6rem;
    line-height: .6rem;
    float: left;
}
.dv-spo-detail_tags a {
    display: inline-block;
    font-size: .28rem;
    height: .6rem;
    line-height: .6rem;
    color: red;
    overflow: hidden;
    margin-left: .1rem;
}

/*上下页*/
.dv-spo-news_detail_page {
    margin: .6rem 0 .6rem 0;
    /*height: 1.6rem;*/
    position: relative;
    padding-top: .4rem;
    border-top: .02rem solid #e5e5e5;
}
.dv-spo-news_detail_page p, .dv-spo-news_detail_page a {
    font-size: .28rem;
    margin-bottom: .2rem;
}


/*没有数据*/
.dv-spo-nothing {
    text-align: center;
    margin: .8rem 0px;
    min-height: 4rem;
}
.dv-spo-nothing img {
    width: 2rem;
}
.dv-spo-nothing span {
    display: block;
}

/*直播列表*/
.dv-spo-index_match_list .dv-spo-hotmatch {
    padding: .24rem;
    border-bottom: .02rem solid #d3e1e2;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.dv-spo-index_match_list .dv-spo-hotmatch  a.dv-spo-items-center {
    width: 100%;
}
.dv-spo-index_match_list .dv-spo-hotmatch  a.dv-spo-items-center > div {
    height: .56rem;
    line-height: .56rem;
    display: inline-block;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-status.dv-spo-live span {
    background: linear-gradient(90deg,#c82828,#eaadad);
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-status.dv-spo-prelive span {
    background: linear-gradient(90deg,#929292,#c1c1c1);
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-status {
    float: left;
    width: 1.7rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-status span {
    font-weight: 400;
    font-size: .28rem;
    line-height: .44rem;
    width: 1.5rem;
    height: .56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: .06rem;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-time {
    width: 1.8rem;
    float: left;
    margin-right: .4rem;
    margin-bottom: .2rem;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-cate {
    float: left;
    margin-right: .2rem;
    width: 2rem;
    margin-bottom: .2rem;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team1 {
    float: left;
    text-align: left;
    margin-right: .2rem;
    width: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team1logo {
    width: .48rem;
    float: left;
    margin-right: .2rem;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team1logo img {
    width: .48rem;
    vertical-align: middle;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team1num {
    margin-right: .04rem;
    float: left;
    width: .6rem;
    background: #F5F5F5;
    border-radius: .1rem;
    overflow: hidden;
    text-align: center;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-fh {
    margin-right: .04rem;
    float: left;
    width: .1rem;
    text-align: center;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team2num {
    margin-right: .2rem;
    float: left;
    width: .6rem;
    background: #F5F5F5;
    border-radius: .1rem;
    overflow: hidden;
    text-align: center;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team2logo {
    margin-right: .2rem;
    float: left;
    width: .48rem;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team2logo img {
    width: .48rem;
    vertical-align: middle;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team2 {
    float: left;
    margin-right: .2rem;
    width: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-box {
    margin-top: .2rem;
    width: 100%;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-top, .dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-top p {
    display: flex;
    align-items: center;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-top p:first-child {
    font-size: .28rem;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-top p {
    color: #000;
    justify-content: center;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-top p:first-child:before {
    content: "";
    width: .4rem;
    height: .52rem;
    background: url(../images/live_icon.png) no-repeat;
    background-position: 50%;
    background-size: .4rem .4rem;
    margin-right: .06rem;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-btm {
    float: left;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-btm p {
    color: #339966;
    font-size: .28rem;
    line-height: .52rem;
    border-bottom: .04rem solid #339966;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: .2rem;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-box .dv-spo-more {
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: .52rem;
    cursor: pointer;
    float: left;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-box .dv-spo-more:after {
    content: "";
    width: .46rem;
    height: .52rem;
    background: url(../images/chevron-down.png) no-repeat;
    background-position: 50%;
    background-size: .24rem .14rem;
}
.dv-spo-index_match_more {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 2rem;
    height: .52rem;
    line-height: .52rem;
    font-size: .32rem;
    color: #fff;
    background-color: #339966;
    border-radius: .08rem;
    margin-top: .2rem;
}
.dv-spo-index_match_more a{
    color: #fff;
    display: block;
}

.dv-spo-index_match_list h6{
    display: flex;
    height: .48rem;
    line-height: .48rem;
    align-items: center;
    margin: .2rem 0px;
    color: #666666;
    padding-left: .08rem;
}
.dv-spo-index_match_list h6 time{
    font-size: .24rem;
    font-weight: 400;
    line-height: .5rem;
    color: #999999;
}

.dv-spo-news_con {
    margin-bottom: 0.4rem;
    display: flex;
    flex-direction: column;
}
.dv-spo-news_con .dv-spo-news_left{
    width: 100%;
    flex: 1;
}
.dv-spo-news_right {
    width: 100%;
    margin-top: .2rem;
}

/*标题 来源*/
.dv-spo-news_top_cont {
    padding: .2rem 0 .3rem 0;
    border-bottom: 1px dashed #eee;
    text-align: center!important;
}
.dv-spo-news_top_cont.channel{
    padding-bottom: 0!important;
}
.dv-spo-news_top_cont h1 {
    font-size: .38rem;
    display: block;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: .2rem;
}
.dv-spo-news_top_cont .dv-spo-text {
    font-size: .28rem;
    line-height: 1.5;
    color: #909399!important;
}
.dv-spo-news_top_cont .dv-spo-text span {
    margin: 0 0.2rem;
    display: block;
    width: 100%;
}

/*内容*/
.dv-spo-news_detail {
    padding: .3rem 0;
    line-height: .56rem;
    font-size: .32rem;
    color: #606266;
    margin-bottom: .2rem;
}
.dv-spo-news_detail p {
    line-height: .56rem;
    font-size: .32rem;
    color: #606266;
    margin-bottom: .2rem;
}
.dv-spo-news_detail h3,.dv-spo-news_detail h2{
    line-height: .72rem;
    font-size: .36rem;
    color: #000;
    font-weight: 600;
    margin-bottom: .4rem;
}
.dv-spo-news_detail strong{
    font-size: .32rem;
    font-weight: bold;
}
.dv-spo-news_detail p img {
    display: block;
    width: 100%;
    margin: .3rem auto;
    height: auto !important;
}
.dv-spo-news_detail+p{
    margin-top: .4rem;
}

/*热门球队*/
.dv-spo-hot_team {
    margin: .4rem 0 0;
    margin-left: -.4rem;
    overflow: hidden;
}
.dv-spo-hot_team a {
    background: #fff;
    width: 2rem;
    float: left;
    margin-left: .4rem;
    margin-bottom: .2rem;
    display: block;
    padding: .2rem;
}
.dv-spo-hot_team .dv-spo-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.dv-spo-hot_team .dv-spo-img img {
    width: 1.4rem;
    height: 1.4rem;
    margin: .1rem 0 0 .1rem;
}
.dv-spo-hot_team p {
    line-height: .8rem;
    height: .8rem;
    overflow: hidden;
    text-align: center;
    font-size: .32rem;
}

/*视频详情列表*/
.dv-spo-video_play {
    position: relative;
    background: #000000;
    width: 100%;
    height: 4rem;
}
.dv-spo-video_play img.dv-spo-img {
    max-width: 80%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dv-spo-video_play img.dv-spo-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dv-spo-video_cont_list {
    margin-bottom: .2rem;
}
.dv-spo-video_cont_list span {
    display: block;
    font-size: .32rem;
    font-weight: bold;
    margin-top: .2rem;
}
.dv-spo-video_cont_list a {
    display: block;
    line-height: .38rem;
    font-size: .28rem;
    margin-bottom: .2rem;
    text-decoration: revert;
    color: #666;
}

/*轮播*/
.main-swiper-pagination {
    /*text-align: center;*/
    width: auto !important;
    height: .7rem !important;
    position: absolute;
    top: .2rem !important;
    left: .4rem !important;
    z-index: 9;
}
.main-swiper-pagination .swiper-pagination-bullet {
    width: .44rem;
    height: .44rem;
    background-color: transparent;
    border: .04rem solid #fff;
    color: #fff;
    border-radius: 0;
    margin: 0 0 0 .4rem !important;
    opacity: 1;
    text-align: center;
    font-size: .26rem;
    line-height: .36rem;
    color: #ffffff;
}
.main-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    color: #333;
}

/*内页map*/
.dv-spo-map-box {
    padding: 0px 0 0;
    margin-bottom: .2rem;
}
.dv-spo-crumbs {
    /*padding-left: 25px!important;*/
    margin-top: .2rem;
    font-size: .26rem;
    color: #666;
    position: relative;
}
/* .crumbs:after{
    content: "";
    left: 0;
    width: 16px;
    position: absolute;
    height: 16px;
    background: url("../images/map.png") no-repeat;
    background-size: 16px;
} */
.dv-spo-crumbs.dv-spo-nobor{
    border: 0;
    padding: 0px;
}
.dv-spo-crumbs a {
    color: #333;
    display: inline-block;
    position: relative;
    font-size: .26rem;
}
.dv-spo-crumbs a:not(:last-child)::after {
    padding: 0px .1rem;
    content: '>';
}
.dv-spo-crumbs a:hover{
    color: #dd0000;
}

/*首页热门数据*/
.dv-spo-index_wangluo_list ul{
    overflow: hidden;
}
.dv-spo-index_wangluo_list ul li {
    width: 3.45rem;
    background: #fff;
    box-shadow: 0 0 .2rem 0 #dfdfdf;
    border-radius: .08rem;
    padding: .2rem;
    float: left;
    margin-right: .2rem;
    margin-bottom: .3rem;
}
.dv-spo-index_wangluo_list ul li:nth-child(2n){
    margin-right: 0px;
}
.dv-spo-index_wangluo_list ul li .dv-spo-img {
    height: 2;
    position: relative;
    overflow: hidden;
}
.dv-spo-index_wangluo_list ul li .dv-spo-img img {
    width: 100%;
    height: 2rem;
}
.dv-spo-index_wangluo_list ul li p {
    font-size: .32rem;
    color: #1d1d1f;
    height: .6rem;
    line-height: .6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/*首页球队球员推荐*/
.dv-spo-index_hot_list {
    overflow: hidden;
    background: #fff;
    padding: 0px .2rem .2rem .2rem;
}
.dv-spo-index_hot_list a:nth-child(4n){
    margin-right: 0px;
}
.dv-spo-index_hot_list a {
    display: block;
    float: left;
    width: 1.525rem;
    margin-right: .2rem;
    background: #fff;
    box-shadow: 0 0 .08rem 0 #dfdfdf;
    margin-top: .2rem;
    padding: .1rem;
}
.dv-spo-index_hot_list a img {
    /*width: 40px;*/
    max-width: 100%;
    height: .8rem;
    display: block;
    margin: 0 auto;
}
.dv-spo-index_hot_list a span {
    height: .6rem;
    line-height: .6rem;
    overflow: hidden;
    display: block;
    text-align: center;
}

/*频道列表*/

.dv-spo-pmap{
    margin-bottom: .4rem;
}
.dv-spo-pmap ul{
    padding: .4rem 0 0px;
    margin-bottom: .4rem;
}
.dv-spo-pmap ul li{
    width: 2rem;
    background: #fff;
    float: left;
    height: .8rem;
    line-height: .8rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
    padding-left: .2rem;
}
.dv-spo-pmap ul li:nth-child(7n){
    margin-right: 0px;
}
.dv-spo-pmap ul li a{
    overflow: hidden;
    height: .8rem;
    display: block;
    font-size: .28rem;
    color: #333;
}
.dv-spo-pmap ul li:hover a{
    color: red;
}

/*视频列表*/
.dv-spo-tuwen_list {
    margin: .3rem 0 0;
    overflow: hidden;
}
.dv-spo-tuwen_list a {
    background: #fff;
    width: 1.625rem;
    float: left;
    margin-right: .2rem;
    margin-bottom: .2rem;
    display: block;
    padding: .2rem 0px;
}
.dv-spo-tuwen_list a:nth-child(4n){
    margin-right: 0px;
}
.dv-spo-tuwen_list .dv-spo-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.dv-spo-tuwen_list .dv-spo-img img {
    display: block;
    max-width: 100%;
    height: .8rem;
    margin: 0 auto;
}
.dv-spo-tuwen_list .dv-spo-title {
    line-height: .8rem;
    height: .6rem;
    padding: 0 .3rem;
    overflow: hidden;
    text-align: center;
    font-size: .3rem;
}

/*赛事聚合信息*/
.dv-spo-saishi_tab {
    border-radius: .08rem;
    border: .02rem solid #d3e1e2;
    padding: 0 .2rem;
    margin-top: .4rem;
    overflow: hidden;
    background: #FFF;
}
.dv-spo-saishi_tab img {
    float: left;
    height: .8rem;
    width: auto;
    margin-top: 5px;
}
.dv-spo-saishi_tab span {
    float: left;
    height: 1rem;
    line-height: 1rem;
    margin-left: .2rem;
    font-size: .4rem;
    color: #000;
    font-weight: bold;
}
.dv-spo-saishi_tab .dv-spo-saishi_item {
    padding-bottom: .2rem;
    float: right;
}
.dv-spo-saishi_tab .dv-spo-saishi_item a {
    position: relative;
    display: inline-block;
    font-size: .3rem;
    margin-right: .2rem;
    padding: 0px .2rem;
    height: .5rem;
    line-height: .5rem;
    margin-top: .2rem;
    border-radius: .08rem;
    color: #333.data_conten;
}
.dv-spo-saishi_tab .dv-spo-saishi_item a.on{
    color: #000;
    font-size: .32rem;
}
.dv-spo-saishi_tab .dv-spo-saishi_item a.on:after {
    position: absolute;
    content: "";
    width: .4rem;
    height: .04rem;
    bottom: -.04rem;
    left: 50%;
    margin-left: -0.2rem;
    border-radius: .2rem;
    background: #339966;
    color: #FFF;
}

/*日期tab*/
.dv-spo-live-cate_tab {
    overflow: hidden;
}
.dv-spo-live-cate_tab span {
    min-width: 1.2rem;
}
.dv-spo-live-cate_tab .dv-spo-saishi_item {
    float: none;
    display: flex;
    flex-wrap: wrap;
    gap: .16rem .2rem;
    padding: .24rem 0 .2rem;
}
.dv-spo-live-cate_tab .dv-spo-saishi_item a {
    margin-right: 0;
}
.dv-spo-data_conten {
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-top: 0.3rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dv-spo-data_conten a {
    position: relative;
    border: .02rem solid #D3E1E2;
    border-radius: .08rem;
    margin-bottom: .1rem;
    width: 1.18333rem;
    height: 1.08rem;
    font-size: .32rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
}
.dv-spo-data_conten a:first-child{

}
.dv-spo-data_conten a.on i, .dv-spo-data_conten a:hover i {
    display: inline-block;
    width: 100%;
    height: .12rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #339966;
    border-radius: 0px 0px .04rem .04rem;
}
.dv-spo-data_conten a.on {
    color: #339966;
    font-weight: bold;
    border: 1px solid #339966;
    position: relative;
}

/*排行榜*/
.dv-spo-jf_rnak {
    background: #FFF;
    margin-top: .2rem;
}
.dv-spo-jf_rnak .dv-spo-jfname {
    font-size: .36rem;
    font-weight: bold;
    padding: .2rem;
}
.dv-spo-jf_rnak .dv-spo-rankingt.dv-spo-zuqiu {
    display: grid;
    grid-template-columns: 8% 20% 9% 9% 9% 9% 9% 9% 9% 9%;
    height: 1rem;
    align-items: center;
    padding: 0 .2rem;
}
.dv-spo-jf_rnak .dv-spo-rankingt.dv-spo-nba {
    display: grid;
    grid-template-columns: 10% 30% 17% 17% 17% 9%;
    height: 1rem;
    align-items: center;
    padding: 0 .2rem;
}
.dv-spo-jf_rnak .dv-spo-rankingt.dv-spo-bg{
    background: #EEEEEE;
    line-height: .8rem;
}
.dv-spo-jf_rnak .dv-spo-bgg {
    border-bottom: 1px solid #EAEAEA;
}
.dv-spo-jf_rnak .dv-spo-rankingt .dv-spo-num {
    display: block;
    width: .32rem;
    height: .32rem;
    background: #ccc;
    color: #fff;
    border-radius: .04rem;
    text-align: center;
}
.dv-spo-jf_rnak .dv-spo-logo {
    display: flex;
    align-items: center;
    text-align: left;
}
.dv-spo-jf_rnak .dv-spo-team {
    padding-left: .1rem;
}

/*直播tab*/
.dv-spo-live_con_tab {
    display: flex;
    justify-content: space-between;
    height: .7rem;
}
.dv-spo-live_con_tab li {
    float: left;
}
.dv-spo-live_con_tab li a {
    display: block;
    width: 3.55rem;
    font-size: .3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: #339966;
    border: .02rem solid #339966;
    background: #ffffff;
    height: .7rem;
    line-height: .7rem;
}
.dv-spo-live_con_tab li:first-child a {
    border-radius: .08rem 0px 0px .08rem;
}
.dv-spo-live_con_tab li:last-child a {
    border-radius: 0px .08rem .08rem 0px;
}
.dv-spo-live_con_tab li a.active {
    background: #339966;
    color: #fff;
}

/*球队 球员详情*/
.dv-spo-detail_top {
    background: url(../images/bg-qd.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.dv-spo-detail_top .dv-spo-img {
    float: left;
    width: .8rem;
    height: .8rem;
    margin: .22rem;
    object-fit: contain;
}
.dv-spo-detail_top .dv-spo-name .dv-spo-zh {
    margin-top: .24rem;
    margin-bottom: .06rem;
    font-size: .3rem;
    color: #333;
    display: flex;
}
.dv-spo-detail_top .dv-spo-name .dv-spo-zh span {
    font-size: .3rem;
    font-weight: 500;
}
.dv-spo-detail_top .dv-spo-name .dv-spo-en {
    display: flex;
    font-size: .24rem;
    color: #bbb;
}
.dv-spo-detail_top .dv-spo-market {
    height: 1.24rem;
    line-height: 1.24rem;
    color: #FFF;
    font-size: .32rem;
    padding: 0 .4rem 0 .4rem;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #339966;
}
.dv-spo-detail_top .dv-spo-market::before {
    position: absolute;
    content: '';
    top: 0;
    border: solid transparent;
    border-right-color: rgba(255,255,255,0.6);
    border-top-color: rgba(255,255,255,0.6);
    border-width: 1.04rem .4rem;
    left: -.84rem;
    z-index: -1;
    transform: translateX(.4rem);
    animation-name: worth;
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(0,1.24,0.75,1.29);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .4s;
}
.dv-spo-detail_top .dv-spo-market::after {
    position: absolute;
    content: '';
    top: 0;
    border: solid transparent;
    border-right-color: #339966;
    border-top-color: #339966;
    border-width: 1.04rem .4rem;
    left: -.56rem;
}

/*直播详情页*/
.dv-spo-live_detail {
    position: relative;
    height: 5.6rem;
    padding-top: 1rem;
}
.dv-spo-live_bg {
    height: 5.6rem;
    background: linear-gradient(90deg,#339966  18.8%,#339966 49.96%,#339966 81.5%);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    /*z-index: -1;*/
}
.dv-spo-live_bg .dv-spo-live_bg_box .dv-spo-live_bg_con {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    width: 100%;
}
.dv-spo-live_bg .dv-spo-live_bg_box .dv-spo-live_bg_con img{
    max-width: 100%;
}
.dv-spo-live_detail_team .dv-spo-live_detail_teamt {
    position: relative;
    z-index: 2;
    color: #fff;
}
.dv-spo-live_detail_team .dv-spo-live_name {
    width: 100%;
    height: .72rem;
    line-height: .72rem;
    padding: .08rem .54rem;
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.dv-spo-live_detail_team .dv-spo-live_con {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.dv-spo-team1 {
    text-align: center;
    width: 30%;
}
.dv-spo-team2 .dv-spo-team_img, .dv-spo-team1 .dv-spo-team_img {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.dv-spo-team2 .dv-spo-team_img img, .dv-spo-team1 .dv-spo-team_img img {
    width: 1.12rem;
    height: 1.12rem;
    border-radius: 50%;
}
.dv-spo-team1 h1, .dv-spo-team2 h1 {
    height: .52rem;
    font-size: .28rem;
    font-weight: bold;
    line-height: .52rem;
    color: #FFFFFF;
    margin-top: .2rem;
}
.dv-spo-live_num {
    text-align: center;
    width: 40%;
}
.dv-spo-live_num_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .5rem 0;
    height: .78rem;
    padding: 0 .24rem;
}
.dv-spo-live_num_box > p
 {
    font-size: .64rem;
    font-family: DIN;
    font-weight: bold;
    line-height: .78rem;
    color: #FFFFFF;
}
.dv-spo-live_status {
    height: .72rem;
    background: #FFFFFF;
    border-radius: .36rem;
    font-size: .32rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: .72rem;
    width: 2.5rem;
    margin: auto;
    color: #339966;
}
.dv-spo-team2 {
    text-align: center;
    width: 30%;
}

/*信号源*/
.dv-spo-match_details {
    margin-top: .2rem;
    margin-bottom: .2rem;
}
.dv-spo-signa{
    margin-top: .2rem;
}
.dv-spo-signa ul li {
    margin-right: .2rem;
    background: #CCC;
    display: inline-block;
    margin-top: .2rem;
    margin-bottom: .2rem;
    border-radius: .12rem;
}
.dv-spo-signa ul li.dv-spo-click {
    background: #339966;
}
.dv-spo-signa ul li a{
    display: block;
    padding: .2rem .4rem;
    color: #fff;
}

/*直播详情*/
.dv-spo-live_content {
    padding: .4rem .2rem;
    background: #FFF;
}
.dv-spo-live_content p {
    font-size: .28rem;
    line-height: .44rem;
    margin-bottom: .2rem;
}
.dv-spo-live_content p span.dv-spo-tit {
    color: #C00;
    overflow: hidden;
}

/*网络信息详情*/
.dv-spo-wangluo_con {
    padding: .4rem 0px .2rem;
    overflow: hidden;
}
.dv-spo-wangluo_con .dv-spo-img {
    margin-right: .4rem;
}
.dv-spo-wangluo_con .dv-spo-img img {
    /*width: 4rem;*/
    height: 2.4rem;
    border-radius: .1rem;
}
.dv-spo-wangluo_con .dv-spo-title {
    margin-top: .2rem;
    width: 100%;
    font-size: .3rem;
    color: #666666;
}

.qmw-mobile-detail-hero {
    position: relative;
    overflow: hidden;
    margin: .24rem 0 .32rem;
    padding: .28rem;
    border-radius: .16rem;
    background: #22272d;
    color: #fff;
    box-shadow: 0 .08rem .24rem rgba(0, 0, 0, .12);
}
.qmw-mobile-detail-hero:before,
.qmw-mobile-detail-hero:after {
    content: "";
    position: absolute;
    top: -.6rem;
    bottom: -.6rem;
    width: 1.2rem;
    transform: skewX(-18deg);
    opacity: .85;
    pointer-events: none;
}
.qmw-mobile-detail-hero:before {
    left: -.45rem;
    background: #d4565f;
}
.qmw-mobile-detail-hero:after {
    right: -.45rem;
    background: #1476cf;
}
.qmw-mobile-detail-hero__summary {
    position: relative;
    z-index: 1;
    display: flex;
    gap: .22rem;
    align-items: flex-start;
}
.qmw-mobile-detail-hero__summary img {
    flex: 0 0 2.1rem;
    width: 2.1rem;
    height: 1.36rem;
    object-fit: cover;
    border-radius: .1rem;
    background: #15191f;
}
.qmw-mobile-detail-hero__body {
    min-width: 0;
    flex: 1;
}
.qmw-mobile-detail-hero__body h1 {
    margin: 0 0 .12rem;
    color: #fff;
    font-size: .36rem;
    font-weight: 700;
    line-height: .46rem;
    word-break: break-word;
}
.qmw-mobile-detail-hero__body p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: .26rem;
    line-height: .42rem;
}
.qmw-mobile-detail-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: .12rem;
    margin-top: .16rem;
}
.qmw-mobile-detail-hero__meta span {
    display: inline-flex;
    max-width: 100%;
    padding: .06rem .16rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .72);
    font-size: .22rem;
    line-height: .32rem;
}
.qmw-mobile-detail-hero__signal {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: .12rem;
    margin-top: .22rem;
}
.qmw-mobile-detail-hero__signal a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: .56rem;
    padding: .08rem .18rem;
    border-radius: .12rem;
    background: #339966;
    color: #fff;
    font-size: .24rem;
    line-height: .32rem;
}
@media (max-width: 360px) {
    .qmw-mobile-detail-hero__summary {
        flex-direction: column;
    }
    .qmw-mobile-detail-hero__summary img {
        flex: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

/*内页热门数据*/
body.qmw-mobile-inter-detail .dv-spo-header_tc {
    border: 0;
    background: transparent;
}
body.qmw-mobile-inter-detail .dv-spo-header_tc .dv-spo-top {
    display: none;
}
.qmw-mobile-inter-nav-card {
    margin: .16rem 0 .24rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: .1rem;
    box-shadow: 0 .04rem .16rem rgba(0,0,0,.04);
}
.qmw-mobile-inter-nav-card__head {
    display: flex;
    align-items: center;
    min-height: .82rem;
}
.qmw-mobile-inter-nav-card__brand {
    display: flex;
    flex: 0 0 1.42rem;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    border-right: 1px solid #eee;
}
.qmw-mobile-inter-nav-card__brand img {
    display: block;
    max-width: 1.08rem;
    height: .27rem;
    object-fit: contain;
}
.qmw-mobile-inter-nav-card .dv-spo-map-box {
    margin: 0;
    padding: 0 .22rem;
    border-top: 1px solid #eee;
    background: #fafafa;
}
.qmw-mobile-inter-nav-card .dv-spo-crumbs {
    display: flex;
    align-items: center;
    min-height: .5rem;
    margin: 0;
    color: #999;
    font-size: .22rem;
    line-height: .32rem;
}
.qmw-mobile-inter-nav-card .dv-spo-crumbs a {
    color: #777;
    font-size: .22rem;
}
.qmw-mobile-inter-nav {
    display: flex;
    flex: 1;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.qmw-mobile-inter-nav__item {
    position: relative;
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: .82rem;
    color: #666;
    font-size: .26rem;
    font-weight: 600;
}
.qmw-mobile-inter-nav__item--active {
    color: #339966;
}
.qmw-mobile-inter-nav__item--active:after {
    position: absolute;
    right: .18rem;
    bottom: 0;
    left: .18rem;
    height: .05rem;
    border-radius: .04rem .04rem 0 0;
    background: #339966;
    content: "";
}
#inter-data,
#inter-signal,
#inter-prediction,
#inter-introduction,
#inter-video {
    scroll-margin-top: 1rem;
}
.dv-spo-index_left > #inter-introduction {
    display: none;
}
.dv-spo-index_left.qmw-mobile-inter-introduction-mode > #inter-introduction {
    display: block;
}
.dv-spo-index_left.qmw-mobile-inter-introduction-mode > #inter-related-match,
.dv-spo-index_left.qmw-mobile-inter-introduction-mode > #inter-prediction {
    display: none;
}

.qmw-mobile-detail-simple {
    margin: .12rem 0 .3rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: .12rem;
    box-shadow: 0 .06rem .2rem rgba(0,0,0,.06);
}
.qmw-mobile-detail-simple__title {
    display: flex;
    align-items: center;
    gap: .18rem;
    margin: 0;
    padding: .24rem .28rem;
    border-bottom: 1px solid #eee;
}
.qmw-mobile-detail-simple__title h3 {
    flex: 1;
    max-width: 100%;
    margin: 0;
    font-size: .3rem;
    line-height: .42rem;
    text-align: left;
    word-break: break-word;
}
.qmw-mobile-detail-simple__title > span {
    flex: 0 0 auto;
    padding: .05rem .12rem;
    border-radius: .06rem;
    background: #eef8f3;
    color: #339966;
    font-size: .18rem;
    font-weight: 600;
    line-height: .28rem;
}
.qmw-mobile-detail-simple__body {
    display: grid;
    grid-template-columns: 2.8rem minmax(0,3.4rem);
    align-items: stretch;
    justify-content: center;
    gap: .28rem;
    padding: .28rem .28rem .3rem;
}
.qmw-mobile-detail-simple__body--expanded {
    display: block;
}
.qmw-mobile-detail-simple__body--expanded .qmw-mobile-detail-simple__image {
    width: 2.8rem;
    max-width: 100%;
    margin: 0 auto .24rem;
}
.qmw-mobile-detail-simple__copy {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-width: 0;
}
.qmw-mobile-detail-simple__signal {
    margin: 0;
    padding: .24rem .28rem .3rem;
    border-top: 1px solid #e3eee8;
    background: #f5fbf8;
}
.qmw-mobile-detail-simple__signal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .2rem;
    margin-bottom: .2rem;
}
.qmw-mobile-detail-simple__signal-head strong {
    color: #2c7f57;
    font-size: .28rem;
    line-height: .4rem;
}
.qmw-mobile-detail-simple__signal-head span {
    color: #7b9989;
    font-size: .22rem;
    line-height: .32rem;
}
.qmw-mobile-detail-simple__signal ul {
    display: grid;
    grid-template-columns: repeat(6, minmax(0,1fr));
    gap: .16rem;
}
.qmw-mobile-detail-simple__signal ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    min-height: .72rem;
    margin: 0;
    border-radius: .08rem;
    box-shadow: 0 .04rem .12rem rgba(51,153,102,.14);
    grid-column: span 2;
}
.qmw-mobile-detail-simple__signal ul[data-count="4"] li {
    grid-column: span 3;
}
.qmw-mobile-detail-simple__signal ul[data-count="5"] li:nth-child(n+4) {
    grid-column: span 3;
}
.qmw-mobile-detail-simple__signal ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: .72rem;
    padding: .1rem .12rem;
    color: #fff;
    font-size: .24rem;
    font-weight: 700;
    line-height: .32rem;
    text-align: center;
}
.qmw-mobile-detail-simple__image {
    display: flex;
    justify-content: center;
    margin: 0;
}
.qmw-mobile-detail-simple__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-radius: .1rem;
    background: #f0f0f0;
}
.qmw-mobile-detail-simple__desc {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #555;
    font-size: .25rem;
    line-height: .36rem;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.qmw-mobile-detail-simple__desc--expanded {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
}
.qmw-mobile-detail-simple__toggle {
    display: block;
    margin: auto 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #339966;
    font-size: .21rem;
    line-height: .3rem;
}
.qmw-mobile-detail-simple__toggle[hidden] {
    display: none;
}

.qmw-mobile-inter-prediction__body {
    margin-top: .24rem;
    padding: .3rem;
    background: #fff;
    border-radius: .1rem;
    box-shadow: 0 0 .2rem rgba(0,0,0,.06);
}
.qmw-mobile-inter-prediction__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .2rem;
}
.qmw-mobile-inter-prediction__head strong {
    flex: 1;
    color: #222;
    font-size: .32rem;
    line-height: .46rem;
}
.qmw-mobile-inter-prediction__head span {
    flex: 0 0 auto;
    padding: .05rem .12rem;
    border-radius: .06rem;
    background: #eef8f3;
    color: #339966;
    font-size: .22rem;
    line-height: .32rem;
}
.qmw-mobile-inter-prediction__teams {
    display: grid;
    grid-template-columns: minmax(0,1fr) .6rem minmax(0,1fr);
    align-items: center;
    gap: .12rem;
    margin: .3rem 0;
}
.qmw-mobile-inter-prediction__teams div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .08rem;
    min-width: 0;
}
.qmw-mobile-inter-prediction__teams span {
    max-width: 100%;
    overflow: hidden;
    color: #555;
    font-size: .28rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qmw-mobile-inter-prediction__teams strong {
    color: #339966;
    font-size: .38rem;
    line-height: .48rem;
}
.qmw-mobile-inter-prediction__teams em {
    color: #999;
    font-size: .24rem;
    text-align: center;
}
.qmw-mobile-inter-prediction__body > p {
    color: #666;
    font-size: .28rem;
    line-height: .48rem;
}
.qmw-mobile-inter-prediction__body > p strong {
    display: block;
    margin-bottom: .08rem;
    color: #333;
    font-size: .3rem;
}

.qmw-mobile-inter-article {
    scroll-margin-top: 1rem;
}
.qmw-mobile-inter-article__header > span {
    margin-left: auto;
    color: #999;
    font-size: .24rem;
    font-weight: 400;
}
.qmw-mobile-inter-article__body {
    margin-top: .24rem;
    padding: .34rem .3rem .38rem;
    background: #fff;
    border-radius: .1rem;
    box-shadow: 0 0 .2rem rgba(0,0,0,.06);
}
.qmw-mobile-inter-article__body h2 {
    margin: 0 0 .28rem;
    color: #222;
    font-size: .36rem;
    font-weight: 700;
    line-height: .54rem;
}
.qmw-mobile-inter-article__body p {
    margin: 0;
    color: #555;
    font-size: .3rem;
    line-height: .56rem;
    text-align: justify;
    text-indent: 2em;
}
.qmw-mobile-inter-article__body p + p {
    margin-top: .2rem;
}
.qmw-mobile-inter-article__body h3,
.qmw-mobile-inter-article__body h2:not(:first-child) {
    margin: .34rem 0 .16rem;
    color: #333;
    font-size: .32rem;
    font-weight: 700;
    line-height: .48rem;
}
.qmw-mobile-inter-article__body p img,
.qmw-mobile-inter-article__body > img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: .24rem auto;
    border-radius: .08rem;
}
.qmw-mobile-inter-article__body ul,
.qmw-mobile-inter-article__body ol,
.qmw-mobile-inter-article__body blockquote {
    margin: .2rem 0;
    color: #555;
    font-size: .3rem;
    line-height: .54rem;
}

.qmw-mobile-inter-review-list {
    margin-top: .24rem;
    padding: .04rem .26rem;
    background: #fff;
    border-radius: .1rem;
    box-shadow: 0 0 .2rem rgba(0,0,0,.06);
}
.qmw-mobile-inter-review {
    display: flex;
    align-items: flex-start;
    gap: .2rem;
    padding: .26rem 0;
    border-bottom: 1px solid #eee;
}
.qmw-mobile-inter-review:last-child {
    border-bottom: 0;
}
.qmw-mobile-inter-review > img {
    flex: 0 0 auto;
    width: .72rem;
    height: .72rem;
    border-radius: 50%;
    background: #f0f0f0;
    object-fit: cover;
}
.qmw-mobile-inter-review > div {
    flex: 1;
    min-width: 0;
    text-align: left;
}
.qmw-mobile-inter-review strong {
    display: block;
    margin-bottom: .08rem;
    color: #333;
    font-size: .28rem;
    line-height: .4rem;
}
.qmw-mobile-inter-review p {
    margin: 0;
    color: #666;
    font-size: .27rem;
    line-height: .44rem;
    word-break: break-word;
}

.dv-spo-detail_wangluo ul {
    margin-top: .4rem;
    overflow: hidden;
}
.dv-spo-detail_wangluo ul li {
    width: 3.45rem;
    background: #fff;
    box-shadow: 0 0 .2rem 0 #dfdfdf;
    border-radius: .08rem;
    padding: .2rem;
    float: left;
    margin-right: 0.2rem;
    margin-bottom: .3rem;
}
.dv-spo-detail_wangluo ul li:nth-child(2n){
    margin-right: 0px;
}
.dv-spo-detail_wangluo ul li .dv-spo-img {
    height: 2rem;
    position: relative;
    overflow: hidden;
}
.dv-spo-detail_wangluo ul li .dv-spo-img img {
    display: block;
    width: 100%;
    height: 2rem;
}
.dv-spo-detail_wangluo ul li p {
    font-size: .32rem;
    color: #1d1d1f;
    height: .6rem;
    line-height: .6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.qmw-mobile-inter-video .dv-spo-detail_wangluo ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .24rem .2rem;
    margin-top: .3rem;
    overflow: visible;
}
.qmw-mobile-inter-video .dv-spo-detail_wangluo ul li,
.qmw-mobile-inter-video .dv-spo-detail_wangluo ul li:nth-child(2n) {
    box-sizing: border-box;
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: .14rem;
}
.qmw-mobile-inter-video .dv-spo-detail_wangluo ul li .dv-spo-img {
    display: block;
    height: auto;
    overflow: visible;
}
.qmw-mobile-inter-video .dv-spo-detail_wangluo ul li .dv-spo-img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: .06rem;
    background: #ececec;
    object-fit: cover;
}
.qmw-mobile-inter-video .dv-spo-detail_wangluo ul li p {
    display: -webkit-box;
    height: auto;
    min-height: .76rem;
    margin-top: .12rem;
    overflow: hidden;
    color: #1d1d1f;
    font-size: .28rem;
    line-height: .38rem;
    text-align: left;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Mobile inter detail follows the PC dark visual system. */
body.qmw-mobile-inter-detail {
    --qmw-mobile-bg: #212326;
    --qmw-mobile-header: #191b1f;
    --qmw-mobile-panel: rgba(255,255,255,.04);
    --qmw-mobile-panel-strong: rgba(255,255,255,.055);
    --qmw-mobile-border: rgba(255,255,255,.065);
    --qmw-mobile-text: rgba(255,255,255,.88);
    --qmw-mobile-text-70: rgba(255,255,255,.70);
    --qmw-mobile-text-50: rgba(255,255,255,.50);
    --qmw-mobile-blue: rgba(0,128,255,.88);
    min-height: 100vh;
    background: var(--qmw-mobile-bg) !important;
    color: var(--qmw-mobile-text);
}
body.qmw-mobile-inter-detail .dv-spo-header_tc,
body.qmw-mobile-inter-detail .dv-spo-header_tc .dv-spo-menu-shadow-box {
    background: var(--qmw-mobile-header);
}
body.qmw-mobile-inter-detail .dv-spo-header_tc .dv-spo-menu-shadow-box {
    border-bottom: 1px solid var(--qmw-mobile-border);
}
body.qmw-mobile-inter-detail .dv-spo-header_tc .dv-spo-menu-shadow-box .dv-spo-menu-mb {
    background: linear-gradient(to left,rgba(25,27,31,.96),rgba(25,27,31,0));
}
body.qmw-mobile-inter-detail .dv-spo-menu-shadow ul li a {
    color: var(--qmw-mobile-text-70);
}
body.qmw-mobile-inter-detail .dv-spo-menu-shadow ul li a.on {
    color: var(--qmw-mobile-blue);
}
body.qmw-mobile-inter-detail .dv-spo-menu-shadow ul li a.on::after {
    background: var(--qmw-mobile-blue);
}
body.qmw-mobile-inter-detail .dv-spo-index_conter {
    background: var(--qmw-mobile-bg);
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-nav-card {
    background: var(--qmw-mobile-panel);
    border-color: var(--qmw-mobile-border);
    box-shadow: none;
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-nav-card__head {
    background: linear-gradient(90deg,rgba(255,102,102,.10),rgba(38,42,47,.98) 24%,rgba(38,42,47,.98) 76%,rgba(0,128,255,.12));
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-nav-card__brand {
    border-color: var(--qmw-mobile-border);
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-nav {
    background: transparent;
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-nav__item {
    color: var(--qmw-mobile-text-70);
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-nav__item--active {
    color: #76baff;
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-nav__item--active:after {
    background: var(--qmw-mobile-blue);
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-nav-card .dv-spo-map-box {
    background: rgba(255,255,255,.025);
    border-color: var(--qmw-mobile-border);
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-nav-card .dv-spo-crumbs,
body.qmw-mobile-inter-detail .qmw-mobile-inter-nav-card .dv-spo-crumbs a {
    color: var(--qmw-mobile-text-50);
}
body.qmw-mobile-inter-detail .dv-spo-index_title span,
body.qmw-mobile-inter-detail .dv-spo-index_title h2,
body.qmw-mobile-inter-detail .dv-spo-index_title h3 {
    color: var(--qmw-mobile-text);
}
body.qmw-mobile-inter-detail .dv-spo-index_title {
    background-image: url("../../index/images/icon_section_title.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .28rem .36rem;
    padding-left: .44rem;
}
body.qmw-mobile-inter-detail .dv-spo-index_title span,
body.qmw-mobile-inter-detail .dv-spo-index_title h2,
body.qmw-mobile-inter-detail .dv-spo-index_title h3 {
    margin-left: 0;
}
body.qmw-mobile-inter-detail .dv-spo-index_title:after {
    display: none;
}
body.qmw-mobile-inter-detail .dv-spo-index_title > a {
    color: var(--qmw-mobile-text-50);
}
body.qmw-mobile-inter-detail .qmw-mobile-detail-simple {
    background: linear-gradient(135deg,rgba(255,102,102,.10),rgba(38,42,47,.98) 34%,rgba(38,42,47,.98) 72%,rgba(0,128,255,.10));
    border-color: var(--qmw-mobile-border);
    box-shadow: none;
}
body.qmw-mobile-inter-detail .qmw-mobile-detail-simple__title {
    border-color: var(--qmw-mobile-border);
}
body.qmw-mobile-inter-detail .qmw-mobile-detail-simple__title h3 {
    color: var(--qmw-mobile-text);
}
body.qmw-mobile-inter-detail .qmw-mobile-detail-simple__title > span,
body.qmw-mobile-inter-detail .qmw-mobile-inter-prediction__head span {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    color: #f0c36a;
}
body.qmw-mobile-inter-detail .qmw-mobile-detail-simple__image img {
    background: var(--qmw-mobile-panel-strong);
}
body.qmw-mobile-inter-detail .qmw-mobile-detail-simple__desc {
    color: var(--qmw-mobile-text-70);
}
body.qmw-mobile-inter-detail .qmw-mobile-detail-simple__toggle {
    color: #76baff;
}
body.qmw-mobile-inter-detail .qmw-mobile-detail-simple__signal {
    background: rgba(255,255,255,.025);
    border-color: var(--qmw-mobile-border);
}
body.qmw-mobile-inter-detail .qmw-mobile-detail-simple__signal-head strong {
    color: var(--qmw-mobile-text);
}
body.qmw-mobile-inter-detail .qmw-mobile-detail-simple__signal-head span {
    color: var(--qmw-mobile-text-50);
}
body.qmw-mobile-inter-detail .qmw-mobile-detail-simple__signal ul li {
    background: linear-gradient(180deg,#ff604b,#ff402b);
    border: 0;
    box-shadow: 0 .08rem .18rem rgba(255,73,50,.20);
}
body.qmw-mobile-inter-detail .qmw-mobile-detail-simple__signal ul li a {
    color: #fff;
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-prediction__body,
body.qmw-mobile-inter-detail .qmw-mobile-inter-article__body,
body.qmw-mobile-inter-detail .qmw-mobile-inter-review-list {
    background: var(--qmw-mobile-panel);
    border: 1px solid var(--qmw-mobile-border);
    box-shadow: none;
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-prediction__head {
    padding-bottom: .22rem;
    border-bottom: 1px solid var(--qmw-mobile-border);
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-prediction__head strong,
body.qmw-mobile-inter-detail .qmw-mobile-inter-article__body h2,
body.qmw-mobile-inter-detail .qmw-mobile-inter-article__body h3,
body.qmw-mobile-inter-detail .qmw-mobile-inter-review strong {
    color: var(--qmw-mobile-text);
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-prediction__teams span,
body.qmw-mobile-inter-detail .qmw-mobile-inter-prediction__body > p,
body.qmw-mobile-inter-detail .qmw-mobile-inter-article__body p,
body.qmw-mobile-inter-detail .qmw-mobile-inter-article__body ul,
body.qmw-mobile-inter-detail .qmw-mobile-inter-article__body ol,
body.qmw-mobile-inter-detail .qmw-mobile-inter-article__body blockquote,
body.qmw-mobile-inter-detail .qmw-mobile-inter-review p {
    color: var(--qmw-mobile-text-70);
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-prediction__teams strong {
    color: #76baff;
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-prediction__teams em,
body.qmw-mobile-inter-detail .qmw-mobile-inter-article__header > span {
    color: var(--qmw-mobile-text-50);
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-prediction__body > p strong {
    color: #f0c36a;
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-review-list {
    padding: .12rem;
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-review {
    margin-bottom: .12rem;
    padding: .22rem;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.05);
    border-radius: .1rem;
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-review:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-review > img {
    background: rgba(255,255,255,.08);
}
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-index_match_list {
    margin-top: .24rem;
    overflow: hidden;
    background: var(--qmw-mobile-panel);
    border: 1px solid var(--qmw-mobile-border);
    border-radius: .1rem;
}
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-hotmatch {
    background: transparent;
    border-color: var(--qmw-mobile-border);
}
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-time,
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-cate,
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-team1,
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-team2,
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-fh,
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-items-top p,
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-more {
    color: var(--qmw-mobile-text-70);
}
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-team1num,
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-team2num {
    background: rgba(255,255,255,.06);
    color: var(--qmw-mobile-text);
}
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-team1logo img,
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-team2logo img {
    background: rgba(255,255,255,.08);
    border-radius: 50%;
}
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-items-box {
    padding-top: .16rem;
    border-top: 1px solid var(--qmw-mobile-border);
}
body.qmw-mobile-inter-detail #inter-related-match .dv-spo-items-btm p {
    color: #76baff;
    border-color: var(--qmw-mobile-blue);
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-video .dv-spo-detail_wangluo ul li,
body.qmw-mobile-inter-detail .qmw-mobile-inter-video .dv-spo-detail_wangluo ul li:nth-child(2n) {
    background: var(--qmw-mobile-panel);
    border: 1px solid var(--qmw-mobile-border);
    box-shadow: none;
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-video .dv-spo-detail_wangluo ul li p {
    color: var(--qmw-mobile-text);
}
body.qmw-mobile-inter-detail .qmw-mobile-inter-video .dv-spo-detail_wangluo ul li .dv-spo-img img {
    background: rgba(255,255,255,.06);
}
body.qmw-mobile-inter-detail .dv-spo-index_right .dv-spo-detail_new_list,
body.qmw-mobile-inter-detail .dv-spo-index_right .dv-spo-index_videopace,
body.qmw-mobile-inter-detail .dv-spo-index_right .dv-spo-tags {
    background: var(--qmw-mobile-panel);
    border: 1px solid var(--qmw-mobile-border);
    border-radius: .1rem;
}
body.qmw-mobile-inter-detail .dv-spo-index_right .dv-spo-detail_new_list ul,
body.qmw-mobile-inter-detail .dv-spo-index_right .dv-spo-index_videopace ul {
    border-color: var(--qmw-mobile-border);
}
body.qmw-mobile-inter-detail .dv-spo-index_right .dv-spo-detail_new_list ul li,
body.qmw-mobile-inter-detail .dv-spo-index_right .dv-spo-index_videopace ul li {
    border-color: var(--qmw-mobile-border);
}
body.qmw-mobile-inter-detail .dv-spo-index_right .dv-spo-detail_new_list ul li a,
body.qmw-mobile-inter-detail .dv-spo-index_right .dv-spo-index_videopace ul li a {
    color: var(--qmw-mobile-text-70);
}
body.qmw-mobile-inter-detail .dv-spo-index_right .dv-spo-detail_new_list ul li span {
    background: var(--qmw-mobile-blue);
}
body.qmw-mobile-inter-detail .dv-spo-index_right .dv-spo-tag {
    background: rgba(255,255,255,.06);
    color: var(--qmw-mobile-text-70);
}
body.qmw-mobile-inter-detail .dv-spo-index_right .dv-spo-tags a.dv-spo-tag:after {
    border-left-color: rgba(255,255,255,.06);
}
body.qmw-mobile-inter-detail .dv-spo-nothing span {
    color: var(--qmw-mobile-text-50);
}
body.qmw-mobile-inter-detail .dv-spo-footer {
    background: var(--qmw-mobile-header);
    border-top: 1px solid var(--qmw-mobile-border);
}
body.qmw-mobile-inter-detail .dv-spo-footer p,
body.qmw-mobile-inter-detail .dv-spo-footer p a {
    color: var(--qmw-mobile-text-50) !important;
}
body.qmw-mobile-inter-detail .bottom-nav {
    background: rgba(25,27,31,.97);
    border-top: 1px solid var(--qmw-mobile-border);
    box-shadow: 0 -.04rem .16rem rgba(0,0,0,.22);
}
body.qmw-mobile-inter-detail .bottom-nav .nav-item,
body.qmw-mobile-inter-detail .bottom-nav .nav-item span,
body.qmw-mobile-inter-detail .bottom-nav .nav-item .icon {
    color: var(--qmw-mobile-text-70);
}
body.qmw-mobile-inter-detail .bottom-nav .nav-item:hover {
    color: #76baff;
}
body.qmw-mobile-inter-detail .bottom-nav .nav-item svg path {
    fill: rgba(255,255,255,.72) !important;
}

/* Global mobile theme: share the PC dark visual system across every frontend page. */
body {
    --qmw-global-bg: #212326;
    --qmw-global-header: #191b1f;
    --qmw-global-panel: rgba(255,255,255,.04);
    --qmw-global-panel-strong: rgba(255,255,255,.06);
    --qmw-global-border: rgba(255,255,255,.065);
    --qmw-global-text: rgba(255,255,255,.88);
    --qmw-global-text-70: rgba(255,255,255,.70);
    --qmw-global-text-50: rgba(255,255,255,.50);
    --qmw-global-blue: rgba(0,128,255,.88);
    --qmw-global-blue-soft: rgba(0,128,255,.16);
    background: var(--qmw-global-bg) !important;
    color: var(--qmw-global-text);
    padding-bottom: 1rem;
}
html,
body .dv-spo-content,
body .dv-spo-index_conter,
body .dv-spo-index_con,
body .dv-spo-news_con {
    background: var(--qmw-global-bg);
}
body .dv-spo-public_swiper .swiper-slide {
    background: var(--qmw-global-header);
}
body a {
    color: var(--qmw-global-text-70);
}
body a:hover {
    color: #76baff;
}

/* Shared header, bottom navigation and footer. */
body .dv-spo-header,
body .dv-spo-header_tc,
body .dv-spo-header_tc .dv-spo-menu-shadow-box {
    background: var(--qmw-global-header);
}
body .dv-spo-header_tc {
    border-bottom: 1px solid var(--qmw-global-border);
}
body .dv-spo-header_tc .dv-spo-top {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: .88rem;
    padding: .16rem .22rem;
}
body .dv-spo-header_tc .dv-spo-top .dv-spo-logo {
    display: flex;
    align-items: center;
    width: auto;
    height: .34rem;
    margin: 0;
}
body .dv-spo-header_tc .dv-spo-top .dv-spo-logo img {
    width: auto;
    max-width: 1.9rem;
    height: .34rem;
    object-fit: contain;
}
body .dv-spo-header_tc .dv-spo-menu-shadow {
    border-top: 1px solid var(--qmw-global-border);
}
body .dv-spo-menu-shadow ul li a {
    color: var(--qmw-global-text-70);
}
body .dv-spo-menu-shadow ul li a.on {
    color: #76baff;
}
body .dv-spo-menu-shadow ul li a.on::after {
    background: var(--qmw-global-blue);
}
body .dv-spo-header_tc .dv-spo-menu-shadow-box .dv-spo-menu-mb {
    background: linear-gradient(to left,var(--qmw-global-header),rgba(25,27,31,0));
}
body .bottom-nav {
    background: rgba(25,27,31,.97);
    border-top: 1px solid var(--qmw-global-border);
    box-shadow: 0 -.04rem .16rem rgba(0,0,0,.24);
}
body .bottom-nav .nav-item,
body .bottom-nav .nav-item span,
body .bottom-nav .nav-item .icon {
    color: var(--qmw-global-text-70);
}
body .bottom-nav .nav-item:hover {
    color: #76baff;
}
body .bottom-nav .nav-item svg path {
    fill: rgba(255,255,255,.72) !important;
}
body .dv-spo-footer {
    background: var(--qmw-global-header);
    border-top: 1px solid var(--qmw-global-border);
}
body .dv-spo-footer p,
body .dv-spo-footer p a {
    color: var(--qmw-global-text-50) !important;
}
body #dv-spo-totop {
    background: rgba(25,27,31,.94);
    border: 1px solid var(--qmw-global-border);
}

/* Shared page frame, breadcrumb and PC section-title icon. */
body .dv-spo-index_conter {
    padding: 0 .2rem;
}
body .dv-spo-map-box {
    margin: .18rem 0;
    padding: .14rem .18rem;
    background: var(--qmw-global-panel);
    border: 1px solid var(--qmw-global-border);
    border-radius: .1rem;
}
body .dv-spo-crumbs {
    margin: 0;
    color: var(--qmw-global-text-50);
}
body .dv-spo-crumbs a,
body .dv-spo-map a {
    color: var(--qmw-global-text-50);
}
body .dv-spo-crumbs a:hover,
body .dv-spo-map a:hover {
    color: #76baff;
}
body .dv-spo-index_title {
    min-height: .42rem;
    background-image: url("../../index/images/icon_section_title.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .28rem .36rem;
    padding-left: .44rem;
}
body .dv-spo-index_title span,
body .dv-spo-index_title h2,
body .dv-spo-index_title h3 {
    margin-left: 0;
    color: var(--qmw-global-text);
}
body .dv-spo-index_title:after {
    display: none;
}
body .dv-spo-index_title > a {
    color: var(--qmw-global-text-50);
}
body .dv-spo-main-title .dv-spo-title {
    background-image: url("../../index/images/icon_section_title.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .28rem .36rem;
    padding-left: .44rem;
    color: var(--qmw-global-text);
}
body .dv-spo-main-title .dv-spo-title::after {
    display: none;
}
body .dv-spo-header_tc .dv-spo-menu-shadow span {
    background: var(--qmw-global-blue);
    border-color: var(--qmw-global-blue);
}
body .dv-spo-meun .dv-spo-menu_box b {
    background: var(--qmw-global-blue);
}

/* Shared dark cards and compact lists. */
body .dv-spo-index_tab,
body .dv-spo-hot_news,
body .dv-spo-index_videopace,
body .dv-spo-detail_new_list,
body .dv-spo-tags,
body .dv-spo-index_hot_list,
body .dv-spo-jf_rnak,
body .dv-spo-saishi_tab,
body .dv-spo-public_swiper,
body .dv-spo-index_label,
body .dv-spo-live_content,
body .dv-spo-index_left > div[style*="background: #fff"],
body .dv-spo-index_left > div[style*="background:#fff"] {
    background: var(--qmw-global-panel) !important;
    border: 1px solid var(--qmw-global-border);
    border-radius: .1rem;
    box-shadow: none;
}
body .qmw-mobile-side-news {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
body .dv-spo-detail_new_list ul,
body .dv-spo-index_videopace ul {
    border-color: var(--qmw-global-border);
}
body .dv-spo-detail_new_list ul li,
body .dv-spo-index_videopace ul li,
body .dv-spo-news_detail_page,
body .dv-spo-main-title {
    border-color: var(--qmw-global-border);
}
body .dv-spo-detail_new_list ul li a,
body .dv-spo-index_videopace ul li a,
body .dv-spo-hot_news li .dv-spo-title,
body .dv-spo-main-title .dv-spo-title,
body .dv-spo-index_video div .dv-spo-img p {
    color: var(--qmw-global-text-70);
}
body .dv-spo-detail_new_list ul li span {
    background: var(--qmw-global-blue);
}
body .qmw-mobile-detail-simple {
    background: linear-gradient(135deg,rgba(255,96,75,.10),rgba(38,42,47,.98) 34%,rgba(38,42,47,.98) 72%,rgba(0,128,255,.10));
    border-color: var(--qmw-global-border);
    box-shadow: none;
}
body .qmw-mobile-detail-simple__title {
    border-color: var(--qmw-global-border);
}
body .qmw-mobile-detail-simple__title h3 {
    color: var(--qmw-global-text);
}
body .qmw-mobile-detail-simple__signal {
    background: rgba(255,255,255,.024);
    border-color: var(--qmw-global-border);
}
body .qmw-mobile-detail-simple__signal-head strong {
    color: var(--qmw-global-text);
}
body .qmw-mobile-detail-simple__signal-head span {
    color: var(--qmw-global-text-50);
}
body .qmw-mobile-detail-simple__signal ul li {
    background: linear-gradient(180deg,#ff604b,#ff402b);
    border: 0;
    box-shadow: 0 .08rem .18rem rgba(255,73,50,.20);
}
body .qmw-mobile-detail-simple__signal ul li a {
    color: #fff;
}
body .qmw-mobile-detail-simple__image img {
    background: var(--qmw-global-panel-strong);
}
body .qmw-mobile-detail-simple__desc {
    color: var(--qmw-global-text-70);
}
body .qmw-mobile-detail-simple__toggle {
    color: #76baff;
}

/* Search detail: PC-equivalent news data and review cards in a mobile layout. */
body.qmw-mobile-search-detail .qmw-mobile-search-news-list {
    display: grid;
    gap: .16rem;
    margin-top: .24rem;
}
body.qmw-mobile-search-detail .qmw-mobile-search-news-item {
    display: grid;
    grid-template-columns: 2.25rem minmax(0,1fr);
    align-items: stretch;
    gap: .22rem;
    min-width: 0;
    padding: .18rem;
    background: var(--qmw-global-panel);
    border: 1px solid var(--qmw-global-border);
    border-radius: .1rem;
}
body.qmw-mobile-search-detail .qmw-mobile-search-news-item > img {
    display: block;
    width: 2.25rem;
    height: 1.55rem;
    background: var(--qmw-global-panel-strong);
    border-radius: .08rem;
    object-fit: cover;
}
body.qmw-mobile-search-detail .qmw-mobile-search-news-item > span {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
body.qmw-mobile-search-detail .qmw-mobile-search-news-item strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--qmw-global-text);
    font-size: .28rem;
    font-style: normal;
    font-weight: 700;
    line-height: .39rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
body.qmw-mobile-search-detail .qmw-mobile-search-news-item em {
    display: -webkit-box;
    margin-top: .08rem;
    overflow: hidden;
    color: var(--qmw-global-text-50);
    font-size: .23rem;
    font-style: normal;
    line-height: .34rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
body.qmw-mobile-search-detail .qmw-mobile-search-news-item i {
    margin-top: auto;
    color: var(--qmw-global-text-50);
    font-size: .21rem;
    font-style: normal;
    line-height: .3rem;
}
body.qmw-mobile-search-detail .qmw-mobile-search-reviews {
    scroll-margin-top: 1rem;
}
body.qmw-mobile-search-detail #search-data,
body.qmw-mobile-search-detail #search-signal,
body.qmw-mobile-search-detail #search-news,
body.qmw-mobile-search-detail #search-introduction {
    scroll-margin-top: 1rem;
}
body.qmw-mobile-search-detail .dv-spo-index_left > #search-introduction {
    display: none;
}
body.qmw-mobile-search-detail .dv-spo-index_left.qmw-mobile-search-introduction-mode > #search-introduction {
    display: block;
}
body.qmw-mobile-search-detail .dv-spo-index_left.qmw-mobile-search-introduction-mode > #search-news,
body.qmw-mobile-search-detail .dv-spo-index_left.qmw-mobile-search-introduction-mode > #search-related-match {
    display: none;
}
body.qmw-mobile-search-detail .qmw-mobile-inter-review-list {
    margin-top: .24rem;
    padding: .12rem;
    background: var(--qmw-global-panel);
    border: 1px solid var(--qmw-global-border);
    box-shadow: none;
}
body.qmw-mobile-search-detail .qmw-mobile-inter-review {
    margin-bottom: .12rem;
    padding: .22rem;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.05);
    border-radius: .1rem;
}
body.qmw-mobile-search-detail .qmw-mobile-inter-review:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
body.qmw-mobile-search-detail .qmw-mobile-inter-review > img {
    background: rgba(255,255,255,.08);
}
body.qmw-mobile-search-detail .qmw-mobile-inter-review strong {
    color: var(--qmw-global-text);
}
body.qmw-mobile-search-detail .qmw-mobile-inter-review p {
    color: var(--qmw-global-text-70);
}

/* News cards, news detail and previous/next navigation. */
body .dv-spo-news_list .dv-spo-item,
body .dv-spo-news_list .dv-spo-info {
    background: var(--qmw-global-panel);
}
body .dv-spo-news_list .dv-spo-item {
    border: 1px solid var(--qmw-global-border);
    border-radius: .1rem;
}
body .dv-spo-news_list .dv-spo-item .dv-spo-title .dv-spo-tit,
body .dv-spo-news_top_cont h1 {
    color: var(--qmw-global-text);
}
body .dv-spo-news_list .dv-spo-title span,
body .dv-spo-news_list .dv-spo-text,
body .dv-spo-news_top_cont .dv-spo-text {
    color: var(--qmw-global-text-50) !important;
}
body .dv-spo-news_list .dv-spo-score {
    color: #76baff !important;
}
body .dv-spo-news_top_cont {
    border-color: var(--qmw-global-border);
}
body .dv-spo-news_detail,
body .dv-spo-news_detail p,
body .dv-spo-news_detail div,
body .dv-spo-news_detail span,
body .dv-spo-news_detail strong {
    color: var(--qmw-global-text-70) !important;
}
body .dv-spo-news_detail h2,
body .dv-spo-news_detail h3 {
    color: var(--qmw-global-text) !important;
}
body .dv-spo-news_detail a,
body .dv-spo-news_detail_page a,
body .dv-spo-detail_tags a {
    color: #76baff !important;
}
body .dv-spo-news_detail_page,
body .dv-spo-news_detail_page p {
    color: var(--qmw-global-text-50);
}
body .dv-spo-detail_tags > span {
    color: var(--qmw-global-text-50);
}

/* Video, recording, highlights and image-link cards. */
body .dv-spo-index_video div .dv-spo-img,
body .dv-spo-detail_wangluo ul li,
body .dv-spo-index_wangluo_list ul li,
body .dv-spo-hot_team a,
body .dv-spo-index_hot_list a,
body .dv-spo-pmap ul li,
body .dv-spo-tuwen_list a {
    background: var(--qmw-global-panel);
    border: 1px solid var(--qmw-global-border);
    box-shadow: none;
}
body .dv-spo-index_wangluo_list ul li p,
body .dv-spo-pmap ul li a,
body .dv-spo-tuwen_list .dv-spo-title,
body .dv-spo-hot_team p,
body .dv-spo-index_hot_list a span {
    color: var(--qmw-global-text-70);
}
body .dv-spo-video_cont_list span {
    color: var(--qmw-global-text);
}
body .dv-spo-video_cont_list a,
body .dv-spo-wangluo_con .dv-spo-title {
    color: var(--qmw-global-text-70);
}
body .qmw-mobile-detail-hero__signal a {
    background: var(--qmw-global-blue);
}

/* TAG/search chips. */
body .dv-spo-tag {
    background: rgba(255,255,255,.065);
    color: var(--qmw-global-text-70);
}
body .dv-spo-tags a.dv-spo-tag:after {
    border-left-color: rgba(255,255,255,.065);
}

/* Match lists and live-detail panels. */
body .dv-spo-index_match_list .dv-spo-hotmatch {
    background: var(--qmw-global-panel);
    border-color: var(--qmw-global-border);
}
body .dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-time,
body .dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-cate,
body .dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team1,
body .dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team2,
body .dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-fh,
body .dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-top p,
body .dv-spo-index_match_list h6 {
    color: var(--qmw-global-text-70);
}
body .dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team1num,
body .dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team2num {
    background: rgba(255,255,255,.06);
    color: var(--qmw-global-text);
}
body .dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-btm p {
    color: #76baff;
    border-color: var(--qmw-global-blue);
}
body .dv-spo-index_match_more {
    background: var(--qmw-global-blue);
}
body .dv-spo-live_detail {
    overflow: hidden;
    border: 1px solid var(--qmw-global-border);
    border-radius: .12rem;
}
body .dv-spo-live_bg {
    background: linear-gradient(135deg,rgba(255,96,75,.18),rgba(38,42,47,.98) 34%,rgba(38,42,47,.98) 72%,rgba(0,128,255,.18));
}
body .dv-spo-team2 .dv-spo-team_img,
body .dv-spo-team1 .dv-spo-team_img {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.12);
}
body .dv-spo-live_status {
    background: linear-gradient(90deg,#ff604b,#ff402b);
    color: #fff;
}
body .dv-spo-match_details {
    padding: .2rem;
    background: var(--qmw-global-panel);
    border: 1px solid var(--qmw-global-border);
    border-radius: .1rem;
}
body .dv-spo-signal_img {
    filter: brightness(0) invert(1);
    opacity: .72;
}
body .dv-spo-signa ul li {
    background: rgba(255,255,255,.10);
}
body .dv-spo-signa ul li.dv-spo-click {
    background: linear-gradient(90deg,#ff604b,#ff402b);
}
body .dv-spo-live_content p {
    color: var(--qmw-global-text-70);
}
body .dv-spo-live_content p span.dv-spo-tit {
    color: #76baff;
}

/* Channel tabs, date filters and ranking tables. */
body .dv-spo-saishi_tab {
    border-color: var(--qmw-global-border);
}
body .dv-spo-saishi_tab span,
body .dv-spo-saishi_tab .dv-spo-saishi_item a {
    color: var(--qmw-global-text-70);
}
body .dv-spo-saishi_tab .dv-spo-saishi_item a.on {
    color: #76baff;
}
body .dv-spo-saishi_tab .dv-spo-saishi_item a.on:after {
    background: var(--qmw-global-blue);
}
body .dv-spo-data_conten a {
    background: var(--qmw-global-panel);
    border-color: var(--qmw-global-border);
    color: var(--qmw-global-text-70);
}
body .dv-spo-data_conten a.on {
    border-color: var(--qmw-global-blue);
    color: #76baff;
}
body .dv-spo-data_conten a.on i,
body .dv-spo-data_conten a:hover i {
    background: var(--qmw-global-blue);
}
body .dv-spo-jf_rnak .dv-spo-rankingt.dv-spo-bg {
    background: rgba(255,255,255,.06);
}
body .dv-spo-jf_rnak .dv-spo-bgg {
    border-color: var(--qmw-global-border);
}
body .dv-spo-jf_rnak,
body .dv-spo-jf_rnak .dv-spo-jfname,
body .dv-spo-jf_rnak .dv-spo-rankingt {
    color: var(--qmw-global-text-70);
}
body .dv-spo-live_con_tab li a {
    background: var(--qmw-global-panel);
    border-color: var(--qmw-global-blue);
    color: #76baff;
}
body .dv-spo-live_con_tab li a.active {
    background: var(--qmw-global-blue);
    color: #fff;
}
body .dv-spo-index_label ul {
    box-shadow: 0 1px 0 var(--qmw-global-border);
}
body .dv-spo-index_label li {
    color: var(--qmw-global-text-50);
}
body .dv-spo-index_label li.on {
    color: var(--qmw-global-text);
}
body .dv-spo-index_label li.on:after {
    background: var(--qmw-global-blue);
}

/* Team/player detail accents and pagination. */
body .dv-spo-detail_top {
    background-color: var(--qmw-global-panel);
    border: 1px solid var(--qmw-global-border);
    border-radius: .1rem;
}
body .dv-spo-detail_top .dv-spo-name .dv-spo-zh {
    color: var(--qmw-global-text);
}
body .dv-spo-detail_top .dv-spo-market {
    background: var(--qmw-global-blue);
}
body .dv-spo-detail_top .dv-spo-market::after {
    border-right-color: var(--qmw-global-blue);
    border-top-color: var(--qmw-global-blue);
}
body #page .pagination li span {
    background: var(--qmw-global-blue);
    border-color: var(--qmw-global-blue);
}
body #page .pagination li a,
body #page .pagination li.disabled span {
    background: var(--qmw-global-panel);
    border-color: var(--qmw-global-border);
    color: var(--qmw-global-text-70);
}

/* Mobile homepage: balanced video cards and five-category data navigation. */
body.qmw-mobile-home .qmw-mobile-home-video {
    overflow: hidden;
}
body.qmw-mobile-home .qmw-mobile-home-video .dv-spo-index_video {
    display: grid;
    gap: .16rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: .16rem;
    overflow: visible;
    padding: 0 .16rem .16rem;
}
body.qmw-mobile-home .qmw-mobile-home-video .dv-spo-index_video[style*="display: none"] {
    display: none;
}
body.qmw-mobile-home .qmw-mobile-home-video .dv-spo-index_video > div {
    margin: 0;
    min-width: 0;
    width: auto;
}
body.qmw-mobile-home .qmw-mobile-home-video .dv-spo-img {
    border-radius: .1rem;
    height: auto;
    min-width: 0;
    overflow: hidden;
}
body.qmw-mobile-home .qmw-mobile-home-video .dv-spo-img img {
    aspect-ratio: 4 / 3;
    background: var(--qmw-global-panel-strong);
    height: auto;
    object-fit: cover;
    width: 100%;
}
body.qmw-mobile-home .qmw-mobile-home-video .dv-spo-img span {
    height: .68rem;
    margin: -.65rem 0 0 -.34rem;
    top: 50%;
    width: .68rem;
}
body.qmw-mobile-home .qmw-mobile-home-video .dv-spo-img p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
    display: -webkit-box;
    font-size: .25rem;
    height: .82rem;
    line-height: .34rem;
    min-height: .82rem;
    overflow: hidden;
    padding: .08rem .12rem;
    text-align: left;
}
body.qmw-mobile-home .qmw-mobile-home-hot-data {
    overflow: hidden;
}
body.qmw-mobile-home .qmw-mobile-home-hot-data > .dv-spo-index_label ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: auto;
    overflow: visible;
}
body.qmw-mobile-home .qmw-mobile-home-hot-data > .dv-spo-index_label li {
    box-sizing: border-box;
    font-size: .2rem;
    height: .72rem;
    line-height: .72rem;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    padding: 0 .02rem;
    text-align: center;
    text-overflow: ellipsis;
}
body.qmw-mobile-home .qmw-mobile-home-hot-data > .dv-spo-index_label li.on {
    font-size: .22rem;
}
body.qmw-mobile-home .qmw-mobile-home-hot-data .dv-spo-index_hot_list {
    display: grid;
    gap: .14rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    padding: .16rem;
}
body.qmw-mobile-home .qmw-mobile-home-hot-data .dv-spo-index_hot_list[style*="display: none"] {
    display: none;
}
body.qmw-mobile-home .qmw-mobile-home-hot-data .dv-spo-index_hot_list > a {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    float: none;
    margin: 0;
    min-width: 0;
    padding: .12rem .06rem .08rem;
    width: auto;
}
body.qmw-mobile-home .qmw-mobile-home-hot-data .dv-spo-index_hot_list > a img {
    background: rgba(255,255,255,.05);
    border-radius: 50%;
    height: .8rem;
    object-fit: contain;
    padding: .06rem;
    width: .8rem;
}
body.qmw-mobile-home .qmw-mobile-home-hot-data .dv-spo-index_hot_list > a span {
    box-sizing: border-box;
    display: block;
    font-size: .21rem;
    height: .5rem;
    line-height: .5rem;
    margin-top: .04rem;
    overflow: hidden;
    padding: 0 .02rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
body.qmw-mobile-home .qmw-mobile-home-empty {
    align-items: center;
    color: var(--qmw-global-text-50);
    display: flex;
    font-size: .24rem;
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 1.6rem;
    width: 100%;
}
body.qmw-mobile-home .qmw-mobile-home-panel-empty {
    align-items: center;
    color: var(--qmw-global-text-50);
    display: flex;
    font-size: .24rem;
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 1.6rem;
}
body.qmw-mobile-home .qmw-mobile-match-empty {
    align-items: center;
    color: var(--qmw-global-text-50);
    display: flex;
    font-size: .24rem;
    justify-content: center;
    min-height: 1.4rem;
    padding: .16rem;
    text-align: center;
}
