.header{
    height: 40px;
    font-size: 40px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 40px;
    color: #333333;
}

.content{
    padding-top: 40px;
    padding-bottom: 40px;
    color: #333333;
    font-size: 32px;
}

.cancel-button{
    width:290px;
    height:80px;
    background:rgba(255,255,255,1);
    border-radius:40px;
    border:2px solid #DBDBDB;
    margin-right: 20px;
    font-size: 32px;
    color: #999999;
}
.ok-button{
    width:290px;
    height:80px;
    background:linear-gradient(90deg,rgba(255,156,79,1) 0%,rgba(255,86,21,1) 100%);
    border-radius:40px;
    border: 0px;
    font-size: 32px;
    color: #ffffff;
}
