/*
* @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(49,69,103,0.38);
}
#list>li .day{
	height: 0.8rem;
	width: 100%;
	text-align: center;
	line-height: 0.8rem;
	color:#314567;
	background-color: #ccc;
}
#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 rgba(239,240,243,1);

}
#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.6rem;
	text-align: center;
	height: 0.53rem;
	line-height: 0.53rem;
	margin-left: -0.13rem;
	color:rgba(49,69,103,0.87);
}
.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(49,69,103,0.38);
	margin-bottom: 0.06rem;
}
.score p:nth-child(2){
	width: 1.96rem;
	height: 0.5rem;
	font-size: 0.36rem;
	font-weight: 700;
	 font-family: Arial;
	 color:#333;
}
.score p:nth-child(3){
	width: 1.96rem;
	height: 0.3rem;
	color:rgba(49,69,103,0.38);
}
.lively_color{
	color:#FBFBFA;
}
.no_color{
	color:#333;
}
.before{
	margin-top: 0;
}
.before .score p:nth-child(1){
	color: #B1B2B4;
}
.h_top{
	width:0.6rem;
	height:0.6rem;
	position:fixed;
	right:0.2rem;
	z-index: 100;
	display:none; 
}
.h_top img{
	width:0.6rem;
	height:0.6rem;
	background-size:100% 100%;
}
.h_top_1{
	height:1rem;
	position:fixed;
	right:0.2rem;
	z-index: 100;
	display:none; 
}
.h_top_1 img{
	width:0.6rem;
	height:0.6rem;
	background-size:100% 100%;
} 
/*插件*/
            * {  
                -webkit-box-sizing: border-box;  
                -moz-box-sizing: border-box;  
                box-sizing: border-box;  
            }  
            html {  
                -ms-touch-action: none;  
            }  
            body,ul,li {  
                padding: 0;  
                margin: 0;  
                border: 0;  
            }  
            body {  
                font-size: 12px;  
                font-family: ubuntu, helvetica, arial;  
                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;  
                padding: 0;  
                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%;
            }

         