body { 
  padding-top: 109px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,Arial, sans-serif; 
}
.nav-icon {
  width: 96px;
  height: 94px;
  object-fit: cover;
}
* {
  padding: 0;
  margin: 0;
}
table {
  width: 80% !important;
  margin: 20px auto !important;
}
table p, table tbody tr td {
  text-align: center !important;
  text-indent: 0 !important;
}
.NOTEBOOK {
  text-align: center;
}
.textIndext {
  text-indent: 20px;
}
.ENTREPRENEURSHIP p {
  text-indent: 20px;
}
.ENTREPRENEURSHIP table p {
  text-indent: 0px;
}
h3 {
  font-size: 16px !important;
  font-weight: normal;
  color: #000 !important;
}
/* 保留缩进与间距 */
ol, ul {
  margin: 0 0 1em 1.8em;
  padding-left: 0;
}
li { margin: 0.3em 0; font-size: 16px;color: #000;}
ol.bracketed li::marker {
  content: "[" counter(list-item) "] ";
}
ol.bracketed1 li::marker {
  content: "(" counter(list-item) ") ";
}
ol.bracketed2 li::marker {
  content: counter(list-item) ") ";
}
ol[type="A"] li::marker {
  content: counter(list-item, upper-alpha) ". ";
}
ol[type="a"] li::marker {
  content: counter(list-item, lower-alpha) ". ";
}

/* 一级 */
ol[type="1"] > li {
    counter-increment: item;
}

ol[type="1"] > li::marker {
    content: counter(item) ". ";
}
/* 二级 */
ol[type="1"] > li > ol > li {
    counter-increment: subitem;
}
ol[type="1"] > li > ol > li::marker {
    content: counter(item) "." counter(subitem) ". ";
}
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #C8FFF1 !important; }
.bg-hero { background-color: #45b06cff; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom: 1.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: black; font-weight: bold; text-decoration: none; }
footer a:hover { color: black; text-decoration: underline; }

.navbar-nav {
  --bs-nav-link-color: #198238;
  --bs-nav-link-font-size: 30px;
  --bs-navbar-active-color: rgb(4, 44, 4);
  --bs-navbar-hover-color: rgb(4, 44, 4);
  font-family: roboto;
  font-weight: 600;
}
.navbar-nav .nav-link {
  padding: 30px 20px !important;
  font-size: 18px;
}
.dropdown-menu-self {
  top: 64px !important;
  left: 50% !important;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 14px;
  font-size: 18px;
}
.dropdown-menu-self li a:hover {
  background: #198238 !important;
  border-radius: 12px !important;
  color: #fff;  
}
.nav-logo {
  width: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.flex-center-all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.w-90 {
  width: 90% !important;
}
.fs-18 {
  font-size: 18px
}
.header-lead-font {
  font-weight: bold;
  top: 0;
  font-size: 72px;
  font-style: italic;
  letter-spacing: 8px;
  margin-top: -40px;
}
.home-img {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}
.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.common-content {
  padding: 94px 26px 127px 37px;
  background: #ECFCEA;
  position: relative;
  border-radius: 0px 100px 0px 100px;
}
.common-content-title {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  font-weight: Bold; 
  font-size: 24px;
  color: #fff;
  background: #93D68B;
  padding-right: 20px;
  height: 67px;
  border-radius: 0 32px 32px 0;
}
.common-content-title span {
  margin-left: 39px;
}
.left-top-wrap {
  display: flex;
  align-items: center;
  padding-left: 12px;
  background: linear-gradient(90deg, #4DD6E8, #93D68B);
  height: 52px;
}
.left-top-wrap .circle {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 10px;
  background: #fff;
}
.left-list {
  background: #EBFEFB;
  padding: 20px 14px;
}
.left-list a {
  border: 0;
  color: transparent;
}
.left-list-item {
  font-size: 18px;
  font-weight: bold;
  padding: 9px;
  background: #EBFEFB;
  color: #000;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sub-title {
  text-indent: 0px;
  margin-bottom: 10px;
}
.desc-nav-item-1 {
  padding: 0 20px;
  cursor: pointer;
  padding-bottom: 5px;
}
.desc-nav-item-1:hover {
  color: #fff;
  background: #93D68B;
  border-radius: 8px;
}
.sticky-top {
  height: 86vh;
  overflow-y: auto;
}
.left-list-item.active, .left-list-item:hover {
  background: #93D68B;
  color: #fff;
  border-radius: 8px;
}
.list-item-sp {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 8px;
  flex-shrink: 0;
}
.left-list-item:hover .list-item-sp, 
.left-list-item.active .list-item-sp, 
.list-item-sp:hover, 
.list-item-sp.active {
  background: #93D68B;
}
.f14 {
  font-size: 14px;
}
.team-title {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  color: #C8FFF1;
  font-size: 147px;
  margin: 0;
  padding: 0;
  letter-spacing: 4px;
  font-weight: bold;
  line-height: normal;
}
.content-desc, .content-desc-child {
  text-align: justify;
}
.content-desc p {
  text-indent: 16px;
}
.HUMAN p {
  text-indent: 0;
}
@media (max-width: 768px) {
  .team-title {
    font-size: 70px;
    bottom: -15px;
  }
  body {
    padding-top: 60px;
  }
  .nav-icon {
    width: 48px;
    height: 47px;
  }
  .fs-10-m {
    font-size: 9px;
  }
  .fs-12-m {
    font-size: 12px;
    
  }
  .row>* {
    padding:  0 5px;
  }
  .header-lead-font {
    font-size: 24px;
    letter-spacing: 4px;
    margin-top: -10px;
  }
  .common-content {
    margin-right: 0 !important;
    padding: 40px 12px 50px 12px;
    border-radius: 0px 30px 0px 30px;
  }
  .common-content-title {
    font-size: 12px;
    height: 30px;
    border-radius: 0 10px 10px 0;
  }
  .left-top-wrap {
    padding-left: 12px;
    height: 26px;
  }
  .left-top-wrap .circle {
    width: 5px;
    height: 5px;
    margin-right: 5px;
  }
  .left-list {
    padding: 5px 12px;
  }
  .left-list-item {
    font-size: 9px;
    padding: 0;
  }
  .list-item-sp {
    width: 7px;
    height: 7px;
    margin-right: 4px;
    flex-shrink: 0;
  }
  .dropdown-menu-self {
    top: 64px !important;
    left: 0% !important;
    transform: translateX(0%);
    text-align: left;
    border-radius: 15px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    padding: 0 10px;
  }
  .ms-5-m {
    margin-left: 10px !important;
    margin-right: 10px !important;    
  }
  .col-md-3-m {
    display: none;
  }
}