* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1300px;
  min-height: 100%;
  padding-top: 60px;
  /* min-width: ; */
}

div {
  box-sizing: border-box;
}

.content {
  width: 1280px;
}

.content-item .app {
  display: none;
}

header {
  display: flex;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #EFF3F4;
  background: #FFF;
}

.header-container {
  display: flex;
  align-items: center;
  height: 60px;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-box {
  display: flex;
  align-items: center;
  color: #525252;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 105.263% */
}

.logo-box img {
  width: 38px;
  height: 38px;
  margin-right: 6px;
}

/* 公用样式 */
.btn-box {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}
.btn-assistant,
.btn-download {
  position: relative;
  display: inline-flex;
  width: 190px;
  height: 64px;
  justify-content: center;
  align-items: center;
  /* padding: 20px 48px; */
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.5px;
  color: #fff;
  border-radius: 12px;
  background: #000;
  cursor: pointer;
}


.btn-download-ios {
  margin-left: 32px;
  background-image: url('../images/btn-ios-download.png');
  background-size: 100% 100%;
}

.btn-download-qrcode {
  display: none;
  /* display: block; */
  position: absolute;
  left: 0;
  z-index: 999;
  bottom: 74px;
  width: 190px;
  height: 190px;
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); /* 增加模糊半径和颜色不透明度 */
}

.btn-download-assistant {
  background-color: #3ED598;
}

.btn-download:hover .btn-download-qrcode {
  display: block;
}

.content-title {
  position: relative;
  z-index: 10;
  margin-bottom: 32px;
  font-family: Roboto;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 61.6px */
  color: #0F172A;
}

.content-des {
  /* Body/XL */
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  color: #0F172A;
}

.content-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  /* align-items: flex-start; */
}

.content-item .item {
  flex: 1
}

.text-line {
  display: inline-block;
  width: 100px;
  height: 20px;
  background-image: url('../images/text-line.png');
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.popup .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup .qr-code {
  width: 100%;
  height: auto;
}

/* 公用样式结束 */

.popup .download-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 190px;
  transform: translate(-50%, -50%);
}

.popup .download-content .download-img {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
}

.popup .download-content p {
  padding: 10px 0;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  background-color: #000;
}

.popup .download-content .icon-close {
  width: 32px;
  height: 32px;
  margin-top: 20px;
}

.android-popup .img-tips {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  width: 70%;
}


.assistant-popup {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.assistant-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 24px;
  padding-bottom: 0;
  border-radius: 10px;
  background-color: #FFF;
}

.assistant-content .img-tips {
  margin: 0 16px;
  width: 190px;
  height: 190px;
}

.assistant-content {
  z-index: 2;
}

.assistant-content .btn-popup {
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  color: #3ED598;
  border-top: 1px solid #EFF3F4;
}

.assistant-content p {
  margin-top: 8px;
  margin-bottom: 16px;
}


.content-item1 {
  display: flex;
  justify-content: space-between;
  /* text-align: center; */
}

.content-item1 .title {
  position: relative;
  margin-bottom: 40px;
  font-family: Roboto;
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 79.2px */
  color: #181818;
}

.content-item1 .title:after {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: -1;
  display: inline-block;
  width: 150px;
  height: 25px;
  background-image: url('../images/text-line.png');
  background-size: 100% 100%;
  content: '';
}

.content-item1 .des {
  margin-bottom: 80px;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  color: #181818;
}

.content-item1 .box-item {
  position: relative;
  width: 573px;
}

.content-item1 .box-left .btn-download {
  margin-bottom: 50px;
}

.content-item1 .box-right .toy-item {
  position: absolute;
  width: 280px;
}

.content-item1 .box-right .toy-bird {
  left: 0;
  bottom: 0;
}

.content-item1 .box-right .toy-unicorn {
  top: 0;
  right: 0;
}

.content-item1 .box-right .box-chat {
  position: absolute;
  left: 120px;
  top: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: flex-start;
  width: 254px;
  /* height: 228px; */
}

.content-item1 .box-right .box-chat .chat-item {
  /* display: inline-block; */
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 15px 15px 3px 15px;
  background: #FFF;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 0px 4px 0px rgba(0, 0, 0, 0.07);
  color: #0F172A;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}

.content-item1 .box-right .box-chat .chat-item-black {
  border-radius: 15px 15px 15px 3px;
  background: #334155;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 0px 4px 0px rgba(0, 0, 0, 0.07);
  color: #FFF;
}

.content-item1 .box-right .toy-icons {
  width: 160px;
  right: 100px;
  bottom: 30px;
}

.content-item1 .box-right .toy-icons {
  width: 160px;
  right: 100px;
  bottom: 30px;
}

.content-item2 {
  flex-direction: column;
  align-items: center;
  background: #F1F5F9
}

.content-item2 .img-bg {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
}

.content-item2 .content-title:after {
  position: absolute;
  left: 100px;
  bottom: -3px;
  z-index: -1;
  display: inline-block;
  width: 130px;
  height: 21px;
  background-image: url('../images/text-line.png');
  background-size: 100% 100%;
  content: '';
}

.content-item2 .content-title {
  text-align: center;
}

.content-item2 .content-des {
  margin-bottom: 80px;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  color: #0F172A;
  text-align: center;
}

.content-item2 .img-content {
  position: relative;
  z-index: 2;
  width: 600px;
}

.content-item2 .img-bottom {
  position: relative;
  width: 1000px;
}

.content-item3 {
  padding-bottom: 40px;
}

.content-item3 .content-title:after {
  position: absolute;
  left: 0;
  top: 35%;
  z-index: -1;
  display: inline-block;
  width: 170px;
  height: 25px;
  background-image: url('../images/text-line.png');
  background-size: 100% 100%;
  content: '';
}

.content-item3 .box-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-item3 .box-left .content-des {
  display: flex;
  align-items: center;
}

.content-item3 .box-left .img-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.content-item3 .box-right {
  width: 760px;
  display: flex;
  justify-content: center;
  background-image: url('../images/content3/bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content-item3 .box-right .img-content {
  width: 90%;
}

.content-item4 .box-left {
  width: 636px;
  margin-right: 44px;
}

.content-item4 .box-left .img-content {
  width: 100%;
}

.content-item4 .box-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-item5 {
  padding-top: 25px;
  padding-bottom: 50px;
}

.content-item5 .content-title:after {
  position: absolute;
  right: 0;
  bottom: -4px;
  z-index: -1;
  display: inline-block;
  width: 120px;
  height: 25px;
  background-image: url('../images/text-line.png');
  background-size: 100% 100%;
  content: '';
}

.content-item5 .box-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 80px;
  /* padding: 80px 0; */
}

.content-item5 .box-right {
  width: 600px;
  padding-top: 37px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  background-image: url('../images/content5/bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content-item5 .box-right .img-content {
  width: 100%;
}

.content-item5 .content-des {
  display: flex;
}

.content-item5 .content-des span {
  padding: 0 5px;
}

.content-item6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  padding-bottom: 0;
  background-color: #FFC542;
}

.content-item6 .img-content {
  /* position: absolute; */
  width: 100%;
  /* z-index: 0; */
}

.content-item6 .box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}

.content-item6 .content-title {
  text-align: center;
}

.content-item6 .content-des {
  text-align: center;
  margin-bottom: 32px;
}

.content-item6 .btn-download {
  border-radius: 8px;
  border: 2px solid #FF565E;
  background: #FF565E;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
  background: #15202B;

}


.footer-content {
  width: 1130px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid #38444D;
}

.footer-content img {
  width: 40px;
  margin-right: 10px;
  /* margin-bottom: 24px; */
}

.footer-des {
  display: flex;
  justify-content: center;
  padding: 30px;
  font-size: 13px;
  color: #fff;
}

.footer-des a {
  text-decoration: none;
  color: #fff;
}

.footer-des.app {
  display: none !important;
}

@media screen and (max-width: 800px) {
  html,
  body {
    min-width: auto;
    width: 100%;
    /* border: 1px solid red; */
  }
  /* 公用样式 */
  .content {
    width: 100%;
  }
  .content-item {
    /* padding: 48px 0; */
    padding: 48px 0;
    flex-direction: column;
  }
  .content-title {
    margin-bottom: 24px;
    color: #0F172A;
    /* Heading/6 */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
  }
  .content-des {
    /* margin-bottom: 32px; */
    color: #0F172A;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
  }
  .content-item .app {
    display: block;
  }

  .content-item .pc {
    display: none !important;
  }

  .header-container {
    padding: 0 20px;
  }

  .btn-download {
    width: auto;
    height: auto;
    padding: 12px 28px;
  }
  .btn-assistant {
    display: flex;
    align-items: center;
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 99;
    width: auto;
    height: 32px;
    font-size: 15px;
    line-height: 24px;
    padding: 8px 28px;
  }

  .btn-assistant img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  /* 公用样式结束 */

  .content-item1 {
    flex-direction: column;
    padding: 48px 16px;
    /* padding: 0; */
  }
  .content-item1 .title {
    margin-bottom: 24px;
    color: #181818;
    /* Heading/4 */
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 44px */
  }
  .content-item1 .des {
    margin-bottom: 24px;
    color: #181818;
    /* Body/M */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
  }

  .content-item1 .box-item {
    width: auto;
  }

  .content-item1 .box-left .btn-download {
    margin-bottom: 48px;
  }

  .content-item1 .box-right {
    width: 100%;
    height: 330px;
    display: flex;
    justify-content: center;
  }

  .content-item1 .box-right .box-chat {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }

  .content-item1 .box-right .toy-item {
    width: 162px;
    margin-bottom: 8px;
  }

  .content-item1 .box-right .box-chat .chat-item {
    font-size: 12px;
  }

  .content-item1 .box-right .toy-icons {
    width: 86px;
    right: 76px;
  }

  .content-item1 .title:after {
    left: 0;
    top: auto;
    bottom: -4px;
    width: 75px;
    height: 12px;
  }

  .content-item2 {
    background: transparent;
  }
  
  .content-item2 .box-content {
    padding: 0 16px;
  }
  .content-item2 .img-content {
    width: 60%;
  }

  .content-item2 .content-title {
    width: 100%;
    text-align: left;
  }

  .content-item2 .content-des {
    position: relative;
    z-index: 2;
    text-align: left;
    font-size: 16px;
    margin-bottom: 32px;
  }

  .content-item2 .img-bottom {
    width: 100%;
  }

  .content-item2 .content-title:after {
    left: 50px;
    bottom: -3px;
    z-index: -1;
    width: 50px;
    height: 12px;
  }

  .content-item2 .img-bg {
    top: 0;
  }

  .content-item3 {
    padding-bottom: 0;
  }

  .content-item3 .box-left {
    padding: 0 16px;
  }
  
  .content-item3 .content-des {
    margin-bottom: 8px;
  }
 
  .content-item3 .box-right {
    width: 100%;
    margin-top: 24px;
    padding-top: 20px;
    padding-bottom: 60px;
    background-image: url('../images/content3/bg-app.png')
  }

  .content-item3 .content-title:after {
    bottom: -4px;
    z-index: -1;
    width: 75px;
    height: 12px;
  }

  .content-item4 .box-right {
    padding: 0 16px;
  }

  .content-item4 .box-left {
    width: 100%;
  }

  .content-item4 .content-des {
    margin-bottom: 32px;
  }

  .content-item5 .box-left {
    padding: 0 16px;
    margin-bottom: 28px;
  }

  .content-item5 .content-title:after {
    right: 0;
    bottom: -4px;
    z-index: -1;
    width: 50px;
    height: 12px;
  }

  .content-item5 .box-right {
    width: 100%;
    /* padding-top: 37px; */
    /* padding-bottom: 50px; */
    background-image: url('../images/content5/bg-app.png');
  }

  .content-item5 .box-right .img-content {
    width: 90%;
  }

  .content-item6 {
    padding: 15px 0;
  }

  .footer-des {
    display: none;
  }
  .footer-des.app {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    width: 90%;
  }

}