html,
body,
ul,
li,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}

/* header-------start */
#home-landpage .side-bar {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}
#home-landpage .side-bar .nav {
  font-weight: bold;
  display: flex;
  color: black;
  list-style-type: none;
  flex: 1;
  margin-left: 40px;
}
#home-landpage .side-bar .nav li {
  margin-right: 25px;
  font-size: 14px;
  color: #000000;
  line-height: 17px;
}
#home-landpage .side-bar .nav li a {
  color: black;
  list-style-type: none;
  text-decoration: unset;
}
#home-landpage .side-bar .home-head {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 9px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1300px;
  height: 55px;
  border-radius: 16px;
  backdrop-filter: blur(9px);
  /* background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); */
  background: #fff;
}
#home-landpage .side-bar .home-head .logo {
  font-size: 0;
  margin: 0 20px 0 0px !important;
}
#home-landpage .side-bar .home-head .logo img {
  display: block;
  height: 41px;
}
#home-landpage .side-bar .home-head .number {
  font-size: 14px;
  display: flex;
  align-items: center;
}
#home-landpage .side-bar .home-head .number .btn-login-pc {
  background: linear-gradient(225deg, #ffe705 0%, #fecb02 100%);
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all 0.3s;
  padding: 10px 28px;
}
#home-landpage .side-bar .home-head .number .btn-login-pc:hover {
  opacity: 0.8;
}
#home-landpage .side-bar .home-head .number .btn-login-pc span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 20px;
}
#home-landpage .side-bar .home-head .btn-menu-x {
  display: none;
}
#home-landpage .side-bar .top-number {
  width: 418px;
  height: 66px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 33px;
  backdrop-filter: blur(9px);
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-top: 32px !important;
}
#home-landpage .side-bar .top-number img {
  width: 56px;
  height: 56px;
}
#home-landpage .side-bar .top-number #homeTopNumber {
  font-size: 36px;
  font-weight: normal;
  line-height: 43px;
  margin-left: 15px;
}
#home-landpage .side-bar .home-head .btn-menu,
#home-landpage .side-bar .home-head .btn-login {
  display: none;
}
#home-landpage .banner .btn-box {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 680px) {
  /* header------start */
  #home-landpage .side-bar .home-head {
    width: 100%;
    background: #fff;
    height: 1.33rem;
    margin: 0;
    border-radius: unset;
  }
  #home-landpage .side-bar .home-head .nav {
    display: none;
    margin: 0;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
  #home-landpage .side-bar .home-head .number .btn-login-pc {
    width: 2.4rem;
    height: 0.72rem;
    border-radius: 0.27rem;
    font-size: 0.37rem;
    font-weight: 600;
    padding: unset;
    box-sizing: border-box;
  }
  #home-landpage .side-bar .home-head .logo img {
    height: 0.72rem;
  }
  #home-landpage .side-bar .home-head .number .btn-login-pc span {
    color: #000;
  }
  #home-landpage .side-bar .home-head .btn-menu-x {
    display: block;
    width: 0.48rem;
    margin-left: 0.39rem;
    margin-right: 0.43rem;
  }
  #home-landpage .side-bar .home-head .btn-menu-x img {
    width: 100%;
    margin-top: 0.06rem;
    transform: scale(-1);
  }
}
/* header-------end */

.banner {
  display: flex;
  justify-content: center;
  background: #ffe901;
}
.banner-img-m {
  display: none;
}
.banner-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 153px;
}
.banner-text h1 {
  font-weight: 800;
  font-size: 60px;
  color: #000000;
  line-height: 68px;
  text-align: left;
  font-style: normal;
  width: 534px;
}
.banner-text .users {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner-text .users .tips h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 32px;
}
.banner-text .users .tips p {
  margin: 0;
  font-size: 12px;
}
.banner-text .users ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 20px;
  margin-right: 11px;
}
.banner-text .users ul li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
  margin-left: -10px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-text .users ul li {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-text .users ul li span {
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-text .users ul li img {
  width: 110%;
  height: 110%;
}
.banner-text h1 span {
  background: #000;
  color: #fff;
  margin-left: 20px;
  padding: 0 20px 0 20px;
}
.banner-box {
  width: 462px;
  margin-left: 20px;
  margin-top: -80px;
}
.banner-box h2 {
  font-size: 44px;
  margin-top: 205px;
}
.banner-box p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.content1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* justify-content: center; */
}
.content1 .header-title {
  width: 874px;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
.content1 .header-desc {
  font-size: 18px;
  line-height: 22px;
  width: 755px;
  text-align: center;
  margin-bottom: 80px;
  opacity: 0.6;
}
.content1 .header {
  display: flex;
  flex-direction: row;
}
.content1 .header li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}
.content1 .header img {
  width: 80px;
  margin-bottom: 10px;
}
.content1 .content1-box {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 60px;
  margin-top: 120px;
}
.content1 .content1-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 529px;
}
.content1 .content1-text h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  margin-bottom: 22px;
}
.content1 .content1-text p {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-bottom: 30px;
}
.content1 img {
  width: 316px;
}
.content1 .bottom {
  display: grid;
  grid-template-columns: 220px 220px 220px;
  gap: 170px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.content1 .bottom li {
  width: 220px;
  padding: 40px;
  border: 1px solid #fecb02;
  border-radius: 20px;
  box-sizing: border-box;
}
.content1 .bottom span {
  font-weight: bold;
  font-size: 56px;
  line-height: 75px;
  text-align: center;
  font-style: normal;
}
.content1 .bottom h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}
.content1 .bottom p {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.content2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content2 .content-text-box {
  display: flex;
  flex-direction: column;
}
.content2 .content-text-box li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 0 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  /* justify-content: center; */
}
.content2 .content-text-box li h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}
.content2 .content-text-box li p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.content2 .content-text-box li div {
  width: 745px;
}
.content2 .content-text-box li img {
  width: 120px;
}
.content2 {
  background-color: #ffe80a;
  color: #000;
  padding: 98px 0 98px 0;
}
.content2 h2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  width: 800px;
  margin-bottom: 100px;
}
.content2 .content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content2 .content-text h3 {
  font-weight: 800;
  font-size: 36px;
  color: #ffffff;
  line-height: 50px;
  text-align: left;
  font-style: normal;
}
.content2 .content-text p {
  margin-top: 20px;
  margin-bottom: 30px;
  opacity: 0.6;
}
.btn-start {
  background: linear-gradient(225deg, #ffe705 0%, #fecb02 100%);
  border-radius: 38px;
  color: #000;
  display: inline-flex;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  font-style: normal;
  align-items: center;
  justify-content: center;
  padding: 13px 35px;
  align-self: flex-start;
}
.btn-start svg {
  margin-right: 10px;
  width: 32px;
  height: 42px;
}
.content2 .content-text-box img {
  width: 468px;
}
.content2 .content-text-box .content-text {
  width: 410px;
}
.banner-box #startOne {
  background: #000000;
  border-radius: 38px;
  color: #fff;
  display: inline-flex;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  font-style: normal;
  align-items: center;
  justify-content: center;
  padding: 13px 35px;
  margin-bottom: 40px;
}
.banner-box svg {
  width: 32px;
  height: 32px;
}
.content3 {
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content3 h2 {
  width: 880px;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.content3 .content-text-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 120px;
}
.content3 .content-text {
  margin-right: 100px;
}
.content3 .content-text-box img {
  width: 316px;
}
.content3 .content-text-box .content-text {
  width: 530px;
}
.content3 .content-text-box .content-text h3 {
  font-weight: 800;
  font-size: 36px;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  margin-bottom: 30px;
}
.content3 .content-text-box .content-text p {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  width: 490px;
}
.content3 .content-text-box:nth-child(2) .content-text {
  margin-right: 0;
  margin-left: 100px;
}
.content3 .content-text-box .btn-start {
  margin-top: 40px;
}
.content3 .content-text-box:nth-child(2) {
  flex-direction: row-reverse;
}

.page-footer {
  background: #000;
  padding-top: 30px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-footer .download {
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.page-footer > .logo {
  display: flex;
  justify-content: center;
}
.page-footer > .footer-select > .nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0.4rem 0 0.4rem;
  margin-bottom: 20px;
}
.page-footer > .footer-select > .nav-list li {
  padding: 10px;
}
.page-footer > .footer-select > .nav-list a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.page-footer > .copy-info {
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
  padding-bottom: 20px;
}
.page-footer .app-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 40px;
  border-radius: 29px;
  overflow: hidden;
}
.page-footer .app-icon img {
  width: 100px;
}
.page-footer-info {
  width: 961px;
  margin-top: -160px;
  margin-bottom: 40px;
  position: relative;
}
.page-footer-info img {
  width: 100%;
  border-radius: 53px;
}
.page-footer-info-content {
  display: flex;
  position: absolute;
  top: 0;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 40px;
  padding-right: 60px;
}
.page-footer-info-content {
  display: flex;
  flex-direction: column;
}
.page-footer-info-content-1 {
  display: flex;
  flex-direction: row;
}
.page-footer-info-content .page-footer-info-title {
  font-weight: 800;
  font-size: 28px;
  color: #000000;
  line-height: 36px;
  text-align: left;
  font-style: normal;
}

@media screen and (max-width: 680px) {
  .page-footer > .footer-select > .nav-list {
    flex-direction: column;
  }
  .page-footer {
    margin-top: 0.99rem;
  }
  .page-footer > .copy-info {
    padding: 0 0.4rem 0.9rem 0.4rem;
  }
  .page-footer {
    margin-top: 0;
    padding-top: 0;
  }
  .page-footer .app-icon {
    margin-top: 0.75rem;
    margin-bottom: 0.61rem;
  }
  .page-footer .app-icon img {
    width: 2.4rem;
  }
}

.page-footer-info-content-1 .btn-start {
  background: linear-gradient(225deg, #ffe705 0%, #fecb02 100%);
  background: #000;
  border-radius: 38px;
  color: #fff;
  display: inline-flex;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  font-style: normal;
  align-items: center;
  justify-content: center;
  padding: 13px 35px;
  align-self: flex-start;
  flex: none;
}
.page-footer-info-content-title {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.btn-start {
  animation: homeBtnAni 3s infinite;
}
@keyframes homeBtnAni {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
.content3 .btn-start svg path {
  fill: #000;
}
@media screen and (max-width: 680px) {
  .banner-img {
    display: none;
  }
  .banner {
    position: relative;
  }
  .banner-img-m {
    display: block;
  }
  .banner-img-m img {
    width: 100%;
  }
  .banner-text img {
    display: none;
  }
  .banner-text {
    margin-top: 0;
    position: absolute;
    top: 0;
    text-align: center;
  }
  .banner-box {
    width: 7.3rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner-text h1 {
    font-size: 0.87rem;
    line-height: 0.97rem;
    font-weight: 800;
    width: auto;
  }
  .banner-box p {
    font-size: 0.34rem;
    line-height: 0.48rem;
    margin-top: 0.53rem;
    margin-bottom: 0.72rem;
  }
  .banner-box #startOne {
    font-size: 0.43rem;
    align-self: unset;
    margin-bottom: 0.9rem;
  }
  .banner-text .users ul {
    margin-left: unset;
    margin-right: 0.27rem;
  }
  .banner-text .users ul li {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: -0.2rem;
  }
  .banner-text .users ul li img {
    display: block;
  }
  .banner-text .users .tips h2 {
    font-size: 0.54rem;
    line-height: 0.5rem;
  }
  .banner-text .users .tips p {
    font-size: 0.2rem;
    line-height: unset;
  }
  .content1,
  .content2,
  .content3 {
    padding-left: 0.87rem;
    padding-right: 0.87rem;
  }
  section h2,
  p,
  h3 {
    width: unset !important;
  }

  section .header-title,
  .content1-text h2,
  .content2 h2 {
    font-size: 0.68rem !important;
    line-height: 0.72rem !important;
    text-align: left !important;
    margin-top: 0.97rem !important;
    margin-bottom: 0.34rem !important;
  }

  section p {
    font-size: 0.34rem !important;
    line-height: 0.48rem !important;
    text-align: left !important;
    margin-bottom: 0.72rem !important;
    opacity: 0.6 !important;
  }
  .content1 .header {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0.68rem;
  }
  .content1-box .btn-start {
    display: none;
  }
  .content1 img {
    width: 6.11rem;
  }
  .content1 .content1-box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
    gap: unset;
  }
  .content1 .content1-text {
    width: unset;
  }
  .content1 .bottom {
    display: flex;
    flex-direction: column;
    gap: unset;
    margin: 0;
    margin-top: 0.63rem;
  }
  .content1 .bottom li {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0.4rem;
    margin-bottom: 0.4rem;  
  }
  .content1 .bottom h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    margin-top: 0.15rem;
    margin-bottom: 0.24rem;
  }
  .content1 .bottom span {
    font-size: 0.58rem;
    line-height: 0.77rem;
    margin-right: 0.29rem;
  }
  .content2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .content2 .content-text-box li div {
    width: unset;
  }
  .content2 .content-text-box li img {
    width: 1.45rem;
    margin-left: 0.7rem;
  }
  .content2 .content-text-box li h3 {
    font-size: 0.34rem;
    line-height: 0.48rem;
  }
  .content2 .content-text-box li p {
    font-size: 0.29rem !important;
    line-height: 0.39rem !important;
  }
  .content3 {
    position: relative;
    padding-bottom: 3.14rem;
  }
  .content3 h2 {
    font-size: 0.68rem;
    line-height: 0.72rem;
    width: unset;
    margin-top: 0.97rem;
    margin-bottom: 0rem;
  }
  .content3 .content-text-box {
    display: flex;
    margin-bottom: 0;
  }
  .content3 .content-text-box img {
    width: 2.15rem;
    z-index: 1;
    margin-top: 0.72rem;
  }
  .content3 .content-text-box .content-text {
    width: unset;
    margin: 0;
    background: #ffe80a;
    border-radius: 0.92rem;
    padding: 2.25rem 0.51rem 0 0.51rem;
    margin-top: -1.74rem !important;
  }
  .content3 .content-text-box {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .content3 .content-text-box:nth-child(2) {
    flex-direction: column-reverse;
  }
  .content3 .content-text-box:nth-child(2) .content-text {
    width: unset;
    margin: 0;
  }
  .content3 .content-text-box:nth-child(2) .content-text .btn-start {
    display: none;
  }
  .content3 .content-text-box .content-text h3 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    margin-bottom: 0.34rem;
    text-align: center;
  }
  .content3 .content-text-box .content-text p {
    font-size: 0.29rem;
    line-height: 0.39rem;
    text-align: center;
  }
  .content3 .content-text-box .btn-start-box {
    position: absolute;
    bottom: 0.72rem;
    width: 5.82rem;
    margin-top: 0;
    /* left: 0; */
    /* transform: translateX(-50%); */
    font-size: 0.43rem;
    line-height: 0.53rem;
  }
  .content3 .content-text-box .btn-start{
    width: 100%;
  }
  .footer-select{
    margin-top: 0.7rem;
  }
  .banner-text .users .tips p{
    margin-bottom: 0 !important;
  }
  .mobel-nav-box{
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .mobel-nav {
    display: block;
    margin: 0;
    background: #fff;
    z-index: 10;
    bottom: 0;
    padding: 0.3rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.3rem 0.3rem 0 0;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    list-style: none;
  }
  .mobel-nav li {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 0.37rem;
  }
  .mobel-nav li a {
    color: #000;
    text-decoration: unset;
  }
}
.btn-start:hover{
  cursor: pointer;
}
