@charset "UTF-8";
html {
  font-family: sans-serif;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  display: block;
}

.container {
  width: 100%;
  position: relative;
}

.wrapper {
  width: 1500px;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
header .wrapper {
  margin: auto;
  padding: 10px;
}
header .wrapper .logo {
  width: 187px;
  height: auto;
}

.top {
  width: 100%;
  height: 940px;
  background-image: url("../images/bg1.png");
  background-size: 100% auto;
  background-position: center center;
  display: flex;
}
.top .wrapper {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top .introduce h1 {
  font-size: 60px;
}
.top .introduce p {
  font-size: 20px;
  line-height: 1;
  margin-top: 60px;
}
.top .introduce p#other {
  margin-top: 30px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 20px;
}
.top .introduce p#other a {
  color: rgba(0, 0, 0, 0.5);
}
.top .introduce #download {
  display: inline-block;
  margin-top: 90px;
}
.top .introduce #download .btn {
  padding: 20px 40px;
  border-radius: 60px;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: #6272f1;
  background-image: linear-gradient(90deg, #6272f1 0%, #70d9d9 100%);
  box-shadow: 10px 15px 54px 0px #72d0d9;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.top .introduce #download .btn:hover {
  box-shadow: 0px 5px 34px 0px #72d0d9;
}
.top .screenshot {
  width: 944px;
  height: 573px;
}

.context {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.context h2 {
  font-size: 36px;
  color: 3333;
}
.context.ctx-a p {
  font-size: 18px;
  color: #999;
  line-height: 1;
  margin-top: 50px;
}
.context.ctx-b ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 100px;
}
.context.ctx-b ul li {
  width: 234px;
  font-size: 18px;
}
.context.ctx-b ul li:not(:last-child) {
  margin-right: 110px;
}
.context.ctx-b ul li h3 {
  text-align: center;
  color: #333;
}
.context.ctx-b ul li p {
  color: #666;
  line-height: 30px;
  margin-top: 40px;
}
.context.ctx-c ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 100px;
}
.context.ctx-c ul li {
  width: 234px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.context.ctx-c ul li:not(:last-child) {
  margin-right: 110px;
}
.context.ctx-c ul li .icon {
  width: 160px;
  height: 160px;
}
.context.ctx-c ul li h3 {
  margin-top: 40px;
  color: #333;
}
.context.ctx-c ul li p {
  color: #666;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
}
.context.ctx-d .ul-group {
  margin-top: 90px;
  display: flex;
}
.context.ctx-d .ul-group ul {
  color: #333;
}
.context.ctx-d .ul-group ul:not(:last-child) {
  margin-right: 120px;
}
.context.ctx-d .ul-group ul h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.context.ctx-d .ul-group ul li {
  font-size: 14px;
  height: 60px;
}
.context.ctx-d .ul-group ul li ul {
  list-style: circle;
  margin-top: 14px;
  padding-left: 70px;
}
.context.ctx-d .ul-group ul li ul li {
  height: unset;
}

.parallax {
  width: 100%;
  height: 600px;
  background-size: 100% auto;
  background-position: center;
  background-attachment: fixed;
}
.parallax.pl-a {
  background-image: url("../images/bg2.jpg");
}
.parallax.pl-b {
  background-image: url("../images/bg3.jpg");
}

footer {
  padding: 22px 0;
  background-color: #000;
  text-align: center;
  font-size: 22px;
  color: #666;
  display: flex;
  flex-direction: column;
}

footer .beian {
  margin-top: 5px;
}

footer .beian a {
  text-decoration: none;
  color: #666 !important;
}

/* 手机平板 */
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100% !important;
  }
  header .wrapper {
    padding: 20px !important;
  }
  header .wrapper .logo {
    width: 130px !important;
  }
  .top {
    height: 100vh !important;
    background-size: auto 100% !important;
    background-position: right center !important;
  }
  .top .wrapper {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 0 20px !important;
  }
  .top .wrapper .screenshot {
    width: 100% !important;
    height: auto !important;
  }
  .top .wrapper .introduce {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .top .wrapper .introduce h1,
.top .wrapper .introduce p {
    color: #fff !important;
    text-align: center;
  }
  .top .wrapper .introduce h1 {
    font-size: 40px !important;
  }
  .top .wrapper .introduce p {
    font-size: 16px !important;
    margin-top: 30px !important;
  }
  .top .wrapper .introduce p#other {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .top .wrapper .introduce p#other a {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .top .wrapper .introduce #download {
    margin-top: 60px !important;
  }
  .top .wrapper .introduce #download .btn {
    font-size: 16px !important;
    padding: 16px 32px !important;
  }
  .context {
    padding: 70px 20px !important;
  }
  .context h2 {
    font-size: 28px !important;
  }
  .context.ctx-a p {
    font-size: 16px !important;
    text-align: center;
  }
  .context.ctx-b ul, .context.ctx-c ul {
    flex-direction: column;
    align-items: center;
    margin-top: 50px !important;
  }
  .context.ctx-b ul li, .context.ctx-c ul li {
    width: 70% !important;
    font-size: 16px !important;
  }
  .context.ctx-b ul li:not(:last-child), .context.ctx-c ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .context.ctx-b ul li .icon, .context.ctx-c ul li .icon {
    width: 100px !important;
    height: 100px !important;
  }
  .context.ctx-b ul li p, .context.ctx-c ul li p {
    margin-top: 20px !important;
    text-align: center;
  }
  .context.ctx-d .ul-group {
    flex-direction: column;
    margin-top: 50px !important;
  }
  .context.ctx-d .ul-group ul {
    margin-right: 0 !important;
  }
  .context.ctx-d .ul-group ul li {
    font-size: 12px !important;
    height: unset !important;
    margin-bottom: 10px;
  }
  .context.ctx-d .ul-group ul li ul {
    margin: 10px 0 !important;
    padding-left: 30px !important;
  }
  .parallax {
    background-attachment: unset !important;
    height: 300px !important;
    background-size: cover !important;
  }
  footer {
    font-size: 14px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer span:nth-child(1) {
    margin-bottom: 10px;
  }
  footer .splite {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
