body,h1,h2,div,ul,li,a,img,p,span{
	margin:0;
	padding:0;
	font-family: "微软雅黑", "宋体", Helvetica, Arial, sans-serif;
}

.clear{
    clear:both;
}

.mainDiv{
    margin:0;
    padding:5px 0 10px 0;
    background-color:RGBA(255, 250, 240,1);
    
}

.mainDiv .attr{
    display:block;
    border-radius:8px;
    background-color:RGBA(0, 139, 0, 0.9);
    margin:5px 0 0 0;
    padding:5px;
	width:97%;
    font-size:16px;
    font-weight:bold;
    color:#EEE;
    text-shadow: 1px 1px 1px #000000;
    box-shadow: 3px 3px 1px #888888;
    text-align:center;
}

.mainDiv .content{
    display:block;
    border-radius:8px;
    background-color:RGBA(240, 240, 240, 0.9);
    margin:5px 0 5px 0;
    padding:8px 0 8px 0;
	width:98%;
    font-size:16px;
    font-weight:bold;
    color:#111;
    box-shadow: 3px 3px 1px RGBA(255, 215, 0, 0.8);
    text-align:center;
}

.mainDiv .card-content{
    display:block;
    margin:5px 0 5px 0;
    padding:8px 0 8px 0;
    text-align:center;
}

.mainDiv .card-content div{
    display:block;
    padding:5px 0 5px 0;
    border-bottom:1px #000 dashed;
}

.mainDiv .attr .num,.name,.team,.team_num,.goal_num,.redcard,.yellowcard,.in,.lost,.grade{
    display:inline-block;
    text-align:center;
    margin:0;
    padding:0;
}

.mainDiv .content .num,.name,.team,.team_num,.goal_num,.in,.lost,.grade{
    display:inline-block;
    text-align:center;
    margin:0;
    padding:0;
}

.num{
    width:12%;
}
.name{
    width:18%;
}
.card-content .name{
    width:25%
}
.team{
    width:40%;
}
.team_num{
    width:12%;
}
.goal_num{
    width:12%;
}
.content .goal_num{color:#EE7621; font-size:bold;}

.redcard,.yellowcard{
    width:15%;
}
.redcard{
    color:#FF0000;
}
.yellowcard{
	color:#FFD700;
}
.in,.lost,.grade{
	width:14%;
}
.content .grade {color:#008B00;text-shadow: 0 0 5px RGBA(255, 255, 0, 0.38);}

h1{
	padding:8px;
	background-color:#336699;
	font-size:20px;
	color:#FFF;
	text-align: center;
	text-shadow: 0 0 5px RGBA(255, 255, 0, 0.38);
}

h2{
	font-size: 18px;
	margin-top: 5px;
    margin:20px;
    text-align:center;
}

.nav-tab{
	display: block;
    list-style: none;
}

.nav-tab li{
	list-style: none;
	padding:5px 0;
	width:33.3%;
	float:left;
	text-align:center;
	vertical-align:middle;
	color:#000;
	background-color: RGBA(30, 144, 255, 0.5);
}

.nav-tab .active,li:hover {
    background-color: RGBA(30, 144, 255, 0.62);
}
.nav-tab a{
	text-decoration: none;
}

.group-list{
	display: block;
    list-style: none;
    font-size: 14px;
    font-weight: normal;
}

.group-list .info{
    display:block;
    margin: 8px 8px 0 8px;
    width:95%;
    font-size:12px;
    font-weight:bold;
	background-color:RGBA(255, 246, 143, 0.2);
}

.group-list .info .num{
    margin-right:40px;
}

.group-list .info .place{
    margin-right:40px;
    float:right;
}

.group-list li{
	border: 1px #999 solid;
	margin: 0 8px 8px 8px;
	height: 40px;
	line-height: 40px;
	width:95%;
	text-align: center;
}

.group-list li .leftteam,.rightteam{
	width:40%;
	height:100%;
	float:left;
	background-color:RGBA(255, 231, 186, 0.5);
}

.group-list li .leftteam img{
	width:25%;
	height:100%;
	float: left;
}

.group-list li .leftteam p{
	width:73%;
	height:100%;
	float: left;
}

.group-list li .rightteam p{
	width:73%;
	height:100%;
	float: left;
}
.group-list li .rightteam img{
	width:25%;
	height:100%;
	float: right;
}

.group-list li .score{
	width:19.5%;
	height:100%;
	line-height: 40px;
	float:left;
	font-size: 16px;
	background-color:RGBA(179, 238, 58, 0.68);
}

.group-list li .place p{
	line-height: 20px;
}