*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 微软雅黑;
    font-size: 16px;
    background-color: #eee;
    color: #444;
}
.logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding: 0.0rem;
    background: #ff4960;
    position: relative;
}
.logo a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    -ms-align-items: center;
    align-items: center;
    height: 2.9rem;
    color: #fff;
    text-decoration: none;
	line-height: 44px;
}
.logo img {
    height: 86%;
}
.logo h1 {
    height: 100%;
    margin-left: 0.6rem;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
	padding-right: 10px;
}
.logo h3 {
    height: 100%;
    margin-left: 0.6rem;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
	border-right: solid 1px #fff;
	padding-right: 10px;
}
.logo h2 {
    height: 100%;
    margin-left: 0.6rem;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
}

.logo .record {
    position: absolute;
    right: 1rem;
    color: #ff4960;
}

.nav-group-fold {
        float: right;
        background: url("/images/btn-nav-fold_b389a1.png") no-repeat 10px center;
        background-size: 24px;
        width: 44px;
        height: 44px;;
    }
.nav-group-fold:active {
        background-color: #ff4960;
    }
.nav-group-1st {
        background-color: #f7f7f7;
    }
.nav-group-1st ul {
        padding: 5px 0;
        border-bottom: solid 1px #DDD;
    }
.nav-group-1st li {
        position: relative;
        float: left;
        width: 16%;
        line-height: 37px;
        text-align: center;
        list-style-type: none;
    }
.nav-group-1st li.first {
        margin-left: 2%;
    }
.nav-group-1st li.x2 {
        width: 32%;
    }
.nav-group-1st li.x3 {
        width: 48%;
    }
.nav-group-1st li.x4 {
        width: 64%;
    }
.nav-group-1st li.x5 {
        width: 80%;
    }
.nav-group-1st li.x6 {
        width: 96%;
    }
.nav-group-1st a {
        display: inline-block;
		outline: none;
        text-decoration: none;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        color: #444;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
.nav-group-1st a:active {
        background-color: #DDD;
    }
.nav-group-1st a:visited {
        color: #444;
        background-color: #F7F7F7;
    }
.nav-group-1st ul::after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        overflow:hidden;
    }
.nav-group-1st a.fold::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        overflow: hidden;
        top: 9px;
        border: solid 5px rgba(0,0,0,0);
        border-bottom: solid 5px #000;
    }
.nav-group-1st a.unfold::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        overflow: hidden;
        top: 2px;
        margin-top: 15px;
        border: solid 5px rgba(0,0,0,0);
        border-top: solid 5px #000;
    }


.tip {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.875rem;
    color: #fff;
    background: #ef5f71;
    text-align: center;
}
.live-list {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #fff;
}
.live-listad {
    margin-top: 1rem;
    margin-bottom: 1rem;
	padding-top: 0rem;
    padding-bottom: 0rem;
    background: #fff;
}
.heading {
    font-weight: 600;
    text-align: center;
    color: #777;
}
.lives li {
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style: none;
}

.lives .lives-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
}
.lives a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
    color: #444;
}
.team, .info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 33%;
}
.team img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.info .match {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    color: #ef5f71;
}
.info .time {
    margin-top: 0.5rem;
    color: #666;
}
.live {
    background: #fff;
}
.game {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #222;
    width: 100%;
    position: relative;
}
.game p, .game .info p {
    color: #eee;
}
.player {
    display: block;
    margin: 0 auto;
    width: 100%;
    /* height: 300px; */
    /* margin-top: -3.3rem; */
}
.player-img {
    display: block;
    width: 100%;
    /* margin: -32px auto 0; */
}
.signals {
    margin-top: 1.5rem;
    text-align: center;
	position: relative;
}
/* .signals a.signal {
    color: #ff4960;
    border: 1px solid #ff4960;
    padding: .4em .8em;
    border-radius: 6px;
    text-decoration: none;
} 28px; */


.signals a.signal{text-decoration: none;display:inline-block;color:#FF4D4D;padding:0 12px;height:auto;line-height:26px;margin:21px 16px!important; border:solid 1px #FF4D4D;border-radius:14px;}

.signals a.active, .signals a:hover{background:#FF4D4D;color:#fff}

.signals a.signal2{display:none;}



.qrcode {
    margin-top: 1.5rem;
    text-align: center;
}
.qrcode b {
    color: #ff4960;
}
.back {
    position: absolute;
    left: 0;
    padding: 0.1875rem 1rem 0 0.8rem;
}
.footer {
    padding: 2rem;
    text-align: center;
    color: #888;
    background: #fff;
}
@media (min-width: 768px) {
    .live-list {
        margin: 1rem auto;
        max-width: 950px;/*35%*/
    }
	.live-listad {
        margin: 1rem auto;
        max-width: 950px;/*35%*/
    }
    .lives li {
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }
    .team img {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }
    .info .match {
        font-size: 1.2rem;
    }
    .info .time {
        font-size: 1.1rem;
    }
    .team p {
        margin-top: 0.25rem;
    }
    .game {
        width: 950px;/* 810px */
        margin: 0 auto;
        text-align: center;
        position: relative;
    }
    .player {
        width: 950px;/* 810px */
        /* height: 510px; */
    }
    .player-img {
        margin: 0 auto;
        /* width: 810px; */
        /* height: 400px; */
    }
}

a.Channel3:link {color: #ff0000;text-decoration: none;} /*未访问的链接 */ 
a.Channel3:visited {color: #ff0000;text-decoration: none;} /*已访问的链接*/ 
a.Channel3:hover{color: #ff0000;text-decoration: underline;} /*鼠标在链接上 */ 
a.Channel3:active {color: #ff0000;text-decoration:none;} /*点击激活链接*/

