.content {
    width: 100%;
    height: 100%;
    padding-top: 23%;
    background-color: #f1f1f1;
}

.BG_1 {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto 2%;
}

.BG_2 {
    display: block;
    width: 85%;
    height: auto;
    margin: 6% auto 8%;
}

.tips {
    display: flex;
    justify-content: center;
    color: #888;
    font-size: 15px;
    line-height: 22px;
}

.tip {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 2rem;
}

.buttons {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 13% 30px 0;
}

.btn {
    width: 114px;
    height: 40px;
    color: #666;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 4px;
}
