* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter;
}
body {
  background-color: #F1EFE9;
}

.main-container {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
}
/* header */
.header {
  padding: 24px 0 24px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.header-text {
  color: #201B13;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.first-block {
  padding-top: 96px;
}
.title {
  width: 70%;
  margin: 0 auto;
  color: #201B13;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.6px;
}
.desc {
  width: 38%;
  margin: 32px auto;
  color: #201B13;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.google-img {
  display: block;
  width: 14%;
  margin: 0 auto;
}
.top-img {
  width: 100%;
}

.create-container {
  padding: 140px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
.create-title {
  color: #201B13;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -1.2px;
}
.create-desc {
  width: 85%;
  margin: 0 auto;
  color: rgba(32, 27, 19, 0.80);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.btns {
  width: 52%;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid rgba(123, 88, 12, 0.50);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.345%;
  padding: 4px 8px;
}
.btn {
  padding: 10px;
  background-color: transparent;
  border-radius: 12px;
  color: rgba(32, 27, 19, 0.80);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
.btn-active {
  background-color: #7B580C;
  color: #fff;
  padding: 8px 16px;
}
.content {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.345%;
  padding-left: 20px;
  padding-right: 20px;
}
.content-active {
  display: flex;
}
.styleImg {
  width: 15.8%;
  border-radius: 16px;
}

/* 两列布局 */
.two-columns {
  padding: 88px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 9%;
}
.two-columns2 {
  padding-top: 70px;
  padding-bottom: 80px;
}
.two-columns3 {
  padding-top: 144px;
  padding-bottom: 144px;
}
.two-columns4 {
  padding-top: 84px;
  padding-bottom: 84px;
}
.img-left {
  width: 31.5%;
  margin-left: 8.5%;
}
.img-right {
  width: 31.5%;
  margin-right: 8.5%;
}
.two-column-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  padding-left: 4%;
  padding-right: 4%;
}
.two-column-right-title {
  color: #201B13;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.2px;
}
.two-column-right-desc {
  color: rgba(32, 27, 19, 0.80);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.to-app {
  color: #7B580C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.arrow {
  width: 4.05%;
  margin-left: 8px;
}

/* create step */
.create-step {
  padding-top: 152px;
  padding-bottom: 152px;
  background-color: #F1EFE9;
}
.create-step-title {
  color: #201B13;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -1.2px;
}
.step-content {
  /*display: flex;*/
  /*flex-direction: row;*/
  /*justify-content: space-between;*/
  /*gap: 3.7%;*/
  margin-top: 64px;
}
.step {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.step-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.number {
  width: 48px;
  height: 48px;
  background-color: #7B580C;
  border-radius: 50%;
  color: #F1EFE9;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  letter-spacing: -0.6px;
}
.line {
  flex: 1;
  margin-left: 15px;
  border-top: 2px dashed rgba(123, 88, 12, 0.80);
}
.step-title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.75px;
}
.step-desc {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.45px;
  padding-right: 10px;
}

/* footer */
.footer {
  background-color: #000;
  padding-top: 64px;
  padding-bottom: 64px;
}
.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.footer-text-container {

}
.mb-24 {
  margin-bottom: 12px;
}
a {
  color: #fff;
  text-decoration: none;
}
.footer-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-right: 24px;
}
.footer-desc {
  color: #D1D5DB;
}
.get-app {
  color: #D1D5DB;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 18px;
}
.get-app a {
  color: #D1D5DB;
}
.footer-google {
  width: 135px;
  margin: 0 auto;
}

.small-screen-hide {
  display: block;
}
.small-screen-show {
  display: none;
}


/* 小于750px的样式 */
@media (max-width: 749px) {
  .small-screen-hide {
    display: none;
  }
  .small-screen-show {
    display: block;
  }
  body>div{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header {
    padding: 16px 0;
  }
  .first-block {
    padding-top: 40px;
  }
  .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.9px;
  }
  .desc {
    width: 100%;
    color: #201B13;
    font-size: 20px;
    line-height: 28px;
  }
  span.strong-text {
    font-style: italic;
    font-weight: bold;
  }
  .google-img {
    width: 53%;
    margin-bottom: 40px;
  }
  .create-container {
    padding-top: 96px;
    padding-bottom: 48px;
    gap: 24px;
  }
  .btns {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .btn {
    font-size: 16px;
  }
  .btn-active {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .content {
    padding-left: 0;
    padding-right: 0;
  }
  .create-desc {
    width: 100%;
  }
  .step-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3.7%;
  }
  .step {
    flex-direction: row;
    width: 100%;
    margin-bottom: 32px;
  }
  .step-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .line {
    width: 1px;
    border-left: 2px dashed rgba(123, 88, 12, 0.80);
    margin-top: 6px;
  }
  .step-text {
    padding-left: 16px;
  }
  .content {
    flex-wrap: wrap;
  }
  .styleImg {
    width: 30%;
    margin-bottom: 32px;
  }
  .two-columns {
    flex-direction: column;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .img-left, .img-right {
    width: 86%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .two-column-text {
    gap: 16px;
  }
  .flex-reverse {
    flex-direction: column-reverse;
  }
  .two-column-right-title, .two-column-right-desc {
    text-align: center;
    width: 100%;
  }
  .two-column-right-title, .create-title, .create-step-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.9px;
  }
  .link {
    justify-content: center;
  }
  .create-step{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .step-content {
    margin-top: 48px;
    padding-left: 7%;
    padding-right: 7%;
  }
  .step {
    gap: 48px;
    margin-bottom: 24px;
  }
  .step-title {
    font-size: 24px;
    line-height: 32px;
  }
  .step-desc {
    font-size: 14px;
    line-height: 20px;
    padding-top: 6px;
  }
  .line {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 15px;
  }
  .number {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 32px;
  }
  .footer {
    padding: 16px 20px 48px 20px;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer-right {
    width: 100%;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
  }
  .footer-google {
    margin: 0;
  }
}
/* 小于1216px但大于或等于750px的样式 */
@media (min-width: 750px) and (max-width: 1215px) {
  .desc {
    width: 60%;
  }
  .google-img {
    width: 30%;
  }
  .step-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3.7%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .step {
    /*display: flex;*/
    flex-direction: column;
  }
  .two-column-right-title {
    font-size: 36px;
  }
  .two-column-right-desc {
    font-size: 14px;
  }
  .create-step-title {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* 大于于1215px */
@media (min-width: 1216px)  {
  .title {
    line-height: 72px;
  }
  .step-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3.7%;
  }
  .step {
    flex: 1;
  }
}