@charset "utf-8";
/* 中原再生平台首页布局，对齐原型 */

.zy-home {
  background: #f7f7f7;
}
.zy-wrap {
  width: 1200px;
  margin: 20px auto 0;
}
.zy-hero {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.zy-col-left,
.zy-col-right {
  width: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}
.zy-col-banner {
  flex: 1;
  min-width: 0;
  width: 615px;
}

.zy-card {
  background: #fff;
  border-radius: 13px;
  box-sizing: border-box;
}

/* 品类 */
.zy-cates {
  padding: 16px 10px;
  min-height: 140px;
  background: #fff !important;
}
.zy-cates ul,
.eface .emenu ul {
  display: flex;
  flex-wrap: wrap;
  background: none !important;
  margin: 0;
  padding: 0;
}
.zy-cates li,
.eface .emenu li {
  width: 25%;
  height: auto !important;
  line-height: 1.3 !important;
  padding: 0 !important;
  text-align: center;
  list-style: none;
}
.zy-cates li:after,
.eface .emenu li:after {
  display: none !important;
}
.zy-cates a,
.eface .emenu li a {
  color: #000 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
}
.zy-cates a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* 标的物地区 */
.zy-regions {
  padding: 14px 16px 16px;
  flex: 1;
  background: #fff;
}
.zy-regions h3 {
  margin: 0 0 12px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.zy-region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
}
.zy-area-item {
  width: 23%;
  box-sizing: border-box;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  line-height: 24px;
  border-radius: 4px;
}
.zy-area-item:hover,
.zy-area-item.allcheck {
  color: #a48240;
  background: #faf6ee;
}

/* 成交公告：标题盖住滚动内容，列表只在标题下方滚动 */
.zy-home .eface .eenter .ead,
.zy-home .ead {
  width: 100%;
  min-width: 0;
  border: 0 !important;
  margin-top: 0 !important;
  padding: 42px 16px 8px;
  height: 210px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.zy-home .eface .eenter .ead h2,
.zy-home .ead h2 {
  height: 42px !important;
  line-height: 42px !important;
  text-align: left !important;
  color: #333 !important;
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 0 16px;
  font-size: 16px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  background: #fff;
  box-sizing: border-box;
}
.zy-home .eface .eenter .ead .emore,
.zy-home .ead .emore {
  height: auto !important;
  line-height: 1 !important;
  border-top: 0 !important;
  color: #999 !important;
  font-weight: normal !important;
  font-size: 12px !important;
  display: inline;
}
.zy-home .ead ul {
  padding: 0 !important;
}
.zy-home .ead li {
  padding: 8px 0 !important;
  border-bottom: 0 !important;
  height: auto !important;
}
.zy-home .ead li a {
  display: block;
}
.zy-home .ead .zy-deal-title {
  display: block;
  font-size: 13px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 12px;
  position: relative;
}
.zy-home .ead .zy-deal-title:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6600;
  position: absolute;
  left: 0;
  top: 7px;
}
.zy-home .ead .zy-deal-meta {
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
  margin-top: 4px;
}
.zy-home .ead li em {
  font-size: 13px !important;
  color: #ff6600 !important;
}
.zy-home .ead .zy-deal-meta i {
  font-style: normal;
  color: #999;
  font-size: 12px;
}
.zy-home .eswiper-ad {
  height: 160px !important;
  overflow: hidden !important;
  position: relative;
  z-index: 1;
  clip-path: inset(0);
}
.zy-home .ead .swiper-wrapper,
.zy-home .ead ul.anim {
  position: unset !important;
  transform-style: flat !important;
}
.zy-home .ead .swiper-slide {
  transform-style: flat !important;
}

/* 登录卡片：与上方成交公告同宽，问候居中，登录描边 / 注册金底 */
.zy-home .euser,
.zy-home .eface .eenter .euser {
  width: 100% !important;
  max-width: 100%;
  align-self: stretch;
  height: 140px;
  min-height: 140px;
  background: #fff;
  border-radius: 13px;
  padding: 14px 21px 0 !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}
.zy-home .eunlogin,
.zy-home .eface .eenter .euser .eunlogin {
  display: flex;
  flex-direction: row;
  gap: 18px;
  justify-content: center;
  width: 100%;
}
.zy-home .eunlogin a {
  display: block;
  padding: 0 !important;
  line-height: 0;
}
.zy-hello {
  width: 100%;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.zy-hello strong {
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}
.zy-hello span,
.zy-home .user_info {
  font-size: 12px !important;
  color: #999 !important;
  line-height: 1.4;
}
/* 已登录：隐藏登录/注册按钮和待办网格，只保留问候语 */
.zy-home .euser.is-login .eunlogin,
.zy-home .eface .eenter .euser.is-login .eunlogin,
.zy-home .euser.is-login .eunlogin a,
.zy-home .euser.is-login .eloginbtn,
.zy-home .euser.is-login .eregbtn,
.zy-home .euser.is-login .zy-hello,
.zy-home .euser.is-login .etotal {
  display: none !important;
}
.zy-home .euser.is-login {
  min-height: 0;
  padding: 18px 16px;
}
.zy-home .zy-logout {
  display: none;
}
.zy-home .euser.is-login .zy-logout {
  display: block;
  margin-top: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dccbab;
  border-radius: 10px;
  color: #a48240;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}
.zy-home .euser.is-login .zy-logout:hover {
  background: #faf6ee;
  color: #805d1a;
}
.zy-home .eloginbtn,
.zy-home .eregbtn,
.zy-home .eface .eenter .euser .eunlogin .eloginbtn,
.zy-home .eface .eenter .euser .eunlogin .eregbtn {
  width: 110px !important;
  height: 40px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 38px !important;
  padding: 0 !important;
}
.zy-home .eloginbtn,
.zy-home .eface .eenter .euser .eunlogin .eloginbtn {
  background: #fff !important;
  color: #a48240 !important;
  border: 1px solid #dccbab !important;
}
.zy-home .eregbtn,
.zy-home .eface .eenter .euser .eunlogin .eregbtn {
  background: #a48240 !important;
  color: #fff !important;
  border: 1px solid #a48240 !important;
}
.zy-home .user_info strong {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.zy-home .user_info span {
  display: block;
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}
.zy-home .elogined .euserinfo .elabel {
  background: transparent !important;
  height: auto !important;
  justify-content: flex-start !important;
  gap: 8px;
}
.zy-home .elogined .euserinfo .elabel i,
.zy-home .elogined .euserinfo .elabel span {
  color: #333 !important;
}
.zy-home .etotal li {
  height: 48px !important;
}

/* 轮播 */
.zy-home .eslide,
.zy-home .banner,
.zy-home #test1,
.zy-home .layui-carousel {
  width: 100% !important;
  height: 365px !important;
  border-radius: 13px;
  overflow: hidden;
}
.zy-home .eslide img,
.zy-home .layui-carousel img {
  width: 100% !important;
  height: 365px !important;
  object-fit: cover;
  display: block;
}

/* 竞拍流程：对齐原型顶栏居中标题 + 下方七步 */
.zy-flow {
  margin-top: 16px;
  width: 1200px;
  height: 100px;
  background: #fffdf9;
  border: 1px solid #dccba7;
  border-radius: 13px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
}
.zy-flow-head {
  height: 40px;
  flex-shrink: 0;
  background: url(/resources/img/zhongyuan/flow-head.jpg) center / cover no-repeat;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.zy-flow-title {
  font-size: 20px;
  color: #a48240;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
  line-height: 40px;
}
.zy-flow-dots {
  position: absolute;
  top: 18px;
  width: 35px;
  height: 5px;
  background: url(/resources/img/zhongyuan/flow-dots.svg) no-repeat;
  background-size: 100% 100%;
  display: block;
}
.zy-flow-dots-l {
  left: 15px;
}
.zy-flow-dots-r {
  right: 14px;
}
.zy-flow-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 18px;
  min-height: 0;
  padding: 0 16px;
  box-sizing: border-box;
}
.zy-flow-item {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-shrink: 0;
}
.zy-flow-item img {
  width: 32px;
  height: 33px;
  object-fit: contain;
  display: block;
}
.zy-flow-item p {
  margin: 0;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 1.3;
}
.zy-flow-item p span {
  display: block;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  white-space: nowrap;
}
.zy-flow-item-wide p {
  max-width: 109px;
  white-space: normal;
}
.zy-flow-item-wide p span {
  white-space: nowrap;
}
.zy-flow-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}

/* 竞拍列表 */
.zy-home .doing {
  width: 1200px;
  margin: 28px auto 0;
}
.zy-home .doing .head {
  width: 1200px;
  height: auto;
  align-items: flex-end;
  margin-bottom: 15px;
}
.zy-home .doing .head .title {
  font-size: 24px;
  padding-left: 0;
  color: #333;
  line-height: 1.2;
}
.zy-home .doing.like_doing .head .title {
  color: #ff6600;
}
.zy-home .doing .head .title:before {
  display: none;
}
.zy-home .doing .head .title:after {
  display: none;
}
.zy-home .doing .head:after {
  display: none;
}
.zy-home .doing .head .more {
  color: #333 !important;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.zy-home .doing.like_doing .head .more:after {
  content: "";
  width: 21px;
  height: 3px;
  background: url(/resources/img/zhongyuan/more-dots.svg) no-repeat center;
  background-size: 100% 100%;
}
.zy-home .doing .container {
  width: 1200px;
  margin: 0 auto;
}
.zy-home .doing .content {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 13px 13px;
  overflow: visible !important;
  float: none;
}
.zy-home .doing .content .item {
  width: 290px !important;
  float: none !important;
  margin: 0 !important;
  background: #fff;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: none;
  border: 0;
}
.zy-home .doing .content .item .img {
  height: 217px !important;
}
.zy-home .doing .content .item .img img {
  width: 100%;
  min-width: 0 !important;
  height: 217px;
  object-fit: cover;
  transition: transform 0.3s;
  border-radius: 13px 13px 0 0;
}
.zy-home .doing .content .item .datetime {
  background: #fff !important;
  color: #ff0000 !important;
  height: auto !important;
  line-height: 1.4 !important;
  padding: 18px 20px 12px;
  text-align: left !important;
  font-size: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.zy-home .doing .content .item .datetime i {
  display: none !important;
}
.zy-home .doing .content .item .datetime .tim em {
  display: inline;
  min-width: 0;
  padding: 0 2px;
  margin: 0;
  background: none !important;
  color: #ff0000 !important;
  border-radius: 0;
  font-size: 20px !important;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 1;
  vertical-align: -2px;
}
.zy-home .doing .content .item .wrap {
  background: #fff !important;
  border: 0 !important;
  height: auto !important;
  padding: 18px 20px 20px !important;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.zy-home .doing .content .item .nameAddress,
.zy-home .subDoing .content .item .nameAddress {
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  align-items: center;
}
.zy-home .doing .content .item .ti {
  position: static !important;
  width: 60px !important;
  height: 25px !important;
  line-height: 25px;
  padding: 0;
  border-radius: 6px;
  background: #ff6600 !important;
  font-size: 12px !important;
  font-weight: normal;
  text-align: center;
}
.zy-home .doing.soon .content .item .ti {
  background: #a48240 !important;
}
.zy-home .doing.ended .content .item .ti {
  background: #999 !important;
}
.zy-home .doing .content .item .nameAddress .name {
  display: none;
}
.zy-home .doing .content .item .wrap > .name {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}
.zy-home .doing .content .item .nameAddress .address {
  font-size: 14px;
  color: #666;
}
.zy-home .doing .content .item .nameAddress .address i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/resources/img/zhongyuan/pin.svg) no-repeat center;
  background-size: contain;
  margin-right: 3px;
  vertical-align: -2px;
}
/* 当前价 / 起拍价 / 数量：与标题左对齐，底部两端对齐 */
.zy-home .doing .content .item .price,
.zy-home .subDoing .content .item .price {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  display: flex;
  align-items: flex-end;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1;
}
.zy-home .doing .content .item .price span {
  color: #ff6600;
  font-size: 24px !important;
  font-weight: bold;
  line-height: 1;
}
.zy-home .doing .content .item .price span i {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.zy-home .doing .content .item .info,
.zy-home .subDoing .content .item .info {
  margin: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding-top: 18px !important;
  font-size: 14px !important;
  color: #333 !important;
}
.zy-home .doing .content .item .info .basePrice,
.zy-home .doing .content .item .info .num {
  font-size: 14px !important;
  color: #333 !important;
  white-space: nowrap;
}
/* 即将开始：起拍价、数量、开始时间按原型一列展示 */
.zy-home .doing.soon .content .item .info {
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 10px;
}
.zy-home .doing.soon .content .item .info .start_end {
  border-top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  color: #333 !important;
  line-height: 1.2;
}
/* 竞拍结束：起拍价、数量、开始/结束时间按原型一列展示 */
.zy-home .doing.ended .content .item .info {
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 10px;
}
.zy-home .doing.ended .content .item .info .start_end {
  border-top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  color: #333 !important;
  line-height: 1.2;
}
.zy-home .doing .content .item:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.zy-home .doing .content .item .tig {
  position: static;
  display: inline-block;
  margin-left: 6px;
  background: #a48240;
  color: #fff;
  font-size: 12px;
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
}
.zy-empty {
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 14px;
  padding: 40px 0;
}

/* 正在竞拍与即将开始之间的广告条，对齐原型 1200x100 圆角13 */
.zy-mid-banner {
  width: 1200px;
  height: 100px;
  margin: 20px auto 0;
  border-radius: 13px;
  overflow: hidden;
}
.zy-mid-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
}
.zy-mid-banner + .doing {
  margin-top: 20px;
}

/* 首页不再展示旧广告条、右侧工具条和智能客服 */
.zy-home #js_ads_banner_top,
.zy-home .liucheng,
.zy-home .eenterprise,
.zy-home .fl_open_wrap,
.zy-home .fl_pop_wrap,
.zy-home .toolbar,
.zy-home #chat-widget-root,
.zy-home .chat-widget-toggle,
.zy-home .chat-widget-container,
.zy-home .chat-widget-feedback-modal {
  display: none !important;
}

/* 覆盖旧首页三栏布局 */
.zy-home .eface {
  height: auto !important;
  overflow: visible !important;
  background: none !important;
  display: block !important;
  width: 1200px;
  /* 导航与主内容之间留出原型空隙 */
  margin: 20px auto 0;
}
.zy-home .eface .emenu {
  width: auto !important;
  height: auto !important;
  background: #fff !important;
  overflow: visible !important;
}
.zy-home .eface .eslide {
  width: auto !important;
  height: 365px !important;
}
.zy-home .eface .eenter,
.zy-home .zy-col-right.eenter {
  width: 280px !important;
  overflow: visible !important;
}

@media screen and (max-width: 1240px) {
  .zy-wrap,
  .zy-home .doing,
  .zy-home .doing .head,
  .zy-home .doing .container,
  .zy-mid-banner {
    width: 1200px;
  }
}
