body {
  overflow-x: hidden;
  font-family:Montserrat-Light,Roboto,sans-serif;
  background:url(../images/bg.png) repeat-x left top;
  font-size:16px;
  color:#333;
}
@font-face{
    font-family: 'Montserrat-Light';
    src : url('../fonts/Montserrat-Light.otf');
}
@font-face{
    font-family: 'MontserratSemiBold';
    src : url('../fonts/MontserratSemiBold.otf');
}

html {
  font-size: 10px;
}


@media (max-width: 1450px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 9px;
  }
}
body > iframe {
  display: none;
}
a {
  text-decoration: none;
    transition: 0.3s;
}
a:hover{
  text-decoration: none;
    transition: 0.3s;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}

/* header*/
.header {
    z-index: 999;
    width: 100%;
	height:160px;
	position:fixed;
	left:0px;
	top:0px;
    transition: 0.3s;
}
@media (max-width: 768px) {
  .header {
    height: auto;
  }
}
.header .header-top {
  height: 160px;
  display:flex;
  justify-content:space-around;
}
.header .header-top .logo-box {
  margin-top: 50px;
   transition: 0.3s;
}
.header .top-notice{
	width:100%;
	padding:10px 0px;
	text-align:center;
	background:#09BB8A;
	display:inline-block;
	color:#fff;
    transition: 0.3s;
}
.header .top-notice a{
	text-decoration:underline;
	color:#fff;
}
.header .header-top .logo-box .logo {
  float: left;
}
.header .header-top .logo-box .logo img {
   transition: 0.3s;
}
.header .header-top .lang-box ul{
  width:100%;
}
.header .header-top .lang-box ul li{
  float:left;
  height:160px;
  line-height:160px;
  padding:0 20px;
}
.header .header-top .lang-box ul li{
  float:left;
  height:160px;
  line-height:160px;
  padding:0 20px;
  transition: 0.3s;
}
.header .header-top .lang-box ul li a{
	color:#333;
}
.header .header-top .lang-box ul li a:hover{
	color:#09BB8A;
}
.header .header-top .lang-box .login-reg a{
  color: #000;
  border-radius:30px;
  padding:10px 20px;
  border:1px solid #000000;
}
.header .header-top .lang-box .login-reg a:hover{
  border:1px solid #09BB8A;
  color: #09BB8A;
}
.header .header-top .lang-box .login-lan{
	position:relative;
}
.header .header-top .lang-box .login-lan .lan-nav{
	display:none;
}
.header .header-top .lang-box .login-lan .iconfont{
	font-size:1.4rem;
	display:inline-block;
   transition: 0.3s;
}
.header .header-top .lang-box .login-lan:hover .iconfont{
	transform: rotate(90deg);
   transition: 0.3s;
}
.header .header-top .lang-box .login-lan:hover .lan-nav{
	  display:inline-block;
	  z-index: 999;
	  position: absolute;
	  top: 120px;
	  left:-15px;
	  background-color:rgba(255,255,255,1);
	  border-radius:30px;
	  padding:20px;
	  width:160px;
}
.header .header-top .lang-box .login-lan:hover .lan-nav::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  border-width: 0 30px 30px 0;
  margin-left:-15px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  transform: rotate(-45deg);
}
.header .header-top .lang-box .login-lan:hover .lan-nav li{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:1.4rem;
	text-align:center;
}
.header .header-top .lang-box .login-lan:hover .lan-nav li a{
	color:#666;
}
.header .header-top .lang-box .login-lan:hover .lan-nav li a:hover{
  color: #09BB8A;
}
.header .header-top .rt-box .nav-con {
  height: 160px;
  float: right;
}

.header .header-top .rt-box .nav-con #nav {
  width: 100%;
  margin-bottom: 0;
}
.header .header-top .rt-box .nav-con #nav .sub-nav {
  float: left;
  text-align: center;
  position: relative;
  height:160px;
  line-height: 160px;
  transition: 0.3s;
  margin: 0 2.8rem;
  text-transform: capitalize;
}

.header .header-top .rt-box .nav-con #nav .sub-nav:hover a {
 color:#09BB8A;
}
.header .header-top .rt-box .nav-con #nav .sub-nav:hover span {
  width: 0%;
}
.header .header-top .rt-box .nav-con #nav .sub-nav a {
  color: #333;
  font-size: 2rem;
  display: block;
  height: 100%;
}
.header .header-top .rt-box .nav-con #nav .active a {
  color: #09BB8A;
}
.header .header-top .rt-box .nav-con #nav .sub-nav span {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 3px;
  left: 50%;
  top: 100px;
  content: '';
  transform: translateX(-50%) translateY(0%);
  background-color: #09BB8A;
  transition: width .5s;
}
.header .header-top .rt-box .nav-con #nav .active span{
	width:0%;
}
.header .header-top .rt-box .nav-con #nav .sub-nav:last-child {
  margin-right: 0;
}
.header .header-top .rt-box .nav-con #nav .nav-up-selected a {
 color:#09BB8A;
}
.header .header-top .rt-box .nav-con #nav .nav-up-selected span {
  width: 0%;
}

.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 120px;
  left: 0%;
  display: none;
  background-color:rgba(255,255,255,1);
  border-radius:30px;
  padding:20px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	box-shadow: 0 -20px 100px -10px #D9F4EC;
	transition: .3s;
}

.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down {
  width: 200px;
  text-align: center;
  margin-left:-80px;
}
.header .header-top .rt-box .nav-con #nav .service-nav .drop-down{
  width: 200px;
  text-align: center;
  margin-left:-80px;
  display:flex;
}
.header .header-top .rt-box .nav-con #nav .service-nav .drop-down .left{
	width:100%;
	border-right:0px solid #efefef;
}
.header .header-top .rt-box .nav-con #nav .service-nav .drop-down .right{
	width:50%;
}

.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down li {
  line-height: 20px;
}
.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down li:first-child {
  margin-top:10px;
}
.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down li:last-child {
  margin-bottom:10px;
}
.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.7rem;
  display: block;
  color: #333!important;
  margin: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
}
.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down li a:hover {
  color: #09BB8A!important;
}
.header .header-top .rt-box .nav-con #nav .sub-nav:last-child {
  margin-right: 0;
}
.header .header-top .rt-box .nav-con #nav .active a {
  background: #FF9F00;
  color: #fff;
}

.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  border-width: 0 30px 30px 0;
  margin-left:-15px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  transform: rotate(-45deg);
}


.header .navigation-down {
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 999;
   transition: 0.3s;
}
.a_header{
	position:relative;
	background:#fff;
}
.a_header .header-top .rt-box .nav-con #nav .sub-nav a{
	color:#09BB8A;
}
.a_header .header-top .rt-box .nav-con #nav .sub-nav a:hover{
	color:#09BB8A;
}
.header .header-top .rt-box .nav-con #nav .active a:hover {
  color: #09BB8A;
}
.div2{
	height:100px;
	position:fixed;
	left:0px;
	top:0px;
    transition: 0.3s;
	webkit-backdrop-filter: saturate(180%) blur(3px);
    backdrop-filter: saturate(180%) blur(3px);
  background: rgba(255, 255, 255, 0.8);
}
.div2 .top-notice{
	display:none;
    transition: 0.3s;
}

.div2 .navigation-down{
  top: 100px;
  transition: 0.3s;
}
.header .header-top .logo-box .logo img{
   transition: 0.3s;
   max-height:100px;
}
.div2 .header-top .logo-box .logo img{
   transition: 0.3s;
   max-height:55px;
}
.div2 .header-top .logo-box{
    margin-top: 20px;
   transition: 0.3s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav{
	height: 100px;
    line-height: 100px;
   transition: 0.3s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav span {
  top: 97px;
   transition: 0.3s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav a{
	color:#333;
}
.div2 .header-top .rt-box .nav-con #nav .active a{
	color:#09BB8A;
}
.div2 .header-top .rt-box .nav-con #nav .active span{
	width:0%
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav a:hover{
	color:#333;
}
.div2 .header-top .rt-box .nav-con #nav .active a:hover{
	color:#09BB8A;
}
.div2 .header-top .lang-box ul li{
	height: 100px;
    line-height: 100px;
   transition: 0.3s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav .drop-down {
  top:90px;
}
.div2 .header-top .lang-box .login-lan:hover .lan-nav{
  top:90px;
}

.header .navigation-down .list-box {
  padding: 2% 0;
	webkit-backdrop-filter: saturate(180%) blur(3px);
    backdrop-filter: saturate(180%) blur(3px);
  background: rgba(67, 193, 208, 0.8);
}
.header .navigation-down .list-box .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 3rem;
  vertical-align: top;
}
.header .navigation-down .list-box .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 160px;
  vertical-align: top;
}
.header .navigation-down .list-box .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 3rem;
}
.header .navigation-down .list-box .list li {
  margin-bottom: 10px;
}
.header .navigation-down .list-box .list li a {
  font-size: 1.6rem;
  color: #333;
}
.header .navigation-down .list-box .list li a:hover {
  color: #d31518;
}


.header .mobile-con .navbar-default {
    border-color: #fff;
    background: rgba(255,255,255,0.9);
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
margin: 10px 0 0 3%;
    width: 120px;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-form {
  padding: 10px 15px 7px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 0px;
  background:#fff;
}
.header .mobile-con .navbar-form .form-group {
  width: 76%;
  float: left;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color: #fff;
    background: #fff;
}
.nav > li{
	text-align:center;
	padding:10px 0;
}
.navbar-default .navbar-nav > li > a{
	color:#333;
	font-size:2rem;
}
.header .mobile-con .btn-default {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
}
.header .mobile-con .language2 {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #666;
}
.header .mobile-con .language2 a {
  font-size: 14px;
  padding: 0px 6px;
  color: #666;
}
.header .mobile-con .language2 a:hover {
  color: #0368b0;
}
.header .mobile-con .language2 .active {
  color: #fff;
  background:#09BB8A;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
.navbar-nav .open .dropdown-menu h3{
	text-align:center;
	font-size:1.8rem;
}
.navbar-nav .open .dropdown-menu li a{
	text-align:center;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color:#efefef;
	padding:20px 0;
}
/* banner */
.banner{
	width:100%;
	height:100%;
	position:relative;
	min-height:1200px;
}
.banner .txt{
	width:100%;
	text-align:center;
	position:absolute;
	top:30%;
	z-index:99;
}
.banner .txt .title-h3{
	font-family:MontserratSemiBold;
	font-size:20rem;
	line-height:100%;
}
.banner .txt p{
	font-size:5rem;
}
.banner .card{
	position:absolute;
	z-index:9;
}
.banner .card img{
	width:287px;
}
.banner .card-1{
	left:6%;
	top:30%;
}
.banner .card-2{
	right:6%;
	top:20%;
}
.banner .card-3{
	left:50%;
	margin-left:-144px;
	bottom:10%;
}

/* merchants */
.merchants{
	width:100%;
	padding:3% 0;
	position:relative;
	padding-bottom:2%;
}
.merchants .title-h3{
	font-size:3rem;
	line-height:100%;
	text-align:center;
	margin-bottom:3%;
}
.merchants .logo-list{
	width:100%;
	position:relative;
}
.merchants::after{
	content:" ";
	width:236px;
	height:163px;
	background:url(../images/logo-bg.png) repeat-y left top;
	position:absolute;
	left:0px;
	top:30px;
	z-index:9;
}
.merchants::before{
	content:" ";
	width:236px;
	height:163px;
	background:url(../images/logo-bg.png) repeat-y left top;
	position:absolute;
	right:0px;
	top:30px;
	transform: rotate(180deg);
	z-index:9;
}


/* title-h4 */
.title-h4{
	width:100%;
	font-family:MontserratSemiBold;
	font-size:10rem;
	text-align:center;
	line-height:100%;
	background:url(../images/h4-bg.png) no-repeat center 95%;
	margin-bottom:30px;
}
.title-p{
	font-size:2.5rem;
	text-align:center;
}
.title-span{
	font-size:3.5rem;
	text-align:center;
	font-weight:bold;
}
.title-p a{
    text-decoration: underline;
  color: #333;
}
.title-p a:hover{
  color: #09BB8A;
}
.title-btn{
	width:100%;
	padding:1% 0;
	text-align:center;
}
.title-btn a{
	padding:15px 25px;
	background:#333333;
	color:#fff;
	border-radius:30px;
	font-size:2rem;
	border:1px solid #333;
}
.title-btn a:hover{
	background:#fff;
	color:#333;
	border:1px solid #333;
}
.title-btn a .iconfont{
	width:30px;
	height:30px;
	background:#fff;
	border-radius:30px;
	color:#333;
	padding:5px;
	display:inline-block;
    transition: 0.3s;
}
.title-btn a:hover .iconfont{
	background:#333;
	color:#fff;
	transform: rotate(90deg);
    transition: 0.3s;
}

/* scenario */
.scenario{
	width:100%;
	margin:2% 0;
	padding:3% 0;
	background:#F5F5F5;
}
.scenario .scenario-list{
	width:100%;
	margin:5% auto;
}
.scenario .scenario-list .list{
	width:26%;
	height:300px;
	background:#fff;
	border:1px solid #CCCCCC;
	padding:30px;
	border-radius:30px;
	margin-bottom:30px;
	float:left;
	margin:20px;
	transition: .3s;
}
.scenario .scenario-list .list:hover{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	box-shadow: 0 -20px 100px -10px #D9F4EC;
	transition: .3s;
}
.scenario .scenario-list .list .ico{
	background:#F5F5F5;
	border-radius:30px;
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
}
.scenario .scenario-list .list .ico .iconfont{
	font-size:6rem;
	color:#333;
    transition: 0.4s;
	display:inline-block;
}
.scenario .scenario-list .list .ico:hover .iconfont{
    transition: 0.4s;
	transform: rotateY(360deg);
}
.scenario .scenario-list .list .txt{
	width:100%;
	padding:20px 0;
}
.scenario .scenario-list .list .txt h3{
	font-size:2.5rem;
}
.scenario .scenario-list .list .txt p{
	color:#999999;
	font-size:1.6rem;
}
.scenario .scenario-list .big{
	width:35%;
	height:640px;
	position:relative;
	background-image: linear-gradient(45deg, #666, #333);
	border:0;
	padding:50px;
	overflow:hidden;
}
.scenario .scenario-list .big::after{
	content:" ";
	width:100%;
	height:640px;
	background:url(../images/scenario-bg.png) no-repeat -100px -100px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
	border-radius:30px;
    transition: 0.3s;
}
.scenario .scenario-list .big:hover::after{
	transform: scale(1.05);
    transition: 0.3s;
}

.scenario .scenario-list .big .ico{
	z-index:99;
	position:relative;
	background:#fff;
	margin-top:65%;
}


.scenario .scenario-list .big .txt{
	z-index:99;
	position:relative;
	color:#fff;
}
.scenario .scenario-list .big .txt h3{
	font-size:4rem;
	font-weight:bold;
}
.scenario .scenario-list .big .txt p{
	color:#fff;
	font-size:1.8rem;
}

/* anywhere */
.anywhere{
	width:100%;
	padding:5% 0;
}
.anywhere .scenario-list{
	width:100%;
	margin:5% auto;
}
.anywhere .scenario-list .list{
	width:100%;
	height:500px;
	display:flex;
	width:80%;
	margin:0 auto;
	margin-bottom:30px;
	position:relative;
}
.anywhere .scenario-list .list .txt{
	width:55%;
	margin-bottom:30px;
	height:500px;
	background:#333;
	border-radius:30px;
	position:absolute;
	left:0;
	top:0px;
	z-index:99;
	color:#fff;
	padding:50px;
	padding-right:100px;
}
.anywhere .scenario-list .list .txt span{
	font-size:3rem;
	font-family:MontserratSemiBold;
}
.anywhere .scenario-list .list .txt h3{
	font-size:6rem;
	font-family:MontserratSemiBold;
	margin-top:20%;
}
.anywhere .scenario-list .list .txt p{
	font-size:1.8rem;
}
.anywhere .scenario-list .list .img{
	width:50%;
	margin-bottom:30px;
	height:500px;
	text-align:right;
	border-radius:30px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0px;
	z-index:9;
}
.anywhere .scenario-list .list .img img{
	width:100%;
	min-height:500px;
	border-radius:30px;
}
.c-anywhere .scenario-list .list .txt h3{
	font-size:5rem;
}

/* stable */
.stable{
	width:100%;
	padding:5% 0;
	background:#F5F5F5;
}
.stable .stable-list{
	width:100%;
	margin:5% auto;
	display:flex;
	justify-content:space-between;
	margin-top:10%;
}
.stable .stable-list .list{
	background:#fff;
	padding:30px;
	border-radius:30px;
	margin:0 20px;
	text-align:center;
  transition: 0.3s;
  width:30%;
}
.stable .stable-list .list:hover{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	box-shadow: 0 -20px 100px -10px #D9F4EC;
	transition: .3s;
}
.stable .stable-list .list .ico{
	width:100%;
	text-align:center;
	margin-bottom:10%;
	margin-top:-20%;
  transition: 0.4s;
}
.stable .stable-list .list .ico img{
	width:100%;
	max-width:230px;
  transition: 1s;
}
.stable .stable-list .list .ico:hover img{
  transition: 1s;
	transform: rotate(180deg);
}

.stable .stable-list .list .txt {
	width:100%;
}
.stable .stable-list .list .txt h3{
	font-weight:bold;
	margin-bottom:20px;
}
.stable .stable-list .list .txt p{
	color:#999999;
}
.stable .stable-list .list:hover{
	margin-top:-1%;
  transition: 0.3s;
}

.s-stable .iconfont{
	font-size:80px;
}
.o-stable .stable-list .list{
	width:50%;
}
.o-stable .iconfont{
	font-size:80px;
}
.o-stable .stable-list .list .txt p{
	text-align:left;
	padding-bottom:20px;
}
.o-stable .stable-list .list .txt p b{
	color:#333;
	position:relative;
	padding-left:20px;
	padding-bottom:10px;
	display: inline-block;
	font-size:2rem;
}
.o-stable .stable-list .list .txt p b::after{
	content:" ";
	position:absolute;
	width:10px;
	height:10px;
	border:2px solid #333;
	background:#fff;
	left:0px;
	top:10px;
	border-radius:10px;
}
.o-stable .stable-list .list .ico{
	margin-top:-12%;
	margin-bottom:0px;
}
.o-stable .stable-list .list .txt h3{
	padding:0 20%;
	font-size:3.5rem;
	margin-bottom:5%;
}

/* client */
.client{
	width:100%;
	padding:5% 0;
}
.client .client-list{
	width:100%;
	margin:5% auto;
}
.client .client-list .list-li{
	width:99%;
	background:#F7F7F7;
	text-align:center;
	border:1px solid #DDDDDD;
	border-radius:30px;
	padding:30px 20%;
	margin:0 auto;
	margin-bottom:30px;
	box-sizing: border-box;
}
.client .client-list .list .ico{
	width:100%;
}
.client .client-list .list .ico img{
	width:100%;
	max-width:160px;
}
.client .client-list .list .txt{
	width:100%;
	padding:30px 0;
	font-size:2.5rem;
	font-style: italic;
}
.client .client-list .list .name{
	width:100%;
}
.client .client-list .list .name img{
	width:68px;
	border-radius:50%;
}
.client .client-list .list .name .text{
	padding:10px 0;
}
.client .client-list .list .name .text p{
	color:#666;
}

.swiper-container-pc {
    width: 80%;
    overflow: hidden;
    position: relative;
	margin:0 auto;
}
.client .swiper-button-next-pc {
  width: 40px;
  height: 40px;
  line-height:40px;
  border-radius:30px;
  cursor: pointer;
  position: absolute;
  right: 0%;
  bottom: 5%;
  z-index: 6;
  transition: 0.4s;
	background:#F7F7F7;
	text-align:center;
	border:1px solid #DDDDDD;
}
.client .swiper-button-next-pc .iconfont{
	font-size:2rem;
	color:#333;
}
.client .swiper-button-next-pc:hover {
  transition: 0.4s;
	background:#333;
	border:1px solid #333;
}
.client .swiper-button-next-pc:hover .iconfont{
	color:#fff;
}
.client .swiper-button-prev-pc {
  width: 40px;
  height: 40px;
  line-height:40px;
  cursor: pointer;
  border-radius:30px;
  position: absolute;
  left: 0%;
  bottom: 5%;
  background:red;
  z-index: 6;
  transition: 0.4s;
	background:#F7F7F7;
	text-align:center;
	border:1px solid #DDDDDD;
    transform: rotate(180deg);
}
.client .swiper-button-prev-pc .iconfont{
	font-size:2rem;
	color:#333;
}
.client .swiper-button-prev-pc:hover {
  transition: 0.4s;
	background:#333;
	border:1px solid #333;
}
.client .swiper-button-prev-pc:hover .iconfont{
	color:#fff;
}
.swiper-pagination-bullet{
	width:10px;
	height:10px;
}
.swiper-pagination-bullet-active{
	background:#333;
}
/* experience */
.experience{
	width:100%;
	padding:3% 0;
}
.experience .experience-list{
	width:90%;
	margin:5% auto;
}
.experience .experience-list .list{
	width:32%;
	display:inline-block;
	position:relative;
	padding:20px;
}
.experience .experience-list .big{
	width:62%;
}
.experience .experience-list .list .img{
	width:100%;
	border-radius:30px;
	overflow:hidden;
}
.experience .experience-list .list .img img{
	width:100%;
	border-radius:30px;
	transition: 0.3s;
}
.experience .experience-list .list .img:hover img{
	transform: scale(1.05);
	transition: 0.3s;
}
.experience .experience-list .list .txt{
	position:absolute;
	right:18px;
	bottom:18px;
	background:#fff;
	padding:10px 30px;
	border-top-left-radius:30px;
	border-bottom-right-radius:30px;
}
.experience .experience-list .list .txt p{
	color:#999;
}

/* announcement */
.announcement{
	width:100%;
	padding:3% 0;
}
.announcement .announcement-list{
	width:90%;
	margin:5% auto;
}
.announcement .announcement-list .list{
	width:32%;
	display:inline-block;
	position:relative;
	padding:20px;
	transition: .3s;
	border-radius:30px;
}
.announcement .announcement-list .list:hover{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	box-shadow: 0 -20px 100px -10px #D9F4EC;
	transition: .3s;
}
.announcement .announcement-list .big{
	width:62%;
}
.announcement .announcement-list .list .img{
	width:100%;
	border-radius:30px;
	overflow:hidden;
}
.announcement .announcement-list .list .img img{
	width:100%;
	border-radius:30px;
	transition: 0.3s;
}
.announcement .announcement-list .list .img:hover img{
	transform: scale(1.05);
	transition: 0.3s;
}
.announcement .announcement-list .list .txt{
	right:18px;
	bottom:18px;
	background:#fff;
	padding:10px 20px;
	padding-top:40px;
	margin-top:-30px;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
}
.announcement .announcement-list .list .txt a{
	color:#333;
}
.announcement .announcement-list .list .txt a:hover{
	color:#42C7A2;
}
.announcement .announcement-list .list .txt p{
	color:#999;
}

/* faq */
.faq{
	width:100%;
	padding:5% 0;
}
.download-faq{
	background:url(../images/d-bg.png) no-repeat right bottom;
	transition: 1s;
}
.download-faq:hover{
	transition: 1s;
	background:url(../images/d-bg.png) no-repeat 102% bottom;
}
.faq .video-list{
	width:80%;
	margin:5% auto;
	display:flex;
}
.faq .video-list .list{
    border: 1px solid #EDEEEE;
    border-radius: 30px;
    background: #fff;
    padding: 20px;
	margin:0 5px;
	padding-bottom:10px;
	transition: .3s;
}
.faq .video-list .list:hover{
    border: 1px solid #09BB8A;
    background: #E6F8F3;
	transition: .3s;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05); 
}
.faq .video-list .list a{
    color:#333;
	font-size:1.5rem;
	line-height:120%;
}

.faq .video-list .list a .iconfont{
    font-size:3rem;
	margin-bottom:20px;
	display:inline-block;
	transition: .3s;
}
.faq .video-list .list a:hover .iconfont{
	transition: .3s;
	transform: rotate(360deg);
	color:#09BB8A;
}

.faq .faq-list{
	width:80%;
	margin:5% auto;
}
.accordion .accordion-item {
  border: 1px solid #DEDEDE;
  background:#F5F5F5;
  padding:20px;
  border-radius:20px;
  margin-bottom:20px;
  background:#fff;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 0px solid #03b5d2;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #333;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #F1B90C;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #F1B90C;
  border: 1px solid #F1B90C;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size:2rem;
  color:#333;
  
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 30px;
  background:#333333;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 14px;
  left: 9px;
  width: 10px;
  height: 2px;
  background: #fff;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 10px;
  left: 13px;
  width: 2px;
  height: 10px;
  background: #fff;
}
.accordion button[aria-expanded=true] {
  color: #fff;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 900em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 1em 0;
  color:#000;
}

/* ad-box-pc */

.main .ad-box-pc {
	width: 100%;
	background: #F0F8F8;
	padding: 5% 0;
}
.main .ad-box-pc .title-h3{
	font-size:4rem;
	color:#333;
	margin-top:0px;
	margin-bottom:50px;
	line-height:80%;
	text-align:center;
	font-weight:bold;
}
.main .ad-box-pc .title-h3 font{
	color:#09BB8A;
}
.main .ad-box-pc .title-h3 span{
	color:#999;
	font-size:2.4rem;
}
.main .ad-box-pc .adv-list{
	width:100%;
}
.main .ad-box-pc .adv-list li{
	width:100%;
	color:#333;
	font-size:19px;
	margin-bottom:10px;
	line-height:140%;
	background:url(../images/ico-s-11.png) no-repeat left 3px;
	padding-left:25px;
}
.main .ad-box-pc .adv-left{
	width:45%;
	float:right;
	padding-top:50px;
}
.main .ad-box-pc .adv-left .title-h3{
	font-size:3.5rem;
	color:#333;
	margin-top:20px;
	margin-bottom:40px;
	line-height:80%;
	text-align:left;
}
.main .ad-box-pc .adv-left .two-title{
	font-size:2.5rem;
	color:#333;
	margin-bottom:10px;
}
.main .ad-box-pc .adv-left .title-h3 font{
	color:#09BB8A;
}
.main .ad-box-pc .adv-left .title-h3 span{
	color:#999;
	font-size:2.4rem;
}
.main .ad-box-pc .adv-left p{
	font-size:1.8rem;
	color:#666;
	line-height:180%;
	margin-bottom:30px;
}
.main .ad-box-pc .adv-left .btn-list a{
	padding:10px 25px;
	border-radius:20px;
	color:#fff;
	background:#09BB8A;
	font-size:1.4rem;
}
.main .ad-box-pc .adv-right{
	width:50%;
	float:left;
	text-align:center;
}
.main .ad-box-pc .adv-right img{
	width:100%;
	max-width:450px;
	margin-top:50px;
}

.main .ad-box-pc .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
  opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
  opacity: 1;
}
.main .ad-box-pc .top-banner {
  width: 100%;
  position: relative;
  padding-bottom:5%;
}
.main .ad-box-pc .swiper-slide {
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
}
.main .ad-box-pc .swiper-pagination {
	position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    width: 20px;
    height: 20px;
    display: inline-block;
    background:#333333;
	border-radius:10px;
	margin:0 5px;
  transition: 0.4s;
}
.swiper-active-switch{
    background:#16BE90;
  transition: 0.4s;
}
.main .ad-box-pc .swiper-pagination-bullet {
  background:#333333;
  height: 12px;
  width: 12px;
  opacity: 1;
  border-radius: 12px;
  margin: 0 4px;
  transition: 0.4s;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background:#16BE90;
  opacity: 1;
  transition: 0.4s;
  height: 12px;
  width: 40px;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 51px;
  height: 51px;
  cursor: pointer;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -33px;
  background: url("../images/ad-btn_05.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
transition: 0.3s;
}
.main .ad-box-pc .swiper-button-next-pc:hover {
  opacity: 0.8;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 51px;
  height: 51px;
  cursor: pointer;
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -33px;
  background: url("../images/ad-btn_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
transition: 0.3s;
}
.main .ad-box-pc .swiper-button-prev-pc:hover {
  opacity: 0.8;
transition: 0.3s;
}

/* aboutus */
.aboutus{
	width:100%;
	padding:3% 0;
	margin-top:8%;
}
.aboutus .title-p{
	width:60%;
	font-size:1.8rem;
	margin:0 auto;
	margin-bottom:3%;
}
.aboutus .aboutus-img{
	width:90%;
	margin:5% auto;
	text-align:center;
}
.aboutus .aboutus-img img{
	width:100%;
	max-width:1223px;
	border-radius:30px;
    transition: 0.3s;
}
.aboutus .aboutus-img img:hover{
	transform: scale(1.05);
    transition: 0.3s;
}

.aboutus .numCount{
	width:75%;
	padding-bottom:2%;
	display:flex;
	margin:0 auto;
}
.aboutus .numCount .txt{
	font-size:2rem;
	width:30%;
	margin-right:4.5%;
	padding-bottom:20px;
	background:#F8F8F8;
	border-radius:30px;
	padding-left:30px;
}
.aboutus .numCount .txt:last-child{
	border:0px;
	margin-right:0;
}
.aboutus .numCount .txt h3{
	font-size:4.5rem;
	text-align:left;
	font-family: "MontserratSemiBold";
	color:#333;
}
.aboutus .numCount .txt h3 font{
	font-size:2rem;
	color:#333;
}
.aboutus .numCount .txt p{
	color:#333;
}

/* advantages */
.advantages{
	width:100%;
	padding:3% 0;
}
.advantages .advantages-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:2%;
}
.advantages .advantages-list:nth-child(2){
	margin-top:5%;
}
.advantages .advantages-list .list{
	width:48%;
	border:1px solid #EDEEEE;
	border-radius:30px;
	background:#fff;
	padding:30px;
	transition: .3s;
}
.advantages .advantages-list .list:hover{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	box-shadow: 0 -20px 100px -10px #D9F4EC;
	transition: .3s;
}
.advantages .advantages-list .list .ico{
	width:100%;
	margin-bottom:10%;
}
.advantages .advantages-list .list .ico .iconfont{
	font-size:3rem;
	border:1px solid #EDEEEE;
	border-radius:50%;
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
    transition: 0.3s;
	display:inline-block;
}
.advantages .advantages-list .list:hover .ico .iconfont{
	transform: rotate(360deg);
    transition: 0.3s;
}
.advantages .advantages-list .list .txt{
	width:100%;
}
.advantages .advantages-list .list .txt h3{
	font-family: "MontserratSemiBold";
}

/* about-team */
.about-team{
	width:100%;
	padding:3% 0;
}
.about-team .about-team-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:2%;
}
.about-team .about-team-list:nth-child(2){
	margin-top:5%;
}
.about-team .about-team-list .list{
	width:48%;
	border:1px solid #EDEEEE;
	border-radius:30px;
	background:#fff;
	padding:30px;
	transition: .3s;
}
.about-team .about-team-list .list:hover{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	box-shadow: 0 -20px 100px -10px #D9F4EC;
	transition: .3s;
}
.about-team .about-team-list .list .img{
	width:100%;
	display:flex;
	justify-content:left;
}
.about-team .about-team-list .list .img .ico{
	margin-right:5%;
}
.about-team .about-team-list .list .img .ico img{
	width:100%;
	max-width:50px;
	border-radius:50px;
}
.about-team .about-team-list .list .img .name{
	font-size:2rem;
	color:#333;
	font-weight:bold;
}
.about-team .about-team-list .list .img .name p{
	font-size:1.4rem;
	color:#999;
	font-weight:normal;
}
.about-team .about-team-list .list .txt{
	width:100%;
	padding:30px 0;
	line-height:160%;
	font-style:italic; 
}

/* providing */
.providing{
	width:100%;
	padding:3% 0;
}
.providing .providing-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:5%;
}
.providing .providing-list .txt{
	width:50%;
}
.providing .providing-list .txt .title-btn{
	text-align:left;
	margin-top:30px;
}
.providing .providing-list .txt .title-h3{
    width: 100%;
    font-family: MontserratSemiBold;
    font-size: 7rem;
    text-align: left;
    line-height: 100%;
    margin-bottom: 30px;
}
.providing .providing-list .txt p{
	padding:20px 0;
}
.providing .providing-list .img{
	width:45%;
	text-align:right;
}
.providing .providing-list .img img{
	width:100%;
	max-width:503px;
    transition: 0.3s;
	border-radius:30px;
}
.providing .providing-list .img img:hover{
	transform: scale(1.05);
    transition: 0.3s;
}

/* platform */
.platform{
	width:100%;
	padding:3% 0;

}
.platform .platform-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:5%;
}
.platform .platform-list .txt{
	width:50%;
	padding-top:5%;
}
.platform .platform-list .txt .title-btn{
	text-align:left;
	margin-top:30px;
}
.platform .platform-list .txt .title-h3{
    width: 100%;
    font-family: MontserratSemiBold;
    font-size: 7rem;
    text-align: left;
    line-height: 100%;
    margin-bottom: 30px;
}
.platform .platform-list .txt p{
	padding:20px 0;
}
.platform .platform-list .img{
	width:45%;
	text-align:right;
}
.platform .platform-list .img img{
	width:100%;
	max-width:530px;
    transition: 0.3s;
	border-radius:30px;
}
.platform .platform-list .img img:hover{
	transform: scale(1.05);
    transition: 0.3s;
}

/* partners */
.partners{
	width:100%;
	padding:3% 0;
}
.partners .title-p{
	padding:0 15%;
}
.partners .partners-list{
	width:80%;
	margin:0 auto;
	margin-top:5%;
}
.partners .partners-list ul{
	text-align:center;
}
.partners .partners-list ul li{
	display:inline-block;
	margin:10px 20px;
}
.partners .partners-list ul li img{
    transition: 0.3s;
}
.partners .partners-list ul li img:hover{
	transform: scale(1.05);
    transition: 0.3s;
}
.partners .title-p{
	font-size:2rem;
	
}

/* api */
.apicontent{
	width:100%;
	padding:3% 0;
}
.apicontent .title-p{
	padding:0 20%;
}
.apicontent .api-list{
	width:100%;
	margin:5% auto;
}
.apicontent .api-list .api-li{
	padding-top:3%;
}
.apicontent .api-list .list{
	width:30%;
	height:300px;
	background:#fff;
	border:1px solid #CCCCCC;
	padding:30px;
	border-radius:30px;
	margin-bottom:30px;
	float:left;
	margin:20px;
	transition: .3s;
}
.apicontent .api-list .list:hover{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	box-shadow: 0 -20px 100px -10px #D9F4EC;
	transition: .3s;
}
.apicontent .api-list .list .ico{
	background:#F5F5F5;
	border-radius:30px;
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
}
.apicontent .api-list .list .ico .iconfont{
	font-size:6rem;
	color:#333;
    transition: 0.4s;
	display:inline-block;
}
.apicontent .api-list .list .ico:hover .iconfont{
    transition: 0.4s;
	transform: rotateY(360deg);
}
.apicontent .api-list .list .txt{
	width:100%;
	padding:20px 0;
}
.apicontent .api-list.list .txt h3{
	font-size:2.5rem;
}
.apicontent .api-list .list .txt p{
	color:#999999;
	font-size:1.6rem;
}
.apicontent .api-list .big{
	background:#333;
	border:1px solid #333;
	color:#fff;
}
.apicontent .api-list .big .ico{
	background:#fff;
}

.apicontent .api-list .api-li-baas .list{
	width:26%;
	height:300px;
	background:#fff;
	border:1px solid #CCCCCC;
	padding:30px;
	border-radius:30px;
	margin-bottom:30px;
	float:left;
	margin:20px;
}

.apicontent .api-list .api-li-baas .big {
    width: 35%;
    height: 640px;
    position: relative;
    background-image: linear-gradient(45deg, #666, #333);
    border: 0;
    padding: 50px;
    overflow: hidden;
}
.apicontent .api-list .api-li-baas .list .txt h3{
	font-size:2rem;
}
.apicontent .api-list .api-li-baas .big .txt h3{
	font-size:2.5rem;
}
.apicontent .api-list .api-li-baas .list .txt p{
	font-size:1.4rem;
}

/* ===========
   Tab Styling */
.tab-group {
  position: relative;
  border: 0px solid #eee;
  margin-top: 2.5em;
  width:100%;
}
.tab-group section {
  opacity: 0;
  height: 0;
  padding: 0 1em;
  overflow: hidden;
  transition: opacity 0.4s ease, height 0.4s ease;
}
.tab-group section.active {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.tab-nav {
  list-style: none;
  padding: 0;
  height: 5em;
  overflow: hidden;
  text-align:center;
  border-bottom:1px solid #eee;
}
.tab-nav li {
  display: inline-block;
}
.tab-nav li a {
  top: 1px;
  position: relative;
  display: block;
  float: left;
  border-radius: 20px 20px 0 0;
  background: #eee;
  line-height: 3em;
  padding: 0 3em;
  text-decoration: none;
  color: grey;
  margin-right: 1px;
  transition: background .2s ease, line-height .2s ease, margin .2s ease;
  font-size:2.5rem;
}
.tab-nav li.active a {
  background: #333;
  color: white;
  line-height: 3.5em;
  margin-top: 0;
}


/* team */
.team{
	width:100%;
	padding:3% 0;
	margin-bottom:3%;
}
.team .title-p{
	padding:2% 10%;
}
.team .title-btn{
	margin-bottom:30px;
}
.team .aboutus-img{
	width:100%;
	text-align:center;
}
.team .aboutus-img img{
	width:100%;
	max-width:1223px;
	border-radius:30px;
    transition: 0.3s;
}
.team .aboutus-img img:hover{
	transform: scale(1.05);
    transition: 0.3s;
}



/* contactus */
.contactus{
	width:100%;
	padding:3% 0;
	margin-top:8%;
	padding-bottom:0;
}
.contactus .title-p{
	width:50%;
	font-size:1.8rem;
	margin:0 auto;
	margin-bottom:3%;
}
.contactus .contactus-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:center;
	margin-bottom:2%;
}
.contactus .contactus-list .list{
	margin:0 30px;
	display:flex;
	justify-content:left;
	font-size:1.8rem;
}
.contactus .contactus-list .list .ico{
	line-height:100%;
}
.contactus .contactus-list .list a{
	color:#333;
	text-decoration:underline;
}
.contactus .contactus-list .list .iconfont{
	color:#333;
	font-size:2.5rem;
	margin-right:10px;
}

/* node */
.node{
	width:100%;
	padding:3% 0;
	margin-top:8%;
	padding-bottom:0;
	position:relative
}
.node .title-p{
	width:50%;
	font-size:1.8rem;
	margin:0 auto;
	margin-bottom:3%;
}
.node .node-img{
	position:absolute;
	right:10%;
	top:10%;
	width:312px;
	animation-name: float-bob;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.node .node-img img{
	width:100%;
	transition: all 0.3s ease 0s;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.node .node-list{
	width:60%;
	margin:5% auto;
}
.node .node-list .list{
	width:46%;
	height:300px;
	background:#fff;
	border:1px solid #CCCCCC;
	padding:30px;
	border-radius:30px;
	margin-bottom:30px;
	float:left;
	margin:20px;
	transition: .3s;
}
.node .node-list .list:hover{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	box-shadow: 0 -20px 100px -10px #D9F4EC;
	transition: .3s;
}
.node .node-list .list .ico{
	background:#F5F5F5;
	border-radius:30px;
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
}
.node .node-list .list .ico .iconfont{
	font-size:6rem;
	color:#333;
    transition: 0.4s;
	display:inline-block;
}
.node .node-list .list .ico:hover .iconfont{
    transition: 0.4s;
	transform: rotateY(360deg);
}
.node .node-list .list .txt{
	width:100%;
	padding:20px 0;
}
.node .node-list .list .txt h3{
	font-size:2.5rem;
}
.node .node-list .list .txt p{
	color:#999999;
	font-size:1.6rem;
}


/* share-list */
.share-list{
	width:100%;
	padding-bottom:15px;
	text-align:center;
}
.share-list a{
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:40px;
	background:#fff;
	border:1px solid #E6E6E6;
	display:inline-block;
	text-align:center;
	margin-right:5px;
   transition: 0.3s;
}
.share-list a .iconfont{
	font-size:2rem;
	color:#333;
   transition: 0.3s;
}
.share-list a:hover{
	background:#333;
	border:1px solid #333;
}
.share-list a:hover .iconfont{
	color:#fff;
   transition: 0.3s;
}

/* form-box */
.form-box {
  padding-top:2%;
  padding-bottom:2%;
  width:60%;
  margin:0 auto;
}
.form-box ul:nth-child(1) li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 28px;
}
.form-box ul:nth-child(1) li input {
  background: #fff;
  border: none;
  padding: 0 15px;
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  height: 50px;
  border: 1px solid #E2E2E2;
  border-radius:30px;
}
.form-box ul:nth-child(1) li select {
  background: #fff;
  border: none;
  padding: 0 10px;
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  height: 50px;
}
.form-box ul:nth-child(1) li:nth-child(2n+2) {
  margin-right: 0;
}
.form-box ul:nth-child(1) li:last-child {
  width: 100%;
}
.form-box ul:nth-child(1) li:last-child textarea {
  background: #fff;
  border: none;
  padding: 15px;
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  height: 150px;
  float:left;
  border: 1px solid #E2E2E2;
  border-radius:30px;
}
.form-box ul:nth-child(2) {
  text-align: center;
}
.form-box ul:nth-child(2) input {
  background: #333;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  border-radius:30px;
  border:1px solid #333;
}
.form-box ul:nth-child(2):hover input {
  background: #fff;
  transition: 0.3s;
  border:1px solid #333;
  color: #333;
}
.form-box .title-p{
	margin-bottom:10%;
	margin-top:5%;
}

/* business */
.business{
	width:100%;
	padding:3% 0;
	margin-top:8%;
	background:url(../images/s-bg.png) no-repeat left 50%;
}
.business .title-p{
	width:100%;
	font-size:1.8rem;
	margin:0 auto;
	margin-bottom:3%;
}
.business .business-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:5%;
}
.business .business-list .txt{
	width:50%;
	text-align:left;
}
.business .business-list .txt .ico{
	width:100%;
}
.business .business-list .txt .ico div{
	width:120px;
	height:120px;
	text-align:center;
	line-height:110px;
	background:#F8F8F8;
	border:5px solid #fff;
	border-radius:30px;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.05);
	transform: rotate(-30deg);
	margin-left:60%;
}
.business .business-list .txt .ico div img{
	width:65px;
}
.business .business-list .txt .span{
	width:100%;
	margin-bottom:30px;
}
.business .business-list .txt .span span{
	padding:5px 10px;
	background:#09BB8A;
	color:#fff;
	border-radius:30px;
}
.business .business-list .txt .title-h3 {
    width: 100%;
    font-family: MontserratSemiBold;
    font-size: 7rem;
    text-align: left;
    line-height: 100%;
    margin-bottom: 30px;
}
.business .business-list .txt .title-p {
    width: 100%;
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 30px;
}
.business .business-list .txt .title-btn{
    text-align: left;
}
.business .business-list .img{
	width:50%;
	text-align:right;
}
.business .business-list .img img{
	width:100%;
	max-width:682px;
}


/* customers */
.customers{
	width:100%;
	padding:3% 0;
	margin-top:8%;
	background:url(../images/s-bg.png) no-repeat left 50%;
}
.customers .title-p{
	width:100%;
	font-size:1.8rem;
	margin:0 auto;
	margin-bottom:3%;
}
.customers .customers-list{
	width:80%;
	margin:0 auto;
	margin-top:5%;
	display:flex;
	justify-content:space-between;
}
.customers .list{
	width:48%;
	border-radius:30px;
	background:#F8F8F8;
	padding:3% 5% 0 5%;
	overflow:hidden;
	transition: .3s;
}
.customers .list:hover{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	box-shadow: 0 -20px 100px -10px #D9F4EC;
	transition: .3s;
}
.customers .big{
	width:80%;
	margin:0 auto;
	margin-top:3%;
	display:flex;
	justify-content:space-between;
	padding:3% 5% 3% 5%;
}
.customers .list .ico{
	width:100%;
	margin-bottom:5%;
}
.customers .list .ico .iconfont{
	font-size:5rem;
	border:1px solid #EDEEEE;
	border-radius:50%;
	width:80px;
	height:80px;
	text-align:center;
	line-height:80px;
    transition: 0.3s;
	display:inline-block;
	background:#fff;
}
.customers .list:hover .ico .iconfont{
	transform: rotateY(360deg);
    transition: 0.3s;
}
.customers .txt{
	width:100%;
}
.customers .txt h3{
	font-size:3.5rem;
	font-family:MontserratSemiBold;
	margin-bottom:20px;
}
.customers .txt p{
	color:#999;
}

.customers .list .img img{
	width:100%;
    transition: 0.3s;
	max-width:494px;
}
.customers .list .img:hover img{
   transform: scale(1.05);
   transition: 0.3s;
}
.customers .big .txt{
	width:35%;
}
.customers .big .img{
	width:60%;
	text-align:right;
}
.customers .big .img img{
	width:100%;
    transition: 0.3s;
	max-width:740px;
}


/* backpocket */
.backpocket{
	width:100%;
	padding:3% 0;
}
.backpocket .backpocket-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:5%;
}
.backpocket .backpocket-list .txt{
	width:50%;
}
.backpocket .backpocket-list .txt .title-btn{
	text-align:left;
	margin-top:30px;
}
.backpocket .backpocket-list .txt .title-h3{
    width: 100%;
    font-family: MontserratSemiBold;
    font-size: 7rem;
    text-align: left;
    line-height: 100%;
    margin-bottom: 30px;
}
.backpocket .backpocket-list .txt p{
	padding:20px 0;
	font-size:2rem;
}
.backpocket .backpocket-list .list{
	width:45%;
	background:#fff;
	border:1px solid #CCCCCC;
	border-radius:30px;
	position:relative;
}
.backpocket .backpocket-list .list .list-li{
	width:48%;
	display:inline-block;
	margin:1%;
	background:#F8F8F8;
	border-radius:30px;
	float:left;
	padding:50px;
	text-align:center;
	position:relative;
    transition: 0.5s;
}
.backpocket .backpocket-list .list .list-li h3{
	font-size:1.6rem;
}
.backpocket .backpocket-list .list .list-li	.txt{
	position:absolute;
	left:0px;
	top:20%;
	background:rgba(0,0,0,.9);
	width:100%;
	height:100%;
	text-align:center;
	border-radius:30px;
	padding-top:30px;
	display:none;
    transition: 0.5s;
}
.backpocket .backpocket-list .list .list-li:nth-child(3) .txt,.backpocket .backpocket-list .list .list-li:nth-child(4) .txt{
	padding-top:60px;
}
.backpocket .backpocket-list .list .list-li:hover .txt{
	top:0%;
	display:inline-block;
    transition: 0.5s;
}
.backpocket .backpocket-list .list .list-li	.txt p{
	font-size:1.4rem;
	padding:10px 0;
	color:#fff;
}
.backpocket .backpocket-list .list .list-logo{
	width:140px;
	height:140px;
	text-align:center;
	line-height:130px;
	background:#F8F8F8;
	border:5px solid #fff;
	border-radius:50%;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.05);
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-70px;
	margin-left:-70px;
    transition: 0.3s;
}
.backpocket .backpocket-list .list .list-logo img{
    transition: 0.3s;
}
.backpocket .backpocket-list .list:hover .list-logo img{
	transform: rotateY(360deg);
    transition: 0.3s;
}
.backpocket .backpocket-list .list .list-li .ico{
	width:100%;
	margin-bottom:5%;
}
.backpocket .backpocket-list .list .list-li .ico .iconfont{
	font-size:5rem;
	border:1px solid #EDEEEE;
	border-radius:50%;
	width:80px;
	height:80px;
	text-align:center;
	line-height:80px;
    transition: 0.3s;
	display:inline-block;
	background:#fff;
}
.backpocket .backpocket-list .list .list-li:hover .ico .iconfont{
	transform: rotateY(360deg);
    transition: 0.3s;
}

/* physical */
.physical{
	width:100%;
	padding:3% 0;
	margin-top:8%;
	margin-bottom:5%;
}
.physical .title-p{
	width:100%;
	font-size:1.8rem;
	margin:0 auto;
	margin-bottom:3%;
}
.physical .physical-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:5%;
	position:relative;
}
.physical .physical-list .img{
	width:40%;
}
.physical .physical-list .img img{
	width:100%;
	max-width:572px;
}
.physical .physical-list .txt{
	width:70%;
	background:#333;
	position:absolute;
	right:0px;
	bottom:0px;
	color:#fff;
	border-radius:30px;
	padding:50px 30px;
	padding-bottom:30px;
}
.physical .physical-list .txt .title-h3{
    width: 100%;
    font-family: MontserratSemiBold;
    font-size: 10rem;
    text-align: left;
    line-height: 100%;
    margin-bottom: 30px;
	padding:0px 30px;
}
.physical .physical-list .txt .title-p{
    width: 100%;
    font-size: 3rem;
    text-align: left;
	padding:0 30px;
}
.physical .physical-list .txt .list{
	width:100%;
	background:#fff;
	color:#333;
	border-radius:30px;
	padding:30px;
	margin-top:30px;
}
.physical .physical-list .txt .list ul{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.physical .physical-list .txt .list li{
	width:30%;
}
.physical .physical-list .txt .list li .ico .iconfont{
	font-size:5rem;
    transition: 0.3s;
	display:inline-block;
}
.physical .physical-list .txt .list li .ico:hover .iconfont{
	transform: rotateY(360deg);
    transition: 0.3s;
}
.physical .physical-list::before{
	content:" ";
	width:446px;
	height:446px;
	background:url(../images/s-bg-2.png) no-repeat left top;
	background-size:100%;
	position:absolute;
	right:0px;
	top:0px;
	z-index:99;
}

.title-btn-back{
	width:100%;
	padding:1% 0;
	text-align:left;
	padding-left:30px;
}
.title-btn-back a{
	padding:15px 25px;
	background:#fff;
	color:#333;
	border-radius:30px;
	font-size:2rem;
	border:1px solid #333;
}
.title-btn-back a:hover{
	background:#333;
	color:#fff;
	border:1px solid #fff;
}
.title-btn-back a .iconfont{
	width:30px;
	height:30px;
	background:#333;
	border-radius:30px;
	color:#fff;
	padding:5px;
	display:inline-block;
    transition: 0.3s;
}
.title-btn-back a:hover .iconfont{
	background:#fff;
	color:#333;
	transform: rotate(90deg);
    transition: 0.3s;
}


/* virtual */
.virtual{
	width:80%;
	padding:3% 0;
	margin:0 auto;
	margin-top:8%;
	margin-bottom:5%;
	background:#F8F8F8;
	border-radius:30px;
	padding-bottom:5%;
}
.virtual .title-p{
	color:#999;
}
.virtual .virtual-list{
	width:60%;
	margin:0 auto;
	margin-top:5%;
	position:relative;
}
.virtual .virtual-list .list{
	width:100%;
	position:relative;
}
.virtual .virtual-list .list .txt{
	width:100%;
	height:450px;
	z-index:99;
	position:relative;
	padding:20%;
	padding-top:10%;
}
.virtual .virtual-list .list .txt h3{
    font-family: MontserratSemiBold;
    font-size: 10rem;
}
.virtual .virtual-list .list .txt p{
    font-size: 3rem;
    font-family: MontserratSemiBold;
	line-height:100%;
}
.virtual .virtual-list .list .img{
	width:100%;
	height:450px;
	border-radius:30px;
	background:#333;
	position:absolute;
	left:0px;
	top:0px;
	border:0px;
}
.virtual .virtual-list .list-1 .img{
	background: linear-gradient(to bottom right, #ffffff 30%, #91D7CB 70%);
	z-index:1;
	transform: rotate(5deg);
}
.virtual .virtual-list .list-2 .img{
	background: linear-gradient(to bottom right, #91D7CB 30%, #ffffff 70%);
	z-index:2;
	transform: rotate(-5deg);
}
.virtual .virtual-list .list-3 .img{
	background: linear-gradient(to bottom right, #ffffff 30%, #91D7CB 70%);
	z-index:3;
	transform: rotate(5deg);
}
.virtual .title-btn{
	margin-top:5%;
}

/* cryptocurrencies */
.cryptocurrencies{
	width:100%;
	padding:3% 0;
	margin-top:8%;
	margin-bottom:5%;
}
.cryptocurrencies .title-p{
	width:80%;
	font-size:1.8rem;
	margin:0 auto;
	margin-bottom:3%;
}
.cryptocurrencies .cryptocurrencies-list{
	width:100%;
	margin:0 auto;
	margin-top:5%;
	position:relative;
	background:url(../images/s-bg-1.png) no-repeat center 50%;
	background-size:inherit;;
}
.cryptocurrencies .cryptocurrencies-list .crypto-list{
	width:40%;
	height:100%;
	margin:0 auto;
	margin-top:5%;
	position:absolute;
	left:50%;
	margin-left:-20%;
	top:0px;
}
.cryptocurrencies .cryptocurrencies-list .crypto-list .c-ico{
	position:absolute;
}
.cryptocurrencies .cryptocurrencies-list .crypto-list .c-ico-btc{
	bottom:15%;
	left:10%;
}
.cryptocurrencies .cryptocurrencies-list .crypto-list .c-ico-usdc{
	top:0%;
	left:25%;
}
.cryptocurrencies .cryptocurrencies-list .crypto-list .c-ico-eth{
	bottom:60%;
	right:30%;
}
.cryptocurrencies .cryptocurrencies-list .crypto-list .c-ico-usdt{
	bottom:20%;
	right:40%;
}
.cryptocurrencies .cryptocurrencies-list .list{
	width:90%;
	margin:0 auto;
	margin-top:5%;
	position:relative;
	min-height:700px;
}
.cryptocurrencies .cryptocurrencies-list .list .c-ico{
	display:inline-block;
	padding:5px 20px;
	background:#333;
	border-radius:30px;
	padding-left:10px;
	webkit-backdrop-filter: saturate(180%) blur(3px);
    backdrop-filter: saturate(180%) blur(3px);
	background: rgba(255, 255, 255, 0.8);
	position:absolute;
}
.cryptocurrencies .cryptocurrencies-list .list .c-ico .ico{
	display:inline-block;
	margin-right:20px;
}
.cryptocurrencies .cryptocurrencies-list .list .c-ico .ico img{
	width:48px;
	height:48px;
}
.cryptocurrencies .cryptocurrencies-list .list .c-ico .txt{
	display:inline-block;
	color:#333;
	font-weight:bold;
}
.cryptocurrencies .cryptocurrencies-list .list .c-1{
	left:0%;
	top:20%;
}
.cryptocurrencies .cryptocurrencies-list .list .c-2{
	left:20%;
	top:30%;
}
.cryptocurrencies .cryptocurrencies-list .list .c-3{
	left:10%;
	top:50%;
}
.cryptocurrencies .cryptocurrencies-list .list .c-4{
	left:15%;
	bottom:20%;
}
.cryptocurrencies .cryptocurrencies-list .list .c-5{
	right:0%;
	top:20%;
}
.cryptocurrencies .cryptocurrencies-list .list .c-6{
	right:20%;
	top:30%;
}
.cryptocurrencies .cryptocurrencies-list .list .c-7{
	right:10%;
	top:50%;
}
.cryptocurrencies .cryptocurrencies-list .list .c-8{
	right:15%;
	bottom:20%;
}


/* vaaccount */
.vaaccount{
	width:100%;
	padding:3% 0;
	padding-bottom:0%;
}
.vaaccount .vaaccount-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:5%;
	background:url(../images/s-bg-2.png) no-repeat right 50%;
	background-size:contain;
	background-color:#F8F8F8;
	border-radius:30px;
	align-items: center;
	position:relative;
	overflow:hidden;
}
.vaaccount .vaaccount-list .coming{
	position:absolute;
	right:-90px;
	top:0px;
	padding:20px 100px;
	padding-right:150px;
	background:#333;
	color:#fff;
	text-align:center;
	font-size:3rem;
    font-family: MontserratSemiBold;
	border-bottom-left-radius:50px;
}
.vaaccount .vaaccount-list .txt{
	width:50%;
	padding:0 5%;
	text-align:center;
}
.vaaccount .vaaccount-list .txt .title-btn{
	margin-top:30px;
}
.vaaccount .vaaccount-list .txt .title-h3{
    width: 100%;
    font-family: MontserratSemiBold;
    font-size: 7rem;
    text-align: center;
    line-height: 100%;
    margin-bottom: 30px;
}
.vaaccount .vaaccount-list .txt p{
	padding:20px 0;
	font-size:2.5rem;
}
.vaaccount .vaaccount-list .list{
	width:45%;
	padding:0px 5%;
}
.vaaccount .vaaccount-list .list .list-li{
	width:100%;
	display:inline-block;
	margin:2% 0;
	background:#fff;
	border-radius:30px;
	padding:30px;
	text-align:left;
	transition: .3s;
}
.vaaccount .vaaccount-list .list .list-li:hover{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	box-shadow: 0 -20px 100px -10px #D9F4EC;
	transition: .3s;
}
.vaaccount .vaaccount-list .list .list-li h3{
	font-size:2.5rem;
}
.vaaccount .vaaccount-list .list .list-logo{
	width:140px;
	height:140px;
	text-align:center;
	line-height:130px;
	background:#F8F8F8;
	border:5px solid #fff;
	border-radius:50%;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.05);
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-70px;
	margin-left:-70px;
    transition: 0.3s;
}
.vaaccount .vaaccount-list .list:hover .list-logo{
    transform: scale(1.05);
    transition: 0.3s;
}
.vaaccount .vaaccount-list .list .list-li .ico{
	width:100%;
	margin-bottom:5%;
}
.vaaccount .vaaccount-list .list .list-li .ico .iconfont{
	font-size:5rem;
	width:80px;
	height:80px;
	text-align:center;
	line-height:80px;
    transition: 0.3s;
	display:inline-block;
}
.vaaccount .vaaccount-list .list .list-li:hover .ico .iconfont{
	transform: rotateY(360deg);
    transition: 0.3s;
}
.c-vaaccount{
	padding-bottom:3%;
	padding-top:0;
}
.c-vaaccount .vaaccount-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:5%;
	background:url(../images/c-bg.jpg) no-repeat right 50%;
	background-size:cover;
	background-color:#F8F8F8;
	border-radius:30px;
	align-items: center;
	position:relative;
	overflow:hidden;
}

/* abouts */
.abouts{
	width:100%;
	padding:3% 0;
	padding-top:30px;
	padding-bottom:5%;
}
.abouts .title-p{
	width:100%;
	font-size:1.8rem;
	margin:0 auto;
	margin-bottom:3%;
}
.abouts .abouts-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.abouts .list{
	width:32%;
	border-radius:30px;
	background:#F8F8F8;
	padding:3% 3% 2% 3%;
	overflow:hidden;
	transition: .3s;
}
.abouts .list:hover{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	box-shadow: 0 -20px 100px -10px #D9F4EC;
	transition: .3s;
}
.abouts .big{
	background:url(../images/s-pic-7.jpg) no-repeat left top;
	background-size:100%;
	background-color:#131313;
	color:#fff;
    transition: 0.3s;
}
.abouts .big:hover{
	background:url(../images/s-pic-7.jpg) no-repeat left top;
	background-size:110%;
    transition: 0.3s;
}
.abouts .list .ico{
	width:100%;
	margin-bottom:5%;
}
.abouts .list .ico .iconfont{
	font-size:5rem;
	border:1px solid #EDEEEE;
	border-radius:50%;
	width:80px;
	height:80px;
	text-align:center;
	line-height:80px;
    transition: 0.3s;
	display:inline-block;
	background:#fff;
}
.abouts .list:hover .ico .iconfont{
	transform: rotateY(360deg);
    transition: 0.3s;
}
.abouts .txt{
	font-size:3rem;
	font-family:MontserratSemiBold;
	margin-bottom:40px;
	line-height:100%;
}

.abouts .list .img img{
	width:100%;
    transition: 0.3s;
	max-width:391px;
}
.abouts .list .img:hover img{
   transform: scale(1.05);
   transition: 0.3s;
}
.abouts .big .txt{
	width:100%;
}
.abouts .big .title{
	font-size:5rem;
	font-family:MontserratSemiBold;
	margin-bottom:40px;
	line-height:100%;
	margin-top:40px;
}
.abouts .big .title-btn-back{
	padding-left:0px;
}

/* download */
.download{
	width:100%;
	padding:3% 0;
	margin-top:8%;
	margin-bottom:5%;
	background:url(../images/d-bg-1.png) no-repeat -10% top;
   transition: 1s;
}
.download:hover{
	background:url(../images/d-bg-1.png) no-repeat -8% top;
   transition: 1s;
}
.download .title-p{
	width:100%;
	font-size:1.8rem;
	margin:0 auto;
	margin-bottom:3%;
}
.download .download-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-evenly;
	margin-top:5%;
	position:relative;
}
.download .download-list .img{
	width:40%;
	text-align:center;
}
.download .download-list .img img{
	width:100%;
	max-width:510px;
    transition: 0.3s;
}
.download .download-list .img:hover img{
	transform: scale(1.05);
    transition: 0.3s;
}
.download .download-list .txt{
	width:50%;
	color:#333;
	border-radius:30px;
	padding:50px 30px;
	padding-bottom:30px;
	padding-top:0;
}
.download .download-list .txt .title-h3{
    width: 100%;
    font-family: MontserratSemiBold;
    font-size: 8rem;
    line-height: 100%;
    margin-bottom: 30px;
	padding:0px 30px;
	text-align:center;
}
.download .download-list .txt .title-p{
    width: 100%;
    font-size: 2rem;
	text-align:center;
	padding:0 30px;
}
.download .download-list .txt .down-a{
	width:80%;
	padding:30px;
	margin-top:30px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	align-items:center;
}
.download .download-list .txt .down-a .left{
	width:50%;
	text-align:center;
}
.download .download-list .txt .down-a .left img{
	width:100%;
	max-width:200px;
}
.download .download-list .txt .down-a .right{
	width:40%;
}
.download .download-list .txt .down-a .right a{
	width:100%;
	display:inline-block;
	margin-bottom:10px;
	background:#000;
	padding:10px;
	text-align:center;
	border-radius:10px;
    transition: 0.3s;
}
.download .download-list .txt .down-a .right a:hover{
	opacity:0.8;
    transition: 0.3s;
}
.download .download-list .txt .down-a .right a .h-img{
	position:absolute;
	left:110%;
	top:0px;
	width:160px;
	display:none;
    transition: 0.3s;
}
.download .download-list .txt .down-a .right a:hover .h-img{
	display:inline-block;
    transition: 0.3s;
}
/* faq-content */
.faq-content{
	width:100%;
	padding:3% 0;
	margin-top:8%;
}
/* announcement-content */
.announcement-content{
	width:100%;
	padding:3% 0;
	margin-top:8%;
}

/* conditions */
.conditions{
	width:100%;
	padding:3% 0;
	margin-top:8%;
}
.conditions .conditions-txt{
	width:80%;
	margin:0 auto;
	padding:3% 0;
}
.conditions .conditions-txt h3{
	font-weight:bold;
}
.conditions .conditions-txt p{
	line-height:180%;
}

/* response */
.response{
	width:100%;
	padding:3% 0;
	background:url(../images/d-bg-2.png) no-repeat -10% 80%;
	margin-bottom:3%;
    transition: 1s;
}
.response:hover{
    transition: 1s;
	background:url(../images/d-bg-2.png) no-repeat -8% 80%;
}
.response .response-list{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:5%;
}
.response .response-list .txt{
	width:50%;
}
.response .response-list .txt .title-btn{
	text-align:left;
	margin-top:30px;
}
.response .response-list .txt .title-h3{
    width: 100%;
    font-family: MontserratSemiBold;
    font-size: 7rem;
    text-align: left;
    line-height: 100%;
    margin-bottom: 30px;
}
.response .response-list .txt p{
	padding:20px 0;
}
.response .response-list .img{
	width:45%;
	text-align:right;
}
.response .response-list .img img{
	width:100%;
	max-width:503px;
    transition: 0.3s;
	border-radius:30px;
}
.response .response-list .img img:hover{
	transform: scale(1.05);
    transition: 0.3s;
}



/* footer */
.footer {
	background:#F5F5F5;
	color:#333;
	padding:5% 0;
	padding-bottom:0%;
}
.footer .footer-logo{
	width:80%;
	margin:0 auto;
	display:flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-logo .left{
	font-size:3rem;
	font-family:MontserratSemiBold;
}
.footer .footer-logo .left img{
	width:161px;
	margin-bottom:10px;
}
.footer .footer-logo .right img{
	margin-left:20px;
	border-radius:5px;
}

.footer .footer-top {
	width:80%;
	margin:3% auto;
}
.footer .footer-top .list {
  float: left;
  color: #333;
  width: 20%;
}
.footer .footer-top .list h5 {
  font-size: 2.2rem;
  color: #333;
  margin-bottom:20px;
}
.footer .footer-top .list h5 a {
  color: #333;
   transition: 0.3s;
}
.footer .footer-top .list h5 a:hover {
  color: #09BB8A;
   transition: 0.3s;
}
.footer .footer-top .list li {
  font-size: 1.6rem;
  color: #cce2f2;
  line-height: 35px;
}
.footer .footer-top .list li a {
  color: #666; 
   transition: 0.3s;
}
.footer .footer-top .list li a:hover {
  color: #09BB8A;
   transition: 0.3s;
   padding-left: 5px;
}
.footer .footer-bot {
	width:80%;
	margin:3% auto;
  text-align: center;
}
.footer .footer-bot .bottom-a{
	width:100%;
	padding-bottom:15px;
	text-align:left;
	margin:3% auto;
}
.footer .footer-bot .bottom-a a{
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:40px;
	background:#fff;
	border:1px solid #E6E6E6;
	display:inline-block;
	text-align:center;
	margin-right:5px;
   transition: 0.3s;
}
.footer .footer-bot .bottom-a a .iconfont{
	font-size:2rem;
	color:#333;
   transition: 0.3s;
}
.footer .footer-bot .bottom-a a:hover{
	background:#333;
	border:1px solid #333;
}
.footer .footer-bot .bottom-a a:hover .iconfont{
	color:#fff;
   transition: 0.3s;
}
.footer .footer-bot .bottom-b{
	width:100%;
	padding-bottom:10px;
	color:#333;
	line-height:160%;
	font-size:1.6rem;
}
.footer .footer-bot .bottom-c{
	width:100%;
	padding-bottom:10px;
	color:#999;
	line-height:160%;
	font-size:1.2rem;
}
#topcontrol{
	z-index:999;
	bottom:10px!important;
	right:20px!important;
}
#topcontrol img{
	border-radius:30px;
}



.banner-main-scroll {
	width:100%;
	overflow:hidden;
}
.main-scroll-content {
	width:1000%;
	list-style:none;
}
.main-scroll-content li {
	min-width:12.8%;
	margin:0;
	float:left;
	font-size:1.6em;
	cursor:pointer;
}
.main-scroll-content li .swiper-slide{
	width:10%;
	text-align:center;
}
.main-scroll-content li .swiper-slide img{
	width:100%;
	max-width:150px;
}


/*ins-style*/
@media (max-width: 768px) {
	.banner .txt .title-h3{
    font-size: 5rem;
	}
	.banner .txt p{
		font-size: 2rem;
	}
	.banner .card img{
		width:100px;
	}
	.banner{
		min-height:400px;
		margin-top:20px;
		overflow:hidden;
	}
	.banner .card-2 {
		right:-8%;
		top: 25%;
	}
	.banner .card-3 {
		margin-left: -50px;
		bottom: 10%;
	}
	.banner .card-1 {
		top: 30%;
		left:-8%;
	}
	.merchants .title-h3{
		font-size: 2rem;
	}
	.merchants::before{
		display:none;
	}
	.merchants::after{
		display:none;
	}
	.merchants .logo-list ul{
		padding-top:0;
	}
	.title-h4{
		font-size:4rem;
		margin-bottom:10px;
	}
	.title-p {
		font-size: 1.6rem;
		text-align: center;
		line-height:120%;
	}
	.scenario{
		padding:5% 0;
	}
	body{
		background:none;
	}
	.scenario .scenario-list .big{
		width:100%;
		height:300px;
	}
	.scenario .scenario-list .list{
		width:100%;
		margin:0px;
		margin-bottom:20px;
	}
	.scenario .scenario-list .big .ico{
		margin-top:0px;
	}
	.scenario .scenario-list .list .ico{
		width:80px;
		height:80px;
		line-height:80px;
	}
	.scenario .scenario-list .list .ico img{
		width:40px;
		height:40px;
	}
	.anywhere .scenario-list .list{
		width:100%;
	}
	.anywhere .scenario-list .list .txt{
		width:100%;
		height:250px;
		padding:30px;
	}
	.anywhere .scenario-list .list .img{
		width:100%;
		height:300px;
		margin-top:200px;
	}
	.anywhere .scenario-list .list .img img{
		width:100%;
		min-height:300px;
	}
	.anywhere .scenario-list .list .txt h3{
		margin-top:5%;
		font-size:3rem;
	}
	.anywhere .scenario-list .list .txt p{
		font-size:1.4rem;
	}
	.stable .stable-list{
		display:inline-block;
	}
	.stable .stable-list .list .ico img{
		max-width:100px;
	}
	.stable .stable-list .list{
		margin-bottom:10%;
		width:100%;
		margin-left:0;
	}
	.announcement .announcement-list{
		width:100%;
	}
	.announcement .announcement-list .list{
		width:100%;
	}
	.client .client-list .list{
		padding:0px;
	}
	.swiper-container-pc{
		width:100%;
	}
	.client .client-list .list-li{
		padding:30px 10px;
	}
	.client .client-list .list .txt{
		font-size:1.8rem;
	}
	.client .client-list .list .ico img{
		max-width:100px;
	}
	.experience .experience-list .big{
		width:100%;
	}
	.experience .experience-list .list{
		width:100%;
		padding:0px;
	}
	.experience .experience-list{
		width:100%;
	}
	.experience .experience-list .list .txt{
		right:-5px;
		bottom:-5px;
		padding:10px 20px;
		font-size:1.6rem;
	}
	.experience .experience-list .list .txt h3{
		margin:0px;
		padding:0px;
		font-size:1.8rem;
	}
	.experience .experience-list .list .txt p{
		padding-bottom:0px;
		font-size:1.4rem;
	}
	.faq .faq-list{
		width:100%;
	}
	.div2{
		height:55px;
	}
	.navbar{
		border:0px;
	}
	.footer .footer-logo{
		display:inline-block;
		text-align:center;
		width:100%;
	}
	.footer .footer-logo .left{
		width:100%;
		font-size:2rem;
		padding-bottom:20px;
	}
	.footer .footer-logo .right{
		width:100%;
		text-align:center;
	}
	.footer .footer-bot{
		width:100%;
	}
	.footer .footer-bot .bottom-a{
		text-align:center;
	}
	#topcontrol{
		right:10px!important;
		bottom:30px!important;
	}
	#topcontrol img{
		width:30px!important;
		height:30px!important;
	}
	.aboutus .title-p{
		width:100%;
		padding:20px 0;
		line-height:140%;
	}
	.aboutus .aboutus-img{
		width:100%;
	}
	.aboutus .numCount{
		width:100%;
		display:inline-block;
	}
	.aboutus .numCount .txt{
		width:100%;
		margin-right:0px;
		text-align:center;
		padding-top:10px;
		margin-bottom:10px;
	}
	.aboutus .numCount .txt h3{
		text-align:center;
	}
	.advantages .advantages-list{
		width:100%;
		display:inline-block;
	}
	.advantages .advantages-list .list{
		width:100%;
		margin-bottom:10px;
	}
	.providing .providing-list{
		width:100%;
		display:inline-block;
	}
	.providing .providing-list .txt{
		width:100%;
	}
	.providing .providing-list .txt .title-h3{
		font-size:3.5rem;
		margin-bottom:0px;
		line-height:100%;
	}
	.providing .providing-list .txt .title-btn{
		margin-top:0px;
	}
	.providing .providing-list .img{
		width:100%;
		margin-top:30px;
	}
	.partners .partners-list{
		width:100%;
	}
	.partners .partners-list ul li{
		width:50%;
		margin:0px;
		float:left;
		margin-bottom:10px;
	}
	.partners .partners-list li img{
		width:80%;
	}
	.team .title-p{
		padding:2% 0;
	}
	.physical{
		padding-top:20%;
	}
	.physical .physical-list{
		width:100%;
		display:inline-block;
	}
	.physical .physical-list .txt .title-h3{
		font-size:4.5rem;
	}
	.physical .physical-list .txt{
		position:relative;
		width:100%;
		margin-top:-40%;
		padding:20px 10px;
		padding-top:40px;
	}
	.physical .physical-list::before{
		width:246px;
		height:246px;
	}
	.physical .physical-list .img{
		width:60%;
	}
	.physical .physical-list .txt .title-p{
		font-size:2.5rem;
		margin-bottom:20px;
	}
	.physical .physical-list .txt .list li h3{
		font-size:1.6rem;
	}
	.physical .physical-list .txt .list{
		padding:10px;
	}
	.virtual{
		width:90%;
	}
	.virtual .virtual-list{
		width:90%;
	}
	.virtual .virtual-list .list .txt h3{
		font-size:4.5rem;
	}
	.virtual .virtual-list .list .txt p{
		font-size:1.8rem;
	}
	.virtual .virtual-list .list .txt{
		height:200px;
		padding:10%;
	}
	.virtual .virtual-list .list .img{
		height:200px;
	}
	.virtual .title-btn{
		margin-top:10%;
	}
	.cryptocurrencies .cryptocurrencies-list{
		background-size: contain;
	}
	.cryptocurrencies .cryptocurrencies-list .list{
		width:100%;
		min-height:250px;
	}
	.cryptocurrencies .cryptocurrencies-list .crypto-list{
		width:60%;
	}
	.cryptocurrencies .cryptocurrencies-list .crypto-list img{
		width:30%;
	}
	.cryptocurrencies .cryptocurrencies-list .list .c-ico{
		padding:5px 10px;
	}
	.cryptocurrencies .cryptocurrencies-list .list .c-ico .ico{
		margin-right:5px;
	}
	.cryptocurrencies .cryptocurrencies-list .list .c-ico .ico img{
		width:20px;
		height:20px;
	}
	.cryptocurrencies .cryptocurrencies-list .list .c-ico .txt{
		font-size:1.4rem;
	}
	.cryptocurrencies .cryptocurrencies-list .list .c-3{
		left:-5%;
	}
	.cryptocurrencies .cryptocurrencies-list .list .c-7{
		right:5%;
	}
	.cryptocurrencies .cryptocurrencies-list .list .c-4{
		left:5%;
	}
	.cryptocurrencies .cryptocurrencies-list .list .c-2{
		left:10%;
		top:35%;
	}
	.cryptocurrencies .cryptocurrencies-list .list .c-6{
		right:10%;
		top:35%;
	}
	.cryptocurrencies .cryptocurrencies-list .list .c-1{
		top:18%;
	}
	.cryptocurrencies .title-p{
		width:100%;
		font-size:1.6rem;
	}
	.vaaccount .vaaccount-list{
		width:100%;
		display:inline-block;
		padding-bottom:20px;
	}
	.vaaccount .vaaccount-list .txt{
		width:100%;
		margin-top:10%;
	}
	.vaaccount .vaaccount-list .txt .title-h3{
		font-size:4.5rem;
		margin-bottom:0px;
	}
	.vaaccount .vaaccount-list .coming{
		font-size:1.4rem;
		padding:20px 140px;
		left:-140px;
		top:20px;
	}
	.vaaccount .vaaccount-list .txt p{
		font-size:1.8rem;
	}
	.vaaccount .vaaccount-list .txt .title-btn{
		margin-top:0px;
	}
	.vaaccount .vaaccount-list .list{
		width:100%;
		margin-top:20px;
	}
	.abouts .abouts-list{
		width:100%;
		display:inline-block;
	}
	.abouts .list{
		width:100%;
		margin-bottom:20px;
	}
	.abouts .txt{
		margin-bottom:20px;
	}
	.abouts .big{
		padding-bottom:20px;
	}
	.vaaccount .vaaccount-list .list .list-li{
		padding:20px;
	}
	.title-span{
		font-size:2rem;
		line-height:100%;
	}
	.business .business-list{
		width:100%;
		display:inline-block;
	}
	.business .business-list .txt .ico div{
		margin-left:60%;
	}
	.business .business-list .txt{
		width:100%;
	}
	.business .business-list .txt .title-h3{
		font-size:4rem;
		line-height:100%;
		margin-bottom:20px;
	}
	.business .business-list .txt .title-p{
		font-size:2rem;
		margin-bottom:20px;
	}
	.business .business-list .txt .title-btn {
    margin-bottom: 20px;
	}
	.business .business-list .img{
		width:100%;
	}
	.customers .customers-list{
		width:100%;
		display:inline-block;
	}
	.customers .list{
		width:100%;
		margin-bottom:20px;
	}
	.customers .list .img img{
		max-width:250px;
	}
	.customers .list .img{
		width:100%;
		text-align:center;
	}
	.customers .txt h3{
		font-size:2.5rem;
	}
	.customers .big{
		width:100%;
		display:inline-block;
	}
	.customers .big .txt{
		width:100%;
	}
	.customers .big .img img{
		max-width:100%;
	}
	.backpocket .backpocket-list{
		width:100%;
		display:inline-block;
	}
	.backpocket .backpocket-list .txt{
		width:100%;
	}
	.backpocket .backpocket-list .list{
		width:100%;
		margin-top:30px;
		border:0px;
	}
	.backpocket .backpocket-list .list .list-li{
		padding:20px;
	}
	.backpocket .backpocket-list .list .list-li:hover .txt{
		padding:0px;
		line-height:100%;
	}
	.o-stable .stable-list .list .txt h3{
		padding:0;
	}
	.apicontent .api-list .list{
		width:100%;
		margin:20px 0;
	}
	.apicontent .api-list .list .ico{
		width:50px;
		height:50px;
		line-height:50px;
	}
	.apicontent .api-list .list .ico .iconfont{
		font-size:4rem;
	}
	.faq .video-list{
		width:100%;
		display:inline-block;
	}
	.faq .video-list .list{
		margin-bottom:10px;
		padding-top:20px;
		padding-bottom:20px;
	}
	.faq .video-list .list a{
		display:flex;
		align-items:center;
	}
	.faq .video-list .list a .ico{
		margin-right:10px;
	}
	.faq .video-list .list a .iconfont{
		margin-bottom:0;
		display:grid;
	}
	.faq .video-list .list a .txt{
		font-size:1.8rem;
	}
	.backpocket .backpocket-list .list .list-li h3{
		font-size:1.6rem;
	}
	.backpocket .backpocket-list .list .list-logo{
		width:100px;
		height:100px;
		line-height:90px;
		margin-top:150px;
		margin-left:-50px;
	}
	.partners .title-p{
		padding:0;
	}
	.about-team .about-team-list{
		width:100%;
		display:inline-block;
	}
	.about-team .about-team-list .list{
		width:100%;
		margin-bottom:20px;
	}
	.about-team .about-team-list .list .txt{
		padding-bottom:0px;
	}
	.node{
		padding-top:20%;
	}
	.node .title-p{
		width:100%;
	}
	.node .node-img{
		width:100px;
		height:100px;
		top:30px;
		right:10px;
	}
	.node .node-list{
		width:100%;
	}
	.node .node-list .list{
		width:100%;
		height:auto;
		margin-left:0px;
	}
	.backpocket .backpocket-list .list .list-logo img{
		width:50px;
	}
	.faq-content{
		margin-top:20%;
	}
	.response .response-list{
		width:100%;
		display:inline-block;
	}
	.response .response-list .txt{
		width:100%;
	}
	.response .response-list .img{
		width:100%;
		margin:0 auto;
		margin-top:30px;
	}
	.response .response-list .txt .title-h3{
		font-size:4rem;
		line-height:100%;
		margin-bottom:0px;
	}
	.response .response-list .txt .title-btn{
		margin-top:0px;
	}
	.response .response-list .img img{
		max-width:100%;
	}
	.download{
		background: url(../images/d-bg-1.png) no-repeat -30% top;
		background-size: 60%;
	}
	.download .download-list{
		width:100%;
		display:inline-block;
	}
	.download .download-list .img{
		width:100%;
	}
	.download .download-list .img img{
		width:70%;
	}
	.download .download-list .txt{
		width:100%;
	}
	.download .download-list .txt .title-h3{
		font-size:4rem;
		padding:0px;
		margin-bottom:10px;
	}
	.download .download-list .txt .down-a{
		width:100%;
		padding:30px 0;
	}
	.download-faq {
		background: url(../images/d-bg.png) no-repeat right bottom;
		background-size: 60%;
	}
	.response {
		background: url(../images/d-bg-2.png) no-repeat -10% 80%;
		background-size: 60%;
	}
	.conditions .conditions-txt{
		width:100%;
	}
	.conditions .conditions-txt h3{
		margin-top:0px;
	}
	.contactus{
		margin-top:20%;
	}
	.contactus .title-p{
		width:100%;
	}
	.form-box{
		width:100%;
	}
	.platform .platform-list{
		width:100%;
		display:inline-block;
	}
	.platform .platform-list .txt{
		width:100%;
	}
	.platform .platform-list .txt .title-h3{
		font-size:4rem;
		padding:0px;
		margin-bottom:10px;
	}
	.platform .platform-list .txt .title-btn{
		margin-top:0px;
	}
	.platform .platform-list .img{
		width:100%;
		margin-top:30px;
	}
	.business{
		padding-top:20%;
	}
	.footer .footer-logo .right img{
		margin-left:0px;
	}
	.header .top-notice{
		margin-top:52px;
		font-size:12px;
	}
}



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

}
@media screen and (min-width: 769px) and (max-width: 1200px) {
	.physical .physical-list{
		margin-top:35%;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
	.physical .physical-list{
		margin-top:35%;
	}
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
	.physical .physical-list{
		margin-top:35%;
	}
}
@media screen and (min-width: 1401px) and (max-width: 1500px) {
	.physical .physical-list{
		margin-top:35%;
	}
}
@media screen and (min-width: 1501px) and (max-width: 1600px) {
	.physical .physical-list{
		margin-top:25%;
	}
}
@media screen and (min-width: 1601px) {

}



#age-verify {
  position: fixed;
  z-index: 9997;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#age-verify .window {
  position: absolute;
  z-index: 9998;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 680px;
  overflow: hidden;
  padding: 60px 40px;
  padding-bottom:20px;
  margin-left: -400px;
  margin-top: -340px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius:30px;
  padding-top:20px;
}
#age-verify .window .age-btn{
	width:100%;
	padding:20px 0;
	text-align:right;
}
#age-verify .window .age-btn a{
	background:#999;
	text-align:center;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:15px;
	font-size:1.8rem;
	display:inline-block;
}

#age-verify .window p{
	text-indent:20px;
}
#age-verify .window span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#age-verify .window span.title {
  font-size: 3rem;
  color:#000;
}
#age-verify .window .text-p{
	color:#333;
	font-size:15px;
	line-height:180%;
	padding-top:30px;
	padding-bottom:30px;
}
#age-verify .window .text-p a{
  color:#09bb8a;
}
#age-verify .window .text-p .right{
	text-align:right;
	padding-bottom:30px;
}
#age-verify .window button {
  border: 0;
  margin: 0;
  padding: 0;
  width: 48%;
  height: 60px;
  color: #FFF;
  font-size: 18px;
  background-color: Red;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  transform: scale(1);
}
#age-verify .window button.back {
  display: block;
  float: none;
  margin: auto;
  background-color: #fff;
  color: Red !important;
  margin-top: 20px;
}
#age-verify .window button.yes {
  float: left;
}
#age-verify .window button.no {
  float: right;
}
#age-verify .window button:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  background-color: #ff3333;
}

#age-verify.hidden {
  opacity: 0;
  visibility: hidden;
}
#age-verify.hidden .window {
  transform: scale(0.5);
}
#age-verify.under .window .underBox {
  top: 0%;
}
.hiddenText {
  display: none;
}   



@media (max-width: 768px) {
#age-verify .window{
	width:95%;
	margin-left:-50%;
	height:auto;
	margin-top:-100%;
	padding:20px 15px;
}	
#age-verify .window span.title{
	font-size:2.4rem;
}
#age-verify .window .age-btn{
	padding:10px 0;
}
#age-verify .window .text-p{
	padding-top:10px;
}
#age-verify .window .text-p .right{
	padding-bottom:10px;
}
}
.notice{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	/* height: 50px; */
	
	color: #fff;
	/* line-height: 50px; */
	text-align: center;
	z-index: 1000;
	font-size: 16px;
}


.marquee-track {
	display: flex;
	gap: 2rem;
	white-space: nowrap;
	animation: marquee 30s linear infinite;
}
.marquee-box {
	background-color: #09bb8a;
	color: #fff;
	padding: 10px 20px;
}
.marquee-item {
	flex: 0 0 auto;
}
.marquee-box:hover .marquee-track {
	animation-play-state: paused; /* ?????? */
}


@keyframes marquee {
  from {
    transform: translateX(100%); /* ??????? */
  }
  to {
    transform: translateX(-200%); /* ?????? */
  }
}

.hint-content{
	background: #09bb8a;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	font-size: 14px;
	display: none;
	margin: 10px 20px;
}

.hint-region-title,.hint-promise-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.hint-promise{
	padding-top: 20px;
}