.home > .top {
    width: 100%;
    height: 600px
}

.top > .content {
    top: 160px;
    width: 55%;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

.content > .title {
    font-size: 64px
}

.content > .txt {
    text-align: left;
    margin-top: 30px;
    font-size: 22px;
    line-height: 36px
}

.content > .start {
    margin-top: 40px;
    width: 225px;
    height: 75px;
    background-color: #d61b80;
    border-radius: 8px;
    font-size: 32px;
    font-weight: 700;
    line-height: 75px
}

.detail {
    margin-top: 80px
}

.detail .row {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.row .title {
    font-size: 40px;
    margin-bottom: 40px
}

.row .txt {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400
}

.acquire {
    width: 100%;
    background-color: #fff;
    color: #585858;
    margin-bottom: 40px
}

.acquire .left {
    width: 40%
}

.acquire .right {
    width: 640px;
    height: 420px
}

.roi {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #4a4ad2;
    color: #fff
}

.roi .right {
    padding-right: 40px;
    width: 45%
}

.analytics {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    color: #585858
}

.analytics .left {
    width: 45%;
    margin-right: 40px
}

.bottom {
    position: relative;
    color: #fff
}

img {
    vertical-align: bottom
}

.bottom > .desc {
    position: absolute;
    top: 60px;
    left: 60%;
    width: 450px
}

.bottom .title {
    font-size: 40px
}

.bottom .txt {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 20px
}

.bottom .start {
    margin-top: 40px;
    width: 225px;
    height: 75px;
    background-color: #d61b80;
    border-radius: 8px;
    font-size: 32px;
    font-weight: 700;
    line-height: 75px;
    text-align: center;
    color: #fff
}