.yeguo-usercenter-body{
	width: 1200px;
	margin: auto;
	position: relative;
	background-color: #fff;
	display: table;
	margin-bottom: 30px;
}
.yeguo-usercenter-body:after{
	content: "";
	display: block;
	clear: both;
}
.yeguo-usercenter-menu{
	width: 208px;
	padding-top: 30px;
	padding-left: 22px;
	background-color: #f4f5fa;
	padding-bottom: 16px;
	display: table-cell;
	vertical-align: top;
}
.yeguo-usercenter-menu .title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 20px;
	color: #666666;
}
.yeguo-usercenter-menu .title span{
	width: 10px;
  height: 10px;
  overflow: hidden;
  display: inline-block;
  line-height: 0px;
  text-align: center;
  margin-left: 5px;
  position: relative;
  top: 4px;
}
.yeguo-usercenter-menu ul{
	margin-left: 10px;
}
.yeguo-usercenter-menu li{
	margin-bottom: 16px;
	cursor: pointer;
}
.yeguo-usercenter-menu li a{
	color: #666666;
}
.yeguo-usercenter-container{
	width: 910px;
	float: left;
	padding: 0 30px;
}
.yeguo-usercenter-container .btnbox{
	width: 200px;
	height: 25px;
	margin-left: 120px;
	padding-top: 14px;
	margin-bottom: 28px;
}
.yeguo-usercenter-container .btnbox div{
	width: 87px;
	height: 25px;
	float: left;
	margin-right: 10px;
	background-color: #2b2b2b;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 20px;
}
.yeguo-usercenter-container .btnbox div a{
	color: #fff;
}
.yeguo-usercenter-container.password .btnbox,
.yeguo-usercenter-container.passwordcash .btnbox {
	margin-left: 128px;
}

.yeguo-usercenter-container .title{
	font-size: 14px;
	color: #363e62;
	line-height: 40px;
	border-bottom: 2px solid #eaecf2;
	margin-bottom: 18px;
}
.yeguo-usercenter-container p{
	margin-bottom: 12px;
	font-size: 0;
}
.yeguo-usercenter-container p.changer,.yeguo-usercenter-container p.changeable{
	display: none;
}
.yeguo-usercenter-container p.changer.active,.yeguo-usercenter-container p.changeable.active{
	display: inherit;
}
.yeguo-usercenter-container p input{
	margin-left: 8px;
	height: 26px;
	line-height: 26px;
	width: 220px;
	vertical-align: middle;
	margin-right: 10px;
}
.yeguo-usercenter-container p#yanzhengma input{
	width: 100px;
}
.yeguo-usercenter-container p#yanzhengma img{
	height: 24px;
  vertical-align: middle;
}
.yeguo-usercenter-container .pwtips,.yeguo-usercenter-container .addbanktips,.yeguo-usercenter-container .bankname{
	line-height: 12px;
	color: #999999;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin-left: 10px;
}
.yeguo-usercenter-container .pwtips{
	width: 470px;
}
.yeguo-usercenter-container .change-btn{
	vertical-align: middle;
	cursor: pointer;
}
.yeguo-usercenter-container .areaname{
	font-size: 14px;
	vertical-align: middle;
	width: 40px;
	display: inline-block;
	text-align: center;
}
.yeguo-usercenter-container .name{
	/*width: 120px;*/
	font-size: 14px;
	line-height: 20px;
	color: #626262;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
}
.yeguo-usercenter-container .normal{
	font-size: 14px;
	vertical-align: middle;
}
.yeguo-usercenter-container #wd_currency{
	vertical-align: middle;
}
.yeguo-usercenter-container .name em{
	font-style: normal;
	color: #ff0000;
}
.yeguo-usercenter-container .name.textareaspan{
	vertical-align: top;
}
.yeguo-usercenter-container .text{
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	margin-right: 40px;
	vertical-align: middle;
	min-width: 220px;
	display: inline-block;
	position: relative;
	height: 28px;
}
.yeguo-usercenter-container .text input{
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 0;
}
.yeguo-usercenter-container.password .text{
	color: #ff0000;
}
.yeguo-usercenter-container .tip{
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.yeguo-usercenter-container textarea{
	width: 498px;
	height: 60px;
	resize: none;
	padding-top: 3px;
}
.yeguo-usercenter-container .pw_sort a{
	font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
}
.yeguo-usercenter-container textarea.lock{
	background-color: #fff;
	border: none;
}
.yeguo-usercenter-container .filter-box{
	width: 100%;
}
.yeguo-usercenter-container .filter-box:after{
	content: '';
	clear: both;
	display: block;
}
.yeguo-usercenter-container .filter-box select{
	float: right;
	width: 90px;
	height: 24px;
	margin-left: 10px;
}
.yeguo-usercenter-container.bank table{
	width: 100%;
	border: 1px solid #eaecf2;
	margin-top: 15px;
}
.yeguo-usercenter-container.bank tr{
	height: 36px;
}
.yeguo-usercenter-container.bank th,.yeguo-usercenter-container.bank td{
	text-align: center;
	color: #363e62;
}
.yeguo-usercenter-container.bank th{
	background-color: #f4f5fa;
}
.yeguo-usercenter-container.bank td{
	border: 1px solid #eaecf2;
}
.yeguo-usercenter-container.bank td a{
	display: inline;
	padding: 3px 8px;
	background-color: #363e62;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
.yeguo-usercenter-container.bank .addbankbox{
	width: 100%;
	margin-top: 10px;
}
.yeguo-usercenter-container.bank .addbankbox:after{
	content: '';
	display: block;
	clear: both;
}
.yeguo-usercenter-container.bank .addbankbtn{
	width: 117px;
	height: 25px;
	float: right;
	background-color: #363e62;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.yeguo-usercenter-container.bank .addbankbtn a{
	color: #fff;
}
.yeguo-usercenter-container .rulebox{
	width: 740px;
	border: 1px solid #f4f3e9;
	padding: 20px 15px;
	color: #999999;
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 20px;
}
.yeguo-usercenter-container .rulebox span{
	vertical-align: top;
}
.yeguo-usercenter-container .rulebox p{
	display: inline-block;
	width: 700px;
	color: #999999;
	font-size: 14px;
}
.yeguo-usercenter-container.addbank select{
	width: 91px;
	height: 23px;
	border: 1px solid #b7b7b7;
	margin-left: 5px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
}
.yeguo-usercenter-container.addbank .updatebox{
        width: 220px;
	height: 24px;
	border: 1px solid #b7b7b7;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	line-height: 24px;
	text-align: center;
	box-shadow: inset 0px 0px 3px #b7b7b7;
	position: relative;
	font-size: 14px;
	margin-right: 10px;
	overflow: hidden;
}
.yeguo-usercenter-container.addbank .updatebox input{
	filter:alpha(opacity=0);
	opacity: 0;
	width: 220px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
.yeguo-popdlg{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
}
.yeguo-popdlg .bg{
	background-color: #000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
.yeguo-popdlg-textbox{
	width: 300px;
	height: 160px;
	padding: 10px;
	border: solid 1px rgb(169, 169, 169);
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 160px;
}
.yeguo-popdlg-textbox p{
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 16px;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
}
.tips,.tipsshow{
	color: #FF0000;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	padding-left: 20px;
	background-image: url(../img/icofont.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.tips.none{
	display: none;
}

.yeguo-updatedlg{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
}
.yeguo-updatedlg iframe{
	width: 322px;
	height: 180px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.yeguo-updatedlg .bg{
	background-color: #000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
.yeguo-updatedlg-textbox{
	width: 300px;
	height: 160px;
	padding: 10px;
	border: solid 1px rgb(169, 169, 169);
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 160px;
}
.yeguo-updatedlg form{
	width: 100%;
	height: 100%;
}
.yeguo-updatedlg #pic{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 40px;
	width: 200px;
}
.yeguo-updatedlg .updatedlg-btnbox{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.updatedlg-btnbox>div{
	width: 100px;
	height: 40px;
	background-color: #363e62;
	color: #fff;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.updatedlg-btnbox .submit{
	float: left;
	margin-left: 40px;
}
.updatedlg-btnbox .cancle{
	float: right;
	margin-right: 40px;
}
.yeguo-updatedlg .updatedlg-msg{
	text-align: center;
}
