.pro_box .top_bg {
  background: #fff;
}
.pro_box .top_bg img {
  width: 100%;
  display: block;
}
.pro_box .list_box ul {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
.pro_box .list_box li {
  float: left;
  width: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
.pro_box .list_box li:nth-of-type(odd) {
  padding-left: 5px;
  padding-right: 2.5px;
}
.pro_box .list_box li:nth-of-type(even) {
  padding-left: 2.5px;
  padding-right: 5px;
}
.pro_box .list_box li a {
  display: block;
  background: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.pro_box .list_box li a .img_box {
  position: relative;
}
.pro_box .list_box li a .img_box img {
  width: 100%;
  display: block;
}
.pro_box .list_box li a .img_box .counts {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding-right: 6px;
}
.pro_box .list_box li a .img_box .counts i {
  margin-right: 3px;
}
.pro_box .list_box li a .img_box .counts:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -20px;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 20px solid rgba(0, 0, 0, 0.6);
  border-left: 20px solid transparent;
}
.pro_box .list_box li a p {
  line-height: 20px;
  margin: 6px 10px;
  overflow: hidden;
  height: 20px;
}
.pro_box .list_box li a .ext {
  line-height: 22px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.pro_box .list_box li a .ext .money {
  font-size: 18px;
  color: #ff4444;
}
.pro_box .list_box li a .ext .day {
  float: right;
  color: #999;
  font-size: 12px;
}
.pro_box .data_end {
  text-align: center;
  line-height: 42px;
  color: #999;
  clear: both;
}
.tpldb .tips_over {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 30px;
}
.tpldb .viewcounts {
  float: right;
}
.tpldb .pro_selvage {
  font-size: 12px;
  color: #666;
}
.loading_box {
  text-align: center;
  line-height: 60px;
}
.loading_box .loading_icon {
  display: none;
}
.loading_box i {
  display: inline-block;
  font-size: 28px;
}
.ora {
  color: #ff4444;
}
.blue {
  color: #5575e1;
}
.bg {
  background: #f5f5f5;
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.posi-r {
  position: relative;
}
.posi-f {
  position: fixed;
}
.posi-a {
  position: absolute;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.store_img {
  position: relative;
  margin-bottom: 10px;
}
.store_img img {
  display: block;
  width: 100%;
}
.store_img .img_count {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 20px;
  padding: 3px 15px;
}
.detail_box {
  padding: 0 10px;
}
.detail_box .group {
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
}
.detail_box p {
  margin-bottom: 0;
}
.detail_box h3 {
  line-height: 28px;
  margin: 0;
  font-size: 16px;
  margin-bottom: 5px;
}
.detail_box .name {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}
.detail_box .details {
  color: #999;
  line-height: 24px;
}
.detail_box .address {
  padding: 0 25px;
  color: #999;
  line-height: 22px;
  min-height: 30px;
  display: block;
  position: relative;
}
.detail_box .address i {
  position: absolute;
  font-size: 22px;
  line-height: 30px;
  margin-top: -15px;
  top: 50%;
  display: inline-block;
}
.detail_box .address i.left {
  left: 0;
}
.detail_box .address i.right {
  right: 0;
}
.detail_box .contact p {
  color: #999;
  line-height: 28px;
}
.detail_box .contact p i {
  font-size: 22px;
  margin-right: 6px;
  display: inline-block;
}
.detail_box_db {
  padding: 0;
}
.detail_box_db .group {
  margin-bottom: 15px;
  padding: 0 10px;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}
.detail_box_db .item {
  border-top: 1px solid #ddd;
  margin-top: -1px;
  padding: 10px;
  position: relative;
}
.detail_box_db .item span {
  float: left;
  width: 100px;
}
.detail_box_db .item .bd {
  padding-left: 100px;
  color: #999;
}
.detail_box_db .item .tel {
  display: block;
  color: #999;
}
.detail_box_db .item .address {
  padding: 0;
  min-height: auto!important;
}
.detail_box_db .item .right {
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.detail_box_db p {
  margin-bottom: 0;
}
.detail_box_db h3 {
  line-height: 28px;
  margin: 0;
  font-size: 16px;
  margin-bottom: 5px;
}
.detail_box_db .name {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}
.detail_box_db .details {
  color: #999;
  line-height: 24px;
}
.detail_box_db .address {
  padding: 0 25px;
  color: #999;
  line-height: 22px;
  min-height: 30px;
  display: block;
  position: relative;
}
.detail_box_db .address i {
  position: absolute;
  font-size: 22px;
  line-height: 30px;
  margin-top: -15px;
  top: 50%;
  display: inline-block;
}
.detail_box_db .address i.left {
  left: 0;
}
.detail_box_db .address i.right {
  right: 0;
}
.detail_box_db .contact p {
  color: #999;
  line-height: 28px;
}
.detail_box_db .contact p i {
  font-size: 22px;
  margin-right: 6px;
  display: inline-block;
}
.mb_0 {
  margin-bottom: 0;
}
