.common-title {
  text-align: center;
}
.c-site-title {
  display: inline-block;
  margin-bottom: 30px;
}
.c-site-title .title-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 45px;
  height: 45px;
  padding: 12px;
  border-radius: 12px;
  margin-top: 4px;
}
.c-site-title .title-text {
  position: relative;
  padding-left: 65px;
}
.c-site-title .title-cn-text {
  position: relative;
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  word-break: keep-all;
  padding: 0 10px;
}
.c-site-title .title-cn-text span {
  position: relative;
  z-index: 3;
}
.c-site-title .title-cn-text::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  border-radius: 11px;
  z-index: 0;
}
.c-site-title .title-en-text {
  margin-top: 10px;
  word-break: keep-all;
  font-size: 20px;
  color: #E0E0DE;
  line-height: 1;
  padding: 0 10px 0 75px;
}
.c-site-title.left .title-en-text {
  text-align: left;
}
.c-site-title.center .title-en-text {
  text-align: center;
}
.c-site-title.right .title-en-text {
  text-align: right;
}
.c-site-title.normal .title-icon {
  background: #E5E5E5;
}
.c-site-title.normal .title-cn-text::after {
  background: #E5E5E5;
}
.c-site-title.pink .title-icon {
  background: #FFE2E2;
}
.c-site-title.pink .title-cn-text::after {
  background: #FFE2E2;
}
.c-site-title.linear .title-icon {
  background: url(../../../../../../content/dam/china/accl/amwayChinaV2/static/assets/images/site-title-bg.png);
  background-size: auto 100%;
}
.c-site-title.linear .title-cn-text::after {
  background: url(../../../../../../content/dam/china/accl/amwayChinaV2/static/assets/images/site-title-bg.png);
  background-size: auto 100%;
}
.c-site-title.pale-purple .title-icon {
  background: #F1F2FF;
}
.c-site-title.pale-purple .title-cn-text::after {
  background: #F1F2FF;
}
.c-site-title.light-blue .title-icon {
  background: #E4FDFF;
}
.c-site-title.light-blue .title-cn-text::after {
  background: #E4FDFF;
}
.c-site-title.she-purple .title-icon {
  background: #C1C9DF;
}
.c-site-title.she-purple .title-cn-text::after {
  background: #C1C9DF;
}
@media screen and (max-width: 1199px) {
  .c-site-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-site-title {
    margin-bottom: 30px;
  }
  .c-site-title .title-icon {
    width: 38px;
    height: 38px;
    padding: 10px;
  }
  .c-site-title .title-cn-text {
    font-size: 24px;
  }
  .c-site-title .title-cn-text::after {
    height: 12px;
  }
  .c-site-title .title-en-text {
    padding-left: 55px;
    font-size: 18px;
  }
  .c-site-title .title-text {
    padding-left: 45px;
  }
}
.c-site-title .title-icon {
  height: 45px !important;
  width: 45px !important;
  box-sizing: border-box;
}
#dntpBanner .swiper-slide {
  width: 100%;
  height: auto !important;
  padding: 0 !important;
}
#dntpBanner .swiper-slide p img {
  width: 100%;
}
