.content {
  margin: 0;
  aspect-ratio: 2.44;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.content-info {
  position: absolute;
  top: 0px;
  left: calc(50vw - 630px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.content-info h3 {
  margin-top: 80px;
  font-size: 36px;
  color: #fff;
}
.content-info h3 span {
  color: #fff;
}
.content-info p {
  margin-top: 40px;
  width: 520px;
  color: #fff;
}
.content-info .mind-img {
  height: 300px;
  width: 460px;
}
.content-info .mind-img img {
  width: 100%;
  height: 100%;
}
.content-info .quick-start {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 500;
}
.content-count {
  color: white;
  padding: 54px 0;
  margin-top: 0px !important;
}
.content-count .content-introduce-title {
  text-align: center;
}
.content-count .content-introduce-title-line {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-count > section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.content-count .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.content-count .app-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.content-count .app-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 32px;
}
.content-count .app-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  object-position: center;
  object-fit: cover;
  padding: 6px;
  margin-bottom: 8px;
  transition: all 0.6s;
}
.content-count .app-item img:hover {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.content-count .app-item div {
  margin-top: 8px;
  color: #454545;
  font-weight: 600;
  text-align: center;
}
.content-count .text {
  font-size: 24px;
  color: #000;
  height: 64px;
}
.content-count .count {
  margin: 0px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.content-count .count > div {
  display: -ms-flexbox;
  display: flex;
}
.content-count .count b {
  color: #000;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 24px;
}
.content-count .count img {
  width: 50px;
  height: 50px;
}
.content-introduce {
  position: absolute;
  top: 40.98361vw;
  width: 100%;
  left: calc(50vw - 630px);
}
.content-introduce .content-introduce-title {
  text-align: center;
  margin-top: 50px;
  margin: 20;
}
.content-introduce .content-introduce-title-line {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.content-introduce > section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 50px;
}
.content-introduce > section > div {
  width: 50%;
}
.content-introduce > section h3 {
  font-size: 36px;
}
.content-introduce > section h3 span {
  color: #3f51b5;
}
.content-introduce > section p {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 520px;
  color: #999;
}
.content-introduce .mind-img-left {
  width: 550px;
  aspect-ratio: 1.52;
}
.content-introduce .mind-img-left img {
  width: 100%;
  height: 100%;
}
.content-introduce .mind-img {
  width: 550px;
  aspect-ratio: 1.87;
}
.content-introduce .mind-img img {
  width: 100%;
  height: 100%;
}
.content-darw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 48px;
}
.content-darw > div {
  width: 30%;
}
.content-darw > div div {
  font-size: 32px;
}
.content-darw > div p {
  font-size: 16px;
  color: #999;
  margin-top: 8px;
}
.content-detail {
  margin-top: 36px;
  background: #f7f9fa;
  padding: 32px 0;
}
.content-detail-info {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.content-detail-info > div {
  width: 500px;
}
.content-detail-info > div h3 {
  font-size: 28px;
  margin: 12px auto;
}
.content-detail-info-tip {
  color: #007aff;
  font-size: 12px;
}
.content-detail-info-text {
  color: #546e7a;
}
.content-detail-info > img {
  display: block;
  width: 480px;
  height: 300px;
}
.content .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.app-footer {
  width: 100vw;
  margin-left: calc(-50vw - -630px);
}

.ant-btn {
  border-radius: 4px;
}
.app-footer {
  margin-top: 32px;
  height: 180px;
  padding-top: 26px;
  background-image: linear-gradient(90deg, #2E3055 0%, #151834 99%);
  box-sizing: border-box;
}
.app-footer-body {
  color: #fff;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.app-footer .all-rights {
  text-align: center;
  margin: 25px;
}
.app-footer .contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.app-footer .contact button {
  color: #fff !important;
}
.app-footer .contact img {
  margin-top: 10px;
  width: 100px;
  height: 100px;
  border-radius: 2px;
  z-index: 9999;
}
.app-footer .friend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.app-footer .friend a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.app-footer .friend a:hover {
  color: #00abe4;
}

.title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.title-padding {
  padding-left: 20px;
  padding-top: 20px;
  font-size: 15px;
}
header {
  position: fixed;
  top: 0;
  background-repeat: repeat;
  background-image: url(https://s3plus.meituan.net/v1/mss_5a4c90a1d729431289d2c9ab38853394/waimai-debug-kit/Slice%203.png);
  width: 100%;
  z-index: 9;
  box-sizing: border-box;
  box-shadow: 0 4px 12px 0 rgba(15, 16, 50, 0.2);
}
header .user-name {
  margin-left: 20px;
  font-size: large;
  font-style: italic;
  font-weight: bold;
}
header .header-con {
  height: 64px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
header .header-con .logo {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
}
header .header-con .memu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header .header-con .memu .user-logo {
  margin-left: 16px;
  display: block;
  width: 36px;
}
header .header-con .memu .feedback {
  display: -ms-flexbox;
  display: flex;
}
header .header-con ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
header .header-con ul li {
  cursor: pointer;
  list-style-type: none;
  position: relative;
  padding: 0 16px;
  border-bottom: 2px solid transparent;
  height: 46px;
  line-height: 46px;
}
header .header-con ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  visibility: hidden;
  border-bottom: 2px solid #fff;
  transition: all 0.4s ease-in-out 0s;
}
header .header-con ul li:hover::after {
  visibility: visible;
  width: 100%;
}
header .header-con ul li a {
  color: rgba(255, 255, 255, 0.65);
}
header .header-con ul li a:hover {
  text-decoration: none;
  color: #fff;
}
header .header-con ul .hover, header .header-con ul .hover a {
  color: #fff;
}
header .header-con .user-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 50px;
}

.header-style {
  box-shadow: none;
  background-image: none;
}

html {
  height: 100%;
  color: #0b0b0b;
}

body {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

h2, h3, h4, h5, p {
  margin: 0;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.app-root {
  -ms-flex: 1;
      flex: 1;
}

.app {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.app .app-body {
  padding-top: 64px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.max-width {
  margin: 0 auto;
  width: 1260px;
}

/*# sourceMappingURL=https://msstest.sankuai.com/v1/mss_c50f95e950c74fa2aeaa9d9bff3475ac/gray-helper--2768e0c1-sourcemap/prod/sourcemap/css/index.981d13199779bb23d2bb.css.map*/