.cancel-reminder {
    padding: 15px;
    background-color: white;
}

.cancel-reminder-header {
    font-size: 15px;
    line-height: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.cancel-reminder-content {
    font-size: 12px;
    line-height: 16px;
    padding-top: 11px;
    text-align: justify;
    white-space: pre-line;
}

.cancel-reminder-button {
    margin-top: 28px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #DF3736;
    border-radius: 4px;
    color: white;
    font-size: 15px;
}

.cancel-reminder-page {
    margin-top: 15px;
    padding-top: 15px;
    background-color: white;
    border-top: 1px solid #EBEEF0;
}

.reward-type-container > div:nth-child(1) {
    font-size: 15px;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.reward-type-tip {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.reward-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.reward-type > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 160px;
    height: 67px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #BFBFBF;
    padding: 0 20px 0 17px;
    font-weight: 300;
    font-size: 13px;
    color: #666666;
    box-sizing: border-box;
}

.reward-type > .reward-type-selected {
    background: rgba(223,55,54,0.1);
    border-color: #DF3736;
    background-image: url("https://m.airchina.com.cn/ac/assets/iN/account/icon_select_sengment.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 20px 17px;
}

.reward-type > .reward-type-useless {
    background: #F9F9F9;
}

.reward-amount {
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 4px;
}

.reward-type-selected .reward-amount {
    color: #DF3736;
}

.reward-type img {
    width: 30px;
    height: 30px;
}

.iframe-content {
    height: 300px;
    overflow: auto;
    padding: 0 10px;
}

.confirm-btn {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 10px 10px 15px;
    background: #df3736;
    color: #fff;
    border-radius: 3px;
}