@charset "utf-8";
/* CSS Document */
body,html {
	margin: 0;
	padding: 0;
	color: #000;
	font: 12px/180% "微软雅黑", Arial, Helvetica, sans-serif;
}

body {
	width: 100%;
	background: #fff;
}

body.on {
	overflow: hidden;
}

body a {
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	list-style: none;
	vertical-align: bottom;
}
/*img {border:none; display:block;}*/
img {
	border: none;
}

em,i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #adb1b2;
}

.disable {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

* +html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
	clear: both;
}

input,textarea {
	resize: none;
	font-family: "微软雅黑";
	outline: none;
}

select {
	height: 22px;
	line-height: 18px;
	padding: 2px 0;
	outline: none;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

/*头部*/
.header {
	width: 100%;
	min-width: 1000px;
	height: 28px;
	background-color: #f1f1f1;
}

.header div {
	font-size: 12px;
	color: #1f2326;
	line-height: 28px;
	font-family: "宋体";
}

.header div a {
	color: #1f2326;
}

.header div span {
	padding: 0 4px;
}

.header div a:hover {
	color: #E7441B;
	text-decoration: underline;
}

/*登陆*/
.header_login {
	height: 107px;
	min-width: 1000px;
}

.header_login .logo {
	padding-top: 17px;
}

.login_and_resiger {
	padding-top: 34px;
}

.login_and_resiger div {
	margin-left: 14px;
}

.login_and_resiger .username,.login_and_resiger .password,.login_and_resiger .code {
	display: block;
	border: 1px #E94335  solid;
	overflow: hidden;
	height: 35px;
}

.login_and_resiger div img {
	display: block;
	float: left;
	height: 35px;
}

.login_and_resiger .username input,.login_and_resiger .password input,.login_and_resiger .code input {
	display: block;
	border: 0;
	float: left;
	height: 35px;
	line-height: 35px;
	padding-left: 8px;
	color: #333;
}

.login_and_resiger .username input,.login_and_resiger .password input {
	width: 100px;
}

.login_and_resiger .code input {
	width: 50px;
}

.login_and_resiger .btn_default button {
	display: block;
	border: 0;
	width: 90px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	outline: none;
}

.login_and_resiger .btn_left button {
	background-color: #e94335;
}

.login_and_resiger .btn_left button:hover {
	background-color: #FB6053;
}

.login_and_resiger .btn_right button {
	background-color: #ff6400;
}

.login_and_resiger .btn_right button:hover {
	background-color: #FF8434;
}

/*导航*/
.nav {
	height: 47px;
	background-color: #f13131;
	min-width: 1000px;
	overflow: hidden;
	width: 100%;
}

.nav span {
	display: block;
	width: 250px;
	height: 45px;
	margin-top: 2px;
	background-color: #d92c2c;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
}

.nav span i {
	display: inline-block;
	padding-right: 23px;
	background: url(../images/01.png) no-repeat right center;
}

.nav a {
	display: block;
	width: 80px !important;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-left: 3px;
}

.nav a:hover,.nav a.on,.nav a:focus {
	background: url(../images/03.jpg) no-repeat center center;
	color: #333a40;
}

.nav a i {
	display: inline-block;
	padding-left: 16px;
	background: url(../images/02.png) no-repeat left center;
}

/*幻灯片*/
.menus {
	width: 246px;
	overflow: hidden;
	border: 2px #d51910 solid;
	border-top: 0;
	height: 379px;
	background-color: #fff;
}

.menus ul {
	padding: 0 5px;
}

.menus ul li {
	height: 35px;
	padding: 6px 0;
}

.menus ul li img {
	float: left;
	width: 35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 5px;
}

.menus ul li h4 {
    display: block;
    float: left;
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    overflow: hidden;
    font-size: 16px;
}

.menus ul li h4 a {
	color: #545454;
}

.menus ul li p {
    float: left;
    width: 50px;
    line-height: 35px;
    overflow: hidden;
    color: #757575;
    font-family: "宋体";
}

.menus .more {
	border-top: 1px #e6d3cf dashed;
	line-height: 35px;
	font-size: 13px;
}

.menus .more a {
	color: #545454;
}

.menus ul li h4 a:hover,.menus .more a:hover {
	color: #E7441B;
	text-decoration: underline;
}

.banner {
	width: 746px;
	height: 372px;
	margin-top: 9px;
	position: relative;
	overflow: hidden;
}

.flex-viewport {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.banner .slides {
	zoom: 1;
}

.banner .slides a {
	display: block;
	width: 100%;
	height: 372px;
	background-position: center center;
	background-repeat: no-repeat;
}

#demo01 .flex-direction-nav {
	display: none;
}

#demo01 .flex-control-nav {
	width: 98%;
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: right;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}

#demo01 .flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
	overflow: hidden;
	vertical-align: middle;
}

#demo01 .flex-control-nav li a {
	display: block;
	height: 19px;
	overflow: hidden;
	width: 17px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	line-height: 19px;
	background-color: rgba(0,0,0,.7);
}

#demo01 .flex-control-nav li a.flex-active {
	background-color: #ff6400;
	color: #000;
}

/*最新公告*/
.new_notice {
	height: 32px;
	line-height: 32px;
}

.new_notice span.laba {
	display: block;
	float: left;
	font-size: 14px;
	color: #e94335;
	padding-left: 24px;
	background: url(../images/11.jpg) no-repeat 2px center;
}

.new_notice marquee {
	width: 900px;
	overflow: hidden;
	float: right;
    height: 35px;
}

.new_notice marquee p {
	display: inline-block;
	color: #7b7b7b;
	font-family: "宋体";
}

/*彩票分类*/
.type_index .left {
	width: 746px;
	overflow: hidden;
}

.type_index .right {
	width: 246px;
	overflow: hidden;
}

.type_tab {
	height: 44px;
	overflow: hidden;
}

.type_tab a {
	display: block;
	float: left;
	width: 104px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	background: #f13131;
	margin-right: 3px;
}

.type_tab a.on {
	background: url(../images/12.jpg);
	color: #171717;
}

.type_reviews {
	border: 1px #cdcdcd solid;
	margin-top: 3px;
	padding: 0 37px 0 34px;
	height: 230px;
	overflow: hidden;
}

.type_reviews .imgs {
	padding: 38px 0 0;
}

.type_reviews .cons {
	width: 482px;
	overflow: hidden;
}

.view_qi li {
	float: left;
	width: 33.33%;
	text-align: center;
	font-size: 14px;
	color: #565656;
	line-height: 30px;
	padding-top: 10px;
}

.view_qi li i {
	color: #ff6400;
	display: block;
}

.view_gl {
	height: 68px;
	margin-top: 10px;
	margin-top: 10px;
	background: #ffe3d1;
	border-radius: 32px;
}

.view_gl span {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	font-size: 21px;
	color: #565656;
	line-height: 68px;
}

.view_gl i, .view_gl li {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	font-size: 23px;
	color: #fff;
	margin: 18px 3px 0;
	background: #ff6400;
	border: #FFF 2px solid;
	border-radius: 50%;
	box-sizing: border-box
}

.now_tz {
	padding-top: 21px;
	line-height: 35px;
}

.now_tz p {
	float: left;
	font-size: 14px;
	color: #ff6400;
	line-height: 35px;
}

.now_tz a {
	display: block;
	float: right;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color: #1d1d1d;
	background: url(../images/12.jpg) no-repeat center center;
}

/*手机客户端下载*/
.download_title {
	height: 44px;
	background: url(../images/14.jpg) no-repeat;
	padding: 0 11px;
}

.download_title h2 {
	display: block;
	line-height: 44px;
	font-size: 15px;
	color: #1d1d1d;
	font-weight: normal;
	padding-left: 18px;
	background: url(../images/05.png) no-repeat left center;
}

.sownload_info {
	height: 230px;
	border: 1px #cdcdcd solid;
	margin-top: 3px;
}

.code_list {
	padding: 7px 14px 0;
}

.code_list .img_code {
	padding: 0 5px;
}

.code_list .con_code {
	padding-top: 5px;
}

.show_ios,.show_android {
	display: block;
	font-size: 14px;
	color: #333339;
	line-height: 29px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.show_ios {
	background-image: url(../images/15.jpg);
}

.show_android {
	background-image: url(../images/16.jpg);
}

.way_more {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #131313;
	line-height: 32px;
	font-family: "宋体";
}

.show_ios:hover,.show_android:hover,.way_more:hover {
	color: #E7441B;
	text-decoration: underline;
}

.notice_tab {
	height: 45px;
	border-bottom: 1px #cdcdcd solid;
	padding: 0 15px;
}

.notice_tab a {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	line-height: 45px;
	height: 43px;
	font-size: 14px;
	font-family: "宋体";
	color: #000;
}

.notice_tab a.on {
	color: #e94335;
	border-bottom: 2px #e94335 solid;
}

.notice_reviews {
	padding: 8px 15px 0;
}

.notice_reviews li {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-family: "宋体";
}

.notice_reviews li a {
	color: #393939;
}

.notice_reviews li a:hover {
	color: #E7441B;
	text-decoration: underline;
}

/*广告位*/
.position_img {
	margin-top: 10px;
}

/*底部*/
.footer {
	min-width: 1000px;
	overflow: hidden;
	margin-top: 14px;
}

.f_about {
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-size: 12px;
	color: #303030;
	font-family: "宋体";
	background-color: #e3e3e3;
}

.f_about a {
	color: #303030;
}

.f_about span {
	padding: 0 13px;
}

.f_about a:hover {
	color: #E7441B;
	text-decoration: underline;
}

.f_copy {
	min-width: 1000px;
	text-align: center;
	padding: 15px 0 0;
}

.f_copy ul {
	padding: 0 0 10px;
}

.f_copy img {
	display: inline-block;
	margin: 0 4px;
}

.f_copy p {
	color: #909090;
	font-family: "宋体";
	line-height: 30px;
}

.f_copy p a {
	color: #909090;
}

.f_copy p a:hover {
	color: #E7441B;
	text-decoration: underline;
}


/*登陆后*/

.login_and_resiger .preson-info {
	display: block;
    border: 0;
    float: left;
    height: 35px;
    line-height: 35px;
    color: #333;
    width: 180px;
}

.login_and_resiger .account_hidden {
	padding-left: 10px;
}

.hot-icon{
	background: rgba(0, 0, 0, 0) url('../images/hot_01.gif') no-repeat scroll 0 0;
	display: inline-block;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 1px;
	width: 30px;
	z-index: 10;
}

/*头部登陆后的样式*/
.header-right {
    float: right;
    padding-top: 5px;
}
.preson-info {
    float: left;
    margin-top: 15px;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    height: 74px;
    text-align: right;
    line-height: 36px;
    width: 560px;
}
.preson-info span {
    padding: 0 2px;
    margin-right: 15px;
}
.agent-tit{color: #f00; animation: twinkling2 0.5s infinite ease-in-out; -moz-animation: twinkling2 0.5s infinite ease-in-out; -webkit-animation: twinkling2 0.5s infinite ease-in-out; -o-animation: twinkling2 0.5s infinite ease-in-out;}
@keyframes twinkling2
{
    0% {color: #fff;}
    100%{color:red}
}

}
.btn-mail {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    line-height: 17px;
}
.online-num {
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    width: auto;
    margin: 0;
    display: inline-block;
    text-align: left;
}
.preson-info span {
    padding: 0 2px;
    margin-right: 15px;
}
.preson-info strong {
    font-size: 12px;
}
.acc-balance label {
    margin: 0 5px;
}
.acc-balance i {
    display: inline-block;
    width: 19px;
    height: 19px;
    cursor: pointer;
    margin: -5px;
}
.acc-balance i{
    background: url(../images/base-ico2.png?f989dbe577) no-repeat;
}
.preson-info .info a {
    padding: 0 15px;
    cursor: pointer;
    font-size: 10px;
    color: #555;
}

#hovehaha{
	position: absolute;
    width: 89px;
    text-align: center;
    background: #f13131;
    border: 1px solid #ffd879;
    display: none;
    z-index: 999;
    margin-left: 3px;
}
#hovehaha a{
	display: block;
    width: 89px !important;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-left: 0;
    border-bottom: 1px solid #ffd879;
}
#hovehaha a:hover{
	background: #d92c2c;
}

.net_border{
	border-bottom: none !important;
}