* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 13px;
	background-color: #fff;
	font-family: 'Microsoft YaHei', Arial;
}

body, button, input, select, textarea { /* for ie */
	font: 13px/1 Tahoma, "\5FAE\8F6F\96C5\9ED1", sans-serif, Arial, Helvetica, "\5b8b\4f53";
	/*font: 12px/1 "微软雅黑",Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
	/* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

ul, li {
	list-style: none;
} /* 重置列表元素 */
a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
	font-size: 100%;
} /* 使得表单元素在 ie 下能继承字体大小 */ /* 注：optgroup 无法扶正 */
table {
	border-collapse: collapse;
	border-spacing: 0;
} /* 重置表格元素 */
body {
	min-width: 1000px;
}

.g_glear {
	clear: both;
}

.g_w1 {
	width: 1009px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.g_w2 {
	width: 995px;
	margin: 0 auto;
	margin-bottom: 10px;
}
/* 顶部工具条 */
.top {
	height: 38px;
	background-color: #333;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	overflow: hidden;
}

.top .time_box {
	float: left;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

.top .time_box span {
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

.top .time_box span.date {
	margin-right: 5px;
}

.top .time_box span.lan {
	margin-left: 5px;
	height: 40px;
	width: 28px;
	cursor: pointer;
}

.top .time_box span.lan_cn {
	background: #333 url(../../images/cash/index/lan/lan_cn.png) no-repeat;
}

.top .oper_box {
	float: right
}

.top .oper_box table {
	margin-top: 5px;
}

.top .oper_box table tr {
	
}

.top .oper_box table tr td {
	height: 30px;
}

.top .oper_box table tr td.inp {
	width: 166px;
	background: url(../../images/cash/index/common.png) no-repeat 0px 0px;
	padding: 0px;
}

.top .oper_box table tr td.inp .input {
	width: 100px;
	float: left;
	height: 23px;
	line-height: 23px;
	margin-left: 2px;
	border-width: 0px;
	display: inline-block;
}

.top .oper_box table tr td.inp span {
	width: 50px;
	height: 27px;
	margin-left: 10px;
	float: left;
	display: inline-block;
	cursor: pointer;
	background: url(../../images/cash/index/common.png) no-repeat -0px -36px;
}

.top .oper_box table tr td.inp span:hover {
	
}

.top .oper_box table tr td.oper {
	width: 280px;
}

.top .oper_box table tr td.oper span {
	width: 60px;
	height: 30px;
	margin-left: 5px;
	float: left;
	display: inline-block;
	cursor: pointer;
	background: url(../../images/cash/index/common.png) no-repeat -10000px -10000px;
}

.top .oper_box table tr td.oper span.btn_login {
	background-position: -0px -96px;
}

.top .oper_box table tr td.oper span.btn_register {
	background-position: -0px -168px;
}

.top .oper_box table tr td.oper span.btn_onliner {
	background-position: -0px -242px;
	width: 90px;
}

/* 菜单栏 */
.menue {
	width: 100%;
	height: 96px;
	background: url(../../images/cash/index/menue.png) center center no-repeat;
	overflow: hidden;
}

.menue .left {
	float: left;
	padding: 10px 0px;
}

.menue .right {
	float: right;
}

.menue .right table {
	
}

.menue .right table tr {
	
}

.menue .right table tr td {
	height: 96px;
	border-left: 1px solid #1a69ab;
	text-align: center;
	position: relative;
    z-index: 999;
}

.menue .right table tr td a {
	width: 100px;
	display: block;
	text-align: center;
}

.menue .right table tr td a em {
	width: 56px;
	height: 56px;
	display: inline-block;
	background: url(../../images/cash/index/common.png) repeat-x 0px -420px;
}

.menue .right table tr td a span {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
}

.menue .right table tr td a:hover {
	text-decoration: none;
}

.menue .right table tr td.register a em {
	background-position: 0px -484px;
}

.menue .right table tr td.share a em {
	background-position: 0px -547px;
}

.menue .right table tr td.trade a em {
	background-position: 0px -611px;
}

.menue .right table tr td.errs  a em {
	background-position: 0px -677px;
}

.menue .right table tr td.phone a em {
	background-position: 0px -741px;
}

.menue .right table tr td.team a em {
	background-position: 0px -807px;
}

.menue .right table tr td.home a:hover em {
	background-position: -80px -420px;
}

.menue .right table tr td.register a:hover em {
	background-position: -80px -484px;
}

.menue .right table tr td.share a:hover em {
	background-position: -80px -547px;
}

.menue .right table tr td.trade a:hover em {
	background-position: -80px -611px;
}

.menue .right table tr td.errs  a:hover em {
	background-position: -80px -677px;
}

.menue .right table tr td.phone a:hover em {
	background-position: -80px -741px;
}

.menue .right table tr td.team a:hover em {
	background-position: -80px -807px;
}

.menue .right table tr td.home a.on em {
	background-position: -80px -420px;
}

.menue .right table tr td.register a.on em {
	background-position: -80px -484px;
}

.menue .right table tr td.share a.on em {
	background-position: -80px -547px;
}

.menue .right table tr td.trade a.on em {
	background-position: -80px -611px;
}

.menue .right table tr td.errs  a.on em {
	background-position: -80px -677px;
}

.menue .right table tr td.phone a.on em {
	background-position: -80px -741px;
}

.menue .right table tr td.team a.on em {
	background-position: -80px -807px;
}

/* 广告图片 */
.banner {
	background: url(../../images/cash/index/banner/banner.jpg) center center no-repeat;
	height: 500px;
	width: 100%;
	margin: 0 auto;
}

.banner1 {
	background: url(../../images/cash/index/banner/banner1.jpg) top center no-repeat;
	height: 500px;
	width: 100%;
	margin: 0 auto;
}

/* 公告工具条 */
.notice {
	width: 100%;
	height: 33px;
	padding: 8px 0px;
	overflow: hidden;
	background-color: #1a69ab;
	background: url(../../images/cash/index/n_bg.png) repeat-x;
}

.notice span {
	display: block;
	float: left;
}

.notice span.logo {
	height: 33px;
	width: 33px;
	background: url(../../images/cash/index/common.png) repeat-x -80px -33px;
}

.notice span.show {
	height: 33px;
	line-height: 33px;
	margin-left: 10px;
	width: 470px;
	overflow: hidden;
}

.notice span.show marquee {
	cursor: pointer;
}

.notice span.show a {
	color: #fff;
}

/* 彩票列表 */
.loto_menue {
	width: 100%;
	margin-top: 10px;
}

.loto_menue  a {
	display: block;
	width: 130px;
	height: 120px;
	background: url(../../images/cash/index/lotos.png) repeat-x -0px -0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin: 5px 7px;
}

.loto_menue  a.hk6 { /* margin-left:0px; */
	
}

.loto_menue  a.f3d {
	background-position: -148px -0px;
}

.loto_menue  a.pl3 {
	background-position: -293px -0px;
}

.loto_menue  a.bjpk10 {
	background-position: -438px -0px;
}

.loto_menue  a.gdklsf {
	background-position: -583px -0px;
}

.loto_menue  a.gxklsf {
	background-position: -728px -0px;
}

.loto_menue  a.xync {
	background-position: -873px -0px;
}

.loto_menue  a.bjkl8 {
	background-position: -0px -259px;
}

.loto_menue  a.gd11x5 {
	background-position: -148px -259px;
}

.loto_menue  a.gxk3 {
	background-position: -293px -259px;
}

.loto_menue  a.xjssc {
	background-position: -438px -259px;
}

.loto_menue  a.tjssc {
	background-position: -583px -259px;
}

.loto_menue  a.cqssc {
	background-position: -728px -259px;
}

.loto_menue  a.lottery_more {
	background-position: -873px -259px;
}

.loto_menue  a.bjpk10bjl {
	background: url(../../images/cash/index/pk10bjl1.jpg) repeat-x -0px -0px;
}

.loto_menue  a:hover.bjpk10bjl {
	background: url(../../images/cash/index/pk10bjl2.jpg) repeat-x -0px -0px;
}

.loto_menue a:hover.hk6 {
	background-position: -0px -128px;
}

.loto_menue a:hover.f3d {
	background-position: -148px -128px;
}

.loto_menue a:hover.pl3 {
	background-position: -293px -128px;
}

.loto_menue a:hover.bjpk10 {
	background-position: -438px -128px;
}

.loto_menue a:hover.gdklsf {
	background-position: -583px -128px;
}

.loto_menue a:hover.gxklsf {
	background-position: -728px -128px;
}

.loto_menue a:hover.xync {
	background-position: -873px -128px;
}

.loto_menue a:hover.bjkl8 {
	background-position: -0px -387px;
}

.loto_menue a:hover.gd11x5 {
	background-position: -148px -387px;
}

.loto_menue a:hover.gxk3 {
	background-position: -293px -387px;
}

.loto_menue a:hover.xjssc {
	background-position: -438px -387px;
}

.loto_menue a:hover.tjssc {
	background-position: -583px -387px;
}

.loto_menue a:hover.cqssc {
	background-position: -728px -387px;
}

.loto_menue a:hover.lottery_more {
	background-position: -873px -387px;
}

/* 基本介绍 */
.remark_me {
	width: 100%;
	margin-top: 10px;
	margin: 0 auto;
}

.remark_me .item {
	float: left;
	width: 423px;
	height: 120px;
	padding: 20px 0 20px 70px;
	background-color: #e7faff;
	background: url(../../images/cash/index/s_bg.jpg) repeat-x;
	border: 1px solid #CCCCCC;
}

.remark_me .item .logopz {
	float: left;
	width: 67px;
	height: 67px;
	margin-top: 20px;
	background: url(../../images/cash/index/common.png) no-repeat -80px -143px;
}

.remark_me .item .logodl {
	float: left;
	width: 67px;
	height: 67px;
	margin-top: 20px;
	background: url(../../images/cash/index/common.png) no-repeat -80px -76px;
}

.remark_me .item .con {
	float: left;
	margin-left: 10px;
	width: 280px;
}

.remark_me .item .con h2 {
	color: #1a69ab;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
}

.remark_me .item .con p {
	color: #333;
	font-size: 14px;
	line-height: 16px;
}

.remark_me .right {
	float: right;
}

/* 底部 */
.buttom {
	width: 100%;
	height: 120px;
	padding: 30px 0px;
	background-color: #1a69ab;
	background: url(../../images/cash/index/button_bg.jpg) repeat-x;
}

.buttom .left {
	float: left;
	width: 370px;
}

.buttom .left .links {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #fff;
}

.buttom .left .links a {
	font-size: 14px;
	color: #fff;
}

.buttom .left .links span {
	font-size: 14px;
	color: #fff;
	padding: 0px 10px;
}

.buttom .left .explors {
	margin-top: 7px;
}

.buttom .left .explors img {
	margin-left: 10px;
}

.buttom .right {
	float: right;
	width: 600px;
}

.buttom .right img {
	margin-top: 25px;
	margin-left: 186px;
}

.buttom .right span {
	float: right;
	margin-top: 35px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-left: 20px;
}

.banner_c {
	width: 1009px;
	margin: 0 auto;
	margin-top: 369px;
}

.banner_c .left {
	float: left;
	width: 273px;
	height: 70px;
	margin-top: 20px;
	margin-left: 20px;
}

.banner_c .right {
	float: right;
	width: 230px;
	height: 75px;
	margin-top: 16px;
	margin-right: 15px;
}

.banner_c .right a {
	font-size: 18px;
	line-height: 26px;
	color: #195EA2;
	font-weight: bolder;
}

.banner_c .right span {
	font-size: 14px;
	line-height: 26px;
	color: #195EA2;
}

#breakingnews3 li {
	height: 75px;
}

#share_dialog {
	background-color: #fff;
	display: none;
	height: 347px;
	left: 47%;
	margin: -100px 0 0 -200px;
	padding: 1px;
	position: fixed !important;
	position: absolute;
	top: 50%;
	width: 500px;
	z-index: 5;
	background: url(../../images/cash/index/hd2016.jpg) no-repeat -0px -0px;
}

#share_dialog p.close a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	float: right;
}

#share_dialog p.link a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 500px;
	height: 250px;
}

.loading_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: table;
	opacity: 0.8;
	background: #666;
}

.pomo_new{
	position: absolute;
    top: 0px;
    right: 15px;
}