.user_center_content_no_side{width:1440px; margin:0 auto; padding-top:80px;}
.user_center_content{width:1440px; margin:0 auto; display:flex; padding-top:89px;}
.user_center_content_left{width:355px; margin-right:24px;}
.user_center_content_right{width:1061px; }
.user_center_content_right_bg{background:#fff; border-radius:6px; padding:0 20px; padding-bottom: 20px; }
.user_center_content .rounded-sm{border-radius:6px;}
.user_center_content .rounded-lg{border-radius:6px;}
.user_center_content .rounded-mg{border-radius:6px;}


.left-nav-sidebar-item {
	display: flex;
	align-items: center;
	padding: 12px 24px;
	color: #333;
	cursor: pointer;
	font-size:15px;
}
.left-nav-sidebar-item:hover {background:#F9FAFB;}
.left-nav-sidebar-item.active {
	background-color: #F4F3FF;
	color: #6132BF;
}

.user_verify_avatar{border:1px solid #7248C6; }
.user_verify_type{height:20px; background:#F3ECFF; width:80px; font-size:12px; color:#7248C6; line-height:20px; text-align:center; margin-top:-20px;}
.user_center_follow_button{position:absolute; left:260px; top:0px; width:60px; height:25px; border:1px solid #5623BA; border-radius:6px; text-align:center; color:#fff; background:#6132BF; cursor:pointer; font-size:13px; overflow:hidden; line-height:24px;}

.user_right_content{min-height:660px; align-items: center; /* 垂直居中 */ justify-content: center; /* 水平居中 */ height: 100%;  }
.user_empty{width:280px; margin:0 auto; padding-top:200px;}
.user_empty_icon{width:280px; height:140px;}
.user_empty_icon img{width:100%; height:100%;}
.user_empty_text{line-height:30px; font-size:16px; text-align:center;}
.user_empty_text a{color:blue;}

.result_plugin{text-align:center; padding:50px 0; }
.result_plugin_pic{width:74px; height:74px; margin:0 auto; margin-bottom:30px;}
.result_plugin_pic img{width:100%; height:100%;}
.result_plugin_title{font-size:29px; color:#000; font-weight:bold; line-height:36px; }
.result_plugin_sub_title{font-size:15px; color:gray; line-height:200%;}
.result_plugin_extra{}
.result_plugin_extra{text-align:center; margin-top:20px;}
.result_plugin_extra a{display:inline-block;}
.result_plugin_button{background:#fff; color:#333; margin-right:10px; border:1px solid #D9D9D9; text-align:center; height:32px; padding:0 20px; line-height:32px; border-radius:10px; }
.result_plugin_primary_button{background:#6132BF; color:#fff; border:1px solid #6132BF;}




.user_side_count{border-top:1px solid #eee; margin-top:20px; display:flex; width:100%; }
.user_side_count .font-medium{ font-weight:bold; font-size:18px;}
.user_side_count_item{width:33%; text-align:center; padding:15px 0;}
.user_side_count_item_num{font-size: 20px; line-height: 26px; color: #101112;}
.user_side_count_item_text{font-size: 14px; line-height: 22px; color: #86909C;}

.info_set_form_item{display:flex;}
.info_set_form_label{width:130px; text-align:right; line-height:40px; margin-right:10px; color:#333; }
.info_set_form_input{width:420px; margin-right:15px; }
.info_set_form_extra{line-height:40px; width:300px;}


.article_list_item{border-bottom:1px solid #eeeeee;}
.article_list_status_name{background:#FFE3D5; border:1px solid #FFBF80; color:#FE7000; padding:3px 8px; border-radius:5px; font-size:12px; }

.user_center_user_info{position:relative; padding-top:15px;}
.user_center_side_avatar{border:1px solid #6037B6;}
.user_center_side_avatar img{width:80px; height:80px;}
.user_center_side_username{font-size:19px; margin-top:20px;}

.user_center_side_wechat{ color:#5D5D5D; font-size:11px; display:flex; width:auto; margin:0 auto; margin-top:8px; text-align:center; }
.user_center_side_wechat_icon{width:16px; height:16px; margin-top:2px; margin-right:2px; }
.user_center_side_wechat_icon img{width:16px; height:16px;}
.user_center_side_wechat_text{font-size:15px;}


.user_center_side_remark{margin-top:19px; font-size:16px; }
.user_side_count_line{height:17px; margin-top:18px; width:1px; background:#EAEAEF;}

.user_center_side_nav{padding:24px 9px; margin-top:28px;}

/* 分类导航 */
.category-nav { display:flex; border-bottom: 1px solid #E4E6E8; height:69px;}
.category-nav a { text-decoration:none; color: #333; font-size:16px; line-height:69px; padding:0 20px; }
.category-nav a.active { color: #4A15B6; border-bottom: 2px solid #4A15B6; }
.category-nav .more { margin-left: auto; color: #999; }
.category-nav-right{width:100px; height:32px; background:#6132BF; color:#fff; line-height:32px; padding:0; text-align:center; margin-left:auto; margin-top:20px; margin-right:20px;}
.category-nav-right a{width:100%; height:100%; background:#6132BF; color:#fff; line-height:32px; padding:0; font-size:14px; font-weight:normal;}


/*申请认证标题*/

.apply_verify_title{height:77px; line-height:77px; font-size:19px; color:#000; text-indent:5px; border-bottom:1px solid #ECECEC; margin-bottom:20px;}



/*通用标题样式*/
.space_title{width:100%; display:flex; margin-bottom:15px;}
.space_title_text{color:#0F0F0F; font-size:16px; line-height:16px; height:16px; border-left:4px solid #5E2EBE; width:90px; text-indent:8px; }
.space_title_line{height:1px; width:calc(100% - 100px); border-bottom:1px solid #F0F0F0; margin-top:10px;}

