body {
	background: #fff;
	width: 100%;
	min-width: 1200px;
}
/** 主页(该css文件只有cai33的主页，一个 php 文件会引用) **/
.tab-sel {
	font: 14px/31px Microsoft Yahei;
	color: #6097cc;
}

.notice-tab li.tab-more {
	width: 79px;
	font-size: 14px;
}
/* 中奖排行榜 */
.part-3-cont-right {
	width: 230px;
	background: #fff;
	height: 444px;
	padding-left: 0;
	float: left;
	overflow: hidden
}

.tableCarousel {
	position: relative;
	width: 100%;
	width: 228px;
	border: 1px solid #e5e5e5;
	height: 404px
}

.tableCarousel .thead {
	background-color: #f7f7f7;
}

.tableCarousel .thead div {
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	width: 50%;
	float: left;
	margin-left: -3px;
	margin-right: -2px;
	text-align: center;
}

.tableCarousel  li>span {
	padding: 0 12px 0 15px;
	box-sizing: border-box;
	height: 29px;
	font-size: 12px;
}

.tableCarousel .tbody_1 li>span:first-of-type>span {
	margin-right: 10px;
	margin-top: 7px;
	line-height: 19px;
	border-radius: 3px;
	display: inline-block;
	width: 19px;
	height: 19px;
	color: #fff;
	text-align: center;
}

.tableCarousel  .tbody_1 {
	position: absolute;
	z-index: 4;
	cursor: pointer;
}

.tableCarousel .tbody_1 li.hig_wht {
	width: 228px;
	display: block;
	background: white;
	line-height: 32px;
}

.tableCarousel .tbody_1 li.hig_lig {
	width: 228px;
	display: block;
	background: #f7f7f7;
	line-height: 32px;
}

.tableCarousel  .thead {
	width: 100%;
	display: block;
}

.tableCarousel  .thead p span {
	width: 49%;
	display: inline-block
}

.tableCarousel  .tbody p>span {
	width: 50%;
	display: inline-block;
	text-align: left;
}

.part-3-cont-right .ratetop {
	position: relative;
	z-index: 9;
	background-color: #f13833;
	;border: 1px solid #ff6a03;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
}

span.rt_btm_line {
	float: right;
	margin-top: 20px;
	width: 20px;
	height: 1px;
	border: none;
}

.ratetop span {
	padding: 6px 22px 0px;
}

span.rt_btm_line {
	float: right;
	margin-top: 40px;
	width: 104px;
	height: 1px;
	border: none;
	padding: 0;
}

.tableCarousel .thead div:last-child span {
	position: relative;
	left: -49px;
}
/*--banner --*/

.backpic {
	width: 100%;
	position: relative;
	height: auto;
	background-position: top
}

.slide {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px 5px 5px 235px;
}

.slide #slides {
	height: 285px;
	width: 100%;
	position: relative;
}

.slide-wrap {
	width: 100%;
	margin: auto;
}

.slide .pagination {
	border-radius: 15px;
	position: relative;
	bottom: 35px;
	text-align: center;
	z-index: 9;
	overflow: hidden;
	padding: 5px 10px;
}

.slide .caption {
	display: none;
	position: absolute;
	height: 25px;
	left: 0;
	bottom: 0;
	background: #844421;
	filter: alpha(opacity=60);
	width: 510px;
	line-height: 25px;
	color: #FFF;
	text-shadow: none;
}

.slide .pagination li {
	float: left;
	margin: 0 5px;
	background: #c3bbda;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	line-height: 21px;
	cursor: pointer;
	display: inline-block;
	font-size: 0px;
}

.slide .pagination a {
	width: 15px;
	height: 15px;
	float: left;
	overflow: hidden;
	line-height: 21px;
	color: #fff;
}

.slide .pagination li.current {
	background: #f19e1a;
	filter: alpha(opacity=100);
	opacity: 1;
}

.slide .pagination li.current a {
	margin: 0;
	width: 15px;
	height: 15px;
}

.slides_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}
/*.slides_container  .slides_control{height:100%;}
.slides_container  .slides_control .show_picture{width:100%;height:100%;}
.slides_container  .slides_control .show_picture *{display:block;height:100%; position: relative; left: 50%; margin-left: -960px; width: 1920px;}
.show_picture img { width:743px; height: 285px; }
*/
.banner {
	position: relative;
	overflow: auto;
	text-align: center;
}

.banner li {
	list-style: none;
}

.banner ul li {
	float: left;
}

#b03 {
	width: 1920px;
}

#b03 .dots {
	position: absolute;
	padding: 0 10px;
	height: 18px;
	left: 48%;
	bottom: 20px;
	border-radius: 10px;
	background: rgba(0,0,0,0);
}

#b03 .dots li {
	background-color: #c4bcda;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 3px 4px;
	text-indent: -999em;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

#b03 .dots li.active {
	background: #f19e1a;
	opacity: 1;
}

#sys_tip {
	color: #f13833;
	
}
/*-- 资讯列表 --*/
.part-2-cont-right {
	background: #fff;
	height: 444px;
	font: 16px/24px Microsoft Yahei;
	overflow: hidden;
	float: left;
	margin-left: 9px;
	width: 495px;
}

.part-2-cont-right .head{
	overflow: hidden;
    background: #F5F7FE;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.part-2-cont-right .head .iconfont{
	background: url('../images/zx_ico.png') no-repeat;
    width: 29px;
    height: 27px;
    display: block;
    margin: 6px 0;
}

.part-2-cont-right .head span{
	font: 15px/1.5 "Microsoft Yahei";
    position: absolute;
    margin: 3px 35px;
    color: #333;
}

.part-2-cont-right .news_list{
	height: 386px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 15px 10px 0 10px;
}

.part-2-cont-right .news_list li{
	line-height: 31px;
	font-size: 14px;
	float: left;
	width: 46%;
	/* height: 170px; */
	margin-top: 12px;
	margin-left: 16px;
}
.part-2-cont-right .news_list li img{
	width: 200px;
}

.part-2-cont-right .news_list li em{
    overflow: hidden;
    color: #999999;
}


.part-2-cont-right .news_list li a{
    overflow: hidden;
    color: #333333;
}

.news-title {
	margin-top: -6px;
}

.news-title a {
	color: #f13833;
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 50px;
}

.news-bar-content li {
	line-height: 30px;
	font-size: 14px;
}

.news-bar-content li .pad {
	margin: 0 10px;
}

#newsTitle_2 {
	margin-top: 30px
}
/*开奖公告*/
.title-top {
	height: 38px;
	line-height: 38px;
}

.draw-notice {
	background: #fff;
}

.notice-tit {
	font: 16px/30px 'Microsoft Yahei';
	float: left;
	font-weight: bold;
}

.notice-tit .icon {
	width: 18px;
	height: 16px;
	background-position: -150px -60px;
	margin: -5px 5px 0 0;
	vertical-align: middle;
	_margin-top: 5px;
}

.notice-tab li {
	float: left;
	width: 89px;
	text-align: center;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}

.notice-tab li a {
	color: #ff2d2c;
	background: #ffffff;
	display: block;
	font-size: 16px;
}

.notice-tab li a:hover {
	color: #ff2d2c;
}

.notice-tab li:last-child a {
	margin-right: 0
}

.notice-tab li.on {
	position: relative;
	border-bottom: 3px solid #f13833;
}

.notice-tab li.on a {
	background: #fff;
	color: black;
	font-size: 18px;
}

.notice-list li {
	padding: 5px 10px 0;
	box-sizing: border-box;
	line-height: 26px;
	height: 101px;
	overflow: hidden;
}

.notice-list li:nth-child(4) {
	border-bottom: 0px;
}

.notice-list li:last-child {
	border-bottom: 0px;
}

.notice-tab li {
}

.notice-main {
	border-top: 0px;
}

.notice-list .lot-name {
	float: left;
	color: #999;
	margin-top: 4px;
}

.notice-list .lot-name a {
	font-size: 14px;
	padding-right: 15px;
}

.notice-list .lot-name a:hover {
}

.notice-list span.term {
	float: right;
	color: #666;
	margin-top: 4px;
}

.notice-list span.term a {
	color: #666666;
}

.notice-list .redball {
	float: left;
	color: #f13833;
	font-size: 12px;
	font-weight: bold;
	margin-right: 8px;
	text-align: center;
}

.notice-list .blueball {
	float: left;
	color: #4495ff;
	font-weight: bold;
	margin-left: 6px;
	display: inline;
}

.notice-list li.last {
	border-bottom: none;
	margin-bottom: 12px;
	overflow: hidden;
	zoom: 100%;
}

.notice-list li br {
	clear: both;
}

.draw-contents {
	width: 256px;
	height: 402px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.draw-contents .fr {
	color: #d8d8d8;
	float: left;
}

.notice-list li .red {
	color: #f13833;
}

.notice-list li b {
	color: #f13833;
}

.notice-list li span.term {
	display: block;
	color: #999;
	overflow: hidden;
	text-align: right;
	float: right;
}

.notice-list li span.term a {
	color: #666;
}

.notice-list li span.term a:hover {
	color: #f13833;
	text-decoration: none;
}

.notice-list li .kjTab {
	border-top: 1px #DADADA solid;
	border-left: 1px #DADADA solid;
	margin-top: 5px;
	margin-bottom: 0;
}

.notice-list li .kjTab td {
	border-right: 1px #DADADA solid;
	border-bottom: 1px #DADADA solid;
	text-align: center;
}

.notice-list li .kjTab td .num {
	color: #f13833;
	font-weight: bold;
	padding: 0 3px;
}

.notice-list li.bb {
	border-bottom: solid 1px #e4e4e4;
}

.notice-list li.first {
	border-bottom: none;
	margin-bottom: 0;
}

.notice-list li.first .lot-name {
	margin-top: 12px;
}

.notice-list li.first .term {
	margin-top: 12px;
}
/*-- 彩种下注 --*/
.quick-buy {
	min-height: 44px;
}

.submain {
	width: 1000px;
	padding-left: 225px;
	height: 325px;
	position: relative;
	box-sizing: border-box;
}

.quick-buy-box {
	height: 280px;
	margin-top: 0;
	margin-left: 6px;
	box-sizing: border-box;
	float: left;
	border-top: 1px solid #CCC;
}

.quick-buy-box2 {
	height: 280px;
	margin-top: 0;
	margin-left: 6px;
	box-sizing: border-box;
	float: left;
	width: 257px;
}
/*-- 二维码下载 --*/
.ewm {
	width: 100%;
	background: #f3f3f3;
	height: 292px;
}

.ewm_app {
	height: 155px;
}

.down01 {
	margin: 1px;
	padding-left: 10px;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	background: #f13833;
	color: #ffffff;
}

.down02 {
	float: left;
	margin: 9px 17px 0 8px;
	width: 90px;
	height: 90px;
}

.down02 img {
	width: 90px;
	height: 90px;
}

.down04 {
	margin-top: 9px;
}

.down04 a {
	font-size: 14px;
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
	line-height: 26px;
	cursor: pointer;
}

.down05 i,.down06 i {
	margin-right: 33px;
	vertical-align: middle;
}

.down07 {
	margin-left: 32px;
	float: left;
	line-height: 20px;
	color: #f13833 !important;
}

.quick-tab-list {
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-top: none;
}

.quick-tab-list li {
	width: 99.5px;
	height: 44px;
	text-align: center;
	box-sizing: border-box;
	float: left;
	color: #000;
	cursor: pointer;
	font: 14px/44px Microsoft Yahei;
	*width: 95px;
}

.quick-tab-list span {
	width: 99.5px;
	height: 44px;
	text-align: center;
	box-sizing: border-box;
	float: left;
	color: #000;
	cursor: pointer;
	font: 14px/44px Microsoft Yahei;
	*width: 95px;
}

.quick-tab-list li a {
	color: #666;
	display: block;
	font-size: 14px;
}
/*.quick-tab-list li {border-bottom: 1px solid #e5e5e5;background: #f5f5f5;border-top: 1px solid #E5E5E5;border-right: 1px solid #e5e5e5;}*/
.quick-tab-list li.on {
	border-bottom: 2px solid #f13833;
	background: #f13833;
	background: url(../images/orang-bottom.png) center no-repeat;
	border-right: 0px;
}

.quick-tab-list li a:hover {
	color: #f13833;
}

.quick-tab-list li.on a {
	color: #f13833;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}

.quick-tab-list li a label {
	color: #FFF;
	background-color: #ff900c;
	margin-left: 4px;
	width: 54px;
	height: 16px;
	text-align: center;
	font: 12px/16px '宋体';
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-top: 8px;
}

.quick-tab-list li a label i {
	background-position: -390px 0;
	width: 3px;
	height: 3px;
	position: absolute;
	left: -3px;
	top: 13px;
}

.quick-tab-list span i {
	width: 7px;
	height: 6px;
	background-position: -200px 0;
	position: absolute;
	top: -2px;
	left: -99999px;
	overflow: hidden;
}

.qb-info {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	margin-top: 10px;
}

.qb-info li {
	float: left;
	font-size: 12px;
	color: #666;
}

.qb-info li.bztz {
	color: #ccc;
	overflow: hidden;
	float: right;
}

.bztz a {
	cursor: pointer;
}

.qb-selectnumber {
	height: 65px;
	line-height: 42px;
	margin-top: 6px;
}

.qb-selectnum {
	float: left;
}

.qb-selectnum li {
	float: left;
	margin-right: 22px;
	_display: inline;
	width: 30px;
	height: 42px;
}

.qb-selectnum li.mr30 {
	margin-right: 30px;
}

.qb-selectnum li.qb-red {
	background-position: -300px -350px;
}

.qb-selectnum li.qb-blue {
	background-position: -300px -300px;
}

.qb-selectnum li input {
	width: 41px;
	height: 41px;
	margin: 18px 0 0 28px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	border-radius: 100%;
	line-height: 41px;
	background: #f13833;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5655', endColorstr='#ff2d2c',GradientType=0 );
}

.qb-selectnum li input.on {
	width: 30px;
	height: 20px;
	color: #fff;
	border: 2px #fff solid;
	border-radius: 2px;
	background: #036aba;
}

.sale_end_timer .red {
	color: #ff6000;
	font-weight: normal;
}

.sale_end_timer {
	width: 110px;
	text-align: center;
	color: red;
	font-weight: normal !important;
}

.qb-tz-box {
	height: 34px;
	font-size: 14px;
	margin-top: 53px;
}

.qb-tz-box .bei-box {
	width: 244px;
	margin-top: 3px;
}

.dg-btn-box {
	float: right;
}

.change-btn {
	width: 270px;
	margin-right: 15px;
	vertical-align: middle;
	line-height: 33px;
	text-align: center
}

.change-btn:hover {
	color: #ff2d2c;
	text-decoration: none;
}

.change-btn i {
	color: #575757;
	font-size: 17px;
	margin: 0 3px 0 15px;
	vertical-align: middle;
}

.bei-box {
	width: 500px;
}

.bei-box input {
	width: 52px;
	background: #fff;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	color: #000;
	text-align: center;
	line-height: 28px;
	height: 28px;
	vertical-align: top;
	float: left;
}

.bei-box a {
	width: 28px;
	height: 28px;
	background: #fff;
	border: 1px solid #d0d0d0;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	float: left;
	color: #000;
}

.bei-box a:hover {
	background: #e8e8e8;
	color: #999;
	text-decoration: none;
}

.dg-btn-box a.dg-tz-btn,.dg-btn-box .dgp-tz-btn {
	background: #f13833;
	border-radius: 5px;
	float: left;
	color: #000;
	text-align: center;
	width: 99px;
	height: 35px;
	vertical-align: middle;
	font: 16px/35px Microsoft Yahei;
}

.dg-btn-box a.dg-tz-btn {
	width: 99px;
	height: 35px;
	color: #fff;
}
 /* .dg-btn-box .dg-tz-btn:hover,.dg-btn-box .dgp-tz-btn:hover{ background: #fc9721 } */
.change-btn {
	margin-right: 12px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #dadada;
	color: #575757;
	width: 99px;
	height: 34px;
	display: block;
	float: left;
}

.bei-box {
	line-height: 26px;
}

.no-dg {
	width: 510px;
	background: url(../images/no_dg.png) 0 0 no-repeat;
	margin: 0 auto;
}

.tz_bei_add {
	margin-right: 10px;
}

.quick-buy .content_box {
	border: 1px solid #CCC;
	border-top: none;
	box-sizing: border-box;
	width: 500px;
}

.qb-box-list {
	width: 470px;
	padding: 3px 15px 25px 15px;
	float: left;
}

/*-- 二维码下载 --*/

.app-down {
	width: 240px;
	height: 140px;
	overflow: hidden;
}

.down-tit {
	width: 170px;
	padding-left: 10px;
	background: #393939;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
}

.mobile-icon {
	background: url(../images/phone-icon.png) no-repeat;
	width: 12px;
	height: 20px;
	float: left;
	margin: 12px 8px 0 0;
}

#img-apple1 {
	float: left;
	width: 100px;
	height: 100px;
}

#img-apple1 img {
	width: 95px;
	height: 95px;
	margin-top: 10px;
	margin-left: 10px;
}

.down-txt {
	margin-top: 10px;
	height: 110px;
	width: 110px;
	margin-left: 118px;
}

.down-txt a {
	position: relative;
	left: -10px;
	float: left;
}

.down-txt i {
	font-size: 16px;
	position: relative;
	top: -4px;
}

.down-txt p {
	position: relative;
	left: -5px;
}

p.phine_ban_p {
	font-size: 16px;
	margin-top: 12px;
}

.down-txt a {
	color: #333;
	font-size: 14px;
	display: block;
	overflow: hidden;
 /*margin-bottom:5px;*/
	line-height: 26px;
	cursor: pointer;
}

.down-txt a.mobile-more {
	color: #ff2d2c
}

.down-txt a:hover {
	color: #fff
}

.right-info a:hover {
	color: #ff2d2c;
}

.down-apple i,.down-andoid i {
	color: #000;
	font-size: 22px;
	margin-right: 10px;
	text-decoration: none;
	vertical-align: middle;
}

a.down-apple1 {
	color: #999999;
	background: #fff;
	padding: 5px;
	border: 1px solid #999999;
	border-radius: 20px;
	height: 16px;
	width: 15px;
	margin-right: 10px;
	margin-top: 10px;
}

a.down-apple1:hover {
	background: #fff;
	border: 1px solid #ff6a03;
	color: #ff6a03
}

.down-txt a.down_now {
	background: #fff;
	border: 1px solid #ff6a03;
	color: #ff6a03
}

a.down-andoid1 {
	color: #999999;
	background: #fff;
	padding: 5px;
	border: 1px solid #999999;
	border-radius: 20px;
	height: 16px;
	width: 15px;
	margin-right: 10px;
	margin-top: 10px;
}

a.down-andoid1:hover {
	background: #fff;
	border: 1px solid #ff6a03;
	color: #ff6a03
}

.mobile-more {
	float: left;
	line-height: 20px;
}
/*-- 网站公告 --*/
.help-tab-box {
	height: 126px;
}

.help-tab li {
	border: 1px solid #dfdfdf;
	width: 126px;
	float: left;
	height: 38px;
	font-size: 14px;
	color: #000;
	line-height: 36px;
	text-align: center;
}

.help-tab li a {
	color: #000;
}

.help-tab li.on {
	border-bottom: 1px solid #fff;
}

.part-1-cont-right .help-tab-box ul li {
	padding: 0 10px;
}

.help-ul {
	padding: 5px 10px 10px;
	clear: both;
	line-height: 24px;
}
/* 下面是首页公告，的弹窗 */
.JS_blockPage {
	display: none;
	border: 1px #E1E1E1 solid;
	border-radius: 5px;
	z-index: 1001;
	width: 500px;
	min-height: 220px;
	margin-left: -245px;
	margin-top: -160px;
	position: fixed;
	padding: 0px;
	top: 50%;
	left: 50%;
	text-align: center;
	background-color: #F0F6F0;
}

.detail_dialog {
	padding: 17px;
	font-size: 12px;
	line-height: 18px;
	position: relative
}

.JS_blockPage.big {
	animation: 0.3s key_sb ease-out;
	-webkit-animation: 0.3s key_sb ease-out;
	-ms-animation: 0.3s key_sb ease-out;
	transform-origin: center;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
}

@-webkit-keyframes key_sb {
	0% {
		-webkit-transform: scale(0.5);
		opacity: 0.8;
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes key_sb {
	0% {
		-moz-transform: scale(0.5);
		;opacity: 0.8;
	}

	100% {
		-moz-transform: scale(1);
	}
}

@keyframes key_sb {
	0% {
		transform: scale(0.5);
		opacity: 0.8;
	}

	100% {
		transform: scale(1);
	}
}

@-ms-keyframes key_sb {
	0% {
		-ms-transform: scale(0.5);
		opacity: 0.8;
	}

	100% {
		-ms-transform: scale(1);
	}
}

.JS_blockPage .shortWidth {
	width: 80px;
	text-align: right;
	padding-right: 5px;
}

.detail_dialog>h3 {
	display: block;
	position: relative;
	font-size: 16px;
	padding: 5px 5px 15px 0;
	font-weight: normal;
	border-bottom: 1px #ea721a solid;
	z-index: 2;
	color: #EA721A;
}

#block_close {
	width: 18px;
	height: 18px;
	display: block;
	z-index: 3;
	position: absolute;
	top: 17px;
	right: 18px;
	cursor: pointer;
	background: url(../images/mdl-icon.png) no-repeat -11px -80px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out
}

#block_close:hover {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg)
}

.data {
	margin-top: 30px;
	background: #fff;
	font-size: 12px;
	color: #555;
	line-height: 20px;
	text-align: left;
	height: 100px;
	overflow: auto;
	border: 1px solid #F4F4F4;
	border-radius: 5px;
	padding: 2px 10px;
}

.JS_blockPage .c1 {
	cursor: pointer;
}

.JS_blockPage  .one {
	padding: 6px 5px 6px 5px;
	margin: 0 10px;
	border-top: 1px dotted #D6DFD0;
}

.JS_blockPage  .one:first-of-type {
	border-top: none;
}

.JS_blockPage  .one>strong {
	display: block;
	text-align: left;
	color: #EA721A;
	padding: 3px 0;
	font-size: 14px;
}

.JS_blockPage  .one>p {
	display: block;
	text-align: left;
	line-height: 1.42;
}

.detail_dialog h4 {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 33px;
	color: #999;
	font-weight: normal;
	padding-top: 6px;
}

.zdinfo td {
	line-height: 20px;
	border-bottom: 1px #d5d5d5 dashed;
	padding-bottom: 3px
}

.detail_dialog .title {
	margin-top: 15px;
	border-bottom: 1px #d5d5d5 dashed;
	height: 35px;
	line-height: 35px;
	text-align: left;
	padding-bottom: 5px;
	position: relative
}

.data-order {
	margin-top: 12px;
	min-height: 160px;
	max-height: 270px;
}

.bett-icon {
	float: left;
	width: 70px;
	position: relative;
	top: 5px;
}

.left-ad {
	position: absolute;
	left: -220px;
}

.left-ad img {
	width: 220px;
	height: 278px;
}

.tableCarousel .tbody p>span.c-green {
	text-align: right;
}

.tableCarousel .thead div:last-child {
	text-align: right;
}
/*.news-title a:before{content: '福彩3D';font-size:14px;background: #ff2d2c;padding:2px 5px;color:#fff;font-weight: normal;margin-right: 10px;}*/
a.shouji {
	margin-right: 10px;
}

.header-top-center {
	position: relative;
	z-index: 99;
	width: 103px;
}

.scancode {
	background: #fff;
	padding: 8px;
	border: 1px solid #e5e5e5;
	margin-top: -1px;
	margin-left: -1px;
	border-top: none;
}

.scancode p {
	padding: 0px 9px;
	font-size: 18px;
	color: #666;
}

.header-hover {
}

#scroll a:hover {
	color: #ff2d2c;
}

.quick-tpis a:hover {
	color: #ff2d2c;
}



/** 近期开奖号码统计：start **/
span.sp_lt_line {
	float: left;
	width: 50px;
	border: none;
	height: 1px;
	background: #DDD;
	margin-top: 9px;
}

span.sp_rt_line {
	float: right;
	width: 50px;
	border: none;
	height: 1px;
	background: #DDD;
	margin-top: 9px;
}

._graph {
	float: right;
	width: 250px;
	height: 230px;
}

._graph *,._graph {
	box-sizing: border-box;
}

._graph .column {
	width: 50px;
	position: relative;
	float: left;
	margin-right: -1px;
	padding-right: 1px;
	height: 100%;
	padding-bottom: 36px;
	text-align: center;
}

._graph .column span[name=per_value] {
	padding: 5px 0 5px 0;
	display: block;
	padding-right: 1px;
	white-space: nowrap;
	font-size: 12px;
	min-height: 28px;
}

._graph .column .num {
	position: absolute;
	overflow: visible;
	width: 100%;
	height: 15px;
	bottom: 6px;
	left: 0;
	border-right: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
}

._graph .column .num span {
	position: absolute;
	left: 10px;
	width: 22px;
	height: 22px;
	top: -3px;
	border-radius: 11px;
	text-align: center;
	line-height: 21px;
	color: #fff;
	font-size: 12px;
	padding-right: 1px;
}

._graph .column .bg_height {
	height: 107px;
	position: relative;
	margin-left: 11px;
	background-color: #DDDDDD;
	width: 20px;
	background: url(../images/p-background.png) center no-repeat;
}

._graph .bg_height>div {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.anm_a01 {
	animation: sports_a01 1s linear;
	-webkit-animation: sports_a01 1s linear;
	-ms-animation: sports_a01 1s linear;
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
}

._graph #id_0 .num span , ._graph #id_1 .num span , ._graph #id_2 .num span , ._graph #id_0 .bg_height>div , ._graph #id_1 .bg_height>div , ._graph #id_2 .bg_height>div,._graph #id_10 .num span , ._graph #id_11 .num span , ._graph #id_12 .num span , ._graph #id_10 .bg_height>div , ._graph #id_11 .bg_height>div , ._graph #id_12 .bg_height>div,._graph #id_20 .num span , ._graph #id_21 .num span , ._graph #id_22 .num span , ._graph #id_20 .bg_height>div , ._graph #id_21 .bg_height>div , ._graph #id_22 .bg_height>div,._graph #id_30 .num span , ._graph #id_31 .num span , ._graph #id_32 .num span , ._graph #id_30 .bg_height>div , ._graph #id_31 .bg_height>div , ._graph #id_32 .bg_height>div,._graph #id_40 .num span , ._graph #id_41 .num span , ._graph #id_42 .num span , ._graph #id_40 .bg_height>div , ._graph #id_41 .bg_height>div , ._graph #id_42 .bg_height>div {
	background-color: #ff6a03;
}

._graph #id_3 .num span , ._graph #id_4 .num span , ._graph #id_3 .bg_height>div , ._graph #id_4 .bg_height>div,._graph #id_13 .num span , ._graph #id_14 .num span , ._graph #id_13 .bg_height>div , ._graph #id_14 .bg_height>div,._graph #id_23 .num span , ._graph #id_24 .num span , ._graph #id_23 .bg_height>div , ._graph #id_24 .bg_height>div,._graph #id_33 .num span , ._graph #id_34 .num span , ._graph #id_33 .bg_height>div , ._graph #id_34 .bg_height>div,._graph #id_43 .num span , ._graph #id_44 .num span , ._graph #id_43 .bg_height>div , ._graph #id_44 .bg_height>div {
	background-color: #7ac85f;
}

@-moz-keyframes sports_a01 {
	0% {
		-moz-transform: scale(1,0);
		opacity: 0.6;
	}

	100% {
		-moz-transform: scale(1,1);
	}
}

@-o-keyframes sports_a01 {
	0% {
		-o-transform: scale(1,0);
		opacity: 0.6;
	}

	100% {
		-o-transform: scale(1,1);
	}
}

@keyframes sports_a01 {
	0% {
		transform: scale(1,0);
		opacity: 0.6;
	}

	100% {
		transform: scale(1,1);
	}
}

@-webkit-keyframes sports_a01 {
	0% {
		-webkit-transform: scale(1,0);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: scale(1,1);
	}
}

@-ms-keyframes sports_a01 {
	0% {
		-ms-transform: scale(1,0);
		opacity: 0.6;
	}

	100% {
		-ms-transform: scale(1,1);
	}
}
/** 近期开奖号码统计：end (@Moda)**/


/*底部*/
.jc-footer {
	margin-top: 35px;
}

.trend-box {
	margin: 10px auto 0;
	width: 1000px;
	background: #fff;
	border: 1px solid #ddd;
}

.trend-box .trend-title {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	border-bottom: 1px solid #f5f5f5;
}

.trend-box .trend-title h2 {
	padding-left: 42px;
	font-size: 14px;
	font-weight: normal;
}

.trend-box .trend-main .trend-lot-ul li {
	float: left;
	width: 155px;
}

.trend-box .trend-main .trend-lot-ul li.last {
	border-bottom: none;
}

.trend-box .trend-main .lottery-logo {
	float: left;
	width: 123px;
	height: 114px;
}

.trend-box .trend-main .lottery-logo a {
	width: 77px;
	height: 77px;
	display: block;
	margin-top: 6px;
	margin-left: 22px;
	overflow: hidden;
}

.trend-box .trend-main .lottery-logo a img {
	margin: 0 auto;
	display: block;
	max-width: 100%
}

.trend-box .trend-main .lottery-logo .lottery-title {
	height: 17px;
	line-height: 17px;
	padding-top: 8px;
	width: 114px;
	text-align: center;
	font-weight: normal;
}

.trend-box .trend-main .right-content {
	float: left;
	padding: 10px 0 0;
}

.trend-box .trend-main .right-content .row-content {
	padding-left: 15px;
}

.trend-box .trend-main .right-content .row-content h2 {
	float: left;
	background: url(../images/content_title_bg.gif) 0px 10px no-repeat;
	padding-left: 15px;
	color: #585757;
	line-height: 30px;
	width: 65px;
}

.trend-box .trend-main .right-content .row-content strong {
	float: left;
	background: url(../images/content_title_bg.gif) 0px 10px no-repeat;
	padding-left: 15px;
	color: #585757;
	line-height: 30px;
	width: 65px;
}

.trend-box .trend-main .right-content .row-content .trend-content {
	float: left;
	padding-left: 10px;
}

.trend-box .trend-main .right-content .row-content .trend-content span {
	display: block;
	float: left;
	line-height: 18px;
}

.trend-box .trend-main .right-content .row-content .trend-content span a {
	background: #ff6a03;
	color: #fff;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
	display: inline-block;
}

.trend-box .trend-main .right-content .row-content .trend-content span a:hover {
	color: #ff0;
}

.trend-box .trend-main .right-content .row-content .trend-content span a s {
	background: url(../images/hot.gif) no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	top: -3px;
	right: -13px;
}

.trend-lot-ul {
	overflow: hidden;
	padding: 20px;
}

.hd {
	position: absolute;
	bottom: 15px;
	right: 40px;
	z-index: 99;
}

.hd ul {
	float: left;
	text-align: center;
	line-height: 23px;
	font-size: 16px;
	color: #6f6f7b;
	cursor: pointer;
}

.hd ul li {
	float: left;
	width: 23px;
	height: 23px;
	background: #010721;
	margin-right: 5px;
}

.hd ul li.on { 
	background:#f00; 
	color:#fff; 
}

.lbt {
	width: 1000px;
	height: 20px;
	background: red;
	z-index: 120;
	position: absolute;
}

 .layui-layer-ico{
	 background: url(../images/icon.png) no-repeat	 !important;
	 text-align: center;

 }
