body {
	background-color: #ffffff;
}

#edit-container {
	width: 100%;
	margin-top: 50px;
}

#footer {
	background-color: #ffffff;
}

#content {
	margin-top: 10px;
}

.nav-title {
	height: 30px;
	border-bottom: 1px solid #2489EB;
	font-family: "微软雅黑";
}

.nav-title .active {
	color: #2489EB;
}

.nav-line {
	height: 30px;
	border-bottom: 1px solid #EBEBEB;
}

.edit-panel {
	text-align: center;
	padding-top: 20%;
	width: 80%;
	margin: 0 auto;
}

.edit-group {
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

.edit-group span {
	color: #5c5c5c;
}

.edit-group a {
	color: red;
}

.edit-panel p {
	padding: 0 10%;
}

.edit-panel .phone-title {
	width: 20%;
	display: inline-block;
}

.edit-panel .phone-num {
	text-align: left;
	width: 50%;
	display: inline-block;
}

.edit-panel .edit-btn {
	width: 10%;
	display: inline-block;
}

.edit-panel .edit-btn a {
	color: red;
}

.btn-area {
	margin-top: 20%;
}

.btn-area .btn-return {
	background-color: #2489EB;
	color: #fff;
	padding: 5px 20px;
}

.form-area {
	padding-top: 20px;
}

.form-area input {
	border-radius: 0px;
}

.form-area select {
	border-radius: 0px;
}

.form-area label {
	font-size: 14px;
	font-weight: normal;
}

.btn-save {
	background-color: #2489EB;
	color: #fff;
	padding: 5px 20px;
	border-radius: 0px;
	font-family: "微软雅黑";
}

.btn-cancel {
	background-color: #EBEBEB;
	color: black;
	padding: 5px 20px;
	border-radius: 0px;
	font-family: "微软雅黑";
}

#eidtPwdPanel {
	margin-top: 50px;
}

.get-verify-code {
	color: black;
	font-family: "微软雅黑";
	padding-top: 5px;
}

#eidtPwdPanel label {
	font-size: 14px;
	font-weight: normal;
	font-family: "微软雅黑";
}

#editPwdPanel .edit-pwd {
	border-radius: 0px;
	border: 1px solid darkgrey;
	font-family: "微软雅黑";
}

.verify-code-btn {
	background-color: transparent;
	color: #2489EB;
	border: 0;
}

.edit-phone-div {
	border: 1px;
	border-color: #999999;
	border-style: solid;
	height: 330px;
}

.edit-phone-title {
	text-align: center;
	height: 70px;
	line-height: 60px;
	border: 1px;
	border-bottom-color: #ebebeb;
	border-bottom-style: solid;
}

.edit-phone-title p {
	color: #2489eb;
	font-size: 22px;
	font-weight: bold;
}

.edit-phone-title h1 {
	margin-top:-20px;
	font-size: 12px;
}

.edit-phone-input {
	background-color: transparent;
	border: 0px;
	border-bottom: transparent 1px solid;
}

.edit-phone-line {
	width: 270px;
	border-bottom: #C7C8CC 1px solid;
}

.edit-phone-getCode {
	margin-top: 10px;
	float: right;
	width: 98px;
	background-color: #2489eb;
	color: #fff;
	border: none;
	border-radius: 4px;
}

#problem-click:hover {
	text-decoration: none;
	color: #E86426;
}

.user-edit-input {
	margin: 0 auto;
	border-bottom: 1px solid #ebebeb;
	padding: 5px;
}