* {
  margin: 0;
  padding: 0;
}
a {
  color: #fff;
  text-decoration: none;
}
html,
body {
  font-family: "微软雅黑";
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
ul,
li {
  list-style: none;
}
img {
  display: block;
  border: 0;
}
@media screen and (max-width: 600px) {
  .banner {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background: linear-gradient(158deg, #f33573, #ffc066);
    background-size: 100%;
    font-size: 26px;
    min-width: 1200px;
    overflow: hidden;
  }
  .banner .content {
    width: 1200px;
    height: 100vh;
    min-height: 700px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
  }
  .banner .content .nav {
    height: 100px;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner .content .nav img {
    width: 120px;
    display: block;
  }
  .banner .content .nav .nav-right {
    display: flex;
    align-items: center;
  }
  .banner .content .nav .nav-right .a {
    margin-right: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
  }
  .banner .content .parallax {
    width: 100%;
    height: 600px;
  }
  .banner .content .parallax .box {
    width: 100%;
    height: inherit;
    position: relative;
  }
  .banner .content .parallax .parallax-left {
    width: 50%;
    height: inherit;
    float: left;
  }
  .banner .content .parallax .parallax-left .name {
    position: absolute;
    top: 30px;
  }
  .banner .content .parallax .parallax-left .title {
    width: 600px;
    font-size: 20px;
    color: #fffefe;
    text-align: justify;
    position: absolute;
    top: 160px;
    line-height: 36px;
  }
  .banner .content .parallax .parallax-left .QR1 {
    position: absolute;
    top: 300px;
  }
  .banner .content .parallax .parallax-left .QR1 span {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
  }
  .banner .content .parallax .parallax-left .QR1 img {
    width: 160px;
    height: 160px;
    border-radius: 4px;
    box-shadow: 0px 0 15px #f33573;
  }
  .banner .content .parallax .parallax-left .QR2 {
    position: absolute;
    top: 300px;
    left: 200px;
  }
  .banner .content .parallax .parallax-left .QR2 span {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
  }
  .banner .content .parallax .parallax-left .QR2 img {
    width: 160px;
    height: 160px;
    border-radius: 4px;
    box-shadow: 0px 0 15px #f33573;
  }
  .banner .content .parallax .parallax-left .QRtext {
    position: absolute;
    top: 500px;
    left: 300px;
    color: #fff;
  }
  .banner .content .parallax .parallax-right {
    width: 50%;
    height: inherit;
    float: left;
  }
  .banner .content .parallax .parallax-right .phone {
    width: 650px;
    position: absolute;
    right: 0;
    top: 80px;
  }
  .banner .content .parallax .parallax-right .tizi {
    width: 140px;
    position: absolute;
    right: 460px;
    top: 310px;
  }
  .banner .content .parallax .parallax-right .ren {
    position: absolute;
    right: 520px;
    top: 290px;
  }
  .banner .content .parallax .parallax-right .yizhi {
    width: 200px;
    position: absolute;
    right: 200px;
    top: 120px;
  }
  .banner .content .parallax .parallax-right .chengshi {
    width: 580px;
    position: absolute;
    right: 40px;
    top: -40px;
  }
  .banner .content .parallax .parallax-right .boximg {
    width: 170px;
    position: absolute;
    right: 50px;
    top: 0px;
  }
  .banner .content .parallax .parallax-right .kuai1 {
    width: 50px;
    position: absolute;
    right: -100px;
    top: 200px;
  }
  .banner .content .parallax .parallax-right .kuai2 {
    width: 50px;
    position: absolute;
    right: -100px;
    top: 300px;
  }
  .menu {
    width: 1200px;
    height: 300px;
    background: #fff;
    margin: 80px auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .menu .box {
    width: 150px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 60px;
  }
  .menu .box img {
    width: 120px;
    height: 120px;
    transition: 0.3s all;
    cursor: pointer;
  }
  .menu .box img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translateY(-6px);
    transform: scale3d(1.1, 1.1, 1.1) translateY(-6px);
  }
  .menu .box span {
    font-size: 18px;
    font-weight: 600;
    color: #666;
  }
  .gifbox {
    width: 1200px;
    margin: 0 auto;
  }
  .gifbox img {
    width: 1200px;
  }
  .gifbox .border {
    width: 467px;
    height: 8px;
    background: #ffc066;
    border-radius: 4px;
    margin: 30px auto;
  }
  .gifbox .gifbox-text {
    width: 100%;
    text-align: center;
    color: #ababab;
    font-size: 18px;
    margin-bottom: 200px;
  }
  .personal {
    width: 1200px;
    margin: 0 auto;
  }
  .personal .tip img {
    margin: 0 auto;
  }
  .personal .function-info {
    width: 100%;
    height: 480px;
    margin-top: 60px;
    display: flex;
  }
  .personal .function-info .function-info-left {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .personal .function-info .function-info-right {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .personal .note .function-info-right img {
    height: 450px;
  }
  .personal .scan {
    background: #ffefef;
  }
  .personal .scan .function-info-left {
    width: 35%;
  }
  .personal .scan .function-info-left img {
    height: 450px;
  }
  .personal .scan .function-info-right {
    width: 65%;
    display: flex;
    align-items: center;
  }
  .personal .formwork {
    height: 580px;
  }
  .personal .formwork .function-info-left {
    width: 50%;
  }
  .personal .formwork .function-info-right {
    width: 50%;
  }
  .personal .formwork .function-info-right img {
    height: 550px;
  }
  .personal .marketing {
    background: #ffefe3;
    margin-bottom: 50px;
  }
  .personal .marketing .function-info-left {
    width: 50%;
  }
  .personal .marketing .function-info-left img {
    height: 400px;
  }
  .personal .marketing .function-info-right {
    width: 50%;
  }
  .enterprise {
    width: 100%;
    min-width: 1200px;
    background: url(../img/enterprise-bg.png) no-repeat right top;
    background-size: 140px;
    padding-top: 200px;
    position: relative;
  }
  .enterprise .enterprise-bg {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    position: absolute;
    bottom: 100px;
    background: url(../img/bg3.png) no-repeat;
    background-size: 90px;
  }
  .enterprise .content {
    width: 1200px;
    margin: 0 auto;
  }
  .enterprise .content .tip img {
    margin: 0 auto;
  }
  .enterprise .content .function-info {
    width: 100%;
    height: 480px;
    margin-top: 60px;
    display: flex;
  }
  .enterprise .content .function-info .function-info-left {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enterprise .content .function-info .function-info-right {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enterprise .content .show .function-info-left {
    width: 45%;
  }
  .enterprise .content .show .function-info-left img {
    height: 440px;
  }
  .enterprise .content .ranking .function-info-left {
    width: 60%;
  }
  .enterprise .content .ranking .function-info-right img {
    height: 400px;
  }
  .bottom {
    width: 100%;
    height: 600px;
    background: linear-gradient(158deg, #ffc066, #f33573);
    margin-bottom: 50px;
    margin-top: 100px;
  }
  .bottom .content {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .bottom .content img {
    width: 1200px;
  }
  .bottom-nav {
    width: 100%;
    height: 68px;
    min-width: 1200px;
    background: #fff;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.16);
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
  }
  .bottom-nav .bottom-nav-box {
    width: 1200px;
    height: 68px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
  }
  .bottom-nav .bottom-nav-box .text {
    color: #202224;
    font-size: 22px;
    font-weight: 700;
  }
  .bottom-nav .bottom-nav-box .button {
    width: 160px;
    height: 48px;
    background: #1890ff;
    border-radius: 4px;
    margin-left: 50px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    position: relative;
  }
  .bottom-nav .bottom-nav-box .button .content {
    position: absolute;
    width: 400px;
    height: 220px;
    border: rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    bottom: 68px;
    left: -120px;
    border-radius: 4px;
    display: none;
  }
  .bottom-nav .bottom-nav-box .button .content .left {
    width: 200px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .bottom-nav .bottom-nav-box .button .content .left span {
    color: #333;
    font-weight: 600;
  }
  .bottom-nav .bottom-nav-box .button .content .left img {
    width: 140px;
    height: 140px;
    margin-top: 10px;
  }
  .bottom-nav .bottom-nav-box .button .content .right {
    width: 200px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .bottom-nav .bottom-nav-box .button .content .right span {
    color: #333;
    font-weight: 600;
  }
  .bottom-nav .bottom-nav-box .button .content .right img {
    width: 140px;
    height: 140px;
    margin-top: 10px;
  }
  .bottom-nav .bottom-nav-box .button:hover .content {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .banner {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background: linear-gradient(158deg, #f33573, #ffc066);
    background-size: 100%;
    font-size: 26px;
    min-width: 1200px;
    overflow: hidden;
  }
  .banner .content {
    width: 1200px;
    height: 100vh;
    min-height: 700px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
  }
  .banner .content .nav {
    height: 100px;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner .content .nav img {
    width: 120px;
    display: block;
  }
  .banner .content .nav .nav-right {
    display: flex;
    align-items: center;
  }
  .banner .content .nav .nav-right .a {
    margin-right: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
  }
  .banner .content .parallax {
    width: 100%;
    height: 600px;
  }
  .banner .content .parallax .box {
    width: 100%;
    height: inherit;
    position: relative;
  }
  .banner .content .parallax .parallax-left {
    width: 50%;
    height: inherit;
    float: left;
  }
  .banner .content .parallax .parallax-left .name {
    position: absolute;
    top: 30px;
  }
  .banner .content .parallax .parallax-left .title {
    width: 600px;
    font-size: 20px;
    color: #fffefe;
    text-align: justify;
    position: absolute;
    top: 160px;
    line-height: 36px;
  }
  .banner .content .parallax .parallax-left .QR1 {
    position: absolute;
    top: 300px;
  }
  .banner .content .parallax .parallax-left .QR1 span {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
  }
  .banner .content .parallax .parallax-left .QR1 img {
    width: 160px;
    height: 160px;
    border-radius: 4px;
    box-shadow: 0px 0 15px #f33573;
  }
  .banner .content .parallax .parallax-left .QR2 {
    position: absolute;
    top: 300px;
    left: 200px;
  }
  .banner .content .parallax .parallax-left .QR2 span {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
  }
  .banner .content .parallax .parallax-left .QR2 img {
    width: 160px;
    height: 160px;
    border-radius: 4px;
    box-shadow: 0px 0 15px #f33573;
  }
  .banner .content .parallax .parallax-left .QRtext {
    position: absolute;
    top: 290px;
    left: 380px;
    color: #fff;
    width: 30px;
    text-align: center;
    font-size: 20px;
  }
  .banner .content .parallax .parallax-right {
    width: 50%;
    height: inherit;
    float: left;
  }
  .banner .content .parallax .parallax-right .phone {
    width: 650px;
    position: absolute;
    right: 0;
    top: 80px;
  }
  .banner .content .parallax .parallax-right .tizi {
    width: 140px;
    position: absolute;
    right: 460px;
    top: 310px;
  }
  .banner .content .parallax .parallax-right .ren {
    position: absolute;
    right: 520px;
    top: 290px;
  }
  .banner .content .parallax .parallax-right .yizhi {
    width: 200px;
    position: absolute;
    right: 200px;
    top: 120px;
  }
  .banner .content .parallax .parallax-right .chengshi {
    width: 580px;
    position: absolute;
    right: 40px;
    top: -40px;
  }
  .banner .content .parallax .parallax-right .boximg {
    width: 170px;
    position: absolute;
    right: 50px;
    top: 0px;
  }
  .banner .content .parallax .parallax-right .kuai1 {
    width: 50px;
    position: absolute;
    right: -100px;
    top: 200px;
  }
  .banner .content .parallax .parallax-right .kuai2 {
    width: 50px;
    position: absolute;
    right: -100px;
    top: 300px;
  }
  .menu {
    width: 1200px;
    height: 300px;
    background: #fff;
    margin: 80px auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .menu .box {
    width: 150px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 60px;
  }
  .menu .box img {
    width: 120px;
    height: 120px;
    transition: 0.3s all;
    cursor: pointer;
  }
  .menu .box img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translateY(-6px);
    transform: scale3d(1.1, 1.1, 1.1) translateY(-6px);
  }
  .menu .box span {
    font-size: 18px;
    font-weight: 600;
    color: #666;
  }
  .gifbox {
    width: 1200px;
    margin: 0 auto;
  }
  .gifbox img {
    width: 1200px;
  }
  .gifbox .border {
    width: 467px;
    height: 8px;
    background: #ffc066;
    border-radius: 4px;
    margin: 30px auto;
  }
  .gifbox .gifbox-text {
    width: 100%;
    text-align: center;
    color: #ababab;
    font-size: 18px;
    margin-bottom: 200px;
  }
  .personal {
    width: 1200px;
    margin: 0 auto;
  }
  .personal .tip img {
    margin: 0 auto;
  }
  .personal .function-info {
    width: 100%;
    height: 480px;
    margin-top: 60px;
    display: flex;
  }
  .personal .function-info .function-info-left {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .personal .function-info .function-info-right {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .personal .note .function-info-right img {
    height: 450px;
  }
  .personal .scan {
    background: #ffefef;
  }
  .personal .scan .function-info-left {
    width: 35%;
  }
  .personal .scan .function-info-left img {
    height: 450px;
  }
  .personal .scan .function-info-right {
    width: 65%;
    display: flex;
    align-items: center;
  }
  .personal .formwork {
    height: 580px;
  }
  .personal .formwork .function-info-left {
    width: 50%;
  }
  .personal .formwork .function-info-right {
    width: 50%;
  }
  .personal .formwork .function-info-right img {
    height: 550px;
  }
  .personal .marketing {
    background: #ffefe3;
    margin-bottom: 50px;
  }
  .personal .marketing .function-info-left {
    width: 50%;
  }
  .personal .marketing .function-info-left img {
    height: 400px;
  }
  .personal .marketing .function-info-right {
    width: 50%;
  }
  .enterprise {
    width: 100%;
    min-width: 1200px;
    background: url(../img/enterprise-bg.png) no-repeat right top;
    background-size: 140px;
    padding-top: 200px;
    position: relative;
  }
  .enterprise .enterprise-bg {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    position: absolute;
    bottom: 100px;
    background: url(../img/bg3.png) no-repeat;
    background-size: 90px;
  }
  .enterprise .content {
    width: 1200px;
    margin: 0 auto;
  }
  .enterprise .content .tip img {
    margin: 0 auto;
  }
  .enterprise .content .function-info {
    width: 100%;
    height: 480px;
    margin-top: 60px;
    display: flex;
  }
  .enterprise .content .function-info .function-info-left {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enterprise .content .function-info .function-info-right {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enterprise .content .show .function-info-left {
    width: 45%;
  }
  .enterprise .content .show .function-info-left img {
    height: 440px;
  }
  .enterprise .content .ranking .function-info-left {
    width: 60%;
  }
  .enterprise .content .ranking .function-info-right img {
    height: 400px;
  }
  .bottom {
    width: 100%;
    height: 600px;
    background: linear-gradient(158deg, #ffc066, #f33573);
    margin-bottom: 50px;
    margin-top: 100px;
  }
  .bottom .content {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .bottom .content img {
    width: 1200px;
  }
  .bottom-nav {
    width: 100%;
    height: 68px;
    min-width: 1200px;
    background: #fff;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.16);
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
  }
  .bottom-nav .bottom-nav-box {
    width: 1200px;
    height: 68px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .bottom-nav .bottom-nav-box .text {
    color: #202224;
    font-size: 22px;
    font-weight: 700;
  }
  .bottom-nav .bottom-nav-box .button {
    width: 160px;
    height: 48px;
    background: #1890ff;
    border-radius: 4px;
    margin-left: 50px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    position: relative;
  }
  .bottom-nav .bottom-nav-box .button .content {
    position: absolute;
    width: 400px;
    height: 270px;
    border: rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    bottom: 68px;
    left: -120px;
    border-radius: 4px;
    flex-wrap: wrap;
    display: none;
  }
  .bottom-nav .bottom-nav-box .button .content .title {
    width: 400px;
    height: 50px;
    font-size: 20px;
    padding-top: 14px;
    font-weight: 600;
    color: #333;
    box-sizing: border-box;
  }
  .bottom-nav .bottom-nav-box .button .content .left {
    width: 200px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .bottom-nav .bottom-nav-box .button .content .left span {
    color: #333;
    font-weight: 600;
  }
  .bottom-nav .bottom-nav-box .button .content .left img {
    width: 140px;
    height: 140px;
    margin-top: 10px;
  }
  .bottom-nav .bottom-nav-box .button .content .right {
    width: 200px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .bottom-nav .bottom-nav-box .button .content .right span {
    color: #333;
    font-weight: 600;
  }
  .bottom-nav .bottom-nav-box .button .content .right img {
    width: 140px;
    height: 140px;
    margin-top: 10px;
  }
  .bottom-nav .bottom-nav-box .button:hover .content {
    display: flex;
  }
}
.up {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.137);
  border-radius: 50%;
  position: absolute;
  right: 150px;
  top: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.16);
}
.up:hover {
  transform: scale(1.1);
}
.up img {
  width: 30px;
}
