/* 全局样式 */
body {
  font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

.ibm-col-1-1 h2,
h3 {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}

.ibm-col-1-1 h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4f4f4f;
  font-weight: bold !important;
}

ul.eip-ul-1 {
  list-style-type: circle;
  margin-bottom: 2em;
}

img.singleImg {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 0 20px;
}

.menu-container {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: white;
  width: 130px;

  z-index: 100;
  border-radius: 0 8px 8px 0;
  border-right: 1px solid #ccc;
  /* 连接所有右侧边框 */
}

.menu-list {
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
}

.menu-list li {
  padding: 6px 12px;
  transition: background-color 0.3s ease;
  text-align: right;
  /* 字体右对齐 */
}

.menu-list li.ct06selected {
  background: linear-gradient(to right, white, #d1e6ff);
  border-right: 3px solid #007bff;
  margin-right: -2px;
  /* 确保选中项边框与整体边框衔接 */
}

.menu-list li a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
}

.menu-list li:hover {
  background-color: #f0f0f0;
}

.content {
  margin-left: 130px;
  padding: 20px;
}

/* .ibm-columns {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 20px 0 !important;
} */

.ibm-col-1-1 {
  width: 100%;
  padding: 20px 0 !important;
}

.eip-ul-1 li,
.eip-ul-2 li {
  float: none !important;
  list-style: disc!important;
}
.eip-ul-1 li:first-child {
  width: 100%;
}
.eip-ul-2 li:first-child {
  width: 100% !important;
}
.eip-ul-2 li:last-child {
  width: 100% !important;
}

.ibm-col-1-1 p,
.ibm-col-1-1 li {
  font-size: 1.3rem;
  color: #4d4d4d;
  /* margin-bottom: 1em; */
  /* line-height: 30px; */、
  font-weight: 400;
  
}

.solution_tab {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 0px 0;
  border: 1px solid #ddd ;
}
.solution_tab th {
  background-color: #eff3f5;
  color: #4f4f4f;
  padding: 5px;
  text-align: left;
}
.solution_tab td {
  padding: 5px;
border: 1px solid #ddd ;
}
.solution_tab tr:nth-child(even) {
  background-color: #f2f2f2;
}
.solution_tab tr:hover {
  background-color: #e0e0e0;
}

.ibm-columns {
  width: 1040px;
}

@media (max-width: 640px) {
  .ibm-columns {
  width: unset !important;
}
.ibm-col-1-1{
  width: 90% !important;
}
}