* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "custom";
    src: url("../font/Montserrat-Regular-8.otf");
}
html {
    font-size: 100px;
}
html,
body {
    width: 100%;
    font-family:
        custom,
        system-ui,
        -apple-system;
}
@keyframes slide1 {
    from {
        left: -120px;
    }
    to {
        left: -100px;
    }
}

@keyframes slide2 {
    from {
        right: 60px;
    }
    to {
        right: 80px;
    }
}
@keyframes slide3 {
    from {
        left: -60px;
    }
    to {
        left: -40px;
    }
}
.wrapper {
    min-width: 1100px;
    background: #000;
    color: #fff;
    padding-bottom: 100px;
}
.header {
    background: #141414;
    height: 64px;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.inner-wrapper .logo {
    height: 48px;
}
.inner-wrapper {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.flex-box {
    display: flex;
    align-items: center;
}
.flex-box-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pic-container {
    position: relative;
}
.pic-container .common-img {
    position: relative;
    z-index: 5;
    width: 362px;
    height: 433px;
}
.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 80px;
}
.text-green {
    color: #00eec9;
}
.desc {
    font-weight: 400;
    font-size: 32px;
    line-height: 54px;
    width: 500px;
}
.download-btn {
    width: 190px;
    height: 56px;
    line-height: 56px;
    background: linear-gradient(#00bbff, #00ff8a);
    font-weight: 700;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    border-radius: 28px;
    cursor: pointer;
}
.code-btn {
    width: 120px;
    height: 56px;
    line-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    border: 1px solid #fff;
    margin-left: 24px;
    cursor: pointer;
    position: relative;
    z-index: 80;
}
.code-btn:hover .code-container {
    display: flex;
}
.code-btn .icon {
    width: 28px;
    height: 28px;
}
.google {
    width: 122px;
    height: 36px;
    margin-top: 40px;
}
.grid {
    height: 599px;
    background: url("../img/grid.png") no-repeat 100% 100%;
    /* margin-top: -200px; */
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
}
.download-section {
    padding-top: 100px;
}
.img-block {
    width: 505px;
    height: 445px;
    background: #222222;
    border-radius: 32px;
    z-index: 5;
    position: relative;
}
.common-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #00eec9;
}
.common-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}
.content-container {
    width: 549px;
}
.mt-16 {
    margin-top: 16px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-100 {
    margin-top: 100px;
}
.txt-center {
    text-align: center;
}
.reason-container {
    background: #222222;
    border-radius: 16px;
    padding: 20px;
}
.reason-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #00eec9;
}
.reason-desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}
.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    width: 674px;
    margin: 100px auto 0;
    /* padding-bottom: 100px; */
}
.footer-container img {
    height: 48px;
}
.footer-desc {
    font-size: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    margin: 40px auto 60px;
}
.shadow {
    position: absolute;
    top: -100px;
    left: -300px;
    width: 700px;
    height: 700px;
}
.coin1 {
    position: absolute;
    top: 10px;
    left: -120px;
    animation: slide1 2s linear infinite alternate;
    width: 230px;
    height: 212px;
}
.coin2 {
    position: absolute;
    top: 80px;
    right: 60px;
    animation: slide2 2s linear infinite alternate;
    width: 154px;
    height: 169px;
}
.coin3 {
    position: absolute;
    bottom: 70px;
    left: -60px;
    animation: slide3 2s linear infinite alternate;
    width: 132px;
    height: 151px;
}
.video {
    position: absolute;
    top: -35px;
    left: 10px;
    z-index: 10;
    width: 550px;
    height: 469px;
}
.video-container .shadow {
    width: 500px;
    height: 500px;
    top: -150px;
    left: -150px;
}
.ai-container .shadow {
    top: -180px;
    left: 70px;
}
.ai {
    width: 543px;
    height: 378px;
    position: absolute;
    left: -50px;
    top: 0;
    z-index: 10;
}
.show {
    width: 473px;
    height: 466px;
    position: absolute;
    left: 20px;
    top: -25px;
    z-index: 10;
}
.show-container .shadow {
    top: -180px;
    left: -230px;
}
.code-container {
    position: absolute;
    top: -195px;
    left: 50%;
    transform: translateX(-50%);
    height: 175px;
    width: 154px;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #262626;
    border-radius: 16px;
    display: none;
}
.code {
    width: 106px;
    height: 106px;
}
.down-desc {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}
/* 视频相关 新增样式 */
.btm-video-container {
  width: 100%;
  height: 600px;
  background: linear-gradient(90deg, #00A3FF 0%, #01F2A1 100%);
  border-radius: 12px 12px 0 0;
  padding: 35px 35px 0;
}
.nav-container {
    background: #474242;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 8px 8px 0 0;
}
.point {
  width: 78px;
  height: 18px; 
  margin-left: 20px;
}
.btm-video {
  width: 100%;
  height: 515px;
  object-fit: fill;
}
.btm-video-wrapper {
  position:relative;
  height: 515px;
  overflow: hidden;
}
.play {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 600px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .mt-16 {
        margin-top: 0.16rem;
    }
    .mt-20 {
        margin-top: 0.2rem;
    }
    .mt-30 {
        margin-top: 0.3rem;
    }
    .mt-40 {
        margin-top: 0.4rem;
    }
    .mt-70 {
        margin-top: 0.7rem;
    }
    .mt-100 {
        margin-top: 1rem;
    }
    .wrapper {
        min-width: auto;
        width: 100%;
        overflow: hidden;
    }
    .header {
        height: 0.64rem;
        font-size: 0.12rem;
    }
    .inner-wrapper {
        width: 100%;
        padding: 0.2rem 0.3rem;
    }
    .header .inner-wrapper {
        padding: 0 0.3rem;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .inner-wrapper .logo {
        height: 0.48rem;
    }
    .download-section {
        padding-top: 1rem;
    }
    .txt-center {
        justify-content: center;
    }
    .flex-box-between {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .flex-box-between.right-pic {
        flex-direction: column-reverse;
    }
    .pic-container .common-img {
        width: 3.6rem;
        height: 4.3rem;
        margin-left: 1.5rem;
    }
    .shadow {
        width: 7rem;
        height: 7rem;
        top: -1rem;
        left: -0.5rem;
    }
    .video-container .shadow {
        width: 7rem;
        height: 7rem;
        top: -3rem;
        left: -2.5rem;
    }
    @keyframes mobile1 {
        from {
            left: 0.4rem;
        }
        to {
            left: 0.3rem;
        }
    }

    @keyframes mobile2 {
        from {
            right: 1rem;
        }
        to {
            right: 0.85rem;
        }
    }
    @keyframes mobile3 {
        from {
            left: 1rem;
        }
        to {
            left: 0.85rem;
        }
    }
    .coin1 {
        width: 2.3rem;
        height: 2.12rem;
        top: 0.2rem;
        left: 0.4rem;
        animation: mobile1 2s linear infinite alternate;
    }
    .coin2 {
        width: 2rem;
        height: 2.2rem;
        top: 0.4rem;
        right: 1rem;
        animation: mobile2 2s linear infinite alternate;
    }
    .coin3 {
        width: 1.6rem;
        height: 1.8rem;
        bottom: 0.4rem;
        left: 1.5rem;
        animation: mobile3 2s linear infinite alternate;
    }
    .title {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .desc {
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        text-align: center;
    }
    .download-btn {
        width: 1.9rem;
        height: 0.56rem;
        line-height: 0.56rem;
        background: linear-gradient(#00bbff, #00ff8a);
        font-weight: 700;
        font-size: 0.24rem;
        text-align: center;
        border-radius: 0.28rem;
        cursor: pointer;
    }
    .code-btn {
        width: 1.2rem;
        height: 0.56rem;
        line-height: 0.56rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.28rem;
        border: 1px solid #fff;
        margin-left: 0.24rem;
        cursor: pointer;
        position: relative;
    }
    .code-btn .icon {
        width: 0.28rem;
        height: 0.28rem;
    }
    .google {
        width: 1.22rem;
        height: 0.36rem;
        margin-top: 0.2rem;
    }
    .andriod {
        /* width: 2.79rem; */
    }
    .grid {
        height: 3rem;
        /* margin-top: -200px; */
        position: absolute;
        top: 5.5rem;
        left: 0;
        width: 100%;
    }
    .pic-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img-block {
        width: 100%;
        height: 5rem;
        background: #222222;
        border-radius: 0.32rem;
    }
    .video {
        width: 6rem;
        height: 5rem;
        left: 0.3rem;
        top: -0.35rem;
    }
    .ai {
        width: 5.43rem;
        height: 4.78rem;
        position: absolute;
        left: 0;
        top: 0;
    }
    .show {
        width: 4.73rem;
        height: 5rem;
        position: absolute;
        left: 0.2rem;
        top: -0.25rem;
    }
    .common-title {
        font-weight: 700;
        font-size: 0.32rem;
        line-height: 0.32rem;
        color: #00eec9;
        text-align: center;
    }
    .common-desc {
        font-weight: 500;
        font-size: 0.2rem;
        line-height: 0.28rem;
        text-align: center;
    }
    .content-container {
        width: 100%;
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .reason-container {
        background: #222222;
        border-radius: 0.16rem;
        padding: 0.2rem;
    }
    .reason-title {
        font-weight: 700;
        font-size: 0.24rem;
        line-height: 0.29rem;
        color: #00eec9;
    }
    .reason-desc {
        font-weight: 400;
        font-size: 0.24rem;
        line-height: 0.29rem;
    }
    .footer-container {
        margin-top: 0.4rem;
        width: 100%;
        margin: 1rem auto 0;
        padding-bottom: 1rem;
    }
    .footer-container img {
        height: 0.48rem;
    }
    .footer-desc {
        font-size: 700;
        font-size: 0.32rem;
        line-height: 0.48rem;
        text-align: center;
        margin: 0.15rem auto 0.3rem;
    }
    .z-30 {
        z-index: 30;
    }
    .z-40 {
        z-index: 40;
    }
    .z-50 {
        z-index: 50;
    }
    .z-60 {
        z-index: 60;
    }
    .z-70 {
        z-index: 70;
    }
    .z-100 {
        z-index: 100;
    }
    /* 视频相关 新增样式 */
.btm-video-container {
    width: 100%;
    height: 4rem;
    background: linear-gradient(90deg, #00A3FF 0%, #01F2A1 100%);
    border-radius: 0.12rem 0.12rem 0 0;
    padding: 0.35rem 0.35rem 0;
  }
  .nav-container {
      background: #474242;
      height: 0.5rem;
      display: flex;
      align-items: center;
      border-radius: 0.08rem 0.08rem 0 0;
  }
  .point {
    width: 0.78rem;
    height: 0.18rem; 
    margin-left: 0.2rem;
  }
  .btm-video {
    width: 100%;
    height: 3.15rem;
    object-fit: fill;
  }
  .btm-video-wrapper {
    position:relative;
    height: 3.15rem;
    overflow: hidden;
  }
  .play {
    width: 0.64rem;
    height: 0.64rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
  }
}
