﻿a {
	text-decoration: none
}

.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999
}

.loadingfa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 29px;
	color: #444;
	position: absolute;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	top: 50%
}

.animteeh {
	opacity: .2;
	transition: all ease 1.5s;
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px)
}

.animteeh.active {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0)
}

.animts {
	opacity: .2;
	transition: all ease 1.5s;
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px)
}

.active.animts {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0)
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@-ms-keyframes rotate {
	from {
		-ms-transform: rotate(0)
	}

	to {
		-ms-transform: rotate(360deg)
	}
}

@-o-keyframes rotate {
	from {
		-o-transform: rotate(0)
	}

	to {
		-o-transform: rotate(360deg)
	}
}

@keyframes rotate1 {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(-360deg)
	}
}

@-webkit-keyframes rotate1 {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(-360deg)
	}
}

@-moz-keyframes rotate1 {
	from {
		-moz-transform: rotate(0)
	}

	to {
		-moz-transform: rotate(-360deg)
	}
}

@-ms-keyframes rotate1 {
	from {
		-ms-transform: rotate(0)
	}

	to {
		-ms-transform: rotate(-360deg)
	}
}

@-o-keyframes rotate1 {
	from {
		-o-transform: rotate(0)
	}

	to {
		-o-transform: rotate(-360deg)
	}
}

.xuanzhuan {
	animation: 2s linear 0s normal forwards infinite rotate;
	-webkit-animation: 2s linear 0s normal forwards infinite rotate;
	-moz-animation: 2s linear 0s normal forwards infinite rotate;
	-o-animation: 2s linear 0s normal forwards infinite rotate
}

.xuanzhuan1 {
	animation: 5s linear 0s normal forwards infinite rotate;
	-webkit-animation: 5s linear 0s normal forwards infinite rotate;
	-moz-animation: 5s linear 0s normal forwards infinite rotate;
	-o-animation: 5s linear 0s normal forwards infinite rotate
}

.nizhuan {
	animation: 2s linear 0s normal forwards infinite rotate1;
	-webkit-animation: 2s linear 0s normal forwards infinite rotate1;
	-moz-animation: 2s linear 0s normal forwards infinite rotate1;
	-o-animation: 2s linear 0s normal forwards infinite rotate1
}

.nizhuan1 {
	animation: 3s linear 0s normal forwards infinite rotate1;
	-webkit-animation: 3s linear 0s normal forwards infinite rotate1;
	-moz-animation: 3s linear 0s normal forwards infinite rotate1;
	-o-animation: 3s linear 0s normal forwards infinite rotate1
}

@keyframes Updown {
	0% {
		transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px)
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0)
	}
}

.shangxia {
	animation: 1.4s 0s alternate none infinite running Updown
}

.yaohuan {
	animation: 2.4s 0s alternate none infinite running swing
}

.yaohuan1 {
	animation: 9.4s 0s alternate none infinite running swing
}

.flash {
	animation: 2.4s 0s alternate none infinite running flash
}

.wobble {
	animation: 20.4s 0s alternate none infinite running wobble
}

.dtable {
	display: table;
	width: 100%;
	height: 100%
}

.dcell {
	display: table-cell;
	vertical-align: middle
}

.shangxia1 {
	animation: 2.4s 0s alternate none infinite running Updown
}

.shangxia2 {
	animation: 2.9s 0s alternate none infinite running Updown
}

.shangxia3 {
	animation: 3.4s 0s alternate none infinite running Updown
}

.shangxia4 {
	animation: 2.5s 0s alternate none infinite running Updown
}

.shangxia5 {
	animation: 3.3s 0s alternate none infinite running Updown
}

.shangxia6 {
	animation: 2.4s 0s alternate none infinite running Updown
}

.shangxia7 {
	animation: 2.6s 0s alternate none infinite running Updown
}

.df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.dc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.ac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.as {
	-webkit-box-align: justify;
	-webkit-align-items: space-between;
	-ms-flex-align: justify;
	align-items: space-between
}

.ae {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.jc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.js {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.je {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.fww {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap
}

.atd-banner {
	position: fixed;
	bottom: 80px;
	z-index: 999;
	width: 100%;
	height: 0;
	display: none;
}

.atd-banner .banner-img {
	background: url("../images/title.png");
	height: 80px;
	width: 500px;
	z-index: 9999;
	line-height: 80px;
	position: relative;
	cursor: pointer;
}

.atd-banner .banner-close {
	position: absolute;
	right: 14px;
	top: 26px;
	z-index: 5;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.atd-banner .banner-content {
	color: #000;
}

.atd-banner .banner-money {
	color: #ff0000;
}

.modal-atd .atd-frame {
	display: none;
}

@-webkit-keyframes marqueeAnimation-1123142 {
	100% {
		margin-left: -0px
	}
}

@-webkit-keyframes marqueeAnimation-4625910 {
	100% {
		margin-left: -36356px
	}
}

body {
	font-family: Arial,'Microsoft YaHei',"Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.428571429
}

body.layout {
	min-width: 1200px;
	background-color: #1b1b1b
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

iframe {
	border: none
}[ng-click] {
	cursor: pointer
}

ol,ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	list-style: none
}

.wrapper {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#announcement-dialog .modal-announcement>.ma-title,#announcement-dialog .modal-announcement>.ma-footer,#announcement-dialog .modal-announcement .ma-sidebar li:hover,#announcement-dialog .modal-announcement .ma-sidebar li.active,#logingame-body {
	background: #464646
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	min-width: 1200px;
	height: 80px;
	font-size: 0;
	background-color: #252525
}

#logo-bg {
	display: inline-block;
	width: 224px;
	height: 67px;
	vertical-align: top;
	margin: 5px 15px 0 0;
	background: url('../images/logo_1.png') no-repeat left center;
	background-size: contain
}

#logo-bg>a {
	display: block;
	height: 100%
}

#nav {
	display: inline-block;
	vertical-align: top
}

#nav>ul>li {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 80px;
	vertical-align: top
}

#nav>ul>li:first-child {
	position: static
}

#nav>ul>li>a {
	position: relative;
	display: block;
	height: 100%;
	padding-top: 31px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-top: 3px solid transparent
}

#nav>ul>li.hot>a:before {
	content: '';
	position: absolute;
	top: 16px;
	right: -3px;
	z-index: 1;
	width: 23px;
	height: 26px;
	background: url('../images/hot.gif') no-repeat center top
}

#nav>ul>li:hover>a {
	color: #efca4c;
	background-color: #000;
	border-top: 3px solid #efca4c
}

#nav>ul>li:hover .subnav {
	display: block
}

.subnav {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 3;
	width: 134px;
	margin-left: -67px;
	padding: 0 10px;
	font-size: 0;
	background: url('../images/subnav_bg.1.png') repeat;
	border: 2px solid #e2c659
}

.subnav:before {
	content: '';
	position: absolute;
	top: -12px;
	right: 0;
	left: 0;
	height: 10px;
	background: url('../images/subnav_arrow.png') no-repeat center bottom
}

div.subnav {
	width: 244px;
	margin-left: -122px
}

div.subnav.col3 {
	width: 354px;
	margin-left: -177px
}

div.subnav ol {
	display: inline-block;
	vertical-align: top
}

.subnav li {
	position: relative;
	width: 110px;
	height: 36px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	border-bottom: 1px solid #2b2b2b
}

.subnav li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none
}

.subnav li:hover {
	color: #e2c659
}

.subnav .hot:before {
	content: '';
	position: absolute;
	top: 3px;
	right: -10px;
	width: 23px;
	height: 26px;
	background: url('../images/hot.gif') no-repeat center top
}

.subnav.home {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	width: 1200px;
	height: 430px;
	margin: 0;
	padding: 10px;
	border: 1px solid #333337;
	border-top: 3px solid #cc9e51
}

.subnav.home:before {
	background-position: 265px bottom
}

.subnav.home>.col {
	float: left;
	width: 290px;
	height: 100%;
	padding: 20px 0 0 20px
}

.subnav.home>.col+.col {
	border-left: 1px solid #323237
}

.subnav.home>.col>div+div.category,.subnav.home div.more {
	margin-top: 37px
}

.subnav.home p.title {
	margin: 0 0 20px;
	color: #a1925c;
	font-size: 16px;
	line-height: 1
}

.subnav.home ol {
	float: none;
	display: inline-block;
	vertical-align: top
}

.subnav.home li {
	width: 100px;
	height: 24px;
	margin: 0 10px 6px 0;
	padding-left: 5px;
	color: #fff;
	font-size: 13px;
	text-align: left;
	line-height: 24px;
	border-bottom: none
}

.subnav.home li.red {
	color: red
}

.subnav.home li.yellow {
	color: #ff0
}

.subnav.home li:hover {
	color: #201109;
	font-weight: bold;
	background: #e0da78
}

.subnav.home li.more:hover {
	font-weight: normal;
	background: none
}

.subnav.home li>a {
	color: inherit;
	text-decoration: none
}

.subnav.home ol.full,.subnav.home ol.full>li {
	width: 100%
}

.subnav.home a.more {
	color: #666;
	font-size: 13px;
	text-decoration: none
}

.subnav.home a.more:hover {
	color: #e0da78
}

#language {
	/* position: absolute; */
	/* top: 26px; */
	/* right: 0; */
}

#language {
	position: relative;
	width: 100px;
	height: 27px;
	z-index: 5;
	margin: 5px 0 0 10px;
	line-height: 25px;
	background-color: #131211;
	border: 1px solid #323232;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

#language:before {
	display: none
}

#language span {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 33px;
	color: #fff;
	font-size: 12px;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: 5px center;
	cursor: pointer
}

#language span i {
	margin-left: 5px
}

#language ul {
	position: absolute;
	top: 25px;
	left: -1px;
	height: 0;
	overflow: hidden;
	border-left: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
	-moz-transition: all linear .4s;
	-o-transition: all linear .4s;
	-webkit-transition: all linear .4s;
	transition: all linear .4s
}

#language ul:before,#language ul:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #191919
}

#language ul:before {
	top: 0
}

#language ul:after {
	bottom: 0
}

#language:hover ul {
	height: 61px
}

#language ul li {
	width: 98px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	font-size: 12px;
	padding-left: 33px;
	background-color: #131211;
	background-repeat: no-repeat;
	background-position: 5px center;
	cursor: pointer
}

#language ul li:hover {
}

#language [data-language="en-US"] {
	background-image: url('../images/lang_en.png')
}

#language [data-language="zh-CN"] {
	background-image: url('../images/lang_cn.png')
}

#language [data-language="zh-TW"] {
	background-image: url('../images/lang_tw.png')
}

#language [data-language="th"] {
	display: none!important
}

#header-bot {
	height: 70px;
	margin: 80px 0 44px;
	font-size: 0;
	background-color: #f8f8f8
}

#header-bot ul {
	padding-top: 10px
}

#header-bot ul li {
	position: relative;
	display: inline-block;
	width: 280px;
	vertical-align: top
}

#header-bot ul li.last {
	width: 240px
}

#header-bot ul li+li {
	margin-left: 40px
}

#header-bot ul li+li:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -40px;
	height: 35px;
	border-left: 1px solid #c8c8c8
}

#header-bot ul li div:first-child {
	margin-bottom: 9px
}

#header-bot ul li span {
	display: inline-block;
	width: 75px;
	margin-right: 5px;
	padding-left: 24px;
	color: #313131;
	font-size: 13px;
	font-weight: bold;
	background: no-repeat left top
}

#header-bot ul li span[data-img="01"] {
	background-image: url('../images/top_icon01.png')
}

#header-bot ul li span[data-img="02"] {
	background-image: url('../images/top_icon02.png')
}

#header-bot ul li span[data-img="03"] {
	background-image: url('../images/top_icon03.png')
}

#header-bot ul li span[data-img="04"] {
	background-image: url('../images/top_icon04.png')
}

#header-bot ul li span[data-img="05"] {
	background-image: url('../images/top_icon05.png')
}

#header-bot ul li span[data-img="06"] {
	background-image: url('../images/top_icon06.png')
}

#header-bot ul li span[data-img="07"] {
	background-image: url('../images/top_icon07.png')
}

#header-bot ul li span[data-img="08"] {
	background-image: url('../images/top_icon08.png')
}

#header-bot ul li a {
	display: inline-block;
	width: 80px;
	color: #898989;
	font-size: 14px;
	text-decoration: none
}

#header-bot ul li a.red {
	color: #df3132
}

#header-bot ul li a.blue {
	color: #3d94d4
}

#header-bot ul li a:hover {
	color: #df3132;
	text-decoration: underline
}

#header-bot ul li a.license {
	position: relative;
	cursor: default
}

#header-bot ul li a.license:before {
	content: '';
	position: absolute;
	top: 20px;
	left: -5px;
	z-index: 5;
	width: 218px;
	height: 0;
	background: url('../images/license.png') no-repeat center top;
	opacity: 0;
	-moz-transition: all ease .8s;
	-o-transition: all ease .8s;
	-webkit-transition: all ease .8s;
	transition: all ease .8s
}

#header-bot ul li a.license:hover:before {
	height: 281px;
	opacity: 1
}

#header-bot ul li a.app {
	position: relative
}

#header-bot ul li a.app:before {
	content: '';
	position: absolute;
	top: 15px;
	left: -150px;
	z-index: 5000;
	width: 354px;
	height: 0;
	background: url('../images/app-22.jpg') no-repeat center top;
	opacity: 0;
	-moz-transition: all ease .8s;
	-o-transition: all ease .8s;
	-webkit-transition: all ease .8s;
	transition: all ease .8s
}

#header-bot ul li a.app:hover:before {
	height: 263px;
	opacity: 1
}

#account-section {
	position: absolute;
	top: 150px;
	right: 0;
	left: 0;
	z-index: 4;
	min-width: 1000px;
	height: 44px;
	font-size: 0;
	background: url(../images/hd_lg_bg.jpg) repeat-x left top;
}

#account-section.ScrollTop {
	position: fixed;
	top: 80px
}

#account-box {
	height: 44px;
	text-align: right
}

#account-box:before {
	content: '';
	position: absolute;
    top: 0;
    left: -100px;
    width: 430px;
	height: 100%;
	background: url('../images/login_bg-3.gif') no-repeat left center;
	background-size: 100% 100%;
}

#account-box>form {
	position: relative;
	display: block;
	padding-top: 5px
}

#account-box>form input {
	width: 170px;
	height: 34px;
	vertical-align: middle;
	margin-right: 10px;
	padding: 0 3px 0 30px;
	color: #959595;
	font-size: 14px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid #ceb149;
	outline: none;
	border-radius: 5px;
	-moz-transition: border-color ease .4s;
	-o-transition: border-color ease .4s;
	-webkit-transition: border-color ease .4s;
	transition: border-color ease .4s;
}

#account-box>form input:focus {
	border-color: #0095d8
}

#account-box>form input::-webkit-input-placeholder {
	color: inherit
}

#account-box>form input:-ms-input-placeholder {
	color: inherit
}

#account-box>form input::-moz-placeholder {
	color: inherit
}

#account-box>form input.placeholder {
	color: inherit
}

.login_account {
	background-image: url('../images/icon_account.png')
}

.login_password {
	background-image: url('../images/icon_pwd.png')
}

.check-code-wrapper {
	background-image: url('../images/icon_check.png')
}

#account-box>form button {
	display: inline-block;
	width: 100px;
	height: 34px;
	vertical-align: middle;
	margin-right: 8px;
	color: #fff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-indent: -999em;
}

#account-box>form button.login-btn {
	background: url('../images/btn01-.png')
}

#account-box>form button.join-btn {
	margin-right: 10px;
	background: url('../images/btn02-.png')
}

#account-box>form a.forget-btn {
	display: inline-block;
	vertical-align: middle;
	color: #5f441c;
	font-size: 14px
}

#account-box>form a.forget-btn:after {
	content: '?'
}

#account-box>form a.forget-btn:hover {
	color: red
}

#check-code-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

#captcha {
	position: absolute;
	top: 4px;
	right: 15px;
	width: auto;
	height: 25px
}

#agree {
	display: inline-block;
	position: absolute;
	top: 100%;
	right: 140px;
	z-index: 1;
	padding: 2px 5px;
	font-size: 12px;
	color: #fff;
	background-color: #1b1b1b
}

#agree a {
	font-weight: bold;
	cursor: pointer
}

ul#account-info {
	position: relative;
	vertical-align: middle
}

ul#account-info>li {
	position: relative;
	display: inline-block;
	height: 44px;
	vertical-align: top;
	padding-right: 20px;
	color: #444;
	font-size: 12px;
	line-height: 44px
}

ul#account-info>li:after {
	content: '|';
	position: absolute;
	top: 0;
	right: 9px;
	color: #444;
	font-size: 12px
}

ul#account-info>li>span.account {
	display: inline-block;
	max-width: 6em;
	color: red;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden
}

ul#account-info>li a {
	cursor: pointer;
	color: #3995d0
}

ul#account-info>li a:hover {
	color: #3995d0
}

#account-nav {
	vertical-align: middle;
	height: 44px
}

#account-nav>li {
	display: inline-block;
	vertical-align: top;
	line-height: 44px
}

#account-nav>li+li:before {
	content: '|';
	padding: 0 10px;
	color: #444;
	font-size: 12px
}

#account-nav>li>a {
	color: #444;
	font-size: 12px;
	text-decoration: none
}

#account-nav>li.toggle-color>a {
	color: #3d94d4
}

#account-nav>li.toggle-color.color>a {
	color: red
}

#account-nav>li>a.logout-btn {
	color: red
}

#account-nav>li>a:hover {
	color: red
}

#banner {
	display: none;
	height: 200px;
	background: url('../images/banner.jpg') no-repeat center top
}

#news {
	position: relative;
	height: 44px;
	background-color: #fff
}

#news div.wrapper {
	height: 44px;
	padding: 0 10px 0 130px
}

#news span.title {
	position: absolute;
	top: 6px;
	left: 0;
	width: 104px;
	height: 32px;
	padding-left: 35px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	background: url('../images/news.png') no-repeat center top
}

#hot-news {
	white-space: nowrap;
	overflow: hidden
}

#hot-news li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	height: 44px;
	color: #707070;
	font-size: 12px;
	text-decoration: none;
	line-height: 44px
}

#hot-news li:hover {
	text-decoration: underline
}

#leaderboard {
	position: relative;
	margin-top: -32px;
	width: 100%;
	height: 65px;
	font-size: 0;
	text-align: center;
	background: #010101;
	z-index: 2;
	overflow: hidden
}

#leaderboard .wrapper {
	background: url('../images/leaderboard_icon.png') no-repeat left center
}

.leaderboard-instance {
	float: right;
	position: relative;
	width: 42%;
	height: 63px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px
}

.leaderboard-instance:before,.leaderboard-instance:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: -1px;
	width: 1px;
	height: 100%;
	background: #333
}

.leaderboard-instance:after {
	left: auto;
	right: 0
}

.leaderboard-instance>ul.head {
	position: relative;
	width: 100%;
	height: 30px;
	color: #ff0;
	vertical-align: middle
}

.leaderboard-instance>ul.head>li {
	display: inline-block;
	padding: 0 4px;
	width: 25%;
	max-width: 25%;
	height: 100%;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.leaderboard-instance>ul.list {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 33px;
	border-top: 1px solid #333
}

.leaderboard-instance>ul.list>*,.leaderboard-instance>ul.list>li>div {
	width: 100%
}

.leaderboard-instance>ul.list li span {
	display: inline-block;
	padding: 0 2px;
	width: 25%;
	max-width: 25%;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

#content {
	position: relative;
	z-index: 0;
	padding: 10px 0;
	background: #e9e9e9 url('../images/content_bg.jpg') no-repeat center top
}

#footer {
	height: 341px;
	font-size: 0;
	background: #0d0d0d url('../images/footer_bg.jpg') no-repeat center top
}

#footer-info {
	display: block
}

#footer-info>li {
	display: inline-block;
	vertical-align: top
}

#footer-info>li>p.title {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 55px
}

#footer-info>li>ul {
	vertical-align: top
}

#footer-info>li>ul>li+li {
	margin-top: 14px
}

#footer-info>li>ul>li>a {
	color: #646464;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none
}

#footer-info>li>ul>li>a:hover {
	color: #ffd957
}

#footer-info>li.map {
	width: 270px
}

#footer-info>li.map ul {
	width: 50%
}

#footer-info>li.help {
	width: 195px;
	text-align: center
}

#footer-info>li.contact {
	width: 513px;
	padding: 0 75px
}

#footer-info>li.contact>p.title {
}

#footer-info>li.contact div.chat {
	height: 80px;
	margin-top: -10px;
	background: url('../images/footer_chat-.png') no-repeat center top;
}

.qqic {
	width: 423px;
	height: 80px;

	background: url('../images/footer12.png') no-repeat center top
}

#footer-info>li.contact>ul>li {
	display: inline-block;
	width: 181px;
	color: #969696;
	font-size: 12px
}

#footer-info>li.contact>ul>li span:hover {
	color: #ffd957
}

#footer-info>li.browser {
	width: 222px;
	padding: 0 30px;
	text-align: left
}

#footer-info>li.browser>ul>li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	text-align: center
}

#footer-info>li.browser>ul>li+li {
	margin-top: 0
}

#footer-info>li.browser>ul>li.no-margin {
	margin-right: 0
}

#footer-info>li.browser>ul>li a {
	display: inline-block;
	width: 38px;
	padding-top: 40px;
	text-align: center;
	line-height: normal;
	background-repeat: no-repeat;
	background-position: center top
}

#footer-info>li.browser>ul>li.browser01,#footer-info>li.browser>ul>li.browser02,#footer-info>li.browser>ul>li.browser03 {
	margin-bottom: 26px
}

#footer-info>li.browser>ul>li.browser03,#footer-info>li.browser>ul>li.browser06 {
	margin-right: 0
}

#footer-info>li.browser>ul>li.browser01 a {
	background-image: url('../images/browser01.png')
}

#footer-info>li.browser>ul>li.browser02 a {
	background-image: url('../images/browser02.png')
}

#footer-info>li.browser>ul>li.browser03 a {
	background-image: url('../images/browser03.png')
}

#footer-info>li.browser>ul>li.browser04 a {
	background-image: url('../images/browser04.png')
}

#footer-info>li.browser>ul>li.browser05 a {
	background-image: url('../images/browser05.png')
}

#footer-info>li.browser>ul>li.browser06 a {
	background-image: url('../images/browser066.png')
}

#footer-logo {
	height: 92px;
	margin-top: 11px;
	background: url('../images/footer_logo.png') no-repeat center
}

#footer-suggest {
	margin: 0;

	color: #646464;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase
}

aside.services {
	position: absolute;
	z-index: 6;
	top: 190px;
	height: 576px;
	padding-top: 90px;
	background-repeat: no-repeat
}

aside.services ul {
	display: block;
	width: 0;
	font-size: 0;
	text-align: center;
	-moz-transition: width ease .4s;
	-o-transition: width ease .4s;
	-webkit-transition: width ease .4s;
	transition: width ease .4s;
	overflow: hidden
}

aside.services li a {
	display: block;
	height: 100%
}

aside.services li.closed {
	width: 35px;
	height: 35px;
	margin: 9px auto 0;
	cursor: pointer
}

aside.services:hover ul {
	width: 140px
}

aside.service-left {
	left: 0;
	padding-right: 40px;
	background-image: url('../images/left.png');
	background-position: right top
}

aside.service-left li.slot {
	height: 72px
}

aside.service-left li.join {
	height: 37px
}

aside.service-left li.partner {
	height: 36px
}

aside.service-left li.cdn-slot {
	height: 36px
}

aside.service-left li.live {
	height: 36px
}

aside.service-left li.deposit {
	height: 100px
}

aside.service-left li.deposit2 {
	height: 66px
}

aside.service-right {
	right: 0;
	padding-left: 40px;
	background-image: url('../images/right.png');
	background-position: left top
}

aside.service-right li {
	width: 140px
}

aside.service-right li.chat {
	height: 70px
}

aside.service-right li.qq {
	height: 64px;
	padding-top: 34px;
	font-size: 20px;
	color: #fff;
	font-weight: bold
}

aside.service-right li.tel {
	height: 60px;
	padding-top: 34px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	white-space: nowrap
}

aside.service-right li.vip {
	height: 37px
}

aside.service-right li.board {
	height: 30px
}

aside.service-right li.dindin {
	height: 123px;
	padding-top: 8px
}

#review-list {
	position: fixed;
	bottom: -77px;
	left: 0;
	width: 100%;
	height: 77px;
	background: rgba(0,0,0,.8);
	background: #000\9;
	color: #fff;
	z-index: 1;
	-webkit-transition: bottom .4s;
	-o-transition: bottom .4s;
	-moz-transition: bottom .4s;
	transition: bottom .4s
}

#review-list.open {
	bottom: 0
}

#review-list .up,#review-list .down {
	position: absolute;
	top: -24px;
	left: 0;
	width: 150px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	
}

#review-list .up:after,#review-list .down:after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 7px;
	height: 8px
}

#review-list .up:after {
	
}

#review-list .down:after {
	
}

#review-list .wrapper {
	padding-left: 80px;
	height: 77px;
	
}

#review-box li {
	display: inline-block;
	position: relative;
	margin: 10px 8px 0;
	width: 60px;
	height: 60px
}
#review-list .wrapper >span{
  display:none;
  cursor:pointer;
}
#review-list .wrapper >span.cur{
  display:block;
}
#review-box li.no-review {
	line-height: 60px
}

#review-box li img {
	width: 60px;
	height: 60px
}

#review-box li div {
	display: none;
	position: absolute;
	top: -31px;
	left: -5px;
	padding-top: 2px;
	width: 70px;
	height: 29px;
	text-align: center;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url('../images/title_1.png') no-repeat
}

#review-box li:hover div {
	display: block
}

#mailbox {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	text-decoration: none;
	background: url('../images/m_icon.png') no-repeat
}

#mailbox>span,#mailbox>span:hover {
	position: absolute;
	left: 80%;
	bottom: 60%;
	min-width: 16px;
	padding: 0 2px;
	height: 16px;
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff47e
}

#marquee-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: none
}

#marquee-wrapper.show {
	display: block;
	z-index: 1000;
	background-image: url('../images/transparent-black.png')
}

#marquee {
	width: 600px;
	max-height: 500px;
	margin: 30px auto 0 auto;
	background-color: #fff;
	background-image: url('../images/table_background.jpg');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
	-moz-transition: margin-top ease-in 300ms;
	-o-transition: margin-top ease-in 300ms;
	-webkit-transition: margin-top ease-in 300ms;
	transition: margin-top ease-in 300ms
}

#marquee>header {
	text-align: center;
	background-color: #e9e9e9;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

#marquee>header>h2 {
	margin: 0;
	color: #0080e3;
	font-size: 21px;
	line-height: 60px
}

ul#newsBags {
	margin: 0;
	padding: 10px 50px;
	max-height: 380px;
	overflow: auto
}

ul#newsBags>li {
	color: #454545;
	font-size: 13px;
	line-height: 27px;
	list-style: disc;
	white-space: pre-line;
	border-bottom: 1px dashed #999
}

#marquee>footer {
	text-align: center;
	line-height: 80px;
	background-color: #e9e9e9;
	background-image: -webkit-radial-gradient(center top,ellipse farthest-side,rgba(0,0,0,.3),transparent);
	background-size: 100% 8px;
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px
}

#marquee>footer>span {
	display: inline-block;
	width: 119px;
	font-size: 15px;
	font-weight: bolder;
	line-height: 45.5px;
	background-image: url('../images/sent_bn.png');
	cursor: pointer
}

#marquee>footer>span:hover {
	background-position: 0 -45.5px
}

.ui-widget-header {
	min-height: 30px;
	line-height: 30px
}

.ui-dialog {
	z-index: 999
}

.ui-dialog .ui-dialog-title {
	font-size: 13px;
	line-height: 15px
}

.ui-dialog .ui-dialog-buttonpane {
	margin: 0;
	padding: 0;
	border: none
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
	font-size: 12px
}

.ui-dialog .ui-dialog-buttonpane button {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 3px 6px;
	background: #ffd800
}

.ui-widget-overlay {
}

#lobby {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 12px
}

#lobby .game-list {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	text-align: center
}

#lobby .game-list>li {
	position: relative;
	display: inline-block;
	vertical-align: top
}

#un-lobby {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #d0d0d0
}

#un-lobby aside {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	width: 220px;
	min-height: 1030px;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5
}

#un-lobby aside:after {
	content: '';
	position: absolute;
	bottom: 35px;
	left: -42px;
	width: 269px;
	height: 508px;
	background: url('../images/bottom.png') no-repeat center top
}

#un-lobby ul#sidebar {
	display: block
}

#un-lobby ul#sidebar li {
	height: 47px;
	border-bottom: 1px solid #e5e5e5
}

#un-lobby ul#sidebar li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 38px 0 35px;
	color: #707070;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	line-height: 46px;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	transition: all ease .4s
}

#un-lobby ul#sidebar li a:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 26px;
	vertical-align: middle;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center top
}

#un-lobby ul#sidebar li.about a:before {
	background-image: url('../images/about.png')
}

#un-lobby ul#sidebar li.contact a:before {
	background-image: url('../images/contact.png')
}

#un-lobby ul#sidebar li.deposit a:before {
	background-image: url('../images/deposit.png')
}

#un-lobby ul#sidebar li.withdraw a:before {
	background-image: url('../images/withdraw.png')
}

#un-lobby ul#sidebar li.faq a:before {
	background-image: url('../images/faq.png')
}

#un-lobby ul#sidebar li.partner a:before {
	background-image: url('../images/partner.png')
}

#un-lobby ul#sidebar li.responsible a:before {
	background-image: url('../images/responsible.png')
}

#un-lobby ul#sidebar li.donate a:before {
	background-image: url('../images/donate.png')
}

#un-lobby ul#sidebar li.client a:before {
	background-image: url('../images/client.png')
}

#un-lobby ul#sidebar li a:after {
	content: '';
	float: right;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 15px;
	background: url('../images/arrow.png') no-repeat center top
}

#un-lobby ul#sidebar li:hover a {
	padding: 0 28px 0 45px;
	color: #fff;
	background-color: #bea13c
}

#un-lobby ul#sidebar li:hover a:before,#un-lobby ul#sidebar li:hover a:after {
	background-position: center bottom
}

#articles {
	float: right;
	width: 930px;
	min-height: 1030px;
	padding: 15px 10px 0 0;
	color: #959595;
	text-align: left
}

#articles h2 {
	margin: 0;
	color: #baa24e;
	font-size: 16px
}

#articles h3 {
	color: #baa24e;
	font-size: 16px;
	text-align: left
}

#articles h4 {
	color: #baa24e;
	font-size: 12px;
	font-weight: normal;
	text-align: left
}

#articles>ul {
	list-style: none
}

#articles ol {
	padding-left: 20px;
	list-style-type: decimal
}

#articles p,#articles li {
	font-size: 12px;
	text-align: justify;
	line-height: 2em
}

#articles p {
	margin: 1em 0
}

#articles table {
	width: 100%
}

#articles table tr,#articles table th,#articles table td {
	line-height: 2em;
	text-align: center;
	border: 1px solid #d2d2d2
}

#articles table th {
	color: red
}

#articles .highlight {
	color: #baa24e
}

#articles .highlight-blue {
	color: #0096da
}

#articles .highlight-red {
	color: red
}

#articles ul.mtab-menual {
	padding-bottom: 15px;
	padding-left: 0;
	text-align: left
}

#articles ul.mtab-menual li {
	display: inline-block;
	width: 100px;
	height: 26px;
	color: #000;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	background: #e3c95b;
	cursor: pointer;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px
}

#articles ul.mtab-menual li:hover,#articles ul.mtab-menual li.mtab {
	color: #fff
}

.body {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 1px;
	font-size: 14px;
	font-family: PMingLiU;
	background: #555;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.body #title {
	color: #fff;
	text-align: center;
	background: #555
}

.body.container #title,.body #account-heading,.body #withdrawal-heading {
	color: #fff;
	background: #333
}

.body #show-account-info.btn {
	color: #fff
}

.form-group .control-div input::-webkit-input-placeholder {
	color: #999
}

.form-group .control-div input::-moz-placeholder {
	color: #999
}

.form-group .control-div input:-ms-input-placeholder {
	color: #999
}

.form-group .control-div input.placeholder {
	color: #999
}

.panel {
	width: 100%;
	color: #5f5f5f;
	background: url('../images/panel_background.jpg') repeat;
	border: 0
}

#title {
	height: 48px;
	font-weight: bold;
	font-size: 21px;
	font-family: 'Microsoft JhengHei';
	text-transform: uppercase;
	border: none
}

#title>div {
	margin-top: -1px;
	text-align: center;
	text-transform: uppercase
}

#account-panel,#withdrawal-panel {
	width: 792px;
	color: #5f5f5f;
	background: url('../images/panel_background_1.jpg') repeat;
	border: 1px solid #b7b7b7;
	-moz-box-shadow: inset 0 0 1px 1px #fff;
	-webkit-box-shadow: inset 0 0 1px 1px #fff;
	box-shadow: inset 0 0 1px 1px #fff
}

#account-heading,#withdrawal-heading {
	margin: 1px 1px;
	font-family: PMingLiU;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase
}

.panel-body {
	text-align: center
}

.panel-body>form {
	width: 700px;
	margin: 0 auto
}

.control-div input {
	width: 100%;
	padding: 3px 5px;
	line-height: 25px;
	background: url('../images/input_center.png') repeat-y;
	border: 0
}

.control-div input:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,249,149,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,249,149,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,249,149,.6)
}

.tooltip {
	position: absolute;
	left: 93%;
	top: -2px;
	z-index: 1;
	display: inline-block
}

.tooltip.tooltip-right {
	left: auto;
	right: 0
}

.tooltipshowarrow_int {
	position: absolute;
	top: 5px;
	right: -1px;
	z-index: 1000;
	display: block;
	border: 8px solid;
	border-color: transparent #fff;
	border-left-width: 0;
	-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)
}

.tooltipshowarrow_out {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 999;
	display: block;
	border: 8px solid;
	border-left-width: 0;
	border-color: transparent #bbb;
	-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)
}

.tooltipshow {
	position: absolute;
	z-index: 999!important;
	width: 250px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid;
	border-color: #bbb #bbb #a8a8a8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2)
}

.form-control::-webkit-input-placeholder {
	color: #878787
}

.form-control:-moz-placeholder {
	color: #878787
}

.form-control::-moz-placeholder {
	color: #878787
}

.form-control:-ms-input-placeholder {
	color: #878787
}

.input-block {
	position: relative;
	display: inline-block;
	width: 304px
}

.help-block {
	color: #8a6d3b
}

.input-block-top {
	position: absolute;
	top: -2px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 4px;
	background: url('../images/input-top-btm.png') no-repeat 0 0
}

.input-block-btm {
	position: absolute;
	bottom: -8px;
	left: 0;
	display: inline-block;
	height: 10px;
	width: 100%;
	background: url('../images/input-top-btm.png') no-repeat 0 -4px
}

.btn-submit {
	position: relative;
	width: 119px;
	height: 45px;
	color: #454545;
	font-size: 15px;
	font-family: PMingLiU;
	font-weight: bold;
	background: url('../images/sent_bn.png') no-repeat 0 0;
	border: 0
}

.btn-submit:hover {
	color: #454545;
	background: url('../images/sent_bn.png') no-repeat 0 -46px
}

.btn-submit[disabled]:hover {
	color: #999;
	background-position-y: 0
}

.table {
	color: #000
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
	line-height: 2em
}

table tfoot {
	text-align: center;
	background: #eee
}

#popup-dialog {
	display: none;
	padding: 0
}

#popup-dialog img {
	width: 100%;
	height: auto!important
}

#popup-dialog .dialog-footer {
	height: 30px;
	padding: 0 3px;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	border-top: 1px solid #000
}

ul#newsBags>li {
	white-space: pre-line;
	word-break: break-all;
	word-wrap: break-word
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.modal-overlay.modal-show {
	visibility: visible;
	opacity: .6
}

.modal-announcement {
	position: fixed;
	top: 7%;
	left: 50%;
	margin-left: -499px;
	width: 1000px;
	z-index: 10000;
	visibility: hidden;
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.modal-announcement.modal-show {
	visibility: visible;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.modal-announcement>.ma-noshow {
	padding-bottom: 2px;
	text-align: right
}

.modal-announcement>.ma-noshow span {
	margin: 0 5px;
	color: #fff;
	font-size: 14px
}

.modal-announcement>.ma-title {
	min-height: 38px;
	padding: 7px 0;
	color: #fff;
	text-align: center;
	word-break: break-all;
	background-color: #c03;
	border-bottom: 2px solid #ccc;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0
}

.modal-announcement>.ma-title>span {
	font-size: 18px;
	font-weight: bold
}

.modal-announcement>.ma-title>i {
	float: right;
	margin: 2px 20px 0 0;
	font-size: 22px;
	cursor: pointer
}

.modal-announcement>.ma-body>section {
	height: 560px;
	display: inline-block;
	vertical-align: top
}

.modal-announcement .ma-sidebar {
	width: 27%;
	background-color: #fff;
	border-right: 1px solid #d6d6d6;
	overflow-y: auto;
	overflow-x: hidden
}

.modal-announcement .ma-sidebar ul {
	width: 100%
}

.modal-announcement .ma-sidebar li {
	width: 100%;
	height: 50px;
	padding: 0 12px;
	color: #000;
	line-height: 49px;
	border-bottom: 1px solid #ccc;
	cursor: pointer
}

.modal-announcement .ma-sidebar li span {
	display: inline-block;
	width: 80%;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.modal-announcement .ma-sidebar li:hover,.modal-announcement .ma-sidebar li.active {
	color: #fff;
	background-color: #c03
}

.modal-announcement .ma-sidebar i.fa-comment-dots {
	vertical-align: middle;
	margin-right: 10px
}

.modal-announcement .ma-sidebar i.fa-chevron-right {
	float: right;
	margin-top: 19px
}

.modal-announcement .ma-content {
	width: 73%;
	background-color: #fff;
	overflow: auto
}

.modal-announcement .ma-content img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}

.modal-announcement>.ma-footer {
	height: 10px;
	background-color: #c03;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px
}

.modal-announcement>.ma-body>section::-webkit-scrollbar {
	width: 10px;
	height: 3px
}

.modal-announcement>.ma-body>section::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
	background: #535353
}

.modal-announcement>.ma-body>section::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
	border-radius: 10px;
	background: #ededed
}[ng-controller="LobbiesCtrl"] iframe {
	-moz-transition: none!important;
	-o-transition: none!important;
	-webkit-transition: none!important;
	transition: none!important
}[ng-controller="LobbiesCtrl"] iframe.ng-hide {
	display: block!important;
	height: 0!important;
	visibility: hidden!important
}

.relative {
	position: relative
}

.no-padding-vertical {
	padding-top: 0;
	padding-bottom: 0
}

#slide-banner {
	position: relative;
	height: 450px;
	overflow: hidden
}

#slide-banner .slide {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px
}

#slide-banner .slide a {
	display: inline-block;
	width: 1920px;
	height: 450px
}

#slide-banner .slide-pager {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center
}

#slide-banner .slide-pager li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	font-size: 0;
	background-color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer
}

#slide-banner .slide-pager li:hover,#slide-banner .slide-pager li.on {
	background-color: red
}

#slide-banner .slide-click {
	display: none;
	position: absolute;
	top: 150px;
	left: 50%;
	width: 40px;
	height: 40px;
	color: gray;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
	border: 2px solid gray;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer
}

#slide-banner .slide-click:hover {
	color: #b6b6b6;
	border-color: #b6b6b6
}

#slide-banner .slide-click.prev {
	margin-left: -519px
}

#slide-banner .slide-click.next {
	margin-left: 515px
}

#banner {
	display: block;
	height: 450px;
	background-image: none
}

#news {
	background: url('../images/bg.jpg') no-repeat center top
}

#content {
	padding: 0;
	font-size: 0;
	background: #e9e9e9 url('../images/bg.jpg') no-repeat center -44px;
	overflow: hidden
}

#sec-slot {
}

#sec-slot .labar {
	display: inline-block;
	vertical-align: top;
	width: 595px;
	height: 462px;
	padding: 10px 10px 5px;
	background: #fff;
	border: 1px solid #e1e1e1;
	overflow: hidden
}

#sec-slot .labar a {
	display: block;
	height: 146px;
	margin-top: -19px;
	background: url('../images/labar_board.png') no-repeat center
}

#sec-slot div+.labar {
	margin-left: 10px
}

#sec-slot .labar a.game {
	background-image: url('../images/labar_slot.png')
}

#sec-slot .slider-left {
	position: relative;
	height: 82px;
	margin: 14px auto 17px;
	border-bottom: 2px solid #ebebeb
}

#sec-slot .slider-left>span {
	position: absolute;
	top: 22px;
	z-index: 1;
	width: 21px;
	height: 21px;
	cursor: pointer
}

#sec-slot .slider-left>span.prev {
	left: 5px;
	background-image: url('../images/prev.png')
}

#sec-slot .slider-left>span.next {
	right: 5px;
	background-image: url('../images/next.png')
}

#sec-slot .main-cell {
	margin: 0 20px
}

#sec-slot .slider-left li {
	width: 89px;
	height: 64px;
	padding-top: 46px;
	color: #323232;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	background-position: center 2px;
	background-repeat: no-repeat
}

#sec-slot .slider-left li.active,#sec-slot .slider-left li:hover {
	color: #9f9263
}

#sec-slot .slider-left li[game-box="ae"] {
	background-image: url('../images/ae.png')
}

#sec-slot .slider-left li[game-box="ag"] {
	background-image: url('../images/ag.png')
}

#sec-slot .slider-left li[game-box="ap"] {
	background-image: url('../images/ap.png')
}

#sec-slot .slider-left li[game-box="bb"] {
	background-image: url('../images/bb.png')
}

#sec-slot .slider-left li[game-box="cq9"] {
	background-image: url('../images/cq9.png')
}

#sec-slot .slider-left li[game-box="fg"] {
	background-image: url('../images/fg.png')
}

#sec-slot .slider-left li[game-box="fish"] {
	background-image: url('../images/fish.png')
}

#sec-slot .slider-left li[game-box="ga"] {
	background-image: url('../images/ga.png')
}

#sec-slot .slider-left li[game-box="gd"] {
	background-image: url('../images/gd.png')
}

#sec-slot .slider-left li[game-box="gns"] {
	background-image: url('../images/gns.png')
}

#sec-slot .slider-left li[game-box="gpi"] {
	background-image: url('../images/gpi.png')
}

#sec-slot .slider-left li[game-box="gpk"] {
	background-image: url('../images/gpk.png')
}

#sec-slot .slider-left li[game-box="gpk2"] {
	background-image: url('../images/gpk2.png')
}

#sec-slot .slider-left li[game-box="hb"] {
	background-image: url('../images/hb.png')
}

#sec-slot .slider-left li[game-box="isb"] {
	background-image: url('../images/isb.png')
}

#sec-slot .slider-left li[game-box="jdb"] {
	background-image: url('../images/jdb.png')
}

#sec-slot .slider-left li[game-box="js"] {
	background-image: url('../images/js.png')
}

#sec-slot .slider-left li[game-box="ka"] {
	background-image: url('../images/ka.png')
}

#sec-slot .slider-left li[game-box="kg"] {
	background-image: url('../images/kg.png')
}

#sec-slot .slider-left li[game-box="mg"] {
	background-image: url('../images/mg.png')
}

#sec-slot .slider-left li[game-box="mw"] {
	background-image: url('../images/mw.png')
}

#sec-slot .slider-left li[game-box="ne"] {
	background-image: url('../images/ne.png')
}

#sec-slot .slider-left li[game-box="new-mg"] {
	background-image: url('../images/new_mg.png')
}

#sec-slot .slider-left li[game-box="new-pt"] {
	background-image: url('../images/new_pt.png')
}

#sec-slot .slider-left li[game-box="nw"] {
	background-image: url('../images/nw.png')
}

#sec-slot .slider-left li[game-box="png"] {
	background-image: url('../images/png.png')
}

#sec-slot .slider-left li[game-box="pp"] {
	background-image: url('../images/pp.png')
}

#sec-slot .slider-left li[game-box="ps"] {
	background-image: url('../images/ps.png')
}

#sec-slot .slider-left li[game-box="pt"] {
	background-image: url('../images/pt.png')
}

#sec-slot .slider-left li[game-box="rt"] {
	background-image: url('../images/rt.png')
}

#sec-slot .slider-left li[game-box="rtg"] {
	background-image: url('../images/rtg.png')
}

#sec-slot .slider-left li[game-box="sg"] {
	background-image: url('../images/sg.png')
}

#sec-slot .slider-left li[game-box="sw"] {
	background-image: url('../images/sw.png')
}

#sec-slot .slider-left li[game-box="th"] {
	background-image: url('../images/th.png')
}

#sec-slot .games {
	width: 570px;
	margin-left: 10px
}

#sec-slot .games ul {
}

#sec-slot .games ul li {
	display: inline-block;
	vertical-align: top;
	width: 85px;
	height: 88px;
	margin: 0 10px 15px 0;
	text-align: center
}

#sec-slot .games ul li .pic {
	position: relative;
	width: 66px;
	height: 66px;
	margin: 0 auto 8px;
	background: no-repeat center top;
	background-size: contain;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

#sec-slot .games ul li p {
	margin: 0;
	color: #313131;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap
}

#sec-slot .games ul li:hover p {
	color: #9f9263
}

#sec-slot .games ul li:hover .pic:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/li_hover.png') no-repeat
}

#sec-slot .labar ul.mw li[data-img="01"] div.pic {
	background-image: url('../images/mw_01.png')
}

#sec-slot .labar ul.mw li[data-img="02"] div.pic {
	background-image: url('../images/mw_02.png')
}

#sec-slot .labar ul.mw li[data-img="03"] div.pic {
	background-image: url('../images/mw_03.png')
}

#sec-slot .labar ul.mw li[data-img="04"] div.pic {
	background-image: url('../images/mw_04.png')
}

#sec-slot .labar ul.mw li[data-img="05"] div.pic {
	background-image: url('../images/mw_05.png')
}

#sec-slot .labar ul.mw li[data-img="06"] div.pic {
	background-image: url('../images/mw_06.png')
}

#sec-slot .labar ul.mw li[data-img="07"] div.pic {
	background-image: url('../images/mw_07.png')
}

#sec-slot .labar ul.mw li[data-img="08"] div.pic {
	background-image: url('../images/mw_08.png')
}

#sec-slot .labar ul.mw li[data-img="09"] div.pic {
	background-image: url('../images/mw_09.jpg')
}

#sec-slot .labar ul.mw li[data-img="10"] div.pic {
	background-image: url('../images/mw_10.jpg')
}

#sec-slot .labar ul.mw li[data-img="11"] div.pic {
	background-image: url('../images/mw_11.png')
}

#sec-slot .labar ul.mw li[data-img="12"] div.pic {
	background-image: url('../images/mw_12.jpg')
}

#sec-slot .labar ul.mg li[data-img="01"] div.pic {
	background-image: url('../images/mg_01.png')
}

#sec-slot .labar ul.mg li[data-img="02"] div.pic {
	background-image: url('../images/mg_02.png')
}

#sec-slot .labar ul.mg li[data-img="03"] div.pic {
	background-image: url('../images/mg_03.png')
}

#sec-slot .labar ul.mg li[data-img="04"] div.pic {
	background-image: url('../images/mg_04.png')
}

#sec-slot .labar ul.mg li[data-img="05"] div.pic {
	background-image: url('../images/mg_05.png')
}

#sec-slot .labar ul.mg li[data-img="06"] div.pic {
	background-image: url('../images/mg_06.png')
}

#sec-slot .labar ul.mg li[data-img="07"] div.pic {
	background-image: url('../images/mg_07.png')
}

#sec-slot .labar ul.mg li[data-img="08"] div.pic {
	background-image: url('../images/mg_08.png')
}

#sec-slot .labar ul.mg li[data-img="09"] div.pic {
	background-image: url('../images/mg_09.png')
}

#sec-slot .labar ul.mg li[data-img="10"] div.pic {
	background-image: url('../images/mg_10.png')
}

#sec-slot .labar ul.mg li[data-img="11"] div.pic {
	background-image: url('../images/mg_11.png')
}

#sec-slot .labar ul.mg li[data-img="12"] div.pic {
	background-image: url('../images/mg_12.png')
}

#sec-slot .labar ul.pt li[data-img="01"] div.pic {
	background-image: url('../images/pt_01.jpg')
}

#sec-slot .labar ul.pt li[data-img="02"] div.pic {
	background-image: url('../images/pt_02.png')
}

#sec-slot .labar ul.pt li[data-img="03"] div.pic {
	background-image: url('../images/pt_03.jpg')
}

#sec-slot .labar ul.pt li[data-img="04"] div.pic {
	background-image: url('../images/pt_04.jpg')
}

#sec-slot .labar ul.pt li[data-img="05"] div.pic {
	background-image: url('../images/pt_05.jpg')
}

#sec-slot .labar ul.pt li[data-img="06"] div.pic {
	background-image: url('../images/pt_06.jpg')
}

#sec-slot .labar ul.pt li[data-img="07"] div.pic {
	background-image: url('../images/pt_07.png')
}

#sec-slot .labar ul.pt li[data-img="08"] div.pic {
	background-image: url('../images/pt_08.jpg')
}

#sec-slot .labar ul.pt li[data-img="09"] div.pic {
	background-image: url('../images/pt_09.png')
}

#sec-slot .labar ul.pt li[data-img="10"] div.pic {
	background-image: url('../images/pt_10.png')
}

#sec-slot .labar ul.pt li[data-img="11"] div.pic {
	background-image: url('../images/pt_11.png')
}

#sec-slot .labar ul.pt li[data-img="12"] div.pic {
	background-image: url('../images/pt_12.png')
}

#sec-slot .labar ul.bb li[data-img="01"] div.pic {
	background-image: url('../images/bb_01.png')
}

#sec-slot .labar ul.bb li[data-img="02"] div.pic {
	background-image: url('../images/bb_02.png')
}

#sec-slot .labar ul.bb li[data-img="03"] div.pic {
	background-image: url('../images/bb_03.png')
}

#sec-slot .labar ul.bb li[data-img="04"] div.pic {
	background-image: url('../images/bb_04.png')
}

#sec-slot .labar ul.bb li[data-img="05"] div.pic {
	background-image: url('../images/bb_05.png')
}

#sec-slot .labar ul.bb li[data-img="06"] div.pic {
	background-image: url('../images/bb_06.png')
}

#sec-slot .labar ul.bb li[data-img="07"] div.pic {
	background-image: url('../images/bb_07.png')
}

#sec-slot .labar ul.bb li[data-img="08"] div.pic {
	background-image: url('../images/bb_08.png')
}

#sec-slot .labar ul.bb li[data-img="09"] div.pic {
	background-image: url('../images/bb_09.png')
}

#sec-slot .labar ul.bb li[data-img="10"] div.pic {
	background-image: url('../images/bb_10.png')
}

#sec-slot .labar ul.bb li[data-img="11"] div.pic {
	background-image: url('../images/bb_11.png')
}

#sec-slot .labar ul.bb li[data-img="12"] div.pic {
	background-image: url('../images/bb_12.jpg')
}

#sec-slot .labar ul.sg li[data-img="01"] div.pic {
	background-image: url('../images/sg_01.jpg')
}

#sec-slot .labar ul.sg li[data-img="02"] div.pic {
	background-image: url('../images/sg_02.jpg')
}

#sec-slot .labar ul.sg li[data-img="03"] div.pic {
	background-image: url('../images/sg_03.jpg')
}

#sec-slot .labar ul.sg li[data-img="04"] div.pic {
	background-image: url('../images/sg_04.jpg')
}

#sec-slot .labar ul.sg li[data-img="05"] div.pic {
	background-image: url('../images/sg_05.jpg')
}

#sec-slot .labar ul.sg li[data-img="06"] div.pic {
	background-image: url('../images/sg_06.jpg')
}

#sec-slot .labar ul.sg li[data-img="07"] div.pic {
	background-image: url('../images/sg_07.jpg')
}

#sec-slot .labar ul.sg li[data-img="08"] div.pic {
	background-image: url('../images/sg_08.jpg')
}

#sec-slot .labar ul.sg li[data-img="09"] div.pic {
	background-image: url('../images/sg_09.png')
}

#sec-slot .labar ul.sg li[data-img="10"] div.pic {
	background-image: url('../images/sg_10.png')
}

#sec-slot .labar ul.sg li[data-img="11"] div.pic {
	background-image: url('../images/sg_11.png')
}

#sec-slot .labar ul.sg li[data-img="12"] div.pic {
	background-image: url('../images/sg_12.png')
}

#sec-slot .labar ul.gns li[data-img="01"] div.pic {
	background-image: url('../images/gns_01.png')
}

#sec-slot .labar ul.gns li[data-img="02"] div.pic {
	background-image: url('../images/gns_02.png')
}

#sec-slot .labar ul.gns li[data-img="03"] div.pic {
	background-image: url('../images/gns_03.png')
}

#sec-slot .labar ul.gns li[data-img="04"] div.pic {
	background-image: url('../images/gns_04.png')
}

#sec-slot .labar ul.gns li[data-img="05"] div.pic {
	background-image: url('../images/gns_05.png')
}

#sec-slot .labar ul.gns li[data-img="06"] div.pic {
	background-image: url('../images/gns_06.png')
}

#sec-slot .labar ul.gns li[data-img="07"] div.pic {
	background-image: url('../images/gns_07.png')
}

#sec-slot .labar ul.gns li[data-img="08"] div.pic {
	background-image: url('../images/gns_08.png')
}

#sec-slot .labar ul.gns li[data-img="09"] div.pic {
	background-image: url('../images/gns_09.png')
}

#sec-slot .labar ul.gns li[data-img="10"] div.pic {
	background-image: url('../images/gns_10.png')
}

#sec-slot .labar ul.gns li[data-img="11"] div.pic {
	background-image: url('../images/gns_11.png')
}

#sec-slot .labar ul.gns li[data-img="12"] div.pic {
	background-image: url('../images/gns_12.png')
}

#sec-slot .labar ul.ag li[data-img="01"] div.pic {
	background-image: url('../images/ag_01.png')
}

#sec-slot .labar ul.ag li[data-img="02"] div.pic {
	background-image: url('../images/ag_02.png')
}

#sec-slot .labar ul.ag li[data-img="03"] div.pic {
	background-image: url('../images/ag_03.png')
}

#sec-slot .labar ul.ag li[data-img="04"] div.pic {
	background-image: url('../images/ag_04.png')
}

#sec-slot .labar ul.ag li[data-img="05"] div.pic {
	background-image: url('../images/ag_05.png')
}

#sec-slot .labar ul.ag li[data-img="06"] div.pic {
	background-image: url('../images/ag_06.png')
}

#sec-slot .labar ul.ag li[data-img="07"] div.pic {
	background-image: url('../images/ag_07.png')
}

#sec-slot .labar ul.ag li[data-img="08"] div.pic {
	background-image: url('../images/ag_08.png')
}

#sec-slot .labar ul.ag li[data-img="09"] div.pic {
	background-image: url('../images/ag_09.png')
}

#sec-slot .labar ul.ag li[data-img="10"] div.pic {
	background-image: url('../images/ag_10.jpg')
}

#sec-slot .labar ul.ag li[data-img="11"] div.pic {
	background-image: url('../images/ag_11.jpg')
}

#sec-slot .labar ul.ag li[data-img="12"] div.pic {
	background-image: url('../images/ag_12.jpg')
}

#sec-slot .labar ul.hb li[data-img="01"] div.pic {
	background-image: url('../images/hb_01.png')
}

#sec-slot .labar ul.hb li[data-img="02"] div.pic {
	background-image: url('../images/hb_02.png')
}

#sec-slot .labar ul.hb li[data-img="03"] div.pic {
	background-image: url('../images/hb_03.png')
}

#sec-slot .labar ul.hb li[data-img="04"] div.pic {
	background-image: url('../images/hb_04.png')
}

#sec-slot .labar ul.hb li[data-img="05"] div.pic {
	background-image: url('../images/hb_05.png')
}

#sec-slot .labar ul.hb li[data-img="06"] div.pic {
	background-image: url('../images/hb_06.png')
}

#sec-slot .labar ul.hb li[data-img="07"] div.pic {
	background-image: url('../images/hb_07.png')
}

#sec-slot .labar ul.hb li[data-img="08"] div.pic {
	background-image: url('../images/hb_08.png')
}

#sec-slot .labar ul.hb li[data-img="09"] div.pic {
	background-image: url('../images/hb_09.jpg')
}

#sec-slot .labar ul.hb li[data-img="10"] div.pic {
	background-image: url('../images/hb_10.jpg')
}

#sec-slot .labar ul.hb li[data-img="11"] div.pic {
	background-image: url('../images/hb_11.jpg')
}

#sec-slot .labar ul.hb li[data-img="12"] div.pic {
	background-image: url('../images/hb_12.jpg')
}

#sec-slot .labar ul.pp li[data-img="01"] div.pic {
	background-image: url('../images/pp_01.png')
}

#sec-slot .labar ul.pp li[data-img="02"] div.pic {
	background-image: url('../images/pp_02.png')
}

#sec-slot .labar ul.pp li[data-img="03"] div.pic {
	background-image: url('../images/pp_03.png')
}

#sec-slot .labar ul.pp li[data-img="04"] div.pic {
	background-image: url('../images/pp_04.png')
}

#sec-slot .labar ul.pp li[data-img="05"] div.pic {
	background-image: url('../images/pp_05.png')
}

#sec-slot .labar ul.pp li[data-img="06"] div.pic {
	background-image: url('../images/pp_06.png')
}

#sec-slot .labar ul.pp li[data-img="07"] div.pic {
	background-image: url('../images/pp_07.png')
}

#sec-slot .labar ul.pp li[data-img="08"] div.pic {
	background-image: url('../images/pp_08.png')
}

#sec-slot .labar ul.pp li[data-img="09"] div.pic {
	background-image: url('../images/pp_09.png')
}

#sec-slot .labar ul.pp li[data-img="10"] div.pic {
	background-image: url('../images/pp_10.png')
}

#sec-slot .labar ul.pp li[data-img="11"] div.pic {
	background-image: url('../images/pp_11.png')
}

#sec-slot .labar ul.pp li[data-img="12"] div.pic {
	background-image: url('../images/pp_12.png')
}

#sec-slot .labar ul.gpi li[data-img="01"] div.pic {
	background-image: url('../images/gpi_01.png')
}

#sec-slot .labar ul.gpi li[data-img="02"] div.pic {
	background-image: url('../images/gpi_02.png')
}

#sec-slot .labar ul.gpi li[data-img="03"] div.pic {
	background-image: url('../images/gpi_03.png')
}

#sec-slot .labar ul.gpi li[data-img="04"] div.pic {
	background-image: url('../images/gpi_04.png')
}

#sec-slot .labar ul.gpi li[data-img="05"] div.pic {
	background-image: url('../images/gpi_05.png')
}

#sec-slot .labar ul.gpi li[data-img="06"] div.pic {
	background-image: url('../images/gpi_06.png')
}

#sec-slot .labar ul.gpi li[data-img="07"] div.pic {
	background-image: url('../images/gpi_07.png')
}

#sec-slot .labar ul.gpi li[data-img="08"] div.pic {
	background-image: url('../images/gpi_08.png')
}

#sec-slot .labar ul.gpi li[data-img="09"] div.pic {
	background-image: url('../images/gpi_09.png')
}

#sec-slot .labar ul.gpi li[data-img="10"] div.pic {
	background-image: url('../images/gpi_10.png')
}

#sec-slot .labar ul.gpi li[data-img="11"] div.pic {
	background-image: url('../images/gpi_11.png')
}

#sec-slot .labar ul.gpi li[data-img="12"] div.pic {
	background-image: url('../images/gpi_12.png')
}

#sec-slot .labar ul.jdb li[data-img="01"] div.pic {
	background-image: url('../images/jdb_01.png')
}

#sec-slot .labar ul.jdb li[data-img="02"] div.pic {
	background-image: url('../images/jdb_02.png')
}

#sec-slot .labar ul.jdb li[data-img="03"] div.pic {
	background-image: url('../images/jdb_03.png')
}

#sec-slot .labar ul.jdb li[data-img="04"] div.pic {
	background-image: url('../images/jdb_04.png')
}

#sec-slot .labar ul.jdb li[data-img="05"] div.pic {
	background-image: url('../images/jdb_05.png')
}

#sec-slot .labar ul.jdb li[data-img="06"] div.pic {
	background-image: url('../images/jdb_06.png')
}

#sec-slot .labar ul.jdb li[data-img="07"] div.pic {
	background-image: url('../images/jdb_07.png')
}

#sec-slot .labar ul.jdb li[data-img="08"] div.pic {
	background-image: url('../images/jdb_08.png')
}

#sec-slot .labar ul.jdb li[data-img="09"] div.pic {
	background-image: url('../images/jdb_09.jpg')
}

#sec-slot .labar ul.jdb li[data-img="10"] div.pic {
	background-image: url('../images/jdb_10.jpg')
}

#sec-slot .labar ul.jdb li[data-img="11"] div.pic {
	background-image: url('../images/jdb_11.jpg')
}

#sec-slot .labar ul.jdb li[data-img="12"] div.pic {
	background-image: url('../images/jdb_12.jpg')
}

#sec-slot .labar ul.cq9 li[data-img="01"] div.pic {
	background-image: url('../images/cq9_01.png')
}

#sec-slot .labar ul.cq9 li[data-img="02"] div.pic {
	background-image: url('../images/cq9_02.png')
}

#sec-slot .labar ul.cq9 li[data-img="03"] div.pic {
	background-image: url('../images/cq9_03.png')
}

#sec-slot .labar ul.cq9 li[data-img="04"] div.pic {
	background-image: url('../images/cq9_04.png')
}

#sec-slot .labar ul.cq9 li[data-img="05"] div.pic {
	background-image: url('../images/cq9_05.png')
}

#sec-slot .labar ul.cq9 li[data-img="06"] div.pic {
	background-image: url('../images/cq9_06.png')
}

#sec-slot .labar ul.cq9 li[data-img="07"] div.pic {
	background-image: url('../images/cq9_07.png')
}

#sec-slot .labar ul.cq9 li[data-img="08"] div.pic {
	background-image: url('../images/cq9_08.png')
}

#sec-slot .labar ul.cq9 li[data-img="09"] div.pic {
	background-image: url('../images/cq9_09.png')
}

#sec-slot .labar ul.cq9 li[data-img="10"] div.pic {
	background-image: url('../images/cq9_10.png')
}

#sec-slot .labar ul.cq9 li[data-img="11"] div.pic {
	background-image: url('../images/cq9_11.png')
}

#sec-slot .labar ul.cq9 li[data-img="12"] div.pic {
	background-image: url('../images/cq9_12.png')
}

#sec-slot .labar ul.ne li[data-img="01"] div.pic {
	background-image: url('../images/ne_01.png')
}

#sec-slot .labar ul.ne li[data-img="02"] div.pic {
	background-image: url('../images/ne_02.png')
}

#sec-slot .labar ul.ne li[data-img="03"] div.pic {
	background-image: url('../images/ne_03.png')
}

#sec-slot .labar ul.ne li[data-img="04"] div.pic {
	background-image: url('../images/ne_04.png')
}

#sec-slot .labar ul.ne li[data-img="05"] div.pic {
	background-image: url('../images/ne_05.png')
}

#sec-slot .labar ul.ne li[data-img="06"] div.pic {
	background-image: url('../images/ne_06.png')
}

#sec-slot .labar ul.ne li[data-img="07"] div.pic {
	background-image: url('../images/ne_07.png')
}

#sec-slot .labar ul.ne li[data-img="08"] div.pic {
	background-image: url('../images/ne_08.jpg')
}

#sec-slot .labar ul.ne li[data-img="09"] div.pic {
	background-image: url('../images/ne_09.jpg')
}

#sec-slot .labar ul.ne li[data-img="10"] div.pic {
	background-image: url('../images/ne_10.jpg')
}

#sec-slot .labar ul.ne li[data-img="11"] div.pic {
	background-image: url('../images/ne_11.png')
}

#sec-slot .labar ul.ne li[data-img="12"] div.pic {
	background-image: url('../images/ne_12.jpg')
}

#sec-slot .labar ul.rt li[data-img="01"] div.pic {
	background-image: url('../images/rt_01.png')
}

#sec-slot .labar ul.rt li[data-img="02"] div.pic {
	background-image: url('../images/rt_02.png')
}

#sec-slot .labar ul.rt li[data-img="03"] div.pic {
	background-image: url('../images/rt_03.png')
}

#sec-slot .labar ul.rt li[data-img="04"] div.pic {
	background-image: url('../images/rt_04.png')
}

#sec-slot .labar ul.rt li[data-img="05"] div.pic {
	background-image: url('../images/rt_05.png')
}

#sec-slot .labar ul.rt li[data-img="06"] div.pic {
	background-image: url('../images/rt_06.png')
}

#sec-slot .labar ul.rt li[data-img="07"] div.pic {
	background-image: url('../images/rt_07.png')
}

#sec-slot .labar ul.rt li[data-img="08"] div.pic {
	background-image: url('../images/rt_08.png')
}

#sec-slot .labar ul.rt li[data-img="09"] div.pic {
	background-image: url('../images/rt_09.jpg')
}

#sec-slot .labar ul.rt li[data-img="10"] div.pic {
	background-image: url('../images/rt_10.jpg')
}

#sec-slot .labar ul.rt li[data-img="11"] div.pic {
	background-image: url('../images/rt_11.jpg')
}

#sec-slot .labar ul.rt li[data-img="12"] div.pic {
	background-image: url('../images/rt_12.jpg')
}

#sec-slot .labar ul.ga li[data-img="01"] div.pic {
	background-image: url('../images/ga_01.png')
}

#sec-slot .labar ul.ga li[data-img="02"] div.pic {
	background-image: url('../images/ga_02.png')
}

#sec-slot .labar ul.ga li[data-img="03"] div.pic {
	background-image: url('../images/ga_03.png')
}

#sec-slot .labar ul.ga li[data-img="04"] div.pic {
	background-image: url('../images/ga_04.png')
}

#sec-slot .labar ul.ga li[data-img="05"] div.pic {
	background-image: url('../images/ga_05.png')
}

#sec-slot .labar ul.ga li[data-img="06"] div.pic {
	background-image: url('../images/ga_06.png')
}

#sec-slot .labar ul.ga li[data-img="07"] div.pic {
	background-image: url('../images/ga_07.png')
}

#sec-slot .labar ul.ga li[data-img="08"] div.pic {
	background-image: url('../images/ga_08.jpg')
}

#sec-slot .labar ul.ga li[data-img="09"] div.pic {
	background-image: url('../images/ga_09.png')
}

#sec-slot .labar ul.ga li[data-img="10"] div.pic {
	background-image: url('../images/ga_10.jpg')
}

#sec-slot .labar ul.ga li[data-img="11"] div.pic {
	background-image: url('../images/ga_11.jpg')
}

#sec-slot .labar ul.ga li[data-img="12"] div.pic {
	background-image: url('../images/ga_12.jpg')
}

#sec-slot .labar ul.isb li[data-img="01"] div.pic {
	background-image: url('../images/isb_01.png')
}

#sec-slot .labar ul.isb li[data-img="02"] div.pic {
	background-image: url('../images/isb_02.png')
}

#sec-slot .labar ul.isb li[data-img="03"] div.pic {
	background-image: url('../images/isb_03.png')
}

#sec-slot .labar ul.isb li[data-img="04"] div.pic {
	background-image: url('../images/isb_04.png')
}

#sec-slot .labar ul.isb li[data-img="05"] div.pic {
	background-image: url('../images/isb_05.png')
}

#sec-slot .labar ul.isb li[data-img="06"] div.pic {
	background-image: url('../images/isb_06.png')
}

#sec-slot .labar ul.isb li[data-img="07"] div.pic {
	background-image: url('../images/isb_07.png')
}

#sec-slot .labar ul.isb li[data-img="08"] div.pic {
	background-image: url('../images/isb_08.png')
}

#sec-slot .labar ul.isb li[data-img="09"] div.pic {
	background-image: url('../images/isb_09.jpg')
}

#sec-slot .labar ul.isb li[data-img="10"] div.pic {
	background-image: url('../images/isb_10.jpg')
}

#sec-slot .labar ul.isb li[data-img="11"] div.pic {
	background-image: url('../images/isb_11.jpg')
}

#sec-slot .labar ul.isb li[data-img="12"] div.pic {
	background-image: url('../images/isb_12.jpg')
}

#sec-slot .labar ul.fish li[data-img="01"] div.pic {
	background-image: url('../images/fish_01.png')
}

#sec-slot .labar ul.fish li[data-img="02"] div.pic {
	background-image: url('../images/fish_02.png')
}

#sec-slot .labar ul.fish li[data-img="03"] div.pic {
	background-image: url('../images/fish_03.png')
}

#sec-slot .labar ul.fish li[data-img="04"] div.pic {
	background-image: url('../images/fish_04.png')
}

#sec-slot .labar ul.fish li[data-img="05"] div.pic {
	background-image: url('../images/fish_05.png')
}

#sec-slot .labar ul.fish li[data-img="06"] div.pic {
	background-image: url('../images/fish_06.png')
}

#sec-slot .labar ul.fish li[data-img="07"] div.pic {
	background-image: url('../images/fish_07.png')
}

#sec-slot .labar ul.fish li[data-img="08"] div.pic {
	background-image: url('../images/fish_08.png')
}

#sec-slot .labar ul.fish li[data-img="09"] div.pic {
	background-image: url('../images/fish_09.png')
}

#sec-slot .labar ul.fish li[data-img="10"] div.pic {
	background-image: url('../images/fish_10.png')
}

#sec-slot .labar ul.fish li[data-img="11"] div.pic {
	background-image: url('../images/fish_11.png')
}

#sec-slot .labar ul.fish li[data-img="12"] div.pic {
	background-image: url('../images/fish_12.png')
}

#sec-slot .labar ul.kg li[data-img="01"] div.pic {
	background-image: url('../images/kg_01.png')
}

#sec-slot .labar ul.kg li[data-img="02"] div.pic {
	background-image: url('../images/kg_02.png')
}

#sec-slot .labar ul.kg li[data-img="03"] div.pic {
	background-image: url('../images/kg_03.png')
}

#sec-slot .labar ul.kg li[data-img="04"] div.pic {
	background-image: url('../images/kg_04.png')
}

#sec-slot .labar ul.kg li[data-img="05"] div.pic {
	background-image: url('../images/kg_05.png')
}

#sec-slot .labar ul.kg li[data-img="06"] div.pic {
	background-image: url('../images/kg_06.png')
}

#sec-slot .labar ul.kg li[data-img="07"] div.pic {
	background-image: url('../images/kg_07.png')
}

#sec-slot .labar ul.kg li[data-img="08"] div.pic {
	background-image: url('../images/kg_08.png')
}

#sec-slot .labar ul.kg li[data-img="09"] div.pic {
	background-image: url('../images/kg_09.png')
}

#sec-slot .labar ul.kg li[data-img="10"] div.pic {
	background-image: url('../images/kg_10.png')
}

#sec-slot .labar ul.kg li[data-img="11"] div.pic {
	background-image: url('../images/kg_11.png')
}

#sec-slot .labar ul.kg li[data-img="12"] div.pic {
	background-image: url('../images/kg_12.png')
}

#sec-slot .labar ul.fg li[data-img="01"] div.pic {
	background-image: url('../images/fg_01.png')
}

#sec-slot .labar ul.fg li[data-img="02"] div.pic {
	background-image: url('../images/fg_02.png')
}

#sec-slot .labar ul.fg li[data-img="03"] div.pic {
	background-image: url('../images/fg_03.png')
}

#sec-slot .labar ul.fg li[data-img="04"] div.pic {
	background-image: url('../images/fg_04.png')
}

#sec-slot .labar ul.fg li[data-img="05"] div.pic {
	background-image: url('../images/fg_05.png')
}

#sec-slot .labar ul.fg li[data-img="06"] div.pic {
	background-image: url('../images/fg_06.png')
}

#sec-slot .labar ul.fg li[data-img="07"] div.pic {
	background-image: url('../images/fg_07.png')
}

#sec-slot .labar ul.fg li[data-img="08"] div.pic {
	background-image: url('../images/fg_08.png')
}

#sec-slot .labar ul.fg li[data-img="09"] div.pic {
	background-image: url('../images/fg_09.png')
}

#sec-slot .labar ul.fg li[data-img="10"] div.pic {
	background-image: url('../images/fg_10.png')
}

#sec-slot .labar ul.fg li[data-img="11"] div.pic {
	background-image: url('../images/fg_11.png')
}

#sec-slot .labar ul.nw li[data-img="01"] div.pic {
	background-image: url('../images/nw_01.png')
}

#sec-slot .labar ul.nw li[data-img="02"] div.pic {
	background-image: url('../images/nw_02.png')
}

#sec-slot .labar ul.nw li[data-img="03"] div.pic {
	background-image: url('../images/nw_03.png')
}

#sec-slot .labar ul.nw li[data-img="04"] div.pic {
	background-image: url('../images/nw_04.png')
}

#sec-slot .labar ul.nw li[data-img="05"] div.pic {
	background-image: url('../images/nw_05.png')
}

#sec-slot .labar ul.nw li[data-img="06"] div.pic {
	background-image: url('../images/nw_06.png')
}

#sec-slot .labar ul.nw li[data-img="07"] div.pic {
	background-image: url('../images/nw_07.png')
}

#sec-slot .labar ul.nw li[data-img="08"] div.pic {
	background-image: url('../images/nw_08.png')
}

#sec-slot .labar ul.nw li[data-img="09"] div.pic {
	background-image: url('../images/nw_09.png')
}

#sec-slot .labar ul.ap li[data-img="01"] div.pic {
	background-image: url('../images/ap_01.gif')
}

#sec-slot .labar ul.ap li[data-img="02"] div.pic {
	background-image: url('../images/ap_02.png')
}

#sec-slot .labar ul.ap li[data-img="03"] div.pic {
	background-image: url('../images/ap_03.png')
}

#sec-slot .labar ul.ap li[data-img="04"] div.pic {
	background-image: url('../images/ap_04.gif')
}

#sec-slot .labar ul.ap li[data-img="05"] div.pic {
	background-image: url('../images/ap_05.png')
}

#sec-slot .labar ul.ap li[data-img="06"] div.pic {
	background-image: url('../images/ap_06.png')
}

#sec-slot .labar ul.ap li[data-img="07"] div.pic {
	background-image: url('../images/ap_07.png')
}

#sec-slot .labar ul.ap li[data-img="08"] div.pic {
	background-image: url('../images/ap_08.png')
}

#sec-slot .labar ul.ap li[data-img="09"] div.pic {
	background-image: url('../images/ap_09.png')
}

#sec-slot .labar ul.js li[data-img="01"] div.pic {
	background-image: url('../images/js_01.png')
}

#sec-slot .labar ul.js li[data-img="02"] div.pic {
	background-image: url('../images/js_02.png')
}

#sec-slot .labar ul.js li[data-img="03"] div.pic {
	background-image: url('../images/js_03.png')
}

#sec-slot .labar ul.js li[data-img="04"] div.pic {
	background-image: url('../images/js_04.png')
}

#sec-slot .labar ul.js li[data-img="05"] div.pic {
	background-image: url('../images/js_05.png')
}

#sec-slot .labar ul.gpk li[data-img="01"] div.pic {
	background-image: url('../images/gpk_01.png')
}

#sec-slot .labar ul.gpk li[data-img="02"] div.pic {
	background-image: url('../images/gpk_02.png')
}

#sec-slot .labar ul.jdb_b li[data-img="01"] div.pic {
	background-image: url('../images/jdb_b_01.jpg')
}

#sec-slot .labar ul.jdb_b li[data-img="02"] div.pic {
	background-image: url('../images/jdb_b_02.jpg')
}

#sec-slot .labar ul.th li[data-img="01"] div.pic {
	background-image: url('../images/th_01.png')
}

#sec-slot .labar ul.th li[data-img="02"] div.pic {
	background-image: url('../images/th_02.png')
}

#sec-slot .labar ul.th li[data-img="03"] div.pic {
	background-image: url('../images/th_03.png')
}

#sec-slot .labar ul.th li[data-img="04"] div.pic {
	background-image: url('../images/th_04.png')
}

#sec-slot .labar ul.th li[data-img="05"] div.pic {
	background-image: url('../images/th_05.png')
}

#sec-slot .labar ul.th li[data-img="06"] div.pic {
	background-image: url('../images/th_06.png')
}

#sec-slot .labar ul.th li[data-img="07"] div.pic {
	background-image: url('../images/th_07.png')
}

#sec-slot .labar ul.th li[data-img="08"] div.pic {
	background-image: url('../images/th_08.png')
}

#sec-slot .labar ul.th li[data-img="09"] div.pic {
	background-image: url('../images/th_09.png')
}

#sec-slot .labar ul.th li[data-img="10"] div.pic {
	background-image: url('../images/th_10.png')
}

#sec-money {
	margin: 10px 0 9px
}

#sec-money>.wrapper {
	height: 129px;
	padding: 34px 20px 10px;
	padding-right: 0;
	background: url('../images/bg02.jpg')
}

#sec-money .winner {
	display: inline-block;
	vertical-align: top;
	width: 580px
}

#sec-money .winner .winner-list {
	display: inline-block;
	width: 290px
}

#sec-money .winner .winner-list .winner-item {
	height: 27px;
	color: #646464;
	font-size: 12px;
	line-height: 27px;
	white-space: nowrap
}

#sec-money .winner .winner-list .winner-item>span {
	display: inline-block;
	vertical-align: top;
	overflow: hidden
}

#sec-money .winner .winner-list .winner-item>span.account {
	color: #9f9263
}

#sec-money .winner .winner-list .winner-item>span.game {
	color: #323232
}

#sec-money .winner .winner-list .winner-item>span.money {
	color: #b20000
}

#sec-money .pool {
	display: inline-block;
	vertical-align: top;
	width: 600px;
	padding-top: 14px;
	text-align: center
}

#sec-money .pool li {
	display: inline-block;
	vertical-align: top;
	width: 261px;
	height: 66px;
	padding-top: 34px;
	color: #cab25d;
	font-size: 24px;
	background: url('../images/cq_bg.png') no-repeat center
}

#sec-money .pool li:before {
	content: '¥ '
}

#sec-money .pool li:first-child {
	width: 264px;
	margin-right: 15px;
	background-image: url('../images/mg_bg.png')
}

#sec-enter {
}

#sec-enter>.wrapper {
	background: #fff;
	border: 1px solid #e1e1e1
}

#sec-enter ul.select-tab {
	display: block;
	height: 66px;
	padding-left: 25px;
	border-bottom: 1px solid #d2d2d2
}

#sec-enter ul.select-tab li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 230px
}

#sec-enter ul.select-tab li.active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 268px;
	height: 65px;
	margin-left: -134px;
	background: url('../images/li_bg.png') no-repeat center top
}

#sec-enter ul.select-tab li:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 40px;
	width: 39px;
	height: 36px;
	background: no-repeat center top
}

#sec-enter ul.select-tab li.active:after {
	background-position: center bottom
}

#sec-enter ul.select-tab li[data-img="live"]:after {
	background-image: url('../images/menu_live.png')
}

#sec-enter ul.select-tab li[data-img="fish"]:after {
	background-image: url('../images/menu_fish.png')
}

#sec-enter ul.select-tab li[data-img="esport"]:after {
	background-image: url('../images/menu_game.png')
}

#sec-enter ul.select-tab li[data-img="sport"]:after {
	background-image: url('../images/menu_sport.png')
}

#sec-enter ul.select-tab li[data-img="lottery"]:after {
	background-image: url('../images/menu_lottery+.png')
}

#sec-enter ul.select-tab li+li a:before {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	width: 2px;
	height: 20px;
	background: #d2d2d2
}

#sec-enter ul.select-tab li a {
	position: relative;
	display: block;
	height: 100%;
	padding: 15px 0 15px 85px;
	color: #323232;
	font-size: 18px;
	line-height: 1;
	text-decoration: none
}

#sec-enter ul.select-tab li a span {
	display: block;
	margin-top: 5px;
	color: #979797;
	font-size: 12px
}

#sec-enter ul.select-tab li.active a,#sec-enter ul.select-tab li.active a span {
	color: #fff
}

#sec-enter .content {
	padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#sec-enter .content .bg {
	display: inline-block;
	vertical-align: top;
	width: 580px;
	height: 235px;
	background: no-repeat center top;
	background-image: url('../images/photo01.jpg')
}

#sec-enter .content .txt {
	display: inline-block;
	vertical-align: top;
	width: 550px;
	margin-left: 28px
}

#sec-enter .content p.title {
	margin: 18px 0 20px;
	color: #292929;
	font-size: 18px;
	line-height: 1
}

#sec-enter .content p.title span {
	display: inline-block;
	margin-left: 20px;
	color: #b3b3b3
}

#sec-enter .content p.info {
	margin: 0;
	padding-bottom: 30px;
	color: #323232;
	font-size: 12px;
	border-bottom: 1px solid #dcdcdc
}

#sec-enter .content ul {
	display: block;
	margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	white-space: nowrap
}

#sec-enter .content li {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	margin-right: 15px;
	text-align: center
}
#sec-enter .content li:last-child{
  margin-right:0px;
}

#sec-enter .content li a {
	display: block;
	height: 100%;
	padding-top: 80px;
	color: #323232;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	background: no-repeat center top
}

#sec-enter .content li:hover a {
	color: #caa71e
}

#sec-enter .content.live .bg {
	background-image: url('../images/photo01.jpg')
}

#sec-enter .content.live li[data-img="01"] a {
	background-image: url('../images/live_img01.png')
}

#sec-enter .content.live li[data-img="02"] a {
	background-image: url('../images/live_img02.png')
}

#sec-enter .content.live li[data-img="03"] a {
	background-image: url('../images/live_img03.png')
}

#sec-enter .content.live li[data-img="04"] a {
	background-image: url('../images/live_img04.png')
}

#sec-enter .content.live li[data-img="05"] a {
	background-image: url('../images/live_img05.png')
}

#sec-enter .content.live li[data-img="06"] a {
	background-image: url('../images/live_img06.png')
}

#sec-enter .content.fish .bg {
	background-image: url('../images/photo02.jpg')
}

#sec-enter .content.fish li[data-img="01"] a {
	background-image: url('../images/buyu16.png');
	    background-size: contain;
}

#sec-enter .content.fish li[data-img="02"] a {
	background-image: url('../images/fish_img02.png')
}

#sec-enter .content.fish li[data-img="03"] a {
	background-image: url('../images/fish_img03.png')
}

#sec-enter .content.fish li[data-img="04"] a {
	background-image: url('../images/fish_img04.png')
}

#sec-enter .content.fish li[data-img="05"] a {
	background-image: url('../images/fish_img05.png')
}

#sec-enter .content.fish li[data-img="06"] a {
	background-image: url('../images/fish_img06.png')
}

#sec-enter .content.esport .bg {
	background-image: url('../images/photo03.jpg')
}

#sec-enter .content.esport li[data-img="01"] a {
	background-image: url('../images/e_img01.png')
}

#sec-enter .content.esport li[data-img="02"] a {
	background-image: url('../images/e_img02.png')
}

#sec-enter .content.esport li[data-img="03"] a {
	background-image: url('../images/e_img03.png')
}

#sec-enter .content.esport li[data-img="04"] a {
	background-image: url('../images/e_img04.png')
}

#sec-enter .content.esport li[data-img="05"] a {
	background-image: url('../images/e_img05.png')
}

#sec-enter .content.esport li[data-img="06"] a {
	background-image: url('../images/e_img06.png')
}

#sec-enter .content.sport .bg {
	background-image: url('../images/photo04.jpg')
}

#sec-enter .content.sport li[data-img="01"] a {
	background-image: url('../images/sports_img01.png')
}

#sec-enter .content.sport li[data-img="02"] a {
	background-image: url('../images/sports_img02.png')
}

#sec-enter .content.sport li[data-img="03"] a {
	background-image: url('../images/sports_img03.png')
}

#sec-enter .content.sport li[data-img="04"] a {
	background-image: url('../images/sports_img04.png')
}

#sec-enter .content.sport li[data-img="05"] a {
	background-image: url('../images/sports_img05.png')
}

#sec-enter .content.sport li[data-img="06"] a {
	background-image: url('../images/sports_img06.png')
}

#sec-enter .content.lottery .bg {
	background-image: url('../images/photo05+.png')
}

#sec-enter .content.lottery li[data-img="01"] a {
	background-image: url('../images/q_img01.png')
}

#sec-enter .content.lottery li[data-img="02"] a {
	background-image: url('../images/q_img02.png')
}

#sec-enter .content.lottery li[data-img="03"] a {
	background-image: url('../images/q_img03.png')
}

#sec-enter .content.lottery li[data-img="04"] a {
	background-image: url('../images/q_img04.png')
}

#sec-enter .content.lottery li[data-img="05"] a {
	background-image: url('../images/q_img05.png')
}

#sec-enter .content.lottery li[data-img="06"] a {
	background-image: url('../images/q_img06.png')
}

#sec-mobile {
	height: 192px;
	padding-top: 30px;
	background: url('../images/bg03+.png') no-repeat center top
}

#sec-mobile div.txt {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	padding-left: 20px;
}

#sec-mobile p {
	margin: 0;
	margin-right: 30px;
	line-height: 1
}

#sec-mobile p.title {
	margin: 10px 0 14px;
	color: #5f441c;
	font-size: 26px
}

#sec-mobile p.info {
	font-size: 14px;
	line-height: 2.2;
	color: #5f441c;
}

#sec-mobile div.qr {
	display: inline-block;
	vertical-align: top;
	width: 144px;
	height: 144px;
	text-align: center;

}

#sec-mobile div.qr img {
	max-width: 100%
}
/*  */

.banner{
  position:relative;
  overflow:hidden;
  height:440px;
}
.banner li{
  position:absolute;
  width:1920px;
  left: 50%;
  top: 0px;
height: 440px;
  display:none;
}
.banner li:first-child{
  display:block;
}.yuandian{
  position:absolute;
  bottom: 10px;
  left: 0px;
  width:100%;
  text-align:center;
}
.yuandian span{
  display:inline-block;
  width:11px;
  height:11px;
  border-radius: 100%;
  margin:0px 5px;
  background:#fff;
}
.yuandian span.cur{
  background:#ff0000;
}
.inner{
  width:1200px;
  margin:0 auto;
}


.cont{
  background:#e8e8e8 url(../images/contbg.jpg) no-repeat center top;
}
 
.newbox{
   
  height:35px;
  width:100%;
  background:#e9e9e9;
  z-index: 99;
}
.newin{
  height: 35px;
  padding-left:133px;
  padding-right:10px;
  background: url(../images/newtl.png) no-repeat left center;
}
.lunleft{
  position:relative;
  overflow:hidden;
  height:35px;
}
.lunleft ul{
  position:absolute;
  left:100%;
  top: 0px;
  display:table;
}
.lunleft ul li{
  display:table-cell;
  white-space:nowrap;
  line-height:35px;
  color:#707070;
}

.cont1{
  padding-top:10px;
}
#sec-money>.wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sec-money .winner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.qqic{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;  
  -moz-flex-wrap: wrap;  
  -ms-flex-wrap: wrap;  
  -o-flex-wrap: wrap;  
  flex-wrap: wrap;
}
.qqic li{
  margin-top:12px;
}
#footer-info>li.contact>ul>li{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer-info>li.contact>ul>li img{
  margin-right:6px;
}

.nvontwa{
  display:none;
}
.nvontwa:first-child{
  display:block;
}

.dianzi{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
}
.dzitem{
  background:#fff;
  width:292px;
  background:#fff;
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;
  border-bottom:1px solid #e1e1e1;
  position:relative;
  z-index:30;
}
.dztu1{
  display:block;
  padding:8px;
  padding-bottom:0px;
}
.dztu1 img{
  display:block;
}
.dzlist{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;  
  -moz-flex-wrap: wrap;  
  -ms-flex-wrap: wrap;  
  -o-flex-wrap: wrap;  
  flex-wrap: wrap;
  padding:0px 12px;
}
.dzlist a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom:1px dashed #dcdcdc;
  font-size:12px;
  color:#555555;
  width:25%;
  height:70px;
  
}
.dzlist a:hover{
  color:#caa71f;
}
.dzsimg{
  height:45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dzsimg img{
  display:block;
}
.fdxs{
  position:absolute;
  top: 100%;
  left: -1px;
  width:calc(100% + 2px);
  
  background:#fff;
  margin-top:-1px;
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;
  border-bottom:1px solid #e1e1e1;
  padding-bottom:10px;
  display:none;
}
.fdxs.cur{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dszvwz{
  white-space:nowrap;
}
.ckgedyu{
  width:215px;
  margin:0 auto;
  border-top:1px solid #e0e0e0;
  margin-top:20px;
  cursor:pointer;
}
.ckgedyu span{
  display:block;
  background:#fff;
  margin:0 auto;
  width:72px;
  color:#656565;
  font-size:12px;
  border-radius: 13px;
  position:relative;
  top: -10px;
  line-height:20px;
  text-align:center;
}
.ckgedyu.cur span{
  background:#f2f2f2;
}
.ckgedyu span:after{
  content:"";
  display:inline-block;
  width:10px;
  height:10px;
  margin-left:3px;
  background: url(../images/caret-down.png) no-repeat center bottom;
  
}
.dzlistxx a{
  width:33.33%;
}
.dddcte{
  position:relative;
  z-index:1;
}
body{
  overflow-x: hidden;
}

.dengluhou{
  float:right;
  color:#4b4b4b;
  font-size:12px;
  line-height:44px;
}
.dengluhou span{
  margin-right:10px;
}
.dengluhou a{
  color:#4b4b4b;
  padding:0px 5px;
}
.dengluhou a.anquanx{
  color:#FF0000;
}
.dengluhou a:hover{
  text-decoration:underline;
}



.top{
  height:80px;
  position:fixed;
  background:#252525;
  width:100%;
  top:0px;
  left:0px;
  z-index:10;
}
.top .inner{
  height:80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo{
  height:80px;
  overflow:hidden;
}
.fuli{
  float:left;
  width:60px;
  height:80px;
}
.pre{
  position:relative;

}

.fua{
  display:block;
  width:60px;
  height:80px;
  text-align:center;
  color:#fff;
}
.nvt{
  padding-top:13px;
  height:45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nvw{
  font-size:14px;
  line-height:22px;
}
.red{color:#ff0000;}
.fua:hover{color:#efca4c;background: url(../images/hovernv.png) no-repeat center ;}
.nav .on .fua{color:#efca4c;background: url(../images/hovernv.png) no-repeat center ;}

.xiala{
  position:absolute;
  top:77px;
  padding-top:5px;
  display:none;
  width:274px;
  background: url(../images/xiajiao.png) no-repeat center top;
}
.xialain{
  background: url(../images/labg.png) ;
  border:2px solid #e4cb69;
}
.xialain li{
  float:left;
 
  height:36px;
 padding:0 6px;
     position: relative;
}
.ihot1 {
    display: inline-block;
    background: url(../images/hot1.gif) no-repeat;
    width: 23px;
    height: 26px;
    position: absolute;
    right: 3px;
    top: 1px;
    z-index: 9999;
}
.xialain li a{
  display:block;
  height:35px;
   width:120px;
     border-bottom:1px dashed #434343;
 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color:#fff;
}
.lanvt{
  padding-right:8px;
}
.lanvw{
  font-size:12px;
}
.xiala1{left:-108px;}
.xialaer{
  width:137px;
}
.xiala2{left:-42px;}

.zrcont{
  background:#09060f url(../images/zrsxbg.jpg) no-repeat center top;
}
.zrlist li{
  float:left;
  width:170px;
  height:130px;
  background: url(../images/zrlibg.png) ;
  border-right:1px solid #453d4d;
  border-bottom:1px solid #453d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.zrlist li a{
  display:block;
  text-align:center;
  color:#fff;
  width:143px;
  height:108px;
}
.zrlist ul{
  overflow:hidden;
  border-radius: 20px;
  width:1190px;
  margin:0 auto;
}
.zrt{
  height:55px;
  padding-top:10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.zrw{
  font-size:18px;
  line-height:40px;
}
.zrlist li a:hover{
  color:#ffee79;
  border:1px solid #ffee79;
}
.zrlist li:nth-child(7n){
  border-right:none;
}
.zrlist li:nth-child(n+15){
  border-bottom:none;
}
.qpcont{
  background:#e9e9e9 url(../images/qpbg.jpg) no-repeat center top;
}
.qpnei{
  background:#fff;
}
.qpqie {
  height:78px;
  background:#f8f8f8;
  border-bottom:1px solid #e7e7e7 ;
  border-left:1px solid #e7e7e7;
}
.qpqie li{
  float:left;
  border-right:1px solid #e7e7e7;
  height:78px;
  width:166px;
}
.qpqie li a{
  height:78px;
  display:block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color:#696969;
  border-bottom:3px solid #f8f8f8;
}
.qpqie li a:hover{
  color:#ceac2a;
  border-bottom:3px solid #ceac2a;
}
.qpqie li.cur a{
  color:#ceac2a;
  border-bottom:3px solid #ceac2a;
}
.qpqie li:nth-child(6){width:199px;}
.qpw{
  padding-left:8px;
  text-align:center;
}
.qpdw{font-size:20px;line-height:34px;}
.qpxw{font-size:14px;}
.qpnei{
  padding:28px;
}
.qplist{
  float: left;
}
.qplist li{
  float:left;
  padding:7px;
}
.qplist li a{
  display:block;
  background:#f8f8f8;
  width:214px;
  height:243px;
}
.qpren{
  height:198px;
  border:1px solid #dfdfdf;
  border-bottom:none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.qpzi{
  height:44px;
  text-align:center;
  background:#dfdfdf;
  color:#777777;
  font-size:20px;
  line-height:44px;
}
.qplist li a:hover .qpren{
  border:1px solid #ceac2a;
  border-bottom:none;
}
.qplist li a:hover .qpzi{
  background:#ceac2a;
  color:#fff;
}

.bybg{


  position:relative;
  overflow:hidden;
}
.swfbox{
  position:absolute;
  width:1920px;
  top: 0px;
  left:50%;
  margin-left:-960px;
}
.byinnn{
 position: absolute;
    left: 44%;
    margin-left: -528px;
    top: 0px;
  z-index:1;
}
.bychuan{
  padding-top:291px;
  height:1818px;
  background: url(../images/bychuang4.png) no-repeat center top;
}
.bychuan ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;  
  -moz-flex-wrap: wrap;  
  -ms-flex-wrap: wrap;  
  -o-flex-wrap: wrap;  
  flex-wrap: wrap;
}
.bychuan li{
  float:left;
  width:14.28%;
  height:170px;
  text-align:center;
  position:relative;
}
.buyu{
  padding-top:25px;
 height:110px;
}
.bywd{
 
  font-size:18px;
  line-height:36px;
  
}
.bywx{
  font-size:12px;
  color:#3b84e8;
  line-height:20px;
}
.bychuan li a{color:#fff;text-align:center;
  display:block;
  height:168px;
}
.bychuan li a:hover{
  color:#fff43e;
}
.bymo{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width:100%;
  height:168px;
}
.cpcont{
  height:721px;
  background: url(../images/cpbg.jpg) no-repeat center top;
}
.cplist{
  margin:0 -6px;
}
.cplist li{
  float:left;
  margin: 6px;
  width:160px;
  height:120px;
  text-align:center;
  background: url(../images/cplibg.png) no-repeat center top;
  position:relative;
}
.cpt{
  padding-top:10px;
  height:70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cpw{
  color:#fff;
  font-size:18px;
  line-height:36px;
  
}
.cpzhe{
  position:absolute;
  width:100%;
  padding-top:30px;
  height:120px;
  background: url(../images/cpzhe.png) no-repeat center top;
  top:0px;
  left:0px;
  display:none;
}
.zhebt1{
  display:block;
  font-size:14px;
  color:#2c2c2c;
  width:90px;
  height:26px;
  line-height:26px;
  border-radius: 30px;
  margin:0 auto;
  background:#f9e487;
}
.zhebt2{
  color:#f9e487;
  line-height:24px;
  border:1px solid #f9e487;
  background:none;
  margin-top:10px;
}
.cplist li:hover .cpzhe{display:block;}
.cpmo{
  width:160px;
  height:120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.djcont{
  height:796px;
  background: url(../images/djtu.jpg) no-repeat center top;
}
.dzcont{
  background:#e9e9e9 url(../images/dzbg.jpg) no-repeat center top;
}
.dzjiang{
  width:305px;
  height:200px;
  background: url(../images/dzjiang.png) no-repeat center top;
  float:right;
}
.dzluntop{
  width:256px;
  margin:0 auto;
  height:96px;
  position:relative;
  overflow:hidden;
}
.dzluntop ul{
  position:absolute;
  width:100%;
  top:0px;
  left:0px;
}
.dzluntop li {
  font-size:12px;
  line-height:24px;
  color:#fff;
}
.yellow{color:#fff600;}
.dznei{
  background:#fff;
  padding:21px;
}
.dzzzlist li{
  float:left;
  width:164px;
  height:49px;
  border:1px solid #d1d1d1;
  background:#f8f8f8;
}
.dzzzlist li a{
  display:block;
  height:47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color:#858585;
}
.dzzzlist li a:hover{
  color:#caa71c;
  border-bottom:2px solid #caa71c;
}
.dzzzlist li:hover{
  border:1px solid #caa71c;
}
.dzzzlist li.cur a{
  color:#caa71c;
  border-bottom:2px solid #caa71c;
}
.dzzzlist li.cur{
  border:1px solid #caa71c;
}
.dzw{
  padding-left:8px;
  text-align:center;
}
.dzwd{font-size:18px;}
.dzwx{font-size:12px;}
.dzmo{
  width:100%;
 height:100%;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}
.tycont{
  background: url(../images/tybg.jpg) repeat center top;

}
 .pages1 {
		width: 1200px;
		margin: 0 auto;
	}
	 .pages1 ul {
		margin: 0 -20px 30px 0;
	}
	 .pages1 li {
		margin: 0 20px 20px 0;
		width: 285px;
		height: 289px;
		float: left;
		position: relative;
		box-shadow: 0 3px 9px rgba(174,195,204,0.5);
	}
	 .pages1 li a {
		display: block;
		position: relative;
	}
	 .pages1 li a .btn {
		position: absolute;
		left: 101px;
		top: 57px;
		z-index: 20;
		display: none;
	}
	 .pages1 li a:hover .btn {
		display: block;
	}
	 .pages1 li a:hover:before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		border: 3px solid #35A8FF;
		box-sizing: border-box;
		content: "";
	}
	 .pages1 li a:hover:after {
		width: 285px;
		height: 185px;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0.6;
		background: #343e46;
		content: "";
	}
	 .pages1 li .txtBox {
		display: block;
		padding: 30px 0 0 21px;
		width: 100%;
		height: 104px;
		z-index: 2;
		color: #93a8b8;
		font-size: 12px;
		box-sizing: border-box;
		background-color: #FFF;
		position: relative;
	}
	 .pages1 li a:hover .txtBox {
		color: #32a8ff;
	}
	 .pages1 li .txtBox span {
		margin-bottom: 14px;
		display: block;
		color: #343e46;
		font-size: 18px;
	}
	 .pages1 li a:hover .txtBox span {
		color: #32a8ff;
	}
	 .pages1 li .txtBox img {
		position: absolute;
		right: 20px;
		top: 28px;
	}
	 .pages1 .img {
		text-align: center;
	}
	 .pages1 li.more .txtBox {
		color: #91a3af;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	 .pages1 li.more .arrow {
		display: block;
		position: absolute;
		right: 20px;
		top: 31px;
		width: 42px;
		height: 42px;
		background: url(../images/arrow_1.png) no-repeat center top;
	}

.tyt{
  padding-top:15px;
  height:70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tywd{
  font-size:30px;
  line-height:46px;
  font-weight:bold;
}
.tywx{
  font-size:16px;
  line-height:24px;
}

.yhcont{
  background:#e9e9e9 url(../images/yhbg.jpg) no-repeat center top;
}
.yhnei{
  background:#fff;
  border:1px solid #d0d0d0  ;
  border-bottom: none;
}
.yhtou{
  background:#f8f8f8;
  height:49px;
}
.yhtou ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;  
  -moz-flex-wrap: wrap;  
  -ms-flex-wrap: wrap;  
  -o-flex-wrap: wrap;  
  flex-wrap: wrap;
}
.yhtou li{
  float:left;
  width:12.5%;
  height:49px;
}
.yhtou li a{
  border-right:1px solid #d0d0d0;
  display:block;
  text-align:center;
 
  line-height:46px;
  color:#4b4b4b;
  font-size:16px;
  height:48px;
  border-bottom:1px solid #d0d0d0;
}
.yhtou li a:hover{
  border-bottom:3px solid #c9a61a;
  color:#c9a61a;
}
.yhtou .cur a{
   border-bottom:3px solid #c9a61a;
  color:#c9a61a;
}
.welcont{
  background:#e9e9e9 url(../images/wbg.jpg) no-repeat center top;
}
.weinei{
  padding:15px;
  background:#fff;
  border:1px solid #d0d0d0;
}
.weleft{
  float:left;
  width:220px;
  background:#f5f5f5;
}
.sidenav li a{
  display:block;
  width:220px;
  height:42px;
  border:1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color:#3c3c3c;
  padding-right:30px;
  background: url(../images/sijian1.png) no-repeat 185px center;
}
.sit{
  padding-right:10px;
  
}
.sidenav li a:hover{
  color:#bea13c;
  border:1px solid #bea13c;
  width:220px;
  border-left:3px solid #bea13c;
   background: url(../images/sijian2.png) no-repeat 183px center;

  
}
.sidenav li.cur a{
  color:#bea13c;
  border:1px solid #bea13c;
  width:220px;
  border-left:3px solid #bea13c;
   background: url(../images/sijian2.png) no-repeat 183px center;

  
}
.siw{font-size:16px;}
.lehua{
  border:1px solid #e5e5e5;
  border-top:none;
  padding-top:35px;
  height:560px;
  position:relative;
}
.lehuat{
  position:absolute;
  top:35px;
  left:-40px;
}
.weright{
  float:left;
  padding-left:36px;
  width:894px;
}
.riqie {
  padding-top:6px;
  border-bottom:2px solid #f5f5f5;
}
.riqie li{
  float:left;
  margin-right:8px;
  cursor:pointer;
  width:115px;
  height:37px;
  text-align:center;
  line-height:36px;
  cursor:pointer;
  font-size:16px;
  background: url(../images/rilibg1.png) no-repeat center top;
  color:#575757;
}
.riqie .cur{
  background: url(../images/rilibg.png) no-repeat center top;
}
.ritil{
  font-size:22px;
  line-height:40px;
  color:#575757;
  font-weight:bold;
  padding:10px 0px;
}
.wenzi{
  font-size:16px;
  line-height:22px;
  color:#575757;
}
.riqie2{
  padding-top:6px;
}
.riqie2 li{
  float:left;
  margin-right:6px;
  width:101px;
  background:#f5f5f5;
  border-radius: 10px;
  height:37px;
  font-size:16px;
  text-align:center;
  cursor:pointer;
  line-height:36px;
  color:#575757;
}
.riqie2 .cur{
  background: url(../images/rilier.png) no-repeat center top;
}
.wenzi2{
  line-height:28px;
}
.zcnei{
  background:#fff;
}
.zcti{
  text-align:center;
  font-size:28px;
  color:#252525;
  font-weight:bold;
  line-height:40px;
}
.zccont{
  background:#e9e9e9 url(../images/zcbg.jpg) no-repeat center top;
}
.zczy{
  text-align:center;
  font-size:16px;
  line-height:30px;
  color:#baa24e;
}
.sikzc{
  width:1134px;
  margin:0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height:126px;
}
.siksa{
  border:2px solid #e6e6e6;
  height:122px;
  padding:0 20px;
  text-align:center;
}
.sikda{
  padding-top:13px;
  color:#252525;
  font-size:16px;
  line-height:40px;
}
.sikxi{
  font-size:26px;
  color:#baa24e;
  font-weight:bold;
  line-height:50px;
  
}
.sikxi em{
  font-size:16px;
}
.zcyou{
  width:960px;
  margin:0 auto;
}
.zcyou li{
  float:left;
  width:50%;
  font-size:16px;
  line-height:32px;
  color:#313131;
}

.zhucebox{
	border:1px solid #d0d0d0;
	position:relative;
}
.zhucelx{
	position:absolute;
	left: -1px;
	top: -10px;
	
}
.continbg1{
	background:url(../images/hei1.png) ;
}
.zhuzuomz{
	float:left;
	width: 177px;
	padding-right:6px;
	text-align:right;
	color:#313131;
	line-height:32px;
	font-size:12px;
}
.zhucbybx{
	float:left;
	width: 783px;
}
.zhucbybx .cw{
  color:#313131;
}

.zhucelx{
	position:absolute;
	left:25px;
	top: -12px;
	background:#fff;
	padding:0px 12px;
	color:#313131;
	font-weight:bold;
}
.zhuceinpt{
	background:#f6f6f6;
	height: 32px;
	border: none;
	width: 320px;
	padding-left:7px;
	outline: none;
	border:1px solid #d0d0d0;
	border-radius:5px;
}
.zhuceuls li{
	margin-top:9px;
	    float: left;
}
.zhuceinpt-sel{
	width: 64px;
	margin-right:4px;
}
.duxiyi{
  color:#313131;
  padding-left:120px;
}
.tuse{
}
.subbtns{
	outline: none;
	width: 131px;
	height:40px;
	background:#bfa23d;
  border: none;
	text-align:center;
	border-radius:6px;
	font-size:16px;
color:#fff;
}
.subbtns-rst{
  color:#fff;
  background:#3f3f3f;
}
.gytlsm{
	font-size:20px;
	padding-top:33px;
}
.fyntmr{
	font-size:12px;
	padding-top:12px;
	padding-bottom:22px;
}
.zhucein{
  width:1000px;
  margin:0 auto;
}

.wenzi table{
  width:500px;
  margin-top:10px;
}
.wenzi table td{
  text-align:center;
  height:35px;
  text-align:center;
  border:1px solid #ddd;
}
.floatDiv {
	position:relative;
}
.floatDiv a,.floatDiv a img {
    display:block;
}

/*字体*/

.colorses1{ animation:changecolor 2s ease-in-out infinite;
        -webkit-animation:changecolor 2s ease-in-out infinite;
        -moz-animation:changecolor 2s ease-in-out infinite;}
.colorses2{ animation:changecolor2 2s ease-in-out infinite;
        -webkit-animation:changecolor2 2s ease-in-out infinite;
        -moz-animation:changecolor2 2s ease-in-out infinite;}
        /*changecolor*/
@keyframes changecolor{
    0%{ color:blue;}
    50%{ color:red;}
    100%{color:yellow;}
    
}
@-webkit-keyframes changecolor{
  0%{ color:blue;}
    50%{ color:red;}
    100%{color:yellow;}
}

@-moz-keyframes changecolor{
     0%{ color:blue;}
    50%{ color:red;}
    100%{color:yellow;}
}


@keyframes changecolor2{
    0%{color:red;}
    33%{color:#ff0;}
    90%{ color:#fff;}  
}
@-webkit-keyframes changecolor2{
    0%{color:red;}
    33%{color:#ff0;}
    90%{ color:#fff;} 
}

@-moz-keyframes changecolor2{
    0%{color:red;}
    33%{color:#ff0;}
    90%{ color:#fff;} 
}

.kf_content {
    width: 70px;
    height:100%;
    overflow: hidden;
    position: fixed;
    top: 194px;
    z-index: 1000;
}
.kf_left {
    float:left;
}
.kf_right {
    float:right;
}
.kf_left a,
.kf_right a {
    display: block;
}

.kf_right {
    right: -140px;
}

.kf_content_left {
    width: 90px;
    height: 100%;
    float: left;
    background: url(../images/r7.png) no-repeat left top;
    cursor: pointer;
}

.kf_content_right {
    width: 140px;
    height: 100%;
    float: right;
    position: relative;
    overflow: hidden;
}

.kf_right a:nth-child(1) {
    height: 71px;
    background: url(../images/r2+1.jpg) no-repeat left top;
}

.kf_right a:nth-child(2) {
    height: 67px;
    background: url(../images/r1+1.jpg) no-repeat left top;
}

.kf_right a:nth-child(3) {
    height: 67px;
    background: url(../images/r3+1.jpg) no-repeat left top;
}

.kf_right a:nth-child(4) {
    height: 82px;
    background: url(../images/r4-.jpg) no-repeat left top;
}

.kf_right a:nth-child(5) {
    height: 92px;
    background: url(../images/r5.png) no-repeat left top;
}

.kf_right a:nth-child(6) {
    height: 83px;
    background: url(../images/r6.png) no-repeat left top;
}  

/**/
.kf_content2_left {
    width: 90px;
    height: 100%;

    float: right;
    background: url(../images/l9.png) no-repeat left top;
    cursor: pointer;
    color: red;
}

.commcolor span {
    display: block;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 157px;
    line-height: 18px;
}

.kf_content2_right {
    width: 70px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.kf_left {
    left: -140px;
}

/* .kf_content2_right a:nth-child(1) {
    height: 352px;
    background: url(../images/l1_1.png) no-repeat left top;
}
.kf_content2_right a:nth-child(2) {
    height: 20px;
    background: url(../images/l1_1.png) no-repeat left top;
} */

/*.kf_content2_right a:nth-child(2) {
    height: 74px;
    background: url(../images/l2.jpg) no-repeat left top;
}

.kf_content2_right a:nth-child(3) {
    height: 30px;
    background: url(../images/l3.jpg) no-repeat left top;
}

.kf_content2_right a:nth-child(4) {
    height: 76px;
    background: url(../images/l4.jpg) no-repeat left top;
}

.kf_content2_right a:nth-child(5) {
    height: 87px;
    background: url(../images/l5.jpg) no-repeat left top;
}
.kf_content2_right a:nth-child(6) {
    height: 118px;
    background: url(../images/l6-.png) no-repeat left top;
}
.kf_content2_right a:nth-child(7) {
    height: 87px;
    background: url(../images/l8.png) no-repeat left top;
}
*/
/*右下角轮播*/
.main_image{height:440px;overflow:hidden;position:relative;}
.main_image ul{width:100%!important;height:440px;overflow:hidden;position:absolute;top:0;right:0;}
.main_image li{float:left;width:100%;height:440px;}

div.flicking_con{position: absolute;
    left: 48%;
    bottom: 10px;
    z-index: 10;}
div.flicking_con a{font-size:0px;float:left;width:21px;height:21px;margin:0;padding:0;background:url(../images/btn_main_img_1.png) 0 0 no-repeat;display:block;}
div.flicking_con a.on{background-position:0 -21px;}
.main_image1 ul{width:100%;height:440px;overflow:hidden;position:absolute;top:0;right:0;}

div.flicking_con1{position: absolute;
    left: 48%;
    bottom: 10px;
    z-index: 10;}
div.flicking_con1 a{font-size:0px;float:left;width:21px;height:21px;margin:0;padding:0;background:url(../images/btn_main_img_1.png) 0 0 no-repeat;display:block;}
div.flicking_con1 a.on{background-position:0 -21px;}

/*右上*/
#service-righttop {
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 999999;
    display: inline-block;
    width: 160px;
    /*width:150px;*/
    height: 160px;
    background: url(../images/right_top3.gif) no-repeat right top;
}
#service-righttop:hover {
    width: 270px;

  }
#service-righttop a {
    display: inline-block;
    width: 270px;
    height:150px;
    vertical-align: top;
}
#service-righttop a:hover {
  width: 270px;
    height: 740px;
}
#service-righttop a{position: relative;
}
#service-righttop a .r1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 270px;
    height: 798px;
    display: none;
    /*background: blue;*/
}

#service-righttop a:hover .r1{
  display: block;
}

#service-righttop a:hover:before {
    display: inline-block \9;
    width: 270px;
    height:740px;
    opacity: 1;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
#service-righttop a:before{
    content:'';
    display:inline-block;
    display:none \9;
    width:170px;height:180px;
    background:url('../images/right_top_hover7.jpg')  no-repeat center top;
    no-repeat right top;opacity:0;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
    -moz-transform:skewX(-145deg);
    -ms-transform:skewX(-145deg);
    -webkit-transform:skewX(-145deg);
    transform:skewX(-145deg);
    -moz-transform-origin:right top;
    -ms-transform-origin:right top;
    -webkit-transform-origin:right top;
    transform-origin:right top;
}
  .ele-topad-close-btn1 {
    position: absolute;
    top: -1px;
    right: 0px;
    width: 22px;
    height: 22px;
    background-image: url(../images/gb.png);

}


.daili_box[data-v-8aa2d952] {

    width: 928px;
    margin: 10px auto;
}
.daili_box .daili_left[data-v-8aa2d952] {
    display: inline-block;
    background-image: url(../images/d1.png);
 
        background-size: 100% 100%;
    vertical-align: top;
}
.daili_box .daili_left .box_top[data-v-8aa2d952] {
    margin: 10px 0;
    color: #222;
}
.daili_box .daili_left .sq {
	    height: 40px;
	    font-size: 24px;
    color: #fff;
    background-color: #14805e;
        text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    cursor: pointer;
}
.daili_box .daili_left .box_top .box_c[data-v-8aa2d952] {
 
    display: inline-block;
}
.daili_box .daili_left .box_top .box_c .icon[data-v-8aa2d952] {
    margin: 0 10px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: cover;
}
.daili_box .daili_left .box_top .box_c .text_c[data-v-8aa2d952] {
    display: inline-block;

    vertical-align: top;
}
.daili_box .daili_left .box_top .box_c .text_c .tit_one[data-v-8aa2d952] {
    font-weight: 550;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
}
.daili_box .daili_right[data-v-8aa2d952] {
    padding-top: 12px;
    vertical-align: top;
    height: 160px;
    width: 60px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    background-color: #14805e;
    text-align: center;
    line-height: 35px;
    box-sizing: border-box;
    cursor: pointer;
}
.daili_box .daili_left .box_top .box_c .text_c .text_s[data-v-8aa2d952] {
    font-size: 12px;
}
.daili_box .daili_left .box_top .box_c .icon.dailione[data-v-8aa2d952] {
        background-image: url(../images/d2.png);
}
.daili_box .daili_left .box_top .box_c .icon.dailitwo[data-v-8aa2d952] {
        background-image: url(../images/d3.png);
}
.daili_box .daili_left .box_top .box_c .icon.dailithree[data-v-8aa2d952] {
       background-image: url(../images/d4.png);
}
.daili_box .daili_left .box_top .box_c .icon.dailifour[data-v-8aa2d952] {
     background-image: url(../images/d5.png);
}
.daili_box .daili_left .box_top .box_c .icon.dailifive[data-v-8aa2d952] {
        background-image: url(../images/d6.png);
}
.daili_box .daili_left .box_top .box_c .icon.dailisix[data-v-8aa2d952] {
       background-image: url(../images/d7.png);
}
.daili_box .daili_left .box_top .box_c.one[data-v-8aa2d952] {
    width: 400px;
}

  /*-----浮窗----------*/

#cssmenu1 {
     position: fixed;
     padding: 0;
     margin-top: 3.5%;
     border: 0;
    left: 0;
         top: 125px;
     z-index: 99999;
}
#cssmenu {
     position: fixed;
     padding: 0;
     margin-top: 3.5%;
     border: 0;
     right: 0;
         top: 125px;
     z-index: 99999;
}

#cssmenu ul,
#cssmenu li {
    list-style: none;
}

.cssmenu-menu {
    position: relative;
    /*margin-bottom: 10px;*/
}

.cssmenu-menu.active {}

.cssmenu-menu-item {
    display: block;
    width: 90px;
    height: 90px;
}

.cssmenu-list {
    display: none;

        width: 216px;
    background: url(../images/floatbg_repeat_y.png) 50% 0 repeat-y;

    position: absolute;
    top: 0;
    right: 71px;
    z-index: 9;
}

.cssmenu-menu:hover .cssmenu-list {
    display: block;
}

/*#cssmenu ul ul:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: 32px;
    right: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #007dcb;
    background: none;
    overflow: visible;
}*/

.cssmenu-list li {
    /*background-color: #fff;
    border-left: 1px solid #007dcb;
    border-right: 1px solid #007dcb;

    padding-top: 1.3em;
    padding-bottom: 1.3em;
    padding-left: 1.4em;*/
        position: relative;
}

.cssmenu-list li:first-child {
    /*border-top: 1px solid #007dcb;
    border-radius: 10px 10px 0 0;*/
}

.cssmenu-list li:last-child {
  /*  border-bottom: 1px solid #007dcb;
    border-radius: 0 0 10px 10px;*/
}

.cssmenu-list li + li:before {
    content: ' ';
    display: block;
    background: #DCDCDC;
    height: 1px;
    margin-left: 12px;
    margin-right: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.cssmenu-list li:first-child:after {
    background:none;
}
.cssmenu-item {
    position: relative;
}

.cssmenu-item a {
  display: block;
    padding: 25px 0 25px 60px;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    cursor: pointer;
}

.cssmenu-item .cssmenu-icon {
    margin-right: 1em;
}
/*
.cssmenu-item span {
    display: block;
    line-height: 1.8em;
    font-family: 'STHeiti', 'microsoft yahei';
}

.cssmenu-item span b {
    display: block;
    font-weight: bold;
    color: #004763;
    font-size: 14px;
}

.cssmenu-item span em {
    display: block;
    font-style: normal;
    color: #007dcb;
    font-size: 10px;
}*/

.cssmenu-item a:hover {
   color:#e9c885;
}

/*.cssmenu-item:hover span {}

.cssmenu-item:hover span b {
    color: #fff;
}

.cssmenu-item:hover span em {
    color: #e1ff00;
    font-weight: bold;
}*/

.cssmenu-qrcode {
    display: none;
    padding: 0 8px 0 0;

    position: absolute;
    top: 0;
    right: 207px;
}

/*.cssmenu-qrcode:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: 32px;
    right: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #02b8fd;
    background: none;
    overflow: visible;
}*/

.cssmenu-item:hover .cssmenu-qrcode {
    display: block;
}
.cssmenu-list:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 216px;
    height: 27px;
    background: url(../images/floatbg_top.png) 50% 0 no-repeat;
}
.cssmenu-list li:after {
    content: '';
    position: absolute;
    top: -3px;
    right: 24px;
    left: 24px;
    height: 6px;
    background: url(../images/floatbg_line.png) 50% 0 no-repeat;
}
.cssmenu-list:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 216px;
    height: 16px;
    background: url(../images/floatbg_bottom.png) 50% 0 no-repeat;
}
.cssmenu-qrcode li {
    padding: 0;
    border: none;
    background-color: transparent;
}

.cssmenu-qrcode img {
    /*max-width: 119px; max-height: 119px;*/
    width: 119px;
    height: 119px;
    border-radius: 5px;
    border: 2px solid #e9c885;
    overflow: hidden;
}

/* cssmenu's Icon */
.cssmenu-menu i {
    display: block;
}

.cssmenu-menu-icon {
    width: 90px;
    height: 90px;
}

.cssmenu-icon {
    width: 22px;
    height: 22px;
}

.menu-item01 {
    background: url('../images/1.png') center no-repeat;
    /*    background: url('../images/menu1hover.png') center no-repeat;*/
    background-size: contain;
}



.menu-item02 {
    background: url('../images/2.png') center no-repeat;
    /*    background: url('../images/menu2hover.png') center no-repeat;*/
    background-size: contain;
}



.menu-item03 {
    background: url('../images/3.png') center no-repeat;
    /*    background: url('../images/menu3hover.png') center no-repeat;*/
    background-size: contain;
}



.menu-item04 {
    background: url('../images/4.png') center no-repeat;
    /*    background: url('../images/menu4hover.png') center no-repeat;*/
    background-size: contain;
}
.menu-item05 {
    background: url('../images/5.png') center no-repeat;
    /*    background: url('../images/menu4hover.png') center no-repeat;*/
    background-size: contain;
}


.first-btn01 {
    background: url(../images/float_icon01.png) 20px 50% no-repeat;
}
.first-btn02 {
    background: url(../images/float_icon02.png) 20px 50% no-repeat;
}
.first-btn03 {
    background: url(../images/float_icon03.png) 20px 50% no-repeat;
}
.first-btn04 {
    background: url(../images/float_icon04.png) 20px 50% no-repeat;
}
.first-btn05 {
    background: url(../images/float_icon05.png) 20px 50% no-repeat;
}

.second-btn01 {
    background: url(../images/float_icon05.png) 20px 50% no-repeat;
}
.second-btn02 {
    background: url(../images/float_icon07.png) 20px 50% no-repeat;
}
.second-btn03 {
    background: url(../images/f3.png) 20px 50% no-repeat;
}
.second-btn04 {
    background: url(../images/f4.png) 20px 50% no-repeat;
}
.third-btn01 {
    background: url(../images/float_icon08.png) 20px 50% no-repeat;
}
.third-btn02 {
    background: url(../images/float_icon09.png) 20px 50% no-repeat;
}
.third-btn03 {
    background: url(../images/float_icon10.png) 20px 50% no-repeat;
}
.third-btn04 {
    background: url(../images/float_icon11.png) 20px 50% no-repeat;
}
.third-btn05 {
    background: url(../images/float_icon12.png) 20px 50% no-repeat;
}
.third-btn06 {
    background: url(../images/float_icon13.png) 20px 50% no-repeat;
}
/*------poker-----------------------*/
#poker .banner {
	margin-top: 40px;
	position: relative;
	height: 276px;
	background: url(../images/poker_banner.jpg) no-repeat center top;
}
#poker #main .wrap {
	background-color: #FFF;
}
#poker #main {
	padding: 10px 0;
	    background: transparent;
	
}
#poker .inner {
	margin: 0 0 0;
	background-color: #fff;
}
#poker .inner .tabUl {
	padding-top: 10px;
}
#poker .inner .tabUl li {
	margin: 0 5px 5px 1px;
	width: 144px;
	float: left;
	position: relative;
}
#poker .inner .tabUl li .hot {
	position: absolute;
	top: -4px;
	right: 4px;
}
#poker .inner .tabUl li .hot2 {
	top: -6px;
}
#poker .inner .tabUl li a,
#poker .inner .tabUl li > span {
	display: block;
	overflow: hidden;
	zoom: 1;
}
#poker .tabBox {
	text-align: center;
}
#poker{
	background: url(../images/poker_w.jpg) no-repeat center top #E9E9E9;
}
#poker #main .slotsBox {clear: both;
    padding: 30px 0 10px;
    /*background-color: #000;*/
    text-align: center;
}
#poker #main .slotsBox .tabPanel {
    margin: 0 auto;
 
}
/*#poker #main .slotsBox .tabPanel li {
    margin: 0 5px 17px;
    width: 182px;
    height: 210px;
    float: left;
    overflow: hidden;
    background: url(../images/bg_1.png) no-repeat center center;
}
#poker #main .slotsBox .tabPanel li .txt {
    display: block;
    color: #ffe49b;
    font-size: 12px;
    height: 45px;
    line-height: 55px;
    text-align: center;
}
#poker #main .slotsBox .tabPanel li a {
    margin: 15px 7px 0;
    height: 136px;
    display: block;
    text-align: center;
}
#poker #main .slotsBox .tabPanel li a img {
    width: 92%;
    height: 98%;
}*/
/* 登录通则页面  */
#protocol-body-wrap {width: 100%;background: url(../images/rule-bg.jpg) repeat-x #001413;}
#protocol-body-wrap .protocol-inner {width: 1001px;margin: 0 auto;position: relative;background:url(../images/rule-top.jpg) no-repeat left top;}
#rule-logo {background: url(../images/logo_1.png?=2) no-repeat 15px center;width: 387px;height: 111px;}
.protocol-tab {width: 400px;height: 34px;line-height: 34px;font-size: 14px;font-family: "微软雅黑";position: absolute;right: 45px;top: 45px;}
.protocol-tab ul li {width: 89px;height: 34px;text-align: center;float: left;cursor: pointer;position: relative;z-index: 1;color: #fff;}
.protocol-tab ul li.current {background: url(../images/rule-nav-on.png) no-repeat;color: #732f0a;}
.protocol-con {position: relative;z-index: 1;width: 1001px;background: #402503;padding-bottom: 1px;}
/*.protocol-con .protocol-title {height: 48px;line-height: 48px;width: 100%;text-align: center;background: url(../images/rule-line.png) no-repeat bottom center;color: #fff;margin-bottom: 20px;}*/
.protocol-con .protocol-btn {height: 30px;margin: 0 auto 15px;width: 280px;margin-top: 8px;}
.protocol-con .protocol-btn .no-agree-btn {background: url(../images/rule-btn-bg.png) no-repeat;cursor: pointer;float: left;font-family: "微软雅黑";font-size: 14px;line-height: 39px;line-height: 39px; margin-right: 10px;text-align: center;width: 140px;color: #402503;display: inline;_margin-right: 5px;}
.protocol-con .protocol-btn .agree-btn {background: url(../images/rule-btn-bg.png) no-repeat;cursor: pointer;display: block;font-family: "微软雅黑";font-size: 14px;height: 39px;line-height: 39px;margin-left: 150px;text-align: center;width: 140px;color: #402503;}
.pro-content {padding: 0px 50px 0px 50px;width: 880px !important;color: #fff;border: 1px solid #fcefc9;margin:0 auto;}
.pro-content .pro-tit {height: 40px;line-height: 40px;text-align: left;font-size: 14px;color: #e8b627;}
.pro-content p{font-size: 12px;line-height: 2.5em;text-indent: 1em;}
.pro-content ol li{font-size: 12px;line-height: 2.5em;list-style-type:decimal;margin-left:2em}
.copy-right {height: 62px;line-height: 62px;width: 100%;text-align: center;color: #bb9c52;}
div.flicking_con{position:absolute;bottom: 0px;left:35%;z-index:999;width:300px;height:21px;margin:0 0 0 -50px;}
div.flicking_con a{float:left;width:21px;height:21px;margin:0;padding:0;background:url(../images/btn_main_img_1.png) 0 0 no-repeat;display:block;text-indent:-1000px}
div.flicking_con a.on{background-position:0 -21px}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}


 .qplist .qpren1 {
  background-image: url(../images/cq8.png);
      background-position: 0 center;
        background-repeat: no-repeat;
    background-size: cover;
}
 .qplist .qpren2 {
  background-image: url(../images/cq15.png);
      background-position: 0 center;
        background-repeat: no-repeat;
    background-size: cover;
}
 .qplist .qpren3 {
  background-image: url(../images/cq10.png);
      background-position: 0 center;
        background-repeat: no-repeat;
    background-size: cover;
}
 .qplist .qpren4 {
  background-image: url(../images/cq11.png);
      background-position: 0 center;
        background-repeat: no-repeat;
    background-size: cover;
}
 .qplist .qpren5 {
  background-image: url(../images/cq12.png);
      background-position: 0 center;
        background-repeat: no-repeat;
    background-size: cover;
}
 .qplist .qpren6 {
  background-image: url(../images/cq13.png);
      background-position: 0 center;
        background-repeat: no-repeat;
    background-size: cover;
}
 .qplist .qpren7 {
  background-image: url(../images/cq14.png);
      background-position: 0 center;
        background-repeat: no-repeat;
    background-size: cover;
}
 .qplist .qpren8 {
  background-image: url(../images/cq16.png);
      background-position: 0 center;
        background-repeat: no-repeat;
    background-size: cover;
}
 .qplist .qpren9 {
  background-image: url(../images/cq17.png);
      background-position: 0 center;
        background-repeat: no-repeat;
    background-size: cover;
}


/*20180825*/
.top #gNavi li .naviSection {
	
	position:absolute;
	/*left: -209px;*/
	
	width: 1002px;
	box-shadow: 2px 0 5px #DEDEDE, 0 2px 5px #DEDEDE;
	background-color: #FFF;
}
.top #gNavi li .navleft{
	left: -209px;top: 82px;display:none;
}
.top #gNavi .naviSection .naviSub {
	width: 1002px;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
}
.top #gNavi .naviSection .naviSub .arrow {
	position: absolute;
	top: -10px;
	left: 230px;
}
.top #gNavi .naviSection .naviSub .infoNavi {
	float: left;
	width: 245px;
	min-height: 406px;
	padding: 20px 0 0 20px;
	box-sizing: border-box;
	border-right: 1px solid #E4E4E4;
}
.top #gNavi .naviSection .naviSub .infoNavi:last-child {
	border-right: none;
}
.top #gNavi .naviSection .naviSub .subInfo {
	margin-bottom: 7px;
	overflow: hidden;
	zoom: 1;
}
.top #gNavi .naviSection .naviSub .subInfo li {
	float: left;
	width: 100px;
	margin: 0 10px 6px 0;
	line-height: 24px;
	text-align: left;
	font-size: 13px;
}
.top #gNavi .naviSection .naviSub .subInfo02 li {
	/*width: 100%;*/
}
.top #gNavi .naviSection .naviSub .subInfo li a {
	padding: 0 0 0 5px;
	display: block;
	color: #444444;
}
.top #gNavi .naviSection .naviSub .subInfo li a:hover {
	color: #f00;
	border: none;
	font-weight: bold;
	background-color: inherit;
}
.top #gNavi .naviSection .naviSub .ttl {
	margin-bottom: 15px;
	padding-left: 10px;
	text-align: left;
	line-height: 26px;
	color: #fff;
	font-size: 16px;
	clear: both;
	float: none;
	border-bottom: 1px solid #e4e4e4;
	background: url(../images/text_bg.png) no-repeat left top;
}
.top #gNavi .naviSection .naviSub .more {
	clear: both;
	text-align: left;
	font-size: 12px;
}
.top #gNavi .naviSection .infoNavi .more a {
	color: #bbbbbb!important;
	border-bottom: none;
	padding: 0;
	background-color: inherit !important;
}
.subInfo .more a {
	color: #bbbbbb!important;
	border-bottom: none;
	padding: 0;
	background-color: inherit !important;
}
.subInfo .more1 a {
	color: #bbbbbb!important;
	border-bottom: none;
	padding: 0;
	background-color: inherit !important;
}
.top #gNavi .naviSection .naviSub .more a:hover {
	color: #f00 !important;
	font-weight:normal !important;
	background-color: inherit;
	border: none;
}

/*捕鱼*/
	#fish #header {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	z-index: 1100;
	background-color: #241D1C;
}
#fish #main {
	padding: 262px 0 15px;

	position: relative;
	background: #046FD9 url(../images/fish_bg.jpg) no-repeat center top;
	z-index: 1;
}
#fish .pages {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	padding: 15px 0;
}
#fish .pages .section {
	padding: 0 0 0 42px;
	background: url(../images/fish_center.png) repeat-y center top;
}
#fish .pages:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	height: 61px;
	width: 1100px;
	background: url(../images/fish_top.png) no-repeat center top;
}
#fish .pages:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 61px;
	width: 1100px;
	background: url(../images/fish_bottom.png) no-repeat center top;
}
#fish .pages .ulList {
	position: relative;
	z-index: 1100;
}
#fish .pages .ulList li {
	float: left;
	width: 160px;
	margin: 24px 12px 23px 0;
}
#fish .pages .ulList li.spe {
}
#fish .pages .ulList li.spe2 {
}
#fish .pages .ulList li a {
	display: block;
	text-align: center;
	height: 180px;
	transition: all 0.4s;
}
#fish .pages .ulList li a:hover {
	transform: translateY(-5px);
	background: url(../images/li_bg_1.png) no-repeat center top;
}
#fish .pages .ulList li a img {
	margin-bottom: 18px;
}
#fish .pages .ulList li a .play {
	display: none;
}
#fish .pages .ulList li a .text {
	text-align: center;
	font-size: 14px;
}
#fish .pages .ulList li a:hover .text {
	display: none;
}
#fish .pages .ulList li a:hover .play {
	display: block;
}
#fish .pages .ulList li a:hover .play span {
	font-size: 14px;
	color: #ff0;
	padding-right: 30px;
	background: url(../images/arrow_2.png) no-repeat right center;
}

	.qpren1 {
	 
	    height: 198px;
	    margin: 10px auto 0;
	    background-repeat: no-repeat;
	    background-position: center left;
	}
	.qpren1:hover  {
	    background-position: center right;
	}


	
/*new nav*/
.nav #gNavi .naviBox {
			display: none;
			width: 100%;
			position: absolute;
			/*top: 84px;*/
			left:0;
			z-index: 1500;
			background: url('../images/s_navi_bg.png') repeat center top;

		}
		.nav #gNavi .naviBox .naviSection {
			width: 100%!important;
			padding-top:10px;
			min-height: 234px;
			border-top: 1px solid #CCDAE6;
			background: url('../images/s_navi_bg.png') repeat center top;
		}
		.nav #gNavi .naviBox.imgNavi .naviSection {
			padding-top: 0;
		}
		.nav #gNavi .naviBox .naviTtl {
			padding-top: 30px;
			float: left;
		}
		.nav #gNavi .subNavi {
			padding: 15px 0 15px;
			width: 960px;
			float: right;
		}
		.nav #gNavi .subNavi li {
			float: left;
			height: auto;
			margin-right: 0;
			width: 120px;
			font-size: 13px;
			padding: 15px 0;
			position: relative;
		}
		.nav #gNavi .subNavi li a {
			padding: 2px 0;
			height: auto;
			color: #fff;
			line-height:30px;
			background: none;
		}
		.nav #gNavi .subNavi li a .txt {
			font-size: 14px;
			color: #323232;
			display: block;
			text-align: center;
			line-height: 20px;
			margin-top: 10px;
		}
		.nav #gNavi .subNavi li a:hover .txt {
			color:#32a8ff;
		}
		.nav #gNavi .subNavi li a .img {
			display: flex;
			display: -webkit-flex;
			height: 40px;
			align-items: center;
			-webkit-align-items: center; 
			justify-content:center;
			-webkit-justify-content:center;
		}
		.nav #gNavi .subNavi li a i {
			font-style: normal;
			font-size: 14px;
			color: #1379D7;
			border: 1px solid #1379D7;
			border-radius: 25px;
			display: block;
			width: 80px;
			margin: 0 auto;
			text-align: center;
			line-height: 30px;
		}
		.nav #gNavi .subNavi li a:hover i {
			background-color: #1379D7;
			color:#fff;
		}
		.nav #gNavi .subNavi li .hot {
			top: 3px;
			right: -3px;
		}
		.nav #gNavi .navi02 .subNavi li a,
		.nav #gNavi .navi03 .subNavi li a,
		.nav #gNavi .navi07 .subNavi li a {
			color: #FFF;
		}
		.nav #gNavi .subNavi li.first a {
			color: #F00;
			font-weight: bold;
		}
		.nav #gNavi .subNavi li .tg7 {
			color: #d33024 !important;
		}
		.nav #gNavi .subNavi li .color07 {
			color: #ffd053 !important;
		}
		.nav #gNavi .subNavi li .color00 {
			color: #F00 !important;
			font-weight: bold;
		}
		.nav #gNavi .subNavi li a:hover {
			border-bottom: none;
			background: none;
			color: #ffdf2f;
		}
		.nav #gNavi .subNavi li .arrow {
			position: absolute;
			top: -8px;
			left: 106px;
		}
		.nav #gNavi .naviBox2 {
			width: 120px;
			left: -20px;
		}
		.nav #gNavi .naviBox2 .subNavi {
			width:110px;
		}
		.nav #gNavi .naviBox2 li .arrow {
			left: 53px;
		}

		.nav #gNavi .naviSection .indexNavi {
			margin: 0 auto;
			width: 1200px;
			box-sizing: border-box;
			padding: 10px;
			position: relative;
		}
		.nav #gNavi .naviSection .indexNavi .arrow {
			position: absolute;
			top: -7px;
			left: 22px;
		}
		.nav #gNavi .naviSection .indexNavi .infoNavi {
			float: left;
			width: 295px;
			min-height: 406px;
			padding: 20px 0 0 20px;
			box-sizing: border-box;
			border-right: 1px solid #323237;
		}
		.nav #gNavi .naviSection .indexNavi .infoNavi:last-child {
			border-right: none;
		}
		.nav #gNavi .naviSection .indexNavi .subInfo {
			margin-bottom: 37px;
			overflow: hidden;
			zoom: 1;
		}
		.nav #gNavi .naviSection .indexNavi .subInfo li {
			float: left;
			width: 100px;
			margin: 0 10px 6px 0;
			line-height: 24px;
			text-align: left;
			font-size: 13px;
		}
		.nav #gNavi .naviSection .indexNavi .subInfo02 li {
			width: 100%;
		}
		.nav #gNavi .naviSection .indexNavi .subInfo li a {
			padding: 0 0 0 5px;
			display: block;
			font-size: 13px;
			color: #fff;
		}
		.nav #gNavi .naviSection .indexNavi .subInfo li a.red {
			color: #f00;
		}
		.nav #gNavi .naviSection .indexNavi .subInfo li a:hover {
			color: #201109;
			font-weight: bold;
			border: none;
			background-color: #c6a46c;
		}
		.nav #gNavi .naviSection .indexNavi .ttl {
			margin-bottom: 20px;
			text-align: left;
			color: #c6a46c;
			font-size: 16px;
			clear: both;
		}
		.nav #gNavi .naviSection .indexNavi .more {
			clear: both;
			text-align: left;
		}
		.nav #gNavi .naviSection .indexNavi .more a {
			color: #666;
			border-bottom: none;
			padding: 0;
			font-size: 12px;
			background-color: inherit !important;
		}
		.nav #gNavi .naviSection .indexNavi .more a:hover {
			color: #E0DA78 !important;
			font-weight:normal !important;
		}
		.nav #gNavi .reNavi {
			width: 1200px;
			margin: 0 auto;
			text-align: left;
		}
		.nav #gNavi .reNavi ul {
			float: left;
			width: 150px;
			min-height: 380px;
			padding: 20px 0 0 20px;
			box-sizing: border-box;
			border-right: 1px solid #323237;
		}
		.nav #gNavi .reNavi ul>li.title {
		 	color: #c6a46c;
		    font-size: 16px;
		    line-height: 1;
		    margin: 0 0 20px;
		}
		.nav #gNavi .reNavi ul>li {
			line-height: 24px;
			margin: 0 10px 6px 0;
			position: relative;
		}
		.nav #gNavi .reNavi ul>li .hot {
			right: 12px;
		}
		.nav #gNavi .reNavi ul>li a {
			padding: 0 0 0 5px;
			display: block;
			font-size: 13px;
			color: #fff;
		}
		.nav #gNavi .reNavi ul>li a:hover {
			color: #201109;
			font-weight: bold;
			background-color: #c6a46c;
		}
		.nav #gNavi .naviBox .imgNavi {
			width: 610px;
			height: 200px;
			border: 1px solid #323237;
			background: url('../images/s_navi_bg.png') repeat center top;
			padding: 5px 0 5px 5px;
			box-sizing: border-box;
			border-top:2px solid #7b401e;
		}
		.nav #gNavi .naviBox .imgNavi .ttl {
			float: left;
			margin-right: 10px;
		}
		.nav #gNavi .imgNavi .subImg {
			float: left;
			width: 516px;
			margin-right: -10px;
			border:none;
			background:none;
			padding: 0;
		}
		.nav #gNavi .imgNavi .subImg li {
			float: none;
			height: auto;
			margin: 0 0 18px;
			width: 129px;
			float: left;
			font-size: 13px;
			border-bottom: none;
			position: relative;
		}
		.nav #gNavi .imgNavi .subImg li a {
			display: block;
			padding: 0;
			height: auto;
			color: #fff;
			text-align: left;
		}
		.nav #gNavi .imgNavi .subImg li a img {
			margin-right: 5px;
			float: left;
		}
		.nav #gNavi .imgNavi .subImg li a span {
			display: inline-block;
			line-height: 49px;
			font-size: 12px;
		}
		.nav #gNavi .imgNavi .subImg li a:hover span {
			color: #f00;
		}
		.nav #gNavi .imgNavi .subImg li .hot {
			top: 3px;
			right: 5px;
		}
		.nav #gNavi .imgNavi .navi02 .subImg li a,
		.nav #gNavi .imgNavi .navi03 .subImg li a,
		.nav #gNavi .imgNavi .navi07 .subImg li a {
			color: #333;
		}
		.nav #gNavi .imgNavi .subImg li a:hover {
			border-bottom: none;
			background: none;
			color: #fff;
			border-top: none;
		}
		.nav .gNaviBox .link {
			margin: 10px 1px 0 0;
			width: 120px;
			float: right;
		}
		.nav .gNaviBox .link a {
			display: block;
			color: #fff;
			font-size: 14px;
			line-height: 38px;
			text-align: center;
			border: 1px solid #9F865C;
			border-radius: 20px;
			box-sizing: border-box;
		}
		.nav .gNaviBox .link a:hover {
			background: #c6a46c;
		}
		.nav .gNaviBox .link a span {
			padding-left: 30px;
			color:#9F865C;
			display: inline-block;
			background: url('../images/h_img.png') no-repeat left center;
		}
		.nav .gNaviBox .link a:hover span {
			color: #000;
			background: url('../images/h_img_over.png') no-repeat left center;
		}
		.nav #gNavi li .appNavi .inner {
			margin: 0 auto;
			width: 1220px;
			padding: 19px 0 27px 20px;
			overflow: hidden;
			zoom: 1;
		}
		.nav #gNavi li:nth-child(10) .appNavi .naviSection {
			min-height: 220px;
		}
		.nav #gNavi li .appNavi ul {
			float: left;
		}
		.nav #gNavi li .appNavi li {
			margin-right: 5px;
			float: left;
			color: #323232;
			font-size: 18px;
		}
		.nav #gNavi li .appNavi li img {
			margin: 0 auto 13px;
			display: block;
		}
		.nav #gNavi li .appNavi li.ma {
			color: #646464;
			font-size: 12px;
			line-height: 1.6;
		}
		.nav #gNavi li .appNavi li.ma img {
			margin-bottom: 15px;
		}
		.nav #gNavi li .appNavi li.ma span {
			color: #1379d7;
		}
		.nav #gNavi li .appNavi .mBox {
			margin: -3px 44px 0 40px;
			padding: 0 30px 0 41px;
			width: 430px;
			height: 175px;
			float: left;
			box-sizing: border-box;
			border-left: 1px solid #B1D1ED;
			border-right: 1px solid #B1D1ED;
		}
		.nav #gNavi li .appNavi .mBox li {
			margin: 0;
		}
		.nav #gNavi li .appNavi .rBox {
			float: left;
		}
		.nav #gNavi li .appNavi .rBox .img {
			margin-top: 3px;
			float: left;
			color: #323232;
			font-size: 18px;
		}
		.nav #gNavi li .appNavi .rBox .img img {
			margin: 0 auto 17px;
			display: block;
		}
		.nav #gNavi li .appNavi .rBox .txtBox {
			width: 185px;
			float: right;
			margin-top: 30px;
		}
		.nav #gNavi li .appNavi .rBox .txtBox p {
			margin-bottom: 20px;
			color: #646464;
			font-size: 12px;
			line-height: 1.7;
		}
		.nav #gNavi li .appNavi .rBox .txtBox p span {
			margin-bottom: 6px;
			display: block;
			color: #f5faff;
		}
		.nav #gNavi li .appNavi .rBox .txtBox .btn a img {
			transition: all 0.3s;
		}
		.nav #gNavi li .appNavi .rBox .txtBox .btn a:hover img {
			transform: translateY(-5px);
		}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.fuli a{
	/*position: relative;*/
}
#header-bot ul li a.sjapp{
	position: absolute;
	width: 20px;
	right: 15px;
	top:-3px;
	line-height: 15px;
	text-decoration:none;
	color: #10fc10;

}
.p-re{
	position: relative;

}
.icon-e {
	    position: absolute;
    top: 10px;
    left: 884px;
    z-index: 100000;
}


.swiper-container {
    height: 440px;
}

.swiper-container .swiper-slide {
    text-align: center;
}

.swiper-container .swiper-pagination {
        left: 35%!important;
}

.swiper-container .swiper-pagination-bullet {
   float: left;
    width: 21px;
    height: 21px;
    margin: 0;
    padding: 0;
    background: url(../images/btn_main_img_1.png) 0 0 no-repeat;
    display: block;
    text-indent: -1000px;
}

.swiper-container .swiper-pagination-bullet-active {
   background-position: 0 -21px;
}
.time{display:block;float:left;position: absolute;left: -177px;top: 0px; color: #f00;font-weight: normal;}
#header-bot ul li .time span{
	width: 188px; color: #f00;font-weight: normal;
}