
  .logo_modal {
  width: 40px;
  height: 40px;        /* 固定高度，或按比例调整 */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem; /* 和标题之间留点空 */
}

.logo_modal img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;  /* 保持宽高比，不拉伸 */
}
    /* ========== 你原先项目里的自定义样式 ========== */
    .hero {
      padding: 6rem 1rem;
      text-align: center;
      background: linear-gradient(135deg, #4e73df 0%, #6f9bfd 100%);
      color: #fff;
    }
    .btn-trial {
      font-size: 1.25rem;
      padding: 0.75rem 2rem;
    }
    .password-strength {
      font-size: 0.875rem;
    }
    .bg-primary {
      background-color: #0e3a38 !important;
    }
    .col-auto {
      width: 100%;
    }
    .hero-form {
      max-width: 470px;
      margin-bottom: 20px;
      z-index: 1;
    }
    .hero-form .btn {
      position: relative;
      top: 6px;
      right: 0px;
    }
    .hero-form .btn.btn-warning {
      padding: 20px 45px;
      font-size: 16px;
      margin-top: 20px;
      background: linear-gradient(
        to right,
        #0a302f,  /* 较深暗色 */
        #174d49,  /* 中间偏亮 */
        #0e3a38   /* 主色 */
      );
      border-color: #0a302f;
      color: #fff;
    }
    
    .hero-content p span {
      margin-right: 20px;
      display: inline-block;
      background-image: -webkit-linear-gradient(0deg, #0a302f 0, #174d49 100%);
      background-image: -ms-linear-gradient(0deg,#0a302f 0,#174d49 100%);
      width: 50px;
      height: 3px;
    }
    .hero-content .title {
      color: #0a302f;
    }
    .header-top p {
      width: auto;
      line-height: 45px;
      margin-left: 50px;
      font-size: 16px;
      color: #fff;
      font-weight: 900;
    }
    .hero-content {
      padding-top: 60px;
      position: relative;
      background: #fff !important;
    }
    /* ========== 登录区样式 ========== */
    .main {
      background: #EAECF0;
      width: 100%;
      height: 100%;
    }
   .dengludiv {
	  position: absolute;
	  width: 500px;
	  height: 350px;
	  top: 200px;          /* 代替 margin-top */
	  left: 50%;           /* 参考点移到容器宽度的 50% */
	  transform: translateX(-50%);  /* 再左移自身宽度的 50% */
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  background: #FFFFFF;
	  border-radius: 10px;
	}
    .title {
      width: 100%;
      float: left;
      text-align: center;
      margin-top: 40px;
      font-size: 20px;
      font-weight: 600;
      height: 50px;
      color: #000;
    }
    .newlogo {
      vertical-align: middle;
      position: absolute;
      top: -110px;
      width: 100px;
    }
    .rabbiticon {
      width: 100%;
      float: left;
      text-align: center;
      margin-top: 40px;
      font-size: 16px;
      font-weight: 600;
      padding-left: 75px;
    }
    .rabbit_title {
      float: left;
      width: auto;
      text-align: left;
      margin-left: 10px;
    }
    .input_line {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 8px;
      width: calc(100% - 150px);
      height: 32px;
      margin-top: 15px;
      background: #FFFFFF;
      border: 1px solid #D0D5DD;
      box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
      border-radius: 4px;
      position: relative;
    }
    .input_line svg {
      width: 15px;
      position: absolute;
      height: 20px;
      margin-left: 10px;
    }
    .input_input {
      margin-left: 44px;
      border: none;
    }
    .denglu_button {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 12px 20px;
      gap: 8px;
      color: #fff;
      width: 100%;
      height: 36px;
      background: #0e3a38;
      border-radius: 5px;
      border: none;
      flex: none;
      order: 2;
      align-self: stretch;
      flex-grow: 0;
    }
    .button-denglu {
      width: calc(100% - 150px);
      margin-top: 30px;
    }
    .button-czmm {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      width: calc(100% - 150px);
      height: 28px;
      margin-top: 5px;
      background: #FFFFFF;
      position: relative;
    }
    .select-box .select-item:first-child {
	    border-left:none;
	}
	.select-box .selectric-items li:hover {
    background: #0e3a38;
    color: #fff;
}
    .error {
      color: red;
      font-size: 14px;
      text-align: left;
      width: 100%;
      padding-left: 75px;
      height: 20px;
    }
    .lang {
      width: 100%;
      float: left;
      text-align: center;
    }
    .lang svg {
      width: 20px;
      height: 20px;
      position: absolute;
      margin-left: -60px;
    }
    .lang-set {
      width: 100%;
      margin-top: 20px;
      float: left;
      cursor: pointer;
    }
    .lang-select {
      width: 200px;
      height: auto;
      background: #fff;
      position: fixed;
      margin-top: 450px;
      display: none;
      border: 1px solid #c2c2c245;
      border-radius: 5px;
      display: none;
    }
    .lang-line {
      width: 100%;
      text-align: center;
      padding: 5px 0px;
    }
    .lang-line:hover {
      background: #c2c2c259;
      cursor: pointer;
    }

    /* ========== 限制 Modal 最大高度 & 内部滚动 ========== */
    .modal-content {
      max-height: 90vh;    /* 对话框内容最多占据 90% 视口高度 */
    }
    .modal-body {
      overflow-y: auto;    /* 内容超出时仅 modal-body 内部显示滚动条 */
    }
    body{
        background: #f9fafb;
    height: 100%;
    }
    .text-muted{
    	color:#0e3a38 !important;
    }
    .modal-header {
    background: #0e3a38;
    color: #fff;
    height:60px;
	}
	.logo_modal img {
      height:40px;width: 60px;
}
.mb-4 {
    margin-bottom: 0 !important;
}
.mb-3 {
    margin-bottom: 0rem !important;
}
.btn-primary {
    border-color: #0e3a38;
    background-color: #0e3a38;
    color: #fff;
}
.btn-primary:hover {
    border-color: #0e3a38;
    background-color: #0e3a38;
    color: #fff;
}
body {
 font-family: "Inter", "Inter", sans-serif;
	background:#EAECF0;
	  /* 2. 改成更大的间距（这里用 40px×40px），并把透明度从 0.15/0.25 调低到 0.08/0.15 */
	  background-image:
	    /* —— 第一层：较大光晕（半透明 8% 不透明度） */
	    radial-gradient(
	      circle at 50% 50%,
	       rgba(14, 58, 56, 0.08) 0px,
      		rgba(14, 58, 56, 0.08) 1px,
	      transparent 2px
	    ),
	    /* —— 第二层：中心小实心点（半透明 15% 不透明度） */
	    radial-gradient(
	      circle at 50% 50%,
	       rgba(14, 58, 56, 0.15) 0px,
      rgba(14, 58, 56, 0.15) 0.5px,
	      transparent 1px
	    );
	
	  /* 3. 缩放成 40×40px 的网格 —— 点点会更稀疏 */
	  background-size: 40px 40px, 40px 40px;
	  background-position: 0 0, 0 0;
	  background-repeat: repeat, repeat;
}
/* ---------- WebKit 内核浏览器（Chrome/Safari/Edge Chromium） ---------- */

/* 整个滚动条宽度 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.main-menu-link {
    
    color: #000;
}
/* 轨道（背景）——去掉圆角 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0;
}

/* 滑块——去掉圆角 */
::-webkit-scrollbar-thumb {
  background-color: #0e3a38;
  border-radius: 0;
  border: 1px solid #ffffff;
}

/* 滑块悬停时状态 */
::-webkit-scrollbar-thumb:hover {
  background-color: #0c332f;
}

/* 滑块拖拽时状态 */
::-webkit-scrollbar-thumb:active {
  background-color: #0a2b2a;
}

/* ---------- Firefox 浏览器 ---------- */

/* 全局去掉圆角，并使用细滚动条 */
* {
  scrollbar-width: thin;                /* 只能选 auto、thin 或 none */
  scrollbar-color: #0e3a38 #f1f1f1;     /* 滑块色 和 轨道色 */
}

*/

.modal.fade .modal-dialog {
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translateY(-25%); /* 可以加一个垂直位移 */
}
.modal.show .modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
.sub-menu .sub-menu-link {
    color: #0e3a38;
}
.header-bottom{
	background:#fff;
}
.disclaimer {
  text-align: center;
  font-size: 0.875rem;
  color: #666;
  padding: 1rem 1rem;
  margin-top: 1rem;
  line-height: 1.6;
}
.disclaimer p {
  max-width: 800px;
  margin: 0 auto;
}
.disclaimer strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #0e3a38; /* 主色调点缀标题 */
}
.hero-section {
    margin-bottom: 0px;
  position: relative;   /* 建立定位参照，便于内部绝对定位元素 */
  min-height: 50vh;    /* 最少撑满整个浏览器可视区高度 */
  height:600px;
  
}
.container {
    padding: 0px !important;
}
