:root {
  --adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
html, body {
  font-family: var(--adm-font-family);
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6, p,img{
  margin: 0;
  padding: 0;
}
#personalitie {
  max-width: 500px;
  margin: 0 auto;
}

.header {
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(0, #4298B4, #4298B4);
  background-repeat: no-repeat;
  clip-path: polygon(0% 1%, 24% 4%, 60% 0%, 85% 4%, 100% 1%, 100% 100%, 0% 100%);
  padding-top: 94px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.right_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.right_list_item_icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px rgba(85,85,85,0.1);
}
.right_list_item_icon_url1 {
  width: 22px;
  height: 22px;
}
.right_list_item_icon_url2 {
  width: 22px;
  height: 22px;
}
.right_list_item_icon_url3 {
  width: 26px;
  height: 26px;
}
.right_list_item_title {
  font-size: 16px;
  color: #FFF;
  margin-top: 16px;
  margin-bottom: 5px;
}
.right_list_item_tip {
  font-size: 16px;
  color: #FFF;
}

.title {
  font-size: 22px;
  color: #343C4B;
  text-align: center;
  margin-bottom: 10px;
}

.article-title {
  max-width: 1050px;
  width: 93.6vw;
  margin: 0 auto;
  text-align: left;
}
.article_list {
  max-width: 1050px;
  width: 93.6vw;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 50px;
  margin: calc((50 / 1920) * 100vw) auto 0;
}
.article_list_item {
  width: calc((100% - 50px) / 2);
  max-width: 500px;
  height: 84px;
  border-radius: 8px;
  background-color: #F4FBFD;
  font-size: 20px;
  font-weight: bold;
  color: #257B98;
  display: flex;
  align-items: center;
  gap: 0 12px;
  padding: 0 32px;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.article_list_item::before {
  content: '';
  width: 4px;
  height: 20px;
  background-color: #4298B4;
}	
.jump_more {
  text-align: center;
  font-size: 20px;
  color: #505050;
  margin: 40px auto 0;
}
.jump_more > div {
  cursor: pointer;
}
.more_arrow {
  width: 14px;
  height: 14px;
}

.header {
  width: 100%;
  background-size: 100% 100%;
  clip-path: polygon(0% 0%, 17% 1.2%, 60% 0%, 85% 1.2%, 100% 0.2%, 100% 100%, 0% 100%);
  padding: 30px 0 0;
  margin-top: 64px;

}
.header .test-num {
  font-size: 1.4rem;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header .test-num .label {
  font-family: cursive;
}
.header .test-num .value {
  color: #fff;
}
.page-title {
  width: 100%;
  padding: 0 calc((20 / 375) * 100vw);
  box-sizing: border-box;
  font-size: calc((22 / 375) * 100vw);
  text-align: left;
  margin: 0 0 calc((26 / 375) * 100vw);
}

.header-bottom-img {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  object-fit: contain;
}
.top_msg {
  width: 100%;
}
.top_left_img {
  width: 100%;
  margin-bottom: 20px;
}
.top_right_img {
  width: 100%;
}

.right_list {
  padding: 0 14px;
  box-sizing: border-box;
}

.block1 {
  padding: 20px;

}
.block1 .content1 {
  font-size: 16px;
  line-height: 25px;

}
.block1 .content1:not(:last-child){
  margin-bottom: 20px;
}

.block2 {
  clip-path: polygon(
    0 0.5%, 20% 3%, 45% 0, 80% 2.5%, 100% 1%,
    100% 97%, 80% 100%, 48% 97%, 19% 100%, 0 96.5%);
  padding: 20px;
  background-color: #F6F6F7;

}
.block2 .block2_main {
  width: 100%;
}
.block2 .content2 {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 25px;
  &:not(:last-child){
    margin-bottom: 20px;
  }
}
.block2 .content2:last-child() {
  margin-bottom: 0px;
}
.block2 .img2 {
  width: 100%;
  display: block;
  pointer-events: none;
}

.tip3 {
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.smtitle {
  text-align: center;

}
.block4 {
  /* padding: 20px; */
  box-sizing: border-box;
}