/*
* @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:  rgba(255,255,255,0.45);
	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;
   border-bottom: 1px solid hsla(0,0%,100%,.09);

}
#list>li ul li:last-child{
	border-bottom:none;
}
.team_1{
	width: 2.34rem;
	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;
}
.score{
	float: left;
	width: 1.96rem;
	height: 1rem;
	text-align: center;
	margin-top: 0.38rem;
}
.score p:nth-child(1){
	height: 0.3rem;
	color:rgba(255,255,255,0.45);
	margin-bottom: 0.06rem;
	width: 3.4rem;
    margin-left: -0.72rem;
}
.score p:nth-child(2){
	width: 1.96rem;
	height: 0.5rem;
	font-size: 0.36rem;
	font-weight: 700;
	 font-family: Arial;
}
.score p:nth-child(3){
	width: 1.96rem;
	height: 0.3rem;
	color: rgba(255,255,255,0.45);
}
.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%;
} 
/*插件*/
     
            html {  
                -ms-touch-action: none;  
            }  
       
            body {  
                font-size: 12px;  
                font-family: ubuntu, helvetica, arial;  
                overflow: hidden; /* this is important to prevent the whole page to bounce */  
            }    
        
            
            #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%;
            }
.close_{
	position:absolute;
	width: 0.5rem;
    height: 0.5rem;
    top: 0.2rem;
    right: 0.26rem;
}
.close_>img{
	width: 0.5rem;
    height: 0.5rem;
}
#list>li:last-child .data_main ul>li:last-child{
    padding-bottom: env(safe-area-inset-bottom);
   padding-bottom: constant(safe-area-inset-bottom);
}        