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;
}
.customer-service-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1031;
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 0 18px;
  border-radius: 23px;
  background: #12b7f5;
  color: #fff;
  box-shadow: 0 8px 24px rgba(18, 183, 245, 0.28);
  font-size: 15px;
  line-height: 46px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.customer-service-float:hover,
.customer-service-float:focus {
  background: #0ca6de;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(18, 183, 245, 0.36);
}
.customer-service-float .fa {
  margin-right: 8px;
  font-size: 18px;
}
.customer-service-modal .modal-dialog {
  margin-top: 80px;
}
.customer-service-modal .modal-content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}
.customer-service-modal .modal-header {
  border-bottom: 1px solid #f0f0f0;
}
.customer-service-modal .modal-title {
  font-size: 16px;
  font-weight: 600;
}
.customer-service-qrcode {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 360px;
  margin: 0 auto;
  border-radius: 4px;
}
.customer-service-tip {
  margin: 14px 0 2px;
  color: #666;
  font-size: 14px;
}
@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;
  }
  .customer-service-float {
    right: 16px;
    bottom: 132px;
    height: 44px;
    padding: 0 15px;
    border-radius: 22px;
    line-height: 44px;
  }
  .customer-service-modal .modal-dialog {
    width: auto;
    margin: 58px 16px 0;
  }
}
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 */
