@charset "utf-8";
.settings_content {
	padding-right: 30px;
}
.settings_title {
	padding-bottom: 25px;
	border-bottom: 1px solid #eae7e7;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	color: #333;
}
.sets li {
	list-style: none;
	height: 95px;
	line-height: 95px;
	border-bottom: 1px solid #ebedf0;
	display: flex;
}

.sets li > .setlabel {
	width: 135px;
	line-height: 95px;
	font-size: 14px;
	color: #111;
	font-weight: 600;
}
.setlabel_right {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.set_out {
	padding: 0 100px;
}
.nickname {
	display: flex;
	position: relative;
	width: 100%;
	top: 34px;
}
.inp_nickname {
	min-width: 100px;
	height: 30px;
	line-height: 30px;
	border: none;
	border-radius: 4px;
}
.nickname img {
	width: 14px;
	height: 16px;
	position: relative;
	top: 7px;
	left: 20px;
}
.update_phone {
	font-size: 14px;
	color: #2353f5;
	cursor: pointer;
}
.phone_out {
	display: flex;
	line-height: 95px;
}
.phone_out img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 37px;
	margin-right: 5px;
}
.phone_out div {
	font-size: 14px;
	color: #333;
}
.tobinding {
	width: 100px;
	height: 36px;
	line-height: 36px;
	background: #2353f5;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	text-align: center;
	position: relative;
	top: 29px;
}
.jiebang {
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.updatephone .layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: none;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #fff;
	border-radius: 2px 2px 0 0;
}
.pop_title {
	font-size: 14px;
	color: #333;
}
.inp_phone {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	border: 1px solid #dedddb;
	padding-left: 35px;
	margin: 20px 0 15px 0;
	box-sizing: border-box;
}
.inp_code {
	width: 65%;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	border: 1px solid #dedddb;
	padding-left: 12px;
	margin-right: 20px;
	box-sizing: border-box;
}
.getcode {
	width: 35%;
	height: 42px;
	line-height: 42px;
	background: #ececec;
	font-size: 14px;
	color: #333;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
.inp_code::-moz-placeholder {
	font-size: 14px;
	color: #666;
}
.inp_code::-ms-input-placeholder {
	font-size: 14px;
	color: #666;
}
.inp_code::-webkit-input-placeholder {
	font-size: 14px;
	color: #666;
}
.oldphonenum {
	margin: 10px 0 20px 0;
}
.old_input_out {
	display: flex;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.next_out {
	display: flex;
	justify-content: flex-end;
}
.btn_next {
	width: 114px;
	height: 45px;
	line-height: 45px;
	background: #2353f5;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
}
.newpPhone {
	display: none;
}
.btn_jiebang {
	width: 114px;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
	background: none;
	color: #333;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #ccc;
}
.upd_pwd_label {
	width: 20%;
	text-align: right;
	line-height: 40px;
	margin-right: 20px;
	font-size: 14px;
	color: #333;
}
.upd_pwd_inp {
	position: relative;
	width: 80%;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	border: 1px solid #dedddb;
	padding-left: 12px;
}
.sets {
	padding: 0 10px;
}
