* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #F6F7F9;
  font-family: "Source Han Sans CN", sans-serif;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/* Banner æ ·å¼ */
.banner-subtitle {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 16.67%;
}

.banner {
  width: 100%;
  height: 320px;
  background: url("../images/banner.png") center no-repeat;
}

.banner-logo {
  margin: 72px auto 0 413px;
  width: 372px;
  height: 132px;
}

/* é¢åŒ…å±‘ */
.breadcrumb {
  line-height: 24px;
  font-size: 16px;
  color: #666;
  backdrop-filter: blur(6px);
  padding: 20px 0;
}

.breadcrumb > .container {
  display: flex;
  gap: 10px;
}

.breadcrumb a {
  color: #333;
}

.breadcrumb > div > span:last-child {
  color: #1764ce;
}

.main-container {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto 40px;
  min-height: 800px;
}

.main-left {
  width: 376px;
}

.main-right {
  width: 800px;
}

/* é¢†å¯¼å¡ç‰‡æ ·å¼ */
.leader-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.leader-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.04);
  padding: 60px 20px 60px 20px;
  position: relative;
  text-align: center;
}

.leader-photo {
  width: 153px;
  height: 214px;
  margin: 0 auto;
}

.photo-placeholder {
  width: 100%;
  height: 100%;
}

.leader-info {
  margin-top: 20px;
  margin-bottom: 60px;
}

.current-position {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  line-height: 30px;
}

.leader-info .leader-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  letter-spacing: 3%;
}

.leader-desc {
  text-align: left;
  background: #F6F7F9;
  border-radius: 4px;
  padding: 20px;
}

.resume-btn {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 14px;
}

.resume-btn::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  border-radius: 22px;
  width: 5px;
  height: 20px;
  background: linear-gradient(139.07deg, #2E85FE 33.15%, #4DB2FF 151.34%);
}

.leader-bio {
  font-size: 18px;
  color: #333;
  line-height: 1.33;
}

.language-links-r {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.language-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  background: #F0F7FF;
  border-radius: 5px;
  font-size: 16px;
  color: #284A78;
  height: 36px;
  margin-bottom: 12px;
  cursor: pointer;
}

.language-icon-en,
.language-icon-jp,
.language-icon-fr {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.language-icon-en {
  background: url(/newwz/leadwindow/images/icon-en.png) no-repeat center;
  background-size: 100% 100%;
}

.language-icon-jp {
  background: url(/newwz/leadwindow/images/icon-jp.png) no-repeat center;
  background-size: 100% 100%;
}

.language-icon-fr {
  background: url(/newwz/leadwindow/images/icon-fr.png) no-repeat center;
  background-size: 100% 100%;
}

#english1:hover .language-item,
#japanses1:hover .language-item,
#french1:hover .language-item {
  background: #1764ce;
  color: white;
}

#english1:hover .language-icon-en,
#japanses1:hover .language-icon-jp,
#french1:hover .language-icon-fr {
  filter: brightness(0) invert(1); 
}

#english2:hover .language-item,
#japanses2:hover .language-item,
#french2:hover .language-item {
  background: #1764ce;
  color: white;
}

#english2:hover .language-icon-en,
#japanses2:hover .language-icon-jp,
#french2:hover .language-icon-fr {
  filter: brightness(0) invert(1); 
}

/* é¢†å¯¼åˆ—è¡¨æ ·å¼ */
.leader-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.leader-category {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.04);
  padding: 16px 20px 24px 20px;
  position: relative;
}

.category-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  letter-spacing: 1.5px;
  width: max-content;
  position: relative;
}

.category-icon {
  width: 24px;
  height: 24px;
  background: url(../images/icon-area-title.png) no-repeat center;
  border-radius: 4px;
}

.category-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
  letter-spacing: 3%;
}

.category-content {
  padding-left: 8px;
  margin-top: 20px;
}

.leader-position {
  display: flex;
  margin-bottom: 18px;
}

.leader-position:last-child {
  margin-bottom: 0;
}

.position-label {
  width: 72px;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  text-align: right;
  margin-right: 6px;
  /* text-align-last: justify; */
  /* text-align: justify; */
}

.leader-names {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 36px;
  flex: 1;
}


.leader-names .leader-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #333;
  letter-spacing: 100%;
  cursor: pointer;
  width: 3em;
  height: max-content;
}

.leader-name a{
	color:#333;
	display: inline-block;
	width: 100%;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute-all-lines;
	letter-spacing: normal;
}

.leader-name a.active {
	color: #1764CE;
}

/* .leader-name a::after {
  content: '';
  display: inline-block;
  width: 100%;
} */

.leader-name a.justify {
  text-align: justify;
  text-align-last: justify;
}

.leader-names .leader-name a:hover {
  color: #1764CE;
}

.expand-line, .collapse-line {
  position: absolute;
  left: 20px;
  right: 20px;
  height: 0;
  border-top: 0.5px solid #CBD0D7;
}

.expand-line {
  top: 68px;
}

.collapse-line {
  top: 68px;
  border-top: 1px solid #1764CE;
  width: 114px;
  display: none;
}

.category-header:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .5px;
	background: #1764CE;
}

.leader-intro-alone {
  background: #fff;
  height: 100%;
  box-shadow: 0px 4px 28px 0px #0049AD0A;
}

.leader-intro-alone .leader-card {
  padding-top: 100px;
  box-shadow: unset;
}

.leader-intro-alone .leader-info {
  margin-top: 28px;
}

.leader-intro-alone .current-position {
  margin-top: 16px;
}

.hidden {
  display: none;
}

@media(max-width:767px) { 
  .container {
    width: 100%;
  }

  .main-container {
    width: 100%;
    flex-wrap: wrap;
  }

  .banner-logo {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .main-left {
    width: 100%;
  }

  .main-right {
    margin-top: 20px;
  }

  .language-links-r {
    top: 60px;
    right: 10px;
  }

  .resume-btn {
    width: 100%;
  }

  .abt-fontzoom1 .position-label {
		width: 80px;  
  }

  .abt-fontzoom2 .position-label {
		width: 90px;  
  }

  .abt-fontzoom3 .position-label {
		width: 100px;  
   }
}

.old-care-style .banner-logo {
	margin-right: 0;
	margin-left: 0;
}

.old-care-style .banner .container {
	display: flex;
	justify-content: center;
}

.old-care-style .main-container {
	flex-wrap: wrap;
	width: 100%;
}

.old-care-style .main-left,
.old-care-style .main-right {
	width: 100%;
}

.old-care-style .position-label {
	width: 110px;
}

.old-care-style .resume-btn {
	width: 100%;
}

.old-care-style .leader-card {
	margin-top: 24px;
}