@font-face {
    font-family: 'Montserrat SemiBold';
    src: url("/static/font/Montserrat-SemiBold.ttf");
    font-display: swap
}

.points_coupon_warp h1 {
    font-size: 48px;
}

.points_coupon_warp .myPoints {
    align-items: flex-end;
}

.points_coupon_warp .myPoints span {
    font-size: 20px;
    font-family: 'Oswald';
    color: #fff;
    display: flex;
    align-items: center;
}

.points_coupon_warp .myPoints span i {
    color: #61E8A8;
    font-size: 26px;
    margin-left: 3px;
}

.points_coupon_warp .myPoints em.iconfont {
    color: #fff;
    font-size: 20px;
    margin: 4px 0 0 4px;
    cursor: pointer;
}

.points_coupon_warp .myPoints em.iconfont:hover {
    color: #61E8A8;
}

.points_coupon_warp .myPoints .points_score {
    position: relative;
}

.points_coupon_warp .myPoints .toolTips {
    position: absolute;
    right: -28px;
    bottom: 110%;
    background-color: #122958;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 100;
    white-space: nowrap;
    display: none;
    font-family: 'Montserrat SemiBold';
}

.points_coupon_warp .myPoints .toolTips p {
    font-size: 16px;
    margin-bottom: 5px;
}

.points_coupon_warp .myPoints .toolTips p em {
    color: #61E8A8;
}

.points_coupon_warp .myPoints .toolTips p:last-child {
    margin-bottom: 0;
}

.points_coupon_warp .myPoints .toolTips::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #122958;
}

.coupon_rule {
    margin-top: 40px;
}

.coupon_rule h2 {
    font-size: 24px;
}

.coupon_rule ul {
    padding-left: 20px;
}

.coupon_rule li {
    font-size: 14px;
    color: #6f79c1;
    margin-top: 10px;
    list-style: disc;
}

.points_coupon_warp table {
    width: 100%;
    margin-top: 30px;
    background: linear-gradient(135deg, #003A8A 0%, #005E59 100%);
    border-radius: 20px 20px 20px 20px;
    display: block;
    overflow: hidden;

}

.points_coupon_warp table thead {
    display: block;
}

.points_coupon_warp table thead tr {
    background: -webkit-linear-gradient(left, #5edeab, #1e55d3);
    background: -o-linear-gradient(right, #63e9a8, #1a4ed5);
    background: -moz-linear-gradient(right, #63e9a8, #1a4ed5);
    background: linear-gradient(to right, #63e9a8, #1a4ed5);
    color: #fff;
    display: grid;
    grid-template-columns: .4fr .87fr 1fr;
}

.points_coupon_warp table thead th {
    color: #fff;
    padding: 20px 0;
    font-size: 16px;
    font-family: 'Oswald';
}

.points_coupon_warp table thead th.th_width {
    width: 30%;
}

.points_coupon_warp table thead th:last-child {
    border-radius: 0 20px 0 0;
}

.points_coupon_warp table thead th:first-child {
    border-radius: 20px 0 0 0;
}

.points_coupon_warp table th.text-center,
.points_coupon_warp table td.text-center {
    text-align: center;
}

.points_coupon_warp table tbody {
    display: block;
}

.points_coupon_warp table tbody tr {
    display: grid;
    grid-template-columns: .4fr .87fr 1fr;
}

.points_coupon_warp table tbody td {
    color: #fff;
    position: relative;
    border-right: 1px solid #196472;
    border-bottom: 1px solid #196472;
    font-family: 'Montserrat SemiBold';

}

.points_coupon_warp table tbody td:first-child {
    border-left: 1px solid #196472;
}

.points_coupon_warp table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

.points_coupon_warp table tbody .coupon_content {
    padding-left: 57px;
    padding-right: 80px;
}

.points_coupon_warp table tbody .coupon_item {
    padding-top: 12px;
    padding-bottom: 12px;
}

.points_coupon_warp table tbody .coupon_item:hover {
    background: rgba(0, 0, 0, 0.3);
}

.points_coupon_warp table tbody td .coupon_text p {
    font-size: 18px;
    font-family: 'Montserrat SemiBold';
}

.points_coupon_warp table tbody td .coupon_text .user_score {
    font-size: 14px;
    color: #3EE3CA;
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.points_coupon_warp table tbody td .coupon_text .user_score img {
    width: 20px;
    margin: 0 4px 0 0;
}

.points_coupon_warp table tbody td .coupon_text .user_score i {
    font-size: 16px;
    font-family: 'Montserrat SemiBold';
}

.points_coupon_warp table tbody td .coupon_text .user_score i.warning {
    color: #FFC855;
}

.points_coupon_warp table tbody td .coupon_text .user_score i.danger {
    color: #FF5100;
}

.points_coupon_warp table tbody td .coupon_goods_content .coupon_text {
    display: flex;
    align-items: center;
}

.points_coupon_warp table tbody td .coupon_goods_content .coupon_text .user_score {
    margin: 0 10px 0 20px;
}

.points_coupon_warp table tbody td button {
    background: #3D83E3;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
    padding: 9px 15px;
    font-family: 'Montserrat SemiBold';
}

.points_coupon_warp table tbody td button:hover {
    background: linear-gradient(148deg, #86DEAB 0%, #2A4FCE 100%);
}

.points_coupon_warp table tbody td .coupon_type_1 button {
    background: #DBAE54;
}

.points_coupon_warp table tbody td .coupon_type_1 button:hover {
    background: #ffb82b;
}

.points_coupon_warp table tbody td img {
    margin-right: 20px;
    width: 74px;
}

.points_coupon_warp table tbody td img.coupon_gift {
    margin-right: 17px;
    width: 56px;
}

.points_coupon_warp table tbody td .coupon_type_2 img.coupon_img {
    width: 48px;
}

.points_coupon_warp table tbody td .coupon_title {
    padding: 20px 0px;
    text-align: left;
}

.points_coupon_warp table tbody td .out_of_stock {
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-family: 'Montserrat SemiBold';
    padding: 0 15px;
    font-size: 14px;
    margin-left: 10px;

}

.dialog_backdrop.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.dialog_backdrop {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: all;
    outline: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
    position: fixed;
}

.dialog_backdrop.show .common-dialog {
    animation: dialogScale .3s;
}

@keyframes dialogScale {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.common-dialog {
    z-index: 100;
    min-width: 460px;
    max-width: 460px;
    background: #161E38;
    border-radius: 5px;
    padding: 0;
    position: relative;
    background: url('/static/web/image/coupon_dialog_bj.webp') no-repeat;
    background-size: 100% 100%;
}

.reload_backdrop .common-dialog::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    background: url('/static/web/image/coupon_dialog_bj_1.webp') no-repeat;
    background-size: 100% 100%;
    height: 167px;
    pointer-events: none;
}

.reload_backdrop .success_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    font-family: 'Montserrat SemiBold';
    font-size: 16px;
    text-align: center;
}

.reload_backdrop .success_info .text {
    margin: 13px 0 0;
}

.reload_backdrop .success_info .text span {
    color: #3EE3C9;
}

.reload_backdrop .success_info .text span.goods_text {
    color: #fff;
}

.reload_backdrop .success_info .text i {
    font-size: 24px;
}

.reload_backdrop .success_info .text.time i {
    color: #FF5100;
    margin: 0 5px;
}

.reload_backdrop .success_info .text.time.hide {
    display: none;
}

.reload_backdrop .success_info img {
    width: 120px;
}

.reload_backdrop .success_info .time img {
    width: 26px;
    margin-left: 6px;
}

.dialog_backdrop .common-dialog .dialog-title {
    color: #fff;
    font-size: 34px;
    font-family: 'Oswald';
    padding-top: 15px;
}

.common-dialog .dialog-title .close_btn {
    position: absolute;
    right: 0px;
    top: -60px;
    cursor: pointer;
}

.common-dialog .dialog-title .close_btn img {
    width: 40px;
}

.common-dialog .dialog-title .close_btn img:hover {
    filter: brightness(1.2);
}

.common-dialog .dialog-title .close_btn .close_ico {
    width: 13px;
    height: 13px;
    background-image: url(/static/pc/image/public_ico.png);
    background-position: -185px -385px;
    cursor: pointer;
}

.common-dialog .dialog-content {
    text-align: left;
    padding: 20px 50px;
    word-break: break-all;
    font-size: 14px;
    color: #fff;
    max-height: 800px;
    overflow-y: auto;
}

.common-dialog .dialog-content::-webkit-scrollbar {
    width: 4px;
}

.common-dialog .dialog-content::-webkit-scrollbar-thumb {
    background: #075393;
    border-radius: 5px;
    cursor: pointer;
}

.common-dialog .dialog-content::-webkit-scrollbar-track {
    background-color: none;
}

.common-dialog .dialog-content .cf-turnstile {
    margin: 30px 0 0;
    width: 100%;
}

.common-dialog button {
    color: #fff;
    background: linear-gradient(148deg, #86DEAB 0%, #2A4FCE 100%);
    margin-top: 30px;
    padding: 0 20px;
    min-width: 85px;
    width: 100%;
    height: 54px;
    font-size: 16px;
    border-radius: 12px;
    font-family: 'Montserrat SemiBold';
    text-align: center;
}

.common-dialog a.reload_button_link.hide {
    display: none;
}

.common-dialog button:hover {
    background: #0b85ea;
}

.dialog_backdrop button.confirm img {
    display: none;
}

.dialog_backdrop button.confirm.loading,
.redeem_backdrop button.confirm.validate {
    cursor: not-allowed;
    background: #a7a7c81a;
    color: #fff9;
}

.dialog_backdrop button.confirm.loading img {
    display: block;
    width: 20px;
}

.dialog_backdrop button.confirm.loading span {
    display: none;
}

.goods_backdrop .common-dialog {
    min-width: 700px;
    max-width: 700px;
}

.goods_backdrop .grid_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
}

.goods_backdrop .input-box input {
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #444570;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    padding: 0 40px;
    color: #000;
    font-family: 'Montserrat';
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods_backdrop .delivery_info img.loading {
    margin: 100px auto 100px;
    display: block;
}

.goods_backdrop .delivery_info li {
    margin-bottom: 14px;
    list-style: none;
    position: relative;
}

.goods_backdrop li i.input-ico {
    position: absolute;
    top: 13px;
    left: 10px;
}

.goods_backdrop .username i,
.goods_backdrop .first_name i,
.goods_backdrop .last_name i {
    width: 20px;
    height: 20px;
    background: url(/static/web/image/delivery/icon_name.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.goods_backdrop li .input-box a img.help_ico {
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 20px;
    height: 20px;
}

.goods_backdrop .delivery-tips {
    font-size: 14px;
    color: #fff;
}

.goods_backdrop .delivery-tips p {
    margin: 0 0 6px 0;
    color: #fff;
    line-height: 24px;
}

.goods_backdrop .delivery-tips img {
    max-width: 600px;
    margin: 20px auto 0;
    display: block;
}

.goods_backdrop .delivery_info h2 {
    margin-bottom: 20px;
    display: none;
}

.anchTips {
    position: absolute;
    background: #fff;
    top: -61px;
    left: 0;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    z-index: 1;
    white-space: nowrap;
    color: #000;
    font-size: 12px;
    box-shadow: 0px 0px 5px 1px #999;
}

.anchTips::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    background: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.anchTips img {
    width: 30px;
    margin-right: 10px;
}

.goods_backdrop .dialog-footer {
    padding: 20px 50px 30px;
}

.goods_backdrop .dialog-footer button {
    margin-top: 0;
}

.goods_backdrop .dialog-footer button.validate {
    cursor: not-allowed;
    background: #a7a7c81a;
    color: #fff9;
}

.goods_backdrop input:-webkit-autofill {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 50000s ease-in-out 0s !important;
    caret-color: #000;
}

.goods_backdrop .common-dialog .dialog-content .cf-turnstile {
    margin: 0 0 20px;
}

.common-dialog .dialog-content>p.text {
    font-family: 'Montserrat SemiBold';
    font-size: 16px;
    text-align: center;
    margin: 13px 0 0;
}

.redeem_backdrop .common-dialog .dialog-content>p.text .score {
    color: #FF5100;
    font-size: 24px;
    margin: 0 5px;
}

.redeem_backdrop .common-dialog .dialog-content>p.text .title i {
    color: #3EE3C9;
    font-size: 24px;
}

.redeem_backdrop .common-dialog .dialog-content>p.text .title em {
    color: #3EE3C9;
    font-size: 16px;
}

.points_coupon_warp .mobile_table {
    display: none !important;
}

.points_coupon_warp .mobile_table .coupon_item {
    background: linear-gradient(180deg, rgba(0, 42, 124, .5) 0%, rgba(0, 58, 165, .5) 16.4%);
    border-radius: 12px 12px 12px 12px;
    margin-top: 10px;
    min-height: 125px;
    padding: 6px;
    overflow: hidden;
}

.points_coupon_warp .mobile_table .coupon_item .coupon_score {
    font-family: 'Montserrat SemiBold';
    font-size: 20px;
    color: #62E9A7;
    margin-bottom: 6px;
}

.points_coupon_warp .mobile_table .coupon_item .coupon_list {
    display: flex;
    align-items: center;
    gap: 7px;
}

.points_coupon_warp .mobile_table .coupon_item .coupon_item_content {
    height: 85px;
    border-radius: 0px 0px 0px 0px;
    background: url('/static/web/image/gift_coupon_1.webp');
    flex: 1;
    position: relative;
    padding: 3px 0 5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.points_coupon_warp .mobile_table .coupon_item .coupon_item_content.coupon_type_2 {
    background: url('/static/web/image/gift_coupon_bj.webp');
    background-size: 100% 100%;
    border: none;
}

.points_coupon_warp .mobile_table .coupon_item .coupon_item_content .coupon_discount {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 75px;
    color: rgba(0, 0, 0, .1);
    font-family: 'Montserrat SemiBold';

}

.points_coupon_warp .mobile_table .mobile_talbe_title {
    height: 33px;
    background: linear-gradient(90deg, #62E9A7 0%, #1A4ED5 100%);
    border-radius: 6px 6px 6px 6px;
    font-size: 16px;
    font-family: 'Montserrat SemiBold';
    color: #FFFFFF;
    padding-left: 10px;
}

.points_coupon_warp .mobile_table .coupon_item_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.points_coupon_warp .mobile_table .coupon_type_2 .coupon_item_info {
    flex-direction: row;
    padding: 0 10px;
}

.points_coupon_warp .mobile_table .goods_mask {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px 6px 6px 6px;
}

.points_coupon_warp .mobile_table .coupon_img {
    width: 65px;
    margin: 5px 0;
}

.points_coupon_warp .mobile_table .goods_mask .coupon_img {
    max-width: 100%;
    margin: 0;
    max-height: 100%;
}

.points_coupon_warp .mobile_table .user_score {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 9px;
    color: #3EE3CA;
    font-size: 12px;
    width: 100%;
}

.points_coupon_warp .mobile_table .user_score img {
    width: 13px;
    margin-right: 5px;
}

.points_coupon_warp .mobile_table .user_score i {
    font-family: 'Montserrat SemiBold';
    font-size: 14px;
    padding-top: 1px;
}

.points_coupon_warp .mobile_table .user_score i.warning {
    color: #FFC855;
}

.points_coupon_warp .mobile_table .user_score i.danger {
    color: #FF5100;
}

.points_coupon_warp .mobile_table .coupon_title {
    color: #FFFFFF;
    font-family: 'Montserrat SemiBold';
    font-size: 12px;
}

.points_coupon_warp .mobile_table .coupon_type_2 .coupon_title {
    font-size: 14px;
    margin-left: 15px;
}

/* forget checkin */
.forgot_checkin_warp {
    margin-top: 40px;
}

.forgot_checkin_warp .checkin_background {
    width: 600px;
    height: 78px;
    background: url('/static/web/image/gorget_checkin_bj.webp') no-repeat;
    background-size: 100% 100%;
    padding: 0 16px 0 86px;
}

.forgot_checkin_warp .checkin_text {
    font-size: 18px;
    color: #62E9A7;
    font-family: 'Montserrat SemiBold';
}

.forgot_checkin_warp .checkin_text span {
    color: #FFD900;
    font-size: 26px;
}

.forgot_checkin_warp .checkin_btn {
    margin: 0 3px 0 14px;
    padding-top: 4px;
    position: relative;
}

.forgot_checkin_warp .checkin_btn img {
    width: 46px;
    cursor: pointer;
}

.forgot_checkin_warp .to_usercheckin {
    width: 165px;
    height: 58px;
    background: url('/static/web/image/checkin_button.webp') no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
    margin-top: 20px;
    font-size: 26px;
    color: #fff;
    font-family: 'Oswald';
    text-align: center;
    padding-top: 1px;
}

html[lang="fr"] .forgot_checkin_warp .to_usercheckin {
    width: 240px;
    padding-top: 9px;
    font-size: 16px;
}


.forgot_checkin_warp .to_usercheckin:hover {
    filter: brightness(1.2);
}

.fire {
    position: absolute;
    bottom: 0px;
    width: 16px;
    height: 22px;
    background: linear-gradient(#fff, #ffeb3b, #ff5722);
    border-radius: 50% 50% 80% 80%;
    filter: blur(1px);
    opacity: 0;
    transform-origin: center top;
    left: 15px;
}

.forgot_checkin_warp .checkin_btn:hover {
    animation: rocketShake .6s infinite;
}

.forgot_checkin_warp .checkin_btn.rocket {
    animation: launchRocket .8s forwards ease-in;
}

.forgot_checkin_warp .checkin_btn.rocket .fire,
.forgot_checkin_warp .checkin_btn:hover .fire {
    opacity: 1;
    animation: fire .18s infinite;
}

.error_backdrop .common-dialog .dialog-content>p.text {
    font-size: 14px;
}

.dialog_backdrop .common-dialog .dialog-title .notice {
    width: 30px;
    margin-right: 10px;
}

@keyframes fire {
    0% {
        transform: scaleY(.8);
    }

    50% {
        transform: scaleY(1.4);
    }

    100% {
        transform: scaleY(.8);
    }
}

@keyframes rocketShake {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-3px);
    }

    40% {
        transform: translateY(0px);
    }

    60% {
        transform: translateY(-3px);
    }

    80% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0);
    }

}

@keyframes launchRocket {
    0% {
        transform: translateY(0) scale(.9) rotate(0deg);
    }

    10% {
        transform: translateY(5px) scale(.9) rotate(-2deg);
    }

    20% {
        transform: translateY(-10px) scale(1) rotate(2deg);
    }

    100% {
        transform: translateY(-800px) scale(.6);
        opacity: 0;
    }

}

@media (min-width: 1024px) {
    .points_coupon_warp .myPoints em:hover+.toolTips {
        display: block;
    }
}

@media (max-width: 1100px) {
    .points_coupon_warp table tbody .coupon_content {
        padding-left: 40px;
        padding-right: 60px;
    }
}

@media (max-width: 1024px) {
    .points_coupon_warp {
        padding: 0 10px;
    }

    .points_coupon_warp h1 {
        font-size: 16px;
        margin: 15px 0;
        font-family: 'Montserrat SemiBold';
    }

    .points_coupon_warp .myPoints {
        align-items: center;
    }

    .points_coupon_warp .myPoints span {
        font-family: 'Montserrat SemiBold';
        font-size: 14px;
    }

    .points_coupon_warp .myPoints span i {
        font-size: 14px;
    }

    .common-dialog {
        border-radius: 10px;
    }

    .common-dialog .dialog-content {
        max-height: 500px;
        padding: 20px 10px;
    }

    .dialog_backdrop .common-dialog .dialog-title {
        font-size: 20px;
        font-family: 'Montserrat SemiBold';
    }

    .dialog_backdrop .common-dialog .dialog-title .notice {
        width: 20px;
    }

    .points_coupon_warp table tbody .coupon_content {
        padding-left: 20px;
        padding-right: 30px;
    }

    .points_coupon_warp table tbody td .coupon_text p {
        font-size: 16px;
    }

    .coupon_rule h2 {
        font-size: 18px;
        font-family: 'Montserrat SemiBold';
    }

    .common-dialog .dialog-content>p.text {
        font-size: 14px;
    }

    .goods_backdrop .dialog-footer {
        padding: 20px 10px;
    }

    .forgot_checkin_warp .checkin_btn {
        animation: rocketShake .6s infinite;
    }

    .forgot_checkin_warp .checkin_btn .fire {
        opacity: 1;
        animation: fire .18s infinite;
    }

    .points_coupon_warp .myPoints .toolTips {
        right: 0;
        bottom: -68px;
    }

    .points_coupon_warp .myPoints .toolTips p {
        font-size: 14px;
    }

    .points_coupon_warp .myPoints .toolTips::after {
        border-bottom: 10px solid #122958;
        border-top: none;
        bottom: auto;
        right: 5px;
        top: -8px;
    }
}


@media (max-width: 800px) {
    .points_coupon_warp table thead th {
        font-size: 14px;
    }

    .points_coupon_warp table tbody td img {
        width: 50px;
    }

    .points_coupon_warp table tbody .coupon_content {
        padding-left: 10px;
        padding-right: 20px;
    }

    .points_coupon_warp table tbody td .coupon_text p {
        font-size: 14px;
    }

    .points_coupon_warp table tbody td .coupon_text .user_score {
        font-size: 12px;
    }

    .points_coupon_warp table tbody td button {
        padding: 9px 10px;
    }

    .points_coupon_warp table tbody td img.coupon_gift {
        width: 50px;
        margin-right: 10px;
    }

    .points_coupon_warp .myPoints em.iconfont {
        font-size: 15px;
        margin-top: 0;
    }
}

@media (max-width: 700px) {
    .points_coupon_warp table {
        display: none !important;
    }

    .points_coupon_warp .mobile_table {
        display: block !important;
    }

    .coupon_rule {
        font-family: 'Montserrat SemiBold';
        margin-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .goods_backdrop .common-dialog {
        min-width: 98%;
        max-width: 98%;
    }

    .common-dialog button {
        height: 45px;
    }

    .goods_backdrop .delivery-tips img {
        max-width: 100%;
    }

    .goods_backdrop .grid_items {
        grid-template-columns: 1fr;

        gap: 0;
    }

    html[lang="fr"] .forgot_checkin_warp .to_usercheckin {
        font-size: 12px;
    }

}

@media (max-width: 610px) {
    .forgot_checkin_warp {
        padding: 0 10px;
    }

    .forgot_checkin_warp .checkin_background {
        width: 100%;
        height: 78px;
        padding: 0 10px 0 64px;
    }

    .forgot_checkin_warp .checkin_text {
        font-size: 14px;
    }

    .forgot_checkin_warp .checkin_text span {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .common-dialog {
        min-width: 95%;
        max-width: 95%;
    }

    .common-dialog .dialog-title .close_btn img {
        width: 30px;
    }

    .common-dialog .dialog-title .close_btn {
        position: absolute;
        right: 0;
        top: -36px;
    }

    .forgot_checkin_warp .checkin_background {
        height: 60px;
    }

    .forgot_checkin_warp .to_usercheckin {
        width: 144px;
        height: 44px;
        margin-top: 15px;
        font-size: 12px;
        font-family: 'Montserrat SemiBold';
        padding-top: 10px;
    }

    html[lang="en"] .forgot_checkin_warp .to_usercheckin {
        padding-top: 7px;
        font-size: 16px;
    }


    .forgot_checkin_warp .checkin_text {
        white-space: normal;
    }

    .forgot_checkin_warp .checkin_btn img {
        width: 29px;
    }

    .fire {
        width: 10px;
        height: 15px;
        left: 10px;
    }

    .forgot_checkin_warp .checkin_background {
        padding-left: 55px;
    }

    .error_backdrop .common-dialog .dialog-content>p.text {
        font-size: 13px;
    }
}