.guide_container{
    background: url(../images/app_download/background.png) no-repeat top center;
    background-size: 100% auto;
}
.guide_container .body_container{
    margin: 0 30px;
}
.guide_content_logo{
    width: 157px;
    margin: -8px auto 35px;
    transform: translateY(-8px);
}
.guide_banner{
    padding: 0 20px;
    margin-bottom: 15px;
}
.guide_banner img, .guide_step_picture img{
    width: 100%;
}

.guide_note{
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #668CBB;
}
.guide_note.first{
    margin-bottom: 16px;
}
.guide_note.second{
    margin-top: 8px;
    margin-bottom: 22px;
}
.guide_button .button{
    width: 200px;
    margin: auto;
}
.guide_next{
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.guide_step_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #2B4BFF;
    margin-bottom: 17px;
}
.guide_step{
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #111111;
}
.guide_step span{
    color: #2B4BFF;
}