﻿@charset "utf-8";
 
html { cursor: default;}  
h1, h2, h3, h4, h5, h6,p, li, label, td, th {cursor: text;}  
a:link, a:visited, a:hover, a:active { cursor: pointer;}
body{width:100%;margin:0; padding:0; font-size:14px; font-family:"微软雅黑",Arial, Helvetica, sans-serif;background-color: #16181d;color: #333;}
div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,textarea,table,td{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
area{outline:none;} 
img{ border:0;outline: none;}
ol,ul{list-style:none;}
a{ font-family:"微软雅黑",Arial, Helvetica, sans-serif;text-decoration:none;outline:none;}
a:hover{ text-decoration:none;}
.clearfix:after {content:"";display:block;height:0;clear:both;} 
.clearfix {zoom:1;}

.tab_box{
	width: 1200px;	
	margin: 0 auto;
    margin-top: 56px;
    position: relative;
}
.tab_box ul {
	height: 77px;
}
.tab_box ul li{
	width: 91px;
	height: 77px;
	padding-left: 134px;
	line-height: 77px;
	color: #fff;
	position: relative;
	margin-right: 18px;
	background: url(http://n.sinaimg.cn/games/csgo/minor/img/btn_bg.jpg) no-repeat;
	float: left;
	cursor: default;
}
.tab_box ul li.on{
	background: url(http://n.sinaimg.cn/games/csgo/minor/img/btn_bg_h.jpg) no-repeat;
}
.tab_box ul li.item01 a,.tab_box ul li.item03 a,.tab_box ul li.item04 a,.tab_box ul li.item05 a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: url(http://n.sinaimg.cn/games/csgo/minor/img/opa_fff.png) repeat;
}

.tab_box ul li span{
	display: inline-block;
	font-size: 22px;
	margin-left: -5px;
}
.tab_box ul li.item05{
	margin-right: 0;
}
.tab_box ul li.item01 i{
	display: inline-block;
	width: 40px;
	height: 36px;
    background: url(http://n.sinaimg.cn/games/csgo/minor/img/icon01.png) no-repeat;
    position: absolute;
    top: 18px;
    left: 46px;
}
.tab_box ul li.item02{
	position: relative;
}

.tab_box ul li.item02 i{
	display: inline-block;
	width: 55px;
	height: 34px;
    background: url(http://n.sinaimg.cn/games/csgo/minor/img/icon02.png) no-repeat;
    position: absolute;
    top: 22px;
    left: 46px;
}
.tab_box ul li.item03 i{
	display: inline-block;
	width: 46px;
	height: 36px;
    background: url(http://n.sinaimg.cn/games/csgo/minor/img/icon03.png) no-repeat;
    position: absolute;
    top: 22px;
    left: 46px;
}
.tab_box ul li.item04 i{
	display: inline-block;
	width: 43px;
	height: 43px;
    background: url(http://n.sinaimg.cn/games/csgo/minor/img/icon04.png) no-repeat;
    position: absolute;
    top: 17px;
    left: 46px;
}
.tab_box ul li.item05 i{
	display: inline-block;
	width: 43px;
	height: 43px;
    background: url(http://n.sinaimg.cn/games/csgo/minor/img/icon05.png) no-repeat;
    position: absolute;
    top: 22px;
    left: 46px;
}
.live_list{
	width: 225px;
	padding-top: 18px;
	padding-bottom: 6px;
	background-color: #401d0d;
	position: absolute;
	top: 77px;
	left: 0;
	display: none;
}
.live_list a{
	display: block;
	width: 180px;
	height: 55px;
	margin: 0 auto;
	margin-bottom: 12px;
}
