@charset "utf-8"; html {
    background: #fff;
    overflow: auto;
    height: 100%
}

body {
    position: relative;
    min-height: 100%;
    background: #F9F9F9;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
    font-weight: 500;
}

a:hover {
    text-decoration: none;
    color: #cc9900;
}

.look_more_live:link {
    text-decoration: none;
    color: #333;
}

.look_more_live:visited {
    text-decoration: none;
    color: #333;
}

a:focus {
    -moz-outline-style: none;
    border: 0px;
    blr: expression(this.onFocus=this.blur());
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

header,footer,article,aside,section,nav,menu,hgroup,details,dialog,figure,figcaption {
    display: block
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}

ol,li,ul,dl,dt,dd {
    list-style: none;
}

fieldset,img {
    border: 0
}

button,submit,input,select {
    vertical-align: middle;
}

button,submit {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

select,button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline-style: none;
    outline-width: 0pt;
    padding: 0;
    margin: 0;
}

b,em,i {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom:1;}

.fl {
    float: left;
}

.fr {
    float: right;
}

header {
    width: 100%;
    height: auto;
    transition: .2s all ease;
    z-index: 4;
    opacity: 1;
}

header h1 {
    height: 35px;
    margin: 0;
}

header h1 a {
    margin: 0;
    padding: 0;
}

header .logo {
    margin: 10px 0;
}

.header_s {
    margin-left: 20px;
    margin-top: 2px;
}

.header_s li {
    line-height: 22px;
    margin-left: 20px;
}

.header_s a {
    color: #006633;
    font-size: 12px;
}

.header_s a:hover {
    color: #336666;
}

.header_cont h1 img {
    width: auto;
    height: 100%;
}

.header_hint {
    border-bottom: 1px solid #e3e3e3;
    background-color: #f6f6f6;
}

.header_hint p {
    line-height: 26px;
    background: url(../images/11111.png) no-repeat 100% 100%;
    background-position: 0 5px;
    background-size: 26px 14px;
    color: #999;
    padding-left: 26px;
}

.header_hint i {
    color: #ff9966;
    margin: 0 4px;
}

/*内容区宽度*/
.mainbox {
    width: 1200px;
    margin: 0 auto;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-top: 10px;
    padding-bottom: 30px;
}

.container2 {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-top: 10px;
    padding-bottom: 30px;
}

/*end*/
.nenusmall {
    background: #0090d5;
    background-size: auto 100%;
    height: 50px;
}

.second_nav {
    height: 50px;
    margin: 0 auto;
}

.second_nav ul {
    margin-left: 16px;
}

.second_nav .second_nav_kind {
    margin-left: 0;
}

.second_nav .second_nav_kind a:hover {
    color: #fff;
    background: #cc9900;
}

.second_nav li {
    margin-left: 20px;
    line-height: 50px;
}

.second_nav li .on {
    color: #cc9900;
    font-weight: 600;
}

.second_nav li a {
    font-size: 16px;
    color: #fff;
}

.second_nav li a:hover {
    color: #333;
}

.second_nav_one {
    margin-right: 30px;
}

.second_nav_kind a {
    color: #fff;
    background: #cc9900;
    padding: 2px 4px;
    border-radius: 4px;
    cursor: default ;
    position: relative;
}

.second_nav_kind {
    position: relative;
}

.second_nav_kind i {
    width: 16px;
    height: 12px;
    background: url(../images/nav_you.png) no-repeat 100% 100%;
    background-size: 16px 12px;
    position: absolute;
    right: -8px;
    top: 5px;
}

/*标题样式*/
.titleIn {
    border-bottom: 1px solid #0090d5;
    width: 100%;
}

.titleIn span {
    background: #0090d5;
    padding: 6px 20px 6px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2em;
    position: relative;
    display: inline-block;
    margin-left: -3px;
    margin-bottom: -1px;
}

.titleIn .sub-nav {
    padding: 6px 20px 6px 20px;
    border-radius: 3px;
    font-size: 1.2em;
    position: relative;
    display: inline-block;
    margin-left: -3px;
    margin-bottom: -1px;
}

.titleIn .active {
    background: #0090d5;
    color: #fff;
}

.titleIn span i {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: -15px;
    height: 0;
    width: 0;
    border-color: #0090d5 transparent;
    border-width: 0px 15px 32px 0px;
    border-style: solid;
}

.titleIn .vodclass {
    text-align: right;
}

.titleIn .vodclass ul li {
    display: inline-block;
    margin: 8px 0 0 3px;
    padding: 2px 5px 2px 18px;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    cursor: pointer;
}

.titleIn .vodclass ul li.a1 {
    background: #F3F3F3 url(../images/xing.png) no-repeat 0 4px;
}

.titleIn .vodclass ul li.a2 {
    background: #F3F3F3 url(../images/xing.png) no-repeat 0 -24px;
}

.titleIn .vodclass ul li.a3 {
    background: #F3F3F3 url(../images/xing.png) no-repeat 0 -55px;
}

.titleIn .vodclass ul li.a4 {
    background: #F3F3F3 url(../images/xing.png) no-repeat 0 -85px;
}

.titleIn .vodclass ul li.a5 {
    background: #F3F3F3 url(../images/xing.png) no-repeat 0 -115px;
}

.titleIn .vodclass ul li.a6 {
    background: #F3F3F3 url(../images/xing.png) no-repeat 0 -145px;
}

.titleIn .vodclass ul li.on {
    color: #FE5157;
}

.titleIn2 {
    border-bottom: 1px solid #fff;
    width: 100%;
}

.titleIn2 span {
    background: #fff;
    padding: 3px 20px 3px 20px;
    border-radius: 3px;
    color: #0090d5;
    font-size: 1.2em;
    position: relative;
    display: inline-block;
    margin-left: -3px;
    margin-bottom: -1px;
}

.titleIn2 a {
    float: right;
    display: inline-block;
    color: #fff;
}

.titleIn2 span i {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: -15px;
    height: 0;
    width: 0;
    border-color: #fff transparent;
    border-width: 0px 15px 26px 0px;
    border-style: solid;
}

.index_hot_live {
    padding: 10px;
    border: 1px solid #0090d5;
    background: #fff;
}

.bgin {
    border: 0px solid #0090d5;
    background: #fff;
}

.index_hot_live .index_hot_left {
    float: left;
    width: 30%;
}

.index_hot_live .index_hot_left ul li {
    margin-bottom: 10px;
}

.index_hot_live .index_hot_left ul li:last-child {
    margin-bottom: 0px;
}

.index_hot_live .index_hot_left ul li img {
    width: 100%;
}

.index_hot_live .index_hot_right {
    float: right;
    width: 68%;
}

.index_hot_live .index_hot_right ul li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.index_hot_live .index_hot_conb {
    width: 100%;
    margin-top: 10px;
}

.index_hot_live .index_hot_conb ul li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    float: left;
    width: 49%;
    margin-right: 2%;
}

.index_hot_live .index_hot_conb ul li:nth-child(2n) {
    margin-right: 0%;
}

.index_hot_xiang {
    padding: 10px;
    background: #fff;
}

.portan p {
    background: url(../images/tv1.png) no-repeat 100% 100%;
    background-position: -2px 8px;
    background-size: 10px 15px;
    padding-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ma10 {
    margin-bottom: 10px;
}

.index_hot_blue {
    background: #0090d5;
    padding: 10px;
}

.index_hot_pingdao {
    width: 100%;
    line-height: 200%;
    margin-top: 10px;
}

.index_hot_pingdao a {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}

.index_hot_sai {
    width: 100%;
    line-height: 200%;
    margin-top: 10px;
}

.index_hot_sai ul li {
    background: url(../images/tv1.png) no-repeat 100% 100%;
    background-position: -2px 7px;
    background-size: 10px 15px;
    padding-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    color: #fff;
}

.index_hot_sai ul li div {
    float: left;
    background: #F8B62C;
    padding: 2px 25px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin: 6px 10px 0 0;
    line-height: 100%;
}

.index_hot_sai ul li a {
    color: #fff;
    margin: 0;
    padding: 0;
}

.index_hot_sai ul li a:hover {
    color: #eee;
}

.nowbox {
    margin-bottom: 20px;
}

.boxblue {
    border: 1px solid #0090d5;
    background: #fff
}

.bg_blue {
    background: #0090d5;
    padding: 10px;
    min-height: 200px;
}

.container_a {
    margin-top: 8px;
}

.main_nav {
    height: 35px;
}

.main_nav>li {
    line-height: 35px;
    min-width: 94px;
    margin-left: 4px;
    position: relative;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.main_nav>.world_cup_li {
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
    margin-left: 10px
}

.main_nav .world_cup_li:hover {
    background: none;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}

.main_nav li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
}

.main_nav li .world_cup {
    font-weight: bold;
    color: #99CC99;
    font-style: italic;
    font-size: 18px;
    padding-right: 16px;
}

.main_nav li:hover {
    color: #fff;
    background: #0090d5;
    transition: all .2s;
}

.main_nav li:hover a {
    color: #fff;
}

.main_nav .world_cup_li:hover a {
    color: #0090d5;
    transition: All 1s ease-in-out;
}

.nav_classify li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background: #0090d5;
    color: #fff;
    border-radius: 0;
    line-height: 42px;
    font-size: 14px;
}

.nav_classify .header_nav_last {
    width: 188px;
}

.nav_classify .header_nav_last a {
    text-align: left;
    padding-left: 20px;
}

.nav_classify li .nav_classify_rad {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.nav_classify {
    position: absolute;
    top: 35px;
    left: 0;
    width: 188px;
    z-index: 20;
    display: none;
}

.nav_classify li {
    width: 94px;
}

.nav_classify li a:hover {
    background: #0090d5;
    color: #333;
}

.main_nav>li:hover .nav_classify {
    display: block;
    transition: all 0.3s;
}

.football_li, .basket_li, .other_li, .tag_li {
    background: url(../images/nav_down.png) no-repeat 100% 100%;
    background-size: 12px;
    background-position: 70px 15px;
}

.main_nav li .on {
    color: #fff;
    background: #0090d5;
}

.channel_title {
    font-size: 16px;
    margin-right: 34px;
}

.channel_title>div {
    position: relative;
}

.channel_title em:hover {
    color: #009999;
    cursor: pointer;
}

.channel_title_on {
    color: #009999;
}

.channel_title_all span {
    width: 3px;
    height: 18px;
    background: #0090d5;
    margin-right: 8px;
}

.channel_title_all a {
    font-size: 12px;
    margin-top: 5px;
    margin-right: 10px;
}

.channel_title_all i {
    font-size: 12px;
    margin-left: 10px;
}

.splendid {
    width: 72%;
}

.index_begin_font p {
    background: url(../images/tv1.png) no-repeat 100% 100%;
    background-position: -2px 10px;
    background-size: 10px 15px;
    padding-left: 14px;
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_came {
    margin-left: 6px;
}

.index_begin_font li a:hover {
    color: #cc9900;
}

.index_begin_font {
    margin-top: 6px;
}

.index_begin_font a {
}

.index_begin_font li {
    border-bottom: 1px solid #E2F2F1;
    line-height: 35px;
    width: 100%;
}

.index_begin_mr {
    margin-right: 20px;
}

.index_begin_font_a li a {
    width: 93%;
    color: #006633;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_begin_font_a li a:hover {
    color: #cc0033;
}

.index_begin_font_a li em {
    width: 4px;
    height: 4px;
    background: #0090d5;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 8px;
}

.index_begin_font_a li {
    width: 48%;
}

.advance {
    width: 26%;
}

.advance_classify li {
    margin-right: 5px;
    color: #cc6600;
    padding: 0 6px;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 2px;
    max-width: 79px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.advance_classify li:last-child {
    margin-right: 0;
}

.advance_classify .mar_r_no {
    margin-right: 0;
}

.advance_classify li:hover {
    background: #0090d5;
    color: #fff;
}

.advance_classify li a {
    color: #cc6600;
}

.advance_classify li:hover a {
    color: #fff;
}

.advance_classify .on {
    background: #0090d5;
    color: #fff;
}

.advance_classify {
    margin-top: 12px;
    margin-left: 10px;
}

.advance_cont_every li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.advance_cont_every li a:hover {
    color: #990033;
}

.advance_cont_every li {
    line-height: 26px;
}

.advance_cont_every li p {
    width: 76%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_channelCont li {
    margin-bottom: 8px;
    margin-right: 20px;
}

.index_channelAll {
    background: #fff;
    padding: 10px;
    margin-top: 14px;
    position: relative;
}

.index_channelCont {
    margin-top: 10px;
}

.index_channelCont li a:hover {
    color: #006600;
}

.index_channelCont li .index_more_channel {
    color: #3399cc;
    border-right: none;
    font-size: 12px;
}

.index_channelCont li .no_br {
    border-right: none;
}

.index_channelCont_a li {
    margin-right: 0;
    width: 50%;
    line-height: 28px;
}

.index_channelCont_a li a {
    border-right: none;
    padding-right: 0;
}

.index_channelCont_a li a:hover {
    color: #990033;
}

.index_recommend_live li a {
    border-right: none;
    color: #669999;
}

.index_recommend_live li a:hover {
    color: #0090d5;
}

.index_recommend_live li {
    width: 48%;
    margin-right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.classify {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-left: 1px solid #eee;
}

.classify li {
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    text-align: center;
}

.time {
    width: 20%;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #666
}

.time span {
    background: #E4E4E4;
    line-height: 25px;
    height: 25px;
    margin-top: -5px;
    color: #333;
    font-size: 12px;
    display: inline-block;
    width: 100px;
    text-align: center;
}

.time2 {
    width: 15%;
    font-size: 16px;
    font-weight: 600;
    color: #666
}

.time2 span {
    background: #E4E4E4;
    line-height: 25px;
    height: 25px;
    margin-top: -5px;
    color: #333;
    font-size: 12px;
    display: inline-block;
    width: 100px;
    text-align: center;
}

.clash2 {
    width: 70%;
}

.competition,.status {
    width: 20%;
}

.status a {
    display: block;
    background: #0090d5;
    border-radius: 4px;
    color: #fff;
    padding: 2px 6px;
    min-width: 106px;
    max-width: 182px;
    margin-top: 10px;
    text-align: center;
    line-height: 18px;
    margin-right: 30px;
}

.status a:hover {
    text-decoration: underline;
}

.clash {
    width: 50%;
    margin-left: 1%;
    line-height: 20px;
    margin-top: 10px;
}

.live_hot {
    background: #0090d5;
    line-height: 20px;
    padding: 0 4px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 40px;
    position: relative;
}

.live_hot i {
    position: absolute;
    left: -7px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(../images/pink_jiao.png) no-repeat 100% 100%;
    background-size: 10px 10px;
    background-position: 0 0;
}

.channel_tv {
    line-height: 20px;
    padding-left: 14px;
}

.index_live_list {
    padding: 10px;
    border-radius: 4px 4px 0 0;
}

.channel_title_all a {
    margin-top: 4px;
}

.index_live_list a:hover, .channel_title_all a:hover {
    color: #669999;
    text-decoration: underline;
}

.live_time {
    margin-left: 340px;
    line-height: 32px;
    margin-top: 6px;
    color: #990033;
    font-weight: bold;
    font-size: 14px;
}

.dui_imgAll {
    width: 100%;
    position: relative;
}

.dui_imgAll .on {
    font-weight: bold;
}

.dui_imgAll a:hover {
    color: #0090d5;
}

.vs {
    width: 20px;
    position: absolute;
    left: 53%;
    margin-left: -22px;
}

.index_match_every {
    width: 46%;
}

.channel_tv a {
    margin-right: 20px;
    color: #006600;
}

.channel_tv a:hover {
    text-decoration: underline;
}

.live_contList {
    line-height: 42px;
    width: 88%;
}

.bag_gray {
    background: rgba(244, 244, 244, 0.7);
}

.index_tagCont li a {
    border: 1px solid #CCCCCC;
    padding: 2px 4px;
    border-radius: 4px;
}

.index_tagCont li a:hover background: #993333; color: #fff; }

.index_tagCont li .index_more_tag {
    border: none;
    color: #3399cc;
    font-size: 12px;
}

.index_tagCont li .index_more_tag:hover {
    background: none;
    color: #3399cc;
    font-size: 12px;
    text-decoration: underline;
}

.index_tagCont li {
    margin-right: 16px;
    line-height: 28px;
}

.index_tagCont {
    margin-top: 10px;
    margin-left: 10px;
}

.index_tag {
    margin-top: 6px;
}

.footer_cont {
    width: 960px;
    margin: 0 auto;
}

footer {
    width: 100%;
    font-size: 12px;
    background: #0090d5;
    padding: 10px 0 10px 0;
    margin-top: 20px;
    position: relative;
    bottom: 0;
    border-top: 1px solid #26a0e8;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer_a .footer_aa {
    width: 920px;
    margin: 0 auto;
    font-size: 12px;
    color: white;
    padding: 10px 0;
}

.footer_a .footer_aa a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer_bb {
    text-align: center;
    color: #fff;
}

.footer_bb a {
    color: #fff;
}

.footer_bb a:hover {
    color: #cc9900;
}

.footer_bb .foot_map {
    color: #cc9900;
}

footer .footer_link {
    margin: 0 4px;
}

footer .footer_aa_mr {
    margin-right: 20px;
}

footer .guanyu {
    margin-left: 10px;
}

footer div {
    line-height: 20px;
    color: #0090d5;
}

footer p {
    width: 100%;
    margin: 18px 0 6px 0;
}

footer a {
    color: #fff;
    font-size: 12px;
}

footer .footer_add_a {
    padding: 0 8px 0 0;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer .foot_map:hover {
    color: #cc9900;
    text-decoration: underline;
}

.footer_a .footer_bb {
    margin: 0;
}

.footer_cc a {
    color: #fff;
}

footer .footer_line {
    width: 100%;
    height: 1px;
    background: #999;
    margin-top: 6px;
}

footer span {
    padding: 0 4px;
}

footer .footer_add_s {
    padding-right: 8px;
}

footer .footer_records {
    width: 64%;
    margin: 0 auto;
}

footer .footer_add_records {
    text-align: left;
}

.footer_a div {
    text-align: center;
}

.footer_a .foooter_add_b {
    width: 41%;
    margin: 0 auto;
}

.code_r {
    margin-left: 58px;
}

.friend_links li {
    margin-right: 16px;
}

.friend_links .friend_liH {
    line-height: 26px;
    padding-left: 22px;
    background: url(../images/qq.png) no-repeat 100% 100%;
    background-position: 0 3px;
    background-size: 18px 18px;
}

.friend_links .phone {
    background: url(../images/ph.png) no-repeat 100% 100%;
    background-position: 0 2px;
    background-size: 18px 18px;
}

.friend_links .email {
    background: url(../images/em.png) no-repeat 100% 100%;
    background-position: 0 2px;
    background-size: 18px 18px;
}

.friend_links {
    margin-top: 14px;
    width: 48%;
    min-height: 144px;
    border-right: 1px solid #999;
}

.friend_borno {
    border-right: none;
}

.footer_title {
    font-size: 16px;
}

.foooter_add_links {
    width: 33%;
    margin-top: 0;
}

.footer_cont {
    width: 960px;
    margin: 0 auto;
}

.footer_nav {
    padding-left: 22px;
}

.code {
    width: 40%;
    margin-top: -3px;
}

.code img {
    width: 90px;
    height: 90px;
    margin-top: 8px;
}

footer .friend_links a {
    color: #666;
}

footer .friend_links .footer_more {
    margin-right: 23px;
    margin-top: 4px;
    color: #cc9900;
}

.friend_links ul {
    margin-top: 8px;
}

.footer_en {
    width: 210px;
    margin-right: 14px;
}

.correlation {
    margin-left: 12px;
}

.footer_l {
    margin-left: 56px;
}

.footer_add_l {
    margin-left: 0;
}

.nav {
    width: 100%;
    font-size: 12px;
    color: #666;
}

.nav span {
    margin: 0 4px 0 4px;
    color: #666;
}

.nav a {
    color: #666;
}

.nav a:hover {
    text-decoration: underline;
}

.font-red {
    color: #0090d5;
}

.live_classfiy li {
    margin-right: 20px;
}

.live_classfiy li a {
    padding: 6px 16px;
    background: #669999;
    border-radius: 4px;
    color: #fff;
}

.live_classfiy {
    margin-top: 20px;
}

.index_live_list i {
    width: 14px;
    height: 20px;
    background: url(../images/jiao.png) no-repeat 100% 100%;
    background-size: 14px 20px;
    background-position: 0 0;
    margin-left: -6px;
}

.calendar {
    cursor: pointer;
    position: relative;
}

.calendar span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.live_dateList {
    height: 100%;
}

.live_dateList li {
    box-sizing: border-box;
    border-left: 1px solid #e8e8e8;
    font-size: 14px;
}

.live_dateList li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #f1faef;
    padding-top: 14px;
    color: #666;
}

.live_dateList li a:hover {
    background: #fff;
    color: #990033;
}

.live_dateList li .date_on {
    background: #fff;
    color: #DC2221;
}

.live_dateList li p {
    width: 100%;
    text-align: center;
}

.video_playback {
    width: 100%;
}

.video_playback li {
    width: 148px;
    margin-bottom: 0;
}

.live_contAll {
    background: #fff;
}

.live_contAll>li {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #E4E4E4;
}

.live_contAll>.mb_no {
    border-bottom: none;
}

.video_list_every {
    width: 100%;
    line-height: 28px;
}

.video_list_every span {
    background: #E4E4E4;
    color: #333;
    font-size: 12px;
    display: inline-block;
    width: 100px;
    text-align: center;
}

.video_list_every_title {
    margin-left: 20px;
    width: 76%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video_list_every_title:hover {
    color: #0090d5
}

.infor_d_tag {
    margin-top: 18px;
}

.look_more_live {
    display: block;
    text-align: center;
    line-height: 28px;
    background: url(../images/down.png) no-repeat 100% 100% #fff;
    background-size: 12px 8px;
    background-position: 160px 10px;
    width: 200px;
    margin: 0 auto;
    border-radius: 2px;
    border: 1px solid rgba(153, 204, 153, 0.3);
    border-top: none;
    margin-top: -18px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.look_more_live:hover {
    color: #0090d5;
    background: url(../images/down1.png) no-repeat 100% 100% #fff;
    background-size: 12px 8px;
    background-position: 160px 10px;
    margin-top: -18px;
}

.look_more_live:active {
    text-decoration: none;
    color: #333;
}

.index_live {
    border: 1px solid rgba(153, 204, 153, 0.3);
    border-bottom: none;
}

.index_live>a {
    margin-right: 0;
}

.video_All {
    margin-top: 12px;
}

.video_list_every>i {
    width: 4px;
    height: 4px;
    background: #666;
    margin-right: 6px;
    margin-top: 12px;
    border-radius: 50%;
}

.video_tagList li a {
    color: #666;
    font-size: 12px;
}

.video_tagList li a:hover {
    text-decoration: underline;
}

.video_tagList li {
    margin-right: 14px;
}

.video_tagList {
    margin-left: 20px;
}

.video_list_All {
    margin-top: 10px;
    font-size: 12px;
    padding-left: 10px;
}

.video_a {
    margin-top: 14px;
}

.infor_l {
    width: 65%;
}

.infor_r {
    width: 33%;
}

.infor_recommend_every i {
    width: 16px;
    height: 16px;
    background: url(../images/ball_icon1.png) no-repeat 100% 100%;
    background-size: 16px 16px;
    background-position: 0 0;
    margin-top: 6px;
}

.infor_list_every_title:hover {
    color: #990033;
}

.infor_list_every_title {
    width: 90%;
}

.infor_list_every>div>p>a {
    color: #669999;
    font-weight: 600;
}

.infor_tagList {
    margin-left: 0;
}

.infor_list_every {
    line-height: 24px;
    border-bottom: 1px dashed #999999;
    padding-bottom: 10px;
}

.infor_Cont_All {
    margin-top: 14px;
}

.infor_video p {
    background: none;
    padding-left: 0;
    margin-left: 0;
}

.infor_video {
    font-size: 12px;
    padding-left: 10px;
}

.infor_video a {
    font-size: 12px;
}

.infor_video li {
    width: 100%;
}

.infor_hotTag {
    margin-top: 10px;
}

.infor_tag_list li {
    line-height: 26px;
}

.infor_tag_list li a {
    padding-right: 8px;
    font-size: 14px;
    color: #669999;
}

.page {
    text-align: center;
}

.infor_tag_list {
    margin-left: 0;
    margin-top: 14px;
    margin-left: 10px;
}

.page_list {
    margin-top: 20px;
    margin-bottom: 10px;
}

.page_list>li {
    display: inline;
}

.page_list>li a {
    background: #E4E4E4;
    padding: 3px 6px;
    margin-right: 10px;
    border-radius: 4px;
    color: #666;
}

.page_num li a {
    color: #666;
}

.page_list .page_numAll {
    background: #fff;
    padding: 0;
}

.page_numAll li a {
    background: #E4E4E4;
    padding: 3px 6px;
    margin-right: 6px;
    border-radius: 4px;
    color: #666;
}

.page_list_center {
    text-align: center;
}

.tag_tag_listAll {
    border: 1px solid #E6E6E6;
    padding: 10px;
    margin-top: 14px;
}

.page_num {
    margin-top: 2px;
    display: inline-block;
}

.page_num li {
    display: inline;
}

.page_list li a:hover {
    background: #0090d5;
    color: #fff;
}

.page_list li .page_on {
    background: #0090d5;
    color: #fff;
}

.tv_list_img {
    display: block;
    width: 68%;
    height: 62px;
    border: 1px solid #E7E7E7;
    margin-left: 20px;
}

.tv_list_img img {
    width: 100%;
    height: 100%;
}

.tv_list_cont {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: bold;
}

.tv_list_cont:hover {
    text-decoration: underline;
    color: #DC2221;
}

.tv_list_All li {
    margin-bottom: 14px;
    width: 140px;
}

.tv_list_All li i {
    display: block;
    width: 100%;
    text-align: center;
    color: #666666;
    margin-top: 6px;
}

.tv_list_All li i a {
    color: #666;
    font-size: 12px;
}

.tv_list_All li i a:hover {
    color: #DC2221;
    text-decoration: underline;
}

.tv_list_All {
    margin-top: 16px;
}

.video_l_title {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.video_l_Cont {
    font-size: 14px;
    margin-top: 8px;
}

.red_blue {
    color: #3399cc;
}

.video_l_Cont li {
    line-height: 32px;
}

.video_l_Cont .video_l_videoAdd_intro {
    line-height: 28px;
    margin-left: 10px;
}

.video_l_Cont li a:hover {
    color: #3399cc;
    text-decoration: underline;
}

.video_l_Cont .live_d_sign {
    font-size: 16px;
    margin-left: 10px;
}

.video_l_tv li a:hover {
    color: ##0090d5;
}

.video_l_tv li {
    background: url(../images/tv1.png) no-repeat 100% 100%;
    background-position: -2px 6px;
    background-size: 10px 15px;
    padding-left: 15px;
}

.video_l_intro div {
    line-height: 22px;
    font-size: 12px;
    text-indent: 2em;
}

.video_l_seek li {
    line-height: 30px;
}

.video_l_seekAll {
    margin-top: 14px;
}

.video_l_other li {
    width: 304px;
}

.video_live_otherAll {
    margin-top: 22px;
}

.video_l_other li a {
    background: url(../images/vv.png) no-repeat 100% 100%;
    background-position: 0 6px;
    background-size: 16px 14px;
    padding-left: 20px;
}

.video_l_other {
    margin-left: 10px;
}

.video_l_infor li a {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.video_l_infor li {
    line-height: 26px;
}

.video_l_infor {
    margin-top: 12px;
    padding: 0 10px 10px 10px;
}

.video_l_tag_r {
    border: none;
    margin-top: 0;
}

.mt_ten {
    margin-top: 10px;
}

.video_l_tag_rAll {
    margin-top: 12px;
}

.video_l_tag li a {
    color: #666;
    border-radius: 4px;
    border: 1px solid #0090d5;
    text-indent: 0;
    padding: 0 6px;
    display: block;
}

.video_l_tag li a:hover {
    color: #0090d5;
}

.video_l_advance_classify {
    margin-left: 10px;
}

.video_l_there {
    width: 100%;
    margin: 10px 0;
}

.video_l_thereAll {
    padding: 14px;
    margin-top: 14px;
}

.video_d_date {
    margin-right: 20px;
}

.video_d_title_intro {
    text-align: center;
    margin-top: 10px;
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 8px;
}

.video_d_title_intro>div {
    display: inline;
    color: #999;
}

.video_d_Contfont li a {
    color: #CC6600;
}

.video_d_Contfont li a:hover {
    color: #337ab7;
}

.video_d_Contfont li .on {
    color: #337ab7;
}

.video_d_Contfont li {
    line-height: 30px;
    font-size: 14px;
}

.video_d_Cont {
    padding-left: 100px;
}

.video_d_Contfont {
    margin-top: 12px;
}

.video_d_Cont_list .video_d_Cont_list_a li {
    line-height: 26px;
}

.video_d_Cont_list_aFont {
    margin-bottom: 20px;
    margin-top: 4px;
}

.video_d_Cont_list_aFont li {
    line-height: 28px;
}

.video_d_Cont_list_aFont li a {
    font-size: 13px;
    color: #666;
}

.video_d_Cont_list_aFont li a:hover {
    text-decoration: none;
    color: #337ab7;
}

.l_d_contList {
    margin-left: 26px;
}

.l_d_contList a:hover {
    color: #0090d5;
}

.red_on {
    color: #0090d5;
    line-height: 24px;
    font-size: 16px;
}

.video_d_Cont_list_a {
    margin-left: 100px;
    margin-top: 20px;
}

.video_d_tag {
    border-top: 1px dashed #E8E8E8;
    padding-top: 12px;
}

.video_d_lastAndnext {
    padding: 10px 10px 0 10px;
}

.video_d_lastAndnext i {
    color: #3399cc;
}

.video_d_lastAndnext a:hover {
    color: #3399cc;
    text-decoration: underline;
}

.index_channelCont_b li {
    margin-left: 0;
}

.index_channelCont_b {
    margin-left: 4px;
}

.tag_classify_icon i {
    background: url(../images/tv3.png) no-repeat 100% 100%;
    background-size: 16px 16px;
}

.tag_infor_icon i {
    background: url(../images/infor.png) no-repeat 100% 100%;
    background-size: 16px 16px;
}

.today_live {
    margin-top: 10px;
}

.today_live li em {
    margin-right: 14px;
}

.today_live li i {
    color: #669999;
}

.today_live li i:hover {
    text-decoration: underline;
}

.today_match {
    margin-left: 6px;
    width: 72%;
    line-height: 18px;
    margin-top: 8px;
}

.today_match:hover {
    color: #669999;
}

.today_live li {
    line-height: 32px;
}

.infor_d_Cont p img {
    width: 92%;
    height: 300px;
    margin: 10px 0;
}

.infor_d_Cont p {
    text-indent: 2em;
    line-height: 22px;
}

.infor_d_Cont {
    padding: 10px;
}

.infor_l_title {
    text-align: left;
}

.infor_d_title_intro {
    text-align: left;
}

.infor_d_title_tag {
    margin-top: 10px;
}

.infor_d_title_tag li a:hover {
    text-decoration: underline;
}

.channel_d_cont {
    width: 100%;
    height: 264px;
    background: #000;
    position: relative;
}

.channel_tvCont p {
    color: #FFFFFF;
    font-size: 16px;
    padding: 6px 0 0 10px;
}

.channel_d_hot {
    width: 160px;
    height: 264px;
    position: absolute;
    top: 0;
    right: 0;
    background: #222;
    color: #fff;
}

.channel_d_hot p {
    color: #bbb;
    font-size: 15px;
    background: #444;
    padding: 4px 0 4px 10px;
}

.channel_d_hot ul li {
    line-height: 16px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 4px;
    padding-left: 4px;
}

.channel_d_hot ul li a {
    color: #3399cc;
}

.channel_d_hot ul li a:hover {
    text-decoration: underline;
}

.channel_d_hot ul {
    margin-top: 10px;
    padding: 0 10px;
}

.channel_d_hot ul li i {
    width: 4px;
    height: 4px;
    background: #1B6D85;
    border-radius: 50%;
    margin-top: 6px;
    margin-right: 8px;
}

.channel_d_more {
    color: #bbb;
    margin-left: 118px;
    display: block;
    margin-top: -6px;
}

.channel_d_more:hover {
    color: #bbb;
    text-decoration: underline;
}

.channel_de_font {
    position: absolute;
    top: 94px;
    left: 0;
}

.channel_de_font {
    width: 74%;
    text-align: center;
}

.channel_tvCont .channel_de_fonta {
    color: #999;
}

.channel_d_intro img {
    width: 126px;
    height: 80px;
    border: 1px solid #e8e8e8;
}

.channel_d_title, .channel_d_title i {
    font-size: 15px;
    font-weight: 600;
}

.info_not {
    text-align: center;
    color: #999;
    margin-top: 12px;
}

.channel_d_intro_font p {
    line-height: 28px;
    margin-top: 4px;
    text-indent: 2em;
}

.channel_d_intro {
    margin-top: 12px;
}

.live_t_l_title, .live_t_l_title i {
    font-size: 14px;
    font-weight: 600;
}

.live_t_l_title {
    background: url(../images/ms.png) no-repeat 100% 100%;
    background-size: 16px 16px;
    background-position: 0 2px;
    padding-left: 24px;
}

.live_t_l_cont {
    padding: 10px;
    line-height: 26px;
    text-indent: 2em;
}

.live_top_cont {
    margin-top: 14px;
}

.live_t_r_title {
    background: url(../images/other.png) no-repeat 100% 100%;
    background-size: 16px 16px;
    background-position: 0 2px;
}

.live_top_cont_other li a {
    background: rgba(27, 109, 133, 0.8);
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
}

.live_top_cont_other li a:hover {
    background: #990033;
}

.live_top_cont_other li {
    margin-right: 12px;
    margin-bottom: 10px;
}

.live_top_cont_other {
    margin-top: 16px;
    padding-left: 10px;
}

.live_t_l_cont img {
    width: 200px;
    height: 130px;
    margin: 10px;
}

.word_live {
    border: none;
    background: #f1faef;
}

.word_contAll {
    border: none;
    display: none;
}

.word_time {
    margin-top: 0;
    margin-left: 0;
    text-align: center;
}

.world_contList {
    line-height: 30px;
    background: url(../images/bei.png) no-repeat 100% 100%;
    background-size: 20px 20px;
    background-position: 0 2px;
    padding-left: 24px;
}

.world_contList p {
    margin-right: 30px;
}

.world_contList a:hover {
    color: #3399cc;
}

.world_none {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 10px 10px 14px;
}

.world_over_title {
    font-size: 14px;
    background: #939393;
    color: #fff;
    width: 190px;
    padding: 6px 10px;
    margin-left: -10px;
    border-radius: 0;
}

.world_overMatch ol {
    margin-top: 10px;
}

.world_overMatch {
    box-shadow: 0 0 10px #989898;
    padding: 10px;
}

.world_video_font li a {
    color: #333;
}

.world_font {
    margin-top: 18px;
}

.video_list_advance a {
    color: #cc9933;
}

.video_l_tvicon li a {
    background: url(../images/tv1.png) no-repeat 100% 100%;
    background-size: 14px 14px;
    background-position: 0 0;
    padding-left: 18px;
}

.video_l_videoAdd_intro {
    text-align: center;
    margin-top: 10px;
}

.video_l_videoAdd_intro a {
    display: inline-block;
    background: #f1faef;
    padding: 0 8px;
    border-radius: 4px;
    margin-right: 20px;
    color: #cc9933;
}

.video_l_videoAdd_intro .disabled {
    background: #eee;
    color: #666;
    cursor: default;
}

.video_d_Contfont .video_l_videoAdd_intro .disabled:hover,.video_l_Cont .video_l_videoAdd_intro .disabled:hover {
    background: #eee;
    color: #666;
}

.video_d_Contfont .video_l_videoAdd_intro a:hover,.video_l_Cont .video_l_videoAdd_intro a:hover {
    text-decoration: none;
    background: #0090d5;
    color: #fff;
}

.video_l_videoAdd_intro p {
    font-size: 16px;
}

.topAndnew {
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 20;
}

.topAndnew p {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: #336666 1px solid;
    background: url(../images/new.png) no-repeat 100% 100%;
    background-size: 20px 20px;
    background-position: 10px 10px;
    cursor: pointer;
}

.topAndnew .goTop {
    background: url(../images/top.png) no-repeat 100% 100%;
    background-size: 20px 20px;
    background-position: 10px 10px;
}

.date_list {
    position: fixed;
    left: 100px;
    top: 300px;
}

.date_list li {
    width: 68px;
    height: 36px;
    background: #eff6fa;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.date_list li:hover {
    background: #0090d5;
    color: #fff;
}

.date_list .listNav_on {
    background: #0090d5;
    color: #fff;
}

.about_me_nav {
    width: 30%;
}

.about_me_cont {
    width: 70%;
}

.live_d_classify {
    margin-right: 16px;
}

.live_d_classify a:hover {
    color: #009999;
}

/*综合*/
.head_nav {
    position: relative;
}

.every_title_font li {
    font-size: 16px;
    margin-right: 8px;
    line-height: 32px;
    border-radius: 2px;
    color: #666;
    padding: 0 8px;
}

.every_title_font li i {
    width: 18px;
    height: 18px;
    background: url(../images/b_ball1.png) no-repeat 100% 100%;
    background-size: 18px 18px;
    margin-right: 6px;
    margin-top: 7px;
}

.every_title_font .on {
    color: #fff;
    background: #0090d5;
}

.every_title_font .index_f_icon i {
    width: 18px;
    height: 18px;
    background: url(../images/f_ball1.png) no-repeat 100% 100%;
    background-size: 18px 18px;
}

.every_title>a {
    margin-top: 8px;
}

.every_title>a:hover {
    color: #0090d5;
}

.index_begin {
    padding: 10px;
}

.index_live_icon_all {
    width: 16px;
    height: 16px;
    background: url(../images/all.png) no-repeat 100% 100%;
    background-size: 16px 16px;
    background-position: 0 0;
    margin-right: 8px;
    margin-top: 2px;
}

.index_live_icon_f {
    width: 16px;
    height: 16px;
    background: url(../images/football.png) no-repeat 100% 100%;
    background-size: 16px 16px;
    background-position: 0 0;
    margin-right: 8px;
    margin-top: 2px;
}

.index_live_icon_b {
    width: 18px;
    height: 18px;
    background: url(../images/b_ball2.png) no-repeat 100% 100%;
    background-size: 18px 18px;
    background-position: 0 0;
    margin-right: 8px;
    margin-top: 2px;
}

.every_icon {
    width: 22px;
    height: 22px;
    background: url(../images/b_ball2.png) no-repeat 100% 100%;
    background-size: 22px 22px;
    margin-top: 24px;
    margin-left: 8px;
}

.every_icon_f {
    width: 12%;
    height: 35px;
}

.every_icon_f span.sp1 {
    border: 1px solid #666;
    padding: 2px 5px;
    color: #333;
    margin-top: 8px;
    display: inline-block;
}

.every_icon_f span.sp2 {
    border: 1px solid #0090d5;
    padding: 2px 5px;
    color: #0090d5;
    margin-top: 8px;
    display: inline-block;
}

.every_icon_f span.sp3 {
    border: 1px solid #FE5157;
    background: #F80602;
    padding: 2px 5px;
    color: #fff;
    margin-top: 8px;
    display: inline-block;
}

.index_secondAll_l {
    width: 66%;
    position: relative;
}

.index_secondAll_r {
    width: 32%;
}

.every_title_recommend li i {
    height: 22px;
    background-image: url(../images/jian.png);
    background-size: 18px 22px;
    margin-top: 4px;
}

.index_liveAll_hot {
    background-image: url(../images/hot.png);
    background-size: 22px 22px;
    margin-top: 0;
}

.index_r_one {
    background: #fff;
}

.tp {
    margin-top: 14px;
}

.index_live_other {
    background-image: url(../images/other.png);
}

.index_channe_title li i {
    background-image: url(../images/tv2.png);
    margin-top: 6px;
}

.live_every_date p {
    width: 100%;
    text-align: center;
    line-height: 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0 26px;
}

.live_every_date {
    background: #f6f6f6;
}

.live_list_everyDay {
    margin-bottom: 16px;
    background: #fff;
}

.live_r_tp {
    margin-top: 14px;
}

.live_r_begin li a {
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live_r_begin li {
    width: 100%;
}

.live_r_begin .center {
    text-align: center;
}

.live_r_begin li a:hover {
    color: #0090d5;
}

.live_r_begin li em {
    display: inline-block;
    width: 16px;
    height: 35px;
    background: url(../images/tv1.png) no-repeat 100% 100%;
    background-position: -2px 10px;
    background-size: 10px 15px;
}

.live_r_data li a {
    width: 88%;
    overflow: hidden;
    color: #eee;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live_r_data li {
    width: 100%;
}

.live_r_data .center {
    text-align: center;
}

.live_r_data li a:hover {
    color: #fff;
}

.live_r_data li em {
    display: inline-block;
    width: 16px;
    height: 35px;
    background: url(../images/tv1.png) no-repeat 100% 100%;
    background-position: -2px 10px;
    background-size: 10px 15px;
}

.live_advance_classify li {
    background: #99cccc;
    color: #fff;
}

.live_advance_classify .on {
    background: #0090d5;
}

.live_nav {
    position: fixed;
    left: 160px;
    top: 300px;
    background: #fff;
    padding: 0 0;
    z-index: 30;
}

.live_nav p {
    border-bottom: 1px solid #eee;
}

.live_nav em {
    font-size: 16px;
}

@media screen and (max-width: 1400px) {
    .live_nav {
        position: fixed;
        top: 300px;
        left: 0px;
    }
}

@media screen and (min-width: 1400px) {
    .live_nav {
        position: fixed;
        top: 300px;
        left: 160px;
    }
}

@media screen and (max-width: 1400px) {
    .date_list {
        position: fixed;
        top: 300px;
        left: 0px;
    }
}

@media screen and (min-width: 1400px) {
    .date_list {
        position: fixed;
        top: 300px;
        left: 160px;
    }
}

.live_nav_every {
    line-height: 42px;
    margin-right: 0;
    position: relative;
    padding: 0 10px;
}

.live_icon_all, .live_liveAll_hot, .live_live_icon_f, .live_live_icon_b, .live_live_other {
    margin-top: 12px;
    margin-right: 12px;
}

.live_channel li a {
    color: #666;
}

.live_channel li {
    background: url(../images/tv3.png) no-repeat 100% 100%;
    background-position: -2px 8px;
    background-size: 14px 14px;
    padding-left: 14px;
    width: 44%;
    line-height: 28px;
}

.live_channel {
    margin-left: 2px;
}

.football_nav {
    position: absolute;
    left: 74px;
    top: 0;
    background: #fff;
    width: 400px;
    border: 1px solid #eee;
    border-left: none;
    border-radius: 8px;
    padding: 16px 0 2px 10px;
}

.football_nav li a {
    font-size: 14px;
    margin-left: 4px;
    line-height: 22px;
    color: #666;
    padding: 0 8px;
    cursor: pointer;
    margin-bottom: 8px;
    color: #009999;
    display: block;
}

.football_nav li a:hover {
    background: #0090d5;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.football_nav li .on {
    color: #0090d5;
    font-weight: bold;
}

.football_nav {
    display: none;
}

.live_nav_every:hover .football_nav {
    display: block;
}

.live_nav_every:hover em {
    color: #009999;
}

.every_nodate {
    font-size: 16px;
}

.live_l_other li span {
    margin-right: 8px;
    color: #999;
}

.live_l_other li>div {
    width: 76%;
}

.live_l_other li>div a {
    width: 96%;
}

.index_ball_classify li a {
    color: #663300;
    margin-left: 10px;
}

.index_ball_classify {
    margin-top: 6px;
}

.title_more_add>a {
    display: block;
    width: 42px;
    background: url(../images/down3.png) no-repeat 100% 100%;
    background-position: 30px 7px;
    background-size: 8px 6px;
    margin-left: 4px;
}

.title_more_add:hover>a {
    color: #fff;
    background: #0090d5 url(../images/down4.png) no-repeat 100% 100%;
    background-position: 30px 7px;
    background-size: 8px 6px;
}

.title_more_add {
    position: relative;
    margin-top: 4px;
    padding-left: 4px;
    padding-top: 2px;
    border-radius: 2px;
    width: 56px;
}

.title_more_add:hover {
    background: #0090d5;
}

.title_more_add:hover .title_more_list {
    display: block;
    transition: all .2s ease;
}

.title_more_list {
    width: 56px;
    position: absolute;
    left: 0;
    top: 20px;
    background: #0090d5;
    display: none;
    padding-top: 10px;
}

.title_more_list li {
    text-align: center;
    line-height: 28px;
}

.title_more_list li a {
    color: #fff;
    font-size: 12px;
}

.title_more_list li:hover {
    background: #336666;
}

.title_more_list li:hover a {
    background: #336666;
    color: #fff;
}

.tag_tag_list li a {
    color: #666;
    border: 1px solid #e8e8e8;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
}

.tag_tag_list li a:hover {
    background: #0090d5;
    color: #fff;
    text-decoration: none;
}

.tag_tag_list li {
    margin-bottom: 6px;
}

.tag_tag_list_r li a {
    color: #666;
}

.today_live li em {
    width: 20px;
    height: 20px;
    background: url(../images/live.png) no-repeat 100% 100%;
    background-size: 20px 20px;
    background-position: 0 0;
    margin-top: 6px;
}

.today_classify {
    margin-left: 0;
    margin-top: 8px;
}

.bas_video_a_icon {
    width: 5px;
    height: 5px;
    background: #0090d5;
    border-radius: 50%;
    margin-top: 20px;
    margin-right: 10px;
}

.bas_video_a_tag {
    margin-left: 8px;
}

.bas_video_a_tag em {
    color: #0090d5;
    font-size: 12px;
}

.channel_list li {
    margin-right: 20px;
    line-height: 26px;
}

.channel_list {
    margin-top: 14px;
    margin-left: 10px;
}

.channel_list li a:hover {
    color: #0090d5;
}

.title_classify {
    margin-top: 6px;
}

.title_classify>ul li {
    margin-right: 24px;
    border-bottom: 2px solid #0090d5;
}

.title_classify ul li a:hover {
    color: #0090d5;
}

.title_classify a {
    font-size: 14px;
    color: #666;
}

.title_classify a {
    font-size: 14px;
    color: #666;
}

.title_classify .on {
    color: #0090d5;
}

.title_classify_more>a {
    background: url(../images/nav_down.png) no-repeat 100% 100%;
    background-size: 10px 8px;
    background-position: 32px 4px;
    padding-right: 18px;
    margin-top: 2px;
}

.title_classify_more {
    position: relative;
}

.title_classify_more:hover .title_classify_more_cont {
    display: block;
}

.title_classify_more_cont {
    position: absolute;
    left: -10px;
    top: 100%;
    background: #f6f6f6;
    padding: 4px 8px;
    display: none;
    height: 200px;
    overflow-y: scroll;
}

.title_classify_more_cont ul {
    width: 228px;
}

.title_classify_more_cont ul li {
    width: 104px;
    line-height: 24px;
    background: url(../images/jiaolv.png) no-repeat 100% 100%;
    background-size: 12px 12px;
    background-position: 0 4px;
    padding-left: 16px;
}

.title_classify_more_cont ul li a {
    font-size: 12px;
}

.live_list_classify li {
    cursor: pointer;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.live_contAll_a li>p {
    line-height: 62px;
    margin-left: 0;
}

.channel_tv_a {
    padding-left: 18px;
    margin-top: 4px;
}

.every_title_line {
    border-bottom: 1px solid #0090d5;
}

.live_every_date>a {
    font-size: 14px;
    margin-right: 8px;
    margin-top: 4px;
}

.live_theme_infor>div {
    line-height: 26px;
    text-indent: 2em;
}

.live_theme_infor>div img {
    width: 200px;
    height: 130px;
    margin: 10px;
}

.live_theme_infor {
    margin-top: 10px;
}

.live_theme_other li {
    width: 104px;
    line-height: 26px;
}

.live_theme_other {
    margin-top: 8px;
    margin-left: 4px;
}

.live_theme_other li a:hover {
    color: #0090d5;
}

.live_theme_other li em {
    width: 4px;
    height: 4px;
    background: #0090d5;
    margin-right: 6px;
    margin-top: 11px;
}

.live_d_time {
    color: #999999;
    text-align: center;
    margin-top: 6px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.live_d_time p, .live_d_time em {
    display: inline-block;
}

.video_l_there_cont {
    height: 100%;
    position: relative;
}

.live_d_other a {
    background: #0090d5;
    color: #fff;
    padding: 4px 8px;
    border-radius: 10px;
    margin-right: 14px;
}

.live_d_other a:hover {
    background: #0090d5;
}

.live_d_other {
    margin-bottom: 12px;
    margin-left: 6px;
    margin-top: 13px;
}

.live_d_sign li a {
    background: url(../images/xinhao.png) no-repeat 100% 100%;
    background-size: 16px 16px;
    background-position: 0 0;
    padding-left: 20px;
    color: #0090d5;
}

.live_d_signcont li {
    margin-right: 20px;
}

.live_d_signcont {
    margin-left: 4px;
}

.live_d_taglist {
    margin-top: 10px;
}

.look_more_live_a {
    line-height: 24px;
    margin-top: -3px;
    font-size: 12px;
    background: url(../images/down.png) no-repeat 100% 100% #fff;
    background-size: 10px 6px;
    background-position: 160px 10px;
}

.look_more_live_a:hover {
    margin-top: -3px;
    background-size: 10px 6px;
}

.video_d_auther {
    margin-left: 20px;
}

.advance_classify_basket {
    margin-top: 6px;
    margin-left: 70px;
}

.channel_title_all .index_more {
    font-size: 14px;
}

.live_date_font {
    background: #fff;
    width: 360px;
    height: 62px;
    color: #666;
    margin: 0 auto;
    font-size: 15px;
}

.live_date_font>div {
    line-height: 62px;
    width: 100px;
    text-align: center;
    border: 1px solid #eee;
    background: rgba(255, 255, 153, 0.4);
    cursor: pointer;
}

.live_date_font>div:hover {
    color: #0090d5;
}

.live_date_font .live_date_number {
    width: 160px;
    border-right: none;
    border-left: none;
    background: #fff;
    color: #0090d5;
    cursor: default;
}

.live_dateAll {
    margin-top: 0px;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
}

.live_calendar {
    background: url(../images/date.png) no-repeat 100% 100%;
    background-size: 18px 20px;
    background-position: 0 -2px;
    margin-right: 10px;
}

.live_calendarAll {
    width: 88px;
    height: 46px;
    background: rgba(255, 255, 153, 0.4);
    border-radius: 100%;
    margin-top: 12px;
    cursor: pointer;
}

.live_date {
    margin-left: 260px;
}

.live_dateAll_ball {
    font-size: 16px;
    color: #0090d5;
    font-weight: bold;
    margin-right: 36px;
}

.live_dateAll_ball p {
    font-weight: bold;
    margin: 0 4px;
}

.live_dateAll_ball .live_dateAll_date {
    color: #666;
    font-weight: normal;
}

.live_dateAll_ball .live_dateAll_classify {
    color: #0090d5;
}

.look_more_index {
    margin-top: -1px;
}

.look_more_index:hover {
    margin-top: -1px;
    color: #0090d5;
}

.tag_classify_r_tp {
    margin-top: 18px;
}

.search_cont input {
    height: 46px;
    line-height: 32px;
    width: 350px;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #0090d5;
    border-right: none;
    border-radius: 6px 0 0 6px;
    padding-left: 10px;
}

.search_cont .search_bor {
    border: 1px solid #336666;
    border-right: none;
}

.search_cont .search_bor_no {
    border: 1px solid #0090d5;
    border-right: none;
}

.search_btn input {
    border: none;
    height: 46px;
    line-height: 32px;
    width: 84px;
    outline: none;
    font-size: 16px;
    color: #fff;
    background: #0090d5;
    text-align: center;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
}

.tag_list_search_notag {
    color: red;
    margin-left: 290px;
    margin-top: 12px;
    display: none;
}

.serrch_btn input:hover {
    background: #336666;
    transition: all .6s;
}

.searchAll {
    width: 444px;
    margin: 0 auto;
    margin-top: 30px;
}

.tag_list_search {
    margin-top: 20px;
    margin-bottom: 260px;
}

.tag_list_search_All {
    position: relative;
}

.tag_list_search_contList {
    position: absolute;
    top: 46px;
    left: 266px;
    background: #fff;
    border: 1px solid #eee;
    width: 435px;
    padding: 8px 0;
    display: none;
}

.tag_list_search_contList li {
    line-height: 28px;
    padding-left: 10px;
}

.tag_list_search_contList li a {
    display: block;
}

.tag_list_search_contList li:hover a {
    color: #ff9900;
}

.tag_list_search_contList li:hover {
    background: #eee;
}

.tag_list_hot a {
    color: #999;
    font-size: 14px;
    display: inline-block;
    min-width: 80px;
    text-align: center;
    padding: 0 10px;
    line-height: 22px;
    margin: 6px 0;
    border-right: 1px solid #e0e0e0;
}

.tag_list_hot a:hover {
    color: #0090d5;
}

.tag_list_hot {
    width: 73%;
    margin: 0 auto;
    margin-top: 24px;
}

.tag_list_lookAll {
    width: 100px;
    margin: 0 auto;
    color: #666;
    display: block;
    margin-top: 20px;
    background: url(../images/xia1.png) no-repeat 100% 100%;
    background-size: 10px 6px;
    background-position: 88px 8px;
    padding-right: 10px;
}

.tag_list_lookAll:hover {
    color: #0090d5;
    background: url(../images/xia2.png) no-repeat 100% 100%;
    background-size: 10px 6px;
    background-position: 88px 8px;
}

.every_title>.tag_list_all_se {
    font-size: 16px;
    color: #333;
    background: url(../images/search.png) no-repeat 100% 100%;
    background-size: 20px 20px;
    background-position: 0 0;
    padding-left: 28px;
    margin-right: 20px;
    margin-top: 8px;
}

.every_title>.tag_list_all_se:hover {
    color: #0090d5;
}

.live_d_count_down_num {
    font-size: 20px;
    margin-left: 200px;
}

.live_d_count_down_num em {
    font-weight: bold;
    font-style: italic;
    margin: 0 6px;
    color: #0090d5;
}

.live_d_count_down_num i {
    font-weight: bold;
}

.live_d_count_down {
    margin-top: 20px;
    margin-bottom: 46px;
}

.live_d_count_down p {
    margin-left: 14px;
    color: #666;
}

.live_d_count_down .live_d_count_down_no {
    font-size: 16px;
    margin-left: 160px;
    margin-top: 34px;
    display: none;
}

.live_d_column li a {
    color: #666;
}

.live_d_column li a:hover {
    color: #0090d5;
}

.live_d_column li {
    min-width: 106px;
    background: url(../images/tv3.png) no-repeat 100% 100%;
    background-position: -2px 8px;
    background-size: 14px 14px;
    padding-left: 14px;
    line-height: 28px;
}

.live_d_column {
    margin-top: 6px;
}

.live_d_ball_other_cont {
    display: none;
}

.live_d_ball_other li {
    cursor: pointer;
}

.live_d_analyze li p {
    font-weight: bold;
    color: #666;
    margin-left: -8px;
    cursor: pointer;
}

.live_d_analyze li p:hover {
    color: #0090d5;
}

.live_d_analyze li .on_t {
    color: #0090d5;
}

.live_d_analyze {
    width: 100%;
}

.an_result_Cont_title li {
    background: #cc9966;
    line-height: 28px;
    border-right: 2px solid #fff;
    color: #fff;
}

.an_result_Cont_title {
    margin-top: 4px;
}

.an_Cont_time {
    text-align: center;
    width: 19%;
}

.an_Cont_match {
    text-align: center;
    width: 50%;
    padding: 0 8px;
}

.an_Cont_score {
    text-align: center;
    width: 10%;
}

.an_Cont_video {
    width: 21%;
    text-align: center;
}

.an_result_Cont li {
    line-height: 28px;
    color: #666;
}

.an_result_Cont li a {
    color: #006600;
}

.an_result_Cont li a:hover {
    color: #0090d5;
}

.an_result_Cont {
    margin-top: 6px;
    border-bottom: 1px dashed #eee;
}

.an_Cont_match_a {
    width: 35.5%;
}

.an_result_Cont_font>div {
    display: none;
}

.detail_cont {
    margin-top: 10px;
    line-height: 200%;
    font-size: 14px;
}

.detail_cont p {
    margin-top: 10px;
    text-indent: 2em;
}

h3 {
    font-size: 16px;
}

.detail_cont p img {
    width: 90%;
    height: 360px;
    display: block;
    margin: 0 auto;
}

.video_d_lastAndnext>div {
    line-height: 26px;
}

.goBack {
    width: 50px;
    height: 50px;
    background: url(../images/goback.png) no-repeat 100% 100%;
    background-size: 50px 50px;
    background-position: 0 0;
    border-radius: 50%;
    position: fixed;
    top: 75%;
    left: 90%;
    box-shadow: 0 0 8px #0090d5;
    display: none;
    cursor: pointer;
    z-index: 29;
}

.channel_d_program li {
    width: 50%;
    padding: 4px 0;
}

.channel_d_program li time {
    margin-right: 12px;
    color: #0090d5;
}

.channel_d_program li p {
    width: 84%;
}

.channel_d_program {
    margin-top: 10px;
}

/*赛程*/
@media screen and (max-width: 1400px) {
    .saicheng_titleList {
        position: fixed;
        top: 300px;
        left: 20px;
    }
}

@media screen and (min-width: 1400px) {
    .saicheng_titleList {
        position: fixed;
        top: 300px;
        left: 200px;
    }
}

.saicheng_titleList a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0090d5;
    display: block;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 8px #0090d5;
}

.saicheng_titleList .on {
    background: #0090d5;
    color: #fff;
    box-shadow: 0 0 8px #0090d5;
}

.saicheng_titleList .on:hover {
    color: #0090d5;
}

.saicheng_titleList a:hover {
    color: #0090d5;
}

.saicheng_list_every_title {
    margin-left: 0;
    width: auto;
}

.saicheng_date span {
    font-size: 12px;
}

.saicheng_list_title li {
    line-height: 40px;
    background: rgba(204,204,102,0.6);
    text-align: center;
    font-weight: 600;
    color: #666;
}

.saicheng_no_pd {
    padding: 0;
}

.saicheng_list_video {
    width: 8%;
}

.saicheng_list_num {
    width: 10%;
}

.saicheng_list_time {
    width: 15%;
}

.saicheng_list_cont li {
    text-align: center;
    line-height: 40px;
}

.saicheng_list_team {
    width: 35%;
}

.saicheng_list_team .on {
    color: #ff9900;
}

.saicheng_list_team a:hover {
    color: #0090d5;
    text-decoration: underline;
}

.saicheng_list_video a:hover {
    color: #0090d5;
    text-decoration: underline;
}

.saicheng_list_video a {
    color: #ff9900;
}

.saicheng_list_cont {
    border-bottom: 1px solid #EEEEEE;
}

.live_d_saicheng {
    text-align: center;
    margin: 8px 0;
}

.live_d_saicheng a {
    display: inline-block;
    padding: 2px 6px;
    background: #0090d5;
    color: #0090d5;
    margin: 4px 10px 0 10px;
    border-radius: 4px;
}

.live_d_saicheng a:hover {
    text-decoration: underline;
}

.hot_tag a {
    margin: 6px 10px;
}

.tag_line {
    border-top: 2px solid #0090d5;
}

.tag_list_cont {
    display: none;
}

/*赛程总*/
.saicheng_title {
    border-bottom: 2px solid #0090d5;
    margin-top: 12px;
}

.saicheng_classify .on {
    color: #0090d5;
}

.saicheng_classify li {
    display: block;
    font-size: 16px;
    line-height: 50px;
}

.saicheng_classify li .saicheng_classify_first {
    display: block;
    font-weight: bold;
    text-indent: 2em;
    border-bottom: 1px solid #eee;
}

.saicheng_classify a:hover {
    color: #0090d5;
}

.saicheng_left {
    width: 26%;
}

.saicheng_right {
    width: 73%;
}

.saicheng_classify .bo_no {
    border-bottom: none;
}

.pad_no {
    padding: 0 8px;
}

.team_competitionCont li img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 6px;
    margin-left: 30px;
}

.team_competitionCont li em {
    font-size: 14px;
    color: #666666;
}

.team_competitionCont li .on {
    font-weight: bold;
    color: #63ba3b;
}

.team_competitionCont li {
    line-height: 40px;
    padding: 8px 0 8px 6px;
    border-bottom: 1px solid #eee;
}

.team_competitionCont>.on {
    background: rgba(255,204,153,0.6);
}

.team_competitionCont li a {
    display: block;
    width: 100%;
}

.team_competitionCont li a:hover em {
    color: #63ba3b;
}

.team_competitionCont_list {
    height: 500px;
    overflow-y: scroll;
}

.team_competitionCont .on em {
    color: #0090d5;
}

.about_team li {
    margin-right: 0;
}

.hide {
    display: none;
}

.everyDay_nolive {
    text-align: center;
}

.live_contAll>.everyDay_nolive {
    border-bottom: none;
    color: #666;
}

.getlive_center {
    text-align: center;
}

.recommend_live_no {
    text-align: center;
    margin: 10px 0;
    color: #666;
}

/*地图*/
.map_classify {
    width: 180px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0090d5), to(#99CC99));
    position: relative;
    margin-top: 14px;
}

h6 a {
    font-size: 14px;
    color: #99CC99;
    margin-left: 10px;
}

h6 a:hover {
    color: #0090d5;
}

h6 {
    margin: 10px 0;
}

.map_classify>div a {
    display: block;
    width: 100%;
    line-height: 36px;
    text-align: center;
}

.map_classify>div a:hover {
    color: #0090d5;
}

.map_classify>div .on {
    color: #0090d5;
    font-weight: 600;
    text-decoration: none;
}

.map_classify>div>a {
    font-size: 16px;
    font-weight: bold;
}

.map_classify>div>.on_on {
    color: #0090d5;
    text-decoration: none;
}

.map_classify>div>a:hover {
    color: #0090d5;
}

.map_classify>div>a {
    background: rgba(255,102,102,0.6);
    color: #fff;
}

.map_cont {
    width: 81%;
}

.map_cont_everyAll p {
    line-height: 32px;
    background: #0090d5;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
}

.map_cont_everyAll p a {
    color: #fff;
}

.map_cont_everyAll p b {
    width: 20px;
    height: 18px;
    background: url(../images/white_down.png) no-repeat 100% 100%;
    background-size: 20px 18px;
    background-position: 0 0;
    position: absolute;
    right: 8px;
    top: 6px;
    cursor: pointer;
}

.map_cont_everyAll p .white_down {
    width: 20px;
    height: 18px;
    background: url(../images/white_up.png) no-repeat 100% 100%;
    background-size: 20px 18px;
    background-position: 0 0;
    position: absolute;
    right: 8px;
    top: 6px;
    cursor: pointer;
}

.map_cont_everyAll {
    margin-bottom: 20px;
}

.live_contAll_nopad {
    padding: 0;
    padding-bottom: 12px;
    margin-top: 12px;
}

.map_cont_classify a {
    line-height: 34px;
    color: #666;
    font-size: 16px;
    font-weight: 600;
}

.map_cont_classify a:hover {
    color: #0090d5;
}

.map_cont_classify span {
    width: 6px;
    height: 6px;
    background: #cc6600;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 14px;
}

.map_cont_classify i {
    width: 20px;
    height: 18px;
    background: url(../images/map_down.png) no-repeat 100% 100%;
    background-size: 20px 18px;
    background-position: 0 0;
    margin-top: 8px;
    cursor: pointer;
}

.map_cont_classify .map_up {
    background: url(../images/map_up.png) no-repeat 100% 100%;
    background-size: 20px 18px;
    background-position: 0 0;
}

.map_cont_classify {
    margin-top: 8px;
}

.map_cont_classify_all {
    padding: 0 20px;
}

.map_cont_list li a {
    display: block;
    color: #cc6600;
    margin: 6px 12px;
}

.map_cont_list li a:hover {
    color: #0090d5;
}

/*关于我们*/
.map_cont_title {
    font-size: 18px;
    color: #0090d5;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.map_cont_font {
    font-size: 16px;
    color: #666;
    line-height: 38px;
    text-indent: 2em;
    margin-bottom: 8px;
}

.map_cont_font a {
    color: rgba(255,102,102,1);
}

.map_cont_font a:hover {
    text-decoration: underline;
}

.hide {
    display: none;
}

.map_cont img {
    width: 30%;
    height: 232px;
}

.map_cont_font_us {
    width: 60%;
    margin-top: 30px;
    margin-right: 20px;
}

.map_cont_font_usAll {
    margin-top: 20px;
}

.about_message textarea {
    width: 460px;
    height: 180px;
    resize: none;
}

.about_message p {
    color: #666666;
    font-size: 16px;
    margin-right: 30px;
}

.about_message .message_hint {
    font-size: 14px;
    margin-top: 10px;
}

.about_message {
    padding: 20px 40px;
}

.about_phone textarea {
    height: 30px;
    width: 300px;
}

.feedback button {
    background: #99CC99;
    height: 38px;
    width: 100px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
}

.feedback button:hover {
    transition: all .2s ease;
    background: #0090d5;
}

.feedback {
    width: 322px;
    margin: 0 auto;
}

.about_box {
    border: none;
    min-height: 466px;
    margin-top: 14px;
}

.about_classify ol li a {
    display: block;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
}

.about_classify ol li .on {
    background: rgba(255,102,102,0.6);
    color: #fff;
}

.pagination > li > a,.pagination > .disabled > a {
    margin: 0 4px;
    border-radius: 4px;
    border: 1px solid #99CC99;
    line-height: 12px;
    color: #666;
}

.pagination > .active > a {
    background: #99CC99;
    color: #fff;
}

.pagination > .active > a:hover {
    background: #0090d5;
    color: #fff;
    border: 1px solid #0090d5;
}

.pagination > li > a:hover {
    background: #0090d5;
    color: #fff;
}

/*积分榜*/
.integral_classify p {
    flex: 1;
    text-align: center;
    color: #666;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-right: none;
    cursor: pointer;
}

.integral_classify {
    display: flex;
    line-height: 26px;
    margin-top: 10px;
}

.integral_classify p:last-child {
    border-right: 1px solid #eee;
}

.integral_classify .on {
    color: #0090d5;
    font-weight: 600;
}

.integral_cont p {
    float: left;
    text-align: center;
    color: #666;
}

.integral_cont dt p:nth-child(1),.integral_cont dl p:nth-child(1) {
    width: 12%;
}

.integral_cont dt p:nth-child(2),.integral_cont dl p:nth-child(2) {
    width: 45%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.integral_cont dl p:nth-child(2) {
    font-size: 13px;
}

.integral_cont dt p:nth-child(3),.integral_cont dl p:nth-child(3) {
    width: 27%;
}

.integral_cont dt p:nth-child(4),.integral_cont dl p:nth-child(4) {
    width: 12%;
}

.integral_cont dl p:nth-child(3),.integral_cont dl p:nth-child(4) {
    font-size: 12px;
}

.integral_cont dt,.integral_cont dl {
    line-height: 32px;
}

.integral_cont dl {
    border-bottom: 1px dotted #eee;
}

.integral_cont dt {
    background: #eee;
}

.integral_cont dl i {
    background: rgba(204,102,0,0.8);
    color: #fff;
    border-radius: 6px;
    padding: 0 6px;
    line-height: 18px;
}

.sheAll,.group-dl,.integral_cont_bas,.jifen_Every,.integral_classify_bas_every {
    display: none;
}

.group-ul li {
    width: 12%;
    text-align: center;
    color: #999;
    line-height: 28px;
    font-size: 12px;
    cursor: pointer;
}

.group-ul .on {
    color: #99CC99;
}

.group-ul {
    border: 1px solid #eee;
    border-top: none;
}

.bangdan_btn_bas {
    margin-top: -22px;
}

.foot_bang_classify {
    margin-left: 0;
}

.foot_bang_classify li {
    margin-right: 4px;
}

/*总页面赛程*/
.ball_sc>div img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: inherit;
}

.ball_sc>div p {
    color: #666;
    text-align: center;
    font-size: 12px;
    margin-top: 6px;
}

.ball_sc>div>a {
    width: 21%;
    margin: 10px 6px;
}

.ball_sc>div>a:hover p {
    color: #99CC99;
}

.ball_sc>div {
    display: none;
}

/*录像分类*/
.module_classify_title img {
    width: 24px;
    height: 24px;
}

.module_classify_title li {
    width: 14.2%;
    text-align: center;
    color: #666;
    font-size: 13px;
    cursor: pointer;
    padding: 4px 0;
    flex: 1;
}

.module_classify_title li:hover {
    color: #99CC99;
}

.module_classify_title .on {
    color: #99CC99;
    background: #fff;
    border: 1px solid #99CC99;
    border-bottom: none;
}

.module_classify_title li p {
    margin-top: 6px;
}

.module_classify_title {
    margin-top: 10px;
    display: flex;
}

.module_classify_cont,.module_classify_cont li {
    font-size: 13px;
    color: #666;
}

.module_classify_cont a:hover {
    color: #99CC99;
}

.module_classify_cont {
    margin-top: -1px;
    border: 1px solid #99CC99;
    padding-left: 8px ;
    padding-top: 8px;
}

.module_classify_cont_nobor {
    border: 1px solid #fff;
}

.module_classify_cont p {
    margin-top: 2px;
    color: #333;
    font-weight: bold;
}

.module_classify_cont ul {
    width: 84%;
}

.module_classify_cont ul li {
    margin: 4px 8px;
}

.module_classify_cont_every {
    display: none;
}

/*直播详情页相关*/
.live_d_circle {
    background: url(../images/tv1.png) no-repeat 100% 100%;
    background-position: -2px 15px;
    background-size: 10px 15px;
    padding-left: 15px;
    width: 15px;
    height: 30px;
}

.live_d_about>li {
    border-bottom: 1px solid #eee;
}

.channel_tv i {
    color: #999;
}

/*直播分类*/
.live_every_date_classify {
}

.live_every_date_classify p {
    background: #fff;
    color: #666;
    border: 1px solid #0090d5;
    border-bottom: 1px solid #eff6fa;
}

.live_every_classify_list a {
    margin: 2px 4px;
    font-size: 13px;
    padding: 2px 4px;
    border-radius: 2px;
}

.live_every_classify_list a:hover {
    color: #0090d5;
}

.live_every_classify_list .on {
    background: #0090d5;
}

.live_every_classify_list .main {
    color: #0090d5;
    font-weight: 600;
}

.live_every_classify_list {
    padding: 8px 2px;
    padding-right: 52px;
    background: #fff;
    border: 1px solid rgba(153, 204, 153, 0.3);
    position: relative;
    height: 42px;
    overflow: hidden;
}

.isdownUp {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 13px;
    color: #006600;
    cursor: pointer;
}

.isdownUp i {
    width: 12px;
    height: 12px;
    background: url(../images/lvxia.png) no-repeat 100% 100%;
    background-position: 0 2px;
    background-size: 12px 12px;
}

.isdownUp b {
    width: 12px;
    height: 12px;
    background: url(../images/lvshang.png) no-repeat 100% 100%;
    background-position: 0 2px;
    background-size: 12px 12px;
}

.navscroll {
    height: 260px;
    overflow-y: scroll;
}

#full_screen_open {
    width: 32px;
    height: 32px;
    background: #fff;
    background-image: url(../images/big.png);
    background-size: 32px 32px;
    background-position-y: -4px;
    background-position-x: -2px;
    cursor: pointer;
    border: 3px solid #fff;
    position: absolute;
    right: 40px;
    top: -4px;
    z-index: 4999;
}

#full_screen_open:hover {
    background: #fff;
    background-image: url(../images/big2.png);
    background-size: 32px 32px;
    background-position-y: -4px;
    background-position-x: -2px;
}

.live_jstj {
    width: 100%;
    overflow-x: scroll;
}

.live_jstj table {width: 1000px;max-width: none;}

.team_tit {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #0090d5;
    display: inline-block;
}

.bold {
    font-weight: bold;
}


.box {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.com-type {
    font-size: 16px;
}

.com-type a {
    color: blue;
}

.com-type .active {
    color: red;
}

.com-content li {
    width: 20%;
    height: 30px;
    line-height: 30px;
}

.com-content ul {
    display: flex;
    flex-wrap: wrap;
}

.com-content a {
    display: block;
}

.com-content li:hover {
    background: #eee;
}

.detail_cont p.vplay {
    text-indent: 0;
}