@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: repeat(2, 1fr);
  color: #fff;
}

a {
  text-decoration: none;
  color: black;
}

span {
  font-family: 'icomoon';
  color: #fff;
}

.left {
  position: relative;
  width: 490px;
  height: 100%;
  background-image: url('../img/loginc-l.png');
  background-size: cover;
  background-position: center;
}

.relogo {
  width: 115px;
  height: 20px;
  margin: 20px 0 0 30px;
}

.relogo:hover {
  transform: scale(1.1);
}

.relogo p {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.relogo a {
  text-decoration: none !important;
  color: #fff !important;
  align-items: center;
}

.right {
  flex: 1;
  height: 100%;
  background-image: url('../img/loginc-r.png');
  background-size: cover;
  background-position: center;
}

.bottom-l {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 135px;
}

.bottom-l h5 {
  text-align: center;
  color: #fff;
}

.typewriter {
  position: relative;
}

.typewriter::after {
  content: '|';
  position: absolute;
  right: -8px;
  color: #fff;
  animation: blink 0.75s step-end infinite;
}

.typewriter.typing-done::after {
  display: none;
}

@keyframes blink {

  from,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.bottom-l h6 {
  text-align: center;
  color: #fff;
  padding-top: 40px;
}

.login-box {
  flex: 1fr;
  position: relative;
  width: 560px;
  min-height: 365px;
  height: auto;
  background-color: #fff;
  margin: 245px auto;
  border: 5px solid #B2DBE3;
  border-radius: 20px;
  padding: 20px;
}

.login-box .circle {
  position: absolute;
  top: 25px;
  left: 93%;
  width: 20px;
  height: 20px;
  background-color: #B2DBE3;
  border-radius: 50%;
}

.login-box .logo {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  top: 0px;
  left: 15px;
  width: 180px;
  height: 40px;
}

.logo .logo1 {
  width: 40px;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.logo .logo2 {
  width: 120px;
  height: 20px;
}

.login-box .title {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 100px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 310px;
  height: 35px;
}

.login-box .title a {
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  color: black;
}

.login-box .title-idx {
  position: absolute;
  top: 100px;
  left: 33.5%;
  transform: translateX(-50%);
  width: 110px;
  height: 5px;
  background-color: #B2DBE3;
  transition: left 0.3s ease;
}

.login-box .title-idx.position-1 {
  left: 33.5%;
}

.login-box .title-idx.position-2 {

  left: 66.5%;
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 310px;
  height: 50px;
  margin: 15px auto;
  border: 2px solid #B2DBE3;
  border-radius: 5px;
  padding: 0 15px;
  margin-top: 75px;
}

.input-yz {
  position: relative;
  display: flex;
  align-items: center;
  width: 160px;
  height: 50px;
  margin: 15px auto;
  border: 2px solid #B2DBE3;
  border-radius: 5px;
  padding: 0 15px;
  margin-top: 10px;
}

.input-yz input {

  border: none;
  outline: none;
  font-size: 16px;
  color: #929292;
}

.input-container+.input-container {
  margin-top: 10px;
}

.input-container span {
  font-family: 'icomoon';
  font-size: 18px;
  color: #929292;
  margin-right: 12px;
}

.input-container input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #929292;
}

.input-container input::placeholder {
  color: #929292;
}

.input-container .icon-eye {
  cursor: pointer;
  color: #999;
  font-size: 18px;
  margin-right: 0px;
}

.input-container .icon-eye:hover {
  color: #666;
}

.input-container .icon-eye-blocked {
  cursor: pointer;
  color: #999;
  font-size: 18px;
  margin-right: 0px;
}

.input-container .icon-eye-blocked:hover {
  color: #666;
}

.content1 {
  display: block;
}

.content2 {
  display: none;
}

.contenty {
  display: none;
}

.contentf {
  display: none;
}

.contentpz {
  display: none;
}

.contentqz {
  display: none;
}

.contentcf {
  display: none;
}

.verification-code-container {
  display: flex;
  gap: 15px;
  margin: 10px auto;
  width: 310px;
}

.verification-code-container .verification-input {
  flex: 1;
  margin: 0;
}

.get-code-btn {
  width: 130px;
  height: 46px;
  border: 2px solid #B2DBE3;
  border-radius: 5px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.get-code-btn:hover {
  background-color: #f5f5f5;
  border-color: #00CACA;
  color: #00CACA;
}

.get-code-btn:disabled {
  background-color: #f0f0f0;
  border-color: #ccc;
  color: #929292;
  cursor: not-allowed;
}

.get-code-btn:disabled:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
  color: #999;
}

.get-code-btn-f {
  width: 130px;
  height: 46px;
  border: 2px solid #B2DBE3;
  border-radius: 5px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.get-code-btn-f:hover {
  background-color: #f5f5f5;
  border-color: #00CACA;
  color: #00CACA;
}

.get-code-btn-f:disabled {
  background-color: #f0f0f0;
  border-color: #ccc;
  color: #999;
  cursor: not-allowed;
}

.get-code-btn-f:disabled:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
  color: #999;
}

.login-btn {
  display: block;
  width: 310px;
  height: 45px;
  margin: 5px auto;
  background-color: #00CACA;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.login-btn:hover {
  background-color: #00ACC1;
}

.login-tip {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin: 5px 0;
}

.login-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.login-links p {
  margin-left: 15px;
  color: #929292;
  margin-bottom: 5px;
}

.login-links a {
  color: #00BCD4;
  text-decoration: none;
}

.login-links a:hover {
  text-decoration: underline;
}

.right-links {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #929292;
  margin: 0 15px 5px 0
}

.right-links span {
  font-family: inherit;
  color: #929292;
}

.manage-enter {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 5px;
  bottom: 20px;
  right: 30px;
}

.manage-enter:hover {
  transform: scale(1.1);
}

.manage-enter p {
  margin-bottom: 0;
}

.manage-enter p a {
  color: black;
  text-decoration: none;
}

.icon-arrow-right2 {
  font-family: 'icomoon';
  font-size: 18px;
  color: black;
}

.manage-enter .loimg {
  text-decoration: none;
}




/* 手机屏幕尺寸检测 - 应用超小屏幕响应式布局 */
.mobile-screen {
  flex-direction: column;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}

.mobile-screen .left {
  width: 100vw;
  height: 300px;
  background-image: url('../img/loginc-l.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.mobile-screen .right {
  position: relative;
  width: 100vw;
  min-height: calc(100vh - 300px);
  margin: 0;
  padding: 20px 0;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url('../img/loginc-r.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-screen .login-box {
  width: 90%;
  max-width: 360px;
  height: auto;
  margin: 30px auto;
  padding: 25px 20px;
  position: relative;
}

.mobile-screen .login-box .circle {
  top: 15px;
  right: 15px;
  left: auto;
  transform: none;
}

.mobile-screen .login-box .logo {
  width: 100%;
  justify-content: center;
  left: 0;
  position: relative;
  top: 0;
  margin-bottom: 20px;
}

.mobile-screen .login-box .logo1 {
  width: 35px;
}

.mobile-screen .login-box .logo2 {
  width: 100px;
}

.mobile-screen .login-box .title {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  gap: 60px;
  margin-bottom: 15px;
}

.mobile-screen .login-box .title a {
  font-size: 18px;
}

.mobile-screen .login-box .title-idx {
  display: none;
}

.mobile-screen .input-container {
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 0 12px;
  height: 45px;
}

.mobile-screen .input-container span {
  font-size: 16px;
}

.mobile-screen .input-container input {
  font-size: 15px;
}

.mobile-screen .login-btn {
  width: 100%;
  margin-top: 20px;
  height: 42px;
  font-size: 16px;
}

.mobile-screen .login-tip {
  font-size: 11px;
  margin: 12px 0;
}

.mobile-screen .login-links {
  width: 100%;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.mobile-screen .login-links p {
  margin-left: 0;
  font-size: 13px;
}

.mobile-screen .right-links {
  flex-direction: row;
  gap: 12px;
  margin: 0;
  width: 100%;
  justify-content: flex-end;
}

.mobile-screen .right-links span {
  color: #ccc;
}

.mobile-screen .bottom-l {
  width: 90%;
  height: auto;
  padding: 15px;
}

.mobile-screen .bottom-l h5 {
  font-size: 14px;
}

.mobile-screen .bottom-l h6 {
  font-size: 12px;
  padding-top: 10px;
}

.mobile-screen .manage-enter {
  bottom: 5px;
  right: 20px;
  font-size: 12px;
}

.mobile-screen .manage-enter:hover {
  transform: scale(1.05);
}

.mobile-screen .icon-arrow-right2 {
  font-size: 16px;
}

/* 响应式模块 - Bootstrap断点 */

/* 超小屏幕 (<576px)  */
@media (max-width: 575.98px) {
  body {
    flex-direction: column;
    overflow-y: auto;
  }

  .left {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .right {
    position: relative;
    width: 100%;
    min-height: auto;
  }

  .login-box {
    width: 90%;
    max-width: 360px;
    height: auto;
    margin: 30px auto;
    padding: 25px 20px;
    position: relative;
  }

  .login-box .circle {
    top: 15px;
    right: 15px;
    left: auto;
    transform: none;
  }

  .login-box .logo {
    width: 100%;
    justify-content: center;
    left: 0;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }

  .login-box .logo1 {
    width: 35px;
  }

  .login-box .logo2 {
    width: 100px;
  }

  .login-box .title {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    gap: 60px;
    margin-bottom: 15px;
  }

  .login-box .title a {
    font-size: 18px;
  }

  .login-box .title-idx {
    display: none;
  }

  .input-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 12px;
    padding: 0 12px;
    height: 45px;
  }

  .input-container span {
    font-size: 16px;
  }

  .input-container input {
    font-size: 15px;
  }

  .login-btn {
    width: 100%;
    margin-top: 20px;
    height: 42px;
    font-size: 16px;
  }

  .login-tip {
    font-size: 11px;
    margin: 12px 0;
  }

  .login-links {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .login-links p {
    margin-left: 0;
    font-size: 13px;
  }

  .right-links {
    flex-direction: row;
    gap: 12px;
    margin: 0;
    width: 100%;
    justify-content: flex-end;
  }

  .right-links span {
    color: #ccc;
  }

  .bottom-l {
    width: 90%;
    height: auto;
    padding: 15px;
  }

  .bottom-l h5 {
    font-size: 14px;
  }

  .bottom-l h6 {
    font-size: 12px;
    padding-top: 10px;
  }

  .manage-enter {
    bottom: 5px;
    right: 20px;
    font-size: 12px;
  }

  .manage-enter:hover {
    transform: scale(1.05);
  }

  .icon-arrow-right2 {
    font-size: 16px;
  }
}



/* 小屏幕 (≥576px) - 手机横屏 */
@media (min-width: 576px) and (max-width: 767.98px) {
  body {
    flex-direction: column;
  }

  .left {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .right {
    width: 100%;
    min-height: auto;
  }

  .login-box {
    width: 80%;
    max-width: 450px;
    height: auto;
    margin: 50px auto;
    padding: 25px;
    position: relative;
  }

  .login-box .circle {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
  }

  .login-box .logo {
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 25px;
  }

  .login-box .title {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    justify-content: center;
    gap: 50px;
    margin-bottom: 15px;
  }

  .login-box .title a {
    font-size: 20px;
  }

  .login-box .title-idx {
    display: none;
  }

  .input-container {
    width: 100%;
    margin: 0 0 12px 0;
  }

  .login-btn {
    width: 100%;
    margin-top: 20px;
  }

  .login-tip {
    margin: 15px 0;
  }

  .login-links {
    width: 100%;
  }

  .right-links {
    margin: 0;
  }

  .bottom-l {
    width: 80%;
    max-width: 450px;
    height: auto;
    padding: 20px;
    margin: 20px auto;
  }

  .manage-enter {
    bottom: 5px;
    right: 25px;
    font-size: 13px;
  }

  .manage-enter:hover {
    transform: scale(1.08);
  }

  .icon-arrow-right2 {
    font-size: 17px;
  }
}

/* 下拉列表样式 */
.dropdown-container {
  position: relative;
  flex: 1;
}

.username-input {
  width: 100%;
  padding-right: 100px;
}

.dropdown-select {
  position: absolute;
  right: -12px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;

  cursor: pointer;
}

.selected-value {
  margin-right: 8px;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 4px;
  color: white;
}

.selected-value.admin {
  background-color: #0A9CE7;
  color: #fff;
}

.selected-value.user {
  background-color: rgb(249, 215, 25);
  color: #fff;
}

.dropdown-arrow {
  font-size: 8px;
  color: #999;
}

.dropdown-options {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 5px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 100px;
  display: none;
}

.dropdown-option {
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.2s;
  color: black;
  border-radius: 4px;
}



/* 中等屏幕 (≥768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    min-height: 100vh;
    overflow: hidden;
  }

  .left {
    width: 40%;
    min-width: 300px;
    max-width: 400px;
    height: 100%;
  }

  .right {
    flex: 1;
    height: 100%;
  }

  .login-box {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin: 80px auto;
    padding: 30px;
    position: relative;
  }

  .login-box .circle {
    position: absolute;
    top: 25px;
    right: 25px;
    left: auto;
    transform: none;
  }

  .login-box .logo {
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
  }

  .login-box .title {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    justify-content: center;
    gap: 60px;
    margin-bottom: 20px;
  }

  .login-box .title a {
    font-size: 20px;
  }

  .login-box .title-idx {
    position: relative;
    top: 0;
    left: 28%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background-color: #B2DBE3;
    margin: 10px 0 20px;
  }

  .input-container {
    width: 90%;
    margin: 0 auto 15px auto;
  }

  .login-btn {
    width: 90%;
    margin: 20px auto;
  }

  .login-tip {
    width: 90%;
    margin: 15px auto;
    text-align: center;
  }

  .login-links {
    width: 90%;
    margin: 0 auto;
  }

  .bottom-l {
    width: 80%;
    max-width: 400px;
    height: auto;
    padding: 20px;
    margin: 30px auto;
  }

  .manage-enter {
    bottom: 20px;
    right: 30px;
    font-size: 14px;
  }

  .icon-arrow-right2 {
    font-size: 18px;
  }
}

/* 大屏幕 (≥992px) - 桌面 */
@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    overflow: hidden;
  }

  .left {
    width: 450px;
    height: 100%;
  }

  .right {
    height: 100%;
  }

  .login-box {
    width: 520px;
    margin: 200px auto;
  }

  .manage-enter {
    bottom: 20px;
    right: 30px;
  }
}

/* 超大屏幕 (≥1200px) - 大桌面 */
@media (min-width: 1200px) {
  body {
    overflow: hidden;
  }

  .left {
    width: 500px;
    height: 100%;
  }

  .right {
    height: 100%;
  }

  .manage-enter {
    bottom: 20px;
    right: 30px;
  }
}