.user-left{
	width: 200px;
	height: auto;
	border: 1px solid #eaeaea;
	float: left;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
}
.user-right{
	width: 880px;
	float: right;
}
.user-menu{
	font-size: 16px;
	color: #97aa69;
	padding: 15px 10px;
	line-height: 40px;
	border-bottom: 1px solid #eaeaea;
}
.user-menu span{
	margin-right: 3px;
}
.user-title{
	margin: 10px 0;
	line-height: 30px;
	font-size: 20px;
	border-bottom: 1px dashed #e6e6e6;
}
.user-manage{
	color: #fff;
	font-size: 12px;
	margin-left: 20px;
	padding: 2px 5px;
	border-radius: 3px;
	background: #6dcdff;
}
.sum-account{
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}
.sum-account button{
	margin-left: 0 !important;
}
.sum-account h2{
	color: #97aa69;
	font-size: 18px;
	line-height: 2em;
	padding: 0 10px;
	border-bottom: 1px solid #efefef;
}
.sum-info{
	width: 33.33%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.sum-title{
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0;
	display: block;
}
.sum-adb{
	font-size: 18px;
	color: red;
	display: block;
}
.sum-rmb{
	color: #888;
	line-height: 1.75em;
	display: block;
}
.user-notice{
	padding: 10px;
}
.river{
	height: 20px;
	border-bottom: 1px dashed #ff0000;
	margin-bottom: 35px;
}
.limit{
	display: none;
}
.river span{
	color: #ff0000;
	display: block;
	width: 100px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background: #fff;
	margin: 0 auto;
	padding-top: 10px;
	cursor: pointer;
}

.action{
	color: #1e9fff;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #1e9fff;
    border-radius: 3px;
    box-sizing: border-box;
    vertical-align: middle;
}
.get-code-box{
	padding: 0 !important;
}