@charset "utf-8";

.fixed_box{
	display: block;
}

.body-container_baiban{
	min-height: 100%;
	height: auto !important;
	position: relative;
	padding-bottom:130px;
	box-sizing: border-box;
}
.containers_baiban{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}


.notice_icon_baiban,
.reload_icon_baiban,
.title_common_baiban label,
.time_icon,
.top_load .gan_blue,
.top_load .gan_red,
.introduce .icon,
.preBtn,
.nextBtn,
.zhanglang td>.gan_blue,
.zhanglang td>.gan_red,
.headline a label,
.forecast_show .content .left label,
.content .sha,
.right_icon,
.wrong_icon,
.open_tip_baiban label,
.open_tip_baiban .close_baiban,
.tipcontent .close_baiban{
	background: url(../img/dandan.png);
}

.ball_red{
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    margin-left: 8px;
	text-align: center;
    font-weight: bold;
	color: #FFFFFF;
    border-radius: 50%;
	background-color: #ea644a;
}
.ball_red2_pcying{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background: #1089e0;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 50%;
	background-color: #ea644a;
}



.top_baiban{
	background-color: #FFFFFF;
	padding: 8px 0;
}
.nav_baiban{
	background-color: #1089e0;
	color: #FFFFFF;
}
.a-logo_baiban{
	width:259px;
	height: 79px;
}
.banner{
	width: 700px;
	height: 74px;
	overflow:hidden;
	margin-top: 4px;
}
.banner img{
	width: 100%;
}
.nav-center_baiban li{
	float: left;
	width: 140px;
	margin-right: 20px;
	text-align: center;
}
.nav-center_baiban >li >a{
	width: 100%;
	height: 46px;
	line-height: 46px;
	display: block;

}
.nav-center_baiban >li> .active{
	border-bottom: 2px solid #ffba00;
	box-sizing: border-box;
}

.drow_baiban .drow-down{
	width: 180px;
	position: absolute;
	background-color: #FFFFFF;
	color: #404040;
	top: 46px;
	left: -58px;
	box-shadow:0px 1px  7px #908e8e;
	display: none;
	z-index: 99;
	 }
.drow_baiban .drow-down >a{
	display: block;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	background: #FFFFFF;
}
.drow_baiban .drow-down >a>label{
	display:inline-block;
	width: 4px;
	height: 7px;
	margin-left: 25px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.drow_baiban .drow-down >a:hover label{
	background: url(../img/dandan.png);
	background-position: 0 0;
}
.drow_baiban .drow-down >.active{
	background-color: #1089e0;
	color: #FFFFFF;
}

.drow_baiban{
	position: relative;
}
/*新加的底部样式*/
.foot_baiban{
	background-color: #FFFFFF;
	padding: 8px 0;
	box-sizing: border-box;
/*	margin-top: 68px;*/
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border: none;
}
.foot_baiban span{
	line-height: 26px;
}

.content_index_baiban h2{
	height: 40px;
	line-height: 40px;
	background: #1089e0;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px !important;
}
.danmai_baiban >h2{
	background-color: #ffba00;
}
.jianada >h2{
	background-color: #ff7800;
}
.content_index_baiban{
	margin-top: 10px;
	margin-bottom: 18px;
}
.content_index_baiban>div{
	width: 519px;
	margin-right:12px;
	float: left;
}
.content_index_baiban>div:last-of-type{
	margin-right: 0;
}

.notice_icon_baiban{
	width: 20px;
	height: 18px;;
	background-position: -4px 0;
	vertical-align: middle;
	margin-right: 2px;
	margin-top: -2px;
}
.danmai_baiban .notice_icon_baiban{
	background-position: -24px 0;
}
.jianada .notice_icon_baiban{
	background-position: -44px 0;
}
.content_index_baiban .detai_baiban>p{
	font-weight: bold;
}
.content_index_baiban .detai_baiban{
	padding: 5px 16px 5px 16px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.reload_icon_baiban{
	width: 18px;
	height: 18px;
	background-position: -64px 0;
	vertical-align: middle;
	margin-left: 10px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
.rotate{
	animation: rotate 1s infinite linear;
	-webkit-animation: rotate 1s infinite linear;
	-moz-animation: rotate 1s infinite linear;
	-ms-animation: rotate 1s infinite linear;
}
@keyframes rotate{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
@-webkit-keyframes rotate{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
@-moz-keyframes rotate{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
@-ms-keyframes rotate{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
.danmai_baiban .reload_icon_baiban{
	background-position: -82px 0;
}
.jianada .reload_icon_baiban{
	background-position: -100px 0;
}
.reload_baiban{
	text-decoration: underline;
	float: right;
}
.time_baiban,
.reload_baiban,
.detai_baiban .link a:hover{
	color: #1089e0;
}
.danmai_baiban .time_baiban,
.danmai_baiban .reload_baiban,
.danmai_baiban .detai_baiban .link a:hover{
	color: #ffba00;
}
.detai_baiban .result_baiban{
	margin-top: 11px;
	font-weight: bold;
}
.jianada .time_baiban,
.jianada .reload_baiban,
.jianada .detai_baiban .link a:hover{
	color: #ff7800;
}
.result_baiban >span{
	margin: 0 3px;
}
.ball_lucky_pcying,
.ball_jianada,
.ball_danmai{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	background: #1089e0;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 50%;
}
.ball_danmai{
	background: #ffba00;
}
.ball_jianada{
	background: #ff7800;
}
.detai_baiban .link{
	margin-top: 11px;
}
.detai_baiban .link a{
	float: left;
	font-weight: bold;
	margin-right: 20px;
}
.detai_baiban .link a:last-of-type{
	margin-right: 0;
}
.list_baiban{
	width: 519px;
	text-align: center;
}
.list_baiban tr{
	color: #FFFFFF;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.list_baiban tr.activity{
	height: 26px;
	line-height: 26px;
}
.list_baiban thead tr{
	background-color: #1089e0;
}
.jianada .list_baiban thead tr{
	background-color: #ff7800;
}
.danmai_baiban .list_baiban thead tr{
	background-color: #ffba00;
}
.list_baiban tbody tr{
	background: #FFFFFF;
	color: #404040;
}

.list_baiban thead th{
	font-weight: normal !important;
}
/* .list_baiban thead tr th:nth-child(1),
.list_baiban  tbody tr td:nth-child(1){
	width: 15%;
}
.list_baiban thead tr th:nth-child(2),
.list_baiban  tbody tr td:nth-child(2){
	width: 20%;
}
.list_baiban thead tr th:nth-child(3),
.list_baiban  tbody tr td:nth-child(3){
	width: 70%;
} */
.list_baiban tbody tr.activity td span{
	padding: 0 15px;
	box-sizing: border-box;
	color: #FF0000;
	width: 326px;
	/*height: 24px;*/
	display: block;
}

.lucky_baiban .list_baiban tbody tr td {
	border: 1px solid #b3dcf9;
	box-sizing: border-box;
}

.list_baiban  tbody a{
	color: #1089e0;
}
.jianada .list_baiban  tbody a{
	color: #ff7800;
}
.danmai_baiban .list_baiban  tbody a{
	color: #ffba00;
}
.list_baiban  tbody tr:nth-child(2n-1){
	background-color: #e6f4ff;
}
.jianada .list_baiban  tbody tr:nth-child(2n-1){
	background-color: #ffeede;
}
.danmai_baiban .list_baiban  tbody tr:nth-child(2n-1){
	background-color: #fff7e1;
}
table .ball_danmai,
table  .ball_jianada,
table  .ball_lucky_pcying{
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	margin-left: 8px;
}

/*右边悬浮样式begin*/
.fixed_box{
	width: 60px;
	position: fixed;
	right: 10px;
	z-index: 9999;
}
.fixed_box a{
	display: block;
	width: 60px;
	height: 60px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #FFFFFF;
}
.fixed_box .load{
	background: url(../img/load.jpg);
	background-size: 100%;
}
.fixed_box .load:hover{
	background: url(../img/load2.jpg);
	background-size: 100%;
}
.fixed_box .wechat{
	background: url(../img/weixin.jpg);
	background-size: 100%;
}
.fixed_box .wechat:hover{
	background: url(../img/weixin2.jpg);
	background-size: 100%;
}
.fixed_box .to_top{
	background: url(../img/to_top.jpg);
	background-size: 100%;
}
.fixed_box .load_pop{
	display: none;
	width: 188px;
	height: 180px;
	background: url(../img/load_code.png);
	background-size: 100%;
	position: absolute;
	top: -50px;
	left: -199px;
	z-index: 999;
}
.fixed_box .weixin_pop{
	display: none;
	width: 188px;
	height: 221px;
	background: url(../img/app.png);
	background-size: 100%;
	top: -19px;
	left: -199px;
	position: absolute;
	z-index: 999;
}
/*右边悬浮样式end*/
.title_common_baiban{
	padding: 14px 0;
}
.title_common_baiban span{
	color: #808080;
}
.title_common_baiban label{
	display: inline-block;
	width: 4px;
	height: 7px;
	background-position: 0px -7px;
	vertical-align: middle;
	margin: 0 8px 2px 8px;
}




/*预测页*/
.list_forecast >h2,
.forecastbox>h2{
	height: 40px;
	line-height: 40px;
	background: #1089e0;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.danmai_baiban .list_forecast >h2,
.danmai_baiban .forecastbox>h2{
	background: #ffba00;
}
 .jianada .list_forecast >h2,
.jianada .forecastbox>h2{
	background: #ff7800;
}
.list_forecast table{
	width: 100%;
	text-align: center;
}
.list_forecast table tr th{
	font-weight: normal;
}
.list_forecast table tr th:nth-child(1){
	width: 12%;
}
.list_forecast table tr th:nth-child(2){
	width: 26%;
}
.list_forecast.number table tr th:nth-child(2){
	width: 30%;
}
.list_forecast table tr th:nth-child(3){
	width: 24%;
}
.list_forecast.number table tr th:nth-child(3){
	width: 42%;
}
.list_forecast table tr th:nth-child(4){
	width: 24%;
}
.list_forecast.number .ared,
.list_forecast.number .agreen{
	margin: 0 8px;
}
.list_forecast table tr{
	background: #FFFFFF;
	height: 32px;
	line-height: 32px;
	color: #000000;
}
.list_forecast table tr:nth-child(2n){
	background: #e6f4ff;
}
.danmai_baiban .list_forecast table tr:nth-child(2n){
	background: #fff7e1;
}
.jianada .list_forecast table tr:nth-child(2n){
	background: #ffeede;
}
.list_forecast table tr:first-of-type{
	height: 36px;
	line-height: 36px;
}



/*历史开奖*/
.list_record .title_baiban{
	height: 40px;
	line-height: 40px;
	background: #1089e0;
	color: #FFFFFF;
	padding:0 24px;
	box-sizing: border-box;
}
.list_record.danmai_baiban .title_baiban{
	background: #ffba00;
}
.list_record.jianada .title_baiban{
	background: #ff7800;
}
.list_record .title_baiban h2{
	font-size: 18px;
	font-weight: bold;
}
.inputbox{
	width: 190px;
	background: #FFFFFF;
	margin-top: 5px;
	margin-left: 8px;
}
.inputbox input{
	height: 30px;
	width: 100%;
	box-sizing: border-box;
	background: url(../img/time1.png) no-repeat;
	background-size: 17px 19px;
	background-position: 164px center;
	padding: 0 8px;
	cursor: pointer;
}
.danmai_baiban .inputbox input{
	background: url(../img/time3.png) no-repeat;
	background-position: 164px center;
}
.jianada .inputbox input{
	background: url(../img/time2.png) no-repeat;
	background-position: 164px center;
}
.list_record .detai_baiban{
	padding: 34px 240px 4px 240px;
	box-sizing: border-box;
	background: #FFFFFF;
}
.list_record .detai_baiban>.fr_baiban{
	width: 160px;
}
.list_record .detai_baiban p{
	color: #303030;
	font-weight: bold;
}
.list_record .detai_baiban>.fr_baiban a{
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 19px 10px ;
	color: #303030;
}
.result_baiban b,
.list_record .detai_baiban>.fr_baiban a:hover{
	color: #1089e0;
}
.jianada .result_baiban b,
.jianada.list_record .detai_baiban>.fr_baiban a:hover{
	color: #ff7800;
}
.danmai_baiban .result_baiban b,
.danmai_baiban.list_record .detai_baiban>.fr_baiban a:hover{
	color: #ffba00;
}
.list_record .list_baiban{
	width: 100%;
}


/*游戏玩法*/
.introduce-content{
	padding: 20px;
	box-sizing: border-box;
	background: #FFFFFF;
}
.introduce-box .title_baiban{
	height: 40px;
	line-height: 40px;
	background: #1089e0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.jianada.introduce-box .title_baiban{
	background: #ff7800;
}
.danmai_baiban.introduce-box .title_baiban{
	background: #ffba00;
}
.introduce-content p{
	line-height: 24px;
}
.introduce-content .text-center_baiban img{
	max-width: 820px;
}
.introduce-content .introduce-detail{
	width: 330px;
	padding: 20px 36px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	text-align: left;
	line-height: 24px;
	margin: 0 20px 30px 20px;
}
.introduce-content .quanbao{
	width: 51px;
	height: 23px;
	background-position: -128px -24px;
	margin: -2px 9px 0 8px;
	vertical-align: middle;

}
.mt10{
	margin-top: 10px;
}
.mt40{
	margin-top: 40px;
}



/*走势*/
.trend_box_baiban .title_baiban{
	background:#1089e0;
	height: 60px;
	line-height: 60px;
	padding: 0 25px 0px 15px;
	text-align: center;
	color: #FFFFFF;
}
.trend_box_baiban.jianada .title_baiban{
	background: #FF7800;
}
.trend_box_baiban.danmai_baiban .title_baiban{
	background: #FFBA00;
}
.trend_box_baiban .title_baiban h2{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.trend_box_baiban .inputbox{
	margin-top: 15px;
}
.switchBtn_baiban{
	width: 550px;
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 50px;
	margin-top: 11px;
    
}
.switchbox.danmai_baiban .switchBtn_baiban{
	border: 2px solid #ffba00;
}

.switchbox.jianada .switchBtn_baiban{
	border: 2px solid #FF7800;
}
.switchBtn_baiban a{
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #000000;
	width: 9%;
	background-color: #FFFFFF;
	border-right: 2px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.trend_box_baiban table tr:first-of-type{
	height: 30px;
	line-height: 30px;
}
.switchBtn_baiban .active{
	background-color: #1089e0;
	color: #FFFFFF;
}
.jianada .switchBtn_baiban .active{
	background-color: #FF7800;
}
.danmai_baiban .switchBtn_baiban .active{
	background-color: #FFBA00;
}
.switchbox.danmai_baiban .switchBtn_baiban .active{
	background-color: #ffba00;
}
.switchbox.jianada .switchBtn_baiban .active{
	background-color: #FF7800;
}
.trend_box_baiban table{
	width: 100%;
}
.trend_box_baiban table th,
.trend_box_baiban table td{
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.trend_box_baiban table .count_baiban{
	margin-left: 20px;
	float: left;
}
.trend_box_baiban table input{
	width: 54px;
	height: 20px;
	border: 1px solid #1089e0;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
	vertical-align: middle;
	margin-top: -3px;
}
.trend_box_baiban table tr:nth-child(6) th{
	background: #1089e0;
	color: #FFFFFF;
}
.trend_box_baiban.jianada table tr:nth-child(6) th{
	background: #FF7800;
}
.trend_box_baiban.danmai_baiban table tr:nth-child(6) th{
	background: #FFBA00;
}
.trend_box_baiban.danmai_baiban table input{
	border: 1px solid #FFBA00;
}
.trend_box_baiban.jianada table input{
	border: 1px solid #ff7800;
}
.trend_box_baiban table .search{
	width: 36px;
	height: 20px;
	background: #1089e0;
	display: inline-block;
	line-height: 20px;
	color: #FFFFFF;
	border-radius: 4px;
	margin-right: 26px;
	margin-left: 16px;
	text-align: center;
}
.trend_box_baiban.danmai_baiban table .search{
	background: #FFBA00;
}
.trend_box_baiban.jianada table .search{
	background: #FF7800;
}
.trend_box_baiban table .search:active{
	opacity: 0.8;
}
.trend_box_baiban table thead tr{
	background: #c1e4ff;
}
.trend_box_baiban.danmai_baiban table thead tr{
	background: #fff1ca;
}
.trend_box_baiban.jianada table thead tr{
	background: #ffe0c3;
}
.trend_box_baiban table thead th{
	border: 1px solid #FFFFFF
}
.trend_box_baiban table tbody td{
	height: 36px;
	text-align: center;
	color: #FFFFFF;
}
.trend_box_baiban table tbody tr{
	background: #FFFFFF;
}
.trend_box_baiban table tbody tr:nth-child(2n){
	background: #e6f4ff;
}
.trend_box_baiban.danmai_baiban table tbody tr:nth-child(2n){
	background: #fff7e1;
}
.trend_box_baiban.jianada table tbody tr:nth-child(2n){
	background: #ffeede;
}
.trend_box_baiban table tbody tr td:first-of-type{
	color: #000000;
}
.trend_box_baiban table tbody tr td:nth-child(2){
	color: #000000;
	font-weight: bold;
	width: 3.2%;
}
.trend_box_baiban table tbody tr span{
	padding: 4px;
	line-height: 12px;
	border-radius: 3px;
}
.trend_box_baiban table .yushu{
	color: #000000;
	font-weight: bold;
}
.small_baiban,
.dan_baiban,
.big_dan_baiban,
.small_dan_baiban,
.small_much,
.zhong_baiban{
	background: #1055e0;
}
.big_baiban,
.shuang_baiban,
.big_shuang_baiban,
.small_shuang_baiban,
.big_much,
.bian_baiban{
	background: #ff0000;
}
.bg_blue{
	background: #7000c6;
}
.bg_orange{
	background: #ff7900;
}
.trend-tip{
	padding: 28px;
	box-sizing: border-box;
	background: #FFFFFF;
}
.trend-tip span{
	color: #1089e0;
}
.jianada .trend-tip span{
	color: #FF7800;
}
.danmai_baiban .trend-tip span{
	color: #FFBA00;
}
.trend-tip div{
	color: #808080;
	margin-left: 33px;
}


/*大小单双问路*/
.top_load .title_baiban a{
	float: left;
	width: 33.33%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background: #1089e0;
	text-align: center;
}
.danmai_baiban .top_load .title_baiban a{
	background: #ffba00;
}
.jianada .top_load .title_baiban a{
	background: #ff7800;
}
.danmai_baiban .top_load .title_baiban .active{
	background: #e0a70f;
}
.jianada .top_load .title_baiban .active{
	background: #e56b00;
}
.top_load .title_baiban .active{
	background: #0076cd;
	position: relative;
}
.top_load .title_baiban .active:after{
	content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
}
i{
	font-style: normal;
}

.loadbox_baiban{
	background: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.loadbox_baiban tr td,
.loadbox_baiban tr,
.loadbox_baiban  table{
	border-left: none !important;
	border-bottom: none;
}
.loadbox_baiban  table{
	border: none;
}
/*.loadbox_baiban tr td:last-of-type{
	border-right: none;
}*/
.loadbox_baiban td{
	border: 1px solid #cce7ff;
}
.danmai_baiban td{
	/* border-color: #fff3cc !important; */
	border: 1px solid #ffde86;
}
.jianada td{
	/* border-color: #ffe4cc !important; */
	border: 1px solid #f9cda5
}
.loadbox_baiban table tr:first-of-type td{
	border-top: 2px solid #cce7ff;
}
.loadbox_baiban .top_load table tr:first-of-type td{
	border-top: none;
}
.loadbox_baiban table tr:last-of-type td{
	border-bottom: 2px solid #cce7ff;
}
.top_load td{
	height: 30px;
	line-height: 30px;
	font-size: 14x;
	color: #323232;
	text-align: left;
	padding-left: 30px;
	box-sizing: border-box;
}
.top_load tr .long{
	width: 29%;
}
.top_load tr .normal{
	width: 15%;
}
.top_load tr .narrow{
	width: 3.8%;
	padding-left: 0;
	position: relative;
}
.top_load tr .introduce{
	padding-left: 0;
	text-align: center;
	color: #1089e0;
	font-size: 14px;
	border-bottom: 2px solid #cce7ff;
}
.top_load tr .introduce a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.danmai_baiban .top_load tr .introduce{
	color: #FFBA00;
}
.jianada .top_load tr .introduce{
	color: #ff7800;
}
.introduce .icon{
	width: 20px;
	height: 20px;
	background-position: -331px 0;
	vertical-align: middle;
	margin-top: 4px;
}
.danmai_baiban .introduce .icon{
	background-position: -351px 0;
}
.jianada .introduce .icon{
	background-position: -371px 0;
}
.top_load .quan_red,
.top_load .quan_blue,
.top_load .yuan_blue,
.top_load .yuan_red{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #ff0505;
	vertical-align: middle;
	margin: 0 3px;
}
.top_load table{
	width: 100%;
}
.top_load .yuan_blue{
	background: #3333ff;
}
.top_load .quan_red{
	background:none;
	border: 2px solid #ff0505;
}
.top_load .quan_blue{
	background:none;
	border: 2px solid #3333ff;
}
.top_load .gan_blue,
.top_load .gan_red{
	width: 14px;
	height: 14px;
	background-position: -255px 0;
	vertical-align: middle;
	margin: 0 3px;
}
.top_load .gan_red{
	background-position: -269px 0;
}
.top_load .dian_red,
.top_load .dian_blue{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ff0000;
	position: absolute;
	z-index: 9;
}
.top_load .dian_red{
	left: 4px;
	top: 4px;
}
.top_load .dian_blue{
	background: #3333ff;
	bottom: 4px;
	right: 4px;
}
.big_load,
.bigeye,
.small_load,
.zhanglang,
.zhupan{
	margin-top: 4px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.big_load tr td,
.zhupan tr td{
	/*padding: 0 2px;*/
	width: 33px;
	height: 32px;
	float: left;
	box-sizing: border-box;
}
.big_load tr{
	border: none;
}
.big_load tr td:nth-child(1),
.big_load tr td:nth-child(2),
.big_load tr td:nth-child(3),
.big_load tr td:nth-child(4),
.big_load tr td:nth-child(5),
.big_load tr td:nth-child(6),
.big_load tr td:nth-child(7),
.big_load tr td:nth-child(8),
.big_load tr td:nth-child(9),
.big_load tr td:nth-child(10),
.zhupan tr td:nth-child(1),
.zhupan tr td:nth-child(2),
.zhupan tr td:nth-child(3),
.zhupan tr td:nth-child(4),
.zhupan tr td:nth-child(5),
.zhupan tr td:nth-child(6),
.zhupan tr td:nth-child(7),
.zhupan tr td:nth-child(8),
.zhupan tr td:nth-child(9),
.zhupan tr td:nth-child(10){
	width: 34px;
}
.big_load tr td>span,
.zhupan tr td>span{
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.big_load tr .quan_red,
.big_load tr .quan_blue{
	border:2px solid #ff0000;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	position: relative;
}
.zhupan tr .yuan_blue,
.zhupan tr .yuan_red{
	background:#ff0000 ;
	border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.zhupan tr .yuan_blue{
	background: #3333FF;
}
.big_load tr td .dian_blue,
.big_load tr td .dian_red{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #3333ff;
	position: absolute;
	z-index: 9;
}
.big_load tr td .dian_red{
	background: #ff0000;
	left: -2px;
	top: -2px;
}
.big_load tr td .dian_blue{
	right: -2px;
	bottom: -2px;
}
.big_load tr .quan_blue{
	border: 2px solid #3333ff;
}
.tips_table{
	color: #808080;
	font-size: 12px;
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: -1;
}
.big_load:hover .preBtn,
.big_load:hover .nextBtn,
.bigeye:hover .preBtn,
.bigeye:hover .nextBtn,
.small_load:hover .preBtn,
.small_load:hover .nextBtn,
.zhanglang:hover .preBtn,
.zhanglang:hover .nextBtn,
.zhupan:hover .preBtn,
.zhupan:hover .nextBtn{
	display: block;
}

.preBtn,
.nextBtn{
	display: block;
	width: 34px;
	height: 52px;
	background-position: -391px 0;
	position: absolute;
	z-index: 99;
	top: 50%;
	margin-top: -26px;
	display: none;
}
.preBtn{
	left: 0;
}
.nextBtn{
	background-position: -425px 0;
	right: 0;
}


.bigeye,
.small_load{
	width: 509px;
	border-right: 1px  solid #cce7ff;
}
.danmai_baiban .bigeye,
.danmai_baiban .small_load{
	border-right: 2px  solid #fff3cc;
}
.jianada .bigeye,
.jianada .small_load{
	border-right: 2px  solid #ffe4cc;
}
.bigeye tr td,
.small_load tr td{
	height: 14px;
	padding: 0 2px;
}
.bigeye td>span,
.small_load td>span{
	display: block;
	width: 10px;
	height: 10px;
}
.bigeye td .yuan_blue,
.bigeye td .yuan_red{
	border-radius: 50%;
	background: #FF0000;
}
.bigeye td .yuan_blue{
	background: #3333ff;
}
.small_load td .quan_blue,
.small_load td .quan_red{
	box-sizing: border-box;
	border: 2px solid #FF0000;
	border-radius: 50%;
}
.small_load td .quan_blue{
	border: 2px solid #3333FF;
}
.zhanglang{
	width: 480px;
	float: right;
	margin-top: 0;
	border-left: 2px solid #cce7ff;
}
.danmai_baiban .zhanglang{
	border-left: 2px solid #fff3cc;
}
.jianada .zhanglang{
	border-left: 2px solid #ffe4cc;
}
.zhanglang td>span{
	display: block;
	width: 23px;
	height: 23px;
}
.zhanglang td>.gan_blue{
	background-position: -307px 0;
}
.zhanglang td>.gan_red{
	background-position: -283px 0;
}
.zhanglang td{
	height: 30px;
	padding: 0 3px;
}
.zhupan td .dian_blue,
.zhupan td .dian_red{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FF0000;
	border: 1px solid #FFFFFF;
	position: absolute;
	box-sizing: border-box;
}
.zhupan td .dian_blue{
	background: #3333FF;
	right: -2px;
	bottom: -2px;
}
.zhupan td .dian_red{
	left: -2px;
	top: -2px;
}


.show_title .reload_icon_baiban,
.show_title .reload_baiban{
	float: initial;
}
.show_title{
	padding: 10px 40px;
	box-sizing: border-box;
}
.show_title .result_baiban{
	margin-left: 60px;
}
.show_title>p{
	margin-top: 4px;
}
.show_detail li{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #010101;
	padding: 0 140px;
	box-sizing: border-box;
}
.show_detail li:nth-child(2n-1){
	background: #e6f4ff;
}
.jianada .show_detail li:nth-child(2n-1){
	background: #ffeede;
}
.danmai_baiban .show_detail li:nth-child(2n-1){
	background: #fff7e1;
}
.show_detail li>div{
	float: left;
	margin-right: 60px;
}
.show_detail li>div:last-of-type{
	margin-right: 0;
}
.show_detail li>div i{
	width: 62px;
	display: inline-block;
	text-align: center;
}
.show_detail >h2{
	width: 134px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #1089e0;
	color: #FFFFFF;
	border-radius: 0 20px 0 0;
}
.jianada .show_detail >h2{
	background: #ff7800;
}
.danmai_baiban .show_detail >h2{
	background: #FFBA00;
}
.show_detail{
	margin-bottom: 20px;
}
.show_detail .ball_lucky_pcying,
.show_detail .ball_jianada,
.show_detail .ball_danmai{
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-right: 4px;
}
.show_detail.special li>div i{
	width: 48px;
}
.show_detail.special{
	margin-bottom: 0;
}
.color_title{
	color: #1089e0;
}
.list_forecast .look{
	color:#1089e0 ;
}
.jianada.list_forecast .look{
	color:#ff7800 ;
}
.danmai_baiban.list_forecast .look{
	color:#FFBA00 ;
}


/*改版的预测页*/
.forecastbox .tips{
	font-size: 12px;
	font-weight: bold;
	color: #303030;
}
.forecastbox .tips .caculate{
	font-size: 14px;
}
.forecastbox .tips i{
	margin: 0 5px;
}
.forecastbox .tips .ball{
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50%;
	background: #1089e0;
	vertical-align: middle;
	line-height: 30px;
	text-align: center;
}
.jianada .forecastbox .tips .ball{
	background: #FF7800;
}
.danmai_baiban .forecastbox .tips .ball{
	background: #FFBA00;
}
.forecastbox .tips >p{
	float: left;
	width: 480px;
}
.forecastbox .tips >div p{
	float: left;
	font-weight: normal;
}
.ared,
.ablue,
.cred,
.agreen{
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	background: #FF0000;
	line-height:24px;
	text-align: center;

}
.cred{
	background: #f55252;
}
.agreen{
	background: #21ba60;
}
.bred,
.bblue{
	display: inline-block;
	width: 48px;
	height: 24px;
	background: #FF0000;
	font-size: 12px;
	font-weight: bold;
	border-radius: 20px;
	background: #FF0000;
	line-height:24px;
	text-align: center;
	color: #FFFFFF;
}
.ablue,
.bblue{
	background: #3233ff;
}
.forecastbox .tips{
	background: #FFFFFF;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	border-bottom: 1px solid #cde7ff;
}
.forecastbox .tips>div>p{
	margin-right: 20px;
}
.show_result{
	background: #FFFFFF;
	padding: 8px 30px;
}
.show_result >h2{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.show_result div p{
	width: 100px;
	float: left;
	font-size: 12px;
	color: #323232;
	margin: 5px 68px 5px 0;
}
.show_result div p span{
	margin-right: 5px;
}
.forecast_show .headline{
	height: 30px;
	line-height: 30px;
	background: #e6f4ff;
	padding: 0 30px;
}
.show_result div p:nth-child(6n){
	margin-right: 0;
}
.jianada .forecast_show .headline{
	background: #ffe4cc;
}
.danmai_baiban .forecast_show .headline{
	background: #fff3cc;
}

.headline a label{
	display: inline-block;
	width: 12px;
	height: 14px;
	background-position: 0 -18px;
	vertical-align: middle;
	margin-top: -2px;
}
.jianada .headline a label{
	background-position: -27px -18px;
}
.danmai_baiban .headline a label{
	background-position: -14px -18px;
}
.headline a{
	color: #1089e0;
}
.jianada .headline a{
	color: #FF7800;
}
.danmai_baiban .headline a{
	color: #FFBA00;
}
.forecast_show .content .left{
	width: 304px;
}
.forecast_show .content .left span{
	float: left;
	margin: 6px;
}
.forecast_show .content .left p{
	margin-top: 8px;
}
.forecast_show .content{
	padding: 14px 30px;
	background: #FFFFFF;
}
.forecast_show .content .left label{
	width: 28px;
	height: 28px;
	background-position: -58px -18px;
}
.forecast_show .content .left label.yes{
	background-position: -88px -18px;
}
.forecast_show .content .right{
	width: 400px;
	margin-left: 175px;
}
.content .right table{
	width: 100%;
	font-size: 12px;
}
.content .right table td{
	border: 1px solid #cce7ff;
	height: 32px;
	text-align: center;
}
.content .right table td span{
	color: #FF0000;
}
.content .right table td:first-of-type{
	width: 43%;
}
.content .right table td label{
	display: inline-block;
	width: 32px;
	text-align: center;
	color: #FF0000;
}
.content .right table td label.green{
	color: #52c47c;
}
.content .sha{
	float: left;
	width: 16px;
	height: 16px;
	background-position: -41px -19px;
	margin-top: 11px !important;
}

.right_icon,
.wrong_icon{
	width: 24px;
	height: 24px;
	display: inline-block;
	background-position: -119px 0;
	vertical-align: middle;
	margin-top: -5px;
}
.right_icon{
	background-position: -144px 0;
}

/*新加的提示样式*/
.open_tip_baiban{
	background: #FFFFFF;
	color: #ff7800;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	padding: 0 10px;
	box-sizing: border-box !important;
}
.open_tip_baiban span{
	color: #FF0000;
}
.open_tip_baiban label{
	display: inline-block;
	background-position: -44px 0;
	width: 20px;
	height: 18px;
	vertical-align: middle;
	margin-right: 12px;
}
.open_tip_baiban .close_baiban{
	width: 18px;
	height: 18px;
	display: inline-block;
	background-position: -169px 0;
	margin-top: 6px;
}
.alert{
	background: rgba(0,0,0,.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 999;
}
.alert .tipcontent{
	width: 460px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #FFFFFF;
	padding: 34px 34px 20px 34px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -230px;
	margin-top: -150px;
}
.alert .tipcontent{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.alert .tipcontent span{
	color: #ff0000;
}
.alert .tipcontent img{
	width: 216px;
	margin-bottom: 30px;
}
.alert .tipcontent .close_baiban{
	display: block;
	width: 20px;
	height: 20px;
	background-position: -187px 0;
	position: absolute;
	right: 13px;
	top: 11px;
}
.tipcontent h2{
	font-size: 24px;
	font-weight: bold;
	color: #e43737;
	margin-bottom: 20px;
	margin-top: 56px;
}
.tipcontent p:first-of-type{
	margin-bottom: 10px;
}
.tipcontent a.load{
	width: 157px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
	background: #f2683b;
	text-align: center;
	border-radius: 4px;
	margin-top: 18px;
}
.tipcontent .tip_logo{
	width: 138px;
	height: 138px;
	position: absolute;
	left: 50%;
	margin-left: -69px;
	top: -62px;
}
.tipcontent .tip_logo img{
	width: 100%;
}
