small a {
	color: #fff;
}

.navbar {
	margin-bottom: 0 !important;
}

.item-content .text div {
	padding-left: 40px;
	padding-top: 5px;
}



.navv {margin:0 auto 5px;text-align:left;border-bottom:1px solid #F72921;position:relative;}
.navv span:nth-child(1) {position:absolute;left:-3px;top:-3px;padding:3px;border-style:solid;border-color:#009ad9;border-width:3px 0 0 3px;}
.navv span:nth-child(2) {position:absolute;right:-3px;top:-3px;padding:3px;border-style:solid;border-color:#009ad9;border-width:3px 3px 0 0;}
.navv span:nth-child(3) {position:absolute;right:-3px;bottom:-3px;padding:3px;border-style:solid;border-color:#009ad9;border-width:0 3px 3px 0;}
.navv span:nth-child(4) {position:absolute;left:-3px;bottom:-3px;padding:3px;border-style:solid;border-color:#009ad9;border-width:0 0 3px 3px;}
.navv li {list-style-type: none;display:inline-block;margin:2px;padding:5px 10px;font-size:13px;color:#FFF;background:#314668;cursor:pointer;}
.navv .active {color:#fff;background-color:#ef3b31}


/******xin***********/
.sig-vs {width:100%;color:#fff; text-align: center; overflow: hidden;}
.sig-vs img {width:70px;display:block;margin:0 auto;border-radius:5px;height:70px}
.sig-vs div {}
.sig-vs div * {vertical-align: middle;}
.sig-vs b, .sig-vs b a {color:#fff;line-height:30px;font-size:14px;display: inline-block;}
.sig-vs i {color:#2196F3;font-size: 0px; font-style: normal; font-weight:600; margin: auto 5px;}
.sig-vs .vs{display:inline-block;width:100%;background:url(/style/img/mbg-sigs.png)no-repeat;background-size:100%;padding:15px 0;background-color:#000}
.sig-vs .vs div,.sig-vs .lqvs div{display:inline-block}
.sig-vs .team{display:inline-block;width:34%}
.sig-vs{margin-top:8px}
.sig-vs-txt {width:29%}
.sig-vs-txt.title {width:90%}
.sig-vs-txt b{font-size: 14px;line-height: 20px}
.sig-vs-txt em{font-size: 26px;line-height: 38px;color:#2196F3;display:block;font-style:normal}
.sig-vs-txt span {font-size: 14px; line-height: 20px;color:rgba(255,255,255,0.4); display:block; vertical-align: middle;}
.sig-list {display:block;text-align:center;padding-bottom:16px;margin-top:-1px;background:url(../style/img/mbg-sigs2.png)no-repeat;background-size:100% 100%}
.ia,.ib{display:none;font-style:normal}
.c{}
.ic{font-style:normal}
.play i, .wait i{font-style:normal}
.sig-list a{display:inline-block;color:#2196F3;font-size:12px;padding:0 8px;height:24px;line-height:22px;margin:15px 5px!important; border:solid 1px #2196F3;border-radius:14px;}
.sig-prev {width: 80%; border: 1px dotted #f8990c; margin: 20px auto; padding: 10px 20px; background-color: #fff;}
.sig-list a {margin:16px 5px 0px 5px !important}
.sig-list a.active{background:#2196F3;color:#fff}
.sig-table {width: 100%;font-size:12px}
.sig-table thead tr td{background-color: #D8D8D8}
.sig-table td {border-bottom: 1px solid #eee; height: 50px; text-align: center;}
.sig-table .trbg {background-color: #FCFCFC;}
.sig-table .bold {font-weight:bold;font-size:14px}
.sig-message{background: #fff;padding:16px;line-height: 24px;color:#959595}
.sig-list a.jump{}
.sig-list a.jump::before{display: inline-block;width: 16px;height: 16px; background: url(../images/icon-jump.png) no-repeat;content: '';top:3px;position: relative;background-size: auto 100%;}
.sigsAppDL{color:#ffa101 !important;border:solid 1px #ffa101 !important;}
.hot{font-weight: bold;}

.item2 {display: none; }
.responsive-table{display:block;width:100%;margin-top:15px}.responsive-table_hd{display:flex;align-items:center;justify-content:center;padding:10px 0;background:#dedede}.responsive-table_hd>span{text-align:center;flex:1;font-weight:700}.responsive-table_bd{display:block}.responsive-table_row{display:flex;align-items:center;justify-content:center;border-bottom:solid 1px #dedede}.responsive-table_row>span{text-align:center;flex:1;padding:10px 0}

.fixDiv {position:fixed;z-index:999;top:0;background:#fff;}



.tgs a{font-size:15px;line-height:34px;height:34px;background:red;padding:3px 10px;margin:5px 5px 0 0;border-radius:3px;transition:all .2s;color:#fff;white-space:nowrap}
.tgs a:hover{background:#ccc;color:#fff}

.tabs-wrap {
    clear: both;
    overflow: hidden
}

#tabbed-widget .widget-top {
    background: #f7f7f7;
    height: 38px;
    border-bottom: 3px solid #eaeaea
}

.tabs-wrap#tab1 {
    display: block
}

#tabbed-widget ul.tabs li {
    float: left;
    position: relative;
    margin-left: 3px;
    line-height: 30px;
    padding: 2px;
    background: 0 0
}

#tabbed-widget ul.tabs li a {
    display: inline-block;
    text-align: center;
    color: #123f58;
    text-shadow: 0 1px 0 #fff;
    padding: 5px 9px 1px;
    line-height: 30px
}

#tabbed-widget ul.tabs li a:hover {
    color: #000
}

#tabbed-widget ul.tabs li.active a {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #fff;
    box-shadow: 0 -1px 2px #d4d4d4;
    -moz-box-shadow: 0 -1px 2px #d4d4d4;
    -webkit-box-shadow: 0 -1px 2px #d4d4d4
}

.tabs-wrap li,.widget-top li {
list-style-type:none;
}