* {
  box-sizing: border-box;
  transition: font-size 0.1s ease;
}
html {
  font-size: 18px;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}
@media screen and (max-width: 2048px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}
html[data-size="large"] {
  font-size: 20px;
}
@media screen and (max-width: 2048px) {
  html[data-size="large"] {
    font-size: 20px;
  }
}
@media screen and (max-width: 1920px) {
  html[data-size="large"] {
    font-size: 18px;
  }
}
@media screen and (max-width: 1680px) {
  html[data-size="large"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html[data-size="large"] {
    font-size: 14px;
  }
}
html[data-size="small"] {
  font-size: 16px;
}
@media screen and (max-width: 2048px) {
  html[data-size="small"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1920px) {
  html[data-size="small"] {
    font-size: 14px;
  }
}
@media screen and (max-width: 1680px) {
  html[data-size="small"] {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  html[data-size="small"] {
    font-size: 10px;
  }
}
body {
  font-family: 'SourceHanSansHK', sans-serif;
  line-height: 1.5;
  color: #333333;
  overflow-x: hidden;
}
.main-content {
  padding-top: 182px;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .main-content {
    padding-top: 180.98px;
  }
}
@media screen and (max-width: 1440px) {
  .main-content {
    padding-top: 164.22px;
  }
}
@media screen and (max-width: 550px) {
  .main-content {
    padding-top: 116px;
  }
}
.pic {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.pic .ele {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.pic::after {
  content: '';
  display: block;
  padding-top: 75%;
}
.index-module-section {
  padding: 7.375rem 0 5.125rem;
}
.index-module-section .module-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 3.25rem;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 1rem;
  position: relative;
}
.index-module-section .module-header .header-left.white-title .module-title-en {
  color: rgba(255, 255, 255, 0.12);
}
.index-module-section .module-header .header-left.white-title .module-title-zh {
  color: #fff;
}
.index-module-section .module-header .header-left .module-title-en {
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 6.25rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.12);
  line-height: 1.48;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 500px) {
  .index-module-section .module-header .header-left .module-title-en {
    font-size: 5rem;
  }
}
.index-module-section .module-header .header-left .module-title-zh {
  margin-bottom: 0;
  font-size: 3rem;
  color: #333333;
  line-height: 1.48;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .index-module-section .module-header .header-left .module-title-zh {
    font-size: 2.5rem;
  }
}
.index-module-section .module-header .header-left .module-title-zh::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 192px;
  height: 6px;
  background-color: #ffc400;
}
.learn-more-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.learn-more-link i {
  border-radius: 50%;
  border: 1px solid #333333;
  font-size: 0.625rem;
  color: #333333;
  width: 1.25rem;
  height: 1.25rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learn-more-link:hover {
  color: #00267e;
}
.learn-more-link:hover i {
  color: #ffffff;
  background-color: #00267e;
}
.learn-more-link.white-link {
  color: #ffffff;
}
.learn-more-link.white-link i {
  border-color: #ffffff;
  color: #ffffff;
}
.learn-more-link.white-link:hover {
  color: #ffc400;
}
.learn-more-link.white-link:hover i {
  background-color: #ffc400;
  color: #00267e;
  border-color: #ffc400;
}
.rich-box {
  font-size: 1.125rem;
  line-height: 2;
}
.rich-box * {
  margin: 0;
}
.rich-box > :first-child {
  margin-top: 0 !important;
}
.rich-box > :last-child {
  margin-bottom: 0 !important;
}
.rich-box .rich-text-content {
  font-size: 1rem;
}
.rich-box h1,
.rich-box h2,
.rich-box h3,
.rich-box h4,
.rich-box h5,
.rich-box h6 {
  font-weight: 500;
  line-height: 1.3;
  color: #222;
  margin-bottom: 0.5rem;
}
.rich-box h1:last-child,
.rich-box h2:last-child,
.rich-box h3:last-child,
.rich-box h4:last-child,
.rich-box h5:last-child,
.rich-box h6:last-child {
  margin-bottom: 0;
}
.rich-box h1 + .rich-box h1,
.rich-box h1 + .rich-box h2,
.rich-box h1 + .rich-box h3,
.rich-box h1 + .rich-box h4,
.rich-box h1 + .rich-box h5,
.rich-box h1 + .rich-box h6,
.rich-box h2 + .rich-box h1,
.rich-box h2 + .rich-box h2,
.rich-box h2 + .rich-box h3,
.rich-box h2 + .rich-box h4,
.rich-box h2 + .rich-box h5,
.rich-box h2 + .rich-box h6,
.rich-box h3 + .rich-box h1,
.rich-box h3 + .rich-box h2,
.rich-box h3 + .rich-box h3,
.rich-box h3 + .rich-box h4,
.rich-box h3 + .rich-box h5,
.rich-box h3 + .rich-box h6,
.rich-box h4 + .rich-box h1,
.rich-box h4 + .rich-box h2,
.rich-box h4 + .rich-box h3,
.rich-box h4 + .rich-box h4,
.rich-box h4 + .rich-box h5,
.rich-box h4 + .rich-box h6,
.rich-box h5 + .rich-box h1,
.rich-box h5 + .rich-box h2,
.rich-box h5 + .rich-box h3,
.rich-box h5 + .rich-box h4,
.rich-box h5 + .rich-box h5,
.rich-box h5 + .rich-box h6,
.rich-box h6 + .rich-box h1,
.rich-box h6 + .rich-box h2,
.rich-box h6 + .rich-box h3,
.rich-box h6 + .rich-box h4,
.rich-box h6 + .rich-box h5,
.rich-box h6 + .rich-box h6 {
  margin-top: 0.5rem;
}
.rich-box h1 {
  font-size: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.rich-box h1:last-child {
  margin-bottom: 0;
}
.rich-box h2 {
  font-size: 1.75rem;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.rich-box h2:last-child {
  margin-bottom: 0;
}
.rich-box h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.rich-box h3:last-child {
  margin-bottom: 0;
}
.rich-box h4 {
  font-size: 1.25rem;
  margin-top: 0.75rem;
  margin-bottom: 0.375rem;
}
.rich-box h4:last-child {
  margin-bottom: 0;
}
.rich-box h5 {
  font-size: 1.125rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.rich-box h5:last-child {
  margin-bottom: 0;
}
.rich-box h6 {
  font-size: 1rem;
  margin-top: 0.375rem;
  margin-bottom: 0.1875rem;
}
.rich-box h6:last-child {
  margin-bottom: 0;
}
.rich-box p {
  margin-bottom: 1rem;
}
.rich-box p:last-child {
  margin-bottom: 0;
}
h1 + .rich-box p,
h2 + .rich-box p,
h3 + .rich-box p,
h4 + .rich-box p {
  margin-top: -0.25rem;
}
.rich-box p + .rich-box p {
  margin-top: 0;
}
.rich-box a {
  color: #3c9ae2;
  text-decoration: underline;
}
.rich-box ol {
  margin: 0.75rem 0;
  padding-left: 1.125rem;
  list-style: decimal;
}
.rich-box ol:last-child {
  margin-bottom: 0;
}
.rich-box ol li {
  margin: 0.5rem 0;
  list-style: decimal;
}
.rich-box ol li:last-child {
  margin-bottom: 0;
}
.rich-box ol li > p {
  margin: 0.5rem 0;
}
.rich-box ol li > p:last-child {
  margin-bottom: 0;
}
.rich-box ol + p {
  margin-top: 0.75rem;
}
.rich-box ul {
  margin: 0.75rem 0;
  padding-left: 1.125rem;
  list-style: disc;
}
.rich-box ul:last-child {
  margin-bottom: 0;
}
.rich-box ul li {
  margin: 0.5rem 0;
  list-style: disc;
}
.rich-box ul li:last-child {
  margin-bottom: 0;
}
.rich-box ul li > p {
  margin: 0.5rem 0;
}
.rich-box ul li > p:last-child {
  margin-bottom: 0;
}
.rich-box ul li::marker {
  color: #3c9ae2;
}
.rich-box ul.yellow-circle li::marker {
  color: #ffc400;
}
.rich-box ul + p {
  margin-top: 0.75rem;
}
.rich-box .blue {
  color: #3c9ae2 !important;
}
.rich-box .red {
  color: #ff0000 !important;
}
.rich-box img {
  margin: 0.75rem auto;
  max-width: 100%;
}
.rich-box img:last-child {
  margin-bottom: 0;
}
.rich-box img + p,
.rich-box img + ul,
.rich-box img + ol,
.rich-box img + blockquote {
  margin-top: 0.75rem;
}
.rich-box iframe {
  margin: 0.75rem auto;
  max-width: 100%;
  background-color: #f6f6f6;
}
.rich-box iframe:last-child {
  margin-bottom: 0;
}
.rich-box blockquote {
  margin: 1rem 0;
  padding: 1rem 1.5rem;
  border-left: 0.25rem solid #e0e0e0;
  background-color: #f9f9f9;
  font-style: italic;
}
.rich-box blockquote:last-child {
  margin-bottom: 0;
}
.rich-box blockquote p:last-child {
  margin-bottom: 0;
}
.rich-box blockquote blockquote {
  margin: 0.75rem 0;
}
.rich-box blockquote blockquote:last-child {
  margin-bottom: 0;
}
.rich-box pre {
  margin: 1rem 0;
  padding: 1rem;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.5;
}
.rich-box pre:last-child {
  margin-bottom: 0;
}
.rich-box code {
  padding: 0.125rem 0.375rem;
  background-color: #f5f5f5;
  border-radius: 0.125rem;
  font-size: 0.875rem;
}
.rich-box pre code {
  padding: 0;
  background: transparent;
  font-size: 0.875rem;
}
.rich-box hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 0.0625rem solid #ddd;
  height: 0;
}
.rich-box hr:last-child {
  margin-bottom: 0;
}
.rich-box strong,
.rich-box b {
  font-weight: 600;
}
.rich-box em,
.rich-box i {
  font-style: italic;
}
.rich-box small {
  font-size: 0.8125rem;
}
.rich-box sub,
.rich-box sup {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.rich-box sup {
  top: -0.25rem;
}
.rich-box sub {
  bottom: -0.125rem;
}
.rich-box dl {
  margin: 0.75rem 0;
}
.rich-box dl:last-child {
  margin-bottom: 0;
}
.rich-box dt {
  font-weight: 600;
  margin-top: 0.5rem;
}
.rich-box dd {
  margin: 0.25rem 0 0.5rem 1.5rem;
}
.rich-box dd:last-child {
  margin-bottom: 0;
}
.rich-box address {
  margin: 0.75rem 0;
  font-style: normal;
}
.rich-box address:last-child {
  margin-bottom: 0;
}
.rich-box figure {
  margin: 1rem 0;
}
.rich-box figure:last-child {
  margin-bottom: 0;
}
.rich-box figure img {
  margin: 0;
}
.rich-box figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}
.rich-box time {
  font-size: 0.875rem;
  color: #666;
}
.rich-box q:before {
  content: '「';
}
.rich-box q:after {
  content: '」';
}
.rich-box del {
  color: #999;
}
.rich-box ins {
  text-decoration: none;
  background-color: #ff9;
}
.rich-box mark {
  background-color: #ff0;
  padding: 0.0625rem 0.125rem;
}
.rich-box .role-member-list-module .list-container,
.rich-box .table-desc-module .directors-category {
  margin-bottom: 1rem;
  box-shadow: 0px 0px 3px #00000029;
}
.btn-list {
  margin-top: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
}
.btn-list.flex-start {
  justify-content: flex-start;
}
.btn-list .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  border-radius: 30px;
  padding: 0 2.125rem;
  min-width: 230px;
  height: 60px;
  background-color: #ffc400;
  color: #333333;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.btn-list .btn-item .bi {
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
}
.btn-list .btn-item:hover {
  color: #ffffff;
}
.btn-list .btn-item.blue-btn {
  background-color: #00267e;
  color: #ffffff;
}
.btn-list .btn-item.blue-btn span + .bi {
  background-color: #ffc400;
  color: #333333;
}
.btn-list .btn-item.blue-btn:hover {
  background-color: #ffc400;
  color: #333333;
}
.btn-list .btn-item.blue-btn:hover span + .bi {
  background-color: #00267e;
  color: #ffffff;
}
.btn-list .btn-item span + .bi {
  border-radius: 50%;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #00267e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
