@charset "UTF-8";
body,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #fff;
}
ul,
ol {
  list-style: none;
}
input,
button {
  border: 0;
}
section {
  text-align: center;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section:nth-child(2n) {
  background-color: #fafafa;
}
section .bg {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
html,
body {
  min-width: 1200px;
}
.content {
  width: 57.29%;
  margin: 0 auto;
}
.content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.text-yellow {
  color: #ff7900;
}
.text-title {
  font-size: 0.33333rem;
  color: #181818;
}
.text-desc {
  font-size: 0.125rem;
  color: #666;
}
.pageOne {
  text-align: center;
}
.pageTwo {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.pageTwo.active .imgwrap .imgs > img:nth-child(1) {
  -webkit-animation: slideInUp 1s ease 0.3s 1 forwards;
  -moz-animation: slideInUp 1s ease 0.3s 1 forwards;
  animation: slideInUp 1s ease 0.3s 1 forwards;
}
.pageTwo.active .imgwrap .imgs > img:nth-child(2) {
  -webkit-animation: slideInUp 1s ease 0.4s 1 forwards;
  -moz-animation: slideInUp 1s ease 0.4s 1 forwards;
  animation: slideInUp 1s ease 0.4s 1 forwards;
}
.pageTwo.active .imgwrap .imgs > img:nth-child(3) {
  -webkit-animation: slideInUp 1s ease 0s 1 forwards;
  -moz-animation: slideInUp 1s ease 0s 1 forwards;
  animation: slideInUp 1s ease 0s 1 forwards;
}
.pageTwo.active .imgwrap .imgs > img:nth-child(4) {
  -webkit-animation: slideInUp 1s ease 0.5s 1 forwards;
  -moz-animation: slideInUp 1s ease 0.5s 1 forwards;
  animation: slideInUp 1s ease 0.5s 1 forwards;
}
.pageTwo.active .imgwrap .imgs > img:nth-child(5) {
  -webkit-animation: slideInUp 1s ease 0.3s 1 forwards;
  -moz-animation: slideInUp 1s ease 0.3s 1 forwards;
  animation: slideInUp 1s ease 0.3s 1 forwards;
}
.pageTwo .two-title {
  margin-top: 0.56771rem;
}
.pageTwo .imgwrap {
  position: relative;
}
.pageTwo .imgwrap .imgs {
  width: 100%;
  height: 3.8125rem;
  max-width: 1000px;
  z-index: 97;
  position: relative;
}
.pageTwo .imgwrap .imgs > img {
  height: 100%;
  position: absolute;
  visibility: hidden;
}
.pageTwo .imgwrap .imgs > img:nth-child(1) {
  z-index: 97;
  margin-top: 0.91146rem;
  left: -0.52083rem;
}
.pageTwo .imgwrap .imgs > img:nth-child(2) {
  z-index: 99;
  margin-top: 0.71875rem;
  left: 0.53125rem;
}
.pageTwo .imgwrap .imgs > img:nth-child(3) {
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0.48438rem;
}
.pageTwo .imgwrap .imgs > img:nth-child(4) {
  z-index: 99;
  margin-top: 0.71875rem;
  right: 0.57813rem;
}
.pageTwo .imgwrap .imgs > img:nth-child(5) {
  z-index: 98;
  margin-top: 0.91146rem;
  right: -0.52083rem;
}
.pageThree {
  position: relative;
  z-index: 999;
  margin-top: -0.53125rem;
  padding-top: 0.53125rem;
  padding-bottom: 0.3125rem;
  background-color: #fff;
}
.pageThree.active .imgbox .img-ipad {
  -webkit-animation: slideInRight 1s ease 1 forwards;
  -moz-animation: slideInRight 1s ease 1 forwards;
  animation: slideInRight 1s ease 1 forwards;
}
.pageThree.active .imgbox .img-phone {
  -webkit-animation: slideInLeft 1s ease 1 forwards;
  -moz-animation: slideInLeft 1s ease 1 forwards;
  animation: slideInLeft 1s ease 1 forwards;
}
.pageThree .text-desc {
  margin-top: 0.15625rem;
  margin-bottom: 0.20833rem;
}
.pageThree .imgbox {
  position: relative;
  text-align: left;
  font-size: 0;
}
.pageThree .imgbox > img {
  visibility: hidden;
}
.pageThree .imgbox .img-ipad {
  width: 82.1%;
  position: absolute;
  left: 120px;
  bottom: 0;
  z-index: -1;
}
.pageThree .imgbox .img-phone {
  width: 32%;
  display: inline-block;
}
.pageFour {
  padding-top: 0.42188rem;
  padding-bottom: 0.19792rem;
}
.pageFour .text-desc {
  margin-top: 0.15625rem;
  margin-bottom: 0.20833rem;
}

.pageFour img {
  vertical-align: baseline;
}
.pageFour .c-left {
  text-align: left;
  max-width: 2.04167rem;
}
.pageFour .c-right {
  max-width: 2.04167rem;
}

.pageFive {
  padding-top: 0.91667rem;
  padding-bottom: 0.82292rem;
}
.pageFive.active .c-right .imgbox .phone {
  -webkit-animation: fadeIn 1s ease 1 forwards;
  -moz-animation: fadeIn 1s ease 1 forwards;
  animation: fadeIn 1s ease 1 forwards;
}

.pageFive .c-left {
  text-align: left;
  max-width: 3.04167rem;
}
.pageFive .c-left .text-desc {
  margin-top: 0.20313rem;
}
.pageFive .c-right {
  font-size: 0;
}
.pageFive .c-right .imgbox {
  position: relative;
}
.pageFive .c-right .imgbox > img {
  width: 100%;
  visibility: hidden;
}
.pageFive .c-right .imgbox .phone {
  position: static;
  z-index: 9;
}
.pageFive .c-right .imgbox .comt {
  position: absolute;
  width: 51.7647%;
  opacity: 0;
  z-index: 10;
}
.pageSix {
  padding-top: 0.94792rem;
  padding-bottom: 0.80208rem;
}
.pageSix.active .c-lft > img {
  -webkit-animation: fadeIn 1s ease 1 forwards;
  -moz-animation: fadeIn 1s ease 1 forwards;
  animation: fadeIn 1s ease 1 forwards;
}
.pageSix .c-lft {
  font-size: 0;
  width: 2.75521rem;
}
.pageSix .c-lft > img {
  width: 100%;
  visibility: hidden;
}
.pageSix .c-rht {
  text-align: left;
  max-width: 2.8rem;
}
.pageSix .c-rht .text-desc {
  margin-top: 0.26563rem;
}
.pageEight {
  text-align: left;
}
.pageEight .text-desc {
  margin-top: 0.06563rem;
}
.pageEight img {
  margin-top: 0.26563rem;
}

.mask {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@-moz-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@-moz-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@-moz-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@-moz-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -moz-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -moz-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@-moz-keyframes slideInUp {
  0% {
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.8;
    visibility: visible;
  }
}
@-moz-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.8;
    visibility: visible;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.8;
    visibility: visible;
  }
}
