@charset "utf-8";

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: #333;
  min-width: 1024px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
}

button, input {
  font: inherit;
  outline: 0;
}

.container {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* 头部 */
#zk-header {
  background-image: url("../images/headerbgi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 90px;
  position: relative;
  z-index: 1;
}

.title-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.titele-logo {
  width: 220px;
  height: 55px;
}

/* 公告栏 */
#zk-notice {
  background-color: #ecf4ff;
  position: relative;
  z-index: 1;
}

.notice-bar {
  background-color: #eae6e6;
  padding: 7px 5px;
  margin: 10px 0 0;
  display: flex;
  align-items: center;
}

.notice-left {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 0;
}

.notice-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  min-width: 280px;
}

.title-icon {
  width: 50px;
  height: 32px;
}

.title-content {
  overflow: hidden;
  line-height: 1.5;
  font-weight: bold;
  margin-left: 5px;
  color: #ff8000;
}

.title-footer-icon {
  width: 30px;
  height: 30px;
}

.countdown-text {
  font-weight: bold;
  line-height: 30px;
  color: #ff8000;
  margin-left: 5px;
}

/* 登录区域 */
.login-body {
  width: 100%;
  min-height: 480px;
  background-image: url("../images/loginbgi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.login-row {
  display: flex;
  padding-top: 20px;
  min-height: 480px;
}

.login-left {
  flex: 1;
  margin-top: 35px;
}

.login-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 0;
  justify-items: center;
  padding: 0 50px;
}

.login-body-but {
  width: 170px;
  height: 165px;
  transition: transform 0.2s;
}

.login-body-but:hover {
  transform: scale(1.03);
}

/* 登录卡片 */
.quick-content {
  width: 420px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: 10px;
}

.login-header {
  display: flex;
}

.login-icon {
  min-width: 122px;
  height: 40px;
  background: rgba(255, 149, 0, 0.1);
  border-radius: 8px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-icon-text {
  color: #ff8000;
  font-weight: bold;
}

.login-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: 100px;
}

.login-title-text {
  font-size: 17px;
  font-weight: 550;
}

.login-content {
  padding: 0 20px 20px;
}

.form-group {
  margin-bottom: 12px;
}

.input-group {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.custom-addon {
  background: transparent;
  border: none;
  padding: 0;
  margin-right: -2px;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}

.form-control-img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.form-control.custom-input {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 35px;
  font-size: 14px;
  color: #333;
}

.form-control.custom-input:focus {
  border-color: #4096ff;
  box-shadow: 0 0 0 2px rgba(64, 150, 255, 0.15);
}

.password-group {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2em;
  z-index: 10;
  user-select: none;
}

.form-row-captcha {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: center;
}

.captcha-input-wrap {
  flex: 1;
}

#imgCode {
  height: 40px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #ddd;
  flex-shrink: 0;
}

.form-row-btns {
  display: flex;
  gap: 14px;
}

.btn {
  flex: 1;
  height: 46px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
}

.btn-login {
  background-color: #4096ff;
  color: #fff;
}

.btn-login:hover {
  background-color: #1677ff;
}

.btn-reset {
  background: #fff;
  border: 1px solid #4096ff;
  color: #4096ff;
}

.btn-reset:hover {
  background: #f0f7ff;
}

/* 注意事项 */
.login-prompt {
  margin-top: 20px;
  display: flex;
  width: 100%;
  height: 110px;
  background: rgba(10, 116, 238, 0.05);
  border-radius: 8px;
}

.login-prompt-title {
  min-width: 24px;
  height: 100%;
  background: rgba(10, 116, 238, 0.08);
  border-radius: 8px 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-prompt-title-text {
  max-width: 12px;
  font-weight: 500;
  font-size: 12px;
  color: #0a74ee;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
}

.login-prompt-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.login-prompt-content-text {
  height: 100%;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.login-prompt-content-text .highlight {
  color: #ff8000;
}

/* 底部内容区 */
#zk-policy {
  margin: 12px 0;
  position: relative;
  z-index: 1;
}

.login-footer-body {
  background-image: url("../images/loginFooterBgi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.policy-row {
  display: flex;
  gap: 20px;
}

.policy-left {
  width: 41.666%;
  display: flex;
  justify-content: flex-end;
}

.policy-right {
  width: 58.333%;
}

.video-box {
  width: 380px;
  border: 1px solid #ddd;
  background: #fff;
}

.video-box-title,
.timeslot-box-title {
  height: 30px;
  background-image: url("../images/loginFooterTitleBgi.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #2a8dfe;
}

.video-box-content {
  display: block;
  height: 210px;
  background-image: url("../images/video.png");
  background-size: 100% 100%;
  cursor: pointer;
}

.video-box-content-text {
  height: 100%;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
  text-align: center;
}

.video-box-footer {
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
}

.timeslot-box {
  width: 100%;
  min-height: 280px;
  border: 1px solid #ddd;
  background: #fff;
}

.timeslot-content {
  padding: 12px;
  width: 100%;
}

.timeslot-content-header {
  display: flex;
  width: 100%;
}

.navigation1,
.navigation2 {
  width: 188px;
  height: 40px;
  background-size: 100% 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  background-image: url("../images/navigation2.png");
}

.navigation1 {
  background-image: url("../images/navigation1.png");
}

.navigation2 {
  margin-left: -16px;
}

.navigation1.selected {
  background-image: url("../images/navigation1Click.png");
  color: #fff;
}

.navigation2.selected {
  background-image: url("../images/navigation2Click.png");
  color: #fff;
}

.table-content {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
}

.table-content.hidden {
  display: none;
}

.table-thead-td {
  background-color: rgba(42, 141, 254, 0.1);
  text-align: center;
  border: 1px solid #ddd;
  height: 40px;
  font-weight: bold;
  color: #2a8dfe;
}

.table-body-tr {
  border-top: 1px solid #ddd;
}

.table-body-td {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  height: 65px;
}

.table-body-td-content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.table-body-td-content-link {
  height: 100%;
  width: 100%;
  cursor: pointer;
  color: #2a8dfe;
  text-decoration: underline;
  display: flex;
  align-items: center;
  text-align: left;
}

.time-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.status-open {
  color: #ff8000;
}

/* 页脚 */
#zk-footer {
  background-color: #085dbe;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.footer-box {
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
}

.footer-content-l {
  text-align: center;
}

.footer-content-l div {
  line-height: 25px;
  color: #fff;
  font-size: 12px;
}

.footer-content-l a {
  color: #25e5f5;
  text-decoration: underline;
  font-size: 12px;
}

@media (max-width: 1200px) {
  body {
    min-width: auto;
  }

  .container {
    width: 100%;
  }

  .login-row,
  .policy-row {
    flex-direction: column;
    align-items: center;
  }

  .policy-left,
  .policy-right {
    width: 100%;
  }

  .video-box {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }

  .quick-content {
    width: 100%;
    max-width: 420px;
  }

}

@media (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 14px;
  }

  #zk-header {
    height: 60px;
  }

  .title-body {
    height: 60px;
  }

  .titele-logo {
    width: 150px;
    height: 38px;
  }

  .notice-bar {
    flex-direction: column;
    padding: 8px 10px;
    gap: 5px;
  }

  .notice-left {
    width: 100%;
    padding-right: 0;
  }

  .notice-right {
    width: 100%;
    justify-content: flex-start;
    min-width: auto;
    padding-left: 0;
  }

  .title-icon {
    width: 35px;
    height: 24px;
  }

  .title-content {
    font-size: 13px;
  }

  .title-footer-icon {
    width: 24px;
    height: 24px;
  }

  .countdown-text {
    font-size: 13px;
    line-height: 24px;
  }

  .login-body {
    min-height: auto;
    padding-bottom: 20px;
  }

  .login-row {
    flex-direction: column;
    padding-top: 15px;
  }

  .login-left {
    order: 2;
    margin-top: 15px;
  }

  .login-right {
    order: 1;
    width: 100%;
    padding: 0 15px;
  }

  .nav-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 20px;
  }

  .login-body-but {
    width: 120px;
    height: 120px;
  }

  .quick-content {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .login-icon {
    min-width: 90px;
    height: 35px;
  }

  .login-title {
    margin-right: 70px;
  }

  .login-title-text {
    font-size: 15px;
  }

  .login-content {
    padding: 0 15px 15px;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .form-control.custom-input {
    height: 42px;
    font-size: 15px;
  }

  .form-row-captcha {
    flex-direction: column;
    gap: 10px;
  }

  .captcha-input-wrap {
    width: 100%;
  }

  #imgCode {
    width: 100%;
    max-width: 200px;
    align-self: flex-start;
  }

  .form-row-btns {
    flex-direction: column;
    gap: 10px;
  }

  .btn {
    height: 44px;
    font-size: 16px;
  }

  .login-prompt {
    height: auto;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .login-prompt-title {
    min-width: 100%;
    height: 30px;
    border-radius: 8px 8px 0 0;
  }

  .login-prompt-title-text {
    max-width: none;
    writing-mode: horizontal-tb;
    letter-spacing: normal;
  }

  .login-prompt-content-text {
    font-size: 12px;
    padding: 8px 10px;
  }

  .policy-row {
    flex-direction: column;
    gap: 15px;
  }

  .policy-left,
  .policy-right {
    width: 100%;
  }

  .video-box {
    width: 100%;
    max-width: none;
  }

  .video-box-content-text {
    font-size: 16px;
    padding: 20px;
  }

  .navigation1,
  .navigation2 {
    width: 33.33%;
    font-size: 13px;
    margin-left: 0;
  }

  .table-body-td {
    padding: 5px;
    font-size: 12px;
    height: auto;
  }

  .table-body-td-content-link {
    text-align: center;
  }

  #zk-footer {
    padding-bottom: 10px;
  }

  .footer-content-l div {
    font-size: 11px;
    line-height: 20px;
  }

  .footer-content-l a {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .nav-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .login-body-but {
    width: 100%;
    max-width: 150px;
    height: 100px;
  }

  .video-box-content-text {
    font-size: 14px;
    padding: 15px;
  }
}
