body {
    margin: 0;
    background: #fff;
}

body::-webkit-scrollbar {
    display: none;
}

.container {
    background: #fff;
    padding: 24px 24px 0 24px;
}

.content {
    width: 100%;
    max-width: 1168px;
    margin: auto;
}

.flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.header {
    position: absolute;
    top: 24px;
    left: 24px;
}

.header img {
    width: 40px;
    height: 40px;
}

.header div {
    margin-left: 12px;
    font-size: 24px;
    font-weight: bold;
}

.info-box {
    margin-top: 192px;
    padding: 0 64px;
    text-align: center;
    font-weight: bold;
}

.company {
    font-size: 64px
}

.slogan {
    margin: 8px 0 24px 0;
    font-size: 24px;
}

.introduce {
    font-size: 16px;
    color: #9AA3B3;
    line-height: 23px;
}

.produces-title {
    margin-top: 112px;
    font-size: 24px;
}

.produces-slogan {
    margin: 12px 0 56px 0;
    font-size: 32px;
}

.product {
    background: #FAFAFA;
    margin-bottom: 112px;
    border-radius: 24px;
}

.product:nth-child(2n)  .product-banner {
    order: 2;
}

.product-banner {
    width: 54%;
    object-fit: contain;
}

.product-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 40px 16px 64px;
}

.product-header {
    margin-bottom: 24px;
}

.product-logo {
    width: 72px;
    height: 72px;
    margin-right: 24px;
    border-radius: 20px;
}

.product-name {
    margin-bottom: 4px;
    font-size: 40px;
    font-weight: bold;
}

.product-description {
    font-size: 16px;
    font-weight: bold;
    color: #9AA3B3;
}

.download-box {
    margin-top: 40px;
}

.download-btn {
    display: inline-block;
    width: 128px;
    height: 40px;
    background: #000000;
    margin-right: 12px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

.download-btn[type="disabled"] {
    background: #9AA3B3;
    cursor: initial;
}

.download-btn:last-child {
    margin-right: 0;
}

.icp {
    margin-top: 24px;
    padding: 18px 0;
    border-top: 1px solid #E4EAED;
    text-align: center;
}

.icp a {
    padding-right: 16px;
    color: #9AA3B3;
    text-decoration: none;
}

@media screen and (max-width: 805px) {
    .container {
        padding: 16px 16px 0 16px;
    }

    .header {
        top: 10px;
        left: 16px;
    }

    .header img {
        width: 24px;
        height: 24px;
    }

    .header div {
        margin-left: 8px;
        font-size: 16px;
    }

    .info-box {
        margin-top: 60px;
        padding: 0 8px;
    }

    .company {
        font-size: 32px;
    }

    .slogan {
        margin: 4px 0 16px 0;
        font-size: 16px;
        line-height: 45px;
    }

    .introduce {
        font-size: 11px;
        font-weight: normal;
    }

    .produces-title {
        margin-top: 48px;
        font-size: 16px;
        line-height: 22px;
    }

    .produces-slogan {
        margin: 4px 0 16px 0;
        font-size: 20px;
        line-height: 28px;
    }

    .product {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .product-banner {
        width: 100%;
        order: 0 !important;
    }

    .product-content {
        padding: 24px 16px 16px;
    }

    .product-header {
        display: flex;
        margin-bottom: 12px;
    }

    .product-logo {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }

    .product-name {
        font-size: 20px;
    }

    .product-description {
        font-size: 11px;
        font-weight: normal;
    }

    .product-detail {
        font-size: 11px;
    }

    .download-box {
        margin-top: 16px;
    }

    .icp {
        margin-top: 48px;
    }

    .icp a {
        font-size: 12px;
    }
}
