@font-face {
  font-family: 'MiSans-Light';
  src: url("../fonts/MiSans-Light.ttf");
}
@font-face {
  font-family: 'MiSans-Regular';
  src: url("../fonts/MiSans-Regular.ttf");
}
@font-face {
  font-family: 'MiSans-Medium';
  src: url("../fonts/MiSans-Medium.ttf");
}
@font-face {
  font-family: 'MiSans-Bold';
  src: url("../fonts/MiSans-Bold.ttf");
}
.font-12 {
  font-size: 12px;
}

.font-14, .rpa-s1 .link a, .rpa-s3 .item a, .rpa-s4 .item a, .rpa-s5 .tab-cont .item a, .rpa-s7 a.more, .rpa-s8 .info .txt-box {
  font-size: 14px;
}

.font-16, .rpa-s7 .item span, .rpa-s8 .left-box .para, .rpa-s8 .item p, .rpa-s8 .form .box input, .rpa-s8 .form .box textarea {
  font-size: 1rem;
}

.font-18, .rpa-s3 .item .para, .rpa-s4 .item p, .rpa-s5 .tab-cont .item p {
  font-size: 1.125rem;
}

.font-20, .rpa-s5 .tab-tit .item span, .rpa-s6 .n-item span, .rpa-s7 .item .txt-box, .rpa-s8 .item span, .rpa-s8 .form button {
  font-size: 1.25rem;
}

.font-24, .rpa-s6 .item .para, .rpa-s7 .item .tit {
  font-size: 1.5rem;
}

.font-30 {
  font-size: 1.875rem;
}

.font-32, .rpa-s2 .btn a, .rpa-s3 .item .tit, .rpa-s4 .item span, .rpa-s5 .tab-cont .item .tit, .rpa-s8 .left-box .tit {
  font-size: 2rem;
}

.font-36, .rpa-s4 .label, .rpa-s5 .label, .rpa-s6 .label, .rpa-s7 .label, .rpa-s8 .label {
  font-size: 2.25rem;
}

.font-40 {
  font-size: 2.5rem;
}

.font-48, .rpa-s2 .tit {
  font-size: 3rem;
}

.font-60, .rpa-s1 .tit {
  font-size: 3.75rem;
}

.font-70 {
  font-size: 4.375rem;
}

.font-80 {
  font-size: 5rem;
}

.font-90 {
  font-size: 5.625rem;
}

.font-100 {
  font-size: 6.25rem;
}

.font-120 {
  font-size: 7.5rem;
}

@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale-bg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }
}
@media screen and (max-width: 1025px) {
  .font-120 {
    font-size: 6rem;
  }

  .font-100 {
    font-size: 4rem;
  }

  .font-90 {
    font-size: 3.6rem;
  }

  .font-80 {
    font-size: 3.2rem;
  }

  .font-70 {
    font-size: 2.8rem;
  }

  .font-60, .rpa-s1 .tit {
    font-size: 2.4rem;
  }

  .font-48, .rpa-s2 .tit {
    font-size: 2rem;
  }

  .font-40 {
    font-size: 2rem;
  }

  .font-36, .rpa-s4 .label, .rpa-s5 .label, .rpa-s6 .label, .rpa-s7 .label, .rpa-s8 .label {
    font-size: 2rem;
  }

  .font-32, .rpa-s2 .btn a, .rpa-s3 .item .tit, .rpa-s4 .item span, .rpa-s5 .tab-cont .item .tit, .rpa-s8 .left-box .tit {
    font-size: 1.8rem;
  }

  .font-30 {
    font-size: 1.8rem;
  }

  .font-24, .rpa-s6 .item .para, .rpa-s7 .item .tit {
    font-size: 1.6rem;
  }

  .font-20, .rpa-s5 .tab-tit .item span, .rpa-s6 .n-item span, .rpa-s7 .item .txt-box, .rpa-s8 .item span, .rpa-s8 .form button {
    font-size: 1.4rem;
  }

  .font-18, .rpa-s3 .item .para, .rpa-s4 .item p, .rpa-s5 .tab-cont .item p {
    font-size: 1.4rem;
  }
}
.wrap-s {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.c-bg-fixed, .rpa-s2, .rpa-s4, .rpa-s6, .rpa-s8 {
  background-attachment: fixed;
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.video-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/rpa/close-1.svg") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
@media (any-hover: hover) {
  .video-pop .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.video-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 80%;
  max-width: 80%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rpa-s1 {
  position: relative;
  overflow: hidden;
}
.rpa-s1 .img-box {
  display: block;
  width: 100%;
}
.rpa-s1 .img-box img {
  display: block;
  width: 100%;
}
.rpa-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.rpa-s1 .flex {
  display: flex;
  align-items: center;
}
.rpa-s1 .left-box {
  width: 50%;
  padding-right: 3.75rem;
}
.rpa-s1 .tit {
  color: #fff;
  font-family: 'MiSans-Light';
}
.rpa-s1 .tit span {
  display: block;
  font-family: 'MiSans-Medium';
}
.rpa-s1 .link {
  margin-top: 3.75rem;
  font-size: 0;
}
.rpa-s1 .link a {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
}
.rpa-s1 .link a:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
}
.rpa-s1 .link a:nth-of-type(1):before {
  background-image: url("../images/rpa/icon-1-1.png");
}
.rpa-s1 .link a:nth-of-type(2):before {
  background-image: url("../images/rpa/icon-1-2.png");
}
.rpa-s1 .link a:nth-of-type(3) {
  margin-right: 0;
}
.rpa-s1 .link a:nth-of-type(3):before {
  background-image: url("../images/rpa/icon-1-3.png");
}
@media (any-hover: hover) {
  .rpa-s1 .link a:hover {
    background-color: #df203d;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(223, 32, 61, 0.3);
  }
}
.rpa-s1 .right-box {
  width: 50%;
  border-radius: 2rem;
  overflow: hidden;
}
.rpa-s1 .right-box video {
  display: block;
  width: 100%;
}
.rpa-s1 .pagination {
  width: 100%;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  font-size: 0;
}
.rpa-s1 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  transition: all .3s ease;
}
.rpa-s1 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.rpa-s1 .pagination span.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
@media (any-hover: hover) {
  .rpa-s1 .pagination span:hover {
    background-color: #ffffff;
    border-color: #ffffff;
  }
}

.rpa-s2 {
  height: 350vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/rpa/img-5.jpg");
}
.rpa-s2 .video-box {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.rpa-s2 video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rpa-s2 .icon {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 2;
}
.rpa-s2 .icon .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rpa-s2 .icon .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.rpa-s2 .icon .line.line-1:before, .rpa-s2 .icon .line.line-1:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50vh - 30rem);
  background-color: #fff;
}
.rpa-s2 .icon .line.line-1:before {
  top: 0;
}
.rpa-s2 .icon .line.line-1:after {
  bottom: 0;
}
.rpa-s2 .icon .line.line-2:before, .rpa-s2 .icon .line.line-2:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50vw - 50rem);
  background-color: #fff;
}
.rpa-s2 .icon .line.line-2:before {
  left: 0;
}
.rpa-s2 .icon .line.line-2:after {
  right: 0;
}
.rpa-s2 .icon .img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120rem;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.rpa-s2 .icon img {
  display: block;
  width: 100%;
}
.rpa-s2 .txt-box {
  position: sticky;
  top: 0;
  height: 100vh;
  margin-top: -100vh;
  z-index: 3;
}
.rpa-s2 .txt-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.rpa-s2 .cell-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.rpa-s2 .hide {
  opacity: 0;
  transform: translateY(100px);
}
.rpa-s2 .tit {
  text-align: center;
  font-family: 'MiSans-Medium';
}
.rpa-s2 .tit.gray {
  color: #0b1a2d;
}
.rpa-s2 .tit.white {
  color: #ffffff;
}
.rpa-s2 .btn {
  margin-top: 5rem;
  text-align: center;
}
.rpa-s2 .btn a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-family: 'MiSans-Light';
}
.rpa-s2 .btn a:before {
  content: '';
  width: 5.625rem;
  height: 5.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/rpa/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 2.5rem 0 0;
}

.rpa-s3 {
  padding: 7.5rem 0;
}
.rpa-s3 .flex {
  display: flex;
  align-items: center;
}
.rpa-s3 .left-box {
  width: 50%;
  padding: 1.5rem 7.5rem 2.5rem 0;
  position: relative;
}
.rpa-s3 .line {
  width: 1px;
  height: 100%;
  background-color: #dadce5;
  position: absolute;
  top: 0;
  left: 0;
}
.rpa-s3 .line span {
  position: absolute;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df203d;
  transition: height .3s ease;
}
.rpa-s3 .items {
  padding-bottom: 5rem;
  padding: 0 0 5rem 2.5rem;
}
.rpa-s3 .item {
  background-color: #fff;
}
.rpa-s3 .item .box {
  opacity: 0;
}
.rpa-s3 .item .tit {
  color: #0b1a2d;
  font-family: 'MiSans-Light';
}
.rpa-s3 .item .para {
  color: #4a596d;
  font-family: 'MiSans-Light';
  margin-top: 1.5rem;
}
.rpa-s3 .item .img-box {
  border-radius: 10px 0 10px 0;
  overflow: hidden;
  margin-top: 1.5rem;
  display: none;
}
.rpa-s3 .item .img-box img {
  display: block;
  width: 100%;
}
.rpa-s3 .item a {
  display: block;
  width: 180px;
  color: #0b1a2d;
  line-height: 48px;
  text-align: center;
  border: 1px solid #ced1d5;
  border-radius: 3px;
  margin-top: 1.5rem;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .rpa-s3 .item a:hover {
    background-color: #df203d;
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(223, 32, 61, 0.3);
  }
}
.rpa-s3 .item.swiper-slide-active .box {
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.rpa-s3 .btns {
  font-size: 0;
  padding-left: 2.5rem;
}
.rpa-s3 .button {
  display: inline-block;
  vertical-align: top;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #858c96;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  cursor: pointer;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .rpa-s3 .button:hover {
    border-color: transparent;
    background-color: #df203d;
  }
}
.rpa-s3 .prev {
  background-image: url("../images/rpa/prev-1.png");
}
@media (any-hover: hover) {
  .rpa-s3 .prev:hover {
    background-image: url("../images/rpa/prev-2.png");
  }
}
.rpa-s3 .next {
  margin-left: 10px;
  background-image: url("../images/rpa/next-1.png");
}
@media (any-hover: hover) {
  .rpa-s3 .next:hover {
    background-image: url("../images/rpa/next-2.png");
  }
}
.rpa-s3 .pagination {
  font-size: 0;
  display: none;
  padding-left: 2rem;
}
.rpa-s3 .pagination span {
  position: relative;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 2px;
}
.rpa-s3 .pagination span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}
.rpa-s3 .pagination span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df203d;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s ease;
}
.rpa-s3 .pagination span.active:after {
  opacity: 1;
}
.rpa-s3 .right-box {
  width: 50%;
}
.rpa-s3 .right-box .img-box {
  display: none;
  opacity: 0;
}
.rpa-s3 .right-box .img-box img {
  display: block;
  width: 100%;
}
.rpa-s3 .right-box .img-box.active {
  display: block;
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.rpa-s4 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/rpa/img-3.jpg");
}
.rpa-s4 .label {
  text-align: center;
  color: #fff;
  font-family: 'MiSans-Medium';
}
.rpa-s4 .items {
  margin-top: 2.5rem;
  font-size: 0;
}
.rpa-s4 .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 1.5rem) / 2);
  margin: 1.5rem 1.5rem 0 0;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
.rpa-s4 .item .left-box {
  width: 13rem;
  padding: 3rem 0;
  position: relative;
  background-color: #fff;
  text-align: center;
  z-index: 2;
}
.rpa-s4 .item .left-box .cell {
  position: relative;
  z-index: 2;
}
.rpa-s4 .item .left-box:after {
  content: '';
  width: 4.5vw;
  height: 100%;
  background-color: #fff;
  transform: skew(14deg);
  transform-origin: left top;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.rpa-s4 .item .right-box {
  position: absolute;
  left: 13rem;
  right: 0;
  top: 0;
  height: 100%;
}
.rpa-s4 .item i {
  display: block;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.rpa-s4 .item span {
  display: block;
  color: #333333;
  font-family: 'MiSans-Light';
  margin-top: 1.5rem;
}
.rpa-s4 .item a {
  display: block;
  width: 120px;
  color: #0b1a2d;
  line-height: 36px;
  text-align: center;
  border: 1px solid #ced1d5;
  border-radius: 3px;
  margin: 1.5rem auto 0;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .rpa-s4 .item a:hover {
    box-shadow: 0 10px 30px rgba(223, 32, 61, 0.3);
  }
}
.rpa-s4 .item .img-box {
  height: 100%;
  overflow: hidden;
}
.rpa-s4 .item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
  transition: transform .5s ease;
}
.rpa-s4 .item p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 2.5rem 0 5rem;
  color: #fff;
  font-family: 'MiSans-Light';
}
@media screen and (min-width: 769px) {
  .rpa-s4 .item:nth-of-type(1), .rpa-s4 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .rpa-s4 .item:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (any-hover: hover) {
  .rpa-s4 .item:hover i {
    transform: rotateY(360deg);
    transition: transform 1s ease;
  }
  .rpa-s4 .item:hover img {
    transform: scale(1.1);
  }
  .rpa-s4 .item:hover a {
    background-color: #df203d;
    color: #fff;
    border-color: transparent;
  }
}
.rpa-s4 .pagination {
  font-size: 0;
  display: none;
  text-align: center;
  margin-top: 2rem;
}
.rpa-s4 .pagination span {
  position: relative;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 2px;
}
.rpa-s4 .pagination span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}
.rpa-s4 .pagination span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df203d;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s ease;
}
.rpa-s4 .pagination span.active:after {
  opacity: 1;
}

.rpa-s5 {
  padding-top: 7.5rem;
}
.rpa-s5 .label {
  text-align: center;
  color: #0b1a2d;
  font-family: 'MiSans-Medium';
}
.rpa-s5 .tab-tit {
  text-align: center;
  margin-top: 3.75rem;
  font-size: 0;
}
.rpa-s5 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  width: 15rem;
  padding-bottom: 1.25rem;
  position: relative;
  cursor: pointer;
}
.rpa-s5 .tab-tit .item:before, .rpa-s5 .tab-tit .item:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rpa-s5 .tab-tit .item:before {
  background-color: #dadce5;
}
.rpa-s5 .tab-tit .item:after {
  background-color: #df203d;
  transform: scaleX(0);
  transform-origin: center bottom;
  transition: transform .5s ease;
}
.rpa-s5 .tab-tit .item span {
  display: inline-block;
  position: relative;
  color: rgba(51, 51, 51, 0.5);
  font-family: 'MiSans-Light';
}
.rpa-s5 .tab-tit .item.hot span:after {
  content: '';
  width: 36px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/rpa/icon-5.png");
  position: absolute;
  left: calc(100% + 1.5rem);
  bottom: 90%;
}
.rpa-s5 .tab-tit .item.active:after {
  transform: scaleX(1);
}
.rpa-s5 .tab-tit .item.active span {
  color: #df203d;
  font-family: 'MiSans-Medium';
}
.rpa-s5 .tab-cont {
  position: relative;
  margin-top: 2.5rem;
}
.rpa-s5 .tab-cont .child {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.rpa-s5 .tab-cont .child:nth-of-type(1) {
  position: relative;
}
.rpa-s5 .tab-cont .child.active {
  opacity: 1;
  visibility: visible;
}
.rpa-s5 .tab-cont .swiper:before {
  content: '';
  width: 51%;
  height: 100%;
  position: absolute;
  left: 49%;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/rpa/img-11.jpg");
}
.rpa-s5 .tab-cont .item {
  height: 25vw;
}
.rpa-s5 .tab-cont .item .img-box {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.rpa-s5 .tab-cont .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rpa-s5 .tab-cont .item .txt-box {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 15rem 0 3.75rem;
  opacity: 0;
}
.rpa-s5 .tab-cont .item .tit {
  color: #fff;
  font-family: 'MiSans-Light';
}
.rpa-s5 .tab-cont .item p {
  color: #fff;
  font-family: 'MiSans-Light';
  margin-top: 1.5rem;
}
.rpa-s5 .tab-cont .item a {
  display: block;
  width: 180px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  margin-top: 2.5rem;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .rpa-s5 .tab-cont .item a:hover {
    background-color: #fff;
    color: #df203d;
  }
}
.rpa-s5 .tab-cont .item.swiper-slide-active .txt-box {
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.rpa-s5 .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  cursor: pointer;
  opacity: 0.3;
  transition: all .3s ease;
  z-index: 3;
}
@media (any-hover: hover) {
  .rpa-s5 .button:hover {
    opacity: 1;
  }
}
.rpa-s5 .prev {
  left: 3.75rem;
  background-image: url("../images/rpa/prev-2.png");
}
.rpa-s5 .next {
  right: 3.75rem;
  background-image: url("../images/rpa/next-2.png");
}
.rpa-s5 .pagination {
  font-size: 0;
  display: none;
  text-align: center;
  margin-top: -1rem;
  position: relative;
  z-index: 3;
}
.rpa-s5 .pagination span {
  position: relative;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 2px;
}
.rpa-s5 .pagination span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #fff;
}
.rpa-s5 .pagination span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s ease;
}
.rpa-s5 .pagination span.active:after {
  opacity: 1;
}

.rpa-s6 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/rpa/img-7.jpg");
}
.rpa-s6 .label {
  text-align: center;
  color: #0b1a2d;
  font-family: 'MiSans-Medium';
}
.rpa-s6 .items {
  margin-top: 2.5rem;
  border-radius: 30px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.rpa-s6 .items:before {
  content: '';
  width: 9.375rem;
  height: 9.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/rpa/icon-4.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rpa-s6 .item {
  height: 30rem;
}
.rpa-s6 .item .cell-box {
  height: 100%;
}
.rpa-s6 .item .para {
  text-align: center;
  padding: 0 7.5rem;
  line-height: 1.5;
  color: #4a596d;
  font-family: 'MiSans-Light';
}
.rpa-s6 .n-items {
  position: relative;
  margin-top: 2.5rem;
  border-radius: 30px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6.25rem calc(3.75rem + 60px);
}
.rpa-s6 .n-item {
  padding: 0 3.75rem;
  height: auto;
}
.rpa-s6 .n-item .cell {
  transform: scale(0.8);
  transition: transform .3s ease;
}
.rpa-s6 .n-item .img-box {
  box-shadow: 0 1.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
.rpa-s6 .n-item img {
  display: block;
  width: 100%;
}
.rpa-s6 .n-item span {
  display: block;
  margin-top: 2rem;
  color: #3e4247;
  text-align: center;
}
.rpa-s6 .n-item.swiper-slide-active .cell {
  transform: scale(1);
}
.rpa-s6 .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #858c96;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  cursor: pointer;
  transition: all .3s ease;
  z-index: 3;
}
@media (any-hover: hover) {
  .rpa-s6 .button:hover {
    border-color: transparent;
    background-color: #df203d;
  }
}
.rpa-s6 .prev {
  left: 3.75rem;
  background-image: url("../images/rpa/prev-1.png");
}
@media (any-hover: hover) {
  .rpa-s6 .prev:hover {
    background-image: url("../images/rpa/prev-2.png");
  }
}
.rpa-s6 .next {
  right: 3.75rem;
  background-image: url("../images/rpa/next-1.png");
}
@media (any-hover: hover) {
  .rpa-s6 .next:hover {
    background-image: url("../images/rpa/next-2.png");
  }
}
.rpa-s6 .pagination {
  font-size: 0;
  display: none;
  text-align: center;
  margin-top: 2rem;
}
.rpa-s6 .pagination span {
  position: relative;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 2px;
}
.rpa-s6 .pagination span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #666;
}
.rpa-s6 .pagination span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df203d;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s ease;
}
.rpa-s6 .pagination span.active:after {
  opacity: 1;
}
.rpa-s6 .n-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #858c96;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  cursor: pointer;
  transition: all .3s ease;
  z-index: 3;
}
@media (any-hover: hover) {
  .rpa-s6 .n-button:hover {
    border-color: transparent;
    background-color: #df203d;
  }
}
.rpa-s6 .n-prev {
  left: 3.75rem;
  background-image: url("../images/rpa/prev-1.png");
}
@media (any-hover: hover) {
  .rpa-s6 .n-prev:hover {
    background-image: url("../images/rpa/prev-2.png");
  }
}
.rpa-s6 .n-next {
  right: 3.75rem;
  background-image: url("../images/rpa/next-1.png");
}
@media (any-hover: hover) {
  .rpa-s6 .n-next:hover {
    background-image: url("../images/rpa/next-2.png");
  }
}
.rpa-s6 .n-pagination {
  font-size: 0;
  display: none;
  text-align: center;
  margin-top: 2rem;
}
.rpa-s6 .n-pagination span {
  position: relative;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 2px;
}
.rpa-s6 .n-pagination span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #666;
}
.rpa-s6 .n-pagination span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df203d;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s ease;
}
.rpa-s6 .n-pagination span.active:after {
  opacity: 1;
}
.rpa-s6 .boxes {
  margin-top: 1.5rem;
  font-size: 0;
}
.rpa-s6 .box {
  display: inline-block;
  vertical-align: top;
  width: 16.875rem;
  height: 5.625rem;
  text-align: center;
  background-color: #fff;
  margin-right: 1.5rem;
}
.rpa-s6 .box img {
  width: auto;
  max-width: 60%;
  max-height: 60%;
}
.rpa-s6 .box:nth-of-type(1) {
  margin-left: 0;
}

.rpa-s7 {
  padding: 7.5rem 0;
}
.rpa-s7 .label {
  text-align: center;
  color: #0b1a2d;
  font-family: 'MiSans-Medium';
}
.rpa-s7 .items {
  margin-top: 5rem;
}
.rpa-s7 .item {
  margin-left: 1.5rem;
}
.rpa-s7 .item .img-box {
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}
.rpa-s7 .item img {
  display: block;
  width: 100%;
  transition: transform .5s ease;
}
.rpa-s7 .item .txt-box {
  line-height: 1.5;
  color: #333;
  padding: 2.5rem 2.5rem 0;
}
.rpa-s7 .item span {
  display: block;
  color: #cccccc;
}
.rpa-s7 .item .tit {
  color: #0b1a2d;
  margin-top: 1rem;
}
.rpa-s7 .item:nth-of-type(1) {
  margin-left: 0;
}
@media (any-hover: hover) {
  .rpa-s7 .item:hover img {
    transform: scale(1.1);
  }
}
.rpa-s7 .pagination {
  font-size: 0;
  display: none;
  text-align: center;
  margin-top: 2rem;
}
.rpa-s7 .pagination span {
  position: relative;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 2px;
}
.rpa-s7 .pagination span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #666;
}
.rpa-s7 .pagination span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df203d;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s ease;
}
.rpa-s7 .pagination span.active:after {
  opacity: 1;
}
.rpa-s7 a.more {
  display: block;
  width: 180px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  background-color: #df203d;
  margin: 3.75rem auto 0;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .rpa-s7 a.more:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(223, 32, 61, 0.3);
  }
}
@media screen and (min-width: 769px) {
  .rpa-s7 .block {
    display: flex;
  }
  .rpa-s7 .item {
    flex: 1;
  }
}

.rpa-s8 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/rpa/img-12.jpg");
}
.rpa-s8 .label {
  text-align: center;
  color: #fff;
  font-family: 'MiSans-Medium';
}
.rpa-s8 .cont {
  margin-top: 2.5rem;
  border-radius: 30px 0 30px 0;
  display: flex;
  overflow: hidden;
}
.rpa-s8 .left-box {
  width: 50%;
  background-color: #f5f6fa;
  padding: 3.75rem;
}
.rpa-s8 .left-box .tit {
  text-align: center;
  color: #0b1a2d;
}
.rpa-s8 .left-box .para {
  text-align: center;
  color: #4a596d;
  font-family: 'MiSans-Light';
  margin-top: 1rem;
}
.rpa-s8 .items {
  margin-top: 2.5rem;
  padding-left: 7.5rem;
}
.rpa-s8 .item {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.rpa-s8 .item i {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border: 1px solid #c7cbd2;
  border-radius: 50%;
}
.rpa-s8 .item .txt {
  width: calc(100% - 60px);
  padding-left: 1.25rem;
}
.rpa-s8 .item span {
  display: block;
  color: #df203d;
}
.rpa-s8 .item p {
  color: #4a596d;
  font-family: 'MiSans-Light';
  margin-top: 5px;
}
.rpa-s8 .item:nth-of-type(1) {
  margin-top: 0;
}
.rpa-s8 .info {
  margin-top: 2.5rem;
  padding-left: 3.75rem;
  display: flex;
  align-items: center;
}
.rpa-s8 .info .img-box {
  width: 7.9375rem;
}
.rpa-s8 .info img {
  display: block;
  width: 100%;
}
.rpa-s8 .info .txt-box {
  width: calc(100% - 7.9375rem);
  padding-left: 2.5rem;
  font-family: 'MiSans-Light';
  line-height: 1.5;
  color: #0b1a2d;
}
.rpa-s8 .info .txt-box a {
  display: inline-block;
  color: #df203d;
}
.rpa-s8 .right-box {
  width: 50%;
  background-color: #fff;
  padding: 0 7.5rem;
}
.rpa-s8 .form .box {
  margin-top: 10px;
  position: relative;
  border: 1px solid #dadce6;
  border-radius: 3px;
  padding-left: 40px;
  transition: all .3s ease;
}
.rpa-s8 .form .box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 14px;
}
.rpa-s8 .form .box input {
  display: block;
  background-color: transparent;
  padding-right: 10px;
  height: 48px;
  color: #4a596d;
  font-family: 'MiSans-Light';
}
.rpa-s8 .form .box textarea {
  display: block;
  width: 100%;
  resize: none;
  height: 150px;
  padding: 12px 10px 10px 0;
  color: #4a596d;
  font-family: 'MiSans-Light';
}
.rpa-s8 .form .box:nth-of-type(1) {
  margin-top: 0;
}
.rpa-s8 .form .box.active {
  border-color: #df203d;
}
.rpa-s8 .form button {
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 48px;
  background-color: #df203d;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .rpa-s8 .form button:hover {
    box-shadow: 0 10px 30px rgba(223, 32, 61, 0.3);
  }
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1681px) {
  html {
    font-size: 14px;
  }

  .rpa-s1 .link a,
  .rpa-s3 .item a,
  .rpa-s5 .tab-cont .item a,
  .rpa-s7 a.more {
    width: 150px;
  }
}
@media screen and (max-width: 1441px) {
  html {
    font-size: 13px;
  }

  .font-20, .rpa-s5 .tab-tit .item span, .rpa-s6 .n-item span, .rpa-s7 .item .txt-box, .rpa-s8 .item span, .rpa-s8 .form button {
    font-size: 16px;
  }

  .font-18, .rpa-s3 .item .para, .rpa-s4 .item p, .rpa-s5 .tab-cont .item p {
    font-size: 16px;
  }

  .font-16, .rpa-s7 .item span, .rpa-s8 .left-box .para, .rpa-s8 .item p, .rpa-s8 .form .box input, .rpa-s8 .form .box textarea {
    font-size: 14px;
  }

  .rpa-s1 .link a,
  .rpa-s3 .item a,
  .rpa-s5 .tab-cont .item a,
  .rpa-s7 a.more {
    width: 130px;
    line-height: 40px;
  }

  .rpa-s1 .link a:before {
    width: 16px;
    height: 16px;
  }

  .rpa-s3 .button,
  .rpa-s5 .button,
  .rpa-s6 .button {
    width: 46px;
    height: 46px;
  }

  .rpa-s4 .item a {
    width: 100px;
  }

  .rpa-s8 .item i {
    width: 50px;
    height: 50px;
  }

  .rpa-s8 .form .box textarea {
    height: 120px;
  }
}
@media screen and (max-width: 1367px) {
  html {
    font-size: 12px;
  }

  .font-20, .rpa-s5 .tab-tit .item span, .rpa-s6 .n-item span, .rpa-s7 .item .txt-box, .rpa-s8 .item span, .rpa-s8 .form button {
    font-size: 14px;
  }

  .font-18, .rpa-s3 .item .para, .rpa-s4 .item p, .rpa-s5 .tab-cont .item p {
    font-size: 14px;
  }

  .font-16, .rpa-s7 .item span, .rpa-s8 .left-box .para, .rpa-s8 .item p, .rpa-s8 .form .box input, .rpa-s8 .form .box textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 1281px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1025px) {
  html {
    font-size: 10px;
  }

  .c-bg-fixed, .rpa-s2, .rpa-s4, .rpa-s6, .rpa-s8 {
    background-attachment: inherit;
  }

  .wrap-s {
    width: 90%;
  }

  .rpa-s1 .left-box {
    width: 100%;
    padding-right: 0;
  }

  .rpa-s2 {
    height: auto;
  }

  .rpa-s2 .icon {
    margin-top: 0;
    height: auto;
    position: relative;
  }

  .rpa-s2 .icon .line {
    display: none;
  }

  .rpa-s2 .icon .box {
    position: static;
  }

  .rpa-s2 .icon .img-box {
    position: static;
    transform: none;
    width: 100%;
  }

  .rpa-s2 .txt-box {
    position: relative;
    margin-top: 0;
    height: auto;
    background-color: #fff;
    margin-top: -5px;
    padding-bottom: 4rem;
  }

  .rpa-s2 .show {
    display: none;
  }

  .rpa-s2 .hide {
    position: static;
    opacity: 1;
    transform: none;
  }

  .rpa-s2 .tit.white {
    color: #333;
  }

  .rpa-s2 .btn a {
    color: #333;
  }

  .rpa-s3 {
    margin-top: -1px;
  }

  .rpa-s4 .item .left-box:after {
    width: 5.5vw;
  }

  .rpa-s6 .boxes {
    margin-right: -10px;
  }

  .rpa-s6 .box {
    width: calc((100% - 5rem) / 5);
    margin: 10px 10px 0 0;
  }

  .rpa-s6 .n-item {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 769px) {
  .rpa-s1 .img-box img {
    height: 30rem;
    object-fit: cover;
  }

  .rpa-s1 .tit {
    font-size: 3rem;
  }

  .rpa-s1 .link {
    margin-top: 2rem;
  }

  .rpa-s1 .link a:before {
    margin-right: 5px;
  }

  .rpa-s2 .btn {
    margin-top: 4rem;
  }

  .rpa-s2 .tit br {
    display: none;
  }

  .rpa-s3 {
    padding: 0 0 4rem;
  }

  .rpa-s3 .flex {
    display: block;
  }

  .rpa-s3 .left-box {
    width: 100%;
    padding: 2rem 0;
  }

  .rpa-s3 .items {
    padding: 0 0 2rem 2rem;
  }

  .rpa-s3 .item .img-box {
    display: block;
  }

  .rpa-s3 .right-box {
    display: none;
  }

  .rpa-s3 .btns {
    display: none;
  }

  .rpa-s3 .pagination {
    display: block;
  }

  .rpa-s4 {
    padding: 4rem 0;
  }

  .rpa-s4 .items {
    margin-top: 2rem;
    height: 38rem;
  }

  .rpa-s4 .item {
    border-radius: 10px 0 10px 0;
    width: 100%;
    height: 18rem;
    margin: 0;
  }

  .rpa-s4 .item .left-box {
    height: 100%;
    padding: 0;
  }

  .rpa-s4 .item .left-box:after {
    width: 3rem;
    height: 101%;
    transform: skew(9deg);
  }

  .rpa-s4 .item p {
    padding: 0 2rem 0 4rem;
  }

  .rpa-s4 .pagination {
    display: block;
  }

  .rpa-s5 {
    padding: 4rem 5%;
  }

  .rpa-s5 .tab-tit .item.hot span:after {
    width: 28px;
    left: calc(100% + 5px);
    bottom: 80%;
  }

  .rpa-s5 .tab-tit {
    margin-top: 2rem;
  }

  .rpa-s5 .tab-tit .item {
    width: 25%;
  }

  .rpa-s5 .tab-cont {
    margin-top: 2rem;
  }

  .rpa-s5 .tab-cont .swiper {
    border-radius: 10px 0 10px 0;
  }

  .rpa-s5 .tab-cont .item {
    height: 48rem;
  }

  .rpa-s5 .tab-cont .swiper:before {
    width: 100%;
    height: 30rem;
    top: 18rem;
    left: 0;
  }

  .rpa-s5 .tab-cont .item .img-box {
    width: 100%;
    height: 18rem;
  }

  .rpa-s5 .tab-cont .item .txt-box {
    width: 100%;
    height: 30rem;
    left: 0;
    top: 18rem;
    padding: 2rem 2rem 4rem;
  }

  .rpa-s5 .button {
    display: none;
  }

  .rpa-s5 .pagination {
    display: block;
  }

  .rpa-s6 {
    padding: 4rem 0;
  }

  .rpa-s6 .items {
    margin-top: 2rem;
    border-radius: 10px 0 10px 0;
    padding-bottom: 2rem;
  }

  .rpa-s6 .btns {
    display: none;
  }

  .rpa-s6 .n-btns {
    display: none;
  }

  .rpa-s6 .item .para {
    padding: 0 2rem;
  }

  .rpa-s6 .item .para br {
    display: none;
  }

  .rpa-s6 .item {
    height: 24rem;
  }

  .rpa-s6 .pagination {
    display: block;
  }

  .rpa-s6 .n-items {
    margin-top: 2rem;
    border-radius: 10px 0 10px 0;
    padding: 4rem 0;
  }

  .rpa-s6 .n-item {
    padding: 0 16%;
  }

  .rpa-s6 .n-pagination {
    display: block;
  }

  .rpa-s6 .boxes {
    margin-right: 0;
  }

  .rpa-s6 .box {
    height: 6rem;
  }

  .rpa-s7 {
    padding: 4rem 0;
  }

  .rpa-s7 .items {
    margin-top: 2rem;
  }

  .rpa-s7 .item {
    margin: 0;
  }

  .rpa-s7 .item .txt-box {
    padding: 1.5rem 0 0;
  }

  .rpa-s7 .pagination {
    display: block;
  }

  .rpa-s7 a.more {
    margin-top: 4rem;
  }

  .rpa-s8 {
    padding: 4rem 0;
  }

  .rpa-s8 .cont {
    margin-top: 2rem;
    transform: none;
    border-radius: 10px 0 10px 0;
    display: block;
  }

  .rpa-s8 .left-box {
    width: 100%;
    padding: 4rem 2rem;
  }

  .rpa-s8 .items {
    margin-top: 2rem;
    padding-left: 0;
  }

  .rpa-s8 .info {
    margin-top: 2rem;
    padding-left: 0;
  }

  .rpa-s8 .right-box {
    width: 100%;
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 481px) {
  .rpa-s1 .link a:nth-of-type(1) {
    width: 100%;
  }

  .rpa-s1 .link a {
    width: calc(50% - 5px);
  }
}

/*# sourceMappingURL=bundle.css.map */
