/*
* @Author: Administrator
* @Date:   2017-03-10 14:41:37
* @Last Modified by:   Administrator
* @Last Modified time: 2017-04-20 20:46:29
*/
body{
    color: rgba(255,255,255,0.85);
}
#list>li .day{
	height: 0.8rem;
	width: 100%;
	text-align: center;
	line-height: 0.8rem;
	color:#333333;
	background-color: rgba(0,0,0,0.2); 
}
#list>li .data_main{
	width:100%;
	margin:0 auto;
	height: auto;
}
#list>li ul li{
	margin:0 auto;
	height: 1.84rem;
	/* width: 6.64rem; */
	width:6.8rem;
   border-bottom: 1px solid rgba(0, 0, 0, 0.15);

}
#list>li ul li:last-child{
	border-bottom:none;
}
.team_1{
	width: 2.32rem;
	height: 1.84rem;
	float: left;
}
.team_1 div{
	height: 0.88rem;
	width: 0.88rem;
	margin:0 auto;
	margin-top: 0.3rem;
	font-size: 0;
	overflow:hidden;
}
.team_1 div>a>img{
    height: auto;
    width: 100%;
}
.team_1 p{
	width: 2.34rem;
	text-align: center;
	height: 0.53rem;
	line-height: 0.53rem;
	color:#333333;
}
.score{
	float: left;
	/* width: 2rem; */
	width: 2.16rem;
	height: 1rem;
	text-align: center;
	margin-top: 0.38rem;
	
}
.score p:nth-child(1){
	height: 0.3rem;
	color:#999999;
	margin-bottom: 0.06rem;
	width: 2.86rem;
    margin-left: -0.35rem;
    font-size:11px;
}
.score p:nth-child(2){
	width: 100%;
	height: 0.5rem;
	font-size: 0.36rem;
	font-weight: 700;
	 font-family: Arial;
	 color:#333333 !important;
}
.score p:nth-child(3){
	width:100%;
	height: 0.3rem;
	color: #999999;
	font-size:11px;
}
.lively_color{
	color:#FBFBFA;
}
.no_color{
	color:rgba(255,255,255,0.45);
}
.before{
	margin-top: 0;
}
.before .score p:nth-child(1){
	color: #B1B2B4;
}
.h_top{
	width:1rem;
	height:1rem;
	position:fixed;
	right:0.2rem;
	z-index: 100;
	display:none; 
}
.h_top img{
	width:1rem;
	height:1rem;
	background-size:100% 100%;
}
.h_top_1{
	height:1rem;
	position:fixed;
	right:0.2rem;
	z-index: 100;
	display:none; 
}
.h_top_1 img{
	width:1rem;
	height:1rem;
	background-size:100% 100%;
} 
/*插件*/
 
       
            body {  
                font-size: 12px;  
  
                /* overflow: hidden; this is important to prevent the whole page to bounce  */ 
            }    
    /*         #footer {  
                position: absolute;  
                z-index: 2;  
                bottom: 0;  
                left: 0;  
                width: 100%;  
                height: 48px;  
                background: #444;  
             
                border-top: 1px solid #444;  
            } */  
            
            #scroller #list {  
                list-style: none;  
                padding: 0;  
                margin: 0;  
                width: 100%;  
                text-align: left;  
            }  
            #scroller #list>li {  
                height: auto;      
            }  
            #pullDown,#pullUp,.pulldown-tips,.pullup-tips{  
                height:40px;  
                line-height:40px;  
                text-align:center;  
                color: #c0c0c0;
            }  
            .pulldown-tips{  
                position:absolute;  
                top:-40px;  
                left:0;  
                width:100%;  
            }
            .pullup-tips{
                width:100%;
            }

         