.swiper-pagination-bullet {
  background: #979797;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 5.6rem;
  background: #303132;
  border-radius: 4rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 6rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.4rem;
}
/* 第一屏 */
.absolute-swipter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.banz-img {
  z-index: 1;
}
.title-vertical-center, .banner-swiper-content {
  position: relative;
  z-index: 9;
}
.swiper-slide-active .anim-1 {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.title-vertical-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 23.4rem;
  pointer-events: none;
}
.title-group {
  margin: 0;
}
.title-group h1 {
  font-size: 5.8rem;
  line-height: 8.4rem;
  color: #303031;
  font-weight: bold;
}
.title-strong {
  /* margin-left: -14rem;
  margin-top: 2rem; */
  position: relative;
  margin: -3.3rem 0 9.8rem -1.5rem;
  font-family: "SourceHanSansCN-Bold";
  font-size: 15.0rem;
  line-height: 22.5rem;
  color: #5C86FF;
}
.totalCount {
  position: relative;
  z-index: 9;
  display: inline-block;
  color: #5C86FF;
  font-weight: bold;
  background: linear-gradient(180.12deg, #1F5EF9 24.94%, #AFC4FF 75.26%);
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
}
.totalCount2 {
  position: absolute;
  left: 0;
  bottom: -13.7rem;
  z-index: 8;
  font-weight: bold;
  transform: rotateX(180deg);
  background: linear-gradient(180deg, rgba(180, 199, 255, 0.02) 32.41%, rgba(92, 134, 255, 0.15) 99.56%);
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
  backdrop-filter: blur(120px)
}
.rotate-180 {
  display: inline-block;
  transform: rotate(180deg);
}
.title-desc {
  font-size: 2rem;
  line-height: 3rem;
  color: #666666;
  margin-top: 1.8rem;
}
.title-card-container {
  position: relative;
  z-index: 19;
  margin: -3rem 0 0 -3.8rem;
  height: 26.8rem;
  padding: 3rem 0 3rem 0.5rem;
  /* background: url('../../images/eco/ban-card-icon.png') 0 0 no-repeat; */
  background-size: auto 100%;
  /* margin-top: 6.5rem; */
}
.card-shows {
  padding: 0 0 0 3.5rem;
  height: 100%;
  overflow: hidden;
}
.title-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3rem 6.5rem 3rem 6.5rem;
  width: 62.0rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2.4rem;
  border: 1px solid #FFFFFF;
  /* box-shadow: 0px 17px 17px 0px #5F666D17, 0px 39px 24px 0px #5F666D0D,
    0px 70px 28px 0px #5F666D03, 0px 109px 31px 0px #5F666D00; */
}
/* .title-card + .title-card {
  margin-top: 3.8rem;
} */
.card-img {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -4.2rem 0 0 -3.85rem;
  width: 7.7rem;
  height: 8.4rem;
}
.card-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-line {
  width: 100%;
  /* margin-left: 12.1rem;
  display: flex;
  align-items: center; */
}
 .line-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
 }
.line-item p {
  font-family: "SourceHanSansCN-Bold";
  font-size: 5rem;
  line-height: 5rem;
  /* color: #303031; */
  color: #57697F;
  font-weight: bold;
  /* background: linear-gradient(90.79deg, #303031 0.12%, #626262 100.55%); */
}
.line-item h4 {
  font-family: "SourceHanSansCN-Medium";
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #57697F;
}
.split-line--vertical {
  margin: 2.3rem 0;
  height: 1px;
  width: 100%;
  background: #DDE5ED;
}
/* 认证服务 */
.section-service {
  padding: 12rem 24rem;
  background: #f5f5f5;
}
.section-title-group {
  max-width: 134.2rem;
  margin: 0 auto;
}
.section-title {
  font-size: 5rem;
  line-height: 4.8rem;
}
.section-title-group p {
  margin-top: 5rem;
  font-size: 2.2rem;
  line-height: 3.6rem;
  color: #1D1D1FF2;
  text-align: center;
}
.card-container {
  width: 100%;
  margin-top: 9.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
.service-card {
  background: #FAFAFA;
  border-radius: 2.4rem;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.service-img {
  width: 100%;
  height: 29.7rem;
  object-fit: contain;
  transition: transform 0.3s;
}
.service-card-content {
  margin: 3.64rem 0 3.4rem 2.1rem;
}
.service-card-content h4 {
  font-family: "SourceHanSansCN-Medium";
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #1D1D1FF2;
}
.service-card-content button {
  margin-top: 2.1rem;
  padding: 0.8rem 1.2rem;
  border-radius: 5rem;
  border: 1px solid #A3A3A3;
  color: #A3A3A3;
  font-size: 1.8rem;
  line-height: 1.2rem;
  transition: all 0.3s;
  background: transparent;
}
.service-card:hover {
  box-shadow: 2px 7px 16px 0px #7878781A, 8px 29px 30px 0px #78787817,
              17px 65px 40px 0px #7878780D, 31px 116px 48px 0px #78787803,
              48px 181px 52px 0px #78787800;
}
.service-card:hover button {
  border-color: var(--blue-primary);
  color: var(--blue-primary);
}

.card_video {
  width: 100%;
  height: 29.7rem;
  overflow: hidden;
}
.card_video video {
  width: 101%;
  height: 29.8rem;
  object-fit: cover;
}

.banner-swiper-content {
  margin: 21.5rem 0 0 23.4rem;
  font-family: 'Source Han Sans CN';
  line-height: 3.6rem;
  font-size: 2.4rem;
  color: #081222;
}
.ban_bnts {
  margin: 8.6rem 0 0 0;
}
.banner-swiper-content2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  margin: 0 0 0 23.4rem;
}
.banner-swiper-content hgroup h1 {
  line-height: 8.6rem;
  font-size: 6rem;
  color: #191919;
}
.banner-swiper-content hgroup h1.ban-swiper-neg {
  margin: 0 0 0 -9rem;
}
.banner-swiper-content hgroup h1 span {
  font-size: 6.8rem;
  color: #DE0515;
}
.banner-swiper-content hgroup h1 em {
  font-weight: bold;
}
.banner-swiper-content hgroup h2 {
  line-height: 5.4rem;
  font-size: 3.8rem;
  color: #333;
  font-family: "SourceHanSansCN-Medium";
}
.banner-swiper-content hgroup h2 em {
  font-weight: 500;
}
.banner-swiper-content figure {
  margin: 0 0 1.2rem 0;
}
.banner-swiper-content figure em {
  display: inline-block;
  width: 77.6rem;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #5A5A5A
  /* color: #1457FF;
  background: linear-gradient(90deg, #1457FF 0%, #7F7F7F 100%);
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone; */
}
.banner-swiper-content hgroup p {
  margin: 2.8rem 0 0 0;
}
.banner-swiper-content figure em img {
  display: block;
  width: 100%;
}

.ban-pic-icon {
  display: inline-block;
  width: 7rem;
  margin: 0 0 1rem 0;
}
.ban-pic-icon img {
  display: block;
  width: 100%;
}
/* 技术资源 */
.swiper-pc-container {
  margin-top: 11.8rem;
  padding: 0 23.4rem;
}

.swiper-pc-container .swiper-slide {
  width: auto;
}

.arrow_btns {
  padding: 0 23.4rem;
  margin: -2rem 0 0 0;
  justify-content: flex-end;
}

.arrow_btns,
.arrow_btns .swiper-button-prev,
.arrow_btns .swiper-button-next {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.arrow_btns .swiper-button-prev,
.arrow_btns .swiper-button-next {
  position: relative;
  justify-content: center;
  left: auto;
  right: auto;
  margin: 0 1rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  background: #E0E0E3;
}

.arrow_btns .swiper-button-next:after,
.arrow_btns .swiper-button-prev:after {
  font-size: 1.8rem;
  font-weight: bold;
  color: #626263;
}

.section-resource {
  background: #F5F5F5;
  padding: 11.3rem 0 12.2rem 0;
}
.resource-content-container {
  width: 42.8rem;
  height: 70.6rem;
  display: flex;
  justify-content: center;
}
.resource-card {
  position: relative;
  height: 60.4rem;
  border-radius: 2.4rem;
  overflow: hidden;
  transition: all 0.3s;
}
.resource-card + .resource-card {
  /* margin-left: 1.8rem; */
}
.resource-content {
  margin: 5rem 0 0 0;
  padding: 0 2.4rem;
  font-family: "SourceHanSansCN-Regular";
}
.resource-content h4 {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: rgba(29, 29, 31, 0.95);
}
.resource-content h4 em {
  font-weight: bold;
}
.resource-content p {
  margin-top: 1.3rem;
  line-height: 3.4rem;
  font-size: 1.8rem;
  color: #626262;
  text-align: justify;
  text-justify: inter-cluster;
}
.resource-icon {
  position: absolute;
  right: 0rem;
  bottom: -0.2rem;
  width: 2.1rem;
}
.resource-icon > svg {
  width: 100%;
  height: auto;
}
.resource-card:hover {
  /* box-shadow: 4px 7px 17px 0px #9494941A, 14px 28px 31px 0px #94949417, 32px 63px 42px 0px #9494940D; */
  box-shadow: 8px 29px 30px 0px rgba(120, 120, 120, 0.09),
      17px 65px 40px 0px rgba(120, 120, 120, 0.05),
      31px 116px 48px 0px rgba(120, 120, 120, 0.01),
      48px 181px 52px 0px rgba(120, 120, 120, 0);
}
.card-pic {
  width: 100%;
  height: 35.1rem;
  overflow: hidden;
  border-radius: 2.4rem;
}
.card-pic img {
  display: block;
  width: 100%;
}
/* 解决方案 */
.section-solution {
  position: relative;
  width: 100%;
  /* height: 69.8rem; */
  padding: 14rem 0 25rem 0;
  display: flex;
  flex-direction: column;
}
.section-solution-more {
  font-family: "SourceHanSansCN-Regular";
  margin: 4rem 0 0 0;
  line-height: 3.2rem;
  font-size: 2.4rem;
  color: #1457FF;
  text-align: center;
}

.section-solution-more a {
  color: #1457FF;
}
.section-solution-more em, .section-solution-more span {
  display: inline-block;
  vertical-align: middle;
}

.section-solution-more span {
  margin: 0.5rem 0 0 1.5rem;
  width: 0.7rem;
  height: 1.6rem;
  line-height: 0;
}
.section-solution-more span svg {
  width: 100%;
  height: 100%;
  fill: #1457FF;
}

.section-solution .section-title {
  /* position: relative;
  left: -12rem;
  color: var(--white-primary); */
}
.solution-swiper {
  flex: 1;
  margin-top: 9.5rem;
  width: 100%;
  overflow: hidden;
  font-family: "SourceHanSansCN-Regular";
}
.solution-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: auto;
  overflow: hidden;
  border-radius: 2.4rem;
}
.solution-swiper-content {
  position: relative;
  z-index: 9;
  padding: 5.8rem 8rem 0.5rem 8rem;
  width: 144rem;
  height: 52.6rem;
}
.solution-svg {
  width: 3.6rem;
  height: 3rem;
}
.solution-svg svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.solution-logo {
  margin: 6rem 0 0 0;
  height: 5.8rem;
}
.solution-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.solution-title {
  margin: 6rem 0 0 0;
  font-size: 3.6rem;
  line-height: 4.8rem;
  max-width: 65rem;
  color: var(--white-primary);
}
.btn-group {
  margin: 5rem 0 0 0;
  display: flex;
}
.swiper-rounds {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  margin: 8.6rem 0 0 0;
}
.swiper-rounds .swiper-paginations {
  padding: 1.375rem 1.8rem;
  border-radius: 3.2rem;
  background: #fff;
}
.swiper-rounds .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1.8rem;
  border-radius: 50%;
  background: #979797;
}
.swiper-rounds .swiper-pagination-bullet-active {
  width: 5.6rem;
  border-radius: 1.2rem;
  background: #303132;
}
.section-position-solve {
  position: relative;
  z-index: 19;
}

.rotundity-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 3rem;
  z-index: 10;
  /* height: 34rem; */
  overflow: hidden;
}
.rotundity-stack, .rotundity-mode {
  position: absolute;
  z-index: 11;
  left: 0;
  width: 100%;
}
.rotundity-stack {
  top: 0;
  bottom: 17rem;
  background: linear-gradient(to top, #DBDFEB 0%, #EDF0F7 2.6%, #F4F5F7 12.7%, #F4F5F7 14%);
}
.rotundity-mode {
  bottom: 17rem;
  z-index: 12;
  margin: 0 0 -17rem 0;
  transform: translate3d(0px, 0, 0px) scale(1, 0.001);
}
.rotund-circular {
  height: 34rem;
  overflow: hidden;
}

.rotund-circular::after {
  pointer-events: all;
  content: "";
  width: 276.562vw;
  height: 276.562vw;
  display: block;
  left: 50%;
  transform: translateX(-50%) translateZ(0px);
  position: absolute;
  bottom: 0px;
  background-clip: padding-box;
  border-radius: 50%;
  /* background: linear-gradient(to top, #F4F7FF 0%, #F5F5F5 21.82%); */
  background: linear-gradient(to top, #DBDFEB 0%, #EDF0F7 2.6%, #F4F5F7 12.7%, #F4F5F7 14%);
}

.rotundity-on {
  transition: all 0.3s ease;
  /* transform: translate3d(0px, 0, 0px) scale(1, 1); */
}

.rotundity-on .rotund-circular::after {
  /* background: linear-gradient(to top, #DBDFEB 0%, #F4F5F7 21.82%); */
  background: linear-gradient(to top, #DBDFEB 0%, #EDF0F7 2.6%, #F4F5F7 3.7%, #F4F5F7 1%);
}

.fill-btn {
  padding: 0.6rem 5.5rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #333333;
  background-color: var(--white-primary);
  border-radius: 5rem;
}
.plain-btn {
  margin-left: 5rem;
  color: var(--white-primary);
  font-size: 2.4rem;
  line-height: 3.2rem;
  display: flex;
  align-items: center;
}
.plain-btn svg {
  margin: 0.2rem 0 0 1rem;
  width: auto;
  height: 1.6rem;
  fill: var(--white-primary);
}
.section-solution .swiper-button-prev,
.section-solution .swiper-container-rtl .swiper-button-next,
.section-solution .swiper-button-next,
.section-solution .swiper-container-rtl .swiper-button-prev {
  border: 1px solid var(--white-primary);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  color: var(--white-primary);
}
.section-solution .swiper-button-prev,
.section-solution .swiper-container-rtl .swiper-button-next {
  left: 5.7rem;
}
.section-solution .swiper-button-next,
.section-solution .swiper-container-rtl .swiper-button-prev {
  right: 5.7rem;
}

.section-solution .swiper-button-prev:after,
.section-solution .swiper-container-rtl .swiper-button-next:after,
.section-solution .swiper-button-next:after,
.section-solution .swiper-container-rtl .swiper-button-prev:after {
  font-size: 2.6rem;
}
/* 伙伴体系 */
.section-partner {
  background: var(--white-primary);
  padding: 16rem 0 12.3rem 0;
  position: relative;
}
.partner-bg-img {
  position: absolute;
  top: 8.1rem;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.partner-title-group p {
  margin-top: 5rem;
  font-size: 2.2rem;
  line-height: 3.6rem;
  color: #1D1D1FF2;
  text-align: center;
}
.partner-card {
  margin: 8.5rem 24rem 0 24rem;
  position: relative;
  background: #F5F5F5;
  border-radius: 2.4rem;
  overflow: hidden;
}
.partner-content {
  position: relative;
  padding: 6.9rem 0 5rem 5rem;
  width: 54%;
  font-family: "SourceHanSansCN-Regular";
}
.partner-content-title {
  font-size: 3.2rem;
  line-height: 3.4rem;
  color: #1D1D1FF2;
}
.partner-content-desc {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #1D1D1FF2;
}
.partner-link {
  display: inline-block;
  margin-top: 3.8rem;
  padding: 0.4rem 3.3rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #1D1D1FF2;
  border-radius: 5rem;
  border: 1px solid #666767;
  transition: all .3s;
}
.partner-link:hover {
  color: var(--white-primary);
  background: var(--red-primary);
  border-color: var(--red-primary);
}
.partner-content-split {
  width: 100%;
  height: 1px;
  background: #979797;
  margin: 5.3rem 0 2.8rem 0;
}
.partner-content-subdesc {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #1D1D1F99;
}
.partner-decoration {
  margin: 16.4rem auto 0 auto;
  padding: 1.8rem 0 0 0;
  width: 142rem;
  height: 41.8rem;
  position: relative;
}
.decoration-base {
  position: absolute;
  top: 0;
}
.main-planet {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.main-img {
  position: relative;
  width: 17.2rem;
  height: 17.2rem;
  cursor: pointer;
  transition: transform 0.5s;
}
.main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.circle-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 0px 0.1rem 0px #F0E5FF;
  animation: breath 2s linear infinite;
}
.main-planet p {
  text-align: center;
  position: absolute;
  top: 7rem;
  width: 100%;
  font-size: 2.8rem;
  color: var(--white-primary);
  font-family: "SourceHanSansCN-Bold";
  pointer-events: none;
  transition: transform 0.5s;
}
.decoration-shadow {
  width: 17.2rem;
  height: 17.2rem;
  mask: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .3) 40%, transparent 57%);
  border-radius: 50%;
  filter: blur(20px);
  transition: transform 0.5s;
}
.main-shadow {
  margin-top: 1.68rem;
  background: linear-gradient(180deg, rgba(168, 195, 252, 0.6) 0%, rgba(247, 250, 255, 0) 100%);
}
.sub-planet {
  position: absolute;
}
.sub-planet-1 {
  top: 21.6rem;
  left: 18.8rem;
  --round-size: 8.2rem;
  /* animation: swimUpdown 3s ease-in-out infinite; */
}
.sub-planet-2 {
  top: 3.2rem;
  left: 48.2rem;
  --round-size: 6.5rem;
  --round-top: 7.5rem;
  /* animation: swimUpdown 2.5s ease-in-out infinite; */
}
.sub-planet-3 {
  top: 7.8rem;
  right: 19.8rem;
  --round-size: 7.8rem;
  --round-top: 8.8rem;
  /* animation: swimUpdown 2s ease-in-out infinite; */
}
.sub-planet-4 {
  top: 7.8rem;
  right: 19.8rem;
  --round-size: 8.0rem;
  --round-top: 9.0rem;
}
.sub-planet img {
  width: var(--round-size);
  height: var(--round-size);
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.5s;
}
.sub-planet p {
  position: absolute;
  top: var(--round-top);
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  line-height: 2.6rem;
  white-space: nowrap;
  color: #373737;
  text-align: center;
  z-index: 1;
}
.sub-planet .decoration-shadow {
  margin-top: 1rem;
  width: var(--round-size);
  height: var(--round-size);
}
.sub-shadow-1 {
  background: linear-gradient(180deg, rgba(127, 190, 244, 0.6) 0%, rgba(247, 250, 255, 0) 100%);
}
.sub-shadow-2 {
  background: linear-gradient(180deg, rgba(137, 140, 238, 0.6) 0%, rgba(247, 250, 255, 0) 100%);
}
.sub-shadow-3 {
  background: linear-gradient(180deg, rgba(143, 197, 219, 0.6) 0%, rgba(247, 250, 255, 0) 100%);
}
.sub-shadow-4 {
  background: linear-gradient(180deg, rgba(94, 157, 227, 0.6) 0%, rgba(247, 250, 255, 0) 100%);
}
.main-img:hover {
  transform: translateY(-15px);
}
.main-img:hover + p {
  transform: translateY(-15px);
}
.main-img:hover + p + .decoration-shadow {
  transform: translateY(15px);
}
.sub-planet img:hover {
  transform: translateY(-10px);
}
.sub-planet img:hover + p + .decoration-shadow {
  transform: translateY(10px);
}
@keyframes breath {
  0% {
    box-shadow: 0px 0px 7rem 0px #F0E5FF;
  }
  50% {
    box-shadow: 0px 0px 7rem 0px #F0E5FF,
    0px 0px 5rem 0px #F0E5FF,
    0px 0px 8rem 0px #F0E5FF;
  }
  100% {
    box-shadow: 0px 0px 7rem 0px #F0E5FF;
  }
}

@keyframes swimUpdown {
  0%, 100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -10px);
  }
}

@media screen and (max-width: 1280px) {

  .banner-swiper-content {
    margin: 16.125rem 0 0 12rem;
  }
  .banner-swiper-content2 {
    margin: 0 0 0 12rem;
  }
  .banner-swiper-content hgroup h1 {
    line-height: 6.4rem;
    font-size: 4.5rem;
  }
  .swiper-pc-container, .arrow_btns {
    padding: 0 6em;
  }

  .section-service {
    padding: 10rem;
  }
  .resource-content {
    padding: 0 2rem;
  }
  .resource-icon {
    bottom: 2.2rem;
  }
  .partner-card {
    margin: 8.5rem 10rem 0 10rem;
  }
  .partner-decoration {
    width: 122rem;
  }
  .sub-planet-2 {
    left: 31.9rem;
  }
  .sub-planet-3 {
    right: 36.6rem;
  }
  .title-group {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .card_video {
    height: auto;
  }
  .card_video video {
    height: auto;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .swiper-pagination-bullet-active {
    width: 56px;
  }
  .title-vertical-center {
    margin-left: 0;
  }
  .title-group {
    padding: 0 1rem;
  }
  .title-group h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .title-strong {
    margin: 0 0 4rem 0;
    font-size: 3rem;
    line-height: 4rem;
  }

  .totalCount2 {
    bottom: -2.7rem;
  }
  .title-desc {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .title-card-container {
    margin: -2rem 0 0 0;
    height: 10rem;
    padding: 1.5rem 0 1.5rem 1rem;
    overflow: hidden;
  }
  .card-shows {
    padding: 0 1rem 0 1.5rem;
  }
  .card-img {
    margin: -2.1rem 0 0 -2rem;
    width: 4rem;
    height: 4.2rem;
  }
  .title-card {
    padding: 1rem 0.5rem 1rem 2rem;
    width: 100%;
    border-radius: 1rem;
  }
  .line-item p {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .line-item h4 {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  .split-line--vertical {
    margin: 0.4rem 0;
  }

  .section-service,
  .section-resource {
    padding: 30px 20px;
  }
  .section-title {
    font-size: 30px;
    line-height: 40px;
  }
  .section-title-group p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }
  .card-container {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .service-card {
    border-radius: 24px;
  }
  .service-img {
    height: auto;
  }
  .service-card-content {
    margin: 10px;
  }
  .service-card-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .service-card-content button {
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1;
  }

  .ban_bnts {
    margin: 1.5rem 0 0 0;
  }
  .banner-swiper-content {
    margin: 5rem 0.5rem 0 0.5rem;
    line-height: 1.2rem;
    font-size: 0.7rem;
  }
  .banner-swiper-content2 {
    margin: 0 0.5rem 0 0.5rem;
  }

  .banner-swiper-content hgroup h1 {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .banner-swiper-content hgroup h1.ban-swiper-neg {
    margin: 0;
  }

  .banner-swiper-content hgroup h1 span {
    font-size: 1.5rem;
  }
  .banner-swiper-content hgroup h2 {
    line-height: 1.2rem;
    font-size: 1rem;
  }


  .banner-swiper-content figure {
    margin: 0 0 0.5rem 0;
  }

  .banner-swiper-content figure em {
    width: 100%;
    padding: 0 0 0.5rem 0;
  }
  .banner-swiper-content hgroup p {
    margin: 0.5rem 0 0 0;
  }

  .swiper-pc-container {
    margin-top: 1rem;
    padding: 0;
  }
  .arrow_btns {
    padding: 0;
    margin: -0.5rem 0 0 0;
  }

  .ban-pic-icon {
    width: 2.5rem;
    margin: 0 0 0.5rem 0;
  }

  .arrow_btns .swiper-button-prev,
  .arrow_btns .swiper-button-next {
    margin: 0 0.5rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }

  .arrow_btns .swiper-button-next:after,
  .arrow_btns .swiper-button-prev:after {
    font-size: 0.9rem;
  }

  .resource-content-container {
    width: 100%;
    height: 25.6rem;
  }

  .resource-card {
    width: 18.75rem;
    height: auto;
    padding: 0 0 0.75rem 0;
    border-radius: 1rem;
  }
  .resource-card + .resource-card {
    margin: 1rem 0 0 0;
  }
  .resource-content {
    margin: 1rem 0 0 0;
    padding: 0 0.5rem;
  }
  .resource-content h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .resource-content p {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .resource-icon {
    bottom: -0.4rem;
    width: 1rem;
  }
  .card-pic {
    display: block;
    height: 14.6rem;
    border-radius: 1rem;
  }
  .section-solution .swiper-button-prev, .section-solution .swiper-container-rtl .swiper-button-next,
  .section-solution .swiper-button-next, .section-solution .swiper-container-rtl .swiper-button-prev {
    bottom: 10px;
    top: auto;
    width: 30px;
    height: 30px;
  }
  .section-solution .swiper-button-prev, .section-solution .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 60px;
  }
  .section-solution .swiper-button-next, .section-solution .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
  .section-solution .swiper-button-prev:after, .section-solution .swiper-container-rtl .swiper-button-next:after,
  .section-solution .swiper-button-next:after, .section-solution .swiper-container-rtl .swiper-button-prev:after {
    font-size: 16px;
  }
  .section-solution {
    padding: 3rem 0 6rem 0;
  }
  .section-solution-more {
    margin: 1rem 0 0 0;
    line-height: 1.2rem;
    font-size: 0.75rem;
  }
  .section-solution-more span {
    margin: 0 0 0 0.5rem;
    width: 0.35rem;
    height: 0.6rem;
    line-height: 0;
  }
  .solution-swiper {
    margin-top: 1.25rem;
  }
  .solution-swiper .swiper-slide {
    border-radius: 1rem;
  }

  .solution-swiper-content {
    padding: 1.2rem 1rem 0.5rem 1rem;
    width: 18.75rem;
    height: 13.4rem;
  }

  .solution-svg {
    width: 1.2rem;
    height: 1rem;
  }

  .solution-logo {
    margin: 1rem 0 0 0;
    height: 2.5rem;
  }
  .solution-title {
    margin: 1rem 0 0 0;
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 58rem;
  }

  .btn-group {
    margin: 1rem 0 0 0;
  }

  .swiper-rounds {
    margin: 1rem 0 0 0;
  }

  .swiper-rounds .swiper-paginations {
    padding: 0.3rem 0.5rem;
    border-radius: 1.6rem;
  }

  .swiper-rounds .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.5rem;
  }

  .swiper-rounds .swiper-pagination-bullet-active {
    width: 3rem;
    border-radius: 0.6rem;
  }
  .rotundity-box {
    bottom: 1.5rem;
  }
  .rotundity-stack {
    bottom: 4rem;
  }

  .rotundity-mode {
    bottom: 3rem;
    margin: 0 0 -3rem 0;
  }
  .rotund-circular {
    height: 4rem;
  }

  .rotund-circular::after {
    width: 138.281vw;
    height: 138.281vw;
  }

  .fill-btn {
    margin-left: 4px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 30px;
  }
  .plain-btn {
    margin-left: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .plain-btn svg {
    margin: 0.1rem 0 0 0.5rem;
    height: 0.8rem;
  }
  .section-partner {
    padding: 100px 20px 30px 20px;
  }
  .partner-bg-img {
    top: 16px;
  }
  .partner-title-group p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }
  .partner-card {
    margin: 20px 0;
    border-radius: 24px;
  }
  .partner-content {
    padding: 20px;
    width: 100%;
  }
  .partner-content-title {
    font-size: 26px;
    line-height: 36px;
  }
  .partner-content-desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }
  .partner-link {
    margin-top: 20px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .partner-content-split {
    margin: 20px 0;
  }
  .partner-content-subdesc {
    font-size: 16px;
    line-height: 32px;
  }
  .partner-decoration {
    margin: 40px auto 0 auto;
    width: 350px;
    height: 120px;
  }
  .main-planet {
    top: -10px;
  }
  .main-img , .main-shadow {
    width: 60px;
    height: 60px;
  }
  .main-shadow, .sub-planet .decoration-shadow {
    margin-top: 6px;
  }
  .main-planet p {
    top: 18px;
    font-size: 14px;
  }
  .sub-planet p {
    font-size: 14px;
    line-height: 20px;
    --round-top: 30px;
  }
  .sub-planet-1 {
    top: 49px;
    left: 10px;
    --round-size: 30px;
  }
  .sub-planet-2 {
    top: 23px;
    left: 95px;
    --round-size: 28px;
  }
  .sub-planet-3 {
    top: 20px;
    right: 94px;
    --round-size: 28px;
  }
  .sub-planet-4 {
    top: 50px;
    right: 10px;
    --round-size: 30px;
  }
  .article-content {
    padding-bottom: 0;
  }
}