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: rgb(8, 79, 211);
    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 rgb(8, 79, 211);
    background: rgb(8, 79, 211);
    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 rgb(8, 79, 211);
    padding: 0 .2rem;
    text-align: center;
    border-radius: 2em;
    background-color: rgb(8, 79, 211);
    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: rgb(8, 79, 211);
    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: rgb(8, 79, 211);
    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: rgb(8, 79, 211);
    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: #303030;
    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: rgb(8, 79, 211);
    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 rgb(8, 79, 211);*/
    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: rgb(8, 79, 211);
    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: rgb(8, 79, 211)!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: rgb(8, 79, 211);*/
    background: linear-gradient(90deg,rgb(8, 79, 211),#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: rgb(8, 79, 211);
    font-size: .28rem;
    line-height: .52rem;
    border-bottom: .04rem solid rgb(8, 79, 211);
    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: #303030;
    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: rgb(8, 79, 211);
    color: #FFF;
}

/*日期tab*/
.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: rgb(8, 79, 211);
    border-radius: 0px 0px .04rem .04rem;
}
.dv-spo-data_conten a.on {
    color: rgb(8, 79, 211);
    font-weight: bold;
    border: 1px solid rgb(8, 79, 211);
    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: rgb(8, 79, 211);
    border: .02rem solid rgb(8, 79, 211);
    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: rgb(8, 79, 211);
    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: rgb(8, 79, 211);
}
.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: rgb(8, 79, 211);
    border-top-color: rgb(8, 79, 211);
    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,rgb(8, 79, 211)  18.8%,rgb(8, 79, 211) 49.96%,rgb(8, 79, 211) 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: rgb(8, 79, 211);
}
.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: rgb(8, 79, 211);
}
.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;
}

/*内页热门数据*/
.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;
}