.add-btn {
  margin: 10px 0 !important;
}
.bootstrap-table {
  margin-top: 10px;
}
.errors-group{
  width: 50%;
  margin: 0 auto;
 
}

.errors-group li {
  color: #DE5B5B;
  padding: 5px 5px;
}
.errors-group li:last-child {
  padding-bottom: 10px;
}
.count-link {
  color: #FFFF !important;
}

.info-wrap {
  margin-top: 20px !important;
  position: relative;
}

.img-container {
  position: relative;
  display: inline-block;
}
.mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, .45);
}
.mask p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFF;
  font-size: 18px;
  font-weight: bold;
}




.info-wrape:nth-child(1), .info-wrape:nth-child(2) {
  margin-top: 0;
}

.sb-icon {
  height: 20px;
  margin: 10px 25px;
}
.lg-sub-html p {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 0;
}


.s_header {
  position: relative;
}
/* 地址筛选 */
#address_filter, #filter {
  margin-top: 20px;
}

/* .clearfix{
  overflow: hidden;
} */

.center-text {
  text-align: center;
}