@charset "utf-8";
/* 中原再生注册页：按原型 Register.html 对齐，不影响其他页面 */

body.zy-reg {
  background: #fff !important;
  min-width: 1200px;
}

/* 顶栏：白底 80px，左侧 Logo，右侧搜索 */
.zy-reg-head {
  width: 100%;
  height: 80px;
  background: #fff;
}
.zy-reg-head-inner {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zy-reg-logo {
  display: block;
  line-height: 0;
  flex-shrink: 0;
}
.zy-reg-logo img {
  height: 46px;
  width: auto;
  display: block;
}
.zy-reg-search {
  width: 613px;
  height: 40px;
  border: 1px solid #a48240;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 3px 3px 3px 0;
  position: relative;
}
.zy-reg-search .elabel {
  width: 90px;
  height: 34px;
  line-height: 34px;
  color: #a48240;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.zy-reg-search .elabel .selectedOption {
  display: block;
  width: 100%;
  text-align: center;
  color: #a48240;
}
.zy-reg-search .elabel:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(45deg);
}
.zy-reg-search .elabelSel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 90px;
  background: #fff;
  border: 1px solid #a48240;
  z-index: 20;
  text-align: center;
  line-height: 36px;
}
.zy-reg-search .elabel.is-open .elabelSel {
  display: block;
}
.zy-reg-search .elabelSel div {
  height: 36px;
  color: #333;
  cursor: pointer;
}
.zy-reg-search .elabelSel div:hover {
  background: #f7f1e6;
  color: #a48240;
}
.zy-reg-search .einput {
  flex: 1;
  height: 34px;
  display: flex;
  align-items: center;
}
.zy-reg-search .einput input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 0;
  outline: none;
  padding: 0 12px;
  font-size: 12px;
  color: #333;
  background: transparent;
}
.zy-reg-search .einput input::-webkit-input-placeholder {
  color: #bbb;
}
.zy-reg-search .ebutton {
  width: 100px;
  height: 34px;
  line-height: 34px;
  background: #a48240 url(/resources/img/zhongyuan/search-icon.svg) no-repeat 16px center / 16px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 17px;
  flex-shrink: 0;
  text-align: center;
}

/* 中间横幅 + 右侧注册卡片 */
.zy-reg-banner {
  width: 100%;
  height: 580px;
  background: url(/resources/img/zhongyuan/reg-banner.jpg) center / cover no-repeat;
}
.zy-reg-banner-inner {
  width: 1200px;
  height: 580px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.zy-reg-card {
  width: 630px;
  min-height: 440px;
  box-sizing: border-box;
  padding: 23px 35px 20px;
  border-radius: 13px;
  background: #fff;
}
.zy-reg-title {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 24px;
}
.zy-reg-title h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #a48240;
  line-height: 1;
}
.zy-reg-title p {
  margin: 0;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
.zy-reg-row {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.zy-reg-field {
  width: 272px;
  flex-shrink: 0;
}
.zy-reg-field > label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  line-height: 1;
}
.zy-reg-field input[type="tel"],
.zy-reg-field input[type="text"],
.zy-reg-field input[type="password"],
.zy-reg-card .layui-input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  padding: 0 16px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  background: #fff;
}
.zy-reg-field input::-webkit-input-placeholder {
  color: #bbb;
}
.zy-reg-field input:focus,
.zy-reg-card .layui-input:focus {
  border-color: #a48240;
}
.zy-reg-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.zy-reg-split input[type="text"],
.zy-reg-split .layui-input {
  flex: 1;
  width: auto;
  min-width: 0;
}
.zy-reg-split #imgcode {
  width: 83px;
  height: 38px;
  border: 0;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
}
.zy-reg-card .tyuio1 {
  width: 129px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid #a48240;
  border-radius: 10px;
  background: #fff;
  color: #a48240;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
}
.zy-reg-agree {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  font-size: 12px;
  color: #6b7280;
  line-height: 18px;
}
.zy-reg-agree .layui-form-checkbox {
  margin: 0 !important;
  padding: 0 !important;
}
.zy-reg-agree .layui-form-checkbox span {
  display: none;
}
.zy-reg-agree .layui-form-checkbox[lay-skin="primary"] i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 5px;
  border-color: #a48240;
}
.zy-reg-agree .layui-form-checked[lay-skin="primary"] i {
  background-color: #a48240 !important;
  border-color: #a48240 !important;
}
.zy-reg-agree a {
  color: #a48240;
  text-decoration: none;
}
.zy-reg-card .yzs-login-btn,
.zy-reg-btn {
  width: 100% !important;
  height: 50px !important;
  line-height: 50px !important;
  margin: 0 0 16px !important;
  background: #a48240 !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 4px;
  text-align: center;
  cursor: pointer;
}
.zy-reg-card .yzs-login-btn:hover,
.zy-reg-btn:hover {
  background: #805d1a !important;
}
.zy-reg-login {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
}
.zy-reg-login .toregist {
  color: #a48240;
  cursor: pointer;
  margin-left: 4px;
}

/* 页脚贴紧横幅，去掉多余上边距 */
body.zy-reg .new_yzs-footer-pannel {
  margin-top: 0;
}
body.zy-reg .new_yzs-footer-pannel .code {
  display: none;
}
/* 登录/注册页不展示右侧悬浮栏 */
body.zy-reg .toolbar {
  display: none !important;
}
