body {
    background: url(../images/bg2.jpg) repeat;
}


/* location */

.ewb-location {
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding-left: 35px;
    background: url(../images/location_icon.png) 10px center no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-location span {
    color: #a8161e;
}

/* 个人资料 */

.ewb-person{
	border: 1px solid #dfdfdf;
}

.ewb-person-hd{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dfdfdf;
	background: #e4e4e4;
	padding-left: 20px;
}

.ewb-person-hd a{
	color: #a8161e;
	font-size: 16px;
	font-weight: bold;
}

.ewb-person-bd{
	padding-top: 30px;
	background: #fff;
	height: 462px;
}

.ewb-person-l{
	width: 62%;
	float: left;
	font-size: 14px;
}
.ewb-person-item{
	line-height: 32px;
	vertical-align: top;
	margin-top: 10px;
}

.ewb-person-item.first{
	margin-top: 0;
}

.ewb-person-name{
	width: 28%;
	display: block;
	float: left;
	line-height: 32px;
	text-align: right;
	margin-right: 10px;
}

.ewb-person-txt{
	width: 45%;
	float: left;
	border: 1px solid #dfdfdf;
}

.ewb-person-input{
	width: 100%;
	margin: 0;
	border: 0;
	height: 30px;
	float: left;
	line-height: 30px;
	text-indent: 10px;
	color: #999;
	font-family: "Microsoft Yahei";
	outline: 0;
}

.ewb-person-txt.spc{
	border: 0;
	height: 32px;
}

.ewb-person-txt.spc input{
	color: #333;
}

a.ewb-amend{
	float: left;
	color: #a8161e;
	margin-left: 10px;
}

.ewb-ml25{
	margin-left: 25px;
}

.ewb-ml30{
	margin-left: 30px;
}

.ewb-radio {
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-right: 5px;
}

.ewb-input-bg{
	background: url('../images/time_icon.png') right 4px center no-repeat;
}

.ewb-person-sel{
	width: 100%;
	float: left;
	border: 0;
	height: 32px;
	color: #999;
	text-indent: 10px;
	font-family: "Microsoft Yahei";
	outline: 0;
}

.ewb-sav-btn{
	margin-left: 17.4%;
	padding-left: 10px;
}

.ewb-save{
	display: block;
	width: 120px;
	height: 32px;
	background: #a8161e;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 38px;
}

@media(max-width: 767px){
	.ewb-person-l {
    	width: 100%;
    	float: none;
    	font-size: 14px;
	}

	.ewb-sav-btn{
		width: 253px;
		margin: 0 auto;
	}

	.ewb-save{
		margin-left: 40px;
		margin-top: 20px;
	}

	.ewb-person-bd{
		height: auto;
		padding-bottom: 20px;
	}
}

/* 右侧头像 */

.ewb-person-r{
	width: 208px;
	padding-top: 10px;
	float: left;
	padding-left: 45px;
	font-size: 14px;
	position: relative;
}

.ewb-head-hd{
	width: 45px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	left: 0;
	top: 0;
}

.ewb-head-items{
	margin-top: 35px;
}

.ewb-head-item{
	line-height: 24px;
	color: #999;
}

.ewb-upload{
	display: block;
	width: 120px;
	height: 32px;
	background: #e4e4e4;
	color: #a8161e;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 15px;
}

@media(max-width: 979px) and (min-width: 768px){
	.ewb-person-r{
		width: 160px;
	}
}

@media(max-width: 767px) {
	.ewb-person-r{
		float: none;
		margin: 0 auto;
		margin-top: 10px;
	}
}