article h1,
article h2,
article h3,
article h4 {
  font-family: Manrope !important;
  color: #101f3a;
  font-weight: 500;
  line-height: 1.5;
}
article h1 {
  font-size: 56px;
  line-height: 1.33;
}
article h2 {
  font-size: 40px;
  margin-bottom: 28px;
}
article h3 {
  font-size: 24px;
}
article h4 {
  font-size: 20px;
}
article p {
  font-size: 16px;
  line-height: 28px;
  color: #303c42;
}
article img {
  height: auto;
  width: initial;
}
/* 按钮 */
.btn-link a {
  width: 180px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #006ee1;
  color: #fff;
  margin-top: 22px;
}
.btn-link a:hover {
  text-decoration: none;
}
.animation-btn:hover:after {
  content: "";
  display: inline-block;
  -moz-animation: aperture 0.7s;
  -webkit-animation: aperture 0.7s;
  animation: aperture 0.7s;
  width: 35px;
  height: 35px;
  position: absolute;
  background: rgba(206, 235, 247, 0.2);
  border-radius: 50%;
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
  left: 0;
  right: 0;
  top: 0.5vw;
  margin: auto;
  line-height: 30px;
}
/* 主内容左右划分 */
.same-width {
  width: 1200px;
  margin: 0 auto;
}
.display-flex {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.svg-icon {
  width: 82px;
  height: 82px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
@keyframes aperture {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(2);
  }
  20% {
    transform: scale(3);
  }
  30% {
    transform: scale(4);
  }
  40% {
    transform: scale(5);
  }
  50% {
    transform: scale(6);
  }
  60% {
    transform: scale(7);
  }
  70% {
    transform: scale(8);
  }
  80% {
    transform: scale(9);
  }
  90% {
    transform: scale(10);
  }
  100% {
    transform: scale(11);
  }
}
/* banner */
.about-us-banner {
  /* background: url(/wp-content/uploads/2022/02/digital-value-delivered-bgimg.webp)
    center no-repeat; */
  background-size: cover;
  min-height: 44.2vw;
}
.about-us-banner .img-p {
  width: 62.5vw;
  margin: 0 auto;
  padding-top: 14.5vw;
}
.about-us-banner img {
  width: 28.9vw;
}
/*  */
.module2 {
  margin-top: 40px;
}
.module2 > h2 {
  text-align: center;
}
.module2-info {
  max-width: 946px;
  margin: 0 auto;
  text-align: center;
}
.our-mission {
  /* background: url(/wp-content/uploads/2022/02/about-us-bg-3.webp) center
    no-repeat; */
  background-size: cover;
  min-height: 467px;
  max-width: 73vw;
  width: auto;
  min-width: 1200px;
  margin-top: 12.3vw;
  padding: 5vw;
}
.our-mission .cont-left {
  max-width: 328px;
}
.our-mission .cont-right {
  margin-top: -200px;
  /* max-width: 41.7vw; */
}
.our-mission .cont-right iframe {
  width: 41.69vw;
  height: 23.45vw;
}
.our-mission h2 {
  color: #fff;
  margin-top: 0;
}
.our-mission .module3-info {
  color: #fff;
}
/*  */
.tag {
  width: 147px;
  height: 40px;
  background: #00b7ff;
  border-radius: 20px 20px 20px 0px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.workforce .cont-left {
  width: 47%;
}
.workforce .cont-right {
  width: 52%;
}
.workforce {
  margin-top: 125px;
}
/*  */
.workplace {
  margin-top: 7vw;
}
.workplace .cont-left {
  width: 45%;
}
.workplace .cont-right {
  width: 50%;
  margin-bottom: 80px;
}
.partners {
  margin-top: 1vw;
}
.partners .cont-right {
  margin-bottom: 0;
}
/*  */
.real-results {
  /* background: url(/wp-content/uploads/2022/02/about-us-bgimg-2.webp) center
    no-repeat; */
  background-size: cover;
  min-height: 555px;
  padding-left: 60px;
}
.real-results .cont-left {
  width: 52%;
}
.real-results .cont-right {
  width: 40%;
  position: relative;
  top: 5px;
}
.real-results .emphasis {
  font-weight: 600;
}
.tag2 {
  width: 147px;
  height: 40px;
  background: #ffb400;
  border-radius: 20px 20px 20px 0px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.real-results h2 {
  white-space: nowrap;
  color: #fff;
}
.real-results .module5-info {
  color: #fff;
}
/*  */
.webinar {
  /* background: url(/wp-content/uploads/2022/02/about-us-bg-1.webp) center
    no-repeat; */
  background-size: cover;
  min-height: 400px;
  padding: 0 66px;
  margin-top: 90px;
}
.webinar h2 {
  margin-top: 0;
}
.webinar .cont-left {
  width: 60%;
}
.webinar .cont-right {
  width: 36%;
  background-color: #fff;
  padding: 0 36px;
}
.emphasis2 {
  display: block;
  color: #006ee1;
  font-weight: 500;
}
.svg-tag {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.svg-tag svg {
  width: 40px;
  height: 40px;
}
.webinar .btn-link {
  margin: 10px 0 42px;
}
/*  */
.country {
  background-color: #f7f9fa;
  padding: 80px 0;
  margin-top: 90px;
}
.country h3 {
  margin-bottom: 50px;
  text-align: center;
}
.country .item {
  max-width: 135px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.country .item img {
  height: inherit;
  width: auto;
}
.scroll-wrap {
  position: relative;
}
.pagination-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: absolute;
  top: 25px;
  left: 0;
}
.pagination-wrap .arrow {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border-radius: 50%;
}
.pagination-wrap .arrow svg {
  height: 40px;
  width: 40px;
  line-height: 26px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  color: #006ee1;
  padding: 12px;
  background: rgb(0 110 225 / 5%);
}
.pagination-wrap .arrow:hover {
  background-color: #006ee1;
}

.pagination-wrap .arrow:hover svg {
  color: #fff;
}
.pagination-wrap .active svg {
  color: #fff;
  background-color: #006ee1;
}
.swiper-container {
  width: 90%;
  left: -4px;
}
/*  */
.module8-h2 {
  text-align: center;
  margin-top: 80px;
}
.titel-icon-wrap3 {
  padding-bottom: 154px;
}
.titel-icon-wrap3 .item {
  width: 22.5%;
  background: #fff;
  box-shadow: 11px 16px 38px 0 rgb(48 63 76 / 15%);
  border-radius: 20px;
  padding: 32px;
  cursor: pointer;
  margin-top: 46px;
  position: relative;
}
.titel-icon-wrap3 .item img {
  width: 82px;
  margin-left: -16px;
}
.titel-icon-wrap3 .item h4 {
  margin-top: 0;
}
.titel-icon-wrap3 .item:hover {
  background-color: #006ee1;
}
.titel-icon-wrap3 .item:hover h4 {
  color: #fff;
}
.titel-icon-wrap3 .item:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  /* background: url(/wp-content/uploads/2022/02/angle-right-circl-1.svg) center
    no-repeat; */
  background-size: cover;
  right: 27px;
  bottom: 54px;
}
.titel-icon-wrap3:after {
  content: "";
  display: block;
  position: absolute;
  /* background: url(/wp-content/uploads/2022/02/about-us-decoration.webp) center
    no-repeat; */
  background-size: cover;
  max-width: 1112px;
  height: 529px;
  bottom: 0;
  z-index: -1;
}
/*  */
.ycm-live {
  /* background-image: url(/wp-content/uploads/2021/10/ycm-introduce.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 76vw;
  height: 15vw;
  margin: 50px auto 0;
  padding: 2.5vw 5vw 0 15vw;
}
.ycm-live h2 {
  color: #fff;
  text-align: left;
  margin: 0;
  font-size: 2.1875vw;
  line-height: 3.229vw;
}
.ycm-live-time {
  display: flex;
  justify-content: space-between;
}
.ycm-live-time .btn-link a {
  background-color: #00b7ff;
  width: 201px;
  margin-right: 10px;
  line-height: 40px;
}

@media (max-width: 1500px) and (min-width: 768px) {
  .our-mission {
    min-height: 400px;
    padding: 3vw 5vw;
  }
  /* .our-mission .cont-right {
    max-width: 46.12vw;
  } */
  /* .our-mission .cont-right iframe {
    height: 26vw;
  } */
}
@media (max-width: 1300px) {
  .same-width,
  .display-flex {
    width: 90%;
  }
  .our-mission {
    min-width: 90%;
  }
  .real-results h2 {
    white-space: inherit;
  }
}
@media (max-width: 768px) {
  article h1 {
    font-size: 30px;
  }
  article h2 {
    font-size: 25px;
  }
  article h3 {
    font-size: 20px;
  }
  article h4 {
    font-size: 18px;
  }
  .display-flex {
    display: block;
  }
  .display-flex .cont-left,
  .display-flex .cont-right {
    width: 100%;
    max-width: initial;
  }
  .module2-info {
    padding: 0 15px;
  }
  .our-mission .cont-right {
    margin-top: 0;
  }
  .our-mission .cont-right iframe {
    height: auto;
    margin-top: 20px;
  }
  .real-results {
    background-color: #006ee1;
    padding: 30px 0 0 15px;
  }
  .partners {
    margin-top: 70px;
  }
  .webinar {
    padding: 15px;
  }
  .country h3 {
    margin-top: 0;
  }
  .webinar .cont-right {
    padding: 1px 30px;
  }
  .module8-h2 {
    margin-top: 80px;
  }
  .titel-icon-wrap3 .item {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin: 10px 2px;
    min-height: 166px;
  }
}
