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: 75px !important;
    width: 75px !important;
    border-radius: 50px;
    line-height: 75px;
    font-size: 37.5px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 75px !important;
    width: 75px !important;
    border-radius: 50px;
  }
}
.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 */

.basicinfo {
  margin: 15px 0;
}

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

.basicinfo .row > div {
  margin: 5px 0;
}

.blue {
  background-color: #1890ff;
  color: #fff !important;
}

.blue:hover {
  background-color: #1890ff;
  color: #fff !important;
}

/* 点击后变淡 */

.blue:active {
  background-color: #1890ff;
  color: #fff !important;
}

.big {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

.bold {
  font-weight: bold;
}

.row {
  align-items: center;
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.keyword {
  border: 2px solid #1890ff;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: -3px;
  /* padding: 0 10px; */
}

.required::before {
  content: "*";
  color: red;
  margin-right: 5px;
}

.el-tooltip.el-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.el-text {
  cursor: pointer;
}

.el-text.primary {
  color: #409eff;
}

.el-text.danger {
  color: #f56c6c;
}

.el-text.warning {
  color: #e6a23c;
}

.el-text.info {
  color: #909399;
}

.el-text.success {
  color: #67c23a;
}

.el-text.reserve {
  color: #dd07e8;
}

.el-text.sell {
  color: #b47105;
}

.ellipsis {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fz12 {
  font-size: 12px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.pad-10-15 {
  padding: 10px 15px;
}
.el-form-item {
  margin-bottom: 0;
}
.el-date-editor .el-range-separator {
  padding: 0;
}
.control-label {
  text-align: right;
}
.add-price .el-input__inner {
  border: 1.5px solid #ff453a !important;
  border-radius: 6px !important;
}

.service-box {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}

.service-box:hover {
  border: 1px solid #ff383a;
}

.service-content {
  display: flex;
}

.service-image {
  flex: 0 0 180px;
  margin-right: 20px;
  width: 180px;
  border-radius: 8px;
  overflow: hidden;
  img {
    width: 100%;
    border-radius: 8px;
  }
}

.service-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jc-sb {
  justify-content: space-between;
}

.service-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.service-price {
  font-size: 24px;
  color: #f00;
  font-weight: bold;
  margin-right: 10px;
}

.service-note {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.service-note-small {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

.service-button {
  background-color: #f00;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}

.service-button-green {
  background-color: #34c759;
}

.upload-demo input {
  display: none;
}
.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avatar {
  width: 178px;
  height: 178px;
  display: block;
  object-fit: cover;
}

.note-editor.note-frame.panel.panel-default {
  padding: 0 !important;
}
.el-checkbox {
  margin-right: 0px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.poster-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  gap: 20px;
}

.poster-item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.poster-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.poster-content {
  padding: 15px;
  flex: 1;
}

.poster-actions {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}
.avatar-uploader-loading {
  animation: loading 1s infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.finance-container {
  margin: 20px;
}
.chart-box {
  width: 100%;
  height: 450px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.reserve-seat {
  height: 1px;
  width: 100%;
  display: block;
}

.stat-card {
  text-align: center;
  border-radius: 4px;
  color: #fff;
}
.stat-title {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.stat-value {
  font-size: 24px;
  font-weight: bold;
}
.total {
  border-top: 3px solid #409eff;
  background-color: #409eff;
}
.sold {
  border-top: 3px solid #67c23a;
  background-color: #67c23a;
}
.stattoday {
  border-top: 3px solid #e6a23c;
  background-color: #e6a23c;
}
.reserved {
  border-top: 3px solid #f56c6c;
  background-color: #f56c6c;
}
.user {
  border-top: 3px solid #909399;
  background-color: #909399;
}
.for-sale {
  border-top: 3px solid #ff9900;
  background-color: #ff9900;
}
.stat-card1 {
  margin-bottom: 20px;
}
.stat-card1 .el-card__body {
  padding: 0;
}
.stat-card1 .el-card__body .stat-title {
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 15px;
}
.nav > li > a {
  padding-left: 25px;
  padding-right: 25px;
}
