@font-face {font-family: "iconfont";
  src: url('iconfont/iconfont.eot?t=1462848962'); /* IE9*/
  src: url('iconfont/iconfont.eot?t=1462848962#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont/iconfont.woff?t=1462848962') format('woff'), /* chrome, firefox */
  url('iconfont/iconfont.ttf?t=1462848962') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont/iconfont.svg?t=1462848962#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-shengyin3kuai:before { content: "\e73d"; }
.icon-wushengyinkuai:before { content: "\e73f"; }

body {
    font-size: 14px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
body:before {
    display: block;
    height: 100px;
    content: '';
    background: white;
    min-width:320px;
}

input,
button,
select,
textarea {
	outline: 0;
	font-family: inherit;
}
.btn{border-radius:0;height: 30px !important;line-height: 28px !important;padding: 0px 12px !important;}
a {
	outline: 0;
	text-decoration: none;
}

img {
	vertical-align: middle;
}

font.f12 {
	font-size: 12px;
}

font.f13 {
	font-size: 13px;
}

font.f14 {
	font-size: 14px;
}

font.f16 {
	font-size: 16px;
}

font.f18 {
	font-size: 18px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.default-cursor {
	cursor: default;
}

.pointer-cursor {
	cursor: pointer;
}

.clear {
	clear: both;
}

.clear-header {
	height: 120px;
	clear: both;
}

.page-container {
	position: relative;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

.page-header {
	clear: both;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.page-header .toolbar {
	height: 40px;
	background-color: #262828;
}

.page-header .toolbar .links {
	float: right;
}

.page-header .toolbar .links > a {
	width: 120px;
	height: 40px;
	line-height: 38px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s ease 0s;
}

.page-header .toolbar .links > a:hover {
	background-color: #555;
}

.page-header .toolbar .links > a > i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../img/common/common_icon.png");
}

.page-header .toolbar .links > a > i.desktop {
	background-position: 0 0;
}

.page-header .toolbar .links > a > i.collect {
	background-position: -20px 0;
}

.page-header .toolbar .links > a > i.home {
	background-position: -40px 0;
}

.page-header .toolbar .infos {
	color: #fff;
}
.login-no,login-yes {
    display: none;
}
.page-header .toolbar .infos.left {
	float: left;
}

.page-header .toolbar .infos.right {
	float: right;
}

.page-header .toolbar .infos > div {
	float: left;
}

.page-header .toolbar .infos > .name {
	height: 40px;
	line-height: 38px;
}

.page-header .toolbar .infos > .account {
	height: 40px;
	line-height: 38px;
	margin: 0 6px;
}

.page-header .toolbar .infos > .account > i.arrow-bottom {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../img/common/common_icon.png");
	background-position: -60px 0;
}

.page-header .toolbar .infos > .message {
	height: 20px;
	line-height: 18px;
	margin: 10px 6px;
}

.page-header .toolbar .infos > .message > a {
	height: 20px;
	line-height: 18px;
	background-color: #2AC1CA;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 2px;
	padding: 0 6px;
}

.page-header .toolbar .infos > .money {
	height: 24px;
	line-height: 22px;
	margin: 8px 3px;
}

.page-header .toolbar .infos > .money > .value {
	padding: 0 3px;
}

.page-header .toolbar .infos > .money > .value > i.refresh {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: -5px;
	background-image: url("../img/common/common_icon.png");
	background-repeat: no-repeat;
	background-position: -140px 0;
	cursor: pointer;
}

.page-header .toolbar .infos > .link {
	position: relative;
	height: 40px;
	line-height: 38px;
	padding: 0 6px;
	color: #fff;
	text-decoration: none;
	float: left;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}

.page-header .toolbar .infos > .link:hover {
	background-color: #555;
}

.page-header .toolbar .infos > .link > .sub-list {
	position: absolute;
	top: 36px;
	left: -5px;
	width: 84px;
	background-color: #fff;
	z-index: 2;
	padding: 4px 0;
	border: 1px solid #e9e9e9;
	box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
	display: none;
}

.page-header .toolbar .infos > .link > .sub-list > i.arrow {
	position: absolute;
	width: 15px;
	height: 8px;
	top: -8px;
	left: 50%;
	margin-left: -7.5px;
	background-image: url("../img/common/common_icon.png");
	background-repeat: no-repeat;
	background-position: -160px 0;
}

.page-header .toolbar .infos > .link:hover > .sub-list {
	display: block;
}

.page-header .toolbar .infos > .link > .sub-list > .item {
	height: 24px;
	line-height: 22px;
	text-align: center;
}

.page-header .toolbar .infos > .link > .sub-list > .item > a {
	color: #393939;
	text-align: center;
	text-decoration: none;
	display: block;
}

.page-header .toolbar .infos > .link > .sub-list > .item > a:hover {
	color: #fff;
	background-color: #2AC1CA;
}

.page-header .toolbar .infos > .link > i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../img/common/common_icon.png");
	background-repeat: no-repeat;
}

.page-header .toolbar .infos > .link > i.arrow-bottom {
	width: 14px;
	background-position: -60px 0;
}

.page-header .navbar {
	height: 60px;
	background-color: #10aede;
}

.page-header .navbar .logo {
	width: 180px;
	height: 60px;
	float: left;
	background: url("../img/logo_s1.png") no-repeat left center;
}

.page-header .navbar .list {
	height: 60px;
	float: right;
}

.page-header .navbar .list > a {
	width: 132px;
	height: 60px;
	line-height: 58px;
	float: left;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}

.page-header .navbar .list > a:hover {
	background-color: #009bd7;
}

.page-header .navbar .list > a.active {
	background-color: #009bd7;
}

.page-header .navbar .list > a.right {
	margin-left: 20px;
}

.page-header .navbar .list > a > i {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../img/common/common_icon.png");
}

.page-header .navbar .list > a > i.arrow-bottom {
	width: 20px;
	height: 20px;
	background-position: -60px 0;
}

.page-header .navbar .list > a > i.customer-service {
	background-position: 0 -20px;
}

.page-footer {
	margin-top: 20px;
}

.page-footer .partner {
	height: 126px;
	background-color: #f4f4f4;
	border-top: 1px solid #cecece;
	background-image: url("../img/common/footer_bg.png");
}

.page-footer .partner .title {
	height: 50px;
	line-height: 48px;
	color: #8d8e8e;
	font-size: 16px;
}

.page-footer .partner .title > span {
	font-size: 12px;
	color: #c3c3c3;
	padding: 0 5px;
	vertical-align: -2px;
}

.page-footer .partner .list {
	height: 76px;
}

.page-footer .partner .list > a {
	height: 100%;
	display: block;
	float: left;
	background-image: url("../img/common/partner_list_icon.png");
	cursor: pointer;
}

.page-footer .partner .list > a.ag {
	width: 86px;
	background-position: 0 0;
}

.page-footer .partner .list > a.bbin {
	width: 162px;
	background-position: -86px 0;
}

.page-footer .partner .list > a.ea {
	width: 94px;
	background-position: -248px 0;
}

.page-footer .partner .list > a.hg {
	width: 156px;
	background-position: -342px 0;
}

.page-footer .partner .list > a.riental {
	width: 150px;
	background-position: -498px 0;
}

.page-footer .partner .list > a.bet188 {
	width: 106px;
	background-position: -648px 0;
}

.page-footer .partner .list > a.mg {
	width: 178px;
	background-position: -754px 0;
}

.page-footer .partner .list > a.pt {
	width: 118px;
	background-position: -932px 0;
}

.page-footer .service {
	height: 56px;
	line-height: 54px;
	background-color: #262828;
}

.page-footer .service .copyright {
	color: #fff;
	float: left;
}

.page-footer .service .links {
	color: #fff;
	float: right;
}

.page-footer .service .links > a {
	color: #fff;
	text-decoration: none;
	padding: 0 3px;
}

.back-to-top {
	position: absolute;
	width: 150px;
	height: 454px;
	padding-top: 150px;
	top: 460px;
	background-image: url("../img/common/back_to_top.png");
	z-index: 9999;
	display: none;
}

.back-to-top.navigate {
	z-index: 10001;
}

.back-to-top.fixed {
	position: fixed;
	top: 120px;
}

.back-to-top > a.link {
	height: 48px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 4px;
	cursor: pointer;
	text-decoration: none;
}

.back-to-top > a.top {
	height: 40px;
	width: 40px;
	display: block;
	margin: 4px auto 0 auto;
	cursor: pointer;
}



.login-form2 {
	position: absolute;
	width: 260px;
	height: 240px;
	top: 20px;
	left: 42px;
	background-color: rgba(0,0,0,0.3);
	z-index: 99;
}

.login-form2 > .title {
	height: 40px;
	padding: 0 20px;
	color: #fff;
	line-height: 58px;
	font-size: 18px;
}

.login-form2 > .row {
	padding: 20px 20px 0 20px;
}

.login-form2 > .row > .label {
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
}

.login-form2 > .row > .input {
	position: relative;
}

.login-form2 > .row > .input > input[type="text"],
.login-form2 > .row > .input > input[type="password"] {
	height: 32px;
	font-size: 13px;
	border: none;
	background-color: #fff;
	width: 100%;
	text-indent: 32px;
}

.login-form2 > .row > .input > i.icon {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url("../img/common/common_icon.png");
	background-repeat: no-repeat;
}

.login-form2 > .row > .input > i.icon.username {
	background-position: 0 -50px;
}

.login-form2 > .row > .input > i.icon.password {
	background-position: -32px -50px;
}

.login-form2 > .submit {
	height: 36px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 34px;
	cursor: pointer;
	display: block;
	background-color: #009ee6;
	margin: 20px 20px 0 20px;
	text-align: center;
	transition: all 0.2s ease 0s;
}

.login-form2 > .submit:hover {
	background-color: #12b5ff;
}

.login-form2 > .actions {
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
}

.login-form2 > .actions > a {
	color: #fff;
	text-decoration: none;
}


.page-menu {
	padding: 10px 0;
}
.page-menu .nav {
	margin: 0 -5px;
	overflow: hidden;
}

.page-menu .nav > a {
	height: 40px;
	width: 80px;
	line-height: 40px;
	text-align: center;
	color: #000;
	background-color: #f1f1f1;
	display: block;
	float: left;
	margin: 0 5px;
	text-decoration: none;
	cursor: pointer;
}

.page-menu .nav > a.active,
.page-menu .nav > a:hover {
	background-color: #F99326;
	color: #fff;
}


#jBox-overlay {
	background-color: rgba(0, 0, 0, 0.4);
}

.common-modal {
	overflow: hidden;
	border-radius: 0;
	box-shadow: none;
	box-shadow: 0 0 10px #666;
}

.common-modal .jBox-content {
	padding: 20px;
}

.common-modal.grey .jBox-content {
}

.common-modal .jBox-container {
	border-radius: 5px;
	box-shadow: none;
}

.common-modal .jBox-title {
	height: 30px;
	line-height: 28px;
	background-color: #00C4FF;
	border-radius: 5px 5px 0px 0px;
	border-bottom: none;
	text-shadow: none;
	font-size: 14px;
	padding: 0 20px;
	color: #fff;
}

.common-modal .jBox-title .icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-image: url("../img/manager/manager_icon.png");
	background-repeat: no-repeat;
	vertical-align: -18px;
	margin-right: 10px;
	display: none;
}

.common-modal .jBox-title .icon.lock {
	background-position: 0 0;
}

.common-modal .jBox-title .icon.money {
	background-position: -50px 0;
}

.common-modal .jBox-title .icon.security {
	background-position: -100px 0;
}

.common-modal .jBox-title .icon.card {
	background-position: -150px 0;
}

.common-modal .jBox-title .icon.pen {
	background-position: -200px 0;
}

.common-modal .jBox-title .icon.email {
	background-position: -250px 0;
}

.common-modal .jBox-title .icon.user {
	background-position: -300px 0;
}

.common-modal .jBox-title .icon.personal {
	background-position: -350px 0;
}

.common-modal .jBox-title .title-sm {
	font-size: 14px;
}

.common-modal .jBox-title .jBox-closeButton {
	width: 60px;
}

.common-modal .jBox-title .jBox-closeButton svg {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-right: -10px;
}

.common-modal .jBox-title .jBox-closeButton path {
	fill: #fff;
}

.common-modal .jBox-title .jBox-closeButton path:hover {
	fill: #fff;
}

.common-notice {
	margin-top: 36px;
}

.common-notice .jBox-container {
	color: #000;
	background: #f5f5f5;
	text-shadow: 0px 1px 0px #FFF;
	box-shadow: 0 0 3px #666;
}


.common-confirm,
.common-alert {
	/* box-shadow: 5px 5px rgba(102, 102, 102, 0.2); */
	box-shadow: 0 0 10px #666;
}

.common-confirm .jBox-title,
.common-alert .jBox-title {
	height: 35px;
	line-height: 34px;
	background-color: #00C4FF;
	border: none;
	border-radius: 0;
	border-bottom: none;
	text-shadow: none;
	font-size: 16px;
	padding: 0 12px;
	color: #fff;
}

.common-confirm .jBox-title .icon,
.common-alert .jBox-title .icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-image: url("../img/common/common_modal_icon.png");
	background-repeat: no-repeat;
	vertical-align: -14px;
	margin-right: 8px;
	display: none;
}

.common-confirm .jBox-title .icon.warning,
.common-alert .jBox-title .icon.warning {
	background-position: 0 -56px;
}

.common-confirm .jBox-title .icon.info,
.common-alert .jBox-title .icon.info {
	background-position: -40px -56px;
}

.common-confirm .jBox-title .icon.question,
.common-alert .jBox-title .icon.question {
	background-position: -80px -56px;
}

.common-confirm .jBox-title .icon.success,
.common-alert .jBox-title .icon.success {
	background-position: -120px -56px;
}

.common-confirm .jBox-title .jBox-closeButton,
.common-alert .jBox-title .jBox-closeButton {
	width: 50px;
}

.common-confirm .jBox-title .jBox-closeButton svg,
.common-alert .jBox-title .jBox-closeButton svg {
	width: 18px;
	height: 18px;
	margin-top: -9px;
	margin-right: -9px;
}

.common-confirm .jBox-title .jBox-closeButton path,
.common-alert .jBox-title .jBox-closeButton path {
	fill: #fff;
}

.common-confirm .jBox-title .jBox-closeButton path:hover,
.common-alert .jBox-title .jBox-closeButton path:hover {
	fill: #fff;
}

.common-confirm .jBox-container,
.common-alert .jBox-container {
	border-radius: 0;
	box-shadow: none;
}

.common-confirm .jBox-content,
.common-alert .jBox-content {
	position: relative;
	line-height: 24px;
	padding: 30px 0 18px 0;
	width: 580px !important;
	min-width: 580px !important;
	max-width: 580px !important;
	text-align: left;
}

.common-confirm .jBox-content .msg,
.common-alert .jBox-content .msg {
	width: 256px;
	padding: 12px 0;
	font-size: 16px;
	line-height: 24px;
	color: #787876;
	margin-left: 220px;
}

.common-confirm .jBox-content .msg .copy,
.common-alert .jBox-content .msg .copy {
	color: #2FD8E2;
	cursor: pointer;
	text-decoration: underline;
}

.common-confirm .jBox-content i.icon,
.common-alert .jBox-content i.icon {
	position: absolute;
	width: 56px;
	height: 56px;
	top: 50%;
	left: 130px;
	margin-top: -22px;
	background-image: url("../img/common/common_modal_icon.png");
}

.common-confirm .jBox-content i.icon.warning,
.common-alert .jBox-content i.icon.warning {
	background-position: 0 0;
}

.common-confirm .jBox-content i.icon.info,
.common-alert .jBox-content i.icon.info {
	background-position: -56px 0;
}

.common-confirm .jBox-content i.icon.question,
.common-alert .jBox-content i.icon.question {
	background-position: -112px 0;
}

.common-confirm .jBox-content i.icon.success,
.common-alert .jBox-content i.icon.success {
	background-position: -168px 0;
}

.common-confirm .jBox-Confirm-footer,
.common-alert .jBox-Confirm-footer {
	background: none;
	border: none;
	padding: 0 0 40px 0;
}

.common-confirm .jBox-Confirm-footer .jBox-Confirm-button,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button {
	width: 140px;
	height: 32px;
	line-height: 30px;
	text-shadow: none;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	background-color: #2AC1CA;
}

.common-confirm .jBox-Confirm-footer .jBox-Confirm-button > i.icon,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button > i.icon {
	width: 20px;
	height: 28px;
	display: inline-block;
	background-image: url("../img/common/common_modal_icon.png");
	background-repeat: no-repeat;
	vertical-align: -5px;
	margin-left: 8px;display:none
}

.common-confirm .jBox-Confirm-footer .jBox-Confirm-button > i.icon.close,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button > i.icon.close {
	background-position: 0 -91px;
}

.common-confirm .jBox-Confirm-footer .jBox-Confirm-button > i.icon.ok,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button > i.icon.ok {
	background-position: -20px -96px;
}

.common-confirm .jBox-Confirm-footer .jBox-Confirm-button-submit,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button-submit {
	background-color: #00C4FF;
}

.common-confirm .jBox-Confirm-footer .jBox-Confirm-button-submit:hover,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button-submit:hover {
	background-color: #00C4FF;
}

.common-confirm .jBox-Confirm-footer .jBox-Confirm-button-cancel,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button-cancel {
	background-color: #00C4FF;
}

.common-confirm .jBox-Confirm-footer .jBox-Confirm-button-cancel:hover,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button-cancel:hover {
	background-color: #13c8ff;
}

.common-alert .jBox-Confirm-footer .jBox-Confirm-button-cancel {
	display: none;
}

.jBox-Confirm table.msg-info {
	width: 80%;
}

.jBox-Confirm table.msg-info > tbody > tr {
	line-height: 24px;
}

.jBox-Confirm table.msg-info > tbody > tr > td {
	padding: 0 8px;
}

.jBox-Confirm table.msg-info > tbody > tr > td.label {
	width: 40%;
	text-align: right;
}

.jBox-Confirm table.msg-info > tbody > tr > td.value {
	width: 60%;
	text-align: left;
}

/* Tooltip */
.jBox-Tooltip .jBox-content {
	padding: 10px;
}


select.form-control {
/* 	font-size: 14px;
	line-height: inherit;
	font-weight: normal;
	text-transform: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e9e9e9;
	padding: 0;
	border-radius: 0;
	color: #787876; */
}
.form-horizontal textarea.form-control {
    height: 100px !important;
}
textarea.form-control {
	font-size: 14px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 5px 8px;
    color: #787876;
	resize: none;

	line-height: 24px;
}
.wrapper-send textarea.form-control{height: 205px !important;}

.form-control{height: 28px !important;line-height: 28px !important;border-radius: 0;padding: 0px 3px !important;}
input.form-control {
	font-size: 14px;
	border: 1px solid #CECECE;
	padding: 0 5px;
}
.form-inline [name="time"]{
	width:190px
}
.input {
	color: #787876;
	transition: all 0.2s ease 0s;
}

.input:hover {
	color: #555;
	border-color: #999;
}

.input-focus,.input-focus:hover {
	border-color: #78C674;
	background-color: #F2FEF2;
	color: #555;
}

.input-detect,.input-detect:hover {
	border-color: #EDC7AE;
	background-color: #FFFCF6;
	color: #555;
}

.input-error,.input-error:hover {
	border-color: #FF819C;
	background-color: #FFF7F9;
}

.input-success,.input-success:hover {
	color: #555;
	background-color: FBFBFB;
}

.input:focus,.input-detect:focus,.input-error:focus,.input-success:focus {
	border-color: #78C674;
	background-color: #F2FEF2;
	color: #555;
	outline: none;
}

.input-disable,.input-disable:focus,.input-disable:hover {
	background-color: #EBEBEB;
	border-color: #CECECE;
	color: #BDBDBD;
	cursor: default;
}


.lottery-order-details {
	color: #787876;
}

.lottery-order-details > table.info {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.lottery-order-details > table.info > tbody > tr {
	line-height: 30px;
}

.lottery-order-details > table.info > tbody > tr > td {
	padding: 5px 10px;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

.lottery-order-details > table.info > tbody > tr > td.label {
	width: 20%;
	text-align: right;
}

.lottery-order-details > table.info > tbody > tr > td.value {
	width: 30%;
}

.lottery-order-details > table.info > tbody > tr > td.v-middle {
	vertical-align: middle;
}

.lottery-order-details .text-codes {
	word-break: break-word;
	line-height: 20px;
}

.lottery-order-details > .button-groups {
	margin: 0 -10px;
	padding-top: 15px;
	text-align: center;
}

.lottery-order-details > .button-groups > .button {
    width: 104px;
    height: 39px;
    text-align: center;
    border: none;
    color: #fff;
    background-color: #2AC1CA;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    font-size: 16px;
    font-family: inherit;
    vertical-align: middle;
    margin: 0 10px;
    background-color: #2AC1CA;
    border-color: #D03600;
    color: #fff;
    border-radius: 5px;
    border-top: 0px;
    border-left: 0px;
}

.lottery-order-details > .button-groups > .button:hover {
	color: #00C4FF;
}

.lottery-order-details > .button-groups > .button.grey {
	background: #F5F5F5;
	color: #787876;
	border: 1px solid rgb(255, 255, 255);
}

/*.lottery-order-details > .button-groups > .button.grey:hover {
	background-color: #e9e9e9;
	height: 36px;
}*/

.lottery-publish-plan {
	color: #787876;
}

.lottery-publish-plan > table.info {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.lottery-publish-plan > table.info > tbody > tr {
	line-height: 30px;
}

.lottery-publish-plan > table.info > tbody > tr > td {
	padding: 5px 10px;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

.lottery-publish-plan > table.info > tbody > tr > td.label {
	width: 20%;
	text-align: right;
}

.lottery-publish-plan > table.info > tbody > tr > td.value {
	width: 30%;
}

.lottery-publish-plan > table.info > tbody > tr > td.v-middle {
	vertical-align: middle;
}

.lottery-publish-plan >  table.info > tbody > tr > td select {
	width: 200px;
	height: 32px;
}

.lottery-publish-plan >  table.info > tbody > tr > td input[type="text"],
.lottery-publish-plan >  table.info > tbody > tr > td input[type="password"] {
	width: 200px;
	height: 32px;
}

.lottery-publish-plan .text-codes {
	word-break: break-word;
	line-height: 20px;
}

.lottery-publish-plan > .button-groups {
	margin: 0 -10px;
	padding: 15px 0;
	text-align: center;
}

.lottery-publish-plan > .button-groups > .button {
    width: 102px;
    height: 30px;
    text-align: center;
    border: none;
    color: #fff;
    background-color: #00C4FF;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    font-size: 14px;
    font-family: inherit;
    vertical-align: middle;
    margin: 0 10px;
    border-radius: 4px;
}

.lottery-publish-plan > .button-groups > .button:hover {
	background-color: #D61229;
}

.lottery-publish-plan > .button-groups > .button.grey {
	background-color: #e9e9e9;
	color: #787876;
}

.lottery-publish-plan > .button-groups > .button.grey:hover {
	background-color: #e9e9e9;
}

.lottery-publish-plan > .help-infos {
	font-size: 13px;
	line-height: 24px;
	border: 1px solid #e9e9e9;
	background-color: #fafafa;
	padding: 6px 12px;
}
.sys-message-list {
	width: 220px;
	position: fixed;
	top: 120px;
	right: 20px;
	color: #787876;
	display: none;
	z-index: 10000;
}

.sys-message-list > .title {
	height: 36px;
	line-height: 34px;
	padding: 0 10px;
	color: #fff;
	background-color: #00C4FF;
}

.sys-message-list > .title > .clear {
	float: right;
	cursor: pointer;
}

.sys-message-list > .title > .clear:hover {

}
.tianJiaShouJianRen .modal-body{margin:10px}
.tianJiaShouJianRen .modal-body .search{
    width: 50%;display:inline-block;
}
.tianJiaShouJianRen .modal-body .w-search{width:30%;display:inline-block;}
.tianJiaShouJianRen .modal-body .list-user .item{width:20%;margin-left:5%;margin-top:10px;
cursor:pointer;
}
.sys-message-list > .wrapper {
	height: 300px;
	overflow: hidden;
}

.sys-message-list .list > .item {
	position: relative;
	padding: 5px 10px;
	border-bottom: 1px solid #e9e9e9;
	cursor: pointer;
	background-color: #fff;
}

.sys-message-list .list > .item:hover {
	background-color: #fafafa;
}

.sys-message-list .list > .item:last-child {
	border-bottom: none;
}

.sys-message-list .list > .item > .title {
	height: 20px;
	line-height: 18px;
	color: #00A8E9;
}

.sys-message-list .list > .item > .title > .time {
	color: #999;
	margin-left: 6px;
}

.sys-message-list .list > .item > .text {
	line-height: 20px;
}

[data-status="disabled"] {
    cursor: pointer;
}

.lottery-order-details > .button-groups, .lottery-details > .button-groups {
    margin: 0 -10px;
    padding-top: 15px;
    text-align: center;
    position: absolute;
    bottom: 32px;
    width: 100%;
    left: 0px;
}

.lottery-order-details > .button-groups > .button, .lottery-details .button-groups > .button {
    width: 126px;
    height: 30px;
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    font-size: 15px;
    font-family: inherit;
    vertical-align: middle;
    margin: 0 10px;
    background-color: #A51727;
    border-color: #D03600;
    color: #fff;
    border-radius: 5px;
    border-top: 0px;
    border-left: 0px;
}

.lottery-order-details > .button-groups > .button:hover {
	color: #ccc;
}

.lottery-order-details > table.info > tbody > tr {
    line-height: 20px;
}
@media screen and (max-width:768px){
	  .common-confirm .jBox-content, .common-alert .jBox-content {
    position: relative;
    line-height: 24px;
    padding: 30px 0 18px 0;
    width: 310px !important;
    min-width: 310px !important;
    max-width: 310px !important;
    text-align: left;
}
.common-confirm .jBox-content i.icon, .common-alert .jBox-content i.icon{    left: 12px;}
.common-confirm .jBox-content .msg, .common-alert .jBox-content .msg{margin-left:70px;    width: 237px;}
}
.bootstrap-table th,.bootstrap-table td {
    text-align: center;
}
.card-views {
    text-align: left;
}













.a888{margin-top: 70px;display: none;}

.a .b {
    margin: 0 auto;
    width: 1000px;
    height: 100%;
}
 .a .b div{margin-bottom:20px}
.a87 {
    background: #393947;
    height: 40px;
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    z-index: 504;
    color: white;
    /* display: none; */
}

.a87 .b1 {
    width: 980px;
    height: 100%;
    /*background: url(/img/index/AA_08.png) no-repeat -10px 11px;*/
}

.a87 .b1 .c1 {
    width: 288px;
    background: url(/img/index/logo01.jpg);
}

.a.a87 .b1 .c2 {
    width: 487px;
    float: right;
    background: #393947;
}

.a87 .b1 .c {
    display: inline-block;
    float: left;
}



.login-form1 {
    width: 100%;
}
.login-form1 > .title{
	height:43px;
	width: 35px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-7px;
	color:#fff;
	line-height:48px;
	float:left;
}

.login-form1 > .row{
	width: 125px;
	float:left;
	margin: 0;
}

.login-form1 > .row > .label{
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	float:left;
	display: none;
}

.login-form1 > .row > .input{
	position:relative;
	display:inline-block;
}

.login-form1 > .row > .input > input[type=text],.login-form1 > .row > .input > input[type=password]{
	height: 25px;
	font-size:13px;
	border:none;
	background-color: #61616D;
	width: 120px;
	text-indent:25px;
	color: white;
}

.login-form1 > .row > .input > i.icon{
	position:absolute;
	width:24px;
	height: 28px;
	top: 0px;
	left:-2px;
	z-index:1;
	background-image:url(../img/common/common_icon.png);
	background-repeat:no-repeat;
}

.login-form1 > .row > .input > i.icon.username{
	background-position: 0 -46px;
}

.login-form1 > .row > .input > i.icon.password{
	background-position: -32px -46px;
}

.login-form1 > .submit{
	width: 55px;
	float:left;
	color: #00C3FF;
	text-decoration:none;
	line-height: 27px;
	cursor:pointer;
	display:block;
	text-align:center;
	transition:all .2s ease 0;
	background: #FFFFFF;
	margin-top:5px;
	font-size: 14px;
}
#login-form .w-kefu{color:#fff;margin-right: 18px;}
.login-form1 > .submit:hover{
	background-color: #00C3FF;
	color: white;
}

.login-form1 > .line{
	height:0;
}

.login-form1 > .actions{
	height:34px;
	width:120px;
	float:left;
	line-height:36px;
}

.top.login-form1 .submit.call {
    background: #00C4FF;
    color: white;
    box-shadow: 2px 4px 6px rgb(255, 203, 0) inset;
}
.banner {
    margin-bottom: -70px;
}
.give-me-space {
    float: left !important;
    width: 190px;
 }
.a86 .b1 .c {
    float: right;
    color: white;
    line-height: 40px;
    margin: 0px 4px;
    position: relative;
    height: 100%;
}

.a86 .b1 {
    background: #2E2E36;
}

.a.a86 {
    background: #2E2E36;
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    z-index: 504;
    height: 40px;
    /* display: none; */
       font-size: 12px;
}

.a86 .b1 .c3 a {
    color: white;
    background: #00C3FF;
    padding: 0px 5px;
    border-radius: 2px;
}


 
.a86 .b1 .c.link {
	position: relative;
	height: 40px;
	padding: 0 0px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}
.a86 .b1 .c2.link{height: 40px; padding: 0 28px 0 4px;}
.a86 .b1 .c2.link .sub-list{top:40px}
.a86 .b1 .c.link:hover {
	background-color: #555;
}
.a86 .b1 .cc.link{
	padding:0 5px;
}
.a86 .b1 .cc.link:before {
    content: '\e600';
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF;
    margin-right: 3px;
}

.a86 .b1 .c.link .sub-list {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 84px;
	background-color: #fff;
	z-index: 700;
	padding: 4px 0;
	border: 1px solid #e9e9e9;
	box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
	display: none;
}
.a86 .b1 .c2.link .sub-list{top:40px;width: 100px;}
.a86 .b1 .c4.link{padding: 0 0 0 10px;}
.a86 .b1 .c7.link,.a86 .b1 .c8.link,.a86 .b1 .c11.link{height: 40px;padding: 0 0px;}
.a86 .b1 .c.link .sub-list > i.arrow {
	position: absolute;
	width: 15px;
	height: 8px;
	top: -8px;
	left: 50%;
	margin-left: -7.5px;
	background-image: url("../img/common/common_icon.png");
	background-repeat: no-repeat;
	background-position: -160px 0;
}

.a86 .b1 .c.link:hover .sub-list {
	display: block;
}

.a86 .b1 .c.link .sub-list > .item {
	height: 24px;
	line-height: 22px;
	text-align: center;
}

.a86 .b1 .c.link .sub-list > .item > a {
	color: #393939;
	text-align: center;
	text-decoration: none;
	display: block;
}


.a86 .b1 .c.link .sub-list > .value:hover,
.a86 .b1 .c.link .sub-list > .item > a:hover {
	color: #FFF;
	background-color: #00C4FF;
	/* box-shadow: 0px 0px 20px -8px rgb(255, 0, 0),0px 11px 20px -8px rgb(255, 0, 0) inset; */
	/* text-shadow: 0px 1px 1px rgb(255, 0, 0),0px 2px 2px rgb(255, 0, 0),0px 3px 3px rgb(255, 0, 0); */
	/* border-top: 1px solid red; */
	/* border-bottom: 1px solid red; */
}

.a86 .b1 .c.link .link > i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../img/common/common_icon.png");
	background-repeat: no-repeat;
}

.a86 .b1 .c i.arrow-bottom {
	background-position: -60px 0;
}
.moneylist .value {
    line-height: 32px;
}

.moneylist.link .data{
    display: inline-block;
    min-width: 75px;
    /* padding-left: 13px; */
}
.moneylist.link {
    width: 212px;
}
.a86 .b1 .c4 .link > .sub-list.money {
    width: 100%;
    color: black;
    overflow: hidden;
}
.a86 .b1 .c4.link>.sub-list {
    width: 100%;
    color: black;
}

.a86 .b1 .c i {
	width: 20px;
	height: 20px;
	position: absolute;
    top: 12px;
    right: 15px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background: url(/img/common/common_icon.png);
}

.a86 .b1 .c2 i {right: -10px;  right: 3px;}

.a86 .b1 .c .value > i.refresh {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: -5px;
	background: url(/img/common/common_icon.png);
 	background-repeat: no-repeat;
	background-position: -140px 0;
	cursor: pointer;
}
[data-field="vipLevel"]{
	display:none;
}

.a86 a {
    color: inherit;
}
.a86 .b1 .c12 .d1 {
    border: 1px solid #97979A;
    line-height: 20px;
    margin: 8px 0px;
    padding: 0px 8px;
}
.c.c13.link.set-voice:before {
    content: '\e602';
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
    vertical-align: -1px;
}
.a86 .c12 .list.hide {
    display: none;
}

.a86 .c12 .list > .category {
    overflow: hidden;
}

.a86 .c12 .list > .category > .logo {
    width: 80px;
    height: 50px;
    float: left;
    background-image: url("../img/lottery/lottery_list.png");
    background-repeat: no-repeat;
}

.a86 .c12 .list > .category > .logo.u9 {
    background-position: 0 0;
    margin-top: 15px;
    margin-left: 20px;
}

.a86 .c12 .list > .category > .logo.ssc {
    background-position: 0 -50px;
    margin-top: 15px;
    margin-left: 20px;
}

.a86 .c12 .list > .category > .logo.x511 {
    background-position: 0 -100px;
    margin-top: 15px;
    margin-left: 20px;
}

.a86 .c12 .list > .category > .logo.pcdd {
    background-position: 0 -150px;
}

.a86 .c12 .list > .category > .logo.kl10f {
    background-position: 0 -200px;
    margin-left: 20px;
}

.a86 .c12 .list > .category > .logo.dp {
    background-position: 0 -250px;
    margin-left: 20px;
}

.a86 .c12 .list > .category > .logo.k3 {
    background-position: 0 -300px;
    margin-top: 15px;
    margin-left: 20px;
}

.a86 .c12 .list > .category > .logo.kl8 {
    background-position: 0 -350px;
    margin-left: 20px;
}

.a86 .c12 .list > .category > .logo.pk10 {
    background-position: 0 -400px;
    margin-right: 20px;
}

.a86 .c12 .list > .category > .items {
    width: 300px;
    float: left;
    padding: 10px 0;
}

.a86 .c12 .list > .category > .items.one {
    width: 100px;
}

.a86 .c12 .list > .category > .items > a {
    width: 100px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #FFF;
    float: left;
    cursor: pointer;
}

.a86 .c12 .list > .line {
    height: 0;
    /* border-top: 1px solid #70776F; */
    /* border-bottom: 1px solid #70776F; */
    margin-left: 100px;
    clear: both;
}


.a86 .c12 .list {
    width: 420px;
}

.a86 .b1 .c12.link div.sub-list {
    width: 386px;
    background: #70776F;
    border: 0;
}
.a86 .c12 .list > .category > .items > a:hover {
    color: #00C4FF;
}

.a86 .b1 .c12.link:after{
    content:'';
    display: inline-block;
    border: 1px solid #929295;
    height: 25px;
    width: 86px;
    position: absolute;
    top: 8px;
    background: rgba(255, 255, 255, 0);
    z-index: 0;
}

.a86 .b1 .c12.link {
    position: relative;
    text-indent: 8px;
    z-index: 10;
}
.a86 .b1 .c12:hover.link:after {
    background: #70776F;
}
.a86 .b1 .c i.arrow-bottom.rot {
    background-position: -79px -19px;
}




.a88{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 500;
    background: white;
    height: 60px;
    /* border-bottom: 3px solid #EA001B; */
    box-shadow: 0px 1px 3px #840A18;
    /* box-shadow: 0px 0px 5px red,0px 0px 10px red; */
}
.a88 .b1 {
    height: 70px;
    width: 100%;
}

.a88 .b1 .c2 {
    height: 60px;
    position: absolute;
    width: 100%;
}

.a88 .b1 .c2 .d1 {
    height: 100%;
    position: relative;
}
.a88 .b1 .c1 {
    height: 503px;
    width: 100%;
}
.a88 .b1 .c2 .d1 .e {
    position: relative;
    float: right;
    line-height: 58px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    padding: 0px 18px;
    color: #333333;
    transition: all 0.2s;
    display: block;
    z-index: 2;
}

.a88 .b1 .c2 .d1 .e:last-child {
    border-right: 0;
}
.a88 .b1 .c2 .d1 .e9 {display: none;}
.a88 .logo {
    background: url(/img/index/white_logo.gif) no-repeat 0px -6px;
    width: 180px;
    height: 57px;
    display: inline-block;
    position: absolute;
}

.a88 .b1 .c2 .d1 .e:hover {
    color: #00C4FF;
}

.a888{
    height: 305px;
    color: black;
}
.a888 .b1 {
    height: 10px;
    width: 1000px;
}

.a888 .b1 .c2 {
     height: 40px;
  
  
  
     background: url(/img/lottery/AA_02.jpg) repeat-x 0px 0px;
     clear: both;
}

.a888 .b1 .c2 .d1 {
    height: 100%;
}
.a888 .b1 .c1 {
    height: 155px;
    
    padding-left: 34px;
    color: black;
    line-height: 30px;
    font-size: 14px;
    background: white url(/img/lottery/AA_01.jpg) repeat-x 0px 113px;
    overflow: hidden;
}


.a888 .b1 .c2 .d1 .e {
    color: black;
    float: left;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    width: 110px;
    font-size: 16px;
    text-shadow: 1px 1px 0px white;
}

.a888 .b1 .c2 .d1 .e1 {
    width: 117px;
  	margin-right: 25px;
}
.a888 .b1 .c2 .d1 .e9 {
    width: 160px;
    height: 100%;
}


.a888 .b1 .c {
}

.a888 .b1 .c2 .d1 .e:hover {
    color: #00C4FF;
    
}

.a888 .b1 .c2 .d1 .e.act {
    background: #FFFFFF;
    border-top: 2px solid #00C4FF;
    line-height: 38px;
}


.a888 .b1 .c2 .d1 .e2 {
    margin-left: 10px;
}

.a888 .b1 .c3 {
    height: 50px;
    background: black;
    position: relative;
}

.a888 .b1 .c3 .d1 {
    color: white;
    font-size: 22px;
    display: inline-block;
    line-height: 50px;
}

.a888 .b1 .c3 .d2 {
    position: absolute;
    font-size: 53px;
    color: #343A4A;
    right: 0px;
    bottom: 0px;
}

.a888 .b1 .c3 .d1 .e1 {
    width: 40px;
    height: 30px;
    display: inline-block;
    background: white;
    vertical-align: -8px;
    display: none;
}


.a.a88.holder {
    position: relative;    
    z-index: 0;
}
.a87 .links {
  float: right;
}

.a87 .links > a {
  width: 90px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease 0s;
}

.a87 .links > a:hover {
  background-color: #555;
}

.a87 .links > a > i {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/common_icon.png");
}

.a87 .links > a > i.desktop {
  background-position: 0 0;
}

.a87 .links > a > i.collect {
  background-position: -20px 0;
}

.a87 .links > a > i.home {
  background-position: -40px 0;
}

.a87 .notice span {
    color: #FFFFFF;
    line-height: 30px;
    font-weight: bold;
}
.a87 .notice a {
    color: black;
}

.center.pos {
    position: relative;
    top: 5px;
}
.slider02 {
    position: absolute;
    top: 9px;
    left: 57px;
}
.a87 .notice {
    height: 40px;
}

.a87 .notice a i {
    background: url(/img/index/ico1.png) no-repeat -74px 4px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: -4px;
}  

.slider02 .list.slides .item01 {
    width: 1000px;
    color: white;
}

.w-slider {
    height: 60px;
    width: 60px;
    background: #00C4FF;
    position: absolute;
    bottom: 0px;
    margin-left: 223px;
    border-top: 2px solid #D2233B;
    cursor: pointer;
    z-index: 2;
    background-position: -209px -31px;
    background-clip: content-box;
    /* display: none; */
}
.login-form1 input::-webkit-input-placeholder{
    color: white;
}
.login-form1 input:-moz-placeholder{
    color: white;
}
.login-form1 input::-moz-placeholder{
    color: white;
}
.login-form1 input:-ms-input-placeholder{
    color: white;
}


.a888 .b1 .c4 {
    height: 60px;
    background: white;
    line-height: 60px;
    padding: 0px 35px;
    font-size: 16px;
}

.a888 .b1 .c4 .d1 {
    float: left;
}

.a888 .b1 .c4 .d2 {
    float: right;
    font-size: 14px;
}

.a888 .b1 .c1 .d1 {
    width: 100px;
    height: 100px;
    margin-right: 26px;
}

.a888 .b1 .c1 .d {
    float: left;
}

.a888 .b1 .c1 .d2 {
    width: 368px;
}

.a888 .b1 .c1 .d3 {
    width: 100px;
    height: 100px;
}

.a888 .b1 .c1 .d2 .e1 .f {
    float: left;
    width: 170px;
    text-align: center;
}

.a888 .b1 .c1 .d2 .e2 {
    clear: both;
    padding-left: 30px;
}
.a888 .b1 .c1 .d2 .e2 .f {
    padding: 0px 16px;
    line-height: 25px;
    border: 1px solid #E4E4E4;
    display: inline-block;
    text-align: center;
    color: black;
    border-radius: 4px;
}

.a888 .b1 .c1 .d2 .e1 .f .g2 {
    color: #cd6000;
    font-size: 20px;
}
.a888 .b1 .c1 .d2 .e1 .f2 .g1 .h2 {
    background: #F5F5F5;
    border: 0;
    width: 150px;
    height: 25px;
    text-indent: 45px;
}

.a888 .b1 .c1 .d2 .e2 .f:hover {
    background: #00C4FF;
    color: white;
    border: 1px solid #00C4FF;
}
.a888 .b1 .c1 .d4 {
    width: 295px;
    margin-top: 12px;
    margin-left: 43px;
}

.a888 .b1 .c1 .d4 .e {
    width: 146px;
    float: left;
    color: black;
    height: 42px;
}

.a888 .b1 .c4 .d1 .e2 {
    color: #cd6000;
    padding-right: 6px;
}
.a888 .b1 .c4 .d1 .e3 {
    background: #D91C1C;
    color: white;
    line-height: 12px;
    font-size: 12px;
    padding-left: 26px;
    padding-right: 4px;
    display: inline-block;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgb(128, 106, 0);
    position: relative;
}
#will-select01-show .h {
    display: none;
}
i#w-mname-ico {
    width: 35px;    
    height: 40px;    display: inline-block;    
    background: black;    
}

.a888 .a888 .security-point {
	height: 140px;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 -30px;
	padding: 0 30px;
}

.a888 .security-point > .point {
	width: 100px;
	height: 100px;
	padding: 20px 0;
	float: left;
	border-radius: 50%;
	border: 3px solid #FBDDC5;
	overflow: hidden;
}

.a888 .security-point > .point.safe {
	border: 3px solid #FBDDC5;
}

.a888 .security-point > .point > .text {
	line-height: 24px;
	font-size: 16px;
	color: gray;
	text-align: center;
}

.a888 .security-point > .point > .value {
	font-size: 16px;
	text-align: center;
	color: gray;
}

.a888 .security-point > .point.safe > .value {
}

.a888 .security-point > .point > .value > span {
	font-size: 29px;
}

.a888 .security-point > .infos {
	padding: 15px 20px;
	float: left;
	font-size: 14px;
	color: #787876;
}

.a888 .security-point > .infos > .stars {
	height: 24px;
}

.a888 .security-point > .infos > .stars > a {
	width: 23px;
	height: 24px;
	float: left;
	margin: 0 2px;
	background-image: url("../img/manager/manager_icon.png");
	background-repeat: no-repeat;
	background-position: -23px -148px;
}

.a888 .security-point > .infos > .stars > a.light {
	background-position: 0 -148px;
}

.a888 .security-point > .infos > .stars.safe > a.light {
	background-position: -46px -148px;
}

.a888 .security-point > .infos > .tips {
	color: #E9902C;
	font-size: 16px;
	line-height: 32px;
}

.a888 .security-point > .infos > .last-login > a {
	color: #E9902C;
	text-decoration: underline;
	cursor: pointer;
}
.a888 .b1 .c1 .d2 .e1 {
    height: 72px;
}
.a888 .b1 .c1 .d2 .e1 .f .g1 {
    height: 36px;
}
.a888 .b1 .c1 .d4 .e i {
    width: 30px;
    height: 17px;
    display: inline-block;
    vertical-align: -3px;
    background: url(/img/manager/AA_05.png) 0px -26px;
}
.a888 .b1 .c1 .d4 .e i2 {}

.a888 .b1 .c1 .d4 .e.e2 i {
    background-position: -34px 0px;
}

.a888 .b1 .c1 .d4 .e.e3 i {
    background-position: 0px 0px;
}

.a888 .b1 .c1 .d4 .e.e4 i {
    background-position: -30px -20px;
    height: 23px;
}
.a888 .b1 .c4 .d1 .e3:before {
    content: "";
    width: 21px;
    height: 16px;
    display: inline-block;
    background: red;
    background: url(/img/manager/AA_05.png) -105px 0px;
    position: absolute;
    top: -6px;
    left: 5px;
}
a.w-kefu {
    line-height: 38px;
    margin-left: 11px;
    font-size: 14px;
    cursor: pointer;
}
a.w-kefu:before {
    content: "";
    width: 27px;
    height: 28px;
    display: inline-block;
    vertical-align: -9px;
}
.a86 .c.c2:before {
    content: "";
    width: 20px;
    height: 28px;
    display: inline-block;
    background: url(/img/common/common_icon.png) no-repeat -209px -3px;
    vertical-align: -9px;
}
.a86 .c.c7:before {
    content: "";
    width: 18px;
    height: 28px;
    display: inline-block;
    background: url(/img/common/common_icon.png) no-repeat -304px -3px;
    vertical-align: -9px;
}
.a86 .c.c8:before {
    content: "";
    width: 18px;
    height: 28px;
    display: inline-block;
    background: url(/img/common/common_icon.png) no-repeat -279px -3px;
    vertical-align: -9px;
}
.a86 .c.c11:before {
    content: "";
    width: 16px;
    height: 28px;
    display: inline-block;
    background: url(/img/common/common_icon.png) no-repeat -234px -2px;
    vertical-align: -9px;
}
.a86 .b1 .c10 {
    display: none;
}
.a86 .b1 .c9 {
    display: none;
}
[w-s='9'] {
    background-position: -203px -31px;
}
[w-s='8'] {
    background-position: -269px -30px;
}
[w-s='7'] {
    background-position: -361px -31px;
}
[w-s='6'] {
    background-position: -425px -31px;
}
[w-s='5'] {
    background-position: -515px -31px;
}
[w-s='4'] {
    background-position: -585px -31px;
}
[w-s='3'] {
    background-position: -682px -31px;
}
[w-s='2'] {
    background-position: -762px -31px;
}
[w-s='1'] {
    background-position: -829px -31px;
}
[w-s='0'] {
    background-position: -909px -31px;
}

.bar{
	background: #393947;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 200;
	color: white;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
}

.bar [data-field="username"]{cursor:pointer}
img#will-img {
    border: 2px solid #C1C1C1;
}

.a.a44 {
    width: 140px;
    height: 576px;
    position: fixed;
    top: 108px;
    right: 0px;
    z-index: 21;
}

.a.a44 .c1 {
    height: 235px;
    background: url(/img/index/girla.png) no-repeat 0px 57px;
    /* display: none; */
}

.a.a44 .c2 {
    background: #343443;
    height: 324px;
    color: white;
    border: 2px solid #494956;
}

.a.a44 .c2 .d {
    line-height: 30px;
    width: 120px;
    background: #2A2A36;
    border-radius: 20px;
    margin: 7px 12px;
    text-indent: 15px;
    display: block;
    color: white;
    cursor: pointer;
}

.a.a44 .c2 .d i {
    height: 19px;
    width: 28px;
    display: inline-block;
    background: red;
    vertical-align: -5px;
    background: url(/img/index/AA_04.png) no-repeat -15px -193px;
}

.a.a44 .c2 .dd2 {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    line-height: 21px;
}
.a.a44 .c2 .dd3 {
    background: url(/img/index/AA_04.png) no-repeat 7px -378px;
    background: url(/img/index/ewm.jpg) no-repeat;
    background-size: 136px;
    height: 136px;
}
.a.a44 .c2 .dd4 {
    background: url(/img/index/AA_04.png) no-repeat 7px -493px;
    height: 70px;
    display: none;
}
.a.a44 .c2 .d2 i {
    background-position: -15px -231px;
}
.a.a44 .c2 .d3 i {
    background-position: -15px -266px;
}
.a.a44 .c2 .d4 i {
    background-position: -15px -346px;
}



.set-voice .sub-list {
    left: -50px !important;
    width: 168px !important;
    color: black;
}

.set-voice .item {
    height: 32px !important;
    line-height: 32px !important;
}

.set-voice .item > div {
    float: left;
}

.set-voice .item .label{
    line-height: 32px;
    margin-left: 15px;
    text-align: right;
    color: #000;
    margin:0;
    font-weight: normal;
}

.set-voice .audio-on {
    /* background-image: url("../img/icon/voice.png"); */
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    cursor: pointer;
    margin-left: 10px;
    /* background-position: 0px -18px; */
    /* margin-top: 7px; */
}
.set-voice .audio-on:before {content: '\e604';font-family: "iconfont" !important;font-size: 18px;font-style: normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;color: #00C4FF;}
.set-voice .audio-off:before {content: '\e605';font-family: "iconfont" !important;font-size: 18px;font-style: normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;color: #00C4FF;}
.set-voice .audio-off {
    /* background-image: url("../img/icon/voice.png"); */
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    cursor: pointer;
    margin-left: 10px;
    /* margin-top: 7px; */
    /* background-position: 0px 1px; */
}

.set-voice .play{
    position: relative;
    display: block;
    height: 32px;
    width: 22px;
    cursor: pointer;
}

.set-voice .play:before {
    content: "";
    content: '\e608';
    display: block;
    color: #00C4FF;
    /* margin-left: 9px; */
    position: absolute;
    width: 0px;
    top: 1px;
    left: 8px;
    /* border-width: 8px 0px 8px 10px; */
    /* border-style: solid; */
    /* border-color: transparent #9C7C7C; */
    font-family: "iconfont" !important;
    font-size: 21px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.inner .baccaratBalance,.inner .lotteryBalance{padding-left:10px;}
.inner div:hover{background-color: #00C4FF;color:#fff;/* box-shadow: 0px 0px 20px -8px rgb(255, 0, 0),0px 11px 20px -8px rgb(255, 0, 0) inset; *//* text-shadow: 0px 1px 1px rgb(255, 0, 0),0px 2px 2px rgb(255, 0, 0),0px 3px 3px rgb(255, 0, 0); *//* border-top: 1px solid red; *//* border-bottom: 1px solid red; */}

.balances {
    display: none;
}
.a88 .b1 .c2 .d1 .e.act {
    color: #000000;
    /* background: rgb(164, 23, 39); */
    /* box-shadow: 0px 9px 18px -5px rgb(255, 0, 0); */
    /* box-shadow: 0px 11px 20px -8px rgb(255, 0, 0),0px 11px 20px -8px rgb(255, 0, 0) inset; */
    /* text-shadow: 0px 1px 1px rgb(255, 0, 0),0px 2px 2px rgb(255, 0, 0),0px 3px 3px rgb(255, 0, 0); */
    /* border-top: 1px solid red; */
    /* border-bottom: 1px solid red; */
    line-height: 60px;
    /* font-weight: 100; */
}

@media screen and (max-width:1000px){.menu01 .a.a44{display:none}}	
@media screen and (max-width: 768px){	
	body{min-width:320px;}
	.menu01 .a.a88{/* display:none */}
	.bot .b{width: 100%;padding: 10px;}
	.a.a99{overflow: hidden}
	.clear-header{display:none}
	.a99 .b1>*{line-height:25px;}
	.a98 .b1 .c2{overflow: hidden}
	i.bg-info{padding:3px 5px;}
	
}
.moboil-nav{height:50px;background:#fff;position:fixed  ;  width: 100%;z-index:1000 ;   top: 0px;}
.moboil-nav{display:none}
.m-menu{position:absolute;width:100%;height:50px;}
.m-menu .menu-logo{position:absolute;top:3px;left:5px;    background: url(/img/index/white_logo.gif) no-repeat 0px -12px;background-size: 70%;height:50px;width:200px}
.menu-min{width:40px;height:40px;position:absolute;    top: 5px; right: 5px;}
.menu-min span{display:block;width:27px; height:3px;background:#00C4FF;margin:7px auto;transition: all .35s ease;}
.menu-min.activet span:nth-child(1){
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -ms-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);}
    .menu-min.activet span:nth-child(3){
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    }
.menu-min.activet span:nth-child(2){opacity:0;}

.moboil-silid{z-index:1000;width:100%;height:100%;padding-top:20px;position: fixed;top:50px;background:rgba(255,255,255,.9);}
.moboil-silid a{    text-align: center;display: block;padding: 12px;font-size: 19px;margin: 0 25px;color: #00C4FF;}
.moboil-silid{display:none}
@media screen and (max-width:768px){
.moboil-nav{display:block}
}
@media screen and (max-width:1024px){
.a.a4 .b1 .c2{}
}



@media screen and (max-width:768px){
	.bar{height: 42px;}
	.bar .container{
}
	.a.a87 .b1 .c2,.c.c2{width:100%}
	.a .b{width:100%}
	.moneylist.link{width:160px}
	.a86 .b1 .c i{display:none}
	.a86 .b1 .c4.link{padding:0}
	.c.c11.link,.c.c13.link.set-voice,a.c.cc.link,a.c.c8.link,a.c.c7.link,.c.c14.give-me-space,.c.c2.link,.c.c3.message,.c.c12,.w-kefu,.a.a86{display:none}
	.a.a86 .b.b1{display: block;}
	.login-form1 > .title{position: fixed;transition: all .85s ease;
    background: rgba(255,255,255,0.9);
    top: 100px;
    right: 4px;
    width: 60px;
    height: 60px;
    margin-right: -30px;
    border-radius: 30px 0px 0 30px;}
    body.overflow{overflow: hidden}
    .login-form1 > .title:before{
    position: absolute;
    top: 10px;
    left: 16px;
    color: #00C4FF;
    width: 10px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 800;}
	a.w-kefu:before,.login-form1 > .row > .input > i.icon.username{display:none}
	.a.a87 .b1 .c2{}
	#login-form{
    /* position:fixed; */
    /* transition: all .35s ease; */
    /* left: 95%; */
    /* height: 191px; */
    /* top: 119px; */
    /* z-index:200; */
    /* height:168px; */
    /* width: 90%; */
    /* margin-left: 5%; */
    /* background:rgba(255,255,255,.9); */
    /* display:none; */
    /* padding-top: 10px; */
    }
	#login-form.login-form1_2{left: 0px; }
	#login-form.login-form1_2 .title{    top: 101px;
    right: 50%;
    border-radius: 30px 30px 0 0px;
    height: 35px;}
    #login-form.login-form1_2 > .title:before{width: 35px;}
	#login-form{/* margin-top:10px; */}
/* 	#login-form .row{width:100%} */
	#login-form .input{/* width:100%; *//* margin:0 auto */}
	#login-form .input input{/* width: 90%; *//* height: 35px; *//* margin: 5px; *//* margin-left: 5%; *//* border: 1px solid #E8E8E8; *//* padding-left: 5px; */}
	.login-form1 > .row > .input > i.icon{display:none}
	.login-form1 > .submit {/* width: 90%; *//* line-height: 39px; *//* margin-left: 5%; */}	
	.login-form1 > .submit{/* background: #FB631A; *//* color:#fff; */}
	.login-form1 > .row > .input > input[type=text], .login-form1 > .row > .input > input[type=password]{    text-indent: 9px;}
	#login-form.login-act{bottom:310px;}
	
	.mobli-money .m-money{
    position:relitive;
    height: 60px;
    border-radius: 30px 0px 0px 30px;
    width: 225px;
    position:fixed;
    top:100px;
    right:-166px;
    background:rgba(255,255,255,0.96);
    transition: all .35s ease;
    }
    .mobli-money .m-money .m-money_min{
    position:absolute;
    right:0px;
    top: 1px;
    }
    
    .mobli-money .m-money a{     position: absolute;top: 1px;color: #00C4FF;width: 58px;left: -1px;height: 58px;text-align: center;border: 1px solid #FFEAEC;
    background: rgba(255,255,255,0.1);border-radius: 50%;line-height: 60px;}
    .mobli-money .m-money a b{    font-weight: 800;width: 10px;display: block;line-height: 1;position: absolute;left: 16px;top: 16px;}
    
    .mobli-money .act-silider{right:0px;}
    .mobli-money .act-silider a b{left: 21px;}
    .mobli-money .m-money .m-money_min div{
    padding: 0px 5px;
    line-height: 27px;
    text-align: left;
    color: #00C4FF;
    }
    .mobli-money .m-money .m-money_min div:nth-child(2){padding-left:8px}

    .m-menu .menu-logo a{display:block;width:100%;height:100%}
    .moboil-nav .m-money .m-money_min .baccaratBalance {padding-left: 9px}
    ul, li, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, ol, button, table, tr, td, div, span {margin: 0;padding: 0;border: 0;list-style: none;-webkit-tap-highlight-color: rgba(255,255,255,0) !important;-moz-user-select: none;-webkit-user-select: none;}
[data-init="topBar"]{padding:0 5px;}
}
li{list-style: none;}
a:hover{text-decoration: none;}

.top-right{padding: 0}
.top-right span{padding: 6px 0;}

.volume-list{
			position: absolute;
			z-index: 9;
			width: 190px;
			background: #00c4ff;
		    top: 38px;
		    padding: 0;
		    right: 86px;
		    padding-bottom: 5px;
		    display: none;
		}
.volume-list .sp1{
	display: inline-block;
	width: 120px;text-align: right;
}
.volume-list li{padding-top: 5px;}
.volume-list li .volume-tab{cursor: pointer;}
.top-right .volume-btn{display: inline-block;padding:6px 5px 6px 0;margin-right: 5px;cursor: pointer;}
.volume-act{background: #00c4ff;}



@media screen and (min-width: 480px) and (max-width: 960px) {
.main3 .main3-li img{margin: 0 auto}
.swiper-wrapper .swiper-slide{padding: 20px 0;}
.swp-ul li{margin-top: 15px;}
}
.navbar-brand{}
.navbar-brand img{width: 150px;margin-top: 2px;}
.navbar{
	background: none;
	border-width: 0px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	border-bottom: 2px solid #00c4ff;
	background: #fff
}
.nav-online{
	color: #ff9262;    
	line-height: 50px;}

.top-warp{background: #50565e;color: #FFF;}
.top{/* max-width: 980px; *//* margin: 0 auto; */}
.top-right {display: table;width: auto;float: right;    padding: 5px 0;}

.wei-login{background: #00c4ff;line-height: 28px;padding: 5px 15px;}
.wei-login span{cursor: pointer;line-height: 38px;}
.wei-login a{margin-left: 0;color: #fff}
.menu01{width:100%;background:#fff;position: fixed;top: 38px;z-index: 100;}




footer{background: #50565e;padding: 20px 0 15px;color: #fff;font-size: 12px;}
.footer1{max-width: 980px;margin: 0 auto}
.footer1 a{ color:#FFF;}
.footer1 p{line-height:20px}


section.manager-menu {
    background: url(/img/manager/ub.jpg);
    color: white;
    height: 196px;
}
section.manager-menu .container:nth-child(1) {
    height: 136px;
}
section.manager-menu .container:nth-child(1) div{margin:10px 0}
section.manager-menu .container:nth-child(1) div:nth-child(2) span{margin:0 2px}
section.manager-menu nav a {
    line-height: 30px;
    color: white !important;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 15px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section.manager-menu nav a:hover {
    background: rgba(0, 0, 0, 0.25);
}
section.manager-menu .container:nth-child(2){padding:0}
section.manager-menu .container:nth-child(1) a {
    color: white;
}
section.manager-menu nav a.selected {
    background: #00C4FF;
}
section.manager-menu nav a.selected:hover{
	background: #00C4FF;
}
#manager-nav .nav.navbar-nav {
    width: 100%;
}

#manager-nav .nav.navbar-nav li {
    width: 16.666%;
}
#manager-nav .nav.navbar-nav li.navfour{width:20%;}
#main-nav .navbar-nav>li a {
    font-size: 16px;
    line-height: 30px;
    /* padding: 10px 0; */
}
.aBtn{width: 50px;height:25px;line-height:25px;text-align:center;margin-right: 5px;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;}
.aBlue{background:#00c4ff;}
.aOrange{background:#ff9262;}
.aRed{background:#fa6400;}
.aGong{background: #0082d3;}
.manager{}
.user-card{color:#333}		
.us-banner{width: 100%;height:196px;background: url(../img/ub.jpg);     padding-top: 30px;}
.user-bn{width: 980px;margin: 0 auto;color: #fff;}
.user-icon{font-size: 16px;margin-top: 15px;}
.user-icon a{color:#fff;}

.user-icon .glyphicon:first-child{margin-left: 0}
.user-icon .glyphicon{margin-left: 25px;margin-right: 5px;}
.user-main{width: 980px;margin:-60px auto 0}
.user-main .user-list{color:#fff;text-align: center;font-size: 18px;height: 60px;line-height: 60px;    width: 980px;margin: 0 auto;}
.user-list>div{background: rgba(0,0,0,0.3);}
.user-list>div a{color: #fff;}
.user-list span{margin-right: 5px;}
.user-card{border:1px solid #ddd;border-width: 0 1px 1px 1px;overflow: auto;margin: 0;padding-top: 20px;height: 150px;}
.user-card .div1{float: left;}
.user-card>div:first-child{text-align:center;}
.user-card .p1{font-size: 1.4em;}
.user-card .p3{}

.user-card .p2{font-size: 20px;}
.user-card .sp1{color: #d9231b;font-size: 1em;}
.user-card .a1{background: #00c4ff;color: #fff}
.user-card .a2{background: #fa6400;color: #fff;margin-left: 15px;}
.user-card .a3{color: #333333}
.user-list .active{background: #00c4ff;}

.user-card>div{float: left;padding: 10px;border-right: 1px solid #ddd;height: 149px;}
.user-card .div3{text-align: center;}
.user-card>div:nth-child(2){padding: 10px 30px;}
.user-card>div:nth-child(3){/* border-right: 0; */text-align: center;/* padding-left: 30px; */}
.user-card>div:nth-child(4){cursor: pointer;border: 0;}
.user-card>div .d.d4 a{width: 45%;display: inline-block;}
	.finance01 .table>thead>tr>th{border:1px solid #ccc;font-weight:800; }
	.finance01 .table>thead:first-child>tr:first-child>th {border-top:1px solid #ccc;}
	.finance01 .table>tbody>tr>td{border:1px solid #ccc;}
	.finance01 .table>tbody>tr:nth-child(1){    padding: 10px 0;text-align:center;font-size:20px;}	
	.finance01 .table>tbody>tr:nth-child(1) td:nth-child(1),.finance01 .table>tbody>tr:nth-child(1) td:nth-child(3){color:#00c4ff	}
	.finance01 .table>tbody>tr:nth-child(1) td:nth-child(2){color:#fa6400	}
	.finance01 .table>tbody>tr:nth-child(2) td{font-weight:800;}			
.dk_theme_black{z-index: 1000}
.form-horizontal .button-groups {
	margin: 0 -10px;
	padding-top: 15px;
	text-align: center;
}

.form-horizontal .button-groups > .button {
    width: 104px;
    height: 39px;
    text-align: center;
    border: none;
    color: #fff;
    background-color: #2AC1CA;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    font-size: 16px;
    font-family: inherit;
    vertical-align: middle;
    margin: 0 10px;
    background-color: #2AC1CA;
    border-color: #D03600;
    color: #fff;
    border-radius: 5px;
    border-top: 0px;
    border-left: 0px;
}

.form-horizontal .button-groups > .button:hover {
	color: #00C4FF;
}

.form-horizontal .button-groups > .button.grey {
	background: #F5F5F5;
	color: #787876;
	border: 1px solid rgb(255, 255, 255);
}
.modal-dialog {
    position: fixed;
    display: block;
    opacity: 1;
    z-index: 10000;
    left: 50%;
    top: 50%;
}
.navbar-nav li.logout,.mobli-money{display:none;}
.parent-list {
    position: relative;
    display: inline-block;
    cursor:pointer;
    z-index: 100;
}
.parent-list .balances{height:40px}
.parent-list .outter{height: 24px;display: inline-block;}
[data-injection="set-voice"]:before{}
[data-command="logout"]{cursor:pointer}
[data-command="logout"]:before{padding:3px;vertical-align:-2px;}
a[data-field="msgCount"]{display: inline-block;width:100%;height:100%;}
.sub-list {
	position: absolute;
	top: 38px;
	left: -20px;
	width: 90px;
	background-color: #fff;
	z-index: 700;
	padding: 4px 0;
	border: 1px solid #e9e9e9;
	box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
	display: none;
}
.sub-list > i.arrow {
	position: absolute;
	width: 15px;
	height: 8px;
	top: -8px;
	left: 50%;
	margin-left: -7.5px;
	background-image: url("../img/common/common_icon.png");
	background-repeat: no-repeat;
	background-position: -160px 0;
}
.parent-list:hover .sub-list {
	display: block;
}

.sub-list > .item {
	height: 26px;
	line-height: 22px;
	text-align: center;
}

.sub-list > .item > a {
	color: #393939;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
}


.sub-list > .value:hover,
.sub-list > .item > a:hover {
	color: #FFF;
	background-color: #00C4FF;
}
.moneylist{
}
.TiaoWen{display:inline-block;background:url(../img/lottery/hideMo.jpg) no-repeat;height: 15px;vertical-align: -3px;}
.TiaoWen{
    width: 125px;
}
.moneylist .sub-list{
	height:44px;
	width: 180px;
}
.moneylist .sub-list {
    color: black;
}
.login-yes .pull-right > * {
    display: inline-block;
    color:white;
}
img {max-width: 100%;}
.login-yes .message {
    cursor: pointer;
    height: 20px;
    max-width: 30px;
    font-size: 12px;
    margin-right: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0px;
    position: relative;
}
.login-yes .demo-icon.icon-mail-3{font-size: 18px;}
.login-yes .messagea{}
.login-yes .message a {
    color: white;
    display: block;
    background: #fa6400;
    border-radius:50%;
    font-weight:100;
    width:16px;
    height:16px;
    line-height:15px;
    position: absolute;
    top: -4px;
    right: -6px;
}
.bakImgBox{display:none !important}
.login-yes {
    display: none;
}
@media (max-width: 1200px) {
  *{}
  #main-nav .navbar-nav>li a{font-size: 15px;}
  .user-card .p2,.user-card .sp1,.user-card .p1 {text-align: center;}
  .user-card .a2{margin-left:0;margin-top:5px}
}
@media (max-width: 992px) {
  *{}
  #main-nav .navbar-nav>li a{font-size: 14px;padding: 10px 20px;}  
  .navbar-nav{margin:0}
  .login-yes{width:100%;}

}
@media (max-width: 768px) {
	*{}
	body{font-size: 14px;}
	.modal-dialog{ width:90%}
	.modal-body{
			max-height: 450px;
			overflow: auto;
	}
	.mobli-money{display:block;}
	.user-card .div2{padding: 0;}
	.user-card{border:none}
	.user-card>div{border:none;padding: 0;}
	.user-card .div1,.user-card .div2{padding:0}
	.user-card .div2 p:nth-child(3) a{padding:0;line-height: 31px;}
	.account01 .row{margin-bottom:10px;}
	.menu01 {width: 100%;background: #fff;position: fixed;top: 42px;z-index: 110;}
	h1{font-size:20px;}
	body:before {height: 90px;background: #fff;}
	.navbar-header{padding-left:20px;}
	.a.a86 {
		background:rgba(0,0,0,0);
	}
	.login-yes.container .pull-right{padding:0 8px}
	.bar .pull-right{height: 42px;width: 100%;}
	span.hidemoney{display:inline-block}
	span.hidemoney.hidden-sm{display:none}
	[data-command="logout"]{float:right;padding: 0 5px;}

	section.manager-menu nav a{background: #cf5d39;font-size: 14px;width: 124px;}
	.nav>li>a:focus, .nav>li>a:hover,section.manager-menu nav a:hover{background: #cf5d39;}
	section.manager-menu nav a i{display:block}
	section.manager-menu nav a.selected{}
	section .navbar-collapse ul.nav a:hover{background: #07b6ea;}
	.fixed-table-toolbar label{display:none}
	.form-inline input,.form-inline select{margin-bottom:10px;}
	section.manager-menu{height: 260px;}
	section.manager-menu .container:nth-child(1) {
    height: 196px;}
    section.manager-menu .container:nth-child(2) {
height: 65px;
    }
}
@media (max-width: 544px) {
	*{}
	.moneylist, .moneylist .sub-list {
		width: 110px;
	}
	[data-injection="toolbar-balance"]{
}
	.modal-dialog{ width:95%}
	.navbar-nav li.nav-online{display:none}
	.navbar-header>a img{ width: 35%;margin: 3px;}
	.navbar-nav li.logout{display:block;text-align: center;background: #00C4FF;font-size:18px;margin-bottom: 20px;}    
	.navbar-nav li.logout a{color: #fff;}
}
@media (min-width: 768px){
	.W800 .modal-dialog {
		width: 800px;
		margin: 30px auto;
	} 
	.W1000 .modal-dialog {
		width: 1000px;
		margin: 30px auto;
	} 
}

.hidee {
    display: none;
}
[data-command="clear-sysMsg"] {
    color: white;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
.lobibox-notify-msg {
    max-height: none !important;
}
.lobibox-notify.notify-mini .lobibox-notify-title {
    font-size: 12px;
}

.lobibox-notify.notify-mini .lobibox-notify-msg {
    font-size: 12px;
}
.modal-header {
    padding: 5px 11px;
}

.modal-header .close {
	color: white;
	text-shadow: none;
	opacity: 1;
	font-weight: normal;
	padding: 7px 9px;
}

.container {
	padding: 0;
}
@media (min-width: 992px){
.container {
    width: 1170px;
}}
.row {
    padding: 0;
}
.withdrawInfo .manager-withdraw-info .row{border-bottom:1px solid #ccc;}
.withdrawInfo{border:1px solid #ccc;padding: 0;border-bottom: none;}
.withdrawInfo .col-sm-6:nth-child(2){border-left:1px solid #ccc}
.withdrawInfo .manager-withdraw-info .row .col-xs-4{border-right:1px solid #ccc;height: 30px;line-height: 30px;padding: 0;padding-left: 3px;}
.withdrawInfo .manager-withdraw-info .row span{height:30px;line-height:30px;padding:0;padding-left:3px;color: grey;}
.lobibox-notify {
    box-shadow: none;
}
.fixed-table-pagination .page-list {
    display: none;
}
.bootstrap-dialog.type-primary .modal-header {
    background: #00C4FF;
    border-radius: 0px;
    border: none;
    padding: 0;
}

.bootstrap-dialog.type-primary .modal-content {
    border-radius: 0px;
    box-shadow: none;
}
.bootstrap-dialog-title i {
    margin-right: 5px;
    margin-left: 10px;
    //
    vertical-align: middle;
}
.DingDanJiLu .fixed-table-body table{background: #fff;}
.fixed-table-container {
    border-radius: 0px;
}
.fixed-table-container thead th{
    border-radius: 0 !important;
}
.loader {
    display: none;
}