html {
  min-width: 0;
  background: #fff;
  font-size: 37.5px;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  min-width: 0;
  min-height: 100vh;
  background: #fff;
  color: #333;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.mobile-shell {
  min-height: 100vh;
  background: #fff;
}

.my-header {
  flex: 0 0 auto;
}

.my-header .logo {
  background-image: url("../images/logo.png");
}

.home-view {
  min-height: 0;
  padding-bottom: 0;
}

.vote-part .recommend-link {
  color: inherit;
}

.vote-part .vote-jy-part {
  display: block;
  cursor: pointer;
}

.menu-part .menu-a {
  min-height: 1.55rem;
}

.menu-part .menu-a-disabled {
  cursor: default;
}

.van-tabbar--fixed {
  z-index: 1000;
  padding-bottom: env(safe-area-inset-bottom);
  height: calc(50px + env(safe-area-inset-bottom));
}

.van-tabbar-item {
  text-decoration: none;
}

.van-tabbar-item--active {
  color: #26b887;
}

.van-tabbar-item__icon img {
  width: auto;
  height: 23px;
  object-fit: contain;
}

.tabbar-education-icon {
  display: block;
  height: 23px;
  width: auto;
  object-fit: contain;
}

.van-tabbar-item--active .tabbar-education-icon {
  filter: brightness(0) saturate(100%) invert(62%) sepia(36%) saturate(1013%) hue-rotate(111deg) brightness(91%) contrast(87%);
}

.van-tabbar-item[href="#my"],
.van-tabbar-item[href="#my"].van-tabbar-item--active {
  color: #7d7e80;
}

.van-tabbar-item[href="#education"]:not(.van-tabbar-item--active) {
  color: #7d7e80;
}

.education-view {
  min-height: calc(100vh - 50px);
  padding-bottom: 1.8rem;
  background: #f6f6f6;
}

.education-index-view {
  min-height: 100vh;
  background: #fff;
}

.education-index-view .green-header {
  height: 44px;
  line-height: 44px;
}

.education-index-view .van-nav-bar__title {
  color: #fff;
  letter-spacing: 0;
}

.education-nav-back {
  display: grid;
  width: 44px;
  height: 44px;
  margin-left: -15px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 0;
}

.education-index-banner-wrap {
  padding-top: 12px;
}

.education-index-banner-wrap .education-index-banner {
  height: 80px;
  margin: 0;
  background-image: url("../images/zcsx_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 6px;
}

.education-record-list {
  padding-top: 0;
}

.education-record-list .list-tit .l {
  letter-spacing: 0;
}

.education-record-list .list-tit .r {
  overflow: hidden;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.education-record-list .list-card {
  box-sizing: border-box;
  min-height: 84px;
}

.education-record-list .list-card a:focus-visible,
.education-nav-back:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.education-record-list .list-card .yxmc,
.education-record-list .list-card .des {
  overflow: hidden;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.education-record-list .list-card .cc {
  flex: 0 0 auto;
  min-width: 40px;
  box-sizing: border-box;
  white-space: nowrap;
}

.education-record-list .list-card.xw {
  position: relative;
  background: linear-gradient(90deg, #3850da, #5780e8);
  box-shadow: 0 4px 8px rgba(87, 128, 232, 0.4);
}

.education-record-list .list-card.xw .cc {
  background-color: #415bd2;
}

.education-empty-state {
  box-sizing: border-box;
  width: 100%;
  color: #666;
  background: #fff;
  font-size: 14px;
  line-height: 1.57;
}

.education-degree-empty {
  padding: 15px 0 0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.education-empty-title {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 8px 0 17px;
  padding: 0 12px;
  color: #333;
  background: transparent;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.education-empty-title .iconfont {
  color: #999;
  font-size: 14px;
  vertical-align: 1px;
}

.education-degree-details {
  padding: 19px 15px;
  border-top: 1px solid #f1f1f1;
  text-align: left;
}

.education-degree-details ol {
  margin: 0;
  padding-left: 19px;
  color: #666;
  font-size: 14px;
  line-height: 1.57;
}

.education-degree-details li {
  margin: 4px 0;
}

.education-empty-tip {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 8px;
  color: #666;
  background: #fff;
  border: 0;
  border-top: 1px solid #f1f1f1;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.education-empty-tip .iconfont {
  margin-left: 4px;
  color: #999;
  font-size: 12px;
}

.education-exam-empty {
  min-height: 101px;
  padding: 20px 16px 14px;
  text-align: center;
}

.education-exam-empty strong {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.education-exam-empty p {
  margin: 8px 0 0;
  color: #999;
  font-size: 12px;
  line-height: 1.5;
}

.my-view {
  min-height: 100vh;
  background: #fff;
}

.my-view .green-header {
  height: 44px;
  line-height: 44px;
}

.my-view .van-nav-bar__title {
  color: #fff;
  letter-spacing: 0;
}

.my-view .personal-page {
  box-sizing: border-box;
  min-height: 302px;
  padding-top: 130px;
  background: #fff;
  text-align: center;
}

.my-page-logo {
  display: block;
  width: 104px;
  height: 76px;
  margin: 0 auto;
  object-fit: contain;
}

.my-login-button {
  display: block;
  width: 154px;
  height: 44px;
  margin: 50px auto 0;
  color: #fff;
  background: #26b887;
  border: 0;
  border-radius: 2px;
  font-size: 16px;
  line-height: 44px;
}

.mobile-shell.is-inner-view .van-tabbar--fixed {
  display: none;
}

.mobile-shell.is-inner-view > .my-header,
.mobile-shell.is-my-view > .my-header {
  display: none;
}

.education-detail-view {
  min-height: 100vh;
  background: #fff;
}

.education-detail-nav {
  height: 44px;
  line-height: 44px;
}

.education-detail-nav .van-nav-bar__title {
  color: #333;
  letter-spacing: 0;
}

.education-detail-back {
  display: grid;
  width: 44px;
  height: 44px;
  margin-left: -15px;
  padding: 0;
  place-items: center;
  color: #333;
  background: transparent;
  border: 0;
}

.education-detail-edit {
  height: 44px;
  padding: 0;
  color: #26b887;
  background: transparent;
  border: 0;
  font-size: 14px;
}

.education-detail-banner-wrap {
  padding-top: 12px;
}

.education-detail-banner-wrap .education-detail-banner {
  height: 80px;
  margin: 0;
  background-image: url("../images/kzxz_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 6px;
}

.education-official-detail {
  min-height: calc(100vh - 44px);
  padding-bottom: 20px;
  background: #fff;
}

.education-official-detail .top-card {
  box-sizing: border-box;
}

.education-official-detail .education-profile-summary {
  overflow: hidden;
}

.education-official-detail .education-profile-summary h5,
.education-official-detail .education-profile-summary p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.education-official-detail .record-photo-box {
  overflow: hidden;
  background: #eef7f3;
}

.education-official-detail .record-photo-box .record-photo-placeholder {
  display: grid;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  place-items: center;
  color: #26b887;
  background: linear-gradient(145deg, #eefaf5, #d5f0e5);
}

.education-official-detail .record-photo-box .record-photo-placeholder .iconfont {
  font-size: 0.72rem;
}

.education-official-detail .top-card .record-photo-box img.full-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.education-official-detail .record-photo-box + .text {
  margin-top: 0;
}

.education-official-detail .education-profile-row .flex1 .record-photo-box {
  margin-bottom: -0.117rem;
}

.education-official-detail .xj-c .gdjy-view-ul .right {
  min-width: 0;
  overflow-wrap: anywhere;
}

.education-official-detail > .van-row:last-child {
  margin-top: 20px;
}

.education-official-detail > .van-row:last-child .my-btn {
  display: block;
  width: 100%;
}

.education-dialog-section-title {
  padding: 4px 0 1px;
  color: #333;
  font-size: 0.347rem;
  font-weight: 500;
}

.education-dialog-section-title:not(:first-child) {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid #e9e9e9;
}

.education-photo-fields label {
  min-width: 0;
}

.education-photo-fields small {
  color: #999;
  font-size: 0.24rem;
  line-height: 1.3;
}

.education-dialog-body input[type="file"] {
  min-height: 36px;
  padding: 5px;
  font-size: 0.24rem;
}

.education-primary-button:disabled {
  opacity: 0.55;
  cursor: wait;
}

.education-toolbar {
  position: sticky;
  z-index: 3;
  top: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 54px;
  align-items: center;
  min-height: 50px;
  padding: 0 8px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.education-toolbar h1 {
  margin: 0;
  color: #333;
  font-size: 0.427rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.education-icon-button {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: #333;
  background: transparent;
  border: 0;
  border-radius: 4px;
  font-size: 0.56rem;
}

.education-edit-button {
  justify-self: end;
  min-width: 46px;
  height: 30px;
  padding: 0 8px;
  color: #26b887;
  background: #e7f8f2;
  border: 1px solid #bcebdc;
  border-radius: 3px;
  font-size: 0.32rem;
}

.education-hero {
  display: grid;
  gap: 5px;
  padding: 18px 16px 16px;
  color: #fff;
  background: #26b887;
}

.education-kicker {
  font-size: 0.293rem;
  opacity: 0.86;
}

.education-hero strong {
  overflow-wrap: anywhere;
  font-size: 0.587rem;
  font-weight: 500;
  line-height: 1.25;
}

.education-hero span {
  font-size: 0.32rem;
  opacity: 0.9;
}

.education-segmented {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 12px 12px 10px;
  padding: 3px;
  background: #e7e7e7;
  border-radius: 4px;
}

.education-segmented button {
  min-height: 32px;
  padding: 0 4px;
  color: #777;
  background: transparent;
  border: 0;
  border-radius: 3px;
  font-size: 0.32rem;
}

.education-segmented button.is-active {
  color: #26b887;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.education-content {
  display: grid;
  gap: 10px;
  padding: 0 12px;
}

.education-group {
  scroll-margin-top: 58px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}

.education-group-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 43px;
  padding: 0 12px;
  border-bottom: 1px solid #e9e9e9;
}

.education-group-heading h2 {
  margin: 0;
  color: #333;
  font-size: 0.373rem;
  font-weight: 500;
}

.education-group-heading span {
  color: #999;
  font-size: 0.267rem;
}

.education-list {
  margin: 0;
  padding: 0 12px;
}

.education-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  min-height: 43px;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.education-row:last-child {
  border-bottom: 0;
}

.education-row dt,
.education-row dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 0.32rem;
  line-height: 1.5;
}

.education-row dt {
  color: #999;
}

.education-row dd {
  color: #333;
  font-weight: 500;
  text-align: right;
}

.education-dialog {
  width: min(calc(100% - 24px), 430px);
  max-height: 88vh;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
}

.education-dialog,
.education-dialog * {
  box-sizing: border-box;
}

.education-dialog::backdrop {
  background: rgba(0, 0, 0, 0.46);
}

.education-dialog form {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  max-height: 88vh;
}

.education-dialog-header,
.education-dialog-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
}

.education-dialog-header {
  border-bottom: 1px solid #e9e9e9;
}

.education-dialog-header span {
  color: #26b887;
  font-size: 0.267rem;
}

.education-dialog-header h2 {
  margin: 3px 0 0;
  color: #333;
  font-size: 0.427rem;
  font-weight: 500;
}

.education-dialog-body {
  display: grid;
  gap: 11px;
  padding: 14px;
  overflow-y: auto;
}

.education-dialog-body label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.education-dialog-body label > span {
  color: #777;
  font-size: 0.293rem;
}

.education-dialog-body input {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  padding: 7px 9px;
  color: #333;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  font-size: 0.32rem;
}

.education-dialog-body input:focus {
  border-color: #26b887;
  outline: 2px solid rgba(38, 184, 135, 0.18);
}

.education-dialog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.education-dialog-actions {
  justify-content: flex-end;
  gap: 9px;
  background: #f7f7f7;
  border-top: 1px solid #e9e9e9;
}

.education-primary-button,
.education-secondary-button {
  min-width: 74px;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 3px;
  font-size: 0.32rem;
  font-weight: 500;
}

.education-primary-button {
  color: #fff;
  background: #26b887;
  border: 1px solid #26b887;
}

.education-secondary-button {
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
}

.route-view {
  min-height: calc(100vh - 50px);
  padding: 0.667rem 0.427rem 2rem;
  background: #f6f6f6;
}

.route-kicker {
  color: #26b887;
  font-size: 0.32rem;
  line-height: 1.4;
}

.route-view h1 {
  margin: 0.16rem 0 0.32rem;
  color: #333;
  font-size: 0.56rem;
  font-weight: 500;
  line-height: 1.3;
}

.route-view p {
  margin: 0;
  padding: 0.4rem;
  color: #666;
  background: #fff;
  border-left: 0.08rem solid #26b887;
  font-size: 0.373rem;
  line-height: 1.6;
}

.route-back {
  display: block;
  margin: 0.533rem auto 0;
  width: 3.2rem;
  height: 0.96rem;
  color: #fff;
  background: #26b887;
  border: 0;
  border-radius: 0.08rem;
  font-size: 0.373rem;
}

.mobile-toast {
  position: fixed;
  z-index: 1100;
  left: 50%;
  bottom: 1.8rem;
  max-width: calc(100% - 1rem);
  padding: 0.267rem 0.4rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.78);
  border-radius: 0.08rem;
  font-size: 0.32rem;
  line-height: 1.4;
  text-align: center;
  transform: translateX(-50%);
}

.report-view-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 88px;
  height: 34px;
  padding: 0;
  color: #fff;
  background: #26b887;
  border: 1px solid #26b887;
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
}

.bind-trigger,
.verification-apply-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex: 0 0 auto;
  padding: 0;
  color: #26b887;
  background: transparent;
  border: 0;
  font-size: 12px;
  white-space: nowrap;
}

.verification-report-view {
  min-height: calc(100vh - 50px);
  padding-bottom: 1.8rem;
  background: #f6f6f6;
}

.verification-report-content {
  padding: 16px;
}

.verification-report-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.verification-report-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box;
  min-height: 117px;
  margin-bottom: 8px;
  padding: 18px 16px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.verification-report-item:last-child {
  margin-bottom: 0;
}

.verification-report-copy {
  min-width: 0;
}

.verification-report-copy h3 {
  margin: 0;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.verification-report-type {
  display: block;
  margin-bottom: 5px;
  color: #999;
  font-size: 12px;
  line-height: 1.3;
}

.education-record-list .list-tit .r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  min-width: 0;
}

.education-record-list .list-tit .r > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bind-trigger {
  font-size: 11px;
}

.verification-panel {
  margin-top: 20px;
  padding: 16px 12px 14px;
  border-top: 1px solid #e6e6e6;
}

.verification-panel--plain {
  border-top: none;
}

.verification-heading {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  color: #333;
}

.verification-heading .iconfont {
  color: #26b887;
  font-size: 17px;
}

.verification-heading strong {
  font-size: 14px;
  font-weight: 500;
}

.verification-state {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 10px;
  background: #f7f7f7;
  font-size: 13px;
  line-height: 1.5;
}

.verification-state-expired {
  color: #d9782c;
  background: #fff7ed;
}

.verification-state-active {
  color: #26b887;
  background: #f0faf5;
}

.verification-state-active .iconfont {
  flex: 0 0 auto;
  font-size: 16px;
}

.verification-state-expired .iconfont,
.verification-state-notice .iconfont {
  flex: 0 0 auto;
  font-size: 16px;
}

.verification-state-empty {
  justify-content: space-between;
  gap: 8px;
  color: #555;
}

.verification-state-notice {
  align-items: flex-start;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #777;
  background: #f5faf8;
}

.verification-help {
  margin: 8px 0 10px;
  color: #999;
  font-size: 12px;
  line-height: 1.5;
}

.verification-action {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  color: #fff;
  background: #26b887;
  border: 1px solid #26b887;
  font-size: 16px;
  line-height: 46px;
}

.verification-result {
  margin-top: 10px;
}

.verification-action-muted {
  color: #999;
  background: #f5f5f5;
  border-color: #e1e1e1;
}

.verification-apply-action {
  min-width: 42px;
  min-height: 28px;
  color: #26b887;
  background: #e8f8f2;
  border: 1px solid #bcebdc;
  border-radius: 3px;
}

.verification-apply-action .iconfont {
  font-size: 12px;
}

.is-login-body {
  padding: 0;
  max-width: none;
  margin: 0;
  background: #fff;
}

.is-login-view > .my-header,
.is-login-view > .van-tabbar--fixed {
  display: none;
}

.login-view {
  position: relative;
  min-height: 100vh;
  color: #13161b;
  background: #fff;
}

.login-left {
  display: none;
}

.login-right {
  position: relative;
  min-height: 100vh;
  background: #fff;
}

.login-logo {
  position: relative;
  display: flex;
  align-items: center;
  height: 127.875px;
  padding: 0 27.75px;
  box-sizing: border-box;
}

.login-logo h1 {
  width: 100%;
  height: 33px;
  margin: 0;
  background: url("../images/login-logo.png") center / contain no-repeat;
  font-size: 0;
  line-height: 0;
}

.login-logo-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.login-top-links {
  position: absolute;
  top: calc(100vh - 73px);
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #4d617d;
  font-size: 14px;
  line-height: 20px;
}

.login-top-links a,
.login-top-links button {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

.login-cutline {
  width: 1px;
  height: 14px;
  background: #d9dde4;
}

.login-content {
  display: block;
}

.login-form-wrap {
  width: calc(100% - 55.5px);
  margin: 0 auto;
}

.login-title {
  text-align: center;
}

.login-title h1 {
  display: none;
  margin: 0;
  color: #101114;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}

.login-title p {
  margin: 0 0 15px;
  color: #8d949f;
  font-size: 14px;
  line-height: 20px;
}

.login-title strong {
  color: #4d617d;
  font-weight: 400;
}

.login-form {
  display: block;
}

.login-field {
  position: relative;
  display: block;
  margin: 0 0 16px;
}

.login-field input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px 14px;
  color: #13161b;
  background: #fff;
  border: 1px solid #d1d4d9;
  border-radius: 2px;
  font-size: 16px;
  line-height: 22px;
}

.login-field input:focus {
  border-color: #25b887;
  outline: 2px solid rgba(38, 184, 135, 0.16);
}

.login-field input::placeholder {
  color: #8d9bb0;
  opacity: 1;
}

.login-input-icon {
  display: none;
}

.login-submit {
  display: block;
  width: 100%;
  height: 48px;
  color: #fff;
  background: #25b887;
  border: 1px solid #25b887;
  border-radius: 2px;
  font-size: 16px;
}

.login-links {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.login-links button {
  padding: 0;
  color: #4d617d;
  background: transparent;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

.login-other-methods {
  display: none;
}

.login-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 40.125px;
  padding: 10px;
  color: #8d949f;
  background: #f7f8fa;
  font-size: 12px;
  line-height: 20px;
}

.login-copyright span {
  margin: 0 4px;
}

@media (min-width: 600px) {
  body {
    padding: 24px 0;
  }

  body.is-login-body {
    padding: 0;
    background: #fff;
  }

  .mobile-shell {
    position: relative;
    margin: 0 auto;
    width: 375px;
    min-height: 667px;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.14);
  }

  .mobile-shell.is-login-view {
    width: 100%;
    min-height: 100vh;
    overflow: visible;
    box-shadow: none;
  }

  .mobile-shell.is-login-view .login-view {
    display: grid;
    grid-template-columns: 520px minmax(0, 1fr);
    min-height: 100vh;
  }

  .mobile-shell.is-login-view .login-left {
    display: block;
    min-height: 100vh;
    background: #f0f5ff url("../images/login-bg.png") center / 100% auto no-repeat;
  }

  .mobile-shell.is-login-view .login-right {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .mobile-shell.is-login-view .login-logo {
    height: 112px;
    align-items: flex-start;
    padding: 30.5px 32px 0;
  }

  .mobile-shell.is-login-view .login-logo h1 {
    width: 166px;
  }

  .mobile-shell.is-login-view .login-top-links {
    top: 38px;
    right: 32px;
    left: auto;
    justify-content: flex-end;
    gap: 10px;
    font-size: 14px;
  }

  .mobile-shell.is-login-view .login-content {
    display: flex;
    flex: 1;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 114.4px;
  }

  .mobile-shell.is-login-view .login-form-wrap {
    width: 400px;
  }

  .mobile-shell.is-login-view .login-title h1 {
    display: block;
    line-height: 40px;
  }

  .mobile-shell.is-login-view .login-title p {
    margin: 12px 0 40px;
    line-height: 22px;
  }

  .mobile-shell.is-login-view .login-field {
    margin-bottom: 24px;
  }

  .mobile-shell.is-login-view .login-field input {
    height: 44px;
    padding: 8px 0 8px 38px;
  }

  .mobile-shell.is-login-view .login-input-icon {
    position: absolute;
    top: 13px;
    left: 12px;
    display: block;
    width: 18px;
    height: 18px;
    color: #cdd2da;
  }

  .login-user-icon::before,
  .login-user-icon::after,
  .login-password-icon::before,
  .login-password-icon::after {
    position: absolute;
    box-sizing: border-box;
    content: "";
  }

  .login-user-icon::before {
    top: 1px;
    left: 6px;
    width: 6px;
    height: 6px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
  }

  .login-user-icon::after {
    bottom: 1px;
    left: 3px;
    width: 12px;
    height: 8px;
    border: 1.5px solid currentColor;
    border-radius: 8px 8px 3px 3px;
  }

  .login-password-icon::before {
    top: 7px;
    left: 3px;
    width: 12px;
    height: 9px;
    border: 1.5px solid currentColor;
    border-radius: 2px;
  }

  .login-password-icon::after {
    top: 3px;
    left: 6px;
    width: 6px;
    height: 8px;
    border: 1.5px solid currentColor;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
  }

  .mobile-shell.is-login-view .login-submit {
    height: 44px;
  }

  .mobile-shell.is-login-view .login-links button {
    color: #4d617d;
  }

  .mobile-shell.is-login-view .login-other-methods {
    display: none;
  }

  .mobile-shell.is-login-view .login-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: #8d949f;
    font-size: 12px;
    text-align: center;
  }

  .mobile-shell.is-login-view .login-divider::before,
  .mobile-shell.is-login-view .login-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e1e4e8;
  }

  .mobile-shell.is-login-view .login-third-party {
    display: flex;
    justify-content: center;
    gap: 32px;
  }

  .mobile-shell.is-login-view .login-third-party button {
    display: inline-flex;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .login-social-icon {
    display: grid;
    width: 32px;
    height: 32px;
    color: #fff;
    border-radius: 50%;
    place-items: center;
    font-size: 13px;
    font-style: normal;
    line-height: 1;
  }

  .login-wechat-icon {
    background: #08bd63;
  }

  .login-alipay-icon {
    background: #1677ff;
  }

  .mobile-shell.is-login-view .login-footer {
    position: static;
    height: 62px;
    padding: 20px;
    background: transparent;
    font-size: 14px;
  }

  .van-tabbar--fixed {
    left: 50%;
    width: 375px;
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
