h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
/* 用户中心样式 start*/
#record-form label{
  font-weight: bold;
}
.fixed-table-pagination .pagination-info{
  margin-left: 10px;
}
.btn-lg{
  white-space: unset !important;
}
.my-row{
  display: grid;
  grid-template-columns:repeat(4,1fr);
  grid-gap: 20px;
}
.my-button{
  margin-top: 20px;
  text-align: center;
}
.my-button .btn-success{
  color: black;
  background-color: #FACE00;
  border-color: #FACE00;
}
.my-button .btn-success:hover{
  background: #FACE00;
  border-color: #FACE00;
  color: white;
}
.commonsearch-table .my-row .form-group:last-child{
  width: 100%;
  margin: 0;
  padding: 0;
}
.basicinfo {
    margin: 15px 0;
}

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

.basicinfo .row > div {
    margin: 5px 0;
}
.investment-container .my-row{
    grid-template-columns: repeat(4, 1fr);
}
/* Loading 动画样式 */
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

  @keyframes spin {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }
/* 用户中心样式 end*/
@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) {
  .my-row,.investment-container .my-row{
    display: grid;
    grid-template-columns:repeat(2,1fr);
    grid-gap: 10px;
  }
  .sidenav {
    position: fixed;
    top: 80px;
    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 */
/*.el-button.el-button--primary{*/
/*  color: black;background: #FACE00E5;*/
/*  border-color: #FACE00E5;*/
/*}*/
/*.el-button.el-button--primary:hover{*/
/*  color: white !important;*/
/*  background: #FACE00E5 !important;*/
/*  border-color: #FACE00E5 !important;*/
/*}*/
/*.el-button.el-button--default{*/
/*  color: #FACE00E5 !important;*/
/*  background: black !important;*/
/*  border-color: black !important;*/
/*}*/
/*.el-button.el-button--default:hover{*/
/*  color: white !important;*/
/*}*/