h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}
.basicinfo .tags{display: inline-block;}
/*# sourceMappingURL=user.css.map */
.kehulist{
	clear: both;overflow: hidden; padding: 0;
}
.kehulist li{float: left;width: 48%; margin-right: 4%; margin-bottom: 15px;border: 1px solid #e5e5e5; border-radius: 10px;padding: 10px; list-style:none;}
.kehulist li .img{padding: 50% 0;width: 100%; background-position: center; background-repeat: no-repeat; background-size: 100% auto;}
.kehulist li:nth-child(2n){margin-right: 0;}
.kehulist li .details{clear: both; overflow: hidden;}
.kehulist li .details div{width: 50%;float: left;
	white-space: nowrap; /* 防止文本换行 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.kehulist li .details div:nth-child(2n){text-align: right;}
 .huiyuanlist{padding-left: 0;}
 .huiyuanlist li{border: 1px solid #e5e5e5; border-radius: 10px; padding: 10px; display: flex; margin-bottom: 10px;}
	.huiyuanlist li img{width: 60px;height: 60px;margin-right: 5px;}
	.huiyuanlist li .action{ width: 60px; margin-left: 5px;}
	.huiyuanlist li .content{ clear: both; overflow: hidden; margin: 0; flex: 1; min-height: auto; padding: 0;}
	.huiyuanlist li .content div{width: 50%;float: left;margin-bottom: 10px;
	white-space: nowrap; /* 防止文本换行 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */}
.huiyuanlist li .content div::nth-child(2n){text-align: right;}
.huiyuanlist li .content div:nth-child(3),.huiyuanlist li .content div:nth-child(4){margin-bottom: 0;}
.idx_nav{display:flex; padding:10px 0;}
.idx_nav li{flex:1; text-align:center; margin:0 5px; list-style:none;}
.idx_nav li img{display:block; width:100%;}


