@charset "UTF-8";
body {
  min-width: 1200px;
}

@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-height: 647px) {
  .banner_box .b_b_content .b_b_left {
    width: 500px !important;
  }
  .b_b_right {
    padding-right: 40px !important;
    box-sizing: border-box;
  }
  .banner_box {
    height: 647px !important;
  }
  .banner_box .b_b_content {
    margin-top: 86px !important;
  }
}
.banner_box {
  width: 100%;
  margin-top: 116px;
  padding-bottom: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://res.kingshiper.com/abroadwm/image/2026-01/7e058f5f98186f96.png) no-repeat center center/cover;
}
.banner_box .b_b_content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
}
.banner_box .b_b_content .b_b_left {
  margin-right: 48px;
  width: 600px;
}
.banner_box .b_b_content .b_b_left img {
  width: 100%;
}
.banner_box .b_b_content .b_b_right > i {
  display: block;
  margin-bottom: 14px;
  color: #0A2239;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
}
.banner_box .b_b_content .b_b_right h1 {
  margin-bottom: 40px;
  color: #0A2239;
  font-family: "Microsoft YaHei";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 52px */
}
.banner_box .b_b_content .b_b_right > span {
  display: inline-block;
  margin-bottom: 40px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #666666;
}
.banner_box .b_b_content .b_b_right .b_b_right_list {
  margin-bottom: 69px;
}
.banner_box .b_b_content .b_b_right .b_b_right_list li {
  display: flex;
  align-items: center;
}
.banner_box .b_b_content .b_b_right .b_b_right_list li + li {
  margin-top: 20px;
}
.banner_box .b_b_content .b_b_right .b_b_right_list li img {
  margin-right: 12px;
  width: 22px;
}
.banner_box .b_b_content .b_b_right .b_b_right_list li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #005fb8;
}
.banner_box .b_b_content .b_b_right .tank {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 10px;
}
.banner_box .b_b_content .b_b_right .tank > span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
}
.banner_box .b_b_content .b_b_right .tank ul {
  display: flex;
  align-items: center;
}
.banner_box .b_b_content .b_b_right .tank ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_box .b_b_content .b_b_right .tank ul li + li {
  margin-left: 20px;
}
.banner_box .b_b_content .b_b_right .tank ul li img {
  margin-right: 10px;
  width: 20px;
}
.banner_box .b_b_content .b_b_right .tank ul li span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.banner_box .b_b_content .b_b_right a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 68px;
  background: linear-gradient(90deg, #005fb8 0%, #1382eb 100%);
  border-radius: 8px;
}
.banner_box .b_b_content .b_b_right a img {
  margin-right: 12px;
  width: 36px;
}
.banner_box .b_b_content .b_b_right a span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
}
.banner_box .b_b_content .b_b_right a i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin-left: -150px;
  margin-top: -150px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
  z-index: 1;
}

.step01_box {
  padding: 96px 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f2f9ff;
}
.step01_box h1 {
  color: #141e31;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 44px */
  margin-bottom: 32px;
}
.step01_box > span {
  display: inline-block;
  margin-bottom: 67px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #005fb8;
}
.step01_box ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}
.step01_box ul li {
  position: relative;
  padding-top: 14px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 282px;
  height: 300px;
  border-radius: 16px;
  border: 1px solid #f0f2f4;
  background: #ffffff;
  color: #141e31;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  transform: translateY(0px);
  transition: all 0.3s;
  cursor: default;
}
.step01_box ul li:nth-child(4n) {
  margin-right: 0;
}
.step01_box ul li:nth-child(n+4) {
  margin-bottom: 0;
}
.step01_box ul li img {
  margin-bottom: 34px;
  width: 91%;
}
.step01_box ul li:hover {
  transform: translateY(-10px);
}
.step01_box ul li .zhuan {
  position: absolute;
  bottom: 67px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
}

.step02_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 96px 0;
  box-sizing: border-box;
}
.step02_box h1 {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #0a2239;
  margin-bottom: 68px;
}
.step02_box h1 span {
  display: inline-block;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  /* 重点文案渐变 */
  background: linear-gradient(86.19deg, #005fb8 46.12%, #0971d1 81.94%, #3fcfff 100.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.step02_box .handoff_btn {
  margin-bottom: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  background: #f7f8fa;
  border-radius: 31px;
}
.step02_box .handoff_btn li {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 62px;
  border-radius: 40px;
  cursor: pointer;
}
.step02_box .handoff_btn li:first-of-type {
  padding: 17px 26px;
}
.step02_box .handoff_btn li:last-of-type {
  padding: 17px 20px;
}
.step02_box .handoff_btn li img {
  margin-right: 7px;
  width: 28px;
}
.step02_box .handoff_btn li img:nth-child(1) {
  display: block;
}
.step02_box .handoff_btn li img:nth-child(2) {
  display: none;
}
.step02_box .handoff_btn li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  color: #666666;
}
.step02_box .handoff_btn li.active {
  background: linear-gradient(90deg, #005fb8 0%, #1382eb 100%);
}
.step02_box .handoff_btn li.active img:nth-child(2) {
  display: block;
}
.step02_box .handoff_btn li.active img:nth-child(1) {
  display: none;
}
.step02_box .handoff_btn li.active span {
  color: #fff;
}
.step02_box .s2_b_content {
  width: 1200px;
  position: relative;
  height: 528px;
}
.step02_box .s2_b_content .common_style_list1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step02_box .s2_b_content .common_style_list1.s2_swiper_one {
  opacity: 1;
  z-index: 10;
  position: relative;
}
.step02_box .s2_b_content .common_style_list1.s2_swiper_two {
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom {
  width: fit-content !important;
  margin-right: 48px !important;
}
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom .title {
  display: flex;
  align-items: center;
  width: 465px;
  height: 122px;
  background: linear-gradient(90deg, #e2f2ff 0%, rgba(226, 242, 255, 0) 100%);
  border-radius: 12px;
  padding-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom .title.title {
  margin-top: 20px;
}
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom .title img {
  margin-right: 20px;
  width: 48px;
}
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom .title img:nth-child(1) {
  display: block;
}
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom .title img:nth-child(2) {
  display: none;
}
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom .title .description p {
  margin-bottom: 10px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #005fb8;
  letter-spacing: 2px;
}
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom .title .description span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #005fb8;
}
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom .title.active {
  background: linear-gradient(90deg, #398fe0 0%, #6eb9ff 100%);
  border-radius: 12px;
}
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom .title.active img:nth-child(2) {
  display: block;
}
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom .title.active img:nth-child(1) {
  display: none;
}
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom .title.active .description p,
.step02_box .s2_b_content .common_style_list1 .swiper-pagination-custom .title.active .description span {
  color: #fff;
}
.step02_box .s2_b_content .common_style_list1 .s_s_content {
  width: 696px;
  height: 508px;
}
.step02_box .s2_b_content .common_style_list1 .s_s_content .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.step02_box .s2_b_content .common_style_list1 .s_s_content .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.step03_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 96px 0;
  box-sizing: border-box;
  background-color: #f2f9ff;
}
.step03_box h1 {
  margin-bottom: 32px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #000;
}
.step03_box h1 span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(86.19deg, #005fb8 46.12%, #0971d1 81.94%, #3fcfff 100.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.step03_box > p {
  margin-bottom: 96px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #005fb8;
}
.step03_box .st03_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step03_box .st03_content > img {
  margin-right: 80px;
  width: 600px;
}
.step03_box .st03_content .title > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step03_box .st03_content .title > ul > li + li {
  margin-top: 32px;
}
.step03_box .st03_content .title > ul > li > p {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #0a2239;
}
.step03_box .st03_content .title > ul > li ul li {
  width: fit-content;
}
.step03_box .st03_content .title > ul > li ul li + li {
  margin-top: 32px;
}
.step03_box .st03_content .title > ul > li ul li .computer_style {
  position: relative;
  width: 380px;
  height: 56px;
  line-height: 56px;
  background: #ffffff;
  border: 1px solid #d7edff;
  border-radius: 8px;
  padding-left: 20px;
  box-sizing: border-box;
}
.step03_box .st03_content .title > ul > li ul li .computer_style > span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #0a2239;
}
.step03_box .st03_content .title > ul > li ul li .computer_style > img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 12px;
}
.step03_box .st03_content .title > ul > li ul li .computer_style .shadow_content {
  position: absolute;
  left: 0;
  width: 380px;
  max-height: 235px;
  padding: 2px;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ffffff;
  z-index: 100;
  display: none;
  /* 滚动条整体样式 */
  /* 滚动条轨道（背景） */
  /* 滚动条滑块 */
}
.step03_box .st03_content .title > ul > li ul li .computer_style .shadow_content::-webkit-scrollbar {
  width: 8px;
}
.step03_box .st03_content .title > ul > li ul li .computer_style .shadow_content::-webkit-scrollbar-track {
  background: #ffffff; /* 滚动条轨道颜色 */
  border-radius: 10px; /* 圆角 */
  box-sizing: border-box;
}
.step03_box .st03_content .title > ul > li ul li .computer_style .shadow_content::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff; /* 与轨道颜色一致，形成间距 */
  background: #cecece; /* 滑块颜色 */
  border-radius: 10px; /* 圆角 */
}
.step03_box .st03_content .title > ul > li ul li .computer_style .shadow_content.active {
  display: block;
}
.step03_box .st03_content .title > ul > li ul li .computer_style .shadow_content p {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #fff;
  border-radius: 8px;
  padding-left: 18px;
  box-sizing: border-box;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #0a2239;
  cursor: pointer;
}
.step03_box .st03_content .title > ul > li ul li .computer_style .shadow_content p:hover {
  background-color: #e6f1f9;
}
.step03_box .st03_content .title > ul > li ul li .computer_style .shadow_content p + p {
  margin-top: 2px;
}
.step03_box .st03_content .title > ul > li #boot-key {
  min-width: 380px;
  height: 68px;
  background: #d7edff;
  border-radius: 8px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #0a2239;
  line-height: 68px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-left: 25px;
}

.step04_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 96px 0;
  box-sizing: border-box;
}
.step04_box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 38px;
  position: relative;
}
.step04_box .title span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #0a2239;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step04_box .title span span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(87.67deg, #005fb8 24.14%, #0971d1 49.76%, #3fcfff 63.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  margin: 0 10px;
  margin-right: 28px;
}
.step04_box .title p {
  position: absolute;
  top: -6px;
  right: 340px;
  font-size: 28px;
  color: #3fcfff;
  font-weight: 700;
}
.step04_box > p {
  margin-bottom: 68px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #005fb8;
}
.step04_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step04_box ul li {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  box-sizing: border-box;
  background: #f2f9ff;
  border: 1px solid #f0f2f4;
  border-radius: 16px;
  width: 286px;
  height: 343px;
  cursor: pointer;
  transition: all 0.3s;
}
.step04_box ul li:hover {
  transform: translateY(-10px);
}
.step04_box ul li + li {
  margin-left: 19px;
}
.step04_box ul li img {
  margin: 16px 0;
  width: 254px;
}
.step04_box ul li .description p {
  margin-bottom: 18px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #141e31;
}
.step04_box ul li .description span {
  display: inline-block;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #666666;
}

/* 评价 */
.assess-box {
  background-color: #f2f9ff;
  width: 100%;
  padding: 96px 0;
  padding-bottom: 125px;
  box-sizing: border-box;
}
.assess-box h1 {
  margin-bottom: 96px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #0a2239;
}
.assess-box h1 span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(86.19deg, #005fb8 46.12%, #0971d1 81.94%, #3fcfff 100.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.assess-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.shadow {
  display: none;
  position: absolute;
  top: 396px;
  left: 26px;
  width: 1147px;
  height: 30px;
  background-color: #fff;
  z-index: 10;
}

.assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #ffffff;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
  border-radius: 30px;
  border: 2px solid transparent;
  fill: #fff;
  filter: drop-shadow(0px 0px 14px rgba(186, 186, 186, 0.25));
}

.assess-star h1 {
  margin-bottom: 24px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
  color: #283256;
}

.assess-content ul:nth-child(1) li span {
  display: block;
  width: 100%;
  height: 1px;
  background: #2f3458;
  border-radius: 0px 0px 0px 0px;
  margin: 40px auto 0 auto;
  opacity: 0.15;
  background: #b1b1b1;
}

.assess-content ul:nth-child(1) li p {
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  text-transform: lowercase;
  margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
  display: none;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 2px 2px 2px 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
  border: 2px solid #fff;
  border-radius: 7px;
}

.assess-content ul:nth-child(1) li i.show {
  display: block;
}

.left1 {
  left: 82px;
}

.left2 {
  left: 280px;
}

.left3 {
  left: 482px;
}

.left4 {
  left: 686px;
}

.left5 {
  left: 874px;
}

.left6 {
  left: 1073px;
}

.assess-content ul:nth-child(1) li:first-child {
  display: block;
}

.assess-content ul:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 63px;
}

.assess-content ul:nth-child(2) li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.assess-content ul:nth-child(2) li:hover {
  cursor: pointer;
}

.assess-content ul:nth-child(2) li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid transparent;
}
.assess-content ul:nth-child(2) li.active img {
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #005FB8;
}

.assess-content ul:nth-child(2) li:hover {
  border: 3px solid transparent;
}

.assess-content ul:nth-child(2) li img {
  margin-top: 2.5px;
  width: 76px;
  height: 76px;
}

.assess-content ul:nth-child(2) li img:nth-child(2) {
  position: absolute;
  top: -7px;
  left: -4.8px;
  width: 90px;
  height: 90px;
  display: none;
}

.assess-content ul:nth-child(2) li p {
  display: inline-block;
  width: 96px;
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-transform: lowercase;
  margin-top: 17px;
  margin-bottom: 11px;
}

.assess-content ul:nth-child(2) li h2 {
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-transform: lowercase;
}

/*# sourceMappingURL=style.css.map */
