p {
  padding: 0;
  margin: 0;
}
body {
  padding-top: 100px;
  font-family: -apple-system, BlinkMacSystemFont, 'Arial-Black' 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
.left-aligned {
  margin-left: auto;
}
.bg-dark {
  background-color: #ec9292 !important;
}
.bg-hero {
  background-color: #45b06cff;
}
table p {
  text-align: center;
}
table img {
  width: 100% !important;
  max-width: 100% !important;
}
.navbar-dark {
  background: #ec9292 !important;
  height: 100px !important;
  padding: 0;
  font-size: 0;
}
.nav-link {
  color: #fafbfc;
  font-size: 20px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.dropdown-menu-self {
  top: 34px !important;
  left: 50% !important;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  border: 0;
}
.dropdown-menu-self .dropdown-item {
  color: #ec9292;
  padding: 0;
  padding-left: 10px;
  font-size: 16px;
}
.dropdown-menu-self li a:hover {
  background: #ec9292 !important;
  color: #fff;
}

/* CALLOUT */
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout h4 {
  margin-bottom: 1.25rem;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
  margin-top: -0.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: white;
  font-weight: bold;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}

.fs-54 {
  font-size: 48px;
}
.fs-36 {
  font-size: 36px;
}
.fs-28 {
  font-size: 28px;
}
.fs-24 {
  font-size: 24px;
}
.fs-20 {
  font-size: 20px;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
/* .homeSwiper {
  height: calc(100vh - 100px);
} */
.home-swiper-pagination {
  width: auto !important;
  right: 80px !important;
  bottom: 30px !important;
  left: auto !important;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #999999;
  opacity: 1;
}
.home-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper-desc {
  width: 80%;
  left: 8%;
  font-weight: bold;
  color: #fff;
  bottom: 20px;
  z-index: 2;
  text-shadow: 0 20px 29px #1a1616;
}
.left-project {
  padding: 65px 40px 90px 70px;
  box-shadow: 0px 8px 25px #eacfd4;
}
.left-project img {
  width: 115px;
  top: -20px;
  left: 65%;
  transform: translateX(-50%);
}
.project-title {
  width: 47%;
  border-radius: 28px;
  border: 0;
  margin-bottom: 40px;
}
.right-project {
  padding-left: 0;
}
.right-project div {
  width: 70px;
  height: calc(100% - 60px) !important;
  margin-top: 30px;
}
.right-project img {
  width: 300px;
  bottom: 40px;
  left: -40px;
}
.goals-title {
  text-align: center;
}
.goals-title span {
  padding: 0 20px 10px 20px;
  border-bottom: 2px dashed #e7abac;
}
.goals-info {
  width: 30%;
}
.goals-info p {
  text-align: center;
}
.goals-info div {
  min-height: 450px;
  border-radius: 50px;
  padding: 45px 30px 38px;
  box-shadow: 0px 8px 25px #eacfd4;
}
.abstract-3 {
  top: -180px;
  right: -50px;
  width: 200px;
}
.abstract-4 {
  height: 680px;
}
.abstract-5 {
  width: 300px;
}
.team-title {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
  color: #fafafb;
  font-size: 110px;
  margin: 0;
  padding: 0;
  letter-spacing: 4px;
  font-weight: bold;
  line-height: normal;
  text-shadow: 0px 2px 16px rgba(186, 101, 101, 0.58);
}
.team-wrap {
  margin-bottom: 160px;
}
.team-item {
  width: 30%;
  height: 500px;
  border-radius: 50px;
  margin-bottom: 50px;
  overflow: hidden;
  margin-left: 35px;
}
.team-item:nth-of-type(1),
.team-item:nth-of-type(4),
.team-item:nth-of-type(7) {
  margin-left: 0;
}
.team-info {
  flex-wrap: wrap;
}
.img-responsive {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.team-item:nth-of-type(5) .img-responsive {
  transform: translate(-55%);
}
.team-item:nth-of-type(7) .img-responsive {
  transform: translate(-52%);
}
.team-item:nth-of-type(8) .img-responsive {
  transform: translate(-53%);
}
.item-contain {
  transition: all 1s ease;
  transform-style: preserve-3d;
}
.item-front {
  position: absolute;
  z-index: 2;
  backface-visibility: hidden;
  background: #dadadd;
  border-radius: 50px;
}
.item-front div {
  background: #f29596;
  font-weight: bold;
  font-size: 24px;
  color: #f8fcfe;
  height: 95px;
  line-height: 95px;
  text-align: center;
  bottom: 0;
}
.item-back {
  position: absolute;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  font-size: 16px;
  overflow: hidden auto;
  background: #f29596;
  padding: 0 20px;
  color: #fff;
  border-radius: 50px;
  padding: 30px 20px;
  top: 0;
}
.back-name {
  font-size: 24px;
  padding-top: 10%;
}
.back-desc {
  font-size: 16px;
}
.team-item:hover .item-contain {
  transform: rotateY(180deg);
}
.common-text-bg,
.header-lead-font {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-lead-font {
  font-weight: 900;
  font-size: 72px;
  color: #ffffff;
  text-align: center;
}
.sticky-top {
  background: #f9e8ee;
  box-shadow: 0px 2px 16px rgba(186, 101, 101, 0.58);
  padding: 60px 10px;
  max-height: 80vh;
  overflow-y: auto;
}
.left-nav-wrap {
  margin-bottom: 30px;
}
.left-nav-item {
  /* margin-bottom: 30px; */
  padding-left: 10px;
  cursor: pointer;
}
.desc-nav-item-1 {
  margin-top: 10px;
  padding: 5px 20px;
}
.left-nav-item span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #040404;
  flex-shrink: 0;
}
.left-nav-item p {
  /* width: 65%; */
  padding-left: 10px;
  line-height: 42px;
  display: flex;
  align-items: center;
  /* flex-wrap: nowrap; */
}
.left-nav-item:hover,
.desc-nav-item-1:hover,
.active-nav-item {
  background: #fff;
  color: #d96464;
  border-radius: 10px;
}
.left-nav-item:hover span,
.active-nav-item span {
  background: #d96464;
}
.right-info {
  padding-left: 20px;
  text-align: justify;
}
.info-item {
  background: #faf7f8;
  border-radius: 0 0 50px 50px;
  margin-bottom: 90px;
}
.info-item-title {
  display: inline-block;
  background: #f29596;
  color: #fff;
  padding: 0 30px;
  border-radius: 0 20px 20px 0;
}
.info-item-desc {
  padding: 0 22px 62px 22px;
  padding-top: 25px;
}
.info-item-desc p {
  text-indent: 20px;
}
.PCR-System-Setup-table{
  width: 100% !important;
  display: table;
  table-layout: fixed;
  word-wrap: break-word;
  /* transform: scale(0.7) translateX(-21.5%); */
}
.PCR-System-Setup-table tr, .PCR-System-Setup-table td {
  width: 7%;
  text-align: center;
} 

/* 保留缩进与间距 */
ol, ul {
  margin: 0 0 1em 1.4em;
  padding-left: 1em;
}
li { margin: 0.5em 0; font-size: 16px; padding-left: 5px;}
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) ". ";
}

.December tr:nth-of-type(3) td:nth-of-type(14) {
  background-color: #205cb3;
}
.January  tr:nth-of-type(3) td:nth-of-type(18), .January  tr:nth-of-type(3) td:nth-of-type(24)  {
  background-color: #205cb3;
}
.Febuary tr:nth-of-type(3) td:nth-of-type(9),
.Febuary tr:nth-of-type(3) td:nth-of-type(10),
.Febuary tr:nth-of-type(3) td:nth-of-type(11),
.Febuary tr:nth-of-type(3) td:nth-of-type(12),
.Febuary tr:nth-of-type(3) td:nth-of-type(13),
.Febuary tr:nth-of-type(3) td:nth-of-type(14),
.Febuary tr:nth-of-type(4) td:nth-of-type(10),
.Febuary tr:nth-of-type(5) td:nth-of-type(10),
.Febuary tr:nth-of-type(6) td:nth-of-type(10),
.Febuary tr:nth-of-type(7) td:nth-of-type(10),
.Febuary tr:nth-of-type(7) td:nth-of-type(11){
  background-color: #205cb3;
}
.Febuary tr:nth-of-type(8) td:nth-of-type(11),
.Febuary tr:nth-of-type(9) td:nth-of-type(11),
.Febuary tr:nth-of-type(10) td:nth-of-type(11),
.Febuary tr:nth-of-type(10) td:nth-of-type(12),
.Febuary tr:nth-of-type(11) td:nth-of-type(11),
.Febuary tr:nth-of-type(11) td:nth-of-type(12),
.Febuary tr:nth-of-type(11) td:nth-of-type(13) {
  background-color: #205cb3;
  opacity: .7;
}
.Febuary tr:nth-of-type(12) td:nth-of-type(12),
.Febuary tr:nth-of-type(13) td:nth-of-type(12),
.Febuary tr:nth-of-type(13) td:nth-of-type(13),
.Febuary tr:nth-of-type(13) td:nth-of-type(14),
.Febuary tr:nth-of-type(13) td:nth-of-type(15),
.Febuary tr:nth-of-type(14) td:nth-of-type(12),
.Febuary tr:nth-of-type(14) td:nth-of-type(13) {
  background-color: #205cb3;
  opacity: .1;
}
.Febuary tr:nth-of-type(15) td:nth-of-type(23),
.Febuary tr:nth-of-type(15) td:nth-of-type(24),
.Febuary tr:nth-of-type(15) td:nth-of-type(25),
.Febuary tr:nth-of-type(16) td:nth-of-type(23),
.Febuary tr:nth-of-type(16) td:nth-of-type(24),
.Febuary tr:nth-of-type(16) td:nth-of-type(25),
.Febuary tr:nth-of-type(16) td:nth-of-type(26),
.Febuary tr:nth-of-type(16) td:nth-of-type(27),
.Febuary tr:nth-of-type(17) td:nth-of-type(23) {
  background-color: #205cb3;
  opacity: .4;
}
.Febuary tr:nth-of-type(18) td:nth-of-type(24),
.Febuary tr:nth-of-type(18) td:nth-of-type(25),
.Febuary tr:nth-of-type(18) td:nth-of-type(26),
.Febuary tr:nth-of-type(19) td:nth-of-type(24),
.Febuary tr:nth-of-type(19) td:nth-of-type(25),
.Febuary tr:nth-of-type(20) td:nth-of-type(24),
.Febuary tr:nth-of-type(21) td:nth-of-type(24),
.Febuary tr:nth-of-type(22) td:nth-of-type(24),
.Febuary tr:nth-of-type(22) td:nth-of-type(25),
.Febuary tr:nth-of-type(22) td:nth-of-type(26),
.Febuary tr:nth-of-type(22) td:nth-of-type(27),
.Febuary tr:nth-of-type(22) td:nth-of-type(28),
.Febuary tr:nth-of-type(23) td:nth-of-type(23),
.Febuary tr:nth-of-type(23) td:nth-of-type(24),
.Febuary tr:nth-of-type(24) td:nth-of-type(24),
.Febuary tr:nth-of-type(24) td:nth-of-type(25),
.Febuary tr:nth-of-type(24) td:nth-of-type(26) {
  background-color: #042a61;
}

.March tr:nth-of-type(3) td:nth-of-type(16),
.March tr:nth-of-type(3) td:nth-of-type(17),
.March tr:nth-of-type(3) td:nth-of-type(18),
.March tr:nth-of-type(3) td:nth-of-type(19),
.March tr:nth-of-type(4) td:nth-of-type(16),
.March tr:nth-of-type(4) td:nth-of-type(17),
.March tr:nth-of-type(4) td:nth-of-type(18),
.March tr:nth-of-type(5) td:nth-of-type(16) {
  background-color: #205cb3;
}
.March tr:nth-of-type(6) td:nth-of-type(17),
.March tr:nth-of-type(7) td:nth-of-type(17),
.March tr:nth-of-type(7) td:nth-of-type(18),
.March tr:nth-of-type(7) td:nth-of-type(19),
.March tr:nth-of-type(7) td:nth-of-type(20),
.March tr:nth-of-type(8) td:nth-of-type(17),
.March tr:nth-of-type(8) td:nth-of-type(18) {
  background-color: #205cb3;
  opacity: .1;
}
.March tr:nth-of-type(9) td:nth-of-type(15) {
  background-color: #205cb3;
  opacity: .4;
}
.Apri tr:nth-of-type(3) td:nth-of-type(3),
.Apri tr:nth-of-type(3) td:nth-of-type(31) {
   background-color: #205cb3;
}
.Apri tr:nth-of-type(4) td:nth-of-type(14),
.Apri tr:nth-of-type(5) td:nth-of-type(14),
.Apri tr:nth-of-type(5) td:nth-of-type(15),
.Apri tr:nth-of-type(6) td:nth-of-type(14),
.Apri tr:nth-of-type(6) td:nth-of-type(15),
.Apri tr:nth-of-type(6) td:nth-of-type(16),
.Apri tr:nth-of-type(6) td:nth-of-type(17),
.Apri tr:nth-of-type(6) td:nth-of-type(18),
.Apri tr:nth-of-type(7) td:nth-of-type(14),
.Apri tr:nth-of-type(8) td:nth-of-type(14),
.Apri tr:nth-of-type(8) td:nth-of-type(15),
.Apri tr:nth-of-type(9) td:nth-of-type(14),
.Apri tr:nth-of-type(9) td:nth-of-type(15){
  background-color: #205cb3;
  opacity: .8;
}
.May tr:nth-of-type(3) td:nth-of-type(24),
.May tr:nth-of-type(3) td:nth-of-type(25),
.May tr:nth-of-type(4) td:nth-of-type(25),
.May tr:nth-of-type(4) td:nth-of-type(26),
.May tr:nth-of-type(5) td:nth-of-type(26) {
  background-color: #205cb3;
}
.June tr:nth-of-type(3) td:nth-of-type(8),
.June tr:nth-of-type(4) td:nth-of-type(8),
.June tr:nth-of-type(4) td:nth-of-type(9),
.June tr:nth-of-type(4) td:nth-of-type(10),
.June tr:nth-of-type(4) td:nth-of-type(11),
.June tr:nth-of-type(5) td:nth-of-type(8),
.June tr:nth-of-type(6) td:nth-of-type(9),
.June tr:nth-of-type(7) td:nth-of-type(9),
.June tr:nth-of-type(7) td:nth-of-type(10),
.June tr:nth-of-type(7) td:nth-of-type(11),
.June tr:nth-of-type(7) td:nth-of-type(12),
.June tr:nth-of-type(7) td:nth-of-type(13),
.June tr:nth-of-type(8) td:nth-of-type(9),
.June tr:nth-of-type(9) td:nth-of-type(9),
.June tr:nth-of-type(9) td:nth-of-type(10) {
  background-color: #205cb3;
}
.July tr:nth-of-type(3) td:nth-of-type(31),
.July tr:nth-of-type(3) td:nth-of-type(32),
.July tr:nth-of-type(4) td:nth-of-type(30),
.July tr:nth-of-type(4) td:nth-of-type(31),
.July tr:nth-of-type(5) td:nth-of-type(31),
.July tr:nth-of-type(6) td:nth-of-type(31),
.July tr:nth-of-type(7) td:nth-of-type(31),
.July tr:nth-of-type(8) td:nth-of-type(31),
.July tr:nth-of-type(9) td:nth-of-type(31),
.July tr:nth-of-type(9) td:nth-of-type(32),
.July tr:nth-of-type(10) td:nth-of-type(31),
.July tr:nth-of-type(10) td:nth-of-type(32),
.July tr:nth-of-type(11) td:nth-of-type(31),
.July tr:nth-of-type(11) td:nth-of-type(32),
.July tr:nth-of-type(12) td:nth-of-type(31),
.July tr:nth-of-type(12) td:nth-of-type(32),
.July tr:nth-of-type(13) td:nth-of-type(31),
.July tr:nth-of-type(13) td:nth-of-type(32),
.July tr:nth-of-type(14) td:nth-of-type(31),
.July tr:nth-of-type(14) td:nth-of-type(32),
.July tr:nth-of-type(15) td:nth-of-type(31),
.July tr:nth-of-type(15) td:nth-of-type(32) {
  background-color: #205cb3;
}
.August tr:nth-of-type(3) td:nth-of-type(2),
.August tr:nth-of-type(3) td:nth-of-type(3),
.August tr:nth-of-type(3) td:nth-of-type(4),
.August tr:nth-of-type(4) td:nth-of-type(2),
.August tr:nth-of-type(4) td:nth-of-type(3),
.August tr:nth-of-type(4) td:nth-of-type(4),
.August tr:nth-of-type(5) td:nth-of-type(2),
.August tr:nth-of-type(6) td:nth-of-type(2),
.August tr:nth-of-type(7) td:nth-of-type(2),
.August tr:nth-of-type(7) td:nth-of-type(3),
.August tr:nth-of-type(7) td:nth-of-type(4),
.August tr:nth-of-type(7) td:nth-of-type(5),
.August tr:nth-of-type(7) td:nth-of-type(6),
.August tr:nth-of-type(7) td:nth-of-type(7),
.August tr:nth-of-type(7) td:nth-of-type(8),
.August tr:nth-of-type(7) td:nth-of-type(9),
.August tr:nth-of-type(7) td:nth-of-type(10),
.August tr:nth-of-type(7) td:nth-of-type(11),
.August tr:nth-of-type(8) td:nth-of-type(2),
.August tr:nth-of-type(8) td:nth-of-type(3),
.August tr:nth-of-type(9) td:nth-of-type(2),
.August tr:nth-of-type(9) td:nth-of-type(3),
.August tr:nth-of-type(9) td:nth-of-type(4),
.August tr:nth-of-type(7) td:nth-of-type(2),
.August tr:nth-of-type(7) td:nth-of-type(3),
.August tr:nth-of-type(10) td:nth-of-type(5) {
  background-color: #205cb3;
}
.September tr:nth-of-type(3) td:nth-of-type(10),
.September tr:nth-of-type(4) td:nth-of-type(11),
.September tr:nth-of-type(5) td:nth-of-type(11),
.September tr:nth-of-type(5) td:nth-of-type(12),
.September tr:nth-of-type(5) td:nth-of-type(24),
.September tr:nth-of-type(6) td:nth-of-type(3),
.September tr:nth-of-type(6) td:nth-of-type(25) {
  background-color: #205cb3;
}
.October tr:nth-of-type(3) td:nth-of-type(3),
.October tr:nth-of-type(4) td:nth-of-type(4),
.October tr:nth-of-type(4) td:nth-of-type(5),
.October tr:nth-of-type(5) td:nth-of-type(2),
.October tr:nth-of-type(5) td:nth-of-type(3),
.October tr:nth-of-type(5) td:nth-of-type(4),
.October tr:nth-of-type(5) td:nth-of-type(5) {
  background-color: #205cb3;
}
.NOTEBOOK table {
  width: 81vw !important;
  margin: 20px auto !important;
  word-break: normal !important;
  table-layout: unset !important;
}
.NOTEBOOK table td {
  width: 2vw !important;
  padding: 0 !important;
  text-align: center !important;
}
.NOTEBOOK table tr td:nth-of-type(1) {
  width: 10vw;
}
table p {
  text-indent: 0 !important;
  text-align: center !important;
}
.sub-title-child {
  font-size: 18px;
  margin-bottom: 10px;
}
h3 {
  font-weight: bold !important;
  font-size: 16px !important;
  padding-top: 10px;
  color: #000 !important;
}
.ENTREPRENEURSHIP h3 {
  font-weight: normal !important;
}
