.section-newsletter {
    padding: 0 20px;
}

.newsletter-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* width: 100%; */
    max-width: 596px;
    margin: auto;
}

.newsletter-content form {
    width: 100%;
}

.newsletter-button-group {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
    width: 100%;
}

.index-shurukuan {
    display: flex;
}

.newsletter-desc {

    margin-top: 15px;
    font-size: 14px;
    font-family: Poppins;
}

.newsletter--field {
    margin-bottom: 0;
    width: 260px;
    margin-right: 20px;
    flex: 1;
}

@media screen and (max-width: 959px) {
    .newsletter-content form {
        width: 100%;
    }

    .newsletter--field {
        width: 100%;
    }

    .newsletter-button-group .shopline-localization-form {
        flex: 1;
    }
}

.newsletter-commit--message .icon {
    width: 14px;
    margin-right: 4px;
}

.newsletter--button {
    /* min-width: 90px; */
    min-width: 100px;
    padding: 10px 20px;
    font-size: 14px;
}

.newsletter-form {
    width: 100%;
}

.section-newsletter .field__input {
    background: rgba(var(--color-button-text), 0.5);
}

.section-newsletter.new-section-email {
    background-color: #fceedc;
}

.section-title.text-center {
    font-size: 24px;
    font-weight: 700;
    font-family: "Libre Baskerville";
}

.index-xuanze {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-top: 10px;
}

.index-xuanze .index-xuanze-neiron {
    color: #666;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
    font-family: 'Poppins';
}

.index-xuanze .index-duoxuan {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.error {
    color: #1c1d1d;
    font-family: Poppins;
    display: none;
}

.dialog-box {
    width: 230px;
    height: auto;
    padding: 10px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #818181;
    position: relative;
    top: -6px;
    left: -10px;
}

.dialog-box::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 16px;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #818181;
    border-right: none;
    border-bottom: none;
    background-color: #fff;
    transform: rotate(45deg);
}

@media (max-width:767px) {
    .newsletter-button-group {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 15px;
        width: 100%;
        /* gap: 12px; */
    }

    .index-shurukuan {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width:768px) {
    .section-title.text-center {
        font-size: 20px;
        font-weight: 700;
        font-family: "Libre Baskerville";
    }
}

/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */