* {
  margin: 0;
  padding: 0;
}
.landing-background {
  background: url('../img/bg0.png') no-repeat center center fixed;
  background-size: cover;
  position: relative;
  /* overflow-y: scroll; */
  text-align: center;
  padding: 64px 0 0;
  /* height: 100vh;
    overflow-y: hidden; */
  box-sizing: border-box;
}

.logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

.logo img {
  height: 32px;
  width: auto;
}

/* .landing-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    margin-top: -60px;
    padding: 0 20px;
} */

.landing-content-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.landing-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 32px;
  margin-top: 43px;
}

.title-image {
  margin-bottom: 16px;
  width: 295px;
  height: auto;
}

.fox-image {
  width: 190px;
  height: 249px;
  display: block;
}

.greeting-text {
  padding: 16px 0;
  font-size: 24px;
  line-height: 38px;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.decoration {
  width: 24px;
  height: 14px;
  background: #1677ff;
  border-radius: 20px;
  transform: rotate(-45deg);
}
.download-content {
  display: flex;
  margin: 32px auto;
  justify-content: space-between;
  width: 782px;
  padding: 16px;
  align-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
}
.decoration-left {
  display: flex;
  align-items: center;
  gap: 26px;
  align-items: center;
}
.decoration-image {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: #fff;
}
.download-button {
  display: block;
  height: 52px;
}
.decoration-text .decoration-title {
  font-size: 24px;
  font-weight: 700;
  color: #263238;
  text-align: left;
}
.decoration-desc {
  font-size: 16px;
  color: #263238;
  line-height: 1.5;
}

.download_btn {
  display: block;
  width: auto;
  height: 40px;
}
.features {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
  padding-bottom: 44px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 1vw;
  width: 296px;
  height: auto;
}

.feature-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  flex-shrink: 0;
}

.feature-content {
  text-align: left;
}

.feature-title {
  color: #333;
  font-weight: 500;
  margin-bottom: 4px;
}

.feature-desc {
  color: #666;
  font-size: 14px;
}

.type_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 58px;
  margin-top: -58px;
  gap: 32px;
}

.type-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}

.type-icon {
  width: 154px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 8px;
}

.type-desc {
  width: 296px;
  height: 86px;
  object-fit: contain;
  flex-shrink: 0;
}

.type-content {
  text-align: left;
}

.type-title {
  color: rgba(38, 50, 56, 1);
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}

.type-desc {
  color: rgba(38, 50, 56, 0.6);
  font-size: 12px;
  line-height: 18px;
}

.divider {
  width: 1px;
  height: 40px;
  /* background: rgba(113, 123, 136, 0.1); */
  flex-shrink: 0;
  margin: 0 32px;
}
.divider-hidden {
  display: none;
}
.bottom-con {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.content-text {
  font-size: 18px;
  color: #000;
}
.bottom-text a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  opacity: 0.5;
}

.elFooter {
  background: #000;
  padding: 0;
}
.footCon {
  padding: 73px 10px 10px 10px;
  box-sizing: border-box;
  position: relative;
  max-width: 1208px;
  margin: auto;
}
.footCon .contact {
  max-width: 1208px;
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footerLogo {
  height: 25px;
}
.socialize {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.socialize .socializeItem {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.coocaa-image {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -160px;
  left: 0;
  z-index: 99;
  display: none;
}
.socialize .socializeItem:hover .coocaa-image {
  display: block;
}
.coocaa-image__inner {
  width: 100%;
  height: 100%;
}
.coocaaImageInner {
  width: 100%;
  height: 100%;
}
.contactUls {
  text-align: left;
  color: #fff;
}
.contactUls .contactUlsLi {
  cursor: pointer;
  opacity: 0.6;
}
.contactUls .contactUlsLi:hover {
  opacity: 1;
}
.contactLiNocursor {
  opacity: 1;
}
.contactUls li {
  list-style: none;
  margin-bottom: 12px;
}
.copyright {
  color: #fff;
  opacity: 0.6;
  padding-bottom: 20px;
}
.copyright a {
  color: #fff;
  opacity: 0.6;
}
.copyright span {
  margin-left: 10px;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .landing-background {
    padding: 20px 0 0;
  }
  /* .fox-image {
        width: 110px;
        height: 120px;
    }
    .greeting-text {
        margin-bottom: 18px;
    }
    .feature-item {
        width: 140px;
    } */
  /* .download-content {
        margin-bottom: 24px;
    }
    .decoration-left {
        gap: 18px;
    }
    .download-content {
        width: 600px;
    }
    .decoration-image {
        width: 70px;
        height: 70px;
    }
    .download-button {
        height: 44px;
    } */
}
@media (max-width: 768px) {
  .elFooter {
    display: none;
  }
  .landing-content {
    margin-top: 0;
    padding: 0 16px;
    width: 90%;
  }

  .greeting-text {
    font-size: 24px;
  }

  .features {
    gap: 20px;
    width: 100%;
  }

  .divider {
    display: none;
  }

  .feature-item {
    justify-content: center;
    height: auto;
    width: 80px;
  }
  .download-content {
    width: 90%;
  }
  .decoration-left {
    gap: 16px;
  }
  .decoration-image {
    width: 50px;
    height: 50px;
  }
  .decoration-text .decoration-title {
    font-size: 18px;
  }
  .decoration-desc {
    font-size: 14px;
  }
  .feature-content {
    text-align: left;
  }
  .download-button {
    height: 28px;
  }
  .decoration {
    width: 20px;
    height: 10px;
  }
}
