.condition {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 13px;
  margin-top: 20px;
}
.condition .c_group {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
}
.condition .c_group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.condition .c_group .c_group_title {
  width: 100px;
}
.condition .c_group .c_group_items {
  margin-bottom: -14px;
  margin-right: -20px;
  width: 1060px;
}
.condition .c_group .c_group_items a {
  color: #333;
}
.condition .c_group .c_group_items .span_item {
  display: inline-block;
  color: #666;
  margin: 0 20px 14px 0;
  color: #333;
}
.condition .c_group .c_group_items .span_item.on {
  font-weight: 600;
  color: #00B38A;
}
.condition .c_group.city_box i:before {
  content: '\e60c';
  margin-left: 5px;
  color: #666;
  font-weight: 400;
  font-size: 13px;
}
.c_group_result .span_item {
  padding: 3px 8px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.c_group_result .span_item:after {
  content: '\e8c1';
  font-size: 12px;
  padding-left: 4px;
}
.c_group_result .span_item:hover {
  border: 1px solid #ef1c2b;
  color: #ef1c2b !important;
}

.ziyuan_list .items {
  margin-bottom: -20px;
}
.ziyuan_list .items .item {
  background-color: #fff;
  width: 222px;
  margin-bottom: 20px;
  transition: all .3s;
  float: left;
  margin-right: 20px;
  border: 1px solid #f0f0f0;
}
.ziyuan_list .items .item:hover {
  box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}
.ziyuan_list .items .item:nth-child(5n) {
  margin-right: 0;
}
.ziyuan_list .items .item_box {
  overflow: hidden;
  position: relative;
}
.ziyuan_list .items .cover {
  position: relative;
  display: block;
  width: 100%;
  height: 111px;
}
.ziyuan_list .items .cover img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
.ziyuan_list .items .con {
  padding: 10px 10px 10px 10px;
}
.ziyuan_list .items .title {
  width: 100%;
  height: 38px;
  overflow: hidden;
  display: block;
  font-weight: 600;
}
.ziyuan_list .items .price {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
}
.ziyuan_list .items .price em {
  margin-right: 3px;
}
.ziyuan_list .items .shopinfo {
  color: #999;
  display: flex;
  justify-content: space-between;
  padding: 0 10px 14px 10px;
}
.ziyuan_list .items .shopinfo .leftinfo {
  display: flex;
}
.ziyuan_list .items .shopinfo .logo {
  width: 18px;
  height: 18px;
  border: 1px solid #eee;
  border-radius: 100%;
  margin-right: 5px;
  vertical-align: top;
  object-fit: cover;
}
.ziyuan_list .items .shopinfo .shoptype {
  background-color: #ff0000;
  color: #fff;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 12px;
}
.ziyuan_list .page {
  margin-top: 20px;
}

.ziyuan_show {
  padding-bottom: 20px;
  overflow: hidden;
}
.ziyuan_show .left {
  float: left;
  width: 940px;
}
.ziyuan_show .left_top {
  background-color: #fff;
  overflow: hidden;
  padding: 20px;
  display: flex;
  align-items: center;
}
.ziyuan_show .lt_left {
  margin-right: 10px;
}
.ziyuan_show .lt_left .cover {
  width: 140px;
  height: 70px;
  border: 1px solid #eee;
}
.ziyuan_show .lt_left .cover img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  border-radius: 3px;
}
.ziyuan_show .lt_right {
  padding-top: 5px;
}
.ziyuan_show .lt_right .title {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
}
.ziyuan_show .lt_right .price {
  color: #ff0000;
  font-weight: 600;
}
.ziyuan_show .content {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-top: 20px;
}
.ziyuan_show .content .stitle {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.ziyuan_show .content_images {
  margin-top: 1rem;
}
.ziyuan_show .content .bd img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 3px;
}
.ziyuan_show .content .bd img:last-child {
  margin-bottom: 0;
}

.ziyuan_show .right {
  float: right;
  width: 240px;
}
.ziyuan_show .right .r_section {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ziyuan_show .right_user {
  text-align: center;
}
.ziyuan_show .right_user .avatar {
  width: 85px;
  height: 85px;
  display: inline-block;
  padding-top: 5px;
}
.ziyuan_show .right_user .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
  border: 1px solid #eee;
}
.ziyuan_show .right_user .name {
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.ziyuan_show .right_user .type {
  text-align: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F5F5F5;
  font-size: 12px;
  margin-bottom: -6px;
}
.ziyuan_show .right_user .type li {
  margin-bottom: 6px;
  line-height: 1.5;
}
.ziyuan_show .right_user .type li span.first {
  display: inline-block;
  width: 62px;
}
.ziyuan_show .right_user .type2 .title {
  font-weight: 600;
}
.ziyuan_show .right_user .type2 li span.first {
  width: 40px;
}
.ziyuan_show .right_user .type2 .title i {
  margin-right: 6px;
}
.ziyuan_show .right .actions {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F5F5F5;
}
.ziyuan_show .right .actions a {
  width: 100%;
  height: 28px;
  line-height: 28px;
  border: #e5e5e5 solid 1px;
  display: inline-block;
  font-size: 12px;
}
.ziyuan_show .right .actions .a1 {
  float: left;
}
.ziyuan_show .right .actions .a2 {
  float: right;
}

.r_section .top {
  margin-bottom: 20px;
}
.r_section .top .title {
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding-left: 14px;
}
.r_section .top .title:after {
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 12px;
  border-radius: 16px;
  background: #00B38A;
  content: '';
}
.right_prodocts .item {
  margin-bottom: 5px;
  display: block;
}
.right_prodocts .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.right_prodocts .item .cover {
  width: 100%;
  height: 100px;
  border: #f5f5f5 solid 1px;
  padding: 2px;
  display: block;
}
.right_prodocts .item .cover img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
.right_prodocts .item .info {
  flex: 1;
  font-size: 12px;
  padding: 5px;
}
.right_prodocts .item .name {
  height: 33px;
  color: #247FBD;
  overflow: hidden;
  font-size: 12px;
}
.right_prodocts .item .price {
  margin-top: 4px;
  font-weight: 600;
}

.preview_msg {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(to bottom right, #afb113, #00B38A);
  color: #fff;
  font-weight: 600;
}

.ziyuan_show .buybox {
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  text-align: center;
}
.ziyuan_show .msg {
  margin-top: 8px;
  font-size: 12px;
  padding-left: 5px;
}
.ziyuan_show .buybox .item {}