* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100vh;
}
.wrap {
  width: 100%;
  background: url(http://img.epbox.cn/images/example/somesub/somemoresub/wh31v1cnnlg0daw3.jpg) no-repeat 0 0;
  overflow: hidden;
}
.wrap .header {
  padding-left: 5%;
  padding-right: 5%;
  height: 100px;
  clear: both;
}
.wrap .header .logo {
  display: block;
  width: 171px;
  height: 47px;
  padding-top: 15px;
  float: left;
}
.wrap .header .logo img {
  display: block;
  width: 165px;
  height: 67px;
}
.wrap .header .time {
  float: right;
  height: 100px;
  line-height: 100px;
}
.wrap .header .time p {
  color: #525252;
  font-size: 14px;
  letter-spacing: 2px;
}
.wrap .container {
  position: relative;
  width: 100%;
  height: 624px;
  background: url(http://mini.epbox.cn/34e9e81cb0ee63d938196c607f2eabe7.jpg);
}
.wrap .container .build {
  display: block;
  position: absolute;
  bottom: 0px;
  left: -270px;
  width: 3000px;
  height: 500px;
  animation: moveBg 10s linear 0s 1;
  -webkit-animation: moveBg 10s linear 0s 1;
  z-index: 2;
}
.wrap .container .computer {
  position: absolute;
  top: 40.5%;
  width: 471px;
  height: 371px;
  left: 315px;
  z-index: 5;
  animation: flipInX 2s 0.5s ease both;
  -webkit-animation: flipInX 2s 0.5s ease both;
  -moz-animation: flipInX 2s 0.5s ease both;
}
.wrap .container .add {
  display: block;
  position: absolute;
  top: 124px;
  right: 770px;
  z-index: 5;
  -webkit-animation: bounceIns 3s 1.5s ease both infinite;
  -moz-animation: bounceIns 3s 1.5s ease both infinite;
}
.wrap .container .cloud {
  display: block;
  position: absolute;
  top: 157px;
  right: 170px;
  z-index: 5;
  animation: movea 14s 0.5s ease infinite;
  -webkit-animation: movea 14s 0.5s ease infinite;
  -moz-animation: movea 14s 0.5s ease infinite;
}
.wrap .container .phone1 {
  display: block;
  position: absolute;
  top: 100px;
  right: 400px;
  z-index: 5;
  -webkit-animation: bounceInDown 1s 1.5s ease both;
  -moz-animation: bounceInDown 1s 1.5s ease both;
}
.wrap .container .phone2 {
  display: block;
  position: absolute;
  top: 150px;
  left: 800px;
  z-index: 5;
  -webkit-animation: bounceInUp 1s 1.5s ease both;
  -moz-animation: bounceInUp 1s 1.5s ease both;
}
.wrap .container .chart {
  display: block;
  position: absolute;
  top: 150px;
  left: 320px;
  z-index: 5;
  -webkit-animation: bounceIn 1s 1.5s ease both;
  -moz-animation: bounceIn 1s 1.5s ease both;
}
.wrap .container .fly {
  display: block;
  position: absolute;
  top: 240px;
  left: 135px;
  z-index: 5;
  -webkit-animation: fadeInLeft 5s 2s ease both;
  -moz-animation: fadeInLeft 5s 2s ease both;
}
.form {
  position: absolute;
  top: 45%;
  right: 30%;
  width: 400px;
  height: 250px;
  padding-bottom: 40px;
  padding-top: 80px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  background-color: #ffffff;
  z-index: 5;
  border-radius: 3px;
  -webkit-animation: fadeInRightBig 2s 0.5s ease both;
  -moz-animation: fadeInRightBig 2s 0.5s ease both;
}
.form button {
  width: 100%;
}
.form div {
  text-align: center;
}
.form div a {
  color: #0e90d2;
}
.form .getpsd {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 80px;
  z-index: 10;
  height: 32px;
}
.form .getpsd .btn {
  width: 80px;
  height: 32px;
}
.form .input {
  width: 100%;
}
.form .code {
  width: 60%;
  float: left;
}
.form .codeimg {
  margin-left: 5%;
  width: 35%;
  float: left;
}
.form .codeimg img {
  width: 100%;
  height: 100%;
  margin-top: 1px;
}
.form p {
  color: #cccccc;
  text-align: center;
  margin-top: 16px;
}
.form p span:first-child {
  margin-right: 16px;
}
.form:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.footer {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer p {
  width: 100%;
  text-align: center;
  color: #525252;
  font-size: 14px;
}
