/* 会员登录/注册：避开 fixed 顶栏，表单区留白，禁用全站鼠标跟随红点 */
.page-member-auth {
  background: #f5f5f5;
  padding-top: 100px;
}
.page-member-auth #c-followDot {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
/* 内页使用白底导航，避免压在红色横幅上 */
.page-member-auth .header_two {
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.page-member-auth .header_two a img:first-child {
  display: none !important;
}
.page-member-auth .header_two a img:last-child {
  display: block !important;
}
.page-member-auth .header_two .nav ul li > a {
  color: #000 !important;
}
.page-member-auth .header_two .sp_nav span {
  background: #000 !important;
}
.page-member-auth .header_two .phone p,
.page-member-auth .header_two .phone h2 {
  color: #000 !important;
}
.page-member-auth .header_two .nav {
  border-right: 1px rgba(0, 0, 0, 0.08) solid;
}
.page-member-auth .header_two .erji {
  background: #fff !important;
  border-top: 2px solid #e60012 !important;
}
.page-member-auth .header_two .erji a {
  color: #222 !important;
}

.yksite-member-hero {
  background: #ed1c24;
  color: #fff;
  text-align: center;
  padding: 40px 20px 52px;
  margin: 0;
}
.yksite-member-hero__inner {
  max-width: 720px;
  margin: 0 auto;
}
.yksite-member-hero h1 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.3;
}
.yksite-member-hero p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.95;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.yksite-member-wrap {
  max-width: 480px;
  margin: 32px auto 0;
  padding: 0 20px 64px;
  position: relative;
  z-index: 2;
}
.yksite-member-card {
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.yksite-member-tabs {
  display: flex;
  border-bottom: 1px solid #eee;
}
.yksite-member-tabs a {
  flex: 1;
  text-align: center;
  padding: 16px 12px;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  background: #fafafa;
  transition: background 0.2s, color 0.2s;
}
.yksite-member-tabs a.active {
  background: #fff;
  color: #ed1c24;
  font-weight: 600;
  border-bottom: 2px solid #ed1c24;
  margin-bottom: -1px;
}
.yksite-member-form {
  padding: 32px 32px 36px;
}
.yksite-field {
  margin-bottom: 20px;
}
.yksite-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.yksite-field input[type="text"],
.yksite-field input[type="password"],
.yksite-field input[type="email"],
.yksite-field input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
}
.yksite-field input:focus {
  border-color: #ed1c24;
}
.yksite-member-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 13px;
}
.yksite-check {
  color: #666;
  cursor: pointer;
  user-select: none;
}
.yksite-check input {
  margin-right: 6px;
  vertical-align: middle;
}
.yksite-link-muted {
  color: #ed1c24;
  text-decoration: none;
}
.yksite-link-muted:hover {
  text-decoration: underline;
}
.yksite-member-submit {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 2px;
  background: #ed1c24;
  color: #fff;
  font-size: 17px;
  letter-spacing: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
.yksite-member-submit:hover {
  background: #c8161e;
}
.yksite-member-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.yksite-member-foot {
  margin: 20px 0 0;
  text-align: center;
  font-size: 14px;
  color: #888;
}
.yksite-member-foot a {
  color: #ed1c24;
  text-decoration: none;
  margin-left: 4px;
}
.yksite-captcha-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.yksite-captcha-input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 15px;
  box-sizing: border-box;
}
.yksite-captcha-img-wrap {
  flex: 0 0 auto;
  line-height: 0;
}
.yksite-captcha-img-wrap img {
  display: block;
  width: 120px;
  height: 44px;
  object-fit: contain;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #eee;
  background: #fafafa;
}
.yksite-captcha-send {
  flex: 0 0 auto;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #ed1c24;
  background: #fff;
  color: #ed1c24;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.yksite-captcha-send:hover {
  background: #fff5f5;
}
@media (max-width: 520px) {
  .page-member-auth {
    padding-top: 88px;
  }
  .yksite-member-hero {
    padding: 28px 16px 40px;
  }
  .yksite-member-hero h1 {
    font-size: 24px;
  }
  .yksite-member-wrap {
    margin-top: 20px;
    padding: 0 12px 48px;
  }
  .yksite-member-form {
    padding: 24px 18px 28px;
  }
  .yksite-captcha-row {
    flex-wrap: wrap;
  }
  .yksite-captcha-img-wrap img {
    width: 100%;
    max-width: 160px;
  }
}
