@charset "UTF-8";

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    background: #fff;
    font-family: "Microsoft JhengHei", "PingFang HK", "Noto Sans TC", "Microsoft YaHei", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
}

img {
    border: 0;
}

.summer-page {
    width: 100%;
    overflow: hidden;
}

.summer-container {
    width: 92%;
    max-width: 920px;
    margin: 0 auto;
}

.summer-hero {
    position: relative;
    width: 100%;
    background-color: #049fea;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.summer-hero-registration {
    min-height: 0;
    background-image: none;
}

.summer-hero-picture {
    position: static;
    display: block;
    width: 100%;
}

.summer-hero-banner {
    display: block;
    width: 100%;
    height: auto;
}

.summer-hero-registration .summer-hero-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.summer-hero-confirmation {
    min-height: 0;
    height: auto;
    background-image: none;
}

.summer-hero-inner {
    width: 100%;
    max-width: none;
    min-height: inherit;
    margin: 0 auto;
    padding: 18px 2.5%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.summer-form-card {
    width: 510px;
    max-width: 100%;
    padding: 13px 18px 15px;
    background: rgba(255, 255, 255, .98);
    border-radius: 22px;
    box-shadow: 0 5px 20px rgba(0, 52, 86, .22);
    margin-right: 14%;
    margin-bottom: 1%;
}

.summer-form-title {
    margin: 0 0 9px;
    color: #bd0000;
    font-size: 23px;
    line-height: 1.25;
    text-align: center;
}

.summer-form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 6px;
}

.summer-form-row label,
.summer-form-label {
    display: block;
    width: 92px;
    height: 36px;
    flex: 0 0 92px;
    margin: 0;
    padding: 0 8px;
    color: #444;
    background: #e7e7e7;
    border: 1px solid #c9c9c9;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    font-size: 15px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
}

.summer-form-row-sms label {
    color: #444;
}

.summer-input,
.summer-form-row input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 6px 10px;
    color: #222;
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 2px;
    font-family: inherit;
    font-size: 15px;
    line-height: 22px;
}

.summer-form-row > .summer-input,
.summer-form-row > .summer-phone,
.summer-form-row > .summer-captcha-row,
.summer-form-row > .summer-otp-row {
    min-width: 0;
    flex: 1 1 0;
}

.summer-input:focus,
.summer-form-row input[type="text"]:focus {
    border-color: #008fb0;
    outline: 2px solid rgba(0, 169, 194, .18);
}

.summer-phone {
    display: flex;
    width: 100%;
}

.summer-region {
    position: relative;
    flex: 0 0 auto;
}

.summer-region-selected {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 8px;
    background: #f4f4f4;
    border: 1px solid #b8b8b8;
    border-right: 0;
    cursor: pointer;
}

.summer-region-selected img,
.summer-region-list img {
    width: 24px;
    height: 16px;
    margin-right: 6px;
}

.summer-region-code {
    display: inline-block;
    margin-right: 6px;
    color: #075b7a;
    font-size: 12px;
    font-weight: 700;
}

.summer-region-arrow {
    color: #555;
    font-size: 10px;
}

.summer-region-list {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 30;
    min-width: 190px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #999;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .18);
    list-style: none;
}

.summer-region-list.open {
    display: block;
}

.summer-region-list li {
    display: flex;
    align-items: center;
    padding: 9px 10px;
    color: #333;
    cursor: pointer;
    font-size: 15px;
    white-space: nowrap;
}

.summer-region-list li:hover {
    background: #eefaff;
}

.summer-dial-code {
    flex: 0 0 auto;
    height: 36px;
    padding: 0 7px;
    color: #444;
    background: #f4f4f4;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    font-size: 13px;
    line-height: 34px;
    cursor: pointer;
}

.summer-phone .summer-input {
    min-width: 0;
    flex: 1 1 auto;
}

.summer-captcha-row,
.summer-otp-row {
    display: flex;
    align-items: stretch;
}

.summer-captcha-image {
    width: 112px;
    height: 36px;
    flex: 0 0 112px;
    object-fit: cover;
    border: 1px solid #b8b8b8;
    border-right: 0;
}

.summer-captcha-row .summer-input,
.summer-otp-row .summer-input {
    min-width: 0;
    flex: 1 1 auto;
}

.summer-otp-button {
    min-width: 128px;
    height: 36px;
    padding: 4px 10px;
    color: #fff;
    background: #ff7a00;
    border: 1px solid #ff7a00;
    border-radius: 2px 0 0 2px;
    font-family: inherit;
    font-size: 13px;
    cursor: pointer;
}

.summer-otp-row .summer-input {
    border-left: 0;
}

.summer-form-note {
    width: calc(100% - 92px);
    margin: 3px 0 0 92px;
    color: #666;
    font-size: 11px;
    line-height: 1.45;
}

.summer-error {
    display: block;
    width: calc(100% - 92px);
    min-height: 0;
    margin: 2px 0 0 92px;
    color: #c00;
    font-size: 11px;
    line-height: 1.35;
}

.summer-form-card > .summer-error {
    width: 100%;
    margin-left: 0;
    text-align: center;
}

.summer-submit {
    display: block;
    width: 132px;
    height: 36px;
    margin: 9px auto 0;
    color: #fff;
    background: #ff7a00;
    border: 0;
    border-radius: 3px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.summer-offers {
    padding: 32px 0 40px;
    background: #e7f6ff;
}

.summer-congrats {
    display: table;
    margin: -18px auto 26px;
    padding: 7px 24px;
    color: #fff;
    background: #65a844;
    border-radius: 18px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}

.summer-congrats-strip {
    padding: 24px 0 0;
    background: #e7f6ff;
}

.summer-congrats-strip .summer-congrats {
    margin: 0 auto;
}

.summer-mobile-copy {
    display: none;
}

.summer-main-heading,
.summer-group-heading {
    color: #bd0000;
    text-align: center;
}

.summer-confirmation-offer-heading,
.summer-limited-offer-heading {
    display: none;
}

.summer-confirmation-page .summer-registration-offer-heading {
    display: none;
}

.summer-confirmation-page .summer-confirmation-offer-heading {
    display: block;
}

.summer-main-heading {
    margin: 0 0 20px;
    font-size: 32px;
    line-height: 1.35;
}

.summer-group-heading {
    margin: 22px 0 10px;
    font-size: 25px;
    line-height: 1.25;
}

.summer-card {
    display: block;
    width: 100%;
    margin: 0 0 8px;
    border-radius: 8px;
    overflow: hidden;
}

.summer-card img {
    display: block;
    width: 100%;
    height: auto;
}

.summer-card-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.summer-card-row > div {
    min-width: 0;
    flex: 1 1 0;
}

.summer-card-row .summer-card {
    width: 100%;
}

.summer-extra {
    padding: 34px 0 36px;
    color: #fff;
    background: #314c66;
}

.summer-extra h2 {
    margin: 0 0 22px;
    color: #ffd829;
    font-size: 28px;
    text-align: center;
}

.summer-extra-list {
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.summer-extra-list li {
    display: flex;
    align-items: flex-start;
    margin: 0 0 13px;
    font-size: 19px;
    line-height: 1.45;
}

.summer-extra-icon {
    width: 32px;
    flex: 0 0 32px;
    margin-right: 8px;
    font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    font-size: 21px;
    line-height: 1.35;
    text-align: center;
}

.summer-extra-text {
    min-width: 0;
    flex: 1 1 auto;
}

.summer-highlight {
    color: #fff36b;
    font-weight: 700;
}

.summer-detail-button {
    display: block;
    width: 235px;
    margin: 24px auto 0;
    padding: 10px 16px;
    color: #222;
    background: #fff36b;
    border-radius: 24px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.summer-detail-button:hover,
.summer-detail-button:focus {
    background: #fff9a8;
}

.summer-reward {
    padding: 30px 0 38px;
    background: #fff;
}

.summer-reward .summer-container,
.summer-terms .summer-container {
    max-width: 700px;
}

.summer-reward h2 {
    margin: 0 0 24px;
    color: #ff7a00;
    font-size: 24px;
    text-align: center;
    text-decoration: underline;
}

.summer-reward-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
}

.summer-reward-step-download {
    padding-bottom: 26px;
    border-bottom: 1px solid #ddd;
}

.summer-reward-step-code {
    padding-top: 24px;
    flex-wrap: wrap;
}

.summer-step-number {
    display: block;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    color: #fff;
    background: #ff7a00;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.summer-reward-copy {
    min-width: 0;
    flex: 1 1 0;
    font-size: 17px;
    line-height: 1.7;
}

.summer-reward-copy strong {
    color: #ff7a00;
}

.summer-reward-image {
    display: block;
    width: 145px;
    max-width: 100%;
    height: auto;
}

.summer-qr-link {
    display: block;
    width: 145px;
    flex: 0 0 145px;
}

.summer-guide-wrap {
    width: 100%;
    padding-left: 44px;
    text-align: center;
}

.summer-guide-image {
    width: 300px;
    margin: 14px auto 0;
}

.summer-terms {
    padding: 34px 0 42px;
    color: #555;
    background: #f0f0f0;
}

.summer-terms h2 {
    margin: 0 0 18px;
    font-size: 20px;
}

.summer-terms p,
.summer-terms li {
    font-size: 14px;
    line-height: 1.75;
}

.summer-terms ul {
    margin: 0;
    padding-left: 22px;
}

.summer-disclaimer-list li {
    margin-bottom: 10px;
}

.summer-disclaimer-list a {
    color: #0066cc;
    text-decoration: underline;
}

.summer-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .55);
    align-items: center;
    justify-content: center;
}

.summer-modal.open {
    display: flex;
}

.summer-modal-dialog {
    position: relative;
    width: 100%;
    max-width: 470px;
    padding: 30px 28px 28px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .28);
    text-align: center;
}

.summer-modal-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    color: #fff;
    background: #8bd8f7;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
}

.summer-modal-message {
    margin: 0 0 22px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.summer-modal-close {
    min-width: 100px;
    padding: 9px 20px;
    color: #fff;
    background: #ff7a00;
    border: 0;
    border-radius: 5px;
    font-family: inherit;
    font-size: 15px;
    cursor: pointer;
}

.summer-loading {
    display: none;
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .72);
    align-items: center;
    justify-content: center;
}

.summer-loading.open {
    display: flex;
}

.summer-spinner {
    width: 48px;
    height: 48px;
    border: 5px solid #d6edf5;
    border-top-color: #008fb0;
    border-radius: 50%;
    animation: summer-spin .8s linear infinite;
}

@keyframes summer-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1600px) {
    .summer-hero-registration .summer-hero-inner {
        padding: 1.125vw 2.5vw;
    }

    .summer-form-card {
        width: 31.875vw;
        padding: .8125vw 1.125vw .9375vw;
        border-radius: 1.375vw;
    }

    .summer-form-title {
        margin-bottom: .5625vw;
        font-size: clamp(14px, 1.4375vw, 23px);
    }

    .summer-form-row {
        margin-bottom: .375vw;
    }

    .summer-form-row label,
    .summer-form-label {
        width: 5.75vw;
        height: 2.25vw;
        flex-basis: 5.75vw;
        padding-right: .5vw;
        padding-left: .5vw;
        font-size: clamp(10px, .9375vw, 15px);
        line-height: 2.125vw;
    }

    .summer-input,
    .summer-form-row input[type="text"] {
        height: 2.25vw;
        padding: .375vw .625vw;
        font-size: clamp(10px, .9375vw, 15px);
        line-height: 1.375vw;
    }

    .summer-region-selected {
        height: 2.25vw;
        padding-right: .5vw;
        padding-left: .5vw;
    }

    .summer-region-selected img,
    .summer-region-list img {
        width: 1.5vw;
        height: 1vw;
        margin-right: .375vw;
    }

    .summer-region-list {
        top: 2.25vw;
    }

    .summer-dial-code {
        height: 2.25vw;
        padding-right: .4375vw;
        padding-left: .4375vw;
        font-size: clamp(9px, .8125vw, 13px);
        line-height: 2.125vw;
    }

    .summer-captcha-image {
        width: 7vw;
        height: 2.25vw;
        flex-basis: 7vw;
    }

    .summer-otp-button {
        min-width: 8vw;
        height: 2.25vw;
        padding: .25vw .625vw;
        font-size: clamp(9px, .8125vw, 13px);
    }

    .summer-form-note {
        width: calc(100% - 5.75vw);
        margin-top: .1875vw;
        margin-left: 5.75vw;
        font-size: clamp(8px, .6875vw, 11px);
    }

    .summer-error {
        width: calc(100% - 5.75vw);
        margin-top: .125vw;
        margin-left: 5.75vw;
        font-size: clamp(8px, .6875vw, 11px);
    }

    .summer-form-card > .summer-error {
        width: 100%;
        margin-left: 0;
    }

    .summer-submit {
        width: 8.25vw;
        height: 2.25vw;
        margin-top: .5625vw;
        font-size: clamp(10px, .9375vw, 15px);
    }
}

@media (max-width: 580px) {
    .summer-hero-registration {
        min-height: 0;
        padding-top: 0;
    }

    .summer-hero-registration .summer-hero-inner {
        position: static;
        width: 100%;
        min-height: 0;
        padding: 0;
        display: block;
    }

    .summer-form-card {
        width: 100%;
        padding: 18px 5% 22px;
        border-radius: 0;
        box-shadow: none;
        margin-right: 0;
        margin-bottom: 0;
    }

    .summer-form-title {
        margin-bottom: 9px;
        font-size: 24px;
    }

    .summer-form-row {
        margin-bottom: 6px;
    }

    .summer-form-row label,
    .summer-form-label {
        width: 84px;
        height: 36px;
        flex-basis: 84px;
        padding: 0 5px;
        font-size: 14px;
        line-height: 34px;
    }

    .summer-input,
    .summer-form-row input[type="text"] {
        height: 36px;
        padding: 6px 10px;
        font-size: 15px;
        line-height: 22px;
    }

    .summer-region-selected {
        height: 36px;
        padding: 0 8px;
    }

    .summer-region-selected img,
    .summer-region-list img {
        width: 24px;
        height: 16px;
        margin-right: 6px;
    }

    .summer-region-list {
        top: 36px;
    }

    .summer-dial-code {
        height: 36px;
        padding: 0 7px;
        font-size: 13px;
        line-height: 34px;
    }

    .summer-error,
    .summer-form-note {
        width: calc(100% - 84px);
        margin-left: 84px;
        font-size: 11px;
    }

    .summer-form-note {
        margin-top: 3px;
    }

    .summer-error {
        margin-top: 2px;
    }

    .summer-form-card > .summer-error {
        width: 100%;
        margin-left: 0;
    }

    .summer-otp-button {
        min-width: 112px;
        height: 36px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 6px;
        padding-left: 6px;
        font-size: 12px;
    }

    .summer-captcha-image {
        width: 100px;
        height: 36px;
        flex-basis: 100px;
    }

    .summer-submit {
        width: 132px;
        height: 36px;
        margin-top: 9px;
        font-size: 15px;
    }

    .summer-offers {
        padding: 34px 0 40px;
    }

    .summer-congrats {
        margin-top: -15px;
        font-size: 17px;
    }

    .summer-congrats-strip .summer-congrats {
        margin: 0 auto;
    }

    .summer-desktop-copy {
        display: none;
    }

    .summer-mobile-copy {
        display: inline;
    }

    .summer-main-heading {
        font-size: 25px;
    }

    .summer-group-heading {
        margin-top: 20px;
        font-size: 22px;
    }

    .summer-card-row {
        display: flex;
        gap: 6px;
    }

    .summer-card-row > div {
        width: auto;
        min-width: 0;
        flex: 1 1 0;
    }

    .summer-card-row .summer-group-heading {
        margin: 12px 0 7px;
        font-size: 14px;
        white-space: nowrap;
    }

    .summer-extra {
        padding: 36px 0;
    }

    .summer-extra h2 {
        font-size: 22px;
    }

    .summer-extra-list li {
        font-size: 17px;
    }

    .summer-extra-icon {
        width: 28px;
        flex-basis: 28px;
        margin-right: 6px;
        font-size: 19px;
    }

    .summer-reward {
        padding: 26px 0 32px;
    }

    .summer-reward h2 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .summer-reward-step {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .summer-reward-step-code {
        flex-wrap: wrap;
    }

    .summer-step-number {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: 16px;
        line-height: 28px;
    }

    .summer-reward-copy {
        font-size: 16px;
    }

    .summer-reward-image {
        width: 105px;
        margin: 0;
    }

    .summer-qr-link {
        width: 105px;
        flex: 0 0 105px;
    }

    .summer-guide-wrap {
        padding-left: 38px;
    }

    .summer-guide-image {
        width: 240px;
        max-width: 85%;
        margin: 12px auto 0;
    }
}
