
.info-header{
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    img{
        width: 460px;
        height: 280px;
     }
}
.info-form{
    margin-top: 40px;
    padding: 20px 0;
    font-size:32px;
}
.info-footer{
    width: 100%;
    .cancelBtn{
        background: #CCCCCC;
        color: #fff;
        margin-right: 18px;
    }
    .okBtn{

    }
    button {
        display: inline-block;
        height: 80px;
        width: 290px;
        border-radius: 40px;
        border: 0px;
        font-size: 32px;
        background: #FED501;
        color: #333;
    }
}


