<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reminder_body {
    width: 1110px;
    float: left;
    margin: 0 45px;
}

.reminder_container {
    width: 100%;
    float: left;
    margin-top: 32px;
    overflow: hidden;
    padding-bottom: 100px;
}

.reminder_title {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 48px;
}

.reminder_title span {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.reminder {
    width: 880px;
    float: left;
    margin-left: 115px;
    position: relative;
    padding-bottom: 30px;
}

.reminder_prompt {
    width: 100%;
    float: left;
}

.reminder_prompt span {
    font-size: 18px;
    color: #000;
}

.reminder_type {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.reminder_type span {
    font-size: 18px;
    color: #000;
    float: left;
    display: block;
    width: 100%;
    font-weight: bold;
}

.reminder_type ul {
    float: left;
    margin: 10px 0;
}

.reminder_type ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.reminder_type ul li input {
    float: left;
    margin-top: 5px;
}

.reminder_type ul li i {
    font-size: 16px;
    color: #000;
    display: block;
    float: left;
    margin-left: 10px;
}

.reminder_text {
    float: left;
    width: 100%;
}

.reminder_text .typeText {
    width: 860px;
    height: 36px;
    padding: 0 5px;
    float: left;
}

.reminder_text i {
    font-size: 16px;
    color: #000;
    line-height: 40px;
    display: block;
    float: left;
    margin-left: 10px;
}

.reminder_email {
    width: 100%;
    float: left;
    position: relative;
    border-top: solid 1px #cccccc;
    padding-top: 48px;
}

.reminder_email span {
    display: block;
    float: left;
    margin-left: 105px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
}

.reminder_email .emaieText {
    float: left;
    width: 550px;
    height: 36px;
    padding: 0 5px;
    margin-left: 10px;
}

.emaieButton {
    width: 240px;
    height: 40px;
    background: #003469;
    color: #fff;
    font-size: 18px;
    border: none;
    float: left;
    margin-left: 310px;
    margin-top: 60px;
    cursor: pointer;
}

</pre></body></html>