﻿@charset "utf-8";
/* CSS Document */
 [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
html {
	/* width: 100%; */
	height: 100%;
	min-width: 1050px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	/* overflow: hidden;
	overflow-x: auto;
	*overflow: visible;
	*overflow-x: visible;
	_overflow: hidden;
	_overflow-x: auto; */
	background: #000;
	/*overflow-y: overlay;*/
	/*only works on webkit*/
  
    font-family: "Microsoft YaHei", "微软雅黑体", arial;
}


/*-------------common header-------------*/


.headerWarpper {
	width: 100%;
	height: auto;
	border: #f00 0px solid;
	position: relative;
}

.header {
	width: 1000px;
	height: auto;
	border: #0f0 0px solid;
	margin: 0 auto;
	/* height: 160px; */
	background: url(../images/bg_header.jpg) no-repeat;
	/* overflow: hidden; */
	padding-top: 1px;
	/*solve Collapsing margins*/
}
input, button{
    font-family: "Microsoft YaHei", "微软雅黑体", arial !important;
}
.ui-widget, .ui-widget-header{
    font-family: "Microsoft YaHei", "微软雅黑体", arial !important;
}
.logo {
	width: 421px;
	height: 104px;
	border: #0ff 0px solid;
	display: inline-block
}
.loginFormWrap {
	float: right;
}

.loginForm {
    position:relative;
}
.mb6px {
    display: inline-block;
    vertical-align: middle;
}
.checkCodeInupt {
	width: 91px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #B9B9B9;
    background-color: #573e0d;
    border: #c3a05c 1px solid;
    box-shadow: inset 5px 5px 10px rgba(0,0,0,.5);
    border-radius: 4px;
}

.checkCodeInupt input {
	padding: 5px;
	width: 82px;
	height: 16px;
	color: #B9B9B9;
	border: none;
	background-color: transparent;
	outline: none;
}

.checkCodeImg {
	display: inline-block;
	vertical-align: top;
    width:50px;
    height:25px;
    background:rgb(250,220,130);
}
.checkCodeImg img{
    width:50px;
    height:25px;
    display:none;
}
/*------------marquee------------*/
.marqueeshow{
    background-color: #FFF;
    color: #000;
    position: fixed;
    top: 50%;
    margin-top: -12.5%;
    width: 600px;
    height: 370px;
    left: 50%;
    margin-left: -300px;
    border: 2px solid rgba(255,255,255,.5);
    box-shadow: 0 0 15px 2px rgba(0,0,0,.5);
}
.marqueeshow_title{
    background-color: #e3b812;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    color: #000;
}
.marqueeshow_content{
    padding:20px;
    font-size: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 250px;
    box-sizing: border-box;
}
.marqueeshow_content ul li{
    list-style-type: square;
    list-style-position: inside;
    text-align: justify;
    padding:5px 0;
    line-height: 2em;
}
.button_close{
    text-align: center;
    width: 100px;
    position: absolute;
    left: 256px;
    top: 305px;
}
.marqueeshow_click li {
    display: inline-block;
    margin-right: 200px;
}
/*-----index banner-----*/
.bannerFloat {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.bannerFloat .hd {
    position: absolute;
    bottom: 3%;
    z-index: 1;
}
.bannerFloat .hd ul li {
    float: left;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #c7c7c7;
    cursor: pointer;
}
.bannerFloat .hd ul li.on {
    background: #fece00;
    color: #fece00;
}
.bannerSliders {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.bannerSliders li img{
    width: 100%;
    vertical-align: top;
}
/*-----index banner-----*/
/*----index main content---*/
.balanceBox{
    position: absolute;
    min-width: 230px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    background: #FFF56B;
    z-index: 99;
    top: 26px;
    left: 0;
    display:none;
}
.balanceBox .balanceInfo{
    padding: 16px;
    line-height: 2em;
}
.balanceBox .balanceHeader{
    padding: 4px;
    background: #F4F4F4;
    text-align: center;
}
.balanceBox .balanceFooter{
    padding: 4px;
    background: #F4F4F4;
    text-align: right;
}
.balanceBox button{
    padding: 4px 8px;
    color: #FFF;
    -o-transition: background-color .20s linear;
    -webkit-transition: background-color .20s linear;
    -moz-transition: background-color .20s linear;
    transition: background-color .20s linear;
    border-radius: 2px;
    line-height: 20px;
    border: 0;
    outline: 0;
    cursor:pointer;
    margin: 2px;
    min-width: 70px;
    background-color: #a0792d;
}
.balanceBox button:hover{
    background-color: #71541b;
}
.balanceBox button.keyReturn{
    background-color: #980101;
}
.balanceBox button.keyReturn:hover{
    background-color: #6c0303;
}
.balanceBox .balanceFooter button{
    background: #555;
}
.balanceBox .balanceFooter button:hover{
    background-color:#000;
}
.infodata button.return{
    color: #FFF;
    -o-transition: background-color .20s linear;
    -webkit-transition: background-color .20s linear;
    -moz-transition: background-color .20s linear;
    transition: background-color .20s linear;
    border-radius: 2px;
    border: 0;
    outline: 0;
    cursor:pointer;
    min-width: 42px;
    background-color: #980101;
    vertical-align: middle;
}
.infodata button.return i{
    padding:0;
}
.infodata button.return span{
    line-height:1em;
}
.infodata .fa-plus-square{
    padding: 5px;
    vertical-align: middle;
    font-size: 14px;
    margin-left: -4px;
}
.gameb ul{
    width: 100px;
}
/*banner-wrap*/
.banner-slogan {
    background: url('../images/container_title.png') no-repeat 560px 100%;
}

.banner-wrap {
    background: url('../images/title_welcome.png') no-repeat left top;
}

.live .banner-wrap,
.livetop .banner-wrap {
    background: url('../images/title_live.png') no-repeat left top;
}

.memberexclusiveii .banner-wrap {
    background: url('../images/title_memberexclusiveii.png') no-repeat left top;
}

/*loginAfter*/
.ele-accinfo {
    display: inline-block;
    padding-right: 5px;
}

.ele-accinfo .fa {
    padding: 0 2px;
    font-size: 14px;
}

.ele-first-balance {
    display: inline-block;
}

.ele-acc-unit {
    display: inline-block;
}
/*news*/
.ele-news-wrap {
    position: relative;
    overflow: hidden;
    /*padding-right: 40px;*/
    height: auto;
}
.page-body {
    margin: 0 auto;
    width: 1000px;
    min-height: 600px;
    text-align: left;
}
.news-wrap {
    width: 100%;
}
.news-wrap a{
    color:#fff;
    font-size: 14px;
}
.news-wrap .ele-news-wrap {
    margin-top: 1px;
    height: 28px;
}
.ui-datepicker-calendar th{
    padding:0 !important;
}
/*gotop*/
.gotop {
    bottom: 0;
    cursor: pointer;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    z-index: 101010;
    border-radius: 5px;
    background: #fece00;
    color: #000;
    font-size: 25px;  
}
.gotop:hover {
    background: #f79800;
    color: #fff;
}
/*dialog*/
.ui-dialog-titlebar {
    background: #71501e;
    color: #ffffff;
    border: 1px solid #593b0c;
}
/*common*/
.dFlex{
    display: flex;
}
.flexWrap{
    flex-wrap: wrap;
}
.justifyCenter{
    justify-content: center;
}
.justifyBetween{
    justify-content: space-between;
}
.justifyStart{
    justify-content:flex-start;
}
.justifyEnd{
    justify-content: flex-end;
}
.alignCenter{
    align-items: center;
}
.flex05{
    flex: 0.5;
}
.flex07{
    flex: 0.7;
}
.flex08{
    flex: 0.8;
}
.flex1{
    flex: 1;
}
.flex15{
    flex: 1.5;
}
.flex2{
    flex: 2;
}
.flex3{
    flex: 3;
}
.flex5{
    flex: 5;
}
.w100{
    width: 100%;
}
.w80{
    width: 80%;
}
.w70{
    width: 70%;
}
.w60{
    width: 60%;
}
.marginAuto{
    margin: auto;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}
.mr20{
    margin-right: 20px;
}
.mr50{
    margin-right: 50px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb35{
    margin-bottom: 35px;
}
.mb60{
    margin-bottom: 60px;
}
.ml10{
    margin-left: 10px;
}
.ml30{
    margin-left: 30px;
}
.p10{
    padding: 10px;
}
.p30{
    padding: 30px;
}
.pt3{
    padding-top: 3px;
}
.pt5{
    padding-top: 5px;
}
.pt40{
    padding-top: 40px;
}
.pr5{
    padding-right: 5px;
}
.pb40{
    padding-bottom: 40px;
}
.pl5{
    padding-left: 5px;
}
.textLeft{
    text-align: left;
}
.textRight{
    text-align: right;
}
.textCenter{
    text-align:center;
}