@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes kf1 {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes kf2 {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.criteria a {
  text-decoration: none;
}

.criteria ul {
  list-style: none;
}

.criteria .section-main {
  width: 1200px;
  padding: 80px 0;
  margin: 0 auto;
}

.criteria .section-head {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: #666666;
}

.criteria h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  color: #333333;
}

.criteria h2 + div {
  width: 969px;
  margin: 15px auto 0;
}

.criteria .section-body {
  margin-top: 80px;
}

.criteria .header img {
  width: 100%;
}

.criteria .header .swiper-pagination {
  bottom: 15px;
  padding-left: 348px;
  text-align: left;
  font-size: 0;
}

.criteria .header .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-width: 10px 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  margin: 0 3px;
  box-sizing: content-box;
  background: #e6f0ff;
  background-clip: content-box;
  opacity: 0.5;
}

.criteria .header .swiper-pagination-bullet-active {
  background: #ffffff;
  background-clip: content-box;
  opacity: 1;
}

.criteria .nav {
  height: 66px;
}

.criteria .nav-main {
  box-shadow: 0 3px 10px rgb(5 36 82 / 8%);
  background-color: #ffffff;
}

.criteria .nav-main.fixed {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
}

.criteria .nav ul {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.criteria .nav li {
  position: relative;
  height: 66px;
  font-weight: 400;
  font-size: 16px;
  line-height: 66px;
  color: #666666;
  cursor: pointer;
}

.criteria .nav li.active {
  font-weight: 800;
  color: #333333;
}

.criteria .nav li.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #2a7efc;
}

.criteria .section1 .section-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 490px;
  background: url("../../images/criteria_section1_center.png") center/687px
    490px no-repeat;
}

.criteria .section1 li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 270px;
  height: 124px;
  padding: 0 28px;
  border: 1px solid #cfdef3;
  border-radius: 4px;
  margin-top: 48px;
  background: #f6faff center/cover no-repeat;
  box-shadow: 0 5px 15px 1px rgba(3, 51, 123, 0.08);
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.criteria .section1 li:first-child {
  margin-top: 0;
}

.criteria .section1 li div:first-child {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.criteria .section1 ul:first-child li:nth-child(1) {
  background-image: url("../../images/criteria_section1_bg1.png");
}

.criteria .section1 ul:first-child li:nth-child(2) {
  background-image: url("../../images/criteria_section1_bg2.png");
}

.criteria .section1 ul:first-child li:nth-child(3) {
  background-image: url("../../images/criteria_section1_bg3.png");
}

.criteria .section1 ul:last-child li:nth-child(1) {
  background-image: url("../../images/criteria_section1_bg4.png");
}

.criteria .section1 ul:last-child li:nth-child(2) {
  background-image: url("../../images/criteria_section1_bg5.png");
}

.criteria .section1 ul:last-child li:nth-child(3) {
  background-image: url("../../images/criteria_section1_bg6.png");
}

.criteria .section2 {
  background: url("../../images/criteria_section2_left.png") left top/340px
      540px no-repeat,
    url("../../images/criteria_section2_right.png") right top/380px 540px
      no-repeat;
  background-color: #2a7efc;
}

.criteria .section2 .section-head,
.criteria .section2 h2 {
  color: #ffffff;
}

.criteria .section2 .section-body {
  display: flex;
}

.criteria .section2 .section-left {
  flex: 1;
  position: relative;
  padding: 0 0 70px 26px;
}

.criteria .section2 .section-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(330deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.criteria .section2 .section-left::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}

.criteria .section2 .section-left li {
  display: flex;
  align-items: center;
  margin-top: 33px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.criteria .section2 .section-left li:first-child {
  margin-top: 5px;
}

.criteria .section2 .section-left div:last-child {
  margin-left: 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.criteria .section2 .section-right {
  flex: 1;
}

.criteria .section2 .right-head {
  display: flex;
  height: 98px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

.criteria .section2 .right-head li {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.criteria .section2 .right-head li::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  bottom: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.criteria .section2 .right-head li:first-child:before {
  display: none;
}

.criteria .section2 .right-head > div {
  flex: none;
}

.criteria .section2 .right-head div div {
  padding-left: 34px;
}

.criteria .section2 .right-head div div:first-child {
  background: left center/24px 24px no-repeat;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  color: #ffec6c;
}

.criteria .section2 .right-head li:nth-child(1) div div:first-child {
  background-image: url("../../images/Watch.png");
}

.criteria .section2 .right-head li:nth-child(2) div div:first-child {
  background-image: url("../../images/Star.png");
}

.criteria .section2 .right-head li:nth-child(3) div div:first-child {
  background-image: url("../../images/Fork.png");
}

.criteria .section2 .right-foot {
  padding: 37px 54px 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.criteria .section2 .right-foot div {
  display: flex;
  align-items: center;
}

.criteria .section2 .right-foot ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: disc;
  margin: 0 0 -19px 10px;
}

.criteria .section2 .right-foot li {
  width: 100px;
  margin: 0 45px 19px 0;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.criteria .section2 .right-foot a {
  width: 176px;
  height: 44px;
  border-radius: 22px;
  background: linear-gradient(360deg, #ffba00 0%, #ffe203 100%);
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #a36418;
}

.criteria .section3 .section-body {
  position: relative;
  height: 580px;
  margin-top: 74px;
  background: url("../../images/criteria_section3_bg.png") center/830px 550px
    no-repeat;
}

.criteria .section3 .card {
  position: absolute;
  width: 300px;
  padding: 24px 0 30px 30px;
  border: 1px solid #becfff;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 16px 1px rgba(0, 38, 116, 0.1);
  animation: kf2 1.2s linear 0.4s infinite alternate;
}

.criteria .section3 .card:nth-child(1) {
  top: 0;
  left: 0;
}

.criteria .section3 .card:nth-child(2) {
  top: 0;
  right: 0;
}

.criteria .section3 .card:nth-child(3) {
  top: 300px;
  right: 0;
}

.criteria .section3 .card:nth-child(4) {
  top: 300px;
  left: 0;
}

.criteria .section3 .card-head {
  padding-left: 34px;
  background: left center/26px 26px no-repeat;
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}

.criteria .section3 .card-body {
  display: flex;
  margin-top: 20px;
}

.criteria .section3 .card-body ul {
  margin-left: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #595e6f;
  counter-reset: disc;
}

.criteria .section3 .card-body ul:first-child {
  margin-left: 0;
}

.criteria .section3 .card-body li::before {
  counter-increment: disc;
  content: counter(disc, disc);
  margin-right: 10px;
  color: rgba(42, 126, 252, 0.5);
}

.criteria .section3 .card:nth-child(1) .card-head {
  background-image: url("../../images/criteria_section3_icon1.png");
}

.criteria .section3 .card:nth-child(2) .card-head {
  background-image: url("../../images/criteria_section3_icon2.png");
}

.criteria .section3 .card:nth-child(3) .card-head {
  background-image: url("../../images/criteria_section3_icon3.png");
}

.criteria .section3 .card:nth-child(4) .card-head {
  background-image: url("../../images/criteria_section3_icon4.png");
}

.criteria .section3 img {
  position: absolute;
  top: 122px;
  left: 50%;
  width: 261px;
  height: 168px;
  margin-left: -131px;
  animation: kf1 1.2s linear 0.4s infinite alternate;
}

.criteria .section4 {
  background: url("../../images/criteria_section4_bg.png") left top/100% 100%
    no-repeat;
}

.criteria .section4 .section-head,
.criteria .section4 h2 {
  color: #ffffff;
}

.criteria .section4 .section-body {
  margin-top: 70px;
}

.criteria .section4 ul {
  display: flex;
}

.criteria .section4 li {
  flex: none;
  margin-right: 74px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.criteria .section4 li div:first-child {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-bottom: 12px;
  background-color: #ffffff;
  font-size: 0;
  line-height: 68px;
}

.criteria .section4 li img {
  display: inline-block;
  vertical-align: middle;
}

.criteria .section5 ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 1220px;
}

.criteria .section5 li {
  flex: none;
  width: 226px;
  height: 230px;
  padding: 41px 17px 0;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 0 18px 20px 0;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}

.criteria .section5 li:hover {
  box-shadow: 0 3px 16px 1px rgba(121, 148, 193, 0.18);
}

.criteria .section5 img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.criteria .section5 li div:nth-child(2) {
  margin: 15px 0 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.criteria .section6 {
  background: url("../../images/criteria_section6_bg.jpg") center/cover
    no-repeat;
}

.criteria .section6 .section-main {
  display: flex;
  justify-content: center;
  width: auto;
}

.criteria .section6 img {
  display: none;
  width: 240px;
  height: 520px;
}

.criteria .section6 img:first-child {
  display: block;
}

.criteria .section6 .section-main > div:first-child {
  width: 328px;
  height: 578px;
  background: url("../../images/criteria_section6_left.png") left top/100%
    100% no-repeat;
}

.criteria .section6 .section-main > div:last-child {
  width: 779px;
  padding: 41px 0 0 130px;
}

.criteria .section6 .section-main > div > div:only-child {
  width: 240px;
  height: 520px;
  margin: 23px auto 0;
  overflow: hidden;
}

.criteria .section6 .title {
  position: relative;
  padding-bottom: 24px;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  color: #ffffff;
}

.criteria .section6 .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: linear-gradient(270deg, #f6ff8d 0%, #35dbdb 100%);
}

.criteria .section6 .message {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}

.criteria .section6 ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 107px;
}

.criteria .section6 li {
  flex: none;
  width: 180px;
  height: 56px;
  margin: 0 30px 30px 0;
  text-align: center;
  font-size: 18px;
  line-height: 56px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.6s;
}

.criteria .section6 .iconfont {
  margin-right: 14px;
  font-size: 20px;
}

.criteria .section6 li.active {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 4px 21px 1px rgba(0, 60, 181, 0.07);
  color: #2a7efc;
}

.criteria .section7,
.criteria .section9 {
  background-color: #f7f9fb;
}

.criteria .section7 .section-main,
.criteria .section8 .section-main,
.criteria .section9 .section-main,
.criteria .section10 .section-main {
  display: flex;
  width: auto;
  height: 500px;
  padding: 62px 0;
}

.criteria .section7 .section-main > div,
.criteria .section8 .section-main > div,
.criteria .section9 .section-main > div,
.criteria .section10 .section-main > div {
  flex: 1;
  margin: 0 42px;
}

.criteria .section7 .text,
.criteria .section9 .text {
  text-align: right;
}

.criteria .section8 .text,
.criteria .section10 .text {
  text-align: left;
}

.criteria .section8 .section-main > div:first-child,
.criteria .section10 .section-main > div:first-child {
  text-align: right;
}

.criteria .section7 .text-main,
.criteria .section8 .text-main,
.criteria .section9 .text-main,
.criteria .section10 .text-main {
  display: inline-block;
  min-width: 600px;
  padding: 119px 0 0 90px;
  background: url("../../images/criteria_section7_bg.png") 90px 26px/50px 58px
    no-repeat;
  text-align: left;
}

.criteria .section8 .text-main {
  background-image: url("../../images/criteria_section8_bg.png");
}

.criteria .section9 .text-main {
  background-image: url("../../images/criteria_section9_bg.png");
}

.criteria .section10 .text-main {
  background-image: url("../../images/criteria_section10_bg.png");
}

.criteria .section7 .title,
.criteria .section8 .title,
.criteria .section9 .title,
.criteria .section10 .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 37px;
  color: #333333;
}

.criteria .section7 ul,
.criteria .section8 ul,
.criteria .section9 ul,
.criteria .section10 ul {
  margin-top: 21px;
  counter-reset: ul;
}

.criteria .section7 li,
.criteria .section8 li,
.criteria .section9 li,
.criteria .section10 li {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
  color: #757f9f;
}

.criteria .section7 li::before,
.criteria .section8 li::before,
.criteria .section9 li::before,
.criteria .section10 li::before {
  counter-increment: ul;
  content: counter(ul, disc);
  margin-right: 12px;
  color: #2a7efc;
}

.criteria .section7 img,
.criteria .section8 img,
.criteria .section9 img,
.criteria .section10 img {
  display: inline-block;
  width: 600px;
  height: 376px;
}

.criteria .section11 {
  background: url("../../images/criteria_section11_bg.png") left top/100% 100%
    no-repeat;
}

.criteria .section11 .section-head,
.criteria .section11 h2 {
  color: #ffffff;
}

.criteria .section11 .section-body > ul {
  display: flex;
  justify-content: space-between;
}

.criteria .section11 .section-body > ul li {
  flex: none;
  width: 112px;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  animation: section11-1 1.2s linear 0.4s infinite alternate;
}

.criteria .section11 .section-body > ul li:nth-child(1),
.criteria .section11 .section-body > ul li:nth-child(5),
.criteria .section11 .section-body > ul li:nth-child(9) {
  margin-top: 56px;
  animation: section11-2 1.2s linear 0.4s infinite alternate;
}

.criteria .section11 .section-body > ul li img {
  width: 86px;
  height: 100px;
  margin: 0 auto 14px;
}

.criteria .section11 .section-body > ul li + img {
  width: 138px;
  height: 51px;
  margin-top: 53px;
}

.criteria .section11 .cards {
  display: flex;
  margin-top: 60px;
}

.criteria .section11 .wrapper {
  flex: none;
}

.criteria .section11 .card {
  width: 386px;
  height: 180px;
  padding-left: 30px;
  border-radius: 4px;
  margin: 0 20px 20px 0;
  background: #ffffff url("../../images/criteria_section11_card.png") left
    top/100% no-repeat;
}

.criteria .section11 .card.wrapper {
  height: 380px;
}

.criteria .section11 .card-head {
  height: 64px;
  font-weight: 800;
  font-size: 18px;
  line-height: 64px;
  color: #333333;
}

.criteria .section11 .card-body {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}

.criteria .section11 .card.wrapper .card-body {
  line-height: 32px;
}

.criteria .section12 .section-body {
  display: flex;
}

.criteria .section12 .card {
  flex: none;
  width: 578px;
  border-radius: 6px;
  margin: 0 22px;
  box-shadow: 0 3px 16px 1px rgba(0, 38, 116, 0.1);
  background: #ffffff url("../../images/criteria_section12_bg.png") right
    top/298px 160px no-repeat;
}

.criteria .section12 .card-head {
  position: relative;
  height: 100px;
  padding: 28px 0 0 40px;
  background: linear-gradient(
    90deg,
    rgba(42, 126, 252, 0.07) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}

.criteria .section12 .card-head::after {
  content: "";
  position: absolute;
  bottom: 33px;
  left: 40px;
  width: 28px;
  height: 3px;
  background-color: #2a7efc;
}

.criteria .section12 ul {
  padding: 36px 0 24px 40px;
}

.criteria .section12 li {
  padding: 0 0 30px 40px;
  background: left top/30px 30px no-repeat;
  font-size: 16px;
  line-height: 21px;
  color: #757f9f;
}

.criteria .section12 .card:first-child li:nth-child(1) {
  background-image: url("../../images/criteria_section12_icon1-1.png");
}

.criteria .section12 .card:first-child li:nth-child(2) {
  background-image: url("../../images/criteria_section12_icon1-2.png");
}

.criteria .section12 .card:first-child li:nth-child(3) {
  background-image: url("../../images/criteria_section12_icon1-3.png");
}

.criteria .section12 .card:first-child li:nth-child(4) {
  background-image: url("../../images/criteria_section12_icon1-4.png");
}

.criteria .section12 .card:first-child li:nth-child(5) {
  background-image: url("../../images/criteria_section12_icon1-5.png");
}

.criteria .section12 .card:first-child li:nth-child(6) {
  background-image: url("../../images/criteria_section12_icon1-6.png");
}

.criteria .section12 .card:first-child li:nth-child(7) {
  background-image: url("../../images/criteria_section12_icon1-7.png");
}

.criteria .section12 .card:first-child li:nth-child(8) {
  background-image: url("../../images/criteria_section12_icon1-8.png");
}

.criteria .section12 .card:last-child li:nth-child(1) {
  background-image: url("../../images/criteria_section12_icon2-1.png");
}

.criteria .section12 .card:last-child li:nth-child(2) {
  background-image: url("../../images/criteria_section12_icon2-2.png");
}

.criteria .section12 .card:last-child li:nth-child(3) {
  background-image: url("../../images/criteria_section12_icon2-3.png");
}

.criteria .section12 .card:last-child li:nth-child(4) {
  background-image: url("../../images/criteria_section12_icon2-4.png");
}

.criteria .section12 .card:last-child li:nth-child(5) {
  background-image: url("../../images/criteria_section12_icon2-5.png");
}

.criteria .section12 .card:last-child li:nth-child(6) {
  background-image: url("../../images/criteria_section12_icon2-6.png");
}

.criteria .section12 .card:last-child li:nth-child(7) {
  background-image: url("../../images/criteria_section12_icon2-7.png");
}

.criteria .section12 .card:last-child li:nth-child(8) {
  background-image: url("../../images/criteria_section12_icon2-8.png");
}

.criteria .section12 li div:first-child {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.criteria .section13 {
  background: url("../../images/criteria_section13_bg.png") center/cover
    no-repeat;
}

.criteria .section13 .section-body {
  display: flex;
  justify-content: space-between;
  height: 380px;
  background: url("../../images/criteria_section13_center.png") left top/100%
    100% no-repeat;
}

.criteria .section13 .card {
  width: 448px;
  padding: 63px 0 0 92px;
}

.criteria .section13 .card-head {
  padding-left: 48px;
  background: url("../../images/criteria_section13-1.png") left center/36px
    36px no-repeat;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #2a7efc;
}

.criteria .section13 ul {
  margin: 22px 0 0 48px;
  counter-reset: ul;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}

.criteria .section13 li::before {
  counter-increment: ul;
  content: counter(ul, disc);
  display: inline-block;
  width: 20px;
  color: #2a7efc;
}

.criteria .section13 .card:last-child .card-head {
  background-image: url("../../images/criteria_section13-2.png");
  color: #14d2de;
}

.criteria .section13 .card:last-child li:before {
  color: #14d2de;
}

.criteria .section14 {
  background: url("../../images/criteria_section14_bg.png") left top/100% 100%
    no-repeat;
}

.criteria .section14 .section-body {
  display: flex;
}

.criteria .section14 .card {
  flex: none;
  display: flex;
  align-items: center;
  width: 676px;
  height: 180px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0px 12px 1px rgba(0, 0, 0, 0.1);
}

.criteria .section14 .card:first-child {
  margin: 34px -123px 0 0;
  background-color: #ecf0f6;
}

.criteria .section14 .card img {
  width: 100px;
  height: 100px;
  margin: 0 35px;
  object-fit: contain;
}

.criteria .section14 .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
}

.criteria .section14 .message {
  padding: 10px 50px 20px 0;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}

.criteria .section14 .card:first-child .message {
  padding-right: 139px;
}

.criteria .section14 a {
  font-size: 14px;
  line-height: 20px;
  color: #2a7efb;
}

.criteria .section14 .iconfont {
  font-size: 12px;
}

.criteria .section15 ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 1221px;
}

.criteria .section15 li {
  flex: none;
  display: flex;
  align-items: center;
  width: 386px;
  height: 140px;
  padding: 0 30px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin: 0 21px 21px 0;
  box-shadow: 0 3px 20px 1px rgba(5, 36, 82, 0.07);
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}

.criteria .section15 li:hover {
  background: linear-gradient(180deg, #eaeef5 0%, #ffffff 100%);
}

.criteria .section15 img {
  width: 44px;
  height: 50px;
  margin-right: 20px;
}

.criteria .section15 li .title {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.criteria .section16 {
  background: url("../../images/criteria_section16_bg.png") left top/100% 100%
    no-repeat;
}

.criteria .section16 .section-body {
  display: flex;
}

.criteria .section16 ul {
  flex: 1;
  min-width: 0;
  padding: 24px 23px 37px;
  border-top: 4px solid #2a7efc;
  border-radius: 6px;
  background-color: #ffffff;
}

.criteria .section16 li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
}

.criteria .section16 li + li {
  margin-top: 18px;
}

.criteria .section16 li:first-child {
  padding-bottom: 27px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 24px;
  color: #333333;
}

.criteria .section16 li div {
  width: 100px;
}

.criteria .section16 li div:nth-child(2) {
  flex: 1;
  min-width: 0;
}

.criteria .section16 li a {
  color: #777777;
}

.criteria .section16 .qrcodes {
  display: flex;
  padding: 36px 16px 25px;
  border-top: 4px solid #ff9d00;
  border-radius: 6px;
  margin-left: 20px;
  background-color: #ffffff;
}

.criteria .section16 .qrcodes > div {
  flex: none;
  width: 140px;
  padding: 4px 0 11px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.criteria .section16 .qrcodes > div + div {
  margin-left: 21px;
}

.criteria .section16 .qrcodes img {
  width: 132px;
  height: 132px;
  margin: 0 auto 8px;
}

@keyframes section11-1 {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes section11-2 {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.footer-awords {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 70px;
  background: linear-gradient(
    90deg,
    rgba(255, 172, 48, 0.9) 0%,
    rgba(210, 0, 115, 0.9) 100%,
    rgba(210, 0, 168, 0.9) 0
  );
  opacity: 0.9;
  color: #fff;
}
.foote-awords-slider {
  width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
}
.foote-awords-slider-item {
  align-items: center;
  /* justify-content: space-between; */
}
.foote-awords-slider-item img {
  width: 32px;
  height: 32px;
  margin-left: 20px;
  margin-right: 28px;
}
.foote-awords-slider-item-content {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  text-align: left;
}
.item1 span {
  font-size: 22px;
  font-family: PingFang SC-中黑体, PingFang SC;
  font-weight: normal;
}
.item1 .info {
  margin-right: 14px;
}
.item2 span {
  font-size: 16px;
}
.footer-awords .item2 {
  width: 390px;
  color: #ffffff;
  line-height: 26px;
  font-family: PingFang SC-常规体, PingFang SC;
  font-weight: normal;
}
.more-btn {
  width: 86px;
  height: 36px;
  background: linear-gradient(135deg, #fffb16 0%, #f8b90b 100%);
  border-radius: 4px;
  margin-left: 80px;
  margin-right: 70px;
  text-align: center;
  line-height: 36px;
}
.more-btn .btn {
  font-size: 14px;
  font-weight: 400;
  color: #de3493;
  transition: all 0.5s linear;
}
.close-btn {
  font-size: 20px;
  cursor: pointer;
  color: #b7c8e8;
}
.fonts {
  color: #fffc75;
  font-family: PingFang SC-中黑体, PingFang SC;
  font-weight: bold;
}
.footer-awords .line {
  width: 1px;
  height: 40px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.5;
  margin: 0 40px;
}


.criteria .section0_5 {
  background: url("../../images/pro_section5_bg.png") left top/100% 100%
  no-repeat;
}

.criteria .section0_5 .section-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.criteria .section0_5 li {
  display: flex;
  align-items: center;
  width: 354px;
  height: 106px;
  padding: 0 38px 0 25px;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  color: #777777;
}

.criteria .section0_5 li img {
  width: 42px;
  height: 42px;
  margin-right: 28px;
}

.criteria .section0_5 li + li {
  margin-top: 30px;
}

.criteria .section0_5 li div div:first-child {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.criteria .section0_5 .section-body > div img {
  width: 781px;
  height: 496px;
}
