
@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px; }
div,p,dl,dd,a,b,u,em,input,textarea,button,select,form,section,label,span,td,li,nav,footer,body,ul,i {
    font-family: PingFangSC-Regular,"Noto SansCJK",Helvetica Neue,tahoma,arial,sans-serif;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    word-wrap:break-word;
    word-break:break-all;
    padding:0;
    margin:0;
    list-style:none
}
a:focus,a:active {
    outline:0
}
body,td,input,textarea,option,select,button {
    /*font-family:Helvetica,Arial,sans-serif;*/
    /*font-family:Verdana,Tahoma,Helvetica,Arial,sans-serif;*/
    /*font-family:Tahoma, Helvetica, Arial, sans-serif;*/
    /*fon-family:'微软雅黑',Helvetica,Arial,sans-serif;*/
    font-size: 1em;
    -webkit-text-size-adjust:none
}
html{width:100%;height:100%}
body {
    -webkit-user-select:none;
    user-select:none;
    overflow-x:hidden;
    /*min-width:320px;*/
    height: 100%;
}
img,video,nav,textarea,input,button {
    border:0;
    outline:none;
    /*vertical-align:bottom*/
}

a,a:visited {
    text-decoration:none;
    color:#000000;/**/
    -webkit-touch-callout:none
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
}

.boxflex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.box-orient{
    -moz-box-orient:vertical;
    -webkit-box-orient:vertical;

    -ms-flex-direction:column;
    -webkit-flex-direction: column;
    flex-direction: column;

    -webkit-box-direction:normal
}
.boxAlignCenter{
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_value_auto{
    -webkit-box-flex: auto;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: auto;         /* OLD - Firefox 19- */
    -webkit-flex: auto;          /* Chrome */
    -ms-flex: auto;              /* IE 10 */
    flex: auto;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}


.flex_value{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex_value_2{
    -webkit-box-flex: 2;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 2;         /* OLD - Firefox 19- */
    -webkit-flex: 2;          /* Chrome */
    -ms-flex: 2;              /* IE 10 */
    flex: 2;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

html{font-size: 50px;}
body{font-size: 16px;  color: #333;}
.body{
    /*min-width: 320px;*/
    /*max-width: 640px;*/
    margin: 0 auto;
}

[v-cloak]{
    display:none;
}

.boxAlignCenter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.boxflex {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex_value{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.indexbody{
    position: relative;
    width: 100%;
    /* background-image: url(../images/head.jpg); */
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    /* background-color: #192e96; */
    padding-top: 50%;
}


/* 播放器设置 */
.vjs-poster{
    background-size: 100% 100%;
}
.video-js .vjs-big-play-button{
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    border-width: 0.15em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}
.playerBox ul {
    display: block;
    width: 100%;
    overflow-y: auto;
    white-space: nowrap;
    height: 0.6rem;
}
.playerBox ul li {
    /* width: 4rem; */
    padding: 0 0.2rem;
    display: inline-block;
    position: relative;
    white-space: normal;
    vertical-align: top;
}
.playerBox ul li .check {
    color: #ffffff;
    background-color: #024b80;
    border: 1px solid #024b80;
}
.playerBox ul li a {
    display: block;
    color: #024b80;
    font-size: 0.2rem;
    border: 1px solid #024b80;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border-radius: 0.2rem;
    padding: 0 8px;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;

}
/*播放按钮重写 背景图片*/
.video-js .vjs-big-play-button{
    display: none;
}

.video .shade.shadecover{
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* 播放器设置 end*/
.player-container{
    position: relative;
    width: 99%;
    margin: 0 auto;
    padding-bottom: 0.2rem;
}

.rec-container{
    position: relative;
    margin: auto;
    padding-bottom:0.2rem;
    width: 100%;
}

.player-container .playerBox{
    position: relative;
    padding: 0.1rem 0.25rem 0.8rem 0.25rem;
    width: 98%;
    margin: 0 auto;
    background-color: #000000;
    border-radius: 0.1rem;
     background-size: cover;
}
.player-container .playerBox .top_title {
    font-size: 0.24rem;
    padding: 0.15rem;
}
.player-container .playerBox .bottom_line{
    display: block;
    float: left;
    position: relative;
    padding: 0.1rem;
    width: 105%;
    margin: 0 auto;
}
.player-container .playerBox .bottom_line ul{
    display: block;
    float: left;
    width: 100%;
}
.player-container .playerBox .bottom_line ul li{
    display: block;
    float: left;
    width: 33%;
    text-align: right;
    color: #dddddd;
    /* padding-right: 6%; */
    font-size: 0.26rem;
    padding-left: 5%;
    margin: 0 auto;
}
.player-container .playerBox .bottom_line ul li img{
    width: 22%;
    float: left;
    padding-right: 5%;
    padding-top: 3%;
}
.player-container .playerBox .bottom_line ul li p{
    float: left;
    line-height: 0.5rem;
}
.player-container .playerBox .playerBoxAre{
    position: relative;
    width: 100%;
    /* height: 3.9rem; */
    /* padding-bottom: 56.25%; */
    overflow: hidden;
}
.player-container .playerBox .tv {
    width: 100%;
    padding-top: 56.25%;
    background-color: #000;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.player-container .playerBox .tv .tvfloat{
    background: rgba(0,0,0,.3);
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.player-container .playerBox .tv span {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.player-container .playerBox .tv .tvtopic {
    width: 100%;
    text-align: left;
    padding: 0 0.1rem;
    color: #dddddd;
    display: inline-block;
    font-size: .2rem;
    line-height: 0.4rem;
    background: rgba(0,0,0,.5);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.player-container .playerBox .video{
    width: 100%;
    height: 100%;
}

.video .shade{
    position: absolute;
    background-color: #000;
    text-align: center;
    color: #fff;
    display: none;
    height: 100%;
    z-index: 1001;
    width: 100%;
    align-items: center;
    justify-content: center;
   
}

.video .shade .showmsg{
    padding: 0 10%;
    line-height: 3rem;
}
.video .shade .showmsg a{
    color: #fff;
    text-decoration: underline;
}
.video .shadePlayicon{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: url(https://tp.nty.tv189.com/h5/mainsite/mix/2019/plive/images/icon_play.png) no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
}
.player-container .video .bottom_title{
    width: 100%;
    text-align: left;
    padding: 0 .1rem;
    color: #dddddd;
    display: inline-block;
    font-size: .2rem;
    line-height: 0.4rem;
    background: rgba(0,0,0,.5);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
} 

.rec-title{
    margin-bottom: 0rem;
    width: 42%;
    display: inline-block;    
}

.rec-more{
    font-size: 12px;
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
    padding-top: 0.2rem;
    display:inline-block;
    position: absolute;
    right: 0;
    padding-right: 0.2rem;
    /* color: #ffffff; */
}

.rec-container .scblist {
    width: 95%;
    position: relative;
    vertical-align: top;
    overflow: visible;
    margin-bottom: 5%;
}
.rec-container .scblist .scblist-box {
    /* background-size: 100% 100%; */
    background-size: cover;
    width: 45%;
    height: 0;
    padding-bottom: 30%;
    position: relative;
    background-position: center;
    border-radius: 0.2rem;
}
.rec-container .scblist .scblist-box .txt {
    position: absolute;
    top: 103%;
    font-size: 0.24rem;
}

.rec-container .scblist175 {
    width: 95%;
    position: relative;
 
}
.rec-container .scblist175 .txt {
    margin-top: 0.2rem;
    font-size: 0.25rem;
    color: #ffffff;
   
}
.rec-container .scblist175 .scblist-box {
    /* background-size: 100% 100%; */
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    position: relative;
    background-position: center;
    border-radius: 0.2rem;
}



.rec-container .content_list .content_list_li {
    display: inline-block;
    padding: .1rem .15rem;
    position: relative;
    vertical-align: top;
    width: 50%;
    /* color: #ffffff; */
}




.rec-container .content_list .content_list_li .content_list_cover{
    height: 0;
    padding-bottom: 56%;
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: 100% 100%;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .1rem;
    overflow: hidden;
} 

.rec-container .content_list .content_list_li .content_list_title{
    font-size: 14px;
    margin: 0;
    border: 0 solid #009;
    margin-top: .2rem;
} 
/* 首页赛程表 */
  .rec-container .scblist1 .scblist-box {
    width: 3.8rem;
    height: 2.2rem;
    text-align: center;
    padding: 0.2rem 0 0 0;
    /* border: 1px solid #D8D8D8; */
    border-radius: 0.1rem;
    background-position: center;
    background-size: 100% 100%;
    background-color: #ffffff;
}

.rec-container .scblist1 .scblist-box .msg-team{
    display: inline-block;
    width:30%;
    vertical-align: top;
}
.rec-container .scblist1 .scblist-box .msg-team-177{
    display: inline-block;
    width:30%;
    vertical-align: top;
    margin-top: 0.2rem;
}
.rec-container .scblist1 .scblist-box .msg-team-177 .team-icon-177 {
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.6rem;
    height: 0.7rem;
    margin: 0 auto;
}
.rec-container .scblist1 .scblist-box .msg-team .team-icon img{
    border-radius: 1rem;
}
.rec-container .scblist1 .scblist-box .v_top{
    vertical-align: top;
}
.rec-container .scblist1 .scblist-box .msg-team .v_font {
    font-size: 0.2rem;
}
.rec-container .scblist1 .scblist-box .msg-title {
    font-size: 0.23rem;
    text-align: center;
    font-weight: bold;
    /* color: #333333; */
    word-break: break-all; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rec-container .scblist1 .scblist-box .msg-team .score{
    /* color: #333333; */
    font-size: 20px;
    font-weight: bold;
}
.rec-container .scblist1 .scblist-box .msg-team .date-msg{
    color: rgba(141, 151, 159, 1);
    font-size: 12px;
}
.rec-container .scblist1 .scblist-box .msg-team .zb-msg{
    color: rgba(141, 151, 159, 1);
    font-size: 12px;
}

/* VR360 */
.rec-container .content_list .content_list_li_360 {
    padding: .1rem .15rem;
    position: relative;
    width: 100%;
    color: #ffffff;
}


.rec-container .content_list .content_list_li_360 .content_list_cover{
    height: 0;
    padding-bottom: 56%;
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: cover;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .1rem;
    overflow: hidden;
} 

.rec-container .content_list .content_list_li_360 .content_list_title{
    color: #fff;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: .4rem;
    padding: .1rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    z-index: 10;
} 
.rec-container .content_list .content_list_li_360 .content_list_cover .tvfloat{
    background: rgba(0,0,0,.3);
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.rec-container .content_list .content_list_li_360 .content_list_cover span {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    z-index: 10;
    top: 42%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.rec-container .uplist  {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    display: inline-block;  
    height: 3.5rem;  
} 

.rec-container .uplist .uplist-box  {
    /* background: url(../images/ydy.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat; 
    width: 1.8rem;
    height: 1.8rem; */
    position: relative;
    width: 30%;
} 

.rec-container .uplist .uplist-box .head{
    position: absolute;
    width: 100%;
    text-align: center;
    
} 
.rec-container .uplist .uplist-box .head img{
    width: 90%;
} 

.rec-container .uplist .uplist-box .no{
    position: absolute;
    left: 18%;
    width: 1.2rem;
    top: 55%;
} 

.rec-container .uplist .uplist-box .name{
    position: absolute;
    width: 80%;
    bottom: 20%;
    padding: 0.05rem 0 0.05rem 0.05rem;
    color: #b1f69a;
    text-align: center;
    margin-left: 0.13rem;
}

.rec-container .uplist .uplist-box .num{
    position: absolute;
    width: 90%;
    bottom: 0%;
    border: 2px solid #b1f69a;
    padding: 0.05rem 0 0.05rem 0;
    border-radius: 0.5rem;
    color: #b1f69a;
    
    margin-left: 0.1rem;
} 

.rec-container .uplist .uplist-box .num img{
   
    margin-left: 0.1rem;
} 

.rec-container .uplist .num span{
    font-size: 0.23rem;
} 
.rec-container .content_list .bottom_title{
    width: 100%;
    text-align: right;
    padding: 0 .1rem;
    color: #dddddd;
    display: inline-block;
    font-size: .2rem;
    line-height: 0.4rem;
    background: rgba(0,0,0,.5);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 2;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
} 
/* 图文列表 */
.rec-container .content_list .content_list_li_tw {
    padding: .1rem .15rem;
    position: relative;
    width: 100%;
    color: #ffffff;
    padding-bottom: 24%;
}


.rec-container .content_list .content_list_li_tw .content_list_cover {
    height: 0;
    padding-bottom: 24%;
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: cover;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .1rem;
    overflow: hidden;
    width: 40%;
    float: right;
}
.rec-container .content_list .content_list_li_tw .content_list_title {
    height: 0;
    padding: 4% 1%;
    position: relative;
    width: 58%;
    float: left;
    display: block;
    font-size: 0.26rem;
}
/* tab列表页 */
.rec-container .tablist {
    width: 95%;
    position: relative;
    vertical-align: top;
    overflow: auto;
    margin-bottom: 2%;
}

.rec-container .tablist .tablist-box {
    background-size: cover;
    width: 45%;
    height:1.3rem;
    position: relative;
    border-radius: 0.2rem;
    padding: 0.2rem 0.3rem 0.1rem 0.3rem;
    text-align: center;
}
.rec-container .content_more {
    display: block;
    padding: 2%;
    position: relative;
    height: 1rem;
}
.rec-container .content_more ul{
    width: 100%;
    display: block;
    float: left;
}
.rec-container .content_more ul li{
    width: 50%;
    display: block;
    float: left;
    padding: 1%;
}
.rec-container .content_more ul .center{
    /* margin: 0 auto; */
    /* float: initial; */
    width: 100%;
}
/* 图文详情页 */
.twinfo {
    padding:4%;
}
.twinfo h1{
    text-align: left;
    font-size: 0.45rem;
    line-height: 0.6rem;
    padding-bottom: 10%;
    padding-top: 2%;
    font-weight: bold;
}
.twinfo p {
    text-align: left;
    font-size: 0.32rem;
    line-height: 0.52rem;
    padding-bottom: 5%;
    letter-spacing: 0.5px;
    text-align: justify;
}
.twinfo img {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 5%;
    border-radius: 0.1rem;
}
/* 二级目录 */
.nav {
    width: 94.17%;
    margin: 0rem auto;
  }
  .nav ul {
    width: 100%;
    overflow: hidden;
    /* padding: 0 0 0 7%; */
    /* overflow-y: auto; */
    /* white-space: nowrap; */
  }
  .nav ul li {
    width: 20%;
    /* margin: 0 10% 0 0; */
    /* padding: 0 4%; */
    display: inline-block;
    position: relative;
    /* white-space: normal; */
    /* vertical-align: top; */
  }
  .nav ul li a {
    display: block;
    width: 100%;
    padding: 0 20%;
  }
  
  .nav ul li span {
    font-size: 0.23rem;
    /* color: #ffff; */
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.3rem;
  }
/*增加角标*/
.cornercover{
    position: absolute;
    right: 0;
    top: 0;
    z-index:100;
    width:0.8rem;
    height:0.4rem;
    display: block;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.cornercover.corner1{
    background-image: url(../images/corner/corner_ico1.png);
}
.cornercover.corner2{
    background-image: url(../images/corner/corner_ico2.png);
}
.cornercover.corner3{
    background-image: url(../images/corner/corner_ico3.png);
}
.cornercover.corner4{
    background-image: url(../images/corner/corner_ico4.png);
}
.cornercover.corner5{
    background-image: url(../images/corner/corner_ico5.png);
}
.cornercover.corner6{
    background-image: url(../images/corner/corner_ico6.png);
}
.cornercover.corner7{
    background-image: url(../images/corner/corner_ico7.png);
}
.cornercover.corner8{
    background-image: url(../images/corner/corner_ico8.png);
}
.cornercover.corner9{
    background-image: url(../images/corner/corner_ico9.png);
}
.cornercover.corner10{
    background-image: url(../images/corner/corner_ico10.png);
}
.cornercover.corner11{
    background-image: url(../images/corner/corner_ico11.png);
}
.cornercover.corner12{
    background-image: url(../images/corner/corner_ico12.png);
}
.cornercover.corner13{
    background-image: url(../images/corner/corner_ico13.png);
}
.cornercover.corner14{
    background-image: url(../images/corner/corner_ico14.png);
}
.cornercover.corner15{
    background-image: url(../images/corner/corner_ico15.png);
}
.cornercover.corner16{
    background-image: url(../images/corner/corner_ico16.png);
}
.cornercover.corner17{
    background-image: url(../images/corner/corner_ico17.png);
}
.cornercover.corner18{
    background-image: url(../images/corner/corner_ico18.png);
}

.cornercover.corner19{
    background-image: url(../images/corner/corner_ico19.png);
}
/*增加播放器角标*/
.bfqcornercover{
    position: absolute;
    right: 0;
    top: 0;
    z-index:100;
    width:1.8rem;
    height:0.95rem;
    display: block;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%  auto;
}

.bfqcornercover.bfqcorner1{
    background-image: url(../../../../../img/bfqcorner/corner_ico01.png);
}
.bfqcornercover.bfqcorner2{
    background-image: url(../../../../../img/bfqcorner/corner_ico02.png);
}
.bfqcornercover.bfqcorner3{
    background-image: url(../../../../../img/bfqcorner/corner_ico03.png);
}
.bfqcornercover.bfqcorner4{
    background-image: url(../../../../../img/bfqcorner/corner_ico04.png);
}
.bfqcornercover.bfqcorner5{
    background-image: url(../../../../../img/bfqcorner/corner_ico05.png);
}
.bfqcornercover.bfqcorner6{
    background-image: url(../../../../../img/bfqcorner/corner_ico06.png);
}
.bfqcornercover.bfqcorner7{
    background-image: url(../../../../../img/bfqcorner/corner_ico07.png);
}
.bfqcornercover.bfqcorner8{
    background-image: url(../../../../../img/bfqcorner/corner_ico08.png);
}
.bfqcornercover.bfqcorner9{
    background-image: url(../../../../../img/bfqcorner/corner_ico09.png);
}
.bfqcornercover.bfqcorner10{
    background-image: url(../../../../../img/bfqcorner/corner_ico10.png);
}
.bfqcornercover.bfqcorner11{
    background-image: url(../../../../../img/bfqcorner/corner_ico11.png);
}
.bfqcornercover.bfqcorner12{
    background-image: url(../../../../../img/bfqcorner/corner_ico12.png);
}
.bfqcornercover.bfqcorner13{
    background-image: url(../../../../../img/bfqcorner/corner_ico13.png);
}
.bfqcornercover.bfqcorner14{
    background-image: url(../../../../../img/bfqcorner/corner_ico14.png);
}
.bfqcornercover.bfqcorner15{
    background-image: url(../../../../../img/bfqcorner/corner_ico15.png);
}
.bfqcornercover.bfqcorner16{
    background-image: url(../../../../../img/bfqcorner/corner_ico16.png);
}
.bfqcornercover.bfqcorner17{
    background-image: url(../../../../../img/bfqcorner/corner_ico17.png);
}
.bfqcornercover.bfqcorner18{
    background-image: url(../../../../../img/bfqcorner/corner_ico18.png);
}
.bfqcornercover.bfqcorner19{
    background-image: url(../../../../../img/bfqcorner/corner_ico19.png);
}

/* 弹框 */
.alert_box {
    background-color: rgba(0,0,0,0.7);
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99998;
}
.alert_bg {
    width:79.17%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #fafdff;
    padding: 0 0 0.2rem;
    border: 0;
    border-radius: 0.1rem;
}
.alert_bg .close{
    width:0.5rem;
    height: 0.5rem;
    position: absolute;
    z-index: 212;
    top: -0.9rem;
    right: 0;
}
.alert_bg .title {
    height:1rem;
    line-height: 1rem;
    font-size: 0.48rem;
    text-align: center;
}

.alert_bg .sure{
    background-color: #25CCFF;
    text-align: center;
    display: inline-block;
    padding: 0.15rem 0.4rem;
    color: #ffffff;
    border-radius: 0.2rem;
}
/* 客户端内分享 */
.float {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    z-index: 200;
}
.share_box {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    /* border-top-right-radius: 5px; */
    /* padding-top: 0.2rem; */
    z-index: 2000009;
    /* margin-top: 31%; */
    /* left: 50%; */
    /* margin-left: -47%; */
    clear: both;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 210;
}

.share_box .shareicon {
    padding: 0.3rem 0;
    overflow: hidden;
    width: 94%;
    margin: 0 auto;

}

.share_box .shareitem {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.26rem;
    color: #666666;
}

.share_box .shareitem img {
    height: 0.8rem;;
}

.share_box .title {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 0.7rem;
    /*line-height:2rem;*/
    padding: 0.5rem 0 0.4rem 0;

}

.share_box .close {
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 0.3rem;
    line-height: 0.6rem;
    /* border-top: 0.05rem solid #555555; */
}