@charset "UTF-8";
/*banner*/
.banner{width:100%;}
.banner-box{width:1200px;background:#040404;margin-left:auto;margin-right:auto;position:relative;height: 100%}
.banner-animation{position:absolute;top:172px;left:156px;z-index:1;-webkit-animation: 1s .5s;animation: 1s .5s;-ms-animation: 1s .5s;-p-animation: 1s .5s;-moz-animation: 1s .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-ms-animation-fill-mode: both;-moz-animation-fill-mode: both;-o-animation-fill-mode: both;}
.banner-dog{position:absolute;top:44px;right:108px;-webkit-animation: 1s .45s;animation: 1s .45s;-ms-animation: 1s .45s;-p-animation: 1s .45s;-moz-animation: 1s .45s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-ms-animation-fill-mode: both;-moz-animation-fill-mode: both;-o-animation-fill-mode: both}

.main-box{text-align:center;padding:40px 0 72px;background:url(../images/index/time.png) center bottom no-repeat;width: 1200px;margin:0 auto;}
.main-box .count{font:34px/92px "Microsoft YaHei";}
.main-box .count em{display:inline-block;height:93px;width:72px;margin:0 2px;}
.main-box .count span{font:bold 45px/92px "Arial";color:#fff;}
.main-box p{font:35px/109px "Microsoft YaHei";color:#666666;}

/*list*/
.list{text-align: center;padding-top:26px;padding-bottom:80px;}
.list h3{font:20px/64px "微软雅黑";margin-bottom:67px;position: relative;}
.list h3 span{position:absolute;bottom:0;left:50%;height: 4px;width:40px;margin-left:-20px;background-color:#00D0F0; }
.list ul{width: 1200px;margin:0 auto;}
.list li{width: 33.3%;float: left;font:16px/30px "微软雅黑";}
.list li img{margin-bottom:12px;}

/*code*/
.code{overflow: hidden}
.code-box{width:1200px;margin-left:auto;margin-right:auto;background:url(../images/index/code-bg.png) left top no-repeat;height:529px;}
.code-iphone{float:left;width:50%;position:relative;}
.iphone{height:339px;width:191px;background:url(../images/index/iphone.png) left top no-repeat;position:absolute;top:-68px;right:66px;padding:68px 66px 142px 183px;-webkit-animation: 1s;animation: 1s;-ms-animation: 1s;-p-animation: 1s;-moz-animation: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-ms-animation-fill-mode: both;-moz-animation-fill-mode: both;-o-animation-fill-mode: both;display:;}
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {text-align: center;font-size: 18px;background: #fff;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.download{width:50%;float: right;}
.download-box{padding-left:20px;padding-top:158px;position:relative;-webkit-animation: 1s;animation: 1s;-ms-animation: 1s;-p-animation: 1s;-moz-animation: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-ms-animation-fill-mode: both;-moz-animation-fill-mode: both;-o-animation-fill-mode: both;}
.download-box a{display:block;height:55px;width:162px;margin-bottom: 16px;transition:.25s;}
.download-box img{position:absolute;top:129px;left:207px;}
.download-box p{font:20px/82px "";color:#FFF;}










/*animation*/
.bounceInLeft {
  animation-name: bounceInLeft;
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  100% {
    transform: none;
  }
}


@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }

  90% {
   -webkit-transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
  }
}



@-moz-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -moz-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -moz-transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -moz-transform: translate3d(25px, 0, 0);
  }

  75% {
    -moz-transform: translate3d(-10px, 0, 0);
  }

  90% {
   -moz-transform: translate3d(5px, 0, 0);
  }

  100% {
    -moz-transform: none;
  }
}


@-o-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -o-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -o-transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -o-transform: translate3d(25px, 0, 0);
  }

  75% {
    -o-transform: translate3d(-10px, 0, 0);
  }

  90% {
   -o-transform: translate3d(5px, 0, 0);
  }

  100% {
    -o-transform: none;
  }
}


.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}


@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}


.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}




/*icon*/
.download-box .ios,.download-box .android,.main-box .count em{background-image: url(../images/index/icon.png);background-repeat:no-repeat;}
.download-box .ios{background-position:0 0;}
.download-box .android{background-position:0 -120px;}
.main-box .count em{background-position:-172px 0;}

/*hover*/
.download-box .ios:hover{background-position:0 -55px;}
.download-box .android:hover{background-position:0 -175px;}