/* 全局样式 */
body {
  font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5rem;
    color: #4f4f4f;
}

.ibm-col-1-1 h2,
h3 {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.5em;
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4f4f4f !important;
    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; */
  margin-left: 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;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .menu-container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    border-radius: 0;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
 
    width:unset !important;
  }

  .menu-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 10px;
    gap: 10px;
    scrollbar-width: none;
    width: 100%;
    box-sizing: border-box;
  }

  .menu-list::-webkit-scrollbar {
    display: none;
  }

  .menu-list li {
    flex: 0 0 auto;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
    background: #f5f5f5;
    white-space: nowrap;
    display: inline-block;
  }

  .menu-list li.ct06selected {
    background: #007bff;
    border-right: none;
  }

  .menu-list li.ct06selected a {
    color: #fff;
  }

  .menu-list li:hover {
    background: #e8e8e8;
  }

  .menu-list li a {
    font-size: 14px;
    white-space: nowrap;
  }
}

.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;

  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;
        min-width: 80px;
        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;
}
}