.contain {
    min-width: 375px;
}

.body {
    min-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.body-left {
    min-width: 100%;
    height: 262px;
    box-sizing: border-box;
    background-color: #00C670;
}

.left-img {
    width: 345px;
    height: 320px;
    margin-top: 56px;
    margin-left: 15px;
}

.body-right {
    min-width: 375px;
    /* margin-top: 131px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.right-content {
    box-sizing: border-box;
    padding: 0 15px;
}

.big-logo {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.font {
    font-size: 20px;
}

.font-gray {
    font-size: 14px;
    margin-top: 8px;
}

.detial {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

.download {
    width: 140px;
    height: 45px;
    font-size: 18px;
    border-radius: 8px;
    margin-top: 30px;
}

.foot {
    height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
    padding-bottom: 5px;
}

.footer-info {
    margin: 0;
}