
.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display {
  color: #ccc;
}

.social-container[data-v-2ffb9b82] {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.social-container .iconfont[data-v-2ffb9b82] {
  color: #fff;
  font-size: 30px;
}
.social-container .container[data-v-2ffb9b82] {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
}
.social-container .title[data-v-2ffb9b82] {
  text-align: center;
}
.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url("/img/bg/bg.jpg");
  background-size: 100% 100%;
}
.login-weaper {
  margin: 0 auto;
  width: 1000px;
  -webkit-box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
}
.login-weaper .el-input-group__append {
  border: none;
}
.login-left,
.login-border {
  position: relative;
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #409EFF;
  color: #fff;
  float: left;
  width: 50%;
  position: relative;
}
.login-left .img {
  width: 140px;
}
.login-time {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 100%;
  color: #fff;
  font-weight: 200;
  opacity: 0.9;
  font-size: 18px;
  overflow: hidden;
}
.login-left .title {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 25px;
}
.login-border {
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  background-color: #fff;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main {
  margin: 0 auto;
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main > h3 {
  margin-bottom: 20px;
}
.login-main > p {
  color: #76838f;
}
.login-title {
  color: #333;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4px;
}
.login-menu {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.login-menu a {
  color: #999;
  font-size: 12px;
  margin: 0px 8px;
}
.login-submit {
  width: 100%;
  height: 45px;
  border: 1px solid #409EFF;
  background: none;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #409EFF;
  cursor: pointer;
  margin-top: 30px;
  font-family: "neo";
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.login-form {
  margin: 10px 0;
}
.login-form i {
  color: #333;
}
.login-form .el-form-item__content {
  width: 100%;
}
.login-form .el-form-item {
  margin-bottom: 12px;
}
.login-form .el-input input {
  padding-bottom: 10px;
  text-indent: 5px;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #333;
  border-bottom: 1px solid rgb(235, 237, 242);
}
.login-form .el-input .el-input__prefix i {
  padding: 0 5px;
  font-size: 16px !important;
}
.login-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 0 10px;
}
.login-code-img {
  margin-top: 2px;
  width: 100px;
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
  cursor: pointer !important;
}
.el-login-footer {
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  letter-spacing: 1px;
}
.lock-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.lock-container .title {
  margin-bottom: 8px;
  color: #333;
}
.lock-container::before {
  z-index: -999;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/bg/login.png");
  background-size: cover;
}
.lock-form {
  width: 300px;
}
.error-page[data-v-1845bf6d] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-1845bf6d] {
  margin-right: 80px;
  height: 360px;
  width: 100%;
  max-width: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.error-page .content h1[data-v-1845bf6d] {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.error-page .content .desc[data-v-1845bf6d] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.error-page[data-v-1837a7ec] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-1837a7ec] {
  margin-right: 80px;
  height: 360px;
  width: 100%;
  max-width: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.error-page .content h1[data-v-1837a7ec] {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.error-page .content .desc[data-v-1837a7ec] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.error-page[data-v-4cf39caa] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-4cf39caa] {
  margin-right: 80px;
  height: 360px;
  width: 100%;
  max-width: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.error-page .content h1[data-v-4cf39caa] {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.error-page .content .desc[data-v-4cf39caa] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
:::v-deep.el-form-item__content[data-v-f0baa290] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.sxz-login-container[data-v-74933444] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5f5f5;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}
.sxz-login-card[data-v-74933444] {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 768px) {
.sxz-login-card[data-v-74933444] {
    width: 100%;
    border-radius: 8px;
}
}
.sxz-login-header[data-v-74933444] {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #ebeef5;
  background-color: #fafafa;
}
@media (max-width: 768px) {
.sxz-login-header[data-v-74933444] {
    font-size: 17px;
}
}
.sxz-login-body[data-v-74933444] {
  padding: 24px 28px 32px;
}
@media (max-width: 768px) {
.sxz-login-body[data-v-74933444] {
    padding: 20px 18px 24px;
}
}
.form-item[data-v-74933444] {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
.form-item[data-v-74933444] {
    margin-bottom: 16px;
}
}
.form-label[data-v-74933444] {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 500;
}
@media (max-width: 768px) {
.form-label[data-v-74933444] {
    font-size: 15px;
}
}
.captcha-row[data-v-74933444] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tip-message[data-v-74933444] {
  font-size: 13px;
  margin: 8px 0 -4px;
  min-height: 18px;
}
.tip-message.error[data-v-74933444] {
  color: #f56c6c;
}
.tip-message.success[data-v-74933444] {
  color: #67c23a;
}
.login-btn[data-v-74933444] {
  width: 100%;
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
  height: 40px;
  font-size: 15px;
  letter-spacing: 4px;
}
.login-btn[data-v-74933444]:hover, .login-btn[data-v-74933444]:focus {
  background-color: #43a047;
  border-color: #43a047;
}
@media (max-width: 768px) {
.login-btn[data-v-74933444] {
    height: 44px;
    font-size: 16px;
}
}
[data-v-74933444] .el-input__inner::-webkit-input-placeholder {
  color: #c0c4cc;
  font-size: 13px;
}
[data-v-74933444] .el-input__inner::-moz-placeholder {
  color: #c0c4cc;
  font-size: 13px;
}
[data-v-74933444] .el-input__inner:-ms-input-placeholder {
  color: #c0c4cc;
  font-size: 13px;
}
[data-v-74933444] .el-input__inner::-ms-input-placeholder {
  color: #c0c4cc;
  font-size: 13px;
}
[data-v-74933444] .el-input__inner::placeholder {
  color: #c0c4cc;
  font-size: 13px;
}
@media (max-width: 768px) {
[data-v-74933444] .el-input__inner {
    font-size: 15px !important;
    height: 40px !important;
    line-height: 40px !important;
}
}
[data-v-74933444] .el-input.is-placeholder .el-input__inner {
  background-color: #f5f7fa;
}
@media (max-width: 768px) {
[data-v-74933444] .el-button {
    font-size: 14px;
}
}
.iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.h5-page[data-v-c4af66e8] {
  padding: 0 16px 20px;
  min-height: 100vh;
  background: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* 连接状态栏 */
.status-bar[data-v-c4af66e8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  border-radius: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.status-bar.success[data-v-c4af66e8] {
  background: #52c41a;
}
.status-bar.fail[data-v-c4af66e8] {
  background: #ff4d4f;
}
.status-bar.pending[data-v-c4af66e8] {
  background: #faad14;
}
.status-icon[data-v-c4af66e8] {
  margin-right: 8px;
  font-size: 20px;
}
.status-text[data-v-c4af66e8] {
  font-size: 14px;
}

/* 输入区域 */
.input-section[data-v-c4af66e8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 12px;
}
.input-label[data-v-c4af66e8] {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}
/* 可见显示div：模拟input外观 */
.order-display[data-v-c4af66e8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.order-display[data-v-c4af66e8]:active {
  border-color: #1890ff;
}
.order-display--empty[data-v-c4af66e8] {
  color: #bfbfbf;
}

/* 查询结果：纯数据三行 + 计数 */
.result-section[data-v-c4af66e8] {
  background: #fff;
  border-radius: 8px;
  padding: 20px 16px;
  margin-bottom: 16px;
  text-align: center !important;
}
.result-data[data-v-c4af66e8] {
  font-size: 22px !important;
  color: #333 !important;
  font-weight: 600 !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
  text-align: center !important;
  width: 100%;
}
.result-data[data-v-c4af66e8]:last-of-type {
  border-bottom: none !important;
}
.result-count[data-v-c4af66e8] {
  font-size: 28px !important;
  color: #1890ff !important;
  font-weight: 700 !important;
  padding: 14px 0 !important;
  margin-top: 10px !important;
  border-top: 2px solid #e8e8e8 !important;
  text-align: center !important;
  width: 100%;
}

/* 数据清零按钮 */
.reset-section[data-v-c4af66e8] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-bottom: 16px !important;
}
.reset-btn[data-v-c4af66e8] {
  width: 160px !important;
  height: 44px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border: none !important;
  border-radius: 6px !important;
  background-color: #1890ff !important;
  color: #fff !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  outline: none !important;
  margin: 0 auto !important;
  display: block !important;
}
.reset-btn[data-v-c4af66e8]:active {
  background-color: #096dd9 !important;
}

/* 加载状态 */
.loading-section[data-v-c4af66e8] {
  text-align: center;
  padding: 20px;
}
.loading-text[data-v-c4af66e8] {
  font-size: 16px;
  color: #1890ff;
}

/* 错误提示 */
.error-section[data-v-c4af66e8] {
  text-align: center;
  padding: 16px;
}
.error-text[data-v-c4af66e8] {
  font-size: 15px;
  color: #ff4d4f;
}

/* 操作按钮（紧跟连接状态下方） */
.action-section[data-v-c4af66e8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.action-btn[data-v-c4af66e8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  background: #1890ff;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.action-btn[data-v-c4af66e8]:active {
  background: #096dd9;
}

.content[data-v-82e9a736] {
  padding: 20px;
  border: 1px solid #f1efefde;
}
[data-v-82e9a736] .el-divider--horizontal {
  height: 0.5px;
  margin: 0px 0px 20px 0px !important;
}


[data-v-10a181cf] .viewClass .el-form-item__label {
  color: #909399;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  white-space: nowrap;
  display: inline-block;
  width: 120px;
  text-align: end;
  height: 35px;
}
[data-v-10a181cf] .viewClass .el-input--small .el-input__inner {
  height: 35px;
}
.pagination[data-v-10a181cf] {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-10a181cf] .el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label[data-v-10a181cf] {
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head .title[data-v-10a181cf] {
  font-weight: 800;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}

.select-no-clear .el-select__tags .el-tag .el-tag__close {
  display: none !important;
}
.wujie[data-v-25bc4a24] {
  display: block;
  position: relative;
}
