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;
}
@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";
}
@media (max-width: 768px){
  footer.footer{
    position:fixed;
    bottom:0;
  }
}

/* 搜索栏样式优化 */
.search-form {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background: linear-gradient(45deg, white, white, #dbf1ff);
}

.search-form .form-group {
  margin-bottom: 0;
  margin-right: 0; /* 使用 gap 代替 margin */
}

.search-form .form-control {
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  transition: all 0.3s;
  box-shadow: none;
  background-color: #f9f9f9;
}

.search-form .form-control:focus {
  border-color: #3f8fe5;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(63, 143, 229, 0.1);
}

.search-form .btn {
  height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s;
}

.search-form .btn-primary {
  background-color: #3f8fe5;
  border-color: #3f8fe5;
}

.search-form .btn-primary:hover {
  background-color: #2a7cd1;
  border-color: #2a7cd1;
  transform: translateY(-1px);
}

.search-form .btn-default {
  background-color: #f5f5f5;
  border-color: #e5e5e5;
  color: #666;
}

.search-form .btn-default:hover {
  background-color: #eeeeee;
  color: #333;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .search-form {
    padding: 15px;
  }
  .search-form .form-group {
    width: 100%;
  }
  .search-form .form-control {
    width: 100% !important;
  }
  .search-form .btn {
    width: calc(50% - 5px);
  }
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination-item {
  margin: 0;
  padding: 2px 10px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-width: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  user-select: none;
}
.pagination .pagination-item:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination .pagination-item:last-of-type{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: 10px;
}
.pagination .pagination-item.active {
  background: #3f8fe5;
  color: #fff;
}
.pagination .pagination-item.disabled {
  background: #2a4158;
  cursor: default;
  color: #c6ddf3;
}
.pagination .pagination-item.blank{
  background: #f0f0f0;
  color: #adadad;
  cursor: default;
}
.pagination .changeLimit{
  font-size: 16px;
}
.pagination .limittext{
  font-size: 18px;
  line-height: 40px;
}
#projectList{
  margin-bottom: 100px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
}
#projectList .project_item{
  position: relative;
}
#projectList .row{
  margin-top: 20px;
  border-bottom: 1px dashed #d1d1d1;
  padding-bottom: 20px;
}
#projectList .project_title{
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
}
#projectList .link{
  color: #3f8fe5;
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  cursor: pointer;
}
#projectList .tag{
  display: inline-block;
  margin:5px 10px;
  font-size: 14px;
  background: #d7eaff;
  color: #1f60a7;
  padding: 0 10px;
  cursor: pointer;
}
#projectList .tag.tag-category{
  background: #ecc8fc;
  color: #5f1e7a;
}
#projectList .tag.tag-onsale{
  background: #ffcdd1;
  color: #a0131f;
}
#projectList .tag.tag-open{
  background: #ffffff;
  color: #333333;
}
#projectList .tag.tag-price{
  background: #ffe0c3;
  color: #aa5506;
}

.modal-dialog{
    top:30%;
    transform:translate(-50%);
    color: #222;
}
.modal-dialog .modal-header{
  border-bottom-color: #cbe8f9;
  border-bottom-width: 1px;
}
.modal-dialog .modal-content{
  background:linear-gradient(45deg, white, white, #c8e3ff);
  border-radius: 15px;
}
.modal .modal-title{
  font-size: 20px;
  font-weight: bold;
}
.modal .detailInfo{
  margin-bottom: 5px;
  font-size: 16px;
}
.modal .detailInfo .detailTitle{
  font-weight: bold;
}
.modal .detailItem{
  margin: 7px 0;
  padding: 8px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #d6e9ff;
  background: linear-gradient(45deg, #f2f8fd, white, white);
  
}
.modal .detailItem .buynow{
  float: right;
  margin-left: 10px;
  background: #3f8fe5;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal-dialog{
    width: 700px;
  }
}
.modal-content{
  padding: 20px;
}
.offsalenow{
  font-size: 1.5em;
  line-height: 3em;
  color: red;
}
.offsalenow>span{
  margin-left:20px;
}
.offsaleTag{
  position:absolute;
  left:20px;
  top:15px;
  width:80px;
  height:80px;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  border:4px solid red;
  border-radius:50%;
  color:red;
  rotate: -15deg;
  opacity: 0.7;
  user-select: none;
}
@media (min-width:1200px) {
    .col-md-5 .order-summary{
      margin-bottom:130px !important;
    }
}
@media (min-width:991px) {
    .col-md-5 .order-summary{
      margin-bottom:152px;
    }
}
@media (max-width:990px) {
    .col-md-5 .order-summary{
      margin-bottom:10px;
    }
}
/*# sourceMappingURL=user.css.map */