/* 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;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Montserrat', 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@2x.png") no-repeat center;
  background-size: cover;
}

.diy-button.android {
  background: url("../images/btn-google-download@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%;
}

.higo-description-inner {
  display: flex;
}

.higo-description-inner>div {
  width: 50%;
}

.higo-description-inner .higo-description-inner-left {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.higo-description-inner-left {
  padding: 50px 0;
}

.higo-description-inner-left .logo-area {
  display: flex;
  height: 100px;
}

.higo-description-inner-left .logo-area>div {
  line-height: 100px;
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
}

.higo-description-inner-left .logo-area img {
  width: 100px;
  box-shadow: 0 0 20px 0 #2BE7DB;
  border-radius: 24px;
}

.higo-description-inner-left .logo-area .text {
  padding-left: 30px;
}

.higo-description-inner-left .text-area {
  margin: 80px 0;
}

.higo-description-inner-left .text-area h1 {
  font-weight: bold;
  font-size: 90px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.higo-description-inner-left .text-area p {
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
}

.higo-description-inner-right {
  background: url("../images/pic-1@2x.webp") center center;
  background-size: cover;
}

.why-choose-higo {
  padding: 160px 0;
  text-align: center;
  color: #ffffff;
}

.why-choose-higo .title {
  font-weight: bold;
  font-size: 96px;

}

.why-choose-higo .tips {
  font-weight: 500;
  font-size: 18px;
  margin: 40px 0;
}

.why-choose-higo .main-pic {
  width: 1200px;
}

.why-choose-higo .download-app-center {
  padding-top: 80px;
}

.perfect-for {
  padding: 50px 0 210px 0;
}

.perfect-for .title {
  font-weight: bold;
  font-size: 96px;
  text-align: center;
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}

.perfect-for .perfect-for-inner {
  display: flex;
}

.perfect-for .perfect-for-inner>div.item {
  width: 25%;
  height: 640px;
  display: flex;
  align-items: center;
  position: relative;
}

.perfect-for .perfect-for-inner>div.item:first-child {
  background: url("../images/pic-3@2x.webp") no-repeat center center;
  background-size: cover;
}

.perfect-for .perfect-for-inner>div.item:nth-child(2) {
  background: url("../images/pic-4@2x.webp") no-repeat center center;
  background-size: cover;
}

.perfect-for .perfect-for-inner>div.item:nth-child(3) {
  background: url("../images/pic-5@2x.webp") no-repeat center center;
  background-size: cover;
}

.perfect-for .perfect-for-inner>div.item:nth-child(4) {
  background: url("../images/pic-6@2x.webp") no-repeat center center;
  background-size: cover;
}

.perfect-for .perfect-for-inner>div.item .item-inner {
  font-weight: 600;
  font-size: 50px;
  color: #FFFFFF;
  padding: 0 20px;
}

.perfect-for .perfect-for-inner>div.item .number {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  font-size: 150px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 150px;
  text-align: center;
}

.start-journey {
  width: 100%;
  padding: 70px 0;
  background: url("../images/pic-7@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 .logo {
  width: 200px;
  box-shadow: 0 0 20px 0 #2BE7DB;
  border-radius: 48px;
}

.start-journey .start-journey-inner .title {
  font-weight: bold;
  font-size: 96px;
  margin-top: 40px;
}

.start-journey .start-journey-inner .description {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  margin: 30px 0 40px 0;
}

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;
}

/* 政策文件page css */
#material {
  padding: 40px 100px 40px 100px;
  font-size: 16px;
}

#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 h4 {
  font-weight: 900;
  font-size: 18px;
  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 a {
  color: #245bdb;
}


/* media 常规样式优化 */
@media screen and (max-width: 1024px) {

  #material {
    padding: 20px 15px 20px 15px;
  }

  .button-wrap .diy-button {
    float: left;
    max-width: 250px;
    width: calc((100% - 16px) /2);
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 12px;
  }

  .higo-description {
    display: block;
    align-items: unset;
    padding: 24px 12px;
    background: url("../images/pic-1-shadow@2x.webp") no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  .higo-description-inner {
    display: block;
  }

  .higo-description-inner>div {
    width: 100%;
  }

  .higo-description-inner .higo-description-inner-left {
    justify-content: unset;
  }

  .higo-description-inner-left-inner {
    width: 100%;
  }

  .higo-description-inner-left .logo-area {
    height: 60px;
  }

  .higo-description-inner-left .logo-area>div {
    line-height: 60px;
    font-size: 24px;
  }

  .higo-description-inner-left .logo-area img {
    width: 60px;
    border-radius: 12px;
    box-shadow: 0 0 50px 0 #2BE7DB;
  }

  .higo-description-inner-left .logo-area .text {
    padding-left: 12px;
  }

  .higo-description-inner-left .text-area {
    margin: 50px 0;
  }

  .higo-description-inner-left .text-area h1 {
    font-size: 48px;
    margin-bottom: 24px;
  }

  .higo-description-inner-left .text-area p {
    font-size: 24px;
  }

  .higo-description-inner p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .download-app-center .button-wrap {
    display: block;
    height: 54px;
  }

  .why-choose-higo {
    padding: 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;
  }

  .perfect-for {
    padding: 0 0 80px 0;
  }

  .perfect-for .title {
    font-size: 48px;
    margin-bottom: 24px;
  }

  .perfect-for .perfect-for-inner {
    display: block;
  }

  .perfect-for .perfect-for-inner>div.item {
    width: 100%;
    min-height: 500px;
  }

  .perfect-for .download-app-center {
    padding: 40px 12px 0 12px;
  }

  .start-journey {
    padding: 0 0;
    background: url("../images/pic-7-wap@2x.webp") no-repeat center;
    background-size: cover;
  }

  .start-journey .start-journey-inner {
    width: 100%;
    padding: 90px 12px;
  }

  .start-journey .start-journey-inner .logo {
    width: 100px;
    box-shadow: 0 0 50px 0 #2BE7DB;
    border-radius: 24px;
  }

  .start-journey .start-journey-inner .title {
    font-size: 48px;
    margin-top: 24px;
  }

  .start-journey .start-journey-inner .description {
    margin: 24px 0 0 0;
    font-weight: 400;
  }


  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;
  }
}