.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;
}
.wrapper {
  padding-bottom: 60px;
}
.com_box {
  padding: 10px;
  background: #fff;
}
.com_box img {
  display: inline-block;
  width: 80px;
  height: 80px;
  float: left;
}
.com_box .detail {
  margin-left: 90px;
  height: 80px;
}
.com_box .detail h3 {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
}
.com_box .detail p {
  color: #999;
  line-height: 20px;
  margin-bottom: 10px;
}
.com_box .detail .tips_box span {
  display: inline-block;
  line-height: 20px;
  color: #ff4444;
  border: 1px solid #ff4444;
  border-radius: 10px;
  padding: 0 12px;
}
.com_box.isfromdb {
  margin-bottom: 10px;
}
.com_box.isfromdb img {
  display: inline-block;
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
}
.com_box.isfromdb .detail {
  margin-left: 70px;
  height: 60px;
}
.com_box.isfromdb .detail h3 {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}
.com_box.isfromdb .detail p {
  color: #999;
  line-height: 30px;
  margin: 0;
}
.tab_box {
  overflow: hidden;
  background: #fff;
  margin-bottom: 15px;
}
.tab_box table {
  width: 100%;
  margin-left: -1px;
}
.tab_box table a {
  display: block;
  padding: 10px 0;
  position: relative;
}
.tab_box table a span {
  border-left: 1px solid #ddd;
  text-align: center;
  display: block;
  height: 24px;
  line-height: 24px;
}
.tab_box table a i {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  margin-left: -15px;
  display: none;
  border: 1px solid #ff4444;
}
.tab_box table a.current i {
  display: inline-block;
}
.bottom_box {
  overflow: hidden;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 42px;
  background: #fff;
  color: #666;
  border-top: 1px solid #ddd;
}
.bottom_box table {
  width: 100%;
  margin-left: -1px;
}
.bottom_box td {
  border-left: 1px solid #ddd;
  width: 50%;
  text-align: center;
}
.bottom_box i {
  vertical-align: middle;
  font-size: 22px;
  font-weight: 900;
  margin-right: 6px;
}
.detail_box .group {
  padding: 0 10px;
  margin-bottom: 15px;
  background: #fff;
}
.detail_box .group p {
  line-height: 42px;
}
.detail_box .group .border {
  border-bottom: 1px solid #ddd;
}
.detail_box .group .exp {
  float: right;
}
.pl_box .group {
  padding: 10px;
  background: #fff;
  margin-bottom: 15px;
}
.pl_box .group .title {
  line-height: 26px;
}
.pl_box .group .title img {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  border-radius: 50%;
}
.pl_box .group .title .star_box {
  float: right;
}
.pl_box .group .title .star_box i {
  color: #ff4444;
  margin-left: 3px;
}
.pl_box .group .time {
  line-height: 30px;
  color: #999;
  font-size: 12px;
}
.pl_box .group .detail {
  line-height: 24px;
}
