* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: white;
  min-width: 1550px;
  font-family: 'PingFang SC';
}

.header {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 5000;
  padding: 0 80px;
  justify-content: space-between;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.08);
}

.header img {
  height: 64px;
}

.header div {
  display: flex;
  align-items: center;
}

.header div img {
  height: 16px;
  margin-right: 20px;
}

.header div a {
  display: block;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 9px 18px;
  border-radius: 7px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.header.off-top {
  background-color: #000;
}

.banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  background: url("../img/banner-bg.png") no-repeat;
  background-size: cover;
}

.banner .center {
  width: 1300px;
  padding: 200px 0 120px 0;
}

.banner .center .part1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner .center .part1 > div {
  display: flex;
  align-items: center;
}

.banner .center .part1 > div img {
  width: 160px;
  height: 160px;
  margin-right: 30px;
}

.banner .center .part1 > div div p:nth-child(1) {
  color: #FFF;
  font-size: 68px;
  font-weight: 600;
}

.banner .center .part1 > div div p:nth-child(2) {
  color: #FFF;
  font-size: 34px;
}

.banner .center .part1 a {
  display: block;
  color: #000;
  background-color: #FFF;
  width: 280px;
  height: 80px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 80px;
}

.banner .center .part2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 120px;
}

.banner .center .part2 div {
  width: 100%;
  height: 100%;
  background-color: rgba(116, 232, 255, 0.07);
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border-radius: 18px;
  gap: 16px;
}

.banner .center .part2 div img {
  width: 48px;
  height: 48px;
}

.banner .center .part2 div p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
}

.banner .center .part3 {
  width: 100%;
  margin-top: 120px;
}

.banner .center .part3 div {
  display: flex;
  align-items: center;
}

.banner .center .part3 div p {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  margin-right: 13px;
}

.banner .center .part3 div img {
  width: 47px;
  height: 43px;
}

.banner .center .part3 > p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  margin-top: 16px;
  letter-spacing: -0.48px;
}

.banner .center .part4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
  gap: 90px;
}

.banner .center .part4 div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner .center .part4 div img {
  width: 110px;
  height: 110px;
}

.banner .center .part4 div p:nth-child(2) {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 12px;
}

.banner .center .part4 div p:nth-child(3) {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
}

.service {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service > p {
  width: 1300px;
  color: #15011D;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.12px;
  padding-left: 25px;
  margin-top: 84px;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.service .swiper-container-service {
  width: 100%;
  position: relative;
}

.service .swiper-container-service .swiper-slide {
  height: 560px;
  padding-bottom: 112px;
}

.service .swiper-container-service .swiper-slide .swiper-content {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  box-shadow: 3px 15px 30px 0px rgba(0, 0, 0, 0.15);
}

.service .swiper-container-service .swiper-slide .swiper-content .center {
  width: 1300px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.service .swiper-container-service .swiper-slide .swiper-content .center .card {
  width: 50%;
  height: 352px;
  background-color: white;
  margin-bottom: -48px;
  box-shadow: 3px 15px 30px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 32px;
}

.service .swiper-container-service .swiper-slide .swiper-content .center .card p:nth-child(1) {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.4px;
  color: #15011D;
}

.service .swiper-container-service .swiper-slide .swiper-content .center .card p:nth-child(2) {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.4px;
  color: #15011D;
  margin-top: 16px;
}

.service .pagination-service {
  width: 100%;
  position: absolute;
  top: 156px;
  height: 560px;
  padding-bottom: 112px;
  display: flex;
  justify-content: center;
}

.service .pagination-service .center {
  width: 1300px;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1000;
  justify-content: flex-end;
}

.service .pagination-service .center .right {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.service .pagination-service .center .right > div {
  width: 237px;
  height: 80px;
  border-radius: 45px;
  background-color: white;
  box-shadow: 0px 25px 100px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px;
  padding: 0 24px;
}

.service .pagination-service .center .right > div .swiper-button-prev, .service .pagination-service .center .right > div .swiper-button-next {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  right: unset;
  left: unset;
  position: unset;
  margin-top: unset;
}

.service .pagination-service .center .right > div .swiper-button-prev img, .service .pagination-service .center .right > div .swiper-button-next img {
  width: 11px;
  height: 20px;
}

.service .pagination-service .center .right > div .swiper-button-prev img {
  transform: rotate(180deg);
}

.service .pagination-service .center .right > div .swiper-pagination {
  position: unset;
}

.service .pagination-service .center .right > div .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 45px;
  border: #000000 2px solid;
  opacity: 0.2;
  background-color: unset;
  margin: 0 4px;
}

.service .pagination-service .center .right > div .swiper-pagination .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  border-radius: 45px;
  border: #000000 2px solid;
  background-color: #000;
  opacity: 1;
}

.permissions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.permissions .center {
  width: 1300px;
  padding: 66px 0 61px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.permissions .center .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 20px;
}

.permissions .center .title p {
  color: #0070AD;
  font-size: 38px;
  font-weight: 600;
}

.permissions .center .desc {
  color: #001737;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 56px;
  text-align: center;
}

.permissions .center .button {
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #0070AD;
  gap: 10px;
  margin-top: 48px;
  transition: all 0.5s;
}

.permissions .center .button p {
  color: #0070AD;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.permissions .center .button p:nth-child(1) {
  display: block;
}

.permissions .center .button p:nth-child(2) {
  display: none;
}

.permissions .center .button img {
  width: 15px;
  height: 11px;
}

.permissions .center .close img {
  transform: rotate(180deg);
}

.permissions .center .close p:nth-child(1) {
  display: none;
}

.permissions .center .close p:nth-child(2) {
  display: block;
}

.permissions .center > p {
  width: 100%;
  color: #001737;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.4px;
  transition: all 0.5s;
}

.permissions .center .none {
  display: none;
}

.advantages {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../img/advantages-bg.png");
  background-position: center calc(100% - 760px);
  background-repeat: no-repeat;
  background-size: 100%;
}

.advantages .center {
  width: 1300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantages .center > p {
  width: 1300px;
  color: #15011D;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  padding-left: 25px;
  margin-top: 84px;
  margin-bottom: 32px;
}

.advantages .center .box-one {
  width: 1300px;
  display: flex;
  align-items: center;
}

.advantages .center .box-one .content {
  width: 864px;
  height: 279px;
  background-color: white;
  padding: 42px 64px 96px 32px;
  box-shadow: 0px 25px 100px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  margin-right: -95px;
}

.advantages .center .box-one .content div {
  width: 19px;
  height: 1px;
  background-color: #000;
}

.advantages .center .box-one .content p:nth-child(2) {
  color: #15011D;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.4px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.advantages .center .box-one .content p:nth-child(3) {
  color: #15011D;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.4px;
}

.advantages .center .box-one .img-box {
  width: 540px;
  height: 343px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: aqua;
  overflow: hidden;
}

.advantages .center .box-one .img-box img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}

.advantages .center .box-two {
  width: 1300px;
  display: flex;
  align-items: center;
  margin: 32px 0;
}

.advantages .center .box-two .img-box {
  width: 1158px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: aqua;
  margin-left: -112px;
  overflow: hidden;
}

.advantages .center .box-two .img-box img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}

.advantages .center .box-two .content {
  width: 526px;
  height: 304px;
  background-color: white;
  padding: 22px 22px;
  box-shadow: 0px 25px 100px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  margin-left: -259px;
}

.advantages .center .box-two .content div {
  width: 19px;
  height: 1px;
  background-color: #000;
}

.advantages .center .box-two .content p:nth-child(2) {
  color: #15011D;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.4px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.advantages .center .box-two .content p:nth-child(3) {
  color: #15011D;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.4px;
}

.advantages .center .box-three {
  width: 1300px;
  display: flex;
  align-items: center;
  margin: 32px 0;
}

.advantages .center .box-three .content {
  width: 526px;
  height: 304px;
  background-color: white;
  padding: 22px 22px;
  box-shadow: 0px 25px 100px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  margin-right: -259px;
}

.advantages .center .box-three .content div {
  width: 19px;
  height: 1px;
  background-color: #000;
}

.advantages .center .box-three .content p:nth-child(2) {
  color: #15011D;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.4px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.advantages .center .box-three .content p:nth-child(3) {
  color: #15011D;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.4px;
}

.advantages .center .box-three .img-box {
  width: 1158px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: aqua;
  margin-right: -112px;
  overflow: hidden;
}

.advantages .center .box-three .img-box img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}

.advantages .center .box-one:hover .img-box img, .advantages .center .box-two:hover .img-box img, .advantages .center .box-three:hover .img-box img {
  transform: scale(1.2);
}

.join {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #0070AD;
}

.join div {
  width: 50%;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.join div p {
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.12px;
  margin-right: 114px;
}

.join img {
  width: 50%;
}

.footer {
  padding: 66px 0 61px 0;
  background-color: #ECECEC;
  display: flex;
  justify-content: center;
}

.footer .center {
  width: 1300px;
}

.footer .center .title {
  color: #000;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .center .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .center .box div:nth-child(1) {
  display: flex;
  align-items: center;
}

.footer .center .box div:nth-child(1) img {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

.footer .center .box div:nth-child(1) span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.footer .center .box div:nth-child(2) img {
  width: 16px;
  height: 12px;
  margin-right: 15px;
}

.footer .center .box div:nth-child(2) a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration-line: underline;
}
