/* 桌面端body最小宽度设置 */
@media (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}

@media screen and (max-width: 1350px) and (max-height: 900px) {
  .banner-box-right img {
    width: 552px !important;
    height: 552px !important;
  }
  .func-box .func-content ul li {
    width: 565px !important;
    height: 468px !important;
  }
  .func-box .func-content ul li h2 {
    font-size: 20px !important;
  }
  .func-box .func-content ul li p {
    font-size: 14px !important;
  }
  .func-box .func-content ul li img {
    width: 510px !important;
    height: 210px !important;
  }
}

.top-box {
  position: absolute;
  width: 100%;
  height: 70px;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #0E0E0E;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .header-box .header-right {
  display: flex;
  align-items: center;
  gap: 49px;
}
.top-box .header-box .header-right > a {
  color: #3D3D3D;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box img {
  width: 40px;
  height: 40px;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 999;
}
.top-box .hidden-header-box .hidden-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  margin: 0 auto;
}
.top-box .hidden-header-box .hidden-header-content .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #0E0E0E;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .hidden-header-box .hidden-header-content .header-right {
  display: flex;
  align-items: center;
  gap: 49px;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a {
  color: #3D3D3D;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box img {
  width: 40px;
  height: 40px;
}

.banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  background: url(../images/banner-background.png);
}
.banner-box .banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  margin: 0 auto;
}
.banner-box .banner-content .banner-box-left {
  display: flex;
  flex-direction: column;
}
.banner-box .banner-content .banner-box-left h1 {
  color: #34322D;
  font-family: "Microsoft YaHei";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.banner-box .banner-content .banner-box-left ul {
  display: flex;
  gap: 20px;
  margin-top: 28px;
}
.banner-box .banner-content .banner-box-left ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #AE00FF;
  background: #FBFBFB;
  color: #34322D;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content .banner-box-left ul + p {
  width: 582px;
  height: 68px;
  margin-top: 40px;
  color: #666;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.banner-box .banner-content .banner-box-left .download-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 72px;
  margin-top: 40px;
  border-radius: 12px;
  background: linear-gradient(285deg, #1A1A19 60.52%, #34322D 100%);
  overflow: hidden;
}
.banner-box .banner-content .banner-box-left .download-btn img {
  width: 33px;
  height: 31px;
}
.banner-box .banner-content .banner-box-left .download-btn span {
  margin-left: 20px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content .banner-box-left .download-btn i {
  position: absolute;
  width: 355px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
}
.banner-box .banner-content .banner-box-left p:last-of-type {
  position: relative;
  left: 52px;
  margin-top: 20px;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .banner-content .banner-box-right img {
  width: 664px;
  height: 664px;
}

.func-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  background: url(../images/func-background.png);
}
.func-box h1 {
  margin-top: 100px;
  color: #34322D;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.func-box .func-content {
  margin-top: 104px;
  width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.func-box .func-content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 100%;
  overflow: hidden;
}
.func-box .func-content ul li {
  width: 650px;
  height: 468px;
  flex-shrink: 0;
  border-radius: 28px;
  background: #FFF;
}
.func-box .func-content ul li .func-item {
  padding: 40px 36px;
}
.func-box .func-content ul li .func-item p {
  color: #666;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.func-box .func-content ul li .func-item p:first-of-type {
  margin-top: 24px;
}
.func-box .func-content ul li h2 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.func-box .func-content ul li img {
  width: 578px;
  height: 238px;
  margin-top: 54px;
}

.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-download-box .bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
  height: 402px;
  margin: 100px 290px;
  border-radius: 28px;
  background: url(../images/bottom-bg.png) no-repeat center;
  background-size: cover;
}
.bottom-download-box .bottom-content img {
  width: 90px;
  height: 90px;
}
.bottom-download-box .bottom-content h1 {
  margin-top: 40px;
  color: #34322D;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.bottom-download-box .bottom-content .download-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 72px;
  margin-top: 40px;
  border-radius: 12px;
  background: linear-gradient(285deg, #1A1A19 60.52%, #34322D 100%);
  overflow: hidden;
}
.bottom-download-box .bottom-content .download-btn img {
  width: 33px;
  height: 31px;
}
.bottom-download-box .bottom-content .download-btn span {
  margin-left: 20px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bottom-download-box .bottom-content .download-btn i {
  position: absolute;
  width: 355px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
}
.bottom-download-box > p {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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