.user_avatar > img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 50%;
}

.user_right_tab {
	width: 100%;
	height: 60px;
	display: flex;
	line-height: 60px;
	background: #FCFCFC;
	align-items: center;
	border: 1px solid #E6E6E6;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

.user_tab_item {
	height: 60px;
	margin-top: 0;
	color: #999999;
	cursor: pointer;
	padding: 0 30px;
	font-size: 16px;
	margin-left: -1px;
	font-weight: bold;
	border: 1px solid rgba(230, 230, 230, 0);
}

.user_tab_item:hover {
	color: #097AD4;
}

.user_tab_item[data-active='true'] {
	color: #097AD4;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
}

.user_right_main {
	width: 100%;
}

.user_main_item {
	width: 100%;
	padding: 20px;
	margin-top: 20px;
	background: #FFFFFF;
}

.user_main_item[data-active='false'] {
	display: none;
}

/* 用户信息 */
.user_info_box {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.user_info_avatar {
	width: 100px;
	height: 100px;
}

.user_info_avatar > img {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
}

.user_info_avatar > .icon-edit {
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	color: #666666;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	transition: all 0.15s;
}

.user_info_partition {
	width: 100%;
	height: 0px;
	border-top: 1px dotted #cccccc;
}

.user_info_line {
	width: 100%;
	display: flex;
	margin: 50px 0;
	align-items: center;
	justify-content: space-between;
}

.user_info_item {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.user_info_item > div {
	height: 52px;
}

.user_info_item_title {
	width: 100px;
	display: flex;
	font-size: 16px;
	line-height: 16px;
	align-items: center;
	padding-right: 20px;
	justify-content: flex-end;
}

.user_info_item_value {
	width: 300px;
	height: 52px;
	display: flex;
	color: #666666;
	font-size: 18px;
	line-height: 18px;
	text-indent: 20px;
	background: #F5F5F5;
	align-items: center;
}

.user_info_btn {
	width: 148px;
	height: 48px;
	display: flex;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 20px;
	margin: 20px auto;
	line-height: 20px;
	background: #097AD4;
	align-items: center;
	justify-content: center;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

/* 弹出框 */
.popup {
	opacity: 0;
	z-index: -1;
	transition: all 0.2s;
}

.popup_bg {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
}

.popup_box {
	width: 700px;
	height: 450px;
	padding: 20px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.popup_close {
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	z-index: 99;
	display: flex;
	cursor: pointer;
	position: absolute;
	align-items: center;
	justify-content: center;
}

.popup_close > i {
	color: #333333;
	font-size: 20px;
	line-height: 20px;
}

.popup_main {
	width: 420px;
}

.user_safe_box {
	padding: 0;
	width: 100%;
	background: none;
}

.safe_item {
	width: 100%;
	height: 60px;
	display: flex;
	color: #333333;
	padding: 0 30px;
	font-size: 15px;
	line-height: 60px;
	margin-bottom: 20px;
	background: #FFFFFF;
	align-items: center;
	justify-content: space-between;
}


.safe_mobile {
	color: #999999;
	margin-left: 100px;
}

.safe_item_btn {
	cursor: pointer;
	color: #097AD4;
}

.safe_item_btn:hover {
	text-decoration: underline;
}

.page_box {
	display: flex;
	margin: 20px 0 0;
	align-items: center;
	justify-content: center;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

.page_box > .layui-laypage {
	display: flex;
	align-items: center;
}

.page_box > .layui-laypage > * {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	padding: 0;
	display: flex;
	color: #333333;
	font-size: 16px;
	line-height: 16px;
	background: #FFFFFF;
	align-items: center;
	justify-content: center;
	border: 1px solid #666666;
	overflow: hidden !important;
	border-radius: 4px !important;
}

.page_box > .layui-laypage > *.layui-disabled {
	border-color: #d2d2d2 !important;
}

.page_box > .layui-laypage > a:hover {
	color: #000000 !important;
}

.page_box > .layui-laypage > a.layui-disabled:hover {
	color: #d2d2d2 !important;
}

.page_box .layui-laypage-curr {
	border-color: #999999 !important;
}

.page_box .layui-laypage-em {
	background: #F5F5F5 !important;
}

.page_box .layui-laypage-curr em {
	color: #666666 !important;
}


.result_popup .popup_main {
	width: 520px;
}

.result_box {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.result_title {
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

.result_main {
	width: 500px;
	margin-top: 20px;
	padding: 20px 50px;
	background: #E5F3FF;
	border-radius: 10px;
}

.result_info {
	display: flex;
	align-items: center;
}

.result_img {
	width: 100px;
	height: 125px;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

.result_identity {
	height: 80px;
	display: flex;
	font-size: 16px;
	padding-left: 20px;
	flex-direction: column;
	justify-content: space-around;
}

.result_item {
	display: flex;
	font-size: 14px;
	margin-top: 20px;
	line-height: 14px;
	align-items: center;
	justify-content: center;
}

.result_item_value {
	font-weight: bold;
}

.result_tip {
	color: #E90211;
	font-size: 14px;
	margin-top: 10px;
}

.result_btn {
	width: 200px;
	height: 40px;
	display: flex;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 10px;
	position: relative;
	background: #097AD4;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
}

.verification_popup_box {
	height: auto !important;
}

.verification_popup .popup_main {
	width: 520px;
}

.verification_box {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.verification_title {
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

.verification_img {
	width: 140px;
	height: 140px;
	display: flex;
	cursor: pointer;
	overflow: hidden;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
	border: 1px solid #EEEEEE;
}

.verification_img .default_upload {
	width: 100%;
	height: 100%;
	display: flex;
	background: #F5F5F5;
	align-items: center;
	justify-content: center;
}

.verification_img .default_upload > i {
	color: #999999;
	font-size: 24px;
	line-height: 24px;
}

.verification_img > img {
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.verification_info {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.verification_info > div {
	width: 80%;
	height: 50px;
	display: flex;
	margin-top: 15px;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #F5F5F5;
}

.verification_info > div > label:before {
	content: '*';
	color: #ff0000;
	margin-right: 2px;
}

.verification_info > div > label {
	width: 100px;
	font-size: 16px;
	text-align: right;
	line-height: 48px;
	padding-right: 16px;
}

.verification_info > div > input {
	color: #666666;
	font-size: 16px;
	line-height: 48px;
	width: calc(100% - 100px);
}

#uploadVerification {
	opacity: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
}

.verification_tip {
	color: #E90211;
	font-size: 14px;
	margin-top: 20px;
	line-height: 14px;
	text-align: center;
}

.verification_cost_tip {
	color: #E90211;
	font-size: 14px;
	margin-top: 20px;
	line-height: 14px;
	text-align: center;
}

.verification_btn {
	height: 50px;
	padding: 0 40px;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
	margin-top: 20px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	background: #0A7BD4;
	transition: all 0.15s;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

.verification_supplier {
	display: flex;
	color: #333333;
	font-size: 14px;
	margin-top: 20px;
	line-height: 14px;
	align-items: center;
	justify-content: center;
}

.verification_supplier img {
	height: 30px;
	object-fit: cover;
	margin-left: 10px;
}