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";
}
/*# sourceMappingURL=user.css.map */

#gold .placeholder {
  margin: 5px;
  height: 5em;

  color: #ffffff;
}
#gold .placeholder .fa{
  font-size: 5rem;
  padding-top: 4px;
}
#gold .weui-flex__item.success{
  background-color: #07c160;
  background-color: var(--weui-BRAND);
}
#gold .weui-flex__item.danger{
  background-color: red;
}
#gold .weui-flex__item{
  background-color: #999999;
  border-radius: 10px;
  padding-left: 2rem;
}
#gold .placeholder .pull-text{
  padding-left: 2rem;
}
#gold .placeholder .pull-text p{
  margin: 0;
  padding-top: 5px;
  line-height: 1.7;
}
.price{
  color: #07c160;
  color: var(--weui-BRAND);
}

.log_add_price {
  color: #efc419;

}
.weui-cell .log_price{
  font-size:1.2em;
  font-style: normal;
}
.weui-form-preview__value.text-success{
  color:#3c763d;
}
.weui-form-preview__value.text-danger{
  color:red;
}

#user-nav .weui-cell_primary p{
  padding-left:15px;
  padding-top:5px;
}
.panel-default > .panel-heading {
  padding: 20px 0;
}
.panel-title > a {
  padding:20px 0;
}
.weui-form-preview__label{
  width: 5.2em;
}
.weui-cell__bd .badge_desc{
  display: block;
  font-size: 13px;
  color: #888;
}
.cell_font{
  padding-left: 10px;
}
.weui-cell__bd .badge_desc.text-success{
  color: #18bc9c;
}
.weui-cell__hd img{
  border-radius: 50%;
}

.weui-form-preview__value li{
  margin-right: 8px;
  margin-bottom: 8px;
  width: 50px;
  height: 50px;
  background: no-repeat center center;
  background-size: cover;
  float: right;
}

#gallery .weui-gallery__opr i{
  color:#fff;font-size:5rem
}

/*  */
.int {
  width: 74px;
  height: 64px;
  background: url('../img/new_bg.png') no-repeat;
  background-size: 296px 64px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

/* 火 */
.hot{
  width: 50px;
  height: 60px;
  background: url(../img/hot_bg.png) no-repeat;
  background-size: 250px 60px;
  background-position-x: -50px;
  position: absolute;
  left: 0px;
  top: -20px;
  z-index: 999;
}

.hot_bg,.int_bg{
  width: 100%;
  height: 100%;
}
.hot_bg{
  background: url(../img/hot_bg.png) no-repeat;
  background-size: 250px 60px;
}
.int_bg{
  background: url(../img/new_bg.png) no-repeat;
  background-size: 296px 64px;
}
