ol {
  margin: 0;
}
.talen-banner {
  width: 100%;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 35px;
  background-image: url('../img/talentplan-banner.png');
  background-size: cover;
  margin-bottom: 50px;
}
.talen-banner-title {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: #1A1A1A;
  margin: 0;
}
.talen-banner-subtitle {
  font-size: 18px;
  line-height: 1;
  color: #333;
  margin: 0;
}
.talent-list {
  width: 95%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  row-gap: 70px;
  margin: 0 auto 70px;
}
.talent-list:first-child {
  margin-bottom: 70px;
}
.talent-list h1,
.talent-list h2,
.talent-list p {
  margin: 0;
}
.talent-list .item {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.talent-list .layout-title {
  width: 100%;
  height: 84px;
  border-bottom: 2px solid #d2eef6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 30px;
}
.talent-list .layout-title-wrap {
  position: relative;
}
.talent-list .layout-title h1 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #1A1A1A;
}
.talent-list .layout-title-circle {
  position: absolute;
  top: -5px;
  left: -10px;
  width: 25px;
  height: 25px;
}
.talent-list .layout-title-icon {
  display: none;
}
.talent-list .layout-1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
.talent-list .layout-1 .box {
  width: 560px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 0 24px;
  box-sizing: border-box;
  background-color: #edf5ff;
  font-size: 18px;
  color: #333;
}
.talent-list .layout-1 .box .box-content {
  display: flex;
}
.talent-list .layout-1 img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.talent-list .layout-1 strong {
  font-weight: bold;
  white-space: nowrap;
}
.talent-list .layout-1 span {
  font-weight: normal;
}
.talent-list .layout-2 h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #1A1A1A;
  margin-bottom: 16px;
}
.talent-list .layout-2 .box {
  width: 100%;
  border-radius: 12px;
  background-color: #EDF5FF;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.talent-list .layout-2-item {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.talent-list .layout-2-item-1 {
  width: 280px;
  height: 40px;
  border-radius: 8px;
  background-color: #FFF;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
}
.talent-list .layout-2-item-2 {
  width: 840px;
  height: 40px;
  border-radius: 8px;
  background-color: #FFF;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
}
.talent-list .layout-2-item img {
  width: 24px;
  height: 24px;
}
.talent-list .layout-2-content {
  display: none;
}
.talent-list .layout-3 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.talent-list .layout-3 h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #1A1A1A;
}
.talent-list .layout-3 p {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  position: relative;
  padding-left: 18px;
}
.talent-list .layout-3 p::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #18A8D2;
  position: absolute;
  left: 0;
  top: 10px;
}
.talent-list .layout-4 {
  width: 100%;
  padding: 16px 20px 18px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #EEF6FF;
}
.talent-list .layout-4 h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #18A8D2;
  margin-bottom: 10px;
}
.talent-list .layout-4 p {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}
.talent-list .layout-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.talent-list .layout-5-1 {
  width: 210px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(270deg, #F39E63 0%, #ED5E4E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  font-size: 18px;
  color: #FFF;
  cursor: pointer;
}
.talent-list .layout-5 img {
  width: 16px;
  height: 16px;
}
.talent-list .layout-5-2 {
  width: 400px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(270deg, #21BBE9 0%, #4C81F8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFF;
  cursor: pointer;
}
.talent-list .layout-6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 6px;
}
.talent-list .layout-6-btn {
  width: 180px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(270deg, #21BBE9 0%, #4bc3e5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFF;
  cursor: pointer;
}
.talent-list .layout-6 > h2 {
  margin-bottom: 0;
}
.talent-list .layout-table {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #A2C5CF;
  overflow: hidden;
}
.layout-table .column1 {
  width: 10%;
}
.layout-table .column2 {
  width:40%;
}
.layout-table .column3 {
  width: 50%;
}
.table-header {
  width: 100%;
  height: 52px;
  display: flex;
  background-color: #1AA9D2;
}
.table-header .table-cell {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #A2C5CF;
}
.table-header .table-cell:first-child {
  border-left: none;
}
.table-row {
  width: 100%;
  display: flex;
  border-top: 1px solid #A2C5CF;
}
.table-row .table-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 14px;
  color: #303030;
  line-height: 24px;
  border-left: 1px solid #A2C5CF;
}
.table-row .table-cell:first-child {
  align-items: center;
  font-weight: 600;
  border-left: none;
  padding: 10px;
  text-align: center;
}
.table-header .column-cell {
  display: flex;
  flex-direction: column;
}
.table-title-sm {
  font-size: 13px;
}
.table-flex {
  display: flex;
  column-gap: 4px;
}
.layout-tip {
  font-size: 14px;
  color: #596a6e;
  margin-bottom: 6px;
}

.list-item {
  background: linear-gradient(128deg, #FFFFFF 2%, #F6FEFF 100%);
  box-shadow: 0px 4px 16px 0px rgba(0, 102, 181, 0.2);
}
.list-item-title {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.list-item-tag {
  width: 80px;
  height: 24px;
  border-radius: 24px;
  background: linear-gradient(270deg, #E8BF5E 0%, #EC7568 100%);
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.list-item-bottom {
  display: none;
}

.talent-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 200;
  opacity: 0;
  transition: all 0.15s;
  display: none;
}
.talent-mask .talent-pop {
  width: 95%;
  max-width: 600px;
  height: 90%;
  max-height: 800px;
  border-radius: 16px;
  background-color: #D6E8EE;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  transform: scale(0.8);
  transition: all 0.15s;
}
.talent-pop-contain {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.talent-pop-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  display: block;
}
.talent-mask .talent-close {
  width: 48px;
  height: 26px;
  border-radius: 8px;
  border: 1px solid #B0B0B0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
}
.talent-pop-top-mask {
  width: 100%;
  height: 12%;
  max-height: 96px;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 44%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.talent-pop-bottom-mask {
  width: 100%;
  height: 12%;
  max-height: 96px;
  background: linear-gradient(to top, #FFFFFF 0%, #FFFFFF 44%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.talent-list .expand-btn {
  display: flex;
}
.talent-list .fold-btn {
  display: none;
}
.talent-pop .talent-list {
  margin-bottom: 20px;
}
.talent-pop .layout-6 {
  margin-top: 30px;
  justify-content: center;
}
.shuoming-pop {
  width: 95% !important;
  max-width: 1200px !important;
}
.custom-img {
  width: 100%;
}
.custom-img img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #A2C5CF;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .talen-banner {
    height: 180px;
    row-gap: 20px;
    margin-bottom: 30px;
  }
  .talen-banner-title {
    font-size: 24px;
  }
  .talen-banner-subtitle {
    font-size: 14px;
  }
  .talent-list {
    row-gap: 30px;
    margin: 0 auto 30px;
  }
  .talent-list .item {
    row-gap: 20px;
  }
  .talent-list .layout-title {
    height: 50px;
    border-bottom: none;
    column-gap: 12px;
    padding-top: 20px;
  }
  .talent-list .layout-title h1 {
    font-size: 20px;
  }
  .talent-list .layout-title-circle {
    display: none;
  }
  .talent-list .layout-title-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
  }
  .talent-list .layout-1 {
    width: 100%;
    flex-direction: column;
    row-gap: 12px;
  }
  .talent-list .layout-1 .box {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    font-size: 14px;
  }
  .talent-list .layout-1 img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
  .talent-list .layout-2 h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .talent-list .layout-2 .box {
    width: 100%;
    border-radius: 0;
    background-color: unset;
    padding: 0;
    row-gap: 8px;
  }
  .talent-list .layout-2-item {
    height: 56px;
    column-gap: unset;
    border: 1px solid #BED8F7;
    border-radius: 7px;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
  }
  .talent-list .layout-2-item-1,
  .talent-list .layout-2-item-2,
  .talent-list .layout-2-item img {
    display: none;
  }
  .talent-list .layout-2-content {
    font-size: 14px;
    list-style: 1.5;
    color: #333;
    display: unset;
    word-break: break-all;
    display: flex;
  }
  .talent-list .layout-2-content > span:first-child {
    white-space: nowrap;
    margin-right: 2px;
  }
  .talent-list .layout-2-content > span:last-child {
    text-align: left;
    margin-left: 2px;
  }
  .talent-list .layout-3 {
    row-gap: 14px;
  }
  .talent-list .layout-3 h2 {
    font-size: 16px;
  }
  .talent-list .layout-3 p {
    font-size: 14px;
    padding-left: 12px;
  }
  .talent-list .layout-3 p::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #18A8D2;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .talent-list .layout-4 {
    padding: 16px 12px;
  }
  .talent-list .layout-4 h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .talent-list .layout-4 p {
    font-size: 14px;
    color: #555;
  }
  .talent-list .layout-5 {
    flex-direction: column;
    row-gap: 16px;
  }
  .talent-list .layout-5-1 {
    width: 280px;
    height: 38px;
    column-gap: 12px;
    font-size: 14px;
  }
  .talent-list .layout-5-2 {
    width: 280px;
    height: 38px;
    font-size: 14px;
  }
  .talent-list .layout-6 {
    display: flex;
    flex-direction: column;
  }
  .talent-list .layout-6 > h2 {
    font-size: 15px;
  }
  .table-header {
    height: 44px;
  }
  .table-header .table-cell {
    font-size: 13px;
    flex-direction: column;
  }
  .table-row .table-cell {
    padding: 14px 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .table-title-sm {
    font-size: 9px;
  }
  .layout-tip {
    font-size: 10px;
    color: #596a6e;
    margin-bottom: 10px;
  }

  .list-item {
    background: linear-gradient(121deg, #FFFFFF 0%, #F6FEFF 100%);
    box-shadow: 0px 2px 8px 0px rgba(0, 102, 181, 0.2);
  }
  .list-item-tag {
    width: 68px;
    height: 20px;
    font-size: 12px;
  }
  .list-item-bottom {
    display: block;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .list-item-title > .list-item-tag {
    display: none;
  }

  .talent-mask .talent-pop {
    height: 60%;
  }
  .talent-mask .talent-close {
    width: 44px;
    height: 24px;
    font-size: 12px;
    top: 8px;
    right: 8px;
  }
  .talent-pop .talent-list {
    margin-bottom: 20px;
  }
  .talent-pop .talent-list .layout-6 > h2 {
    font-size: 14px;
  }
  .talent-pop .layout-6 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .shuoming-pop {
    width: 95% !important;
    max-width: 1200px !important;
  }
  #character {
    width: 100%;
  }
  .custom-img img {
    border: none;
    border-radius: 0px;
  }
}