@charset "UTF-8";
html body.overflowY{
	overflow-y:hidden !important;
}
#_accountWallet,
#_accountWallet *{
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style:normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;	
}

#_accountWallet  ul{
	display: block;
}

#_accountWallet  ul,
#_accountWallet  li,
#_accountWallet  dl,
#_accountWallet  dd{
   list-style: none;
}

#_accountWallet a{
	text-decoration: none;
}

#_accountWallet .wallet-mask-layer{
	position:fixed;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgb(0,0,0);
	opacity:0.5;
	z-index:99999999998;
}

#_accountWallet .wallet-box{
	position:fixed;
	display: block;
	width:636px;
	height: 484px;
	left:50%;
	top:50%;
	z-index:99999999999;
	background: #FFFFFF;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}

#_accountWallet .wallet-box .wallet-title-box{
	display: block;
	width:100%;
	height:60px;
	line-height:60px;
	border-bottom: 1px solid #CDD8DC;
	background: #F4F5F7;
	border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
}

#_accountWallet .wallet-box .wallet-title-box .wallet-title-container{
	display: block;
	width:100%;
	height:inherit;
	line-height:inherit;
	padding:0 20px;
}

#_accountWallet .wallet-box .wallet-title-box .wallet-title-container .wallet-title{
	float:left;
	font-size: 20px;
	font-weight:normal;
    color: #3A5560;
    height: inherit;
    line-height: inherit;
}

#_accountWallet .wallet-box .wallet-title-box .wallet-title-container .wallet-close{
	display:inline-block;
	float:right;
	width:30px;
    height: inherit;
    cursor:pointer;
    line-height: inherit;
	background: url('../images/close.png') no-repeat center;
	background-size:16px;
}

#_accountWallet .wallet-box .wallet-content-box{
	display: block;
	width:100%;
	height:343px;
	padding:12px 0 0;
	overflow-y: auto;
}

#_accountWallet .wallet-box .wallet-content-box .wallet-content{
	margin: 0 20.5px;
}

#_accountWallet .wallet-box .wallet-content-box .wallet-content li{
	float: left;
	font-size: 0;
	line-height:0;
}

#_accountWallet .wallet-box .wallet-content-box .wallet-content li span{
	display: inline-block;
	width:100px;
	height: 34px;
	line-height:34px;
    font-size: 12px;
    font-weight:normal;
    font-style:normal;
    color: #343434;
    border: 1px solid #CDD8DC;
    margin-left: -1px;
    margin-bottom: -1px;
    text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden; 
}

#_accountWallet .wallet-box .wallet-content-box .wallet-content li .wallet-platform-name{
	padding-left:0px;
	padding-right:10px;
	text-align: right;
	background: #F4F5F7;
}


#_accountWallet .wallet-box .wallet-content-box .wallet-content li .wallet-platform-balance{
	padding-left:10px;
	padding-right:0px;
	text-align: left;
}

#_accountWallet  .wallet-refresh-box  *:focus { 
   outline: none;
}

#_accountWallet  .wallet-refresh-box{
	position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height:40px;
    margin: 20px auto;
    text-align: center;
}

#_accountWallet  .wallet-refresh-box .wallet-refresh{
	width:140px;
	height: 100%;
	line-height:inherit;
	font-size: 16px;
	color: #666666;
	cursor:pointer;
	text-align: center;
	background: rgb(255,255,255);
	opacity:1;
	border: 1px solid #CDD8DA;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
#_accountWallet  .wallet-refresh-box .wallet-refresh:hover{
	border:0;
	color: #FFFFFF;
	background: #3B71C1;
}