.sex {
	height: inherit;
	border: 1px solid #ccc;
}
.city-select dt {
	position: relative;
}
.city-picker-span {
	border: 1px solid #ccc;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 10px;
	width: 250px !important;
	overflow: hidden;
}
input[type="text"] {
	width: 250px;
}
.cfgMng_psnInfo_psnInfoDl_edit .sexdd {
	width: 353px;
}
textarea {
	height: 57px;
	resize: none;
	width: 250px;
}
.city-picker-dropdown {
	top: auto !important;
}
.layui-layer-title {
	text-align: center;
}
.updatePwdPanel dt, .updateOldPhonePanel dt, .updateNewPhonePanel dt {
	width: 120px;
    text-align: right;
    font-size: 14px;
    color: #666;
    display: table-cell;
    height: 30px;
    line-height: 30px;
    padding: 5px;
}
.updatePwdPanel dd, .updateOldPhonePanel dd, .updateNewPhonePanel dd  {
	width: 400px;
    padding-left: 10px;
    background: 9f9;
    font-size: 14px;
    color: #666;
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    height: 30px;
    line-height: 30px;
    padding: 5px;
}
.passwordWidth {
	width: 240px;
}
.updatePwdPanel .updatePwdUsernameDt {
	width: 96px;
}
.updateOldPhonePanel .smsCode, .updateOldPhonePanel .phone, .updateNewPhonePanel .phone, .updateNewPhonePanel .smsCode, .updateNewPhonePanel .pwd {
	width: 230px;
}
.xz1 {
	background: #f15a22;
    color: #fff !important;
    display: inline-block;
    line-height: 30px;
    padding: 0 30px;
    font-size: 14px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.xz1:disabled {
	background-color: #b4b4b4;
}
.nameAndSMSCodeButton {
	cursor: pointer;
	width: 255px;
    color: #fff;
    background-color: #ed3f3f;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
	border-radius: 4px;
	/*margin: auto;*/
	margin-left: 135px;
}
.updateOldPhonePanel, .updateNewPhonePanel {
	margin-top: 50px;
}
.oldErrInfo, .newErrInfo {
	text-align: center;
    padding-top: 10px;
    color: #e64141;
    font-size: 16px;
}