@import '_content/Pulsar.SharedRazor/Pulsar.SharedRazor.sjwo96em10.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vyb3l4f0o9],
.components-reconnect-repeated-attempt-visible[b-vyb3l4f0o9],
.components-reconnect-failed-visible[b-vyb3l4f0o9],
.components-pause-visible[b-vyb3l4f0o9],
.components-resume-failed-visible[b-vyb3l4f0o9],
.components-rejoining-animation[b-vyb3l4f0o9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vyb3l4f0o9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vyb3l4f0o9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vyb3l4f0o9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vyb3l4f0o9],
#components-reconnect-modal.components-reconnect-retrying[b-vyb3l4f0o9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vyb3l4f0o9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vyb3l4f0o9],
#components-reconnect-modal.components-reconnect-failed[b-vyb3l4f0o9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vyb3l4f0o9] {
    display: block;
}


#components-reconnect-modal[b-vyb3l4f0o9] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-vyb3l4f0o9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vyb3l4f0o9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vyb3l4f0o9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vyb3l4f0o9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vyb3l4f0o9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vyb3l4f0o9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vyb3l4f0o9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vyb3l4f0o9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vyb3l4f0o9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vyb3l4f0o9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vyb3l4f0o9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vyb3l4f0o9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-vyb3l4f0o9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-vyb3l4f0o9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vyb3l4f0o9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vyb3l4f0o9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vyb3l4f0o9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vyb3l4f0o9 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/subHeader/FloatingContact.razor.rz.scp.css */
.fc-root[b-2s3hfljk6v] {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    pointer-events: auto;
}

[b-2s3hfljk6v] .fc-btn {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #dddddd;
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
    background: #fff;
}

[b-2s3hfljk6v] .fc-btn:hover {
    background: #eeeeee;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,.2);
}

/* 菜单容器 */
.fc-menu[b-2s3hfljk6v] {
    position: absolute;
    right: 0;
    bottom: 80px;
    display: grid;
    gap: 12px;
    padding: 8px;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

.fc-menu--open[b-2s3hfljk6v] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* 菜单项（白色圆角胶囊） */
[b-2s3hfljk6v] .fc-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 999px;
    padding: 12px 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,.12);
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

[b-2s3hfljk6v] .fc-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0,0,0,.16);
    background: #fafafa;
}

/* 大屏 */
@media (min-width: 641px) {
    .fc-menu[b-2s3hfljk6v] {
        width: 400px;
    }
}

/* 小屏 */
@media (max-width: 640px) {
    .fc-root[b-2s3hfljk6v] {
        right: 12px;
        bottom: 12px;
    }

    .fc-menu[b-2s3hfljk6v] {
        width: 86vw;
        right: 0;
    }
}
/* /Components/Layout/subHeader/LTHeaderInteractiveRoot.razor.rz.scp.css */
.header-warp[b-s95rl43dd5] {
    position: fixed;
    inset: 0;
    z-index: 999;
    border-bottom: 4px solid #cc9966;
    background-color: #330000;
    /*overflow:hidden;*/
}

/* /Components/Layout/subUser/LTUserNav.razor.rz.scp.css */

.menu_warp[b-arp6lmgutk] {
    height: calc(100vh - 150px);
    overflow-y: scroll;
}

.menu_warp.hide[b-arp6lmgutk] {
    display: none;
}

.menu_warp.show[b-arp6lmgutk] {
    display: block;
}


.menu_box[b-arp6lmgutk] {
    padding-left: 20px;
    width:100%;
}

.menu_box dt[b-arp6lmgutk] {
    margin-top: 10px;
    font-weight: bold;
}

.menu_box dd[b-arp6lmgutk] {
    margin-top: 7px;
    font-size: 14px;
}
/* /Components/Pages/Chat/sub/ChatBodyDialog.razor.rz.scp.css */

.chat-body[b-f9sowodzfi] {
    width: 100%;
    height: 400px;
    padding: 10px;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #ededed;
}


/* 聊天气泡 - 自己发的消息（右侧） */
[b-f9sowodzfi] .bubble-self {
    background-color: #95ec69;
    color: #000000;
    word-wrap: break-word;
}

/* 聊天气泡 - 对方发的消息（左侧） */
[b-f9sowodzfi] .bubble-other {
    background-color: #ffffff;
    color: #000;
    word-wrap: break-word;
}


 

/* 小屏幕 */
@media (max-width: 768px) {
    .chat-body[b-f9sowodzfi] {
        height: 50vh;
    }
}
/* /Components/Pages/ContactUs/sub/ContactSupport.razor.rz.scp.css */
.contact-card[b-jln8je1r0p] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

/* 不允许放大(0) 不允许缩小(0) 占据主轴 xpx 或 x% 的宽度 */
.card_image[b-jln8je1r0p] {
    flex: 0 0 80px;
    border-radius: 10px;
    overflow: hidden;
}

/* 允许放大(1) 允许缩小(1) 占据主轴剩余的全部空间 */
.card_content[b-jln8je1r0p] {
    flex: 1;
    padding: 10px 10px 0 30px;
}

/* 手机端竖排 */
@media (max-width: 767px) {
    .contact-card[b-jln8je1r0p] {
        flex-direction: column;
    }

    .card_image[b-jln8je1r0p], .card_content[b-jln8je1r0p] {
        flex: unset;
        width: 100%;
    }

    .card_content[b-jln8je1r0p] {
        padding: 10px 10px 0 10px;
    }
}
/* /Components/Pages/Home/subInit/BannerSection.razor.rz.scp.css */
.sectionWrap[b-cet4b09yue] {
    display: flex;
    flex-direction: column;
}

.sectionBox[b-cet4b09yue] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.sectionBox.is-reverse[b-cet4b09yue] {
    flex-direction: row-reverse;
}

.imgBox[b-cet4b09yue] {
    flex: 1;
    max-width: 100%;
}

.textBox[b-cet4b09yue] {
    flex: 1;
    padding: 20px;
}

/* 小屏959px */
@media (max-width: 768px) {
    .sectionBox[b-cet4b09yue],
    .sectionBox.is-reverse[b-cet4b09yue] {
        flex-direction: column;
        gap: 15px;
        margin: 20px 0;
    }

    .imgBox[b-cet4b09yue] {
        flex: 1;
        width: 100%;
    }

    .textBox[b-cet4b09yue] {
        text-align: center;
    }
}
/* /Components/Pages/ProductDetail/subShared/Price/ProductDetailPriceBox.razor.rz.scp.css */
.pd-price-box[b-56y5zs9d6p] {
    margin: 16px 0;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff5f5;
    border: 1px solid #ffe1e1;
}


.pd-discount-detail[b-56y5zs9d6p] {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #ffd0d0;
}


.pd-discount-bargain[b-56y5zs9d6p] {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #ffd0d0;
}
/* /Components/Pages/ProductDetail/subShared/sub/SkuUI.razor.rz.scp.css */
.sku-selector[b-f2z2ycg6yb] {
}


.attribute-value[b-f2z2ycg6yb] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px;
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    /*background-color: #ececec;*/
    cursor: pointer;
    transition: all 0.2s;
}

.attribute-value:hover[b-f2z2ycg6yb] {
    border-color: #adb5bd;
}

.attribute-value.selected[b-f2z2ycg6yb] {
    color: #cc3333;
    border-color: #cc3333;
}

.attribute-value.disabled[b-f2z2ycg6yb] {
    color: #bbb;
    border-color: #eee;
    cursor: not-allowed;
}
/* /Components/Widgets/RuleBargain/XkfBargainRuleBox.razor.rz.scp.css */

.bargain-rule-box[b-a29opb4cs3] {
    padding: 20px;
    padding-top: 0;
    border-radius: 14px;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 16px;
}



.bargain-rule-step[b-a29opb4cs3] {
    display: flex;
    gap: 12px;
}

.bargain-rule-icon[b-a29opb4cs3] {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 999px;
    background: #ff4d4f;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}


.bargain-rule-line[b-a29opb4cs3] {
    width: 1px;
    height: 18px;
    background: #ffd6d6;
    margin-left: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
}


ul.bargain-tips[b-a29opb4cs3] {
    margin-top: 10px;
    margin-left: 20px;
    list-style-type: disc;
}

ul.bargain-tips li[b-a29opb4cs3] {
    color: #ff0000;
    margin-bottom: 2px;
}
/* /Components/Widgets/RuleGroupbuy/XkfGroupbuyRuleBox.razor.rz.scp.css */

.groupbuy-rule-box[b-ymhvct34pv] {
    padding: 20px;
    padding-top: 0;
    border-radius: 14px;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 16px;
}



.groupbuy-rule-step[b-ymhvct34pv] {
    display: flex;
    gap: 12px;
}

.groupbuy-rule-icon[b-ymhvct34pv] {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 999px;
    background: #ff4d4f;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}


.groupbuy-rule-line[b-ymhvct34pv] {
    width: 1px;
    height: 18px;
    background: #ffd6d6;
    margin-left: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
}


ul.groupbuy-tips[b-ymhvct34pv] {
    margin-top: 10px;
    margin-left: 20px;
    list-style-type: disc;
}

ul.groupbuy-tips li[b-ymhvct34pv] {
    color: #ff0000;
    margin-bottom: 2px;
}
