@font-face {
  font-family: "MODERAT-REGULAR";
  src: url("../font/MODERAT-REGULAR.OTF");
}

@font-face {
  font-family: "MODERAT-BOLD";
  src: url("../font/MODERAT-BOLD.OTF");
}

@font-face {
  font-family: "BM DoHyeon";
  src: url("../font/BM DoHyeon.ttf");
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100vw;
  opacity: 0;
  background-color: #fff;
  scroll-behavior: smooth;
  max-width: 3000px;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "MODERAT-REGULAR", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
}

body .underline {
  text-decoration: underline;
}

body * {
  color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
}

body .bold {
  font-family: 'MODERAT-BOLD';
}

body .animatedLine {
  cursor: pointer;
  position: relative;
}

body .animatedLine::after {
  border-bottom: 1px solid #fff;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  position: absolute;
  transition: all 0.3s linear;
}

body .animatedLine:hover::after {
  width: 100%;
}

body .animatedTop {
  cursor: pointer;
  display: block;
  transition: all 0.3s linear;
}

body .animatedTop:hover {
  transform: translateY(-5px);
}

body #header-model * {
  font-family: inhert;
}

body #header-model .uk-modal-dialog {
  border: 12px;
  border-radius: 12px;
  padding: 10px 4px;
  box-shadow: 0 0 1px rgba(28, 31, 35, 0.16), 0 6px 32px 4px rgba(28, 31, 35, 0.08);
  background-color: #3146bb;
  color: #fff;
}

body #header-model .uk-modal-dialog .uk-accordion li {
  margin-top: 0;
}

body #header-model .uk-modal-dialog .uk-accordion li .arrow {
  display: none;
}

body #header-model .uk-modal-dialog .uk-accordion li:has(.uk-accordion-content) .arrow {
  display: block;
}

body #header-model .uk-modal-dialog .uk-accordion li .uk-accordion-title {
  padding: 0 12px;
  color: #fff;
  height: 50px;
  font-size: 16px;
  border-radius: 12px;
  transition: all 0.3s linear;
}

body #header-model .uk-modal-dialog .uk-accordion li .uk-accordion-title::before {
  display: none;
}

body #header-model .uk-modal-dialog .uk-accordion li .uk-accordion-title:hover {
  background-color: #000;
}

body #header-model .uk-modal-dialog .uk-accordion li .uk-accordion-content {
  margin-top: 0;
}

body #header-model .uk-modal-dialog .uk-accordion li .uk-accordion-content li {
  height: 45px;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  border-radius: 12px;
  transition: all 0.3s linear;
}

body #header-model .uk-modal-dialog .uk-accordion li .uk-accordion-content li a {
  display: block;
  cursor: pointer;
  width: 100%;
}

body #header-model .uk-modal-dialog .uk-accordion li .uk-accordion-content li:hover {
  background-color: #000;
}

body #header-model .uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

body #header-model .uk-close {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #3146bb;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: grid;
  right: auto;
  left: 50%;
  margin-left: -20px;
  top: -10px;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #3146bb;
}

body::-webkit-scrollbar-track {
  background-color: #3146bb;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}

body .body-top {
  padding-top: 90px;
}

@media (max-width: 1500px) {
  body .body-top {
    padding-top: 90px;
  }
}

@media (max-width: 1130px) {
  body .body-top {
    padding-top: 140px;
  }
}

@media (max-width: 959px) {
  body .body-top {
    padding-top: 77px;
  }
}

body .blue {
  color: #3043b8;
}

body .red {
  color: #f53169;
}

body .gray {
  color: #434343;
}

body .font120 {
  font-size: 90px;
}

@media (max-width: 960px) {
  body .font120 {
    font-size: 60px;
  }
}

@media (max-width: 640px) {
  body .font120 {
    font-size: 40px;
  }
}

body .font70 {
  font-size: 56px;
}

@media (max-width: 960px) {
  body .font70 {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  body .font70 {
    font-size: 30px;
  }
}

body .font60 {
  font-size: 46px;
}

@media (max-width: 960px) {
  body .font60 {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  body .font60 {
    font-size: 30px;
  }
}

body .font56 {
  font-size: 40px;
}

@media (max-width: 960px) {
  body .font56 {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  body .font56 {
    font-size: 28px;
  }
}

body .font48 {
  font-size: 34px;
}

@media (max-width: 960px) {
  body .font48 {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  body .font48 {
    font-size: 24px;
  }
}

body .font36 {
  font-size: 24px;
}

@media (max-width: 960px) {
  body .font36 {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  body .font36 {
    font-size: 18px;
  }
}

body .font32 {
  font-size: 22px;
}

@media (max-width: 960px) {
  body .font32 {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  body .font32 {
    font-size: 16px;
  }
}

body .font30 {
  font-size: 20px;
}

@media (max-width: 960px) {
  body .font30 {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  body .font30 {
    font-size: 16px;
  }
}

body .font26 {
  font-size: 22px;
}

@media (max-width: 960px) {
  body .font26 {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  body .font26 {
    font-size: 14px;
  }
}

body .font24 {
  font-size: 20px;
}

@media (max-width: 960px) {
  body .font24 {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  body .font24 {
    font-size: 14px;
  }
}

body .font22 {
  font-size: 20px;
}

@media (max-width: 960px) {
  body .font22 {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  body .font22 {
    font-size: 13px;
  }
}

body .font16 {
  font-size: 15px;
}

@media (max-width: 960px) {
  body .font16 {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  body .font16 {
    font-size: 13px;
  }
}

body .item-hover {
  transition: all 0.3s linear;
  cursor: pointer;
}

body .item-hover:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translate(0, -10px, 0);
}

body .line-clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

body .line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body .line-clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body .uk-notification > * {
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.footer {
  background-color: #3146bb;
  color: #fefeff;
  font-size: 18px;
  padding: 50px 0 0;
}

.footer .uk-container {
  max-width: 1650px;
  margin: 0 auto;
}

.footer .footer-top {
  padding: 0 0 70px;
}

.footer .footer-top .footer-logo > a {
  margin-left: 20px;
  transition: all 0.3s linear;
}

.footer .footer-top .footer-logo > a:hover {
  transform: translateY(-5px);
}

@media (max-width: 640px) {
  .footer .footer-top {
    padding: 0 0 40px;
    flex-wrap: wrap;
  }
  .footer .footer-top .brand {
    width: 100%;
  }
  .footer .footer-top .brand img {
    width: 120px;
    margin: 0 0 20px;
  }
  .footer .footer-top .footer-logo {
    width: 100%;
  }
  .footer .footer-top .footer-logo > a {
    margin: 0 10px 0 0;
  }
}

.footer .footer-center .title {
  font-size: 24px;
  font-weight: bold;
}

.footer .footer-center .left {
  width: 50%;
}

.footer .footer-center .left p {
  padding-right: 40px;
}

.footer .footer-center .left .footer-logo > a {
  padding-bottom: 40px;
}

.footer .footer-center .right {
  width: 50%;
}

.footer .footer-center .right .title {
  padding-bottom: 15px;
}

.footer .footer-center .right .item {
  font-size: 18px;
  padding-left: 14%;
  padding-bottom: 40px;
}

.footer .footer-center .right .item > ul li {
  line-height: 40px;
}

@media (max-width: 1500px) {
  .footer .footer-center {
    flex-wrap: wrap;
  }
  .footer .footer-center > * {
    width: 45% !important;
  }
  .footer .footer-center > *.right .item {
    padding-left: 0;
    width: 33.33%;
  }
}

@media (max-width: 1350px) {
  .footer .footer-center {
    flex-wrap: wrap;
  }
  .footer .footer-center > * {
    width: 100% !important;
  }
  .footer .footer-center > *.right .item {
    padding-left: 0;
    width: 33.33%;
  }
}

@media (max-width: 640px) {
  .footer .footer-center {
    flex-wrap: wrap;
  }
  .footer .footer-center > * {
    width: 100% !important;
  }
  .footer .footer-center > *.right {
    flex-wrap: wrap;
  }
  .footer .footer-center > *.right .item {
    padding-left: 0;
    width: 100%;
    font-size: 15px;
    padding-bottom: 30px;
  }
  .footer .footer-center > *.right .item ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer-center > *.right .item ul li {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
    word-break: break-all;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .footer .footer-center > *.left {
    flex-wrap: wrap;
  }
  .footer .footer-center > *.left p {
    margin-bottom: 20px;
    width: 100%;
    padding-right: 0;
  }
}

.footer .footer-bottom {
  line-height: 36px;
  font-size: 16px;
  padding: 30px 0;
  border-top: 1px solid #98a3dd;
}

@media (max-width: 640px) {
  .footer .footer-bottom {
    line-height: 1.6;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
  }
}

.header {
  color: #fff;
  font-size: 18px;
  background-color: transparent;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 9;
  padding: 35px 0;
  transition: all 0.3s linear;
}

@media (max-width: 1200px) {
	.header{
		font-size: 16px
	}
}

@media (min-width: 1200px) {
	.header{
		font-size: 16px
	}
}

@media (min-width: 1500px) {
	.header{
		font-size: 17px
	}
}

.header * {
  /* font-family: 'BM DoHyeon' !important; */
}

.header .uk-container {
  max-width: 1650px;
  margin: 0 auto;
}

.header.on {
  padding: 20px 0;
  background-image: linear-gradient(#3146bb, transparent);
}

.header h1 {
  font-size: 0;
}

@media (max-width: 640px) {
  .header h1 .brand img {
    width: 120px;
  }
}

.header .header-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}
@media (max-width: 1250px) {
  .header .header-nav {
    padding: 0 20px;
  }
}
@media (max-width: 1500px) {
  .header .header-nav {
	padding: 0 20px;
	justify-content: space-between
  }
}

.header .header-nav .header-nav-link {
  position: relative;
  z-index: 8;
}
.header .header-nav .header-nav-link .arrow {
  display: none;
}
.header .header-nav .header-nav-link > a {
  position: relative;
  z-index: 3;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:1130px){
	.header .header-nav .header-nav-link > a{
		padding: 5px 20px;
	}
	.header .header-nav .header-nav-link .header-nav-link-ol li{
		padding: 10px 10px !important;
	}
}
.header .header-nav .header-nav-link:has(.header-nav-link-ol) .arrow {
  display: block;
  margin-left: 5px;
}
.header .header-nav .header-nav-link .header-nav-link-ol,.lang-box .header-nav-link-ol{
  display: block;
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  top: -10px;
  padding: 54px 0 6px 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 3px 6px #00000029;
          box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 200ms eas;
  transition: opacity 200ms eas;
}
.lang-box{
	z-index: 4
}
.header .header-nav .header-nav-link .header-nav-link-ol li,.lang-box .header-nav-link-ol li{
  padding: 9px 20px;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
}

.header .header-nav .header-nav-link .header-nav-link-ol li.uk-nav-divider,.lang-box .header-nav-link-ol li.uk-nav-divider{
	padding: 0 !important;
	background-color: #f1f1f1;
	height: 1px;
	margin: -5px 0 5px;
}
.header .header-nav .header-nav-link:hover .header-nav-link-ol,.lang-box:hover .header-nav-link-ol {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.header .bluesea-header-menu {
  position: relative;
  width: 30px;
  transition: all 0.3s linear;
  height: 20px;
}

.header .bluesea-header-menu a {
  display: block;
  height: 2px;
  position: relative;
  top: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  width: 20px;
  margin: 0px 20% 0;
  background: #fff;
}

.header .bluesea-header-menu a:before, .header .bluesea-header-menu a::after {
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  width: 100%;
  background: inherit;
}

.header .bluesea-header-menu a:before {
  top: -6px;
}

.header .bluesea-header-menu a:after {
  top: 6px;
}

.header .bluesea-header-menu.select {
  transform: rotate(90deg);
}

.header .bluesea-header-menu.select a {
  background-color: transparent;
}

.header .bluesea-header-menu.select a:before {
  top: 0;
  transform: translateY(0px) rotate(-45deg);
}

.header .bluesea-header-menu.select a::after {
  top: 0;
  transform: translateY(0px) rotate(45deg);
}

@media (max-width: 960px) {
  .header .bluesea-header-menu {
    order: 2;
  }
}

.header .lang-box {
  margin-left: 20px;
}

.header .lang-box>div{
	padding: 5px 20px
}

.header .lang-box > div i {
  margin-left: 10px;
}

@media (max-width: 960px) {
  .header .lang-box {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 15px;
  }
}

.header .lang-box .uk-dropdown {
  width: 70px;
  max-width: 70px !important;
  min-width: 70px !important;
  background: #fff;
  box-shadow: 2px 4px 8px 0px rgba(41, 58, 158, 0.3);
  border-radius: 10px;
  padding: 4px 15px;
  overflow-y: auto;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .header .lang-box .uk-dropdown {
    font-size: 15px;
  }
}

.header .lang-box .uk-dropdown li {
  padding: 15px 0;
  transition: all 0.3s linear;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.header .lang-box .uk-dropdown li a {
  width: 100%;
  display: block;
}

.header .lang-box .uk-dropdown li:hover {
  transform: translateX(2px);
}

.header .lang-box .uk-dropdown li.uk-nav-divider {
  height: 1px;
  background-color: #e5e5e5;
  padding: 0;
}

.header .lang-box .uk-dropdown li.uk-nav-divider:hover {
  background-color: transparent;
}

/*
@media (max-width: 1500px) {
  .header .uk-container {
    flex-wrap: wrap;
  }
  .header .uk-container h1 {
    order: 1;
  }
  .header .uk-container .header-right {
    order: 2;
  }
  .header .uk-container .header-nav {
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
  .header .uk-container .header-nav .header-nav-link {
    padding: 0 40px 0 0;
  }
}
*/

@media (max-width: 1130px) {
  .header .uk-container {
    flex-wrap: wrap;
  }
  .header .uk-container h1 {
    order: 1;
  }
  .header .uk-container .header-right {
    order: 2;
  }
  .header .uk-container .header-nav {
    width: 100%;
    order: 3;
    margin-top: 20px;
	padding: 0 0;
	  flex-shrink: 0;
	justify-content: space-between;
	  z-index: 3;
  }
  .header .uk-container .header-nav .header-nav-link {
    padding: 0 0px 0;
	position: relative
  }
}

@media (max-width: 960px) {
  .header .header-login-btn {
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .header .header-login-btn img {
    width: 60%;
  }
}

.header.whiteBg {
  background-image: none;
  background-color: #fff;
  color: #293da4;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 25px 0;
}

.header.whiteBg .bluesea-header-menu a {
  background-color: #293da4;
}

.header.whiteBg .header-login-btn {
  background-color: #293da4;
  border-color: #293da4;
}

.main .home {
  background-color: #0d164d;
}

.main .home .uk-container {
  max-width: 1650px;
  margin: 0 auto;
}

.main .home .home-section-banner {
  position: relative;
  height: 96vh;
  overflow: hidden;
  max-height: 1080px;
  min-height: 700px;
}

.main .home .home-section-banner .uk-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
  max-height: inherit;
  min-height: inherit;
}

.main .home .home-section-banner .uk-container .banner-text {
  line-height: 1.5;
  color: #fff;
}

.main .home .home-section-banner .uk-container .banner-text span {
  color: #f53169;
}

.main .home .home-section-banner .uk-container .banner-text h2 {
  font-size: 72px;
}

.main .home .home-section-banner .uk-container .banner-text h6 {
  margin-top: 40px;
  font-size: 26px;
  line-height: 36px;
  max-width: 60%;
}

@media (max-width: 1200px) {
  .main .home .home-section-banner .uk-container .banner-text h2 {
    font-size: 60px;
  }
  .main .home .home-section-banner .uk-container .banner-text h6 {
    font-size: 24px;
  }
}

@media (max-width: 960px) {
  .main .home .home-section-banner .uk-container .banner-text h2 {
    font-size: 45px;
    text-align: center;
  }
  .main .home .home-section-banner .uk-container .banner-text h6 {
    font-size: 22px;
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .main .home .home-section-banner .uk-container .banner-text h2 {
    font-size: 40px;
    text-align: left;
  }
  .main .home .home-section-banner .uk-container .banner-text h6 {
    font-size: 20px;
    max-width: 100%;
    text-align: left;
  }
}

.main .home .home-section-banner .home-section-banner-bg {
  position: absolute;
  height: inherit;
  max-height: inherit;
  min-height: inherit;
  z-index: 1;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.main .home .home-section-banner .home-section-banner-bg img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
}

.main .home .home-section-banner .home-section-banner-bg img.left {
  left: 0;
  z-index: 1;
}

.main .home .home-section-banner .home-section-banner-bg img.right {
  right: 0;
  z-index: 5;
}

.main .home .home-section-banner .home-section-banner-bg img.top {
  right: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 640px) {
  .main .home .home-section-banner .home-section-banner-bg img.top {
    width: 100%;
    height: auto;
  }
}

.main .home .home-section-banner .home-section-banner-bg img.ball-1 {
  width: 66px;
  height: auto;
  top: 26%;
  left: 40%;
}

@media (max-width: 640px) {
  .main .home .home-section-banner .home-section-banner-bg img.ball-1 {
    width: 30px;
  }
}

.main .home .home-section-banner .home-section-banner-bg img.ball-2 {
  width: 167px;
  height: auto;
  top: 15%;
  right: 2%;
  z-index: 3;
}

@media (max-width: 640px) {
  .main .home .home-section-banner .home-section-banner-bg img.ball-2 {
    width: 100px;
  }
}

.main .home .home-section-banner .home-section-banner-bg img.ball-3 {
  width: 116px;
  height: auto;
  bottom: 26%;
  right: 40%;
  z-index: 4;
}

@media (max-width: 640px) {
  .main .home .home-section-banner .home-section-banner-bg img.ball-3 {
    width: 40px;
  }
}

.main .home .home-section-banner .home-section-banner-bg img.line {
  height: auto;
  bottom: 6%;
  left: 30px;
  height: 50px;
  animation: infinite 1.5s ease upDown;
}

@media (min-width: 640px) {
  .main .home .home-section-banner .home-section-banner-bg img.line {
    height: 60px;
    left: 60px;
  }
}

@media (min-width: 960px) {
  .main .home .home-section-banner .home-section-banner-bg img.line {
    height: 80px;
    left: 80px;
  }
}

.main .home .home-section-content {
  background-image: url("../img/home-section-content-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: repeat;
  position: relative;
  line-height: 1.5;
  color: #fff;
}

.main .home .home-section-content span {
  color: #f53169;
}

.main .home .home-section-content h2 {
  font-size: 72px;
}

.main .home .home-section-content h3 {
  font-size: 56px;
}

.main .home .home-section-content h6 {
  margin-top: 40px;
  font-size: 26px;
  line-height: 36px;
}

@media (max-width: 1200px) {
  .main .home .home-section-content h2 {
    font-size: 60px;
  }
  .main .home .home-section-content h3 {
    font-size: 45px;
  }
  .main .home .home-section-content h6 {
    font-size: 24px;
  }
}

@media (max-width: 960px) {
  .main .home .home-section-content h2 {
    font-size: 45px;
  }
  .main .home .home-section-content h3 {
    font-size: 35px;
  }
  .main .home .home-section-content h6 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .main .home .home-section-content h2 {
    font-size: 40px;
  }
  .main .home .home-section-content h3 {
    font-size: 26px;
  }
  .main .home .home-section-content h6 {
    font-size: 18px;
  }
}

.main .home .home-section-content .swiper-wrapper {
  transition-timing-function: linear !important;
}

.main .home .home-section-content .swiper-btn {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .main .home .home-section-content .swiper-btn img {
    width: 170px;
  }
}

.main .home .home-section-content .line {
  height: 50px;
  animation: infinite 1.5s ease upDown;
}

@media (min-width: 640px) {
  .main .home .home-section-content .line {
    height: 60px;
  }
}

@media (min-width: 960px) {
  .main .home .home-section-content .line {
    height: 80px;
  }
}

.main .home .home-section-content .uk-container {
  position: relative;
  z-index: 1;
}

.main .home .home-section-content .uk-container .dsp-box {
  padding: 100px 0 0;
}

@media (max-width: 960px) {
  .main .home .home-section-content .uk-container .dsp-box {
    padding: 80px 0 0;
  }
}

@media (max-width: 640px) {
  .main .home .home-section-content .uk-container .dsp-box {
    padding: 60px 0 0;
  }
}

.main .home .home-section-content .uk-container .partner-box {
  padding: 200px 0 0px;
}

@media (max-width: 960px) {
  .main .home .home-section-content .uk-container .partner-box {
    padding: 120px 0 0px;
  }
}

@media (max-width: 640px) {
  .main .home .home-section-content .uk-container .partner-box {
    padding: 80px 0 0px;
  }
}

.main .home .home-section-content .uk-container .partner-box .title {
  padding-bottom: 70px;
}

@media (max-width: 960px) {
  .main .home .home-section-content .uk-container .partner-box .title {
    padding-bottom: 60px;
  }
}

@media (max-width: 640px) {
  .main .home .home-section-content .uk-container .partner-box .title {
    padding-bottom: 40px;
  }
}

.main .home .home-section-content .uk-container .partner-box .swiper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  padding: 40px 0;
}

@media (max-width: 640px) {
  .main .home .home-section-content .uk-container .partner-box .swiper .swiper-slide a {
    padding: 20px 0;
  }
}

.main .home .home-section-content .uk-container .partner-box .swiper .swiper-slide a img {
  max-width: 60%;
  max-height: 60%;
}

.main .home .home-section-content .highlights-box {
  overflow: hidden;
  position: relative;
  padding: 60px 15px 40px 15px;
}

.main .home .home-section-content .highlights-box .mouse-icon {
  pointer-events: none;
  position: absolute;
  width: 100px;
  left: 0;
  top: 0;
  z-index: 2;
  transform: scale(0);
}

@media (max-width: 960px) {
  .main .home .home-section-content .highlights-box .mouse-icon {
    width: 80px;
  }
}

@media (max-width: 640px) {
  .main .home .home-section-content .highlights-box .mouse-icon {
    width: 60px;
  }
}

@media (min-width: 640px) {
  .main .home .home-section-content .highlights-box {
    padding: 70px 0 70px 30px;
  }
}

@media (min-width: 960px) {
  .main .home .home-section-content .highlights-box {
    padding: 100px 0 100px 30px;
  }
}
@media (min-width: 1200px) {
  .main .home .home-section-content .highlights-box {
    padding: 150px 0 140px 40px;
  }
}

@media (min-width: 1500px) {
  .main .home .home-section-content .highlights-box {
    padding: 150px 0 140px 120px;
  }
}

.main .home .home-section-content .highlights-box .item {
  margin: 60px 0 50px;
  border-radius: 20px;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: all 0.3s linear;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main .home .home-section-content .highlights-box .item .item-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.main .home .home-section-content .highlights-box .item .item-text .time {
  font-size: 20px;
  opacity: 0.8;
  margin-bottom: 10px;
}

.main .home .home-section-content .highlights-box .item .item-text .title {
  font-size: 24px;
  transition: all 0.3s linear;
}

@media (max-width: 960px) {
  .main .home .home-section-content .highlights-box .item .item-text {
    padding: 20px;
  }
  .main .home .home-section-content .highlights-box .item .item-text .time {
    font-size: 18px;
    opacity: 0.8;
    margin-bottom: 10px;
  }
  .main .home .home-section-content .highlights-box .item .item-text .title {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .main .home .home-section-content .highlights-box .item .item-text {
    padding: 15px;
  }
  .main .home .home-section-content .highlights-box .item .item-text .time {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 10px;
  }
  .main .home .home-section-content .highlights-box .item .item-text .title {
    font-size: 18px;
  }
}

.main .home .home-section-content .highlights-box .item img.bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s linear;
}

@media (max-width: 960px) {
  .main .home .home-section-content .highlights-box .item {
    margin: 50px 0 40px;
  }
  .main .home .home-section-content .highlights-box .item img.bg {
    height: auto;
  }
}

@media (max-width: 640px) {
  .main .home .home-section-content .highlights-box .item {
    margin: 30px 0 30px;
  }
  .main .home .home-section-content .highlights-box .item img.bg {
    height: auto;
  }
}

.main .home .home-section-content .highlights-box .item:hover img {
  transform: scale(1.05);
}

.main .home .home-section-content .highlights-box .item:hover .item-text .title {
  margin-bottom: 10px;
}

.main .home .home-section-content .highlights-box .swiper-btn {
  margin-top: 0;
}

.main .Advertisers .uk-container {
  max-width: 1650px;
  margin: 0 auto;
}

.main .Advertisers .banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.main .Advertisers .banner p {
  line-height: 1.4;
}

.main .Advertisers .banner h6 {
  margin-top: 15px;
}

.main .Advertisers .banner .banner-text {
  padding: 50px 0;
}

.main .Advertisers .banner .uk-flex-0 {
  align-items: flex-end;
}

@media (max-width: 640px) {
  .main .Advertisers .banner .uk-flex-0 img {
    width: 40%;
  }
}

.main .Advertisers .Simplify {
  background-color: #f6f7f9;
  padding: 120px 0;
  word-break: break-all;
}

.main .Advertisers .Simplify .font36 {
  margin-top: 25px;
}

.main .Advertisers .Simplify .uk-container > .uk-grid {
  margin-left: -120px;
}

.main .Advertisers .Simplify .uk-container > .uk-grid > * {
  padding-left: 120px;
}

@media (max-width: 1200px) {
  .main .Advertisers .Simplify .uk-container > .uk-grid {
    margin-left: -80px;
  }
  .main .Advertisers .Simplify .uk-container > .uk-grid > * {
    padding-left: 80px;
  }
}

@media (max-width: 960px) {
  .main .Advertisers .Simplify .uk-container > .uk-grid {
    margin-left: -60px;
  }
  .main .Advertisers .Simplify .uk-container > .uk-grid > * {
    padding-left: 60px;
  }
}

.main .Advertisers .Simplify .Simplify-box {
  position: relative;
}

.main .Advertisers .Simplify .Simplify-box li {
  position: relative;
  z-index: 1;
}

.main .Advertisers .Simplify .Simplify-box li .item {
  text-align: center;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  padding: 0 15px 100%;
  background-color: #f53169;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 40px;
}

.main .Advertisers .Simplify .Simplify-box li:nth-child(2) .item, .main .Advertisers .Simplify .Simplify-box li:nth-child(3) .item {
  background-color: #3043b8;
}

.main .Advertisers .Simplify .Simplify-box li .font30 {
  padding-top: 35%;
}

.main .Advertisers .Simplify .Simplify-box::after {
  position: absolute;
  content: '';
  z-index: 0;
  width: 60%;
  height: 60%;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  transform: rotate(45deg);
  top: 25%;
  left: 25%;
}

@media (max-width: 640px) {
  .main .Advertisers .Simplify .Simplify-box.uk-grid {
    margin-left: -15px;
  }
  .main .Advertisers .Simplify .Simplify-box.uk-grid > * {
    padding-left: 15px;
  }
  .main .Advertisers .Simplify .Simplify-box li .item {
    margin-top: 15px;
  }
	.main .Advertisers .Simplify .Simplify-box li .item p.fontsize{
		padding-top: 40%;
		font-size: 18px	
	}
}

@media (max-width: 960px) {
  .main .Advertisers .Simplify {
    padding: 80px 0;
  }
  .main .Advertisers .Simplify .font36 {
    margin-top: 20px;
  }
	.main .Advertisers .Simplify .Simplify-box li .item p.fontsize{
		padding-top: 30%;
		font-size: 20px	
	}
}
.main .Advertisers .Simplify .Simplify-box li .item p.fontsize{
		padding-top: 30%;
		font-size: 36px	
	}
@media (max-width: 1200px) {
	.main .Advertisers .Simplify .Simplify-box li .item p.fontsize{
		padding-top: 30%;
		font-size: 24px	
	}
}

@media (max-width: 640px) {
  .main .Advertisers .Simplify {
    padding: 40px 0;
  }
  .main .Advertisers .Simplify .font36 {
    margin-top: 15px;
  }
}

.main .Advertisers .Goal {
  padding: 120px 0;
}

.main .Advertisers .Goal .font36 {
  margin-top: 25px;
  margin-bottom: 70px;
}

@media (max-width: 960px) {
  .main .Advertisers .Goal {
    padding: 80px 0;
  }
  .main .Advertisers .Goal .font36 {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .main .Advertisers .Goal {
    padding: 40px 0;
  }
  .main .Advertisers .Goal .font36 {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.main .Advertisers .efficiency {
  position: relative;
  padding: 120px 0 120px;
  background-color: #f53169;
}
@media (max-width: 960px) {
  .main .Advertisers .efficiency {
    padding: 80px 0 80px;
  }
}
@media (max-width: 640px) {
  .main .Advertisers .efficiency {
    padding: 40px 0 40px;
  }
}
.main .Advertisers .efficiency .font56 {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .main .Advertisers .efficiency .font56 {
    margin-bottom: 0px;
  }
}
.main .Advertisers .efficiency .title {
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .main .Advertisers .efficiency .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .main .Advertisers .efficiency .title {
    margin-bottom: 20px;
  }
}
.main .Advertisers .efficiency .swiper {
  margin-left: 80px;
  padding-right: 80px;
}
@media (max-width: 960px) {
  .main .Advertisers .efficiency .swiper {
    padding-right: 60px;
    margin-left: 60px;
  }
}
@media (max-width: 640px) {
  .main .Advertisers .efficiency .swiper {
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.main .Advertisers .efficiency .swiper .swiper-slide {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 50px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main .Advertisers .efficiency .swiper .swiper-slide .logo {
  max-width: 60%;
}
@media (max-width: 960px) {
  .main .Advertisers .efficiency .swiper .swiper-slide .ad-img {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .main .Advertisers .efficiency .swiper .swiper-slide .ad-img {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .main .Advertisers .efficiency .swiper .swiper-slide {
    padding: 40px 60px;
    border-radius: 30px;
  }
}
@media (max-width: 640px) {
  .main .Advertisers .efficiency .swiper .swiper-slide {
    padding: 30px 15px;
    border-radius: 20px;
  }
}
.main .Advertisers .efficiency .swiper .swiper-slide .tips {
  margin: 60px 0;
}
@media (max-width: 1200px) {
  .main .Advertisers .efficiency .swiper .swiper-slide .tips {
    margin: 50px 0;
  }
}
@media (max-width: 960px) {
  .main .Advertisers .efficiency .swiper .swiper-slide .tips {
    margin: 40px 0;
  }
}
@media (max-width: 640px) {
  .main .Advertisers .efficiency .swiper .swiper-slide .tips {
    margin: 20px 0;
  }
}
.main .Advertisers .efficiency .swiper-btn {
  z-index: 1;
  position: absolute;
  top: 52%;
  -webkit-transform: translateX(-20px) translateY(-48%);
          transform: translateX(-20px) translateY(-48%);
  width: calc(100% + 40px);
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 960px) {
  .main .Advertisers .efficiency .swiper-btn {
    padding: 0 60px;
    -webkit-transform: translateX(-20px) translateY(-48%);
            transform: translateX(-20px) translateY(-48%);
  }
}
@media (max-width: 640px) {
  .main .Advertisers .efficiency .swiper-btn {
    display: none;
  }
}
.main .Advertisers .efficiency .swiper-btn > img {
  pointer-events: all;
  cursor: pointer;
}

.main .Advertisers .platform {
  padding: 120px 0;
}

.main .Advertisers .platform .font36 {
  margin: 40px 0 50px;
}

@media (max-width: 960px) {
  .main .Advertisers .platform .font36 {
    margin: 20px 0 30px;
  }
}

@media (max-width: 640px) {
  .main .Advertisers .platform .font36 {
    margin: 15px 0 20px;
  }
}

.main .Advertisers .platform li {
  position: relative;
  padding-left: 20px;
}

.main .Advertisers .platform li::before {
  left: 0;
  content: '';
  width: 14px;
  height: 14px;
  background-color: #293da4;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main .Advertisers .platform .right-box {
  color: #fff;
  position: relative;
}

.main .Advertisers .platform .right-box .ball-1, .main .Advertisers .platform .right-box .ball-2, .main .Advertisers .platform .right-box .ball-3 {
  position: absolute;
}

@media (max-width: 640px) {
  .main .Advertisers .platform .right-box .ball-1 img, .main .Advertisers .platform .right-box .ball-2 img, .main .Advertisers .platform .right-box .ball-3 img {
    width: 70%;
  }
}

.main .Advertisers .platform .right-box .ball-1 {
  top: 2%;
  left: -10%;
  width: 200px;
  z-index: 1;
}

.main .Advertisers .platform .right-box .ball-2 {
  top: 0%;
  right: 0;
  width: 200px;
  z-index: 1;
}

.main .Advertisers .platform .right-box .ball-3 {
  bottom: -2%;
  right: 0;
  width: 200px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .main .Advertisers .platform {
    padding: 80px 0;
  }
  .main .Advertisers .platform .right-box {
    margin-top: 60px;
    margin-left: 50px;
  }
}

@media (max-width: 960px) {
  .main .Advertisers .platform {
    padding: 80px 0;
  }
  .main .Advertisers .platform .right-box {
    margin-top: 50px;
    margin-left: 50px;
  }
}

@media (max-width: 640px) {
  .main .Advertisers .platform {
    padding: 40px 0;
  }
  .main .Advertisers .platform .right-box {
    margin-top: 20px;
    margin-left: 10px;
  }
}

.main .Advertisers .platform .uk-grid {
  margin-left: -120px;
}

.main .Advertisers .platform .uk-grid > * {
  padding-left: 120px;
}

@media (max-width: 1200px) {
  .main .Advertisers .platform .uk-grid {
    margin-left: -80px;
  }
  .main .Advertisers .platform .uk-grid > * {
    padding-left: 80px;
  }
}

@media (max-width: 960px) {
  .main .Advertisers .platform .uk-grid {
    margin-left: -60px;
  }
  .main .Advertisers .platform .uk-grid > * {
    padding-left: 60px;
  }
}

.main .Publishers .uk-container {
  max-width: 1650px;
  margin: 0 auto;
}

.main .Publishers .banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.main .Publishers .banner p {
  line-height: 1.4;
}

.main .Publishers .banner h6 {
  margin-top: 15px;
}

.main .Publishers .banner .banner-text {
  padding: 50px 0;
}

.main .Publishers .banner .uk-flex-0 {
  align-items: flex-end;
}

@media (max-width: 640px) {
  .main .Publishers .banner .uk-flex-0 img {
    width: 40%;
  }
}

.main .Publishers .Competitive {
  padding: 120px 0;
}

@media (max-width: 960px) {
  .main .Publishers .Competitive {
    padding: 80px 0;
  }
}

@media (max-width: 640px) {
  .main .Publishers .Competitive {
    padding: 40px 0;
  }
}

.main .Publishers .Competitive .uk-grid:nth-child(2) {
  margin-top: 40px;
}

@media (max-width: 640px) {
  .main .Publishers .Competitive .uk-grid:nth-child(2) > .item:nth-child(1) {
    order: 2;
  }
  .main .Publishers .Competitive .uk-grid:nth-child(2) > .item:nth-child(2) {
    order: 1;
  }
}

.main .Publishers .Competitive .uk-grid .img-box {
  width: 250px !important;
}

@media (max-width: 640px) {
  .main .Publishers .Competitive .uk-grid .img-box {
    margin-top: 30px;
    width: 40% !important;
  }
}

.main .Publishers .solutions {
  padding: 120px 0;
  background-color: #f6f7f9;
}

.main .Publishers .solutions .font36 {
  margin: 40px 0;
}

.main .Publishers .solutions .item-inner {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 40px 60px;
  height: inherit;
  margin-bottom: 40px;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url("../img/publisher-item-bg.png");
  background-size: contain;
}

.main .Publishers .solutions .item-inner .font32 {
  margin: 30px 0 40px;
}

.main .Publishers .solutions .desc-box {
  border-top: 1px solid #9f9f9f;
  padding-top: 20px;
  margin-top: 40px;
}

.main .Publishers .solutions .desc-box li {
  margin-left: 20px;
  list-style-image: url("../img/publisher-item-li.png");
}

.main .Publishers .solutions .swiper-btn {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .main .Publishers .solutions .swiper-btn {
    margin-top: 10px;
  }
  .main .Publishers .solutions .swiper-btn img {
    width: auto;
  }
}

@media (max-width: 960px) {
  .main .Publishers .solutions {
    padding: 80px 0;
  }
  .main .Publishers .solutions .font36 {
    margin: 30px 0;
  }
  .main .Publishers .solutions .item-inner {
    padding: 40px 30px 50px;
    margin-bottom: 30px;
  }
  .main .Publishers .solutions .item-inner .font32 {
    margin: 20px 0 30px;
  }
  .main .Publishers .solutions .desc-box {
    border-top: 1px solid #9f9f9f;
    padding-top: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .main .Publishers .solutions {
    padding: 40px 0;
  }
  .main .Publishers .solutions .font36 {
    margin: 20px 0;
  }
  .main .Publishers .solutions .item-inner {
    margin-bottom: 20px;
  }
  .main .Publishers .solutions .item-inner .font32 {
    margin: 10px 0 20px;
  }
  .main .Publishers .solutions .desc-box {
    border-top: 1px solid #9f9f9f;
    padding-top: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
}

.main .Publishers .Adformat {
  padding: 120px 0;
}

.main .Publishers .Adformat .font56 {
  margin: 0px 0 100px;
}

.main .Publishers .Adformat .font24 {
  margin: 100px 0 0;
}

@media (max-width: 1200px) {
  .main .Publishers .Adformat {
    padding: 100px 0 0;
  }
  .main .Publishers .Adformat .font56 {
    margin: 0px 0 60px;
  }
  .main .Publishers .Adformat .font24 {
    margin: 60px 0 80px;
  }
}

@media (max-width: 960px) {
  .main .Publishers .Adformat {
    padding: 80px 0 0;
  }
  .main .Publishers .Adformat .font56 {
    margin: 0px 0 60px;
  }
  .main .Publishers .Adformat .font24 {
    margin: 60px 0 80px;
  }
}

@media (max-width: 640px) {
  .main .Publishers .Adformat {
    padding: 40px 0 0;
  }
  .main .Publishers .Adformat .font56 {
    margin: 0px 0 30px;
  }
  .main .Publishers .Adformat .font24 {
    margin: 30px 0 50px;
  }
}

.main .Publishers .Publisher {
  padding: 120px 0;
  background-color: #f6f7f9;
}

.main .Publishers .Publisher .font56 {
  margin: 0px 0 80px;
}

@media (max-width: 960px) {
  .main .Publishers .Publisher {
    padding: 80px 0;
  }
  .main .Publishers .Publisher .font56 {
    margin: 0px 0 60px;
  }
}

@media (max-width: 640px) {
  .main .Publishers .Publisher {
    padding: 40px 0;
  }
  .main .Publishers .Publisher .font56 {
    margin: 0px 0 30px;
  }
}

.main .Publishers .Publisher .swiper-wrapper {
  transition-timing-function: linear !important;
}

.main .Publishers .Publisher .swiper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  padding: 40px 0;
}

@media (max-width: 640px) {
  .main .Publishers .Publisher .swiper .swiper-slide a {
    padding: 20px 0;
  }
}

.main .Publishers .Publisher .swiper .swiper-slide a img {
  max-width: 60%;
  max-height: 60%;
}

.main .Publishers .Publisher .swiper-btn {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .main .Publishers .Publisher .swiper-btn img {
    width: 170px;
  }
}

.main .Publishers .Document {
  padding: 120px 0;
}

@media (max-width: 960px) {
  .main .Publishers .Document {
    padding: 80px 0;
  }
}

@media (max-width: 640px) {
  .main .Publishers .Document {
    padding: 40px 0;
  }
}

.main .Publishers .Document .uk-grid .item-inner {
  min-height: 123px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  background-image: linear-gradient(90deg, #5369e8, #3146bb);
  padding: 20px 80px;
  box-sizing: border-box;
  margin-top: 40px;
  display: flex;
}

@media (max-width: 960px) {
  .main .Publishers .Document .uk-grid .item-inner {
    padding: 30px 60px;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .main .Publishers .Document .uk-grid .item-inner {
    padding: 20px 60px;
    margin-top: 20px;
    min-height: auto;
  }
}

.main .Publishers .Document .uk-grid .item-inner .tag {
  position: absolute;
  background-color: #f53169;
  border-radius: 0 0 20px 0;
  width: 44px;
  height: 44px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .Insights .uk-container {
  max-width: 1650px;
  margin: 0 auto;
}

.main .Insights .banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 300px;
}

.main .Insights .banner .uk-container {
  height: inherit;
}

.main .Insights .banner .uk-container > * {
  height: inherit;
}

.main .Insights .banner p {
  line-height: 1.4;
}

.main .Insights .banner .font26 {
  margin-top: 10px;
}

.main .Insights .details {
  padding: 120px 0;
  color: #1b1b1b;
}

.main .Insights .details .font16 {
  font-weight: lighter;
  color: #b1b1b1;
}

.main .Insights .details .item-inner-img {
  transition: all 0.3s linear;
  max-height: 335px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 20px;
}

.main .Insights .details .item-inner {
  margin-bottom: 60px;
}

.main .Insights .details .item-inner:hover .item-inner-img {
  transform: scale(1.02);
}

.main .Insights .details .uk-button {
  margin: 0 auto;
  width: 514px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 45px;
  border: solid 2px #d2d2d2;
  max-width: 100%;
}

.main .Insights .details .uk-button i {
  margin-left: 10px;
}

.main .Insights .details .uk-button:hover {
  border-color: #293da4;
}

@media (max-width: 960px) {
  .main .Insights .details {
    padding: 80px 0;
  }
  .main .Insights .details .item-inner-img {
    max-height: 300px;
  }
  .main .Insights .details .item-inner {
    margin-bottom: 30px;
  }
  .main .Insights .details .uk-button {
    width: 400px;
    height: 60px;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .main .Insights .details {
    padding: 40px 0;
  }
  .main .Insights .details .item-inner-img {
    max-height: 200px;
  }
  .main .Insights .details .item-inner {
    margin-bottom: 20px;
  }
  .main .Insights .details .uk-button {
    width: 200px;
    height: 50px;
    max-width: 100%;
  }
}

.main .Insights .details-top {
  padding: 40px 0 90px;
  border-bottom: 1px solid #959595;
}

@media (max-width: 960px) {
  .main .Insights .details-top img {
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .main .Insights .details-top {
    padding: 30px 0 50px;
  }
}

.main .Insights .content {
  padding: 60px 0 126px;
}

@media (max-width: 960px) {
  .main .Insights .content {
    padding: 40px 0 80px;
  }
}

@media (max-width: 640px) {
  .main .Insights .content {
    padding: 30px 0 50px;
  }
}

.main .Insights .share-box {
  padding-bottom: 60px;
}

.main .Insights .share-box a {
  padding: 0 20px;
  display: block;
}

.main .Insights .recommed-box {
  color: #1b1b1b;
  padding-bottom: 60px;
}

.main .Insights .recommed-box .font16 {
  font-weight: lighter;
  color: #b1b1b1;
}

.main .Insights .recommed-box .font60.line {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #959595;
}

@media (max-width: 960px) {
  .main .Insights .recommed-box .font60.line {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .main .Insights .recommed-box .font60.line {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.main .Insights .recommed-box .item-inner-img {
  transition: all 0.3s linear;
  max-height: 335px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 20px;
}

.main .Insights .recommed-box .item-inner {
  margin-bottom: 60px;
}

.main .Insights .recommed-box .item-inner:hover .item-inner-img {
  transform: scale(1.02);
}

@media (max-width: 960px) {
  .main .Insights .recommed-box {
    padding-bottom: 50px;
  }
  .main .Insights .recommed-box .item-inner-img {
    max-height: 300px;
  }
  .main .Insights .recommed-box .item-inner {
    margin-bottom: 30px;
  }
  .main .Insights .recommed-box .uk-button {
    width: 400px;
    height: 60px;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .main .Insights .recommed-box {
    padding-bottom: 40px;
  }
  .main .Insights .recommed-box .item-inner-img {
    max-height: 200px;
  }
  .main .Insights .recommed-box .item-inner {
    margin-bottom: 20px;
  }
  .main .Insights .recommed-box .uk-button {
    width: 200px;
    height: 50px;
    max-width: 100%;
  }
}

.main .ContactUs .uk-container {
  max-width: 1650px;
  margin: 0 auto;
}

.main .ContactUs .banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 300px;
}

.main .ContactUs .banner .uk-container {
  height: inherit;
}

.main .ContactUs .banner .uk-container > * {
  height: inherit;
}

.main .ContactUs .banner p {
  line-height: 1.4;
}

.main .ContactUs .form-box {
  padding: 50px 0 200px;
}

.main .ContactUs .form-box .form-cell {
  padding-top: 70px;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main .ContactUs .form-box .form-cell .value {
  padding: 20px 0;
  border-bottom: 1px solid #959595;
}

.main .ContactUs .form-box .form-cell .value input {
  width: 100%;
  font-size: inherit;
}

.main .ContactUs .form-box .form-cell .value input::placeholder {
  color: #b5b5b5;
}

.main .ContactUs .form-box .form-cell img {
  width: 18px;
  height: 100%;
}

@media (max-width: 960px) {
  .main .ContactUs .form-box .form-cell {
    padding-top: 50px;
  }
  .main .ContactUs .form-box .form-cell img {
    width: 15px;
  }
}

@media (max-width: 640px) {
  .main .ContactUs .form-box .form-cell {
    padding-top: 30px;
  }
  .main .ContactUs .form-box .form-cell img {
    width: 10px;
  }
}

@media (max-width: 640px) {
  .main .ContactUs .form-box .swiper-btn img {
    width: 200px;
  }
}

.main .ContactUs .form-box .tips {
  padding: 60px 0 40px;
}

.main .ContactUs .form-box .tips span {
  margin-left: 10px;
}

.main .ContactUs .form-box .desc {
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .main .ContactUs .form-box {
    padding: 40px 0 100px;
  }
  .main .ContactUs .form-box .tips {
    padding: 40px 0 30px;
  }
  .main .ContactUs .form-box .tips span {
    margin-left: 10px;
  }
  .main .ContactUs .form-box .desc {
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .main .ContactUs .form-box {
    padding: 30px 0 80px;
  }
  .main .ContactUs .form-box .font24 {
    font-size: 15px;
  }
  .main .ContactUs .form-box .tips {
    padding: 30px 0 20px;
  }
  .main .ContactUs .form-box .tips span {
    margin-left: 10px;
  }
  .main .ContactUs .form-box .desc {
    margin-bottom: 30px;
  }
}

.main .ContactUs .touch {
  padding-bottom: 120px;
}

@media (max-width: 960px) {
  .main .ContactUs .touch {
    padding-bottom: 80px;
  }
}

@media (max-width: 640px) {
  .main .ContactUs .touch {
    padding-bottom: 40px;
  }
}

.main .ContactUs .touch .desc {
  padding: 25px 0;
  color: #434343;
}

.main .ContactUs .touch .item-inner {
  margin-top: 100px;
}

@media (max-width: 960px) {
  .main .ContactUs .touch .item-inner {
    margin-top: 80px;
  }
}

@media (max-width: 640px) {
  .main .ContactUs .touch .item-inner {
    margin-top: 40px;
  }
}

.main .ContactUs .touch .item-inner > img {
  transition: all 0.3s linear;
  margin: 0 auto 60px;
  display: block;
}

@media (max-width: 960px) {
  .main .ContactUs .touch .item-inner > img {
    margin: 0 auto 40px;
  }
}

@media (max-width: 640px) {
  .main .ContactUs .touch .item-inner > img {
    margin: 0 auto 20px;
  }
}

.main .ContactUs .touch .item-inner:hover img {
  transform: scale(1.02);
}

.main .ContactUs .touch .uk-flex-top img {
  margin-right: 10px;
}

@media (max-width: 640px) {
  .main .ContactUs .touch .uk-flex-top img {
    width: 15px;
  }
}

.main .Vision .uk-container {
  max-width: 1650px;
  margin: 0 auto;
}

.main .Vision .banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 300px;
}

.main .Vision .banner .uk-container {
  height: inherit;
}

.main .Vision .banner .uk-container > * {
  height: inherit;
}

.main .Vision .banner p {
  line-height: 1.4;
}

.main .Vision .details {
  overflow: hidden;
}

.main .Vision .details .uk-grid {
  margin-top: 120px;
}

@media (max-width: 1200px) {
  .main .Vision .details .uk-grid:nth-child(1) .right {
    margin-top: 40px;
  }
  .main .Vision .details .uk-grid:nth-child(2) .left {
    order: 1;
  }
  .main .Vision .details .uk-grid:nth-child(2) .right {
    order: 2;
    margin-top: 40px;
  }
}

@media (max-width: 960px) {
  .main .Vision .details .uk-grid {
    margin-top: 80px;
  }
}

@media (max-width: 640px) {
  .main .Vision .details .uk-grid {
    margin-top: 40px;
  }
}

.main .Vision .bottom .title {
  padding: 120px 0 80px;
}

@media (max-width: 960px) {
  .main .Vision .bottom .title {
    padding: 80px 0 60px;
  }
}

@media (max-width: 640px) {
  .main .Vision .bottom .title {
    padding: 40px 0 20px;
  }
}

.main .Vision .bottom .bottom-top {
  border-radius: 20px;
  overflow: hidden;
}

.main .Vision .bottom .bottom-top.uk-grid {
  margin: 0;
}

.main .Vision .bottom .bottom-top.uk-grid > * {
  padding: 0;
}

.main .Vision .bottom .bottom-top .item {
  min-height: 300px;
  display: flex;
  align-items: center;
  padding: 40px 60px;
}

.main .Vision .bottom .bottom-top .item:nth-child(2n+1) {
  background-color: #f53169;
  color: #fff;
}

.main .Vision .bottom .bottom-top .item:nth-child(2n) {
  background-color: #293da4;
  color: #fff;
}

@media (max-width: 1200px) {
  .main .Vision .bottom .bottom-top .item:nth-child(3n+1) {
    background-color: #f53169;
    color: #fff;
  }
  .main .Vision .bottom .bottom-top .item:nth-child(3) {
    background-color: #293da4;
    color: #fff;
  }
}

@media (max-width: 640px) {
  .main .Vision .bottom .bottom-top .item {
    min-height: auto;
    padding: 30px 20px;
  }
  .main .Vision .bottom .bottom-top .item:nth-child(2n+1) {
    background-color: #f53169;
  }
  .main .Vision .bottom .bottom-top .item:nth-child(2n) {
    background-color: #293da4;
    color: #fff;
  }
}

.main .Vision .bottom .bottom-bottom {
  padding-bottom: 150px;
}

.main .Vision .bottom .bottom-bottom .item-inner {
  position: relative;
  display: block;
  background-image: url("../img/version-item-bg.png");
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  word-break: break-all;
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .main .Vision .bottom .bottom-bottom .item-inner {
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .main .Vision .bottom .bottom-bottom .item-inner {
    margin-bottom: 20px;
  }
}

.main .Vision .bottom .bottom-bottom .item-inner img {
  width: 100%;
  max-height: 387px;
  object-fit: cover;
  object-position: center;
}

.main .Vision .bottom .bottom-bottom .item-inner .item-text {
  padding: 25px;
}

@media (max-width: 960px) {
  .main .Vision .bottom .bottom-bottom {
    padding-bottom: 100px;
  }
}

@media (max-width: 640px) {
  .main .Vision .bottom .bottom-bottom {
    padding-bottom: 60px;
  }
}

.main .Activities .uk-container {
  max-width: 1650px;
  margin: 0 auto;
}

.main .Activities .banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  color: #fff;
}

.main .Activities .banner p {
  line-height: 1.4;
}

.main .Activities .banner h6 {
  margin-top: 15px;
}

.main .Activities .banner .banner-text {
  padding: 50px 0;
}

.main .Activities .banner .uk-flex-0 {
  align-items: flex-end;
}

@media (max-width: 640px) {
  .main .Activities .banner .uk-flex-0 img {
    width: 40%;
  }
}

.main .Activities .banner .uk-container {
  height: inherit;
}

.main .Activities .banner .uk-container > * {
  height: inherit;
}

.main .Activities .book-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 80px;
  margin: 50px 0;
  position: relative;
}

.main .Activities .book-item .logo {
  position: absolute;
  top: 80px;
  left: 80px;
  width: 200px;
  line-height: 0;
}

.main .Activities .book-item .book-form {
  display: none;
  border-top: 1px solid #959595;
  padding: 80px 0 0;
  margin-top: 80px;
}

.main .Activities .book-item .book-form .form-box {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 40px;
  font-size: 18px;
}

.main .Activities .book-item .book-form .form-box .form-cell {
  padding-bottom: 20px;
  clear: both;
}

.main .Activities .book-item .book-form .form-box .form-cell .value {
  height: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #949494;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-top: 10px;
}

.main .Activities .book-item .book-form .form-box .form-cell .value input {
  font-size: 16px;
  width: 100%;
}

.main .Activities .book-item .book-form .form-box .form-cell .select {
  margin-top: 10px;
  position: relative;
  height: 50px;
}

.main .Activities .book-item .book-form .form-box .form-cell .select .nice-select {
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: solid 1px #949494;
  width: 100%;
}

.main .Activities .book-item .book-form .form-box .form-cell .select .nice-select .list {
  width: 100%;
}

.main .Activities .book-item .book-form .form-box .uk-button {
  height: 60px;
  background-color: #f53169;
  border-radius: 30px;
  margin-top: 10px;
  color: #fff;
  cursor: pointer;
}

.main .Activities .book-item .uk-button {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .main .Activities .book-item .uk-button img {
    width: 200px;
  }
}

@media (max-width: 1200px) {
  .main .Activities .book-item {
    padding: 50px;
  }
  .main .Activities .book-item .book-form .form-box {
    padding: 20px;
  }
}

@media (max-width: 960px) {
  .main .Activities .book-item {
    padding: 100px 40px 40px;
    margin: 30px 0;
  }
  .main .Activities .book-item .logo {
    top: 50px;
    left: 50px;
    width: 100px;
  }
  .main .Activities .book-item .book-form {
    padding: 50px 0 0;
    margin-top: 50px;
  }
  .main .Activities .book-item .book-form .form-box {
    margin-top: 30px;
    padding: 30px;
  }
  .main .Activities .book-item .book-form .form-box .form-cell {
    padding-bottom: 15px;
  }
  .main .Activities .book-item .book-form .form-box .form-cell .value {
    height: 50px;
  }
  .main .Activities .book-item .book-form .form-box .uk-button {
    height: 50px;
  }
}

@media (max-width: 640px) {
  .main .Activities .book-item {
    padding: 60px 20px 20px;
    margin: 20px 0;
  }
  .main .Activities .book-item .logo {
    top: 20px;
    left: 20px;
    width: 80px;
  }
  .main .Activities .book-item .book-form {
    padding: 30px 0 0;
    margin-top: 30px;
  }
  .main .Activities .book-item .book-form .form-box {
    margin-top: 30px;
    padding: 20px 15px;
  }
  .main .Activities .book-item .book-form .form-box .form-cell {
    padding-bottom: 15px;
  }
  .main .Activities .book-item .book-form .form-box .form-cell .value {
    height: 50px;
  }
  .main .Activities .book-item .book-form .form-box .uk-button {
    height: 50px;
  }
}

.main .Activities .Schedule {
  background-image: url("../img/Activities-form-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main .Activities .Schedule .form-box {
  max-width: 900px;
  margin: 0 auto;
}

.main .Activities .Schedule .form-box .form-cell {
  padding-bottom: 20px;
  clear: both;
}

.main .Activities .Schedule .form-box .form-cell .value {
  height: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #949494;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-top: 10px;
}

.main .Activities .Schedule .form-box .form-cell .value input {
  font-size: 16px;
  width: 100%;
}

.main .Activities .Schedule .form-box .form-cell .select {
  margin-top: 10px;
  position: relative;
  height: 50px;
}

.main .Activities .Schedule .form-box .form-cell .select .nice-select {
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: solid 1px #949494;
  width: 100%;
}

.main .Activities .Schedule .form-box .form-cell .select .nice-select .list {
  width: 100%;
}

.main .Activities .Schedule .form-box .desc {
  margin: 20px 0;
  align-items: flex-start;
}

.main .Activities .Schedule .form-box .desc input {
  display: block;
  margin-top: 4px;
}

.main .Activities .Schedule .form-box .desc span {
  margin-left: 10px;
}

.main .Activities .Schedule .form-box .uk-button {
  width: 300px;
  height: 60px;
  background-color: #f53169;
  border-radius: 30px;
  margin-top: 10px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 100px;
}

@media (max-width: 640px) {
  .main .Activities .Schedule .form-box .uk-button {
    margin-bottom: 60px;
  }
}

.main .Games {
  background-color: #000;
}

.main .Games .red {
  color: #cc0200;
}

.main .Games .banner {
  padding: 100px 0;
  color: #fff;
}

.main .Games .banner .link {
  max-width: 100%;
  width: 380px;
  line-height: 80px;
  max-width: 100%;
  display: block;
  background-color: #cc0200;
  text-align: center;
  margin-top: 50px;
}

.main .Games .banner h6 {
  line-height: 1.5;
  margin-top: 50px;
}

@media (max-width: 960px) {
  .main .Games .banner {
    padding: 70px 0;
  }
  .main .Games .banner .link {
    max-width: 100%;
    line-height: 60px;
    margin-top: 40px;
  }
  .main .Games .banner h6 {
    line-height: 1.5;
    margin-top: 40px;
  }
}

@media (max-width: 640px) {
  .main .Games .banner {
    padding: 40px 0;
  }
  .main .Games .banner .link {
    width: 100%;
    line-height: 50px;
    margin-top: 20px;
  }
  .main .Games .banner h6 {
    line-height: 1.5;
    margin-top: 20px;
  }
}

.main .Games .Featured {
  padding: 100px 0 50px;
}

.main .Games .Featured .title {
  padding: 0px 0 100px;
}

.main .Games .Featured .uk-grid {
  margin-left: -165px;
}

.main .Games .Featured .uk-grid > * {
  padding-left: 165px;
}

.main .Games .Featured .item-inner {
  margin-bottom: 165px;
  color: #fff;
}

.main .Games .Featured .item-inner .item-img {
  margin-bottom: 30px;
  max-height: 430px;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.main .Games .Featured .item-inner .item-logo {
  padding: 25px 0;
}

.main .Games .Featured .item-inner .item-logo a {
  margin-right: 15px;
}

@media (max-width: 1200px) {
  .main .Games .Featured .uk-grid {
    margin-left: -100px;
  }
  .main .Games .Featured .uk-grid > * {
    padding-left: 100px;
  }
  .main .Games .Featured .item-inner {
    margin-bottom: 105px;
  }
  .main .Games .Featured .item-inner .item-img {
    max-height: 430px;
    min-height: 200px;
  }
  .main .Games .Featured .item-inner .item-logo {
    padding: 25px 0;
  }
  .main .Games .Featured .item-inner .item-logo a {
    margin-right: 15px;
  }
}

@media (max-width: 960px) {
  .main .Games .Featured {
    padding: 30px 0;
  }
  .main .Games .Featured .title {
    padding: 0px 0 60px;
  }
  .main .Games .Featured .uk-grid {
    margin-left: -50px;
  }
  .main .Games .Featured .uk-grid > * {
    padding-left: 50px;
  }
  .main .Games .Featured .item-inner {
    margin-bottom: 50px;
  }
  .main .Games .Featured .item-inner .item-logo {
    padding: 20px 0;
  }
  .main .Games .Featured .item-inner .item-logo a {
    margin-right: 15px;
  }
  .main .Games .Featured .item-inner .item-logo a img {
    width: 30px;
  }
  .main .Games .Featured .item-inner .item-desc img {
    width: 25px;
    margin-left: 15px;
  }
}

@media (max-width: 640px) {
  .main .Games .Featured {
    padding: 20px 0;
  }
  .main .Games .Featured .title {
    padding: 0px 0 30px;
  }
  .main .Games .Featured .uk-grid {
    margin-left: -20px;
  }
  .main .Games .Featured .uk-grid > * {
    padding-left: 20px;
  }
  .main .Games .Featured .item-inner {
    margin-bottom: 20px;
  }
  .main .Games .Featured .item-inner .item-logo {
    padding: 15px 0;
  }
  .main .Games .Featured .item-inner .item-logo a {
    margin-right: 12px;
  }
  .main .Games .Featured .item-inner .item-logo a img {
    width: 25px;
  }
  .main .Games .Featured .item-inner .item-desc img {
    width: 20px;
    margin-left: 10px;
  }
}

.main .Games .business {
  word-break: break-all;
  padding: 120px 0;
}

.main .Games .business .title {
  color: #fff;
  line-height: 1.4;
  padding-bottom: 100px;
}

.main .Games .business .title img {
  margin-right: 10px;
}

.main .Games .business .uk-slider-items .uk-panel {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .Games .business .uk-slider-items .uk-panel img {
  max-width: 80%;
  min-height: 80%;
}

@media (max-width: 960px) {
  .main .Games .business {
    padding: 40px 0 100px;
  }
  .main .Games .business .title {
    color: #fff;
    padding-bottom: 60px;
  }
  .main .Games .business .title img {
    width: 30px;
  }
}

@media (max-width: 640px) {
  .main .Games .business {
    padding: 20px 0 60px;
  }
  .main .Games .business .title {
    color: #fff;
    padding-bottom: 30px;
  }
  .main .Games .business .title img {
    width: 20px;
  }
}

.main .Technologies .uk-container {
  max-width: 1650px;
  margin: 0 auto;
}

.main .Technologies .banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 300px;
}

.main .Technologies .banner .uk-container {
  height: inherit;
}

.main .Technologies .banner .uk-container > * {
  height: inherit;
}

.main .Technologies .banner p {
  line-height: 1.4;
}

.main .Technologies .platform {
  color: #434343;
  padding: 120px 0;
}

.main .Technologies .platform .uk-grid {
  padding-top: 120px;
}

.main .Technologies .platform .uk-grid .font24 {
  padding: 20px 0;
}

.main .Technologies .platform .uk-grid .item:not(:first-child) {
  position: relative;
}

.main .Technologies .platform .uk-grid .item:not(:first-child)::after {
  position: absolute;
  width: 40px;
  height: 36px;
  content: '';
  background-image: url("../img/Technology-img-gap.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  top: 30%;
}

@media (max-width: 960px) {
  .main .Technologies .platform .uk-grid .item:not(:first-child)::after {
    width: 30px;
  }
}

.main .Technologies .platform .uk-grid .item:nth-child(4)::after {
  display: none;
}

@media (max-width: 640px) {
  .main .Technologies .platform .uk-grid .item::after {
    display: none;
  }
}

@media (max-width: 960px) {
  .main .Technologies .platform .uk-grid .item {
    margin-top: 20px;
  }
}

@media (max-width: 960px) {
  .main .Technologies .platform {
    padding: 80px 0;
  }
  .main .Technologies .platform .uk-grid {
    padding-top: 80px;
  }
}

@media (max-width: 640px) {
  .main .Technologies .platform {
    padding: 40px 0;
  }
  .main .Technologies .platform .uk-grid {
    padding-top: 20px;
  }
}

.main .Technologies .Management {
  padding: 0px 0 150px;
}

@media (max-width: 960px) {
  .main .Technologies .Management {
    padding: 0px 0 80px;
  }
}

@media (max-width: 640px) {
  .main .Technologies .Management {
    padding: 0px 0 40px;
  }
}

.main .Technologies .Management .border-bottom {
  border-bottom: 1px solid #959595;
  padding-bottom: 20px;
}

@media (max-width: 640px) {
  .main .Technologies .Management .border-bottom {
    margin-bottom: 30px !important;
  }
}

.main .Technologies .Management .uk-grid {
  padding: 80px 0 0;
}

@media (max-width: 960px) {
  .main .Technologies .Management .uk-grid {
    padding: 40px 0 0;
  }
}

@media (max-width: 640px) {
  .main .Technologies .Management .uk-grid {
    padding: 0px 0 0;
  }
  .main .Technologies .Management .uk-grid .top {
    order: 1;
    margin-bottom: 20px;
  }
  .main .Technologies .Management .uk-grid .bottom {
    order: 2;
    text-align: center;
    word-break: break-all;
  }
}

.main .Career .uk-container {
  max-width: 1650px;
  margin: 0 auto;
}

.main .Career .banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 300px;
}

.main .Career .banner .uk-container {
  height: inherit;
}

.main .Career .banner .uk-container > * {
  height: inherit;
}

.main .Career .banner p {
  line-height: 1.4;
}

.main .Career .Blueseaer {
  padding: 120px 0;
}

@media (max-width: 960px) {
  .main .Career .Blueseaer {
    padding: 80px 0;
  }
}

@media (max-width: 640px) {
  .main .Career .Blueseaer {
    padding: 40px 0;
  }
}

.main .Career .Open .uk-accordion {
  line-height: 24px;
  padding: 40px 0 120px;
}

.main .Career .Open .uk-accordion > :nth-child(n+2) {
  margin-top: 4px;
}

@media (max-width: 960px) {
  .main .Career .Open .uk-accordion {
    padding: 40px 0 80px;
  }
}

@media (max-width: 640px) {
  .main .Career .Open .uk-accordion {
    padding: 20px 0 40px;
  }
}

.main .Career .Open .uk-accordion .uk-accordion-title {
  background-color: #3146bb;
  border-radius: 10px;
  padding: 25px;
  color: #fff;
  position: relative;
}

.main .Career .Open .uk-accordion .uk-accordion-title:before {
  background-image: url("../img/jia-icon.png");
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 25px;
}

@media (max-width: 640px) {
  .main .Career .Open .uk-accordion .uk-accordion-title {
    padding: 15px;
  }
  .main .Career .Open .uk-accordion .uk-accordion-title:before {
    width: 15px;
    height: 15px;
    background-size: contain;
    right: 15px;
  }
  .main .Career .Open .uk-accordion .uk-accordion-title img {
    width: 15px;
  }
}

.main .Career .Open .uk-accordion .uk-accordion-content {
  margin-top: 0;
  margin-bottom: 50px;
  background-color: #f4f5fa;
  border-radius: 10px;
  padding: 60px;
}

.main .Career .Open .uk-accordion .uk-accordion-content .btn-box {
  margin-top: 50px;
}

.main .Career .Open .uk-accordion .uk-accordion-content .btn-box img {
  max-width: 100%;
}

@media (max-width: 960px) {
  .main .Career .Open .uk-accordion .uk-accordion-content {
    margin-bottom: 40px;
    padding: 30px;
  }
  .main .Career .Open .uk-accordion .uk-accordion-content .btn-box {
    margin-top: 30px;
  }
  .main .Career .Open .uk-accordion .uk-accordion-content .btn-box img {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .main .Career .Open .uk-accordion .uk-accordion-content {
    margin-bottom: 20px;
    padding: 15px;
  }
  .main .Career .Open .uk-accordion .uk-accordion-content .btn-box {
    margin-top: 15px;
  }
  .main .Career .Open .uk-accordion .uk-accordion-content .btn-box img {
    max-width: 70%;
  }
}

.main .Career .Open .uk-accordion .uk-open > .uk-accordion-title:before {
  background-image: url("../img/jian-icon.png");
}

.main .Career .map-box {
  background-color: #f5f5f5;
  position: relative;
}
.main .Career .map-box .marker {
  width: 14px;
  height: 14px;
  background-color: #f53169;
  border-radius: 100px;
}
.main .Career .map-box .marker span {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  position: absolute;
  background-color: #f53169;
  border-radius: 100px;
  left: 0;
  top: 00;
  width: 14px;
  height: 14px;
}
.main .Career .map-box .marker-tips {
  font-style: normal;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
}
.main .Career .map-box .marker-tips .title {
  color: #f53169;
  padding-bottom: 5px;
}
.main .Career .map-box .marker-tips span {
  font-size: 13px;
}
.main .Career .map-box .marker-tips::after {
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 4px;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
}
@media (max-width: 960px) {
  .main .Career .map-box .marker-tips::after {
    display: none;
  }
}

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

.bluesea-btn {
  font-weight: 600;
  color: #FFFFFF;
  width: fit-content;
  margin: 0 auto 0;
  background-image: linear-gradient(45deg, #f53169, #3144bb);
  border-radius: 100px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
}
.bluesea-btn.header-login-btn{
	font-weight: normal;
	padding: 10px 30px;
	font-family: 'MODERAT-REGULAR' !important;
}
@media (max-width: 640px) {
.bluesea-btn {
    font-size: 15px;
  }
}
.bluesea-btn.reserve {
  background-image: linear-gradient(300deg, #f53169, #3144bb);
}

@keyframes upDown {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.model#login-model .uk-modal-dialog {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
  width: 780px;
  color: #313131;
}

.model#login-model .uk-modal-dialog .logo {
  width: 150px;
}

.model#login-model .uk-modal-dialog .tips {
  margin-top: 30px;
}

.model#login-model .uk-modal-dialog .form-cell {
  padding-top: 50px;
}

.model#login-model .uk-modal-dialog .form-cell .name {
  margin-bottom: 15px;
}

.model#login-model .uk-modal-dialog .form-cell input {
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #d2d2d2;
  height: 54px;
  padding: 0 15px;
  font-size: 16px;
  box-sizing: border-box;
}

.model#login-model .uk-modal-dialog .desc {
  padding: 20px 0 50px;
}

.model#login-model .uk-modal-dialog .tips {
  color: #959595;
  display: block;
}

.model#login-model .uk-modal-dialog .uk-button {
  height: 60px;
  background-color: #f53169;
  border-radius: 30px;
  color: #fff;
}

.model#login-model .uk-modal-dialog .uk-modal-close-default {
  top: 50px;
  right: 50px;
  color: #000;
  cursor: pointer;
}

@media (max-width: 960px) {
  .model#login-model .uk-modal-dialog {
    padding: 30px;
  }
  .model#login-model .uk-modal-dialog .uk-modal-close-default {
    top: 30px;
    right: 30px;
  }
  .model#login-model .uk-modal-dialog .logo {
    width: 150px;
  }
  .model#login-model .uk-modal-dialog .tips {
    margin-top: 20px;
  }
  .model#login-model .uk-modal-dialog .form-cell {
    padding-top: 40px;
  }
  .model#login-model .uk-modal-dialog .form-cell input {
    height: 50px;
  }
  .model#login-model .uk-modal-dialog .desc {
    padding: 15px 0 40px;
  }
  .model#login-model .uk-modal-dialog .uk-button {
    height: 50px;
  }
}

@media (max-width: 640px) {
  .model#login-model .uk-modal-dialog {
    padding: 20px;
  }
  .model#login-model .uk-modal-dialog .uk-modal-close-default {
    top: 20px;
    right: 20px;
  }
  .model#login-model .uk-modal-dialog .uk-modal-close-default img {
    width: 15px !important;
  }
  .model#login-model .uk-modal-dialog .logo {
    width: 100px;
  }
  .model#login-model .uk-modal-dialog .tips {
    margin-top: 20px;
  }
  .model#login-model .uk-modal-dialog .form-cell {
    padding-top: 30px;
  }
  .model#login-model .uk-modal-dialog .form-cell input {
    height: 50px;
  }
  .model#login-model .uk-modal-dialog .desc {
    padding: 15px 0 30px;
  }
  .model#login-model .uk-modal-dialog .uk-button {
    height: 50px;
  }
}

.model#register-model .uk-modal-dialog {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
  width: 780px;
  color: #313131;
}

.model#register-model .uk-modal-dialog .logo {
  width: 200px;
}

.model#register-model .uk-modal-dialog .tips {
  margin-top: 30px;
}

.model#register-model .uk-modal-dialog .form-cell {
  padding-top: 50px;
}

.model#register-model .uk-modal-dialog .form-cell .name {
  margin-bottom: 15px;
}

.model#register-model .uk-modal-dialog .form-cell input {
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #d2d2d2;
  height: 54px;
  padding: 0 15px;
  font-size: 16px;
  box-sizing: border-box;
}

.model#register-model .uk-modal-dialog .desc {
  padding: 20px 0 50px;
}

.model#register-model .uk-modal-dialog .tips {
  color: #959595;
  display: block;
}

.model#register-model .uk-modal-dialog .uk-button {
  height: 60px;
  background-color: #f53169;
  border-radius: 30px;
  color: #fff;
}

.model#register-model .uk-modal-dialog .uk-modal-close-default {
  top: 50px;
  right: 50px;
  color: #000;
  cursor: pointer;
}

@media (max-width: 960px) {
  .model#register-model .uk-modal-dialog {
    padding: 30px;
  }
  .model#register-model .uk-modal-dialog .uk-modal-close-default {
    top: 30px;
    right: 30px;
  }
  .model#register-model .uk-modal-dialog .logo {
    width: 150px;
  }
  .model#register-model .uk-modal-dialog .tips {
    margin-top: 20px;
  }
  .model#register-model .uk-modal-dialog .form-cell {
    padding-top: 40px;
  }
  .model#register-model .uk-modal-dialog .form-cell input {
    height: 50px;
  }
  .model#register-model .uk-modal-dialog .desc {
    padding: 15px 0 40px;
  }
  .model#register-model .uk-modal-dialog .uk-button {
    height: 50px;
  }
}

@media (max-width: 640px) {
  .model#register-model .uk-modal-dialog {
    padding: 20px;
  }
  .model#register-model .uk-modal-dialog .uk-modal-close-default {
    top: 20px;
    right: 20px;
  }
  .model#register-model .uk-modal-dialog .uk-modal-close-default img {
    width: 15px !important;
  }
  .model#register-model .uk-modal-dialog .logo {
    width: 100px;
  }
  .model#register-model .uk-modal-dialog .tips {
    margin-top: 20px;
  }
  .model#register-model .uk-modal-dialog .form-cell {
    padding-top: 30px;
  }
  .model#register-model .uk-modal-dialog .form-cell input {
    height: 50px;
  }
  .model#register-model .uk-modal-dialog .desc {
    padding: 15px 0 30px;
  }
  .model#register-model .uk-modal-dialog .uk-button {
    height: 50px;
  }
}

.model#getTouch-model .uk-modal-dialog {
  background-color: #3043b8;
  border-radius: 20px;
  color: #fff;
  padding: 0 20px;
  width: 780px;
  box-sizing: border-box;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/get-in-touch-model-bg.png");
}

.model#getTouch-model .uk-modal-dialog .uk-modal-close-default {
  cursor: pointer;
  top: 50px;
  right: 50px;
  color: #000;
}

.model#getTouch-model .uk-modal-dialog .uk-modal-close-default img {
  width: 37px;
}

.model#getTouch-model .uk-modal-dialog .font48 {
  padding: 40px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.model#getTouch-model .uk-modal-dialog .desc p.tips {
  padding: 30px 0 20px;
}

.model#getTouch-model .uk-modal-dialog .desc p span {
  margin-left: 10px;
}

@media (max-width: 960px) {
  .model#getTouch-model .uk-modal-dialog {
    padding: 30px;
  }
  .model#getTouch-model .uk-modal-dialog .uk-modal-close-default {
    top: 30px;
    right: 30px;
  }
  .model#getTouch-model .uk-modal-dialog .uk-modal-close-default img {
    width: 25px;
  }
  .model#getTouch-model .uk-modal-dialog .font48 {
    padding: 30px 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .model#getTouch-model .uk-modal-dialog .desc p.tips {
    padding: 20px 0 15px;
  }
}

@media (max-width: 640px) {
  .model#getTouch-model .uk-modal-dialog {
    padding: 20px;
  }
  .model#getTouch-model .uk-modal-dialog .uk-modal-close-default {
    top: 20px;
    right: 20px;
  }
  .model#getTouch-model .uk-modal-dialog .uk-modal-close-default img {
    width: 20px;
  }
  .model#getTouch-model .uk-modal-dialog .font48 {
    padding: 20px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .model#getTouch-model .uk-modal-dialog .desc p.tips {
    padding: 20px 0 20px;
  }
}

.model#applyJob-modal .uk-modal-dialog {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
  width: 780px;
  color: #313131;
}

.model#applyJob-modal .uk-modal-dialog .uk-modal-close-default {
  position: relative;
  top: 0;
  right: 0;
}

.model#applyJob-modal .uk-modal-dialog .logo {
  width: 200px;
}

.model#applyJob-modal .uk-modal-dialog .uk-button {
  height: 60px;
  background-color: #f53169;
  border-radius: 30px;
  color: #fff;
}

.model#applyJob-modal .uk-modal-dialog .center-box {
  padding: 30px 0 0;
}

.model#applyJob-modal .uk-modal-dialog .center-box .form-cell {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.model#applyJob-modal .uk-modal-dialog .center-box .form-cell .name {
  width: 30%;
  flex-shrink: 0;
}

.model#applyJob-modal .uk-modal-dialog .center-box .form-cell .value {
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  align-items: center;
  width: 70%;
  height: 54px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #d2d2d2;
}

.model#applyJob-modal .uk-modal-dialog .center-box .form-cell .value input {
  width: 100%;
}

.model#applyJob-modal .uk-modal-dialog .center-box .form-cell .upload-box {
  height: 54px;
  background-color: #dcdcdc;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 30px;
  color: #707070;
}

@media (max-width: 640px) {
  .model#applyJob-modal .uk-modal-dialog .center-box .form-cell {
    flex-wrap: wrap;
  }
  .model#applyJob-modal .uk-modal-dialog .center-box .form-cell .name {
    width: 100%;
    margin-bottom: 10px;
  }
  .model#applyJob-modal .uk-modal-dialog .center-box .form-cell .value {
    width: 100%;
    height: 50px;
  }
  .model#applyJob-modal .uk-modal-dialog .center-box .form-cell .upload-box {
    width: 100%;
    height: 50px;
  }
}

.model#applyJob-modal .uk-modal-dialog .center-box .form-textarea {
  margin-top: 30px;
}

.model#applyJob-modal .uk-modal-dialog .center-box .form-textarea .uk-textarea {
  margin: 20px 0 40px;
  border-radius: 6px;
  border: solid 1px #d2d2d2;
  resize: none;
  min-height: 100px;
}

@media (max-width: 640px) {
  .model#applyJob-modal .uk-modal-dialog .center-box .form-textarea .uk-textarea {
    margin: 20px 0 20px;
  }
}

@media (max-width: 960px) {
  .model#applyJob-modal .uk-modal-dialog {
    padding: 30px;
  }
  .model#applyJob-modal .uk-modal-dialog .logo {
    width: 150px;
  }
  .model#applyJob-modal .uk-modal-dialog .uk-button {
    height: 50px;
  }
}

@media (max-width: 640px) {
  .model#applyJob-modal .uk-modal-dialog {
    padding: 20px;
  }
  .model#applyJob-modal .uk-modal-dialog .logo {
    width: 100px;
  }
  .model#applyJob-modal .uk-modal-dialog .uk-button {
    height: 50px;
  }
}

.model#modal-full .uk-modal-dialog {
  height: 100%;
  background-color: rgba(241, 49, 105, 0.9);
}

.model#modal-full .uk-modal-dialog .swiper-inner {
  height: inherit;
  display: flex;
  align-items: center;
}

.model#modal-full .uk-modal-dialog .uk-modal-close-full {
  width: fit-content;
  right: 20px;
  background-color: transparent;
  color: #fff;
  top: 20px;
}

.model#modal-full .uk-modal-dialog .uk-container {
  max-width: 1650px;
  margin: 0 auto;
}

.model#modal-full .uk-modal-dialog .swiper-slide .swiper-box {
  background-color: #fff;
  border-radius: 80px;
  padding: 80px;
}

.model#modal-full .uk-modal-dialog .swiper-slide .swiper-box .uk-grid {
  max-height: 67vh;
  overflow-y: auto;
}

@media (max-width: 12000px) {
  .model#modal-full .uk-modal-dialog .swiper-slide .swiper-box {
    border-radius: 60px;
    padding: 60px;
  }
  .model#modal-full .uk-modal-dialog .swiper-slide .swiper-box .uk-width-expand {
    padding-top: 30px;
  }
}

@media (max-width: 960px) {
  .model#modal-full .uk-modal-dialog .swiper-slide .swiper-box {
    border-radius: 40px;
    padding: 40px;
  }
  .model#modal-full .uk-modal-dialog .swiper-slide .swiper-box .uk-width-expand {
    padding-top: 30px;
  }
}

@media (max-width: 640px) {
  .model#modal-full .uk-modal-dialog .swiper-slide .swiper-box {
    border-radius: 20px;
    padding: 20px;
  }
  .model#modal-full .uk-modal-dialog .swiper-slide .swiper-box .uk-width-expand {
    padding-top: 20px;
  }
}

.model#modal-full .uk-modal-dialog .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
  width: 90%;
  left: 5%;
}

.model#modal-full .uk-modal-dialog .swiper-btn > img {
  pointer-events: all;
  cursor: pointer;
}

@media (max-width: 640px) {
  .model#modal-full .uk-modal-dialog .swiper-btn {
    display: none;
  }
}


@media (max-width:1400px){
	.header .header-nav .header-nav-link > a{
		padding: 5px 5px
	}
	.header .header-nav .header-nav-link .header-nav-link-ol li{
		padding: 10px 10px;
	}
}

@media (max-width:1130px){
	.header .header-nav .header-nav-link > a{
		padding: 5px 10px
	}
}

.dsflogo img{

	width:25px;

}