/* meco style by bogege 10/18/2024 */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

a {
  text-decoration: none;
  background: 0 0
}

a:active,
a:hover {
  outline: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

li {
  list-style: none
}

b,
strong {
  font-weight: 700
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Inter', sans-serif;
}

.diy-button {
  display: inline-block;
  width: 250px;
  height: 80px;
  border-radius: 12px;
  transition: all .3s;
  cursor: pointer;
}

.diy-button.ios {
  background: url("../images/btn-apple-download-black@2x.png") no-repeat center;
  background-size: cover;
}

.diy-button.android {
  background: url("../images/btn-google-download-black@2x.png") no-repeat center;
  background-size: cover;
}

.diy-button:hover,
.diy-button:active {
  opacity: 0.8;
}

.button-wrap .diy-button {
  float: left;
  margin-right: 24px;
}

.button-wrap .diy-button:last-of-type {
  margin-right: 0;
}

.download-app-center {
  text-align: center;
  padding-top: 40px;
}

.download-app-center .button-wrap {
  display: inline-block;
}

/* 首页 */
.higo-description {
  width: 100%;
  min-height: 100vh;
  background: url("../images/pic-1@2x.webp") no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  align-items: center;
  padding: 40px 190px;
}

.higo-description-inner h1 {
  font-weight: 900;
  font-size: 100px;
  color: #008055;
  line-height: 1.2;
  margin-bottom: 30px;
  text-shadow: -6px -6px 0 #fff, 6px -6px 0 #fff, -6px 6px 0 #fff, 6px 6px 0 #fff;
}

.higo-description-inner h2 {
  font-weight: bold;
  font-size: 86px;
  color: #008055;
  margin-bottom: 24px;
}

.higo-description-inner p {
  width: 600px;
  font-weight: 500;
  font-size: 20px;
  color: #008055;
  margin-bottom: 100px;
}


.who-is-higo-for {
  padding: 160px 0;
}

.who-is-higo-for .title {
  font-weight: bold;
  font-size: 96px;
  color: #141414;
  text-align: center;
  margin-bottom: 40px;
}

.who-is-higo-for .who-is-higo-for-content {
  display: flex;
}

.who-is-higo-for .who-is-higo-for-content>div {
  width: 50%;
}

.who-is-higo-for .who-is-higo-for-content .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who-is-higo-for .who-is-higo-for-content .describe-wrap {
  display: flex;
  align-items: center;
}

.who-is-higo-for .who-is-higo-for-content.first .img-wrap {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.who-is-higo-for .who-is-higo-for-content.first .describe-wrap {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.who-is-higo-for .who-is-higo-for-content .describe-wrap .describe-wrap-inner {
  padding: 20px 105px;
}

.who-is-higo-for .who-is-higo-for-content .describe-wrap .describe-wrap-inner .title {
  font-weight: bold;
  font-size: 48px;
  color: #141414;
  margin-bottom: 40px;
  text-align: left;
}

.who-is-higo-for .who-is-higo-for-content .describe-wrap .describe-wrap-inner p {
  font-weight: 500;
  font-size: 18px;
  color: #141414;
}

.why-choose-higo {
  padding-bottom: 160px;
  text-align: center;
}

.why-choose-higo .title {
  font-weight: bold;
  font-size: 96px;
  color: #141414;
}

.why-choose-higo .tips {
  font-weight: 500;
  font-size: 18px;
  color: #141414;
  margin: 40px 0;
}

.why-choose-higo .main-pic {
  width: 1200px;
}

.why-choose-higo .download-app-center {
  padding-top: 80px;
}

.start-journey {
  width: 100%;
  padding: 90px 0;
  background: url("../images/pic-5@2x.webp") no-repeat center bottom;
  background-size: cover;
}

.start-journey .start-journey-inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}

.start-journey .start-journey-inner .title {
  font-weight: bold;
  font-size: 96px;
}

.start-journey .start-journey-inner .description {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin: 50px 0 80px 0;
}

.start-journey .start-journey-inner .keep-user-website {
  padding-top: 30px;
}

.start-journey .start-journey-inner .keep-user-website a {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration-line: underline;
}

footer {
  background: #121619;
  padding: 70px 140px 40px 140px;
}

#footer-wrap {
  display: flex;
}

#footer-wrap .footer-logo {
  flex: 1;
}

#footer-wrap .footer-logo img {
  width: 80px;
}

#footer-wrap .footer-content {
  width: 1000px;
  display: flex;
}

#footer-wrap .footer-content>div {
  width: 250px;
}

#footer-wrap .footer-content>div .title {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 24px;
}

#footer-wrap .footer-content .social-media img {
  width: 24px;
  margin-right: 24px;
  transition: all .3s;
}

#footer-wrap .footer-content .social-media img:hover {
  opacity: 0.7;
}

#footer-wrap .footer-content .legal .list {
  margin-bottom: 12px;
}

#footer-wrap .footer-content .legal .list a {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}

#footer-wrap .footer-content .legal .list a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.diy-button.footer-button {
  width: 156px;
  height: 50px;
  border-radius: 12px;
}

footer .first {
  margin-bottom: 24px;
}

footer .copy-right {
  padding-top: 100px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}


#material {
  padding: 40px 100px;
}

#material h1 {
  font-weight: 900;
  font-size: 30px;
  color: #1E1E1E;
  line-height: 48px;
  margin: 10px 0;
  word-break: break-all;
}

#material h2 {
  font-weight: 900;
  font-size: 24px;
  color: #1E1E1E;
  line-height: 36px;
  margin: 10px 0;
  word-break: break-all;
}

#material h3 {
  font-weight: 900;
  font-size: 20px;
  color: #1E1E1E;
  line-height: 1.2;
  margin: 8px 0;
  word-break: break-all;
}

#material p {
  margin-bottom: 10px;
  line-height: 1.4;
  word-break: break-all;
}

#material li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}

#material li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1456f0;
  position: absolute;
  left: 0;
  top: 8px;
}

#material table {
  width: 100%;
  border-collapse: collapse;
}

#material table td {
  border: 1px solid #dee0e3;
  padding: 8px 10px;
  vertical-align: top;
  word-break: break-all;
  min-width: 100px;
}

#material a {
  color: #245bdb;
}

/* media 常规样式优化 */
@media screen and (max-width: 1024px) {

  #material {
    padding: 20px 15px;
    font-size: 16px;
  }

  #material table td {
    min-width: 180px;
  }

  .button-wrap .diy-button {
    float: left;
    width: calc((100% - 16px) /2);
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 12px;
  }

  .button-wrap .diy-button img {
    height: 24px;
  }

  .higo-description {
    display: block;
    align-items: unset;
    padding: 24px 12px;
    background: url("../images/pic-1@2x-wap.webp") no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  .higo-description-inner h1 {
    font-size: 48px;
    margin-bottom: 24px;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
  }

  .higo-description-inner h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .higo-description-inner p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .download-app-center .button-wrap {
    display: block;
    height: 54px;
  }

  .who-is-higo-for {
    padding: 80px 12px;
  }

  .who-is-higo-for .title {
    font-size: 48px;
    margin-bottom: 0;
    text-align: left;
  }

  .who-is-higo-for .who-is-higo-for-content {
    display: block;
  }

  .who-is-higo-for .who-is-higo-for-content>div {
    width: 100%;
  }

  .who-is-higo-for .who-is-higo-for-content.first .describe-wrap,
  .who-is-higo-for .who-is-higo-for-content.first .img-wrap {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    display: block;
  }

  .who-is-higo-for .who-is-higo-for-content .describe-wrap .describe-wrap-inner {
    padding: 24px 0 12px 0;
  }

  .who-is-higo-for .who-is-higo-for-content .describe-wrap .describe-wrap-inner .title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .who-is-higo-for .who-is-higo-for-content .describe-wrap .describe-wrap-inner p {
    font-size: 14px;
  }

  .why-choose-higo {
    padding: 0 12px 80px 12px;
  }

  .why-choose-higo .title {
    font-size: 48px;
    text-align: left;
  }

  .why-choose-higo .tips {
    margin: 24px 0 12px 0;
    text-align: left;
  }

  .why-choose-higo .main-pic {
    width: 100%;
  }

  .why-choose-higo .download-app-center {
    padding-top: 40px;
  }

  .start-journey {
    padding: 0 0;
  }

  .start-journey .start-journey-inner {
    width: 100%;
    padding: 60px 12px;
  }

  .start-journey .start-journey-inner .title {
    font-size: 48px;
  }

  .start-journey .start-journey-inner .description {
    margin: 24px 0 0 0;
    font-weight: 400;
  }

  .start-journey .start-journey-inner .keep-user-website a {
    font-weight: 500;
  }

  footer {
    padding: 40px 12px 0 12px;
  }

  #footer-wrap {
    display: unset;
  }

  #footer-wrap .footer-logo {
    margin-bottom: 50px;
  }

  #footer-wrap .footer-content {
    width: 100%;
    display: block;
  }

  #footer-wrap .footer-content>div {
    width: 100%;
    margin-bottom: 50px;
  }

  .diy-button.footer-button {
    width: 168px;
    height: 54px;
    line-height: 54px;
  }

  footer .copy-right {
    padding: 0 0 20px 0;
    text-align: left;
  }
}