/* //#white _lm_sp */
/* _lm_top
// MARK: 0-lius_ c
2026-03-19 11:34:15
_lm_top */
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.l-layout {
  display: flex;
  height: 100vh;
}
.l-layout .left {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-layout .left h1 {
  margin: 0;
  font-size: 30px;
  color: #444444;
}
.l-layout .left .welcome {
  margin: 10px 0 50px;
  font-size: 16px;
  color: #6e6e7b;
}
.l-layout .left .welcome span {
  margin-left: 2px;
  font-size: 22px;
  font-weight: bold;
  color: #3b82f6;
}
.l-layout > .right {
  width: 38%;
  background: url(../../image/login/login-bg.jpg) no-repeat center/cover;
}
.note {
  color: #6e6e7b;
}
/* //# _lm_sp */

/* .Layout {
  background: #dfeaf9; 
  height: 500px;
  position: absolute;
  top: 50%;
  margin-top: -250px;
  width: 100%;
  font-size: 14px;
  color: #3c66b1;
} */
/* .content {
  width: 960px;
  margin: 0 auto;
  background: #fff;
  height: 500px;
  background: url(../../image/login/zhaiwu_bg.png) center left no-repeat;
  position: relative;
} */
/* //#white _lm_sp */
/* 物业服务按钮 */
.user {
  /* //# _lm_sp */
  /* width: 100%;
  height: 30px;
  line-height: 28px; 
  border: 1px solid #86aff7;
  box-sizing: border-box;
  background: url(../../image/user.png) no-repeat;
  padding: 0 0 0 33px;
  margin: 0 0 7px 0; */
}
.password {
  autocomplete: off;
  /* width: 100%;
  height: 30px;
  line-height: 28px;
  border: 1px solid #86aff7;
  box-sizing: border-box;
  background: url(../../image/password.png) no-repeat;
  padding: 0 0 0 33px;
  margin: 0 0 7px 0;
  display: block; */
}
/* //#white _lm_sp */
/* ca 登录输入框 */
.input-default {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  padding: 6px 12px;
  color: #222;
  font-size: 15px;
  margin: 0 0 20px 0;
  border: 1px solid #86aff7;
  box-sizing: border-box;
}
.input-default:focus,
.input-default:focus-visible {
  outline: 4px auto #86aff7;
}
/* //# _lm_sp */
.captcha {
  width: 127px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #86aff7;
  background: url(../../image/captcha.png) no-repeat;
  padding: 0 0 0 33px;
  margin: 0 0 7px 0;
  display: block;
}
/* //#white _lm_sp */
/** 指引的连接 */
.driver {
  /* 避免切换 tab 时 dom 跳动 */
  margin-bottom: 32px;
  /* //# _lm_sp */
  height: 24px;
  line-height: 24px;
  padding: 0 0 0 0;
  /* margin: 0 0 2px 0; */
  margin-top: 12px;
  display: block;
  font-size: 14px;
}
/* //#white _lm_sp */
.driver.right {
  text-align: right;
  width: 100%;
}
.driver.two {
  margin-top: -13px;
  margin-bottom: 20px;
}
.input-label {
  color: #6e6e7b;
  position: relative;
  top: -11px;
}
/* //# _lm_sp */
.driver a {
  /* color: #318a00; */
  color: #3b82f6;
  text-decoration: none;
}
.driver a:hover {
  text-decoration: underline;
}
.login_layout {
  /* height: 20rem; */
  position: relative;
  left: -2px;
  /* right: 150px;
  top: 150px;
  _width: 250px; */
}
/* //#white _lm_sp */
/* 登录按钮 */
.buttom {
  width: 100%;
  height: 48px;
  font-size: 16px;
  background: #3b82f6;
  border-radius: 8px;
  /* //# _lm_sp */
  line-height: 28px;
  /* background: url(../../image/buttom_bg.png) no-repeat; */
  cursor: pointer;
  border: none;
  color: white;
}
.buttom:hover {
  background: #4d8ffa;
}
.buttom1 {
  width: 95px;
  height: 28px;
  line-height: 28px;
  background: url(../../image/buttom1.png) no-repeat;
  cursor: pointer;
  border: none;
  color: #3c66b1;
}
.buttom2 {
  width: 95px;
  height: 28px;
  line-height: 28px;
  background: url(../../image/buttom2.png) no-repeat;
  cursor: pointer;
  border: none;
  color: #3c66b1;
}
/* //#white _lm_sp */
.tech {
  text-align: center;
  /* //# _lm_sp */
  margin-top: 18px;
  font-size: 14px;
  color: #6e6e7b;
}
.tech a {
  /* color: #318a00; */
  text-decoration: none;
  color: #3b82f6;
}
.tech a:hover {
  text-decoration: underline;
}

@media projection, screen {
  .ui-tabs-hide {
    display: none;
  }
}
@media print {
  .ui-tabs-nav {
    display: none;
  }
}
/* //#white _lm_sp */
/* tab 按钮 */
.ui-tabs-nav {
  font-size: 18px;
  /* //# _lm_sp */
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  /* padding: 0 0 0 35px; */
  /* _padding: 0 0 0 25px; */
}
.ui-tabs-nav:after {
  display: block;
  clear: both;
  content: " ";
}
/* //#white _lm_sp */
.ui-tabs-nav li {
  margin: 0 10px;
}
.remember-wrapper {
  color: #6e6e7b;
  position: relative;
  top: -12px;
}
.remember-wrapper.two {
  top: -2px;
}
#remember,
#remember2 {
  position: relative;
  top: 0.5px;
  accent-color: #3b82f6;
}
/* //# _lm_sp */
.ui-tabs-nav a,
.ui-tabs-nav a span {
  display: block;
  /* padding: 0 10px; */
  /* background: url(../../image/tab.png) no-repeat; */
}
/* //#white _lm_sp */
.ui-tabs-nav a {
  padding: 8px 10px;
  /* //# _lm_sp */
  margin: 1px 0 0;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
}
/* //#white _lm_sp */
/* 选择的 tab */
.ui-tabs-nav .ui-tabs-selected a {
  border-bottom: 3px solid #3b82f6;
}
/* //# _lm_sp */
.ui-tabs-nav a span {
  /* width: 64px; */
  /* min-width: 64px; */
  height: 18px;
  min-height: 18px;
  padding-top: 6px;
  padding-right: 0;
  color: #6e6e7b;
}
* > .ui-tabs-nav a span {
  width: auto;
  height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
  padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active {
  background-position: 100% -150px;
}
.ui-tabs-nav a,
.ui-tabs-nav .ui-tabs-disabled a:hover,
.ui-tabs-nav .ui-tabs-disabled a:focus,
.ui-tabs-nav .ui-tabs-disabled a:active {
  background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span,
.ui-tabs-nav a:hover span,
.ui-tabs-nav a:focus span,
.ui-tabs-nav a:active span {
  background-position: 0 -50px;
}
.ui-tabs-nav a span,
.ui-tabs-nav .ui-tabs-disabled a:hover span,
.ui-tabs-nav .ui-tabs-disabled a:focus span,
.ui-tabs-nav .ui-tabs-disabled a:active span {
  background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link,
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link,
.ui-tabs-nav .ui-tabs-disabled a:visited {
  cursor: default;
}
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover,
.ui-tabs-nav .ui-tabs-unselect a:focus,
.ui-tabs-nav .ui-tabs-unselect a:active {
  cursor: pointer;
}
.ui-tabs-disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.ui-tabs-panel {
  /* border-top: 1px solid #b3ccef; */
  padding: 1em 0;
  /* background: #dfeaf9; */
  _width: 250px;
}
/* .ui-tabs-panel input {
  width: 100%;
} */
.ui-tabs-loading em {
  padding: 0 0 0 20px;
  background: url(../../image/loading.gif) no-repeat 0 50%;
}
* html .ui-tabs-nav {
  display: inline-block;
}
*:first-child + html .ui-tabs-nav {
  display: inline-block;
}
