/*注册*/
.reg{
	width:94%;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	color:#999;
}
.reg ul{
	width:100%;
}
.reg ul li{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:left;
	font-size:18px;
	
	color:#FFF;
}
.reg ul li:nth-child(2n){
	margin-bottom:10px;
}
.reg ul li span{
	margin-right:5px;
	color:#F3890B;
	font-size:16px;
}
.reg ul li input , .reg ul li select{
	width:100%;
	height:35px;
	line-height:35px;
	border:1px solid #252830;
	background:#35373E;
	color:#fff;
	font-size: 20px;
}
.reg ul li.address{
	height:80px;
}
.reg ul li.address textarea{
	width:100%;
	height:80px;
	border:1px solid #252830;
	background:#35373E;
	color:#999;
}
.reg ul li select{
	color:#FFF;
}
.reg ul li select option{
	width:100%;
	height:30px;
	line-height:30px;
}
.reg ul li.sex input , .reg ul li.check input{
	width:20px;
	height:auto;
	color:#999;
}
.reg ul li.sex input:last-child{
	margin-left:15px;
}
.reg ul li.check i{
	font-size:12px;
	font-style:normal;
}
.reg ul li.check i a{
	color:#F3890B;
}
.reg ul li .submit , .reg ul li .cancel , .account li .submit , .account li .cancel , #zd_news li .submit , .tz_list ul li .submit , .tz_list ul li .cancel{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	background:-moz-linear-gradient(top,#F7BC4F, #CE8A0B); /*Firefox*/ 
	background:linear-gradient(top,#F7BC4F, #CE8A0B);/*标准写法*/
	background:-webkit-linear-gradient(top,#F7BC4F, #CE8A0B); /*webkit*/
 	background:-ms-linear-gradient(top,#F7BC4F, #CE8A0B);/*IE 10+*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-top:15px;
}
.reg ul li .cancel , .account li .cancel , .tz_list ul li .cancel{
	background:-moz-linear-gradient(top,#585960, #2D2E36); /*Firefox*/ 
	background:linear-gradient(top,#585960, #2D2E36);/*标准写法*/
	background:-webkit-linear-gradient(top,#585960, #2D2E36); /*webkit*/
 	background:-ms-linear-gradient(top,#585960, #2D2E36);/*IE 10+*/
}
/*注册*/
/*列表*/
.list_m{
	width:96%;
	margin:0px auto;
}
.list_m ul{
	width:100%;
}
.list_m ul li{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:left;
	text-shadow: 1px 1px 1px #000;
	color: #ffffff;
	background:#313339;
	/*background-image: -ms-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -moz-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -o-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #585960), color-stop(1, #2D2E36));
	background-image: -webkit-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: linear-gradient(to bottom, #585960 0%, #2D2E36 100%);*/
	margin-bottom:10px;
}
.list_m ul li:hover{
	background:#2A2C32;
}
.list_m ul li a{
	color:#FFF;
}
.list_m ul li:hover a{
	color:#F3890B;
}
.list_m ul li a i{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:10px;
	margin-right:5px;
}
.list_ctn{
	width:96%;
	margin:0px auto;
	text-align:left;
	line-height:190%;
	color:#FFF;
}
/*列表*/
/*投注列表*/
.touzhu_m{
	width:96%;
	margin:0px auto;
}
.touzhu_m .ball_list , .touzhu_m .ball_list li{
	width:100%;
}
.touzhu_m .ball_list>li{
	margin-bottom:1px;
}
.touzhu_m .ball_list>li>span{
	display:block;
	height:30px;
	line-height:30px;
	width:100%;
	text-align:left;
	background:#2A2C32;
	/*background-image: -ms-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -moz-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -o-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #585960), color-stop(1, #2D2E36));
	background-image: -webkit-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: linear-gradient(to bottom, #585960 0%, #2D2E36 100%);*/
	cursor:pointer;
}
.touzhu_m .ball_list>li>span >a{
	color:#F3890B;
}
.touzhu_m .ball_list li span i{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:10px;
	margin-right:5px;
}
.touzhu_m .ball_list li .ball_de{
	width:100%;
	text-align:left;
}
.touzhu_m .ball_list li .ball_de ul li{
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #14151B;
    border-top: 1px solid #2B2E35;
	cursor:pointer;
}
.ball_de ul li a{
	color:#FFF;
}
.ball_de ul li:hover a{
	color:#F3890B;
}
.touzhu_m .ball_list li .ball_de ul li a i{
	margin-left:25px;
}
.touzhu_m h3{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:left;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}
.touzhu_m .sai{
	width:100%;
}
.touzhu_m .sai .box_h{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:left;
	background:#2A2C32;
	background-image: -ms-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -moz-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -o-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #585960), color-stop(1, #2D2E36));
	background-image: -webkit-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: linear-gradient(to bottom, #585960 0%, #2D2E36 100%);
	color:#F3890B;
}
.touzhu_m .sai .box_h i{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:10px;
	margin-right:5px;
}
.touzhu_m .sai_list{
	width:100%;
}
.touzhu_m .sai_list li{
	width:100%;
	height:60px;
	border-bottom: 1px solid #14151B;
    border-top: 1px solid #2B2E35;
	position:relative;
	text-align:left;
	margin-bottom:3px;
}
.touzhu_m .sai_list li a{
	color:#FFF;
}
.touzhu_m .sai_list li:last-child{
	border-bottom:none;
}
.touzhu_m .sai_list li span{
	display:block;
	width:80%;
	height:25px;
	line-height:25px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px;
}
.touzhu_m .sai_list li em{
	color:#F3890B;
}
.touzhu_m .sai_list li i{
	display:block;
	position:absolute;
	right:10px;
	top:28px;
}
.kj_menu{
	width:100%;
}
.kj_menu table{
	width:100%;
}
.kj_menu table tr td{
	width:50%;
	text-align:left;
	border-top:1px solid #252830;
	border-right:1px solid #252830;
	height:50px;
	line-height:50px;
}
.kj_menu table tr:last-child td{
	border-bottom:1px solid #252830;
}
.kj_menu table tr td a{
	color:#FFF;
}
.kj_menu table tr td a:hover{
	color:#F3890B;
}
.kj_menu table tr td.tda{
	border-left:1px solid #252830;
}
.kj_menu table tr td i{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-top:8px;
	margin-left:10px;
	margin-right:8px;
}
/*投注列表*/
/*体育项目*/
.tabBox_t , .tabBox  {
	width:100%;
	text-align:left;
}
.tabBox .tabNav {
	overflow: hidden;
	margin: 0px;
	padding:0px;
	width: 100%;
	list-style:none;
	text-align:left;
	height:35px;
	line-height:35px;
	background:#585960;
	background-image: -ms-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -moz-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -o-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #585960), color-stop(1, #2D2E36));
	background-image: -webkit-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: linear-gradient(to bottom, #585960 0%, #2D2E36 100%);
	
}
.tabBox .tabNav>li , .tabCont>ul>li>a {
	float: left;
	font-weight: bold;
	width:33%;
	height: 35px;
	line-height:35px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	border-right:1px solid #272831;
	text-shadow: 1px 1px 1px #000;
	color: #ffffff;
	background:#585960;
	background-image: -ms-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -moz-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -o-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #585960), color-stop(1, #2D2E36));
	background-image: -webkit-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: linear-gradient(to bottom, #585960 0%, #2D2E36 100%);
	border-bottom: 1px solid #272831;
}
.tabBox .tabNav li:last-child{
	border-right:none;
}
.tabBox .tabNav li:first-child{
	margin-left:0.35%;
}
.tabBox .tabNav li.now {
	background:#35373F;
	color:#F3890B;
}
.tabBox .tabCont {
	display: none;
	width:100%;
	margin-top:0px;
	border-bottom: 1px solid #2B2E35;
}

.tabCont ul li{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:left;
	border-bottom: 1px solid #14151B;
    border-top: 1px solid #2B2E35;
	position:relative;
}
.tabCont ul li a{
	width:100%;
	background:none;
	text-align:left;
	border:none;
	height:35px;
	line-height:35px;
	font-weight:normal;
	font-size:14px;
}
.tabCont ul li a:hover{
	color:#F3890B;
}
.tabCont ul li:hover{
	background:#35373E;
}
.tabCont ul li i{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:10px;
}
.tabCont ul li span{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:8px;
}
.tabCont ul li em{
	display:block;
	position:absolute;
	right:5px;
	top:0px;
}
.tabCont ul li em strong{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:40px;
	height:20px;
	text-align:center;
	line-height:20px;
	border:1px solid #252830;
	border-radius:5px;
	margin-top:7px;
	font-size:12px;
	background:#35373F;
}
/*体育项目*/
/*滚球*/
.tabCont ul.gunqiu{
	width:100%;
	margin-top:5px;
}
.tabCont ul.gunqiu li{
	height:auto;
	width:100%;
	border:none;
	border-bottom:1px solid #252830;
	background:#35373E;
}
.tabCont ul.gunqiu li:last-child{
	border-bottom:none;
}
.tabCont ul.gunqiu li:hover{
	background:none;
}
.tabCont ul.gunqiu>li>span{
	display:block;
	width:100%;
	margin-left:0px;
	position:relative;
}
.tabCont ul.gunqiu>li>span>a{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:left;
	background:#585960;
	background-image: -ms-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -moz-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -o-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #585960), color-stop(1, #2D2E36));
	background-image: -webkit-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: linear-gradient(to bottom, #585960 0%, #2D2E36 100%);
	color:#fff;
	font-size:16px;
	cursor:pointer;
}
.tabCont ul.gunqiu>li>span>a i{
	margin-top:7px;
}
.tabCont ul.gunqiu>li>span>a em{
	left:25px;
}
.tabCont ul.gunqiu>li>span>a strong{
	display:block;
	width:27px;
	height:30px;
	background:url(../images/icon2.jpg) no-repeat;
	position:absolute;
	top:0px;
	right:40px;
}
.tabCont ul.gunqiu>li>span .num{
	position:absolute;
	top:0px;
	right:0px;
	width:40px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#35373F;
	z-index:5;
}
.tabCont ul.gunqiu>li .gunqiu_de{
	width:100%;
}
.tabCont ul.gunqiu>li .gunqiu_de li a{
	display:block;
	width:100%;
	height:50px;
	background:#2A2C32;
	color:#999;
	border-top: 1px solid #252830;
	line-height:20px;
}
.tabCont ul.gunqiu>li .gunqiu_de li a i{
	font-style:normal;
}
.tabCont ul.gunqiu>li .gunqiu_de li a span{
	display:block;
	width:100%;
	height:25px;
	line-height:25px;
	margin-left:0px;
}
.tabCont ul.gunqiu>li .gunqiu_de li a i .time{
	display:inline;
	color:#F3890B;
}
.tabCont ul.gunqiu>li .gunqiu_de li a strong{
	display:block;
	position:absolute;
	right:5px;
	top:20px;
}
.tabCont ul.gunqiu>li .gunqiu_de li em strong{
	margin-left:3px;
	width:39px;
}
.tabCont ul.gunqiu>li .gunqiu_de li em strong.now_l{
	background:#E19810;
	border:1px solid #E19810;
}
.tabCont ul.gunqiu>li .gunqiu_de li em strong.now_l a{
	color:#FFF;
}
.tabCont ul.gunqiu>li .gunqiu_de li em strong a{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:39px;
	height:20px;
	text-align:center;
	line-height:20px;
	background:none;
	border:none;
	font-size:12px;
}
.tabCont ul.gunqiu>li .gunqiu_de li em strong a:hover{
	background:#E19810;
	color:#FFF;
}
.tabCont ul.gunqiu>li .gunqiu_de li em strong.shen{
	background:url(../images/icon.png) no-repeat 0px 0px;
	border:1px solid #229700;
	border-radius:0px;
}
.tabCont ul.gunqiu>li .gunqiu_de li em strong.jian{
	background:url(../images/icon.png) no-repeat 0px -18px;
	border:1px solid #FF0000;
	border-radius:0px;
}
/*滚球*/
/*赛事详情*/
.touzhu_m .detail{
	width:100%;
	text-align:left;
}
.detail .box_head{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:16px;
	background:#585960;
	background-image: -ms-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -moz-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -o-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #585960), color-stop(1, #2D2E36));
	background-image: -webkit-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: linear-gradient(to bottom, #585960 0%, #2D2E36 100%);
	color:#F3890B;
	position:relative;
}
.detail .box_head span{
	margin-left:8px;
}
.detail .box_head strong{
	display:block;
	width:27px;
	height:30px;
	position:absolute;
	right:0px;
	top:0px;
	background:url(../images/icon2.jpg) no-repeat;
	cursor:pointer;
}
.detail .dui{
	width:100%;
	height:60px;
	border-bottom:1px solid #191919;
}
.detail .dui span{
	display:block;
	width:90%;
	height:25px;
	line-height:25px;
	margin-left:8px;
	color:#FFF;
}
.detail .dui span:first-child{
	margin-top:3px;
}
.detail .dui span em{
	color:#F3890B;
}
.detail .detail_m{
	width:100%;
}
.detail .detail_m .de_title{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	background:#292B31;
	color:#fff;
	cursor:pointer;
	border-bottom:1px solid #1E2028;
}
.detail .detail_m .de_title i{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:10px;
	margin-right:5px;
}
.detail .detail_m .de{
	width:100%;
	background:#35373E;
}
.detail .detail_m .de ul li{
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #252830;
	position:relative;
	cursor:pointer;
}
.detail_m .de ul li span{
	margin-left:8px;
}
.detail_m .de ul li:hover{
	color:#FFF;
}
.detail_m .de ul li strong{
	display:block;
	position:absolute;
	right:5px;
	top:0px;
	font-size:12px;
}
.detail_m .de ul li strong em , .detail_m .de table td strong em{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:39px;
	height:20px;
	margin-left:5px;
	text-align:center;
	line-height:20px;
	border:1px solid #252830;
	border-radius:3px;
}
.detail_m .de ul li strong em.now_l , .detail_m .de table td strong em.now_l{
	background:#E19810;
	border:1px solid #E19810;
	border-radius:3px;
}
.detail_m .de ul li strong em.now_l a , .detail_m .de table td strong em.now_l a{
	color:#FFF;
}
.detail_m .de ul li strong em a , .detail_m .de table td strong em a{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:39px;
	height:20px;
	text-align:center;
	color:#999;
	line-height:20px;
	font-size:12px;
}
.detail_m .de ul li strong em a:hover , .detail_m .de table td strong em a:hover{
	background:#E19810;
	color:#FFF;
}
.detail_m .de ul li strong em.shen , .detail_m .de table td strong em.shen{
	background:url(../images/icon.png) no-repeat 0px 0px;
	border:1px solid #229700;
	border-radius:0px;
}
.detail_m .de ul li strong em.jian , .detail_m .de table td strong em.jian{
	background:url(../images/icon.png) no-repeat 0px -18px;
	border:1px solid #FF0000;
	border-radius:0px;
}
.detail_m .de table , .detail_m .de table tr{
	width:100%;
}
.detail_m .de table tr td{
	height:30px;
	line-height:30px;
}
.detail_m .de table tr td .dax{
	display:block;
	height:30px;
	width:100%;
	position:relative;
}
.detail_m .de table tr:first-child td {
	border-bottom:1px solid #252830;
}
.detail_m .de table tr td:first-child{
	border-right:1px solid #252830;
}

.detail_m .de table td span{
	margin-left:8px;
}
.detail_m .de table td strong{
	display:block;
	position:absolute;
	right:20px;
	top:0px;
	font-size:12px;
}
/*赛事详情*/
/*账号设定*/
.touzhu_m .account , .touzhu_m .account li{
	width:100%;
	text-align:left;
	color:#FFF;
}
.touzhu_m .account li{
	margin-bottom:10px;
}
.touzhu_m .account li i{
	font-style:normal;
}
.touzhu_m .account li span{
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
	background:#292B31;
}
.touzhu_m .account li span i{
	margin-left:8px;
	font-size:16px;
}
.touzhu_m .account li strong{
	width:100%;
	height:30px;
	line-height:30px;
	background:#35373E;
	color:#fff;
	display:block;
	cursor:pointer;
	border-bottom: 1px solid #4E525C;
    border-top: 1px solid #292B31;

}
.touzhu_m .account li strong i{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:10px;
	margin-right:8px;
}
.touzhu_m .account li .del , .touzhu_m .account li .edit{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:40%;
	height:35px;
	line-height:35px;
	margin:10px 4%;
	text-align:center;
}
.touzhu_m .account li .pan{
	width:100%;
	background:#35373E;
}
.touzhu_m .account li .pan li{
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #4E525C;
    border-top: 1px solid #292B31;
	margin-bottom:0px;
}
.touzhu_m .account li .pan li:hover a{
	color:#FFF;
}
.touzhu_m .account li .pan li a{
	color:#999;
	margin-left:30px;
}

/*账号设定*/
/*账号记录*/
.zd_m{
	width:96%;
	margin:0px auto;
}
.zd_m .tabCont #zd_news{
	width:100%;
}
#zd_news li{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
#zd_news li i{
	font-style:normal;
}
#zd_news li .duim{
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
	background:#272831;
	margin-left:0px;
	color:#FFF;
	position:relative;
	border-bottom:1px solid #1E1E1E;
}
#zd_news li .edu{
	height:30px;
	line-height:30px;
	background:#35373F;
}
#zd_news li .edu span{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:120px;
	text-align:left;
}
#zd_news li .edu strong{
	margin-left:10px;
	color:#FFF;
}
#zd_news li:hover{
	background:none;
}
#zd_news li.gong .edu{
	background:#272831;
}
#zd_news li .duim em , .tz_list strong{
	display:block;
	width:16px;
	height:16px;
	background:url(../images/icon_sprites.png) no-repeat 0px 0px;
	overflow:hidden;
	position:absolute;
	right:5px;
	top:8px;
	cursor:pointer;
}
/*账号记录*/
/*投注单列表*/
.tz_list{
	width:100%;
	text-align:left;
}
.tz_list ul li{
	margin-bottom:10px;
}
.tz_list i{
	font-style:normal;
}
.tz_list .name{
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
	font-size:16px;
	background:#585960;
	background-image: -ms-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -moz-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -o-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #585960), color-stop(1, #2D2E36));
	background-image: -webkit-linear-gradient(top, #585960 0%, #2D2E36 100%);
	background-image: linear-gradient(to bottom, #585960 0%, #2D2E36 100%);
	color:#F3890B;
	position:relative;
}
.tz_list .name i{
	margin-left:8px;
}
.tz_list .name strong{
	top:10px;
}
.tz_list .tz_name{
	width:100%;
	height:30px;
	line-height:30px;
	background:#272831;
	border-bottom:1px solid #1E1E1E;
}
.tz_list .tz_name span{
	margin-left:8px;
	color:#FFF;
}
.tz_list .tz{
	width:100%;
	height:30px;
	line-height:30px;
	background:#35373F;
	border-bottom:1px solid #272831;
	border-top:1px solid #1e1e1e1e;
	position:relative; 
}
.tz_list .tz em{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:8px;
	color:#F3890B;
}
.tz_list .tz span{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:5px;
}
.tz_list .tz i{
	display:block;
	position:absolute;
	top:1px;
	right:5px;
	cursor:pointer;
	color:#FFF;
}
.tz_list .beilv em {
	color:#F00;
}
.tz_list .tz strong{
	width:45px;
	background:none;
	height:25px;
	line-height:25px;
	font-size:12px;
	text-align:center;
	top:2px;
}
.tz_list .tz input{
	width:80px;
	height:23px;
	line-height:23px;
}
.news_d{
	width:100%;
	background:#272831;
}
.news_d h3{
	width:96%;
	height:35px;
	line-height:35px;
	border-bottom:1px solid #1E2028;
	margin:0px auto;
	font-size:16px;
	color:#FFF;
}
.news_d ul{
	width:100%;
}
.news_d ul li{
	width:96%;
	margin:0px auto;
	height:30px;
	line-height:30px;
	border-top:1px solid #35373F;
	border-bottom:1px solid #1E2028;
}
.guog{
	width:100%;
	background:#35373F;
}
.guog ul li{
	width:100%;
	height:30px;
	line-height:30px;
	border-top:1px solid #35373F;
	border-bottom:1px solid #1E2028;
	margin-bottom:0px;
}
.guog ul li span{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:70px;
	margin-left:8px;
}
.guog ul li input{
	width:80px;
	height:23px;
	line-height:23px;
	margin-left:5px;
}
/*投注单列表*/

