h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.content {
  background-color: #ffffff;
  padding: 0 !important;
}
.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";
}
/*# sourceMappingURL=user.css.map */
/* 2025-1-9登录页样式 */
.login_container {
  position: relative;
  background-color: #ffffff;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.login_container .first_around {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}

.login_container .first_around .herder {
  width: 1200px;
  margin: 0 auto;
}

.login_container .first_around .herder .herder_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login_container .first_around .herder .herder_content .logo {
  width: 150px;
  cursor: pointer;
}
.header_txt {
  font-size: 14px;
  color: #999;
}
.header_txt2 {
  color: #333;
  margin-left: 10px;
}
.login_center {
  display: flex;
  width: 100%;
  height: 560px;
  background-color: #eff4f8;
}
.login-bg {
  width: 800px;
  height: 500px;
}
.login_container .second_around {
  width: 100%;
  height: 160px;
}

.login_container .login_card .login_btn {
  background-color: #128f76 !important;
  border: none !important;
}

.login_container .login_card .form-control:focus {
  border-color: #94c724;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.08),
    0 0 8px rgba(149, 233, 102, 0.6);
}

.login_container .second_around .second_around_content {
  /*position: absolute;*/
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*bottom: 20px;*/
}

.login_container .second_around .second_around_content p {
  font-weight: 400;
  font-size: 14px;
}

.login_container .second_around .second_around_content .txt1 {
  color: #333333;
}

.login_container .second_around .second_around_content .txt2 {
  color: #999999;
  margin-top: 9px;
}

.login_container .login-section .logon-tab {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.login_container .user-section {
  margin: 20px 0;
  border-radius: 20px;
  z-index: 9;
  box-shadow: 0 0 61px rgba(0, 0, 0, 0.16);
}

.login_container .user-section .card_title .logo {
  width: 68px;
}

.login_container .user-section .card_title .txt {
  font-weight: bold;
  font-size: 24px;
}
