.flexiable {
  display: flex;
  flex-wrap: wrap;
}
[class*="-wrap"] h2 {
  text-align: center;
  padding-top: 6%;
  line-height: 80px;
}
.banner-wrap {
  padding: 4% 0 1%;
  min-height: 484px;
  color: #fff;
  line-height: 2;
  background: linear-gradient(0deg, #1a35b2, #0f74ec);
}
.banner-wrap .flexiable {
  justify-content: space-around;
}
.banner-wrap h1 {
  font-size: 4.6rem;
}
.banner-wrap p {
  font-size: 2.4rem;
  line-height: 2;
}
.banner-wrap .btn {
  cursor: pointer;
  margin-top: 10%;
  color: #1840BD;
  font-size: 2.4rem;
  padding: 0;
  height: 100%;
  display: inline-block;
}
.banner-wrap .btn p {
  padding: 0 20px;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: 1px solid transparent;
}
.banner-wrap .btn:hover p {
  border: 1px solid #fff;
  background-color: #2856e0;
  color: #fff;
}
.banner-wrap .btn:hover .more-signup {
  display: block;
}
.banner-wrap .btn a {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
}
.banner-wrap .btn a:hover {
  background-color: #dbdde4;
  color: #fff;
}
.banner-wrap .more-signup {
  display: none;
  margin-top: 8px;
  border-radius: 4px;
  background-color: #fff;
}
.banner-wrap .more-signup li {
  width: auto;
}
.banner-wrap .more-signup li a {
  color: #1840BD;
}
.banner-wrap .more-signup li:first-child {
  border-bottom: 1px solid #ccc;
}
.banner-wrap .right {
  margin-left: 60px;
}
.banner-wrap .left {
  max-width: 600px;
}
.overview-wrap {
  padding-bottom: 85px;
}
.overview-wrap .main {
  align-items: center;
  justify-content: center;
}
.overview-wrap .main .pic {
  width: 180px;
}
.overview-wrap .main img {
  margin: 0;
}
.overview-wrap h2 {
  color: #111;
  flex-basis: 100%;
  margin-bottom: 5%;
}
.overview-wrap .text {
  flex-basis: 760px;
  color: #5B5B5B;
  font-size: 2rem;
  line-height: 2;
  margin-left: 35px;
}
.overview-wrap .text a {
  margin-top: 20px;
  color: #193AB7;
}
.testimonials-wrap {
  position: relative;
  background-color: #f2f2f2;
  padding-bottom: 6%;
}
.testimonials-wrap h2 {
  margin-bottom: 4%;
}
.testimonials-wrap .flexiable {
  justify-content: space-around;
}
.testimonials-wrap ul li {
  font-size: 2rem;
  line-height: 2;
  color: #666666;
}
.testimonials-wrap ul li::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 5px;
  width: 12px;
  height: 15px;
  background: url('/assets/images/icon/AT-allin-5.png') no-repeat -20px -19px;
}
.howto-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 6%;
  background-color: #F8F8F8;
}
.howto-wrap::before {
  position: absolute;
  top: 90px;
  left: -360px;
  content: "";
  width: 450px;
  height: 450px;
  border: 45px solid #B5B5B5;
  opacity: 0.1;
  border-radius: 50%;
}
.howto-wrap h2 {
  padding-bottom: 5%;
}
.howto-wrap .text {
  text-align: center;
}
.howto-wrap .text .info {
  margin-top: 6%;
  color: #5B5B5B;
  font-size: 2rem;
  line-height: 2;
}
.howto-wrap .text a {
  font-size: 2rem;
  margin-top: 2%;
  color: #193AB7;
}
.howto-wrap ul {
  justify-content: space-between;
}
.howto-wrap ul > li {
  padding-bottom: 5%;
  flex-basis: 30%;
  position: relative;
  color: #333;
  max-width: 340px;
  min-height: 200px;
  background: #ffffff;
  box-shadow: 0px 15px 29px 0px rgba(86, 131, 244, 0.35);
  border-radius: 10px;
}
.howto-wrap ul .title {
  margin: 2% 0;
  text-align: center;
  color: #333;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 400;
}
.howto-wrap ul .num {
  position: relative;
  margin: 5% auto;
  width: 25px;
  height: auto;
  font-size: 4.6rem;
  color: #193DBA;
  font-weight: bold;
}
.howto-wrap ul .num::before {
  position: absolute;
  top: 32px;
  left: -10px;
  content: "";
  width: 48px;
  height: 31px;
  background-color: red;
  background: url('/assets/images/background/free-nfr-556.png') no-repeat;
  background-position: 1px -803px;
}
.howto-wrap ul .desc {
  padding: 0 40px;
  text-align: left;
  margin-bottom: 80px;
}
.howto-wrap ul .img {
  width: 104px;
  height: 137px;
  background-color: red;
  position: absolute;
  bottom: 10px;
  right: 20px;
  background: url(/assets/images/icon/AT-allin-3.png) no-repeat;
}
.howto-wrap ul .img.peo {
  background-position: 0 -290px;
}
.howto-wrap ul .img.letter {
  background-position: -153px -296px;
}
.howto-wrap ul .img.paid {
  background-position: -303px -281px;
}
.howto-wrap ul p {
  padding: 0 6%;
  font-size: 1.8rem;
  line-height: 1.5;
}
.howto-wrap ul a {
  color: #193AB7;
}
.nfr-wrap {
  color: #fff;
  background-color: #1554CF;
  padding-bottom: 5%;
}
.nfr-wrap h2 {
  padding-bottom: 1%;
}
.nfr-wrap .sas-box a {
  color: #175dc0;
}
.nfr-wrap .link {
  margin-top: 3%;
  color: #fff;
  font-size: 1.8rem;
}
.nfr-wrap .desc {
  text-align: center;
  font-size: 1.8rem;
}
.nfr-wrap .twobox {
  margin-top: 4%;
  justify-content: space-around;
  align-items: flex-start;
}
.nfr-wrap .twobox .text {
  flex-basis: 58%;
}
.nfr-wrap .collapsed.open h5 {
  color: #1554cf;
}
.nfr-wrap .collapsed.open h5::after {
  background-position: -1116px -83px;
  transform: rotate(180deg);
}
.nfr-wrap .collapsed {
  margin-bottom: 10px;
  box-shadow: 0px 3px 10px 0px rgba(41, 122, 216, 0.15);
  border-radius: 10px;
  background-color: #ffffff;
}
.nfr-wrap .collapsed h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding-right: 30px;
  color: #000000;
  cursor: pointer;
  position: relative;
  padding: 20px 30px 20px 20px;
}
.nfr-wrap .collapsed h5::after {
  position: absolute;
  content: "";
  right: 0;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 10px;
  background: url(/assets/images/icon/AT-allin-1.png) no-repeat -261px -23px;
  transition: transform linear 0.5s;
  top: calc(50% - 7px);
  right: 20px;
}
.nfr-wrap .collapsed p {
  font-size: 14px;
  line-height: 20px;
  color: #46505a;
  display: none;
  padding: 0 35px 24px 20px;
}
.test-wrap {
  text-align: center;
  overflow: hidden;
}
.test-wrap .g-cnt {
  position: relative;
}
.test-wrap .g-cnt::before {
  position: absolute;
  top: 37px;
  left: -155px;
  content: "";
  width: 115px;
  height: 115px;
  background-color: red;
  background: url(/assets/images/icon/2.png) no-repeat;
}
.test-wrap .g-cnt::after {
  position: absolute;
  bottom: 0px;
  right: -165px;
  content: "";
  width: 115px;
  height: 115px;
  background-color: red;
  background: url(/assets/images/icon/1.png) no-repeat;
}
.test-wrap h2 {
  margin-bottom: 1%;
}
.test-wrap .mb {
  padding: 1% 0 4%;
}
.test-wrap p {
  padding-bottom: 6%;
  font-size: 1.8rem;
}
.affiliates-wrap {
  padding-bottom: 7%;
  background-color: #f2f2f2;
}
.affiliates-wrap .title {
  margin-top: 3%;
  color: #5B5B5B;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
.affiliates-wrap .swiper-wrapper {
  margin-top: 6%;
}
.affiliates-wrap .swiper-wrapper .slick-prev {
  left: -15px;
  background: url(/assets/images/icon/AT-allin-5.png) no-repeat -18px -68px;
}
.affiliates-wrap .swiper-wrapper .slick-prev:hover {
  background: url(/assets/images/icon/AT-allin-5.png) no-repeat -80px -68px;
}
.affiliates-wrap .swiper-wrapper .slick-next {
  right: -15px;
  background: url(/assets/images/icon/AT-allin-5.png) no-repeat -131px -68px;
}
.affiliates-wrap .swiper-wrapper .slick-next:hover {
  background: url(/assets/images/icon/AT-allin-5.png) no-repeat -193px -68px;
}
.affiliates-wrap .swiper-wrapper .slick-dots {
  bottom: -60px;
}
.affiliates-wrap .swiper-wrapper .slick-dots li button {
  width: 6px;
  height: 6px;
  background-color: #909197;
  border-radius: 50%;
  transition: all 0.5s;
  border: none;
  outline: none;
  color: transparent;
}
.affiliates-wrap .swiper-wrapper .slick-dots .slick-active button {
  transform: scale(1.5);
  background: #091871;
  opacity: 1;
}
.affiliates-wrap .swiper-slide .flexiable {
  justify-content: center;
}
.affiliates-wrap .swiper-slide .one li:nth-child(1) {
  background-position: 0 -207px;
}
.affiliates-wrap .swiper-slide .one li:nth-child(2) {
  background-position: -250px -207px;
}
.affiliates-wrap .swiper-slide .one li:nth-child(3) {
  background-position: -500px -207px;
}
.affiliates-wrap .swiper-slide .one li:nth-child(4) {
  background-position: -750px -207px;
}
.affiliates-wrap .swiper-slide .one li:nth-child(5) {
  background-position: -1000px -207px;
}
.affiliates-wrap .swiper-slide .two li:nth-child(1) {
  background-position: 0 -316px;
}
.affiliates-wrap .swiper-slide .two li:nth-child(2) {
  background-position: -250px -316px;
}
.affiliates-wrap .swiper-slide .two li:nth-child(3) {
  background-position: -500px -316px;
}
.affiliates-wrap .swiper-slide .two li:nth-child(4) {
  background-position: -750px -316px;
}
.affiliates-wrap .swiper-slide .two li:nth-child(5) {
  background-position: -1000px -316px;
}
.affiliates-wrap .swiper-slide .three li:nth-child(1) {
  background-position: 0 -427px;
}
.affiliates-wrap .swiper-slide .three li:nth-child(2) {
  background-position: -250px -427px;
}
.affiliates-wrap .swiper-slide .three li:nth-child(3) {
  background-position: -500px -427px;
}
.affiliates-wrap .swiper-slide .three li:nth-child(4) {
  background-position: -750px -427px;
}
.affiliates-wrap .swiper-slide .three li:nth-child(5) {
  background-position: -1000px -427px;
}
.affiliates-wrap .swiper-slide .four li:nth-child(1) {
  background-position: 0 -538px;
}
.affiliates-wrap .swiper-slide .four li:nth-child(2) {
  background-position: -250px -538px;
}
.affiliates-wrap .swiper-slide .four li:nth-child(3) {
  background-position: -500px -538px;
}
.affiliates-wrap .swiper-slide li {
  background: url(/assets/images/icon/AT-allin-4.png) no-repeat;
  width: 200px;
  height: 60px;
  margin: 0 15px;
}
.affiliates-wrap .swiper-slide li a {
  width: 100%;
  height: 100%;
}
.message-wrap {
  overflow: hidden;
  position: relative;
  padding-bottom: 5%;
  background-color: #F5F7FF;
}
.message-wrap .g-cnt {
  position: relative;
  z-index: 2;
}
.message-wrap::before {
  display: block;
  position: absolute;
  content: "";
  width: 960px;
  height: 891px;
  background: url('/assets/images/misc/lang2.png') no-repeat;
  top: -127px;
  left: -85px;
}
.message-wrap .desc {
  text-align: center;
  font-size: 1.8rem;
  margin: 1% 0 4%;
}
.message-wrap .g-ls {
  box-shadow: 0px 4px 13px 0px rgba(8, 19, 51, 0.21);
  border-radius: 32px;
  background-color: #fff;
  padding: 60px 3.3% 40px;
  justify-content: space-around;
}
.message-wrap .g-ls .g-it {
  width: 120px;
  text-align: center;
}
.message-wrap .g-ls .ic-prom {
  display: inline-block;
  width: 120px;
  height: 100px;
  background-size: 100%;
  margin-bottom: 50px;
}
.message-wrap .g-ls .ic-prom1 {
  background: url(/assets/images/misc/AT-partner-overview-pic1.png) no-repeat;
  background-size: contain;
}
.message-wrap .g-ls .ic-prom2 {
  background: url(/assets/images/misc/AT-partner-overview-pic2.png) no-repeat;
  background-size: contain;
}
.message-wrap .g-ls .ic-prom3 {
  background: url(/assets/images/misc/AT-partner-overview-pic3.png) no-repeat;
  background-size: contain;
}
.message-wrap .g-ls .ic-prom4 {
  background: url(/assets/images/misc/AT-partner-overview-pic4.png) no-repeat;
  background-size: contain;
}
.message-wrap .g-ls .ic-prom5 {
  background: url(/assets/images/misc/AT-partner-overview-pic5.png) no-repeat;
  background-size: contain;
}
.message-wrap .g-ls .ic-prom6 {
  background: url(/assets/images/misc/AT-partner-overview-pic6.png) no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .nfr-wrap .twobox .text {
    flex-basis: 100%;
  }
}
@media (max-width: 1023px) {
  .g-cnt {
    margin: 0 20px;
  }
  [class*="-wrap"] {
    text-align: center;
    padding-bottom: 30px !important;
  }
  [class*="-wrap"] h1 {
    font-size: 3.2rem !important;
    text-align: center;
  }
  [class*="-wrap"] h2 {
    padding-top: 35px !important;
    font-size: 3rem !important;
    line-height: 40px !important;
  }
  .flexiable {
    justify-content: space-around !important;
    align-items: center;
  }
  .message-wrap::before {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .howto-wrap::before,
  .g-cnt::before,
  .howto-wrap::after,
  .g-cnt::after {
    display: none;
  }
  .overview-wrap .g-cnt .main img {
    transform: scale(0.6);
    margin: 0;
  }
  .overview-wrap .main .text {
    margin-left: 0;
  }
  .testimonials-wrap ul {
    text-align: left;
    width: 60%;
  }
  .testimonials-wrap .g-cnt .infolist > li {
    margin: 20px 10px;
  }
  .suc-oems-wrap .g-cnt .infolist > li {
    margin: 0;
  }
  .suc-oems-wrap .g-cnt .infolist > li .left {
    display: block;
    width: 100px;
    margin: 0 auto;
  }
  .suc-oems-wrap .g-cnt dl {
    margin: 20px 5px;
  }
  .howto-wrap .g-cnt ul > li {
    margin: 20px 0;
    flex-basis: 100%;
  }
  .message-wrap .g-cnt .g-ls .g-it {
    width: 50%;
    margin-bottom: 35px;
  }
}
@media (max-width: 479px) {
  .message-wrap .g-cnt .g-ls .g-it {
    width: 100%;
  }
  .banner-wrap .btn p,
  .banner-wrap .btn ul {
    font-size: 16px;
  }
  .testimonials-wrap ul {
    text-align: left;
    width: 90%;
  }
  .affiliates-wrap .swiper-slide li {
    margin: 10px 0px;
  }
}
/*# sourceMappingURL=./partners-affiliate.css.map */