* {
	margin: 0;
	padding: 0;
	max-height:999999px;
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,table,caption,th,td,form,input,button,textarea {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
html,body,img,iframe {
	border:0;
}
i,cite,em,var,address,dfn {
	font-style:normal;
}
li {
	list-style:none;
}
textarea {
	overflow:auto;
	resize:none;
}
a,button {
	cursor:pointer;
	color: #333;
}
del,ins,u,a,a:hover {
	text-decoration:none;
}
body,textarea,input,button,select {
	outline:0;
}
html {
	height: 100%;
}
body {
	background: #ECEEF2;
	height: 100%;
}
.red {
	color: #FF1D1D;
}
/*背景*/
.bg {
	position: fixed;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: #000;
	opacity: 0.5;
	z-index:20
}
/*顶部*/
.logo {
	position: fixed;
	right: 0;
	top: 0;
	left:0;
	border: 0;
	background: #F8F9FD;
	height: 55px;
	line-height:55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}
.logo .logo_left img {
	padding-left: 33px;
}
.logo_right {
	width: 85%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 30px;
	height: 74px;
}
.logo .header_list {
	margin-left: 30px;
}
.logo_right p {
	display: inline-block;
	margin: 0;
	cursor: pointer;
	position: relative;
}
.logo_right p img{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 15px;
}
.logo_right .sign {
	width: 105px;
	height: 28px;
	border: 1px solid #2E68EA;
	border-radius: 5px;
	line-height: 28px;
	text-align: center;
	margin-right: 48px;
	color: #2E68EA;
	font-size: 16px;
	cursor: pointer;
}
.logo_right .mailbox {
	margin-right: 22px;
}
.logo_right .mailbox span {
	position: absolute;
	right: -2px;
	top: 17px;
	background: red;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	-webkit-animation: shuzi 1.2s infinite;
	animation: shuzi 1.2s infinite;
	-moz-animation: shuzi 1.2s infinite;
}
.logo_right p:last-child span {
	margin: 22px
}
.nav>li {
	text-align: center;
}
.qdcode {
	font-size: 12px
}
.qdcode img {
	margin:23px 0 17px }
.nav-sidebar > li > a {
	position: relative;
	line-height: 35px;
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px 10px 13px;
	text-align: left;
	text-indent: 1em;
	border-left: 2px solid #3868ea;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: #3868ea;
	border-left: 2px solid #3868ea;

}
.nav-sidebar > .active > a,.nav-sidebar > .active > a:hover,.nav-sidebar > .active > a:focus {
	color: #fff;
	background-color: #648EEC;
	border-left: 2px solid #fff;
}
.nav-sidebar .ewm img{
	margin-top: 30%;
	margin-bottom: 15px;
}
.nav-sidebar .ewm p{
	font-size: 12px;
}
.nav-sidebar .ewm p:last-child{
	margin-top: 15px;
}
.sidebar {
	padding:20px 0;
	height: 100%;
	position: fixed;
	top:55px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 180px;
	z-index: 9;
	display: block;
	background-color: #2E68EA;
	border-right: 1px solid #eee;
	color: #fff
}
.warpper {
	padding-top: 55px;
}
.container_right {
	padding-left: 0;
	float: left;
	width: 86%;
	padding: 20px;
	margin-left: 179px;
}
.module {
	background: #fff;
	border-radius: 5px;
	margin: 0 0 30px
}
.xbt {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/xbt.png) no-repeat;
	margin-right: 10px;
	position: relative;
	top:2px
}
.nav-sidebar li:nth-of-type(1) .xbt {
	background-position-y:-54px }
.nav-sidebar li:nth-of-type(2) .xbt {
	background-position-y:-108px }
.nav-sidebar li:nth-of-type(4) .xbt {
	background-position-y:-29px }
.nav-sidebar li:nth-of-type(5) .xbt {
	background-position-y:-81px }
@keyframes shuzi {
	0%{ transform:scale(0.8);}
	50%{ transform:scale(1);}
	100%{transform:scale(0.8);}
}
@-webkit-keyframes shuzi {
	0%{ -webkit-transform:scale(0.8);}
	50%{ -webkit-transform:scale(1);}
	100%{-webkit-transform:scale(0.8);}
}
@-moz-keyframes shuzi {
	0%{ -moz-transform:scale(0.8);}
	50%{ -moz-transform:scale(1);}
	100%{-moz-transform:scale(0.8);}
}
.error{
	width:800px;
	height:50px;
	background:#F2851A;
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	display:none;
	border-radius:20px;
	font-size:20px;
	color: white;
	line-height:50px;
	text-align: center;
	opacity:.8;
	z-index:9999;
}
.success{
	width:80%;
	height:50px;
	background:green;
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	display:none;
	border-radius:20px;
	font-size:20px;
	color: white;
	line-height:50px;
	text-align: center;
	opacity:.8;
	z-index:999;
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination{
	margin-right:10px!important
}
.page-list,.pagination-info{
	display: none!important
}
#sweepCode iframe{
	position: fixed;display: none;
	top: 50%;
	left: 50%;
	width: 400px;
	z-index:22;
	transform: translate(-50%,-50%);}
.nav .ewm{
	width: 70%;
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translateX(-50%);}
.nav .bottom {
	width: 70%;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
}
.nav .bottom a{
	font-size: 12px;
	color:#fff;
}
/*提现*/
.withdrawalTc{
	width: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 22;
	color: #333;
	background: #fff;
	display: none;
	height: 150px;
	text-align: center;
}
.login_we{
	cursor: pointer;
	width: 105px;
	height: 28px;
	border: 1px solid #2E68EA;
	border-radius: 5px;
	line-height: 28px;
	text-align: center;
	margin-right: 0;
	color: #2E68EA;
	font-size: 16px;
	display: none ;
}
#logout{
	width: 300px;
	background: rgb(255, 255, 255);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
	z-index: 999;
	display: none;
	text-align: center;
	border-radius: 10px;

}
#logout p{    line-height: 30px;
	font-weight: bold;
	color: #2E68EA;
	font-size: 24px;}
#logout p:nth-of-type(2){
	font-size: 14px;
	display:flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 35px;
	font-weight: normal;
	font-size: 21px;
}
#logout p:nth-of-type(2) span:nth-of-type(1){cursor: pointer;}
#logout p .close{font-weight: normal;color: #666;opacity: 1;}
