h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
.profile-avatar-container {
  position:relative;
  width:100px;
}
.profile-avatar-container .profile-user-img{
  width:100px;
  height:100px;
}
.profile-avatar-container .profile-avatar-text {
  display:none;
}
.profile-avatar-container:hover .profile-avatar-text {
  display:block;
  position:absolute;
  height:100px;
  width:100px;
  background:#444;
  opacity: .6;
  color: #fff;
  top:0;
  left:0;
  line-height: 100px;
  text-align: center;
}
.profile-avatar-container button{
  position:absolute;
  top:0;left:0;width:100px;height:100px;opacity: 0;
}
.profile-image-container {
  position:relative;
  width:auto;
  height: 100px;
}
.profile-image-container .profile-user-image{
  width:auto;
  height:100px;
}
.profile-image-container .profile-image-text {
  display:none;
}
.profile-image-container:hover .profile-image-text {
  display:block;
  position:absolute;
  height:100px;
  width:100px;
  background:#444;
  opacity: .6;
  color: #fff;
  top:0;
  left:0;
  line-height: 100px;
  text-align: center;
}
.profile-image-container button{
  position:absolute;
  top:0;left:0;width:100px;height:100px;opacity: 0;
}
.profile-license-container {
  position:relative;
  width:auto;
  height: 100px;
}
.profile-license-container .profile-user-license{
  width:auto;
  height:100px;
}
.profile-license-container .profile-license-text {
  display:none;
}
.profile-license-container:hover .profile-license-text {
  display:block;
  position:absolute;
  height:100px;
  width:100px;
  background:#444;
  opacity: .6;
  color: #fff;
  top:0;
  left:0;
  line-height: 100px;
  text-align: center;
}
.profile-license-container button{
  position:absolute;
  top:0;left:0;width:100px;height:100px;opacity: 0;
}
.profile-permit-container {
  position:relative;
  width:auto;
  height: 100px;
}
.profile-permit-container .profile-user-permit{
  width:auto;
  height:100px;
}
.profile-permit-container .profile-permit-text {
  display:none;
}
.profile-permit-container:hover .profile-permit-text {
  display:block;
  position:absolute;
  height:100px;
  width:100px;
  background:#444;
  opacity: .6;
  color: #fff;
  top:0;
  left:0;
  line-height: 100px;
  text-align: center;
}
.profile-permit-container button{
  position:absolute;
  top:0;left:0;width:100px;height:100px;opacity: 0;
}
.profile-image_school-container {
  position:relative;
  width:auto;
  height: 100px;
}
.profile-image_school-container .profile-user-image_school{
  width:auto;
  height:100px;
}
.profile-image_school-container .profile-image_school-text {
  display:none;
}
.profile-image_school-container:hover .profile-image_school-text {
  display:block;
  position:absolute;
  height:100px;
  width:100px;
  background:#444;
  opacity: .6;
  color: #fff;
  top:0;
  left:0;
  line-height: 100px;
  text-align: center;
}
.profile-image_school-container button{
  position:absolute;
  top:0;left:0;width:100px;height:100px;opacity: 0;
}
.profile-video-container {
  position:relative;
  width:auto;
  height: 100px;
}
.profile-video-container .profile-user-video{
  width:auto;
  height:100px;
}
.profile-video-container .profile-video-text {
  display:none;
}
.profile-video-container:hover .profile-video-text {
  display:block;
  position:absolute;
  height:100px;
  width:100px;
  background:#444;
  opacity: .6;
  color: #fff;
  top:0;
  left:0;
  line-height: 100px;
  text-align: center;
}
.profile-video-container button{
  position:absolute;
  top:0;left:0;width:100px;height:100px;opacity: 0;
}
/* 容器样式 */
.profile-image_list-container {
  position: relative;
  width: auto;
  height: 100px;
  margin: 5px;
  display: inline-block; /* 确保容器可以并排显示 */
}

/* 图片样式 */
.profile-image_list-container .profile-user-image_list {
  width: auto;
  height: 100px;
  object-fit: cover; /* 确保图片按比例缩放并覆盖容器 */
}

/* 悬停时显示的编辑提示文本 */
.profile-image_list-container .profile-image_list-text {
  display: none;
  position: absolute;
  height: 100px;
  width: 100%;
  background: #444;
  opacity: 0.6;
  color: #fff;
  top: 0;
  left: 0;
  line-height: 100px;
  text-align: center;
}

/* 鼠标悬停时显示编辑提示文本 */
.profile-image_list-container:hover .profile-image_list-text {
  display: block;
}

/* 上传按钮样式 */
.profile-image_list-container button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-image: url("/assets/img/uploads.jpg");
  background-size: cover;
  background-position: center;
  border: none;
}

/* 删除按钮样式 */
.remove-image {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  color: white;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  font-size: 16px;
  padding: 2px 5px;
}
.basicinfo {
  margin: 15px 0;
}

.basicinfo .row > .col-xs-4 {
  padding-right: 0;
}

.basicinfo .row > div {
  margin: 5px 0;
}
.status_sh{
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.status_sh_primary,.status_sh_danger{
  display: block;
  width: 100%;
  padding-left: 10px;
}
.form-layer {height:100%;min-height:150px;min-width:300px;}
.form-body {
  width:100%;
  overflow:auto;
  top:0;
  position:absolute;
  z-index:10;
  bottom:50px;
  padding:15px;
}
.form-layer .form-footer {
  height:50px;
  line-height:50px;
  background-color: #ecf0f1;
  width:100%;
  position:absolute;
  z-index:200;
  bottom:0;
  margin:0;
}
.form-footer .form-group{
  margin-left:0;
  margin-right:0;
}
.extend_item{
  margin-bottom: 5px;
}
.form-layer {height:100%;min-height:150px;min-width:300px;}
.form-body {
  width:100%;
  overflow:auto;
  top:0;
  position:absolute;
  z-index:10;
  bottom:50px;
  padding:15px;
}
.form-layer .form-footer {
  height:50px;
  line-height:50px;
  background-color: #ecf0f1;
  width:100%;
  position:absolute;
  z-index:200;
  bottom:0;
  margin:0;
}
.form-footer .form-group{
  margin-left:0;
  margin-right:0;
}
@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";
}
/*# sourceMappingURL=user.css.map */