.TopMarn div {
    display: block;
    text-align: center;
}

.TopMarn {
    padding: 15px;
    text-align: center;
    background-color: #03092E;
    color: #fff;
}

.c03 {
    color: #03092E !important;
}

.ft16 {
    font-size: 16px;
}

@media (max-width: 767px) {
    .TopMarn {
        height: auto;
    }
}

.sticky-container {
    position: sticky;
    top: 0;
    z-index: 1000;
}


.header-brand-row {
    background: #fff;
    /* 关键2: 必须设置背景色 */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    border-bottom: 1px solid #DDDDDD;
    /* 可选阴影 */
}

/* 检查并确保以下条件 */
body {
    margin: 0;
    /* 关键3: 移除默认边距 */
    overflow-x: hidden;
    height: 100%;
    /* 防止横向滚动 */
}

.spcenter {
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
}

.justcenter {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.justSwp {
    display: flex;
    justify-content: space-between;
}

.SPjz {
    display: flex;
    justify-content: center;
}

.CZjz {
    display: flex;
    align-items: center;
}

.CZjz a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.SPCZjz {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexrow {
    flex-direction: row;
}

.flexcolumn {
    flex-direction: column;
}

.w90 {
    width: 90%;
}

.w80 {
    width: 70%;
}

.ce0 {
    color: #E0129B;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.fw-8 {
    font-weight: 800;
}

.text-dark-emphasis {
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    line-height: 1.125rem;
    padding-left: 4px;
    color: #03092E !important;
    font-size: 18px;
}

.text-dark-emphasisd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    word-break: break-all;
    margin-bottom: 10px;

    width: 180px;
    color: #03092E;
}


.text-dark-emphasisP {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 10px;
    padding-left: 4px;
    font-size: 16px;
    color: #03092E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.price {
    font-size: 14px;
    text-align: left;
    color: #03092E;
    font-weight: 500;
    padding-left: 4px;
}

.priced {
    font-size: 14px;
    text-align: left;
    color: #03092E;
    font-weight: 500;
}

.original-price {
    font-size: 11px;
    text-align: left;
    /* padding-left: 4px; */
    margin-top: 20px;
}


.original-priced {
    font-size: 11px;
    text-align: left;
    padding-left: 4px;
    margin-top: 5px;
}

.goods-img-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}



.goods-img:hover {
    transform: scale(1.1);
}

.goods-imgp-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.goods-img {
    width: 312px;
    height: 312px;
    background-size: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.goods-imgp {
    width: 240px;
    height: 240px;
    background-size: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.goods-imgp:hover {
    transform: scale(1.1);
}

.bg-white-index {
    /* background-color: #ffffff; */
    border-radius: 10px;
    border: 1px solid transparent;
    padding-bottom: 20px;
}

.bg-white-index:hover {
    border: 1px solid #E0129B;
}

.bg-white-indexd {
    /* background-color: #ffffff; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
}

.goods-imgd {
    width: 100px;
    height: 125px;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}

.goods-imgdP {
    width: 100px;
    height: 115px;
    background-size: cover;
    border-radius: 6px;
}

.towardRight {
    width: 22px;
    height: 16px;
}


.special-img {
    width: 312px;
    height: 312px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.special-img:hover {
    transform: scale(1.1);
}

.special-img-item {
    overflow: hidden;
    border-radius: 10px;
}

.special-title {
    color: #03092E;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    margin-top: 20px;
    text-decoration: none !important;
    outline: none;
    color: #03092E;
}

.triangleImg {
    background-image: url(../img/triangle.png);
    background-size: 100% 100%;
    height: 608px;
}

.cf {
    color: #fff;
}

.five-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制显示5行 */
    line-clamp: 3;
    font-size: 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    /* 根据字体大小调整 */
    max-height: calc(1.4em * 5);
    /* 行高 × 行数 */
    color: #03092E !important;
    font-weight: 600;
    height: 145px;
    /* height: 165px; */
}

.product-card {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    height: 246px;
    /* height: 156px; */
    display: flex;
    flex-direction: column;
}

.readmore {
    color: #03092E;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}

.allGood {
    padding: 40px 0px 10px 0px;
}

.t1Swp {
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 150px; */
    white-space: nowrap;
}

.swNo {
    white-space: nowrap;
}

@media (max-width:767px) {
    .goods-imgdP {
        width: 100px;
        height: auto;
        max-height: 115px;
        background-size: cover;
        border-radius: 6px;
    }

    .allGood {
        padding: 20px 0px 10px 0px;
    }

    .bg-white-index {
        padding-bottom: 0px;
    }

    .w80 {
        width: 90%;
    }

    .TopMarn {
        background-color: #03092E;
    }

    .justSwp h2 {
        font-size: 24px;
        font-weight: 800;
        font-family: 'GT-Walsheim', sans-serif;
    }

    .nav-pills .nav-item .nav-link {
        padding: 0.5rem !important;
    }

    .justSwp {
        display: block;
    }

    .flexend {
        display: flex;
        justify-content: flex-end;
    }

    .flexSw {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 95%;
    }

    .flexSw button {
        outline: none;
        border: none;
        padding: 10px 20px;
        width: 48%;
        color: #BBB;
        border-radius: 8px;
        color: #03092E;
        font-weight: 600;
    }

    .w100 {
        width: 100%;
    }

    .buttonRight {
        background-color: #E0129B;
        color: #fff !important;
    }

    .mb-3 {
        margin-bottom: 0px !important;
    }

    .five-line-ellipsis {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        /* 限制显示5行 */
        line-clamp: 3;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        /* 根据字体大小调整 */
        max-height: calc(1.4em * 3);
        /* 行高 × 行数 */
        color: #03092E;
        font-weight: 600;
        height: 125px;
    }

    .product-card {
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 8px;
        height: 186px;
        margin: 20px 0px;
    }

    .triangleImg {
        background-image: url(../img/triangle.png);
        background-size: 100% 100%;
        height: auto !important;
    }

    .MoveNews {
        margin-top: 30px;
    }

    .bg-white-index {
        margin-bottom: 0px;
    }

    .bg-white-indexd {
        margin-bottom: 0px;
    }

    .special-title {
        margin-bottom: 40px;
        font-size: 14px;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .special-img {
        width: 100%;
        height: 160px;
        transition: transform 0.3s ease;
    }

    .phoneOverFlowEl {
        overflow: hidden;
        text-overflow: ellipsis;
        color: #03092E !important;
    }

    .t1Swp {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 40px;
        white-space: nowrap;
    }

    .Qzhh {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 160px;
    }
}



.header-nav-row input {
    outline: none;
    border: none;
    background-color: transparent;
    margin-left: 20px;
}

.headrinput {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    padding: 10px 20px;
    border-radius: 21px;
    width: 320px;
}

.PruductBack {
    width: 1170px;
    height: 810px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.leftContent {
    /* padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px; */
    display: flex;
    flex-direction: column;
}

.contentback {
    /* height: 520px; */
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    height: 100vh;
    margin-bottom: 30px;
}

.contentbackd {
    /* height: 60vh; */
    background-color: #fff;
    padding: 20px 20px 20px 30px;
}

.accordian-item-header h5 {
    color: #70748A;
    font-size: 12px !important;
    font-weight: 600;
    margin-bottom: 10px;
}

.accordian-item-body-content {
    list-style: none;
    padding-left: 0;
}

.accordian-item-body-content li::before {
    content: "";
    display: inline-block;
    width: 15px;
    /* 控制圆直径 */
    height: 15px;
    border: 1px solid #999;
    /* 边框粗细和颜色 */
    border-radius: 50%;
    margin-right: 10px;
    /* vertical-align: middle; */
    cursor: pointer;
}

.accordian-item-body-contentd li::before {
    border-radius: 3px !important;
}

.accordian-item-body-content li {
    /* margin-bottom: 10px; */
    display: flex;
    align-items: center;
    padding: 5px 5px;
    border-radius: 8px;
    width: 80%;
    cursor: pointer;
}

.accordian-item-body-content li {
    color: #03092E !important;
    font-weight: 600;
}

.accordian-item {
    margin-bottom: 30px;
}

/* 回到顶部 */
#back-to-top {
    position: fixed;
    bottom: 150px;
    z-index: 100;
    right: 50px;
    width: 50px;
    height: 50px;
    background: #03092E;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    /* 默认隐藏 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.f14 {
    font-size: 14px;
}

#chooseData {
    cursor: pointer;
}

.searchCity {
    position: absolute;
    top: 110%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.20);
    z-index: 20;
    border-radius: 24px;
    right: -160px;
    width: 400px;
}

.LocationItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 20px;
    height: 40px;
    cursor: pointer;
}

.LocationItem:hover {
    background-color: #FBE5F3FF;
    color: #8F1564FF;
}

.LocationItem-txt {
    margin-left: 20px;
    color: rgba(3, 9, 46, 1);
    font-weight: 400;
}

.searchCity input {
    outline: none;
    border: none;
    background-color: transparent;
    margin-left: 20px;
}

.searchinput {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    padding: 10px 20px;
    border-radius: 21px;
    width: 100%;
}

div {
    -ms-user-select: none;
    /* Standard syntax 标准语法(谷歌) */
    user-select: none;
}

.accordian-item-body-content li.active::before {
    content: "";
    display: inline-block;
    width: 15px;
    /* 控制圆直径 */
    height: 15px;
    border: 5px solid #999;
    /* 边框粗细和颜色 */
    border-radius: 50%;
    margin-right: 10px;
    /* vertical-align: middle; */
}

/* 选中状态下的圆圈样式 */
.accordian-item-body-content li.active::before {
    border-color: #E0129B;
    /* 圆圈边框变主色 */
}

.accordian-item-body-contentca li:last-child::before {
    width: 16px;
    height: 16px;
    background-image: url('../img/calendar.png');
    background-size: contain;
    border: 1px solid transparent;
    border-radius: 0%;
}

.accordian-item-body-contentca li:last-child {
    color: #E0129B !important;
    font-weight: 600;
}

.ZWsqlImg {
    width: 100px;
    height: 100px;
}

.activeDateImg {
    background-color: rgba(255, 228, 244, 1);
    padding: 10px 5px;
    border-radius: 8px;
}

.ce {
    text-align: center !important;
}

.signUp {
    border: 1px solid rgba(0, 151, 168, 1);
    width: 100%;
    background-color: rgba(244, 254, 255, 1);
    border-radius: 8px;
    width: 500px;
    height: 268px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.signUpContent {
    font-size: 16px;
    font-weight: 600;
    color: rgba(3, 9, 46, 1);
}

.rtLogin {
    font-size: 14px;
    color: rgba(224, 18, 155, 1);
    font-weight: 600;
}

.cardBd {
    border: 1px solid rgba(211, 211, 221, 1);
    padding: 8px 20px;
    border-radius: 8px;
}

.ChangeEmail {
    color: #E0129B;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.btnSave {
    background-color: rgba(224, 18, 155, 1);
    color: #fff;
    border-radius: 8px;
    outline: none;
    border: none;
    padding: 10px 20px;
    width: 50%;
}

.btnTimeSave {
    background-color: rgba(224, 18, 155, 1);
    color: #fff;
    border-radius: 8px;
    outline: none;
    border: none;
    padding: 5px 20px;
    width: 100%;
}

.BackBlack {
    background-color: rgba(0, 0, 0, .7);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1000;
}

.TimeOver {
    background-color: rgba(0, 0, 0, .7);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1000;
}

.FBLDialog {
    padding: 20px;
    border-radius: 16px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    background-color: #fff;
}

.FBLDialogCan {
    padding: 30px;
}

.FBLDialog h4 {
    font-weight: 700;
}

.FBLDialog input {
    width: 100%;
    border-radius: 8px;
    padding: 10px 20px;
    border: 1px solid rgba(211, 211, 221, 1);
    outline-color: inherit !important;
}

.FBLDialogspan {
    font-size: 12px;
    color: rgba(3, 9, 46, 1);
}

.FBLDialogBtn {
    display: flex;
    justify-content: flex-end;
}

.FBLDialogBtn button {
    font-size: 16px;
    border-radius: 8px;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
}

.rightBtnd {
    color: rgba(128, 132, 152, 1);
    background-color: rgba(239, 239, 247, 1);
    pointer-events: none;
}

.leftBtnd {
    color: rgba(224, 18, 155, 1);
    background-color: transparent;
    margin-right: 10px;
}

.topMsg {
    position: fixed;
    top: -60px;
    /* 初始位置在视口上方 */
    right: 0;
    background-color: rgba(244, 254, 255, 1);
    border: 1px solid rgba(0, 151, 168, 1);
    color: rgba(3, 9, 46, 1);
    text-align: center;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: top 0.5s ease-in-out;
    font-size: 16px;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 368px;
    font-weight: 600;
}

.topMsg.show {
    top: 20px;
    opacity: 1;
    /* 滑入后位置 */
}

.DialogMsg {
    font-size: 16px;
    color: rgba(3, 9, 46, 1);
}

.DialogMsg img {
    width: 20px;
    height: 20px;
}

.listitem {
    cursor: pointer;
}

.pointerD {
    cursor: pointer;
}

.backCard {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 30px;
    margin-left: 30px;
}

.bitMapHe {
    width: 370px;
    /* height: 280px; */
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.btnMap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.CheckBtn button {
    /* border: none; */
    outline: none;
    padding: 12px 20px;
    border-radius: 8px;
    /* margin-left: 5px; */
}

.CheckBtnR {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(224, 18, 155, 1);
    border: 1px solid rgba(224, 18, 155, 1);
}

.CheckBtnL {
    background-color: rgba(224, 18, 155, 1);
    color: #fff;
    border: 1px solid rgba(224, 18, 155, 1);
}

.pdRL0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.fixedTop {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixedPri {
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 50%;
}

.clearDefault {
    border: 1px solid #D3D3DD;
    background-color: #fff;
    color: #03092E;
    font-weight: 400;
    padding: 11px;
    border-radius: 8px;
    display: none;
}

.clearDefault:hover {
    background-color: #EFEFEF;
}

.proDuctCard {
    max-height: 650px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
    /* 滑块颜色和轨道颜色 */
}

#virtualCode {
    color: #0097A8;
    margin-left: 20px;
}

@media (max-width:767px) {
    #virtualCode {
        color: #0097A8;
        margin-left: 0px;
    }

    .amount-paid {
        display: flex;
    }

    .PhoneFlex {
        display: flex;
    }

    .goods-imgp {
        width: 100% !important;
        height: 180px !important;
        background-size: cover;
        border-radius: 10px;
        transition: transform 0.3s ease;
    }


    #plr0 {
        margin: 0px 0px;
    }

    .PhoneImg {
        height: 200px;
        object-fit: cover;
        object-position: 95% 100%;
    }

    .allgoodT {
        position: absolute;
        top: 20%;
        left: 2.5%;
        width: 95%;
        z-index: 100;
        color: #fff !important;
        font-weight: 400 !important;
    }

    .allgoodT h1 {
        font-weight: 800;
    }

    .nohome {
        display: none !important;
    }

    .proDuctCard {
        max-height: 200px;
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
        /* 滑块颜色和轨道颜色 */
    }

    .searchCity {
        right: 0%;
        width: 100%;
    }

    .headrinput {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 50px;
        padding: 15px 20px;
        border-radius: 21px;
        width: 90%;
    }

    .headrinput input {
        border: none;
        outline: none;
        background-color: transparent;
        width: 100%;
        padding-left: 15px;
        font-weight: 600;
    }

    .goods-img {
        width: 155px;
        height: 200px;
        background-size: cover;
        border-radius: 10px 10px 0px 0px;
        transition: transform 0.3s ease;
    }

    .goods-imgp {
        width: 240px;
        height: 240px;
        background-size: cover;
        border-radius: 10px;
        transition: transform 0.3s ease;
    }

    .bg-white-index {
        border: 1px solid #70748A;
    }

    .text-dark-emphasis {
        font-size: 16px;
    }

    .price {
        font-size: 12px;
    }

    .currency {
        font-size: 12px;
        font-weight: 400 !important;
    }

    .text-dark-emphasis {
        height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: wrap;
        line-height: 1.125rem;
        padding-left: 4px;
        color: #03092E !important;
        font-size: 16px;
    }

    .text-dark-emphasisd {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        margin-bottom: 10px;

        width: 180px;
        color: #03092E;
    }

    .text-dark-emphasisP {
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        margin-bottom: 10px;
        padding-left: 4px;
        font-size: 14px;
        width: 180px;
        color: #03092E;
    }

    .original-price {
        font-size: 11px;
        text-align: left;
        /* padding-left: 4px; */
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #footer-login-before {
        margin-top: 30px;
    }

    .PruductBack {
        width: 400px;
        height: 250px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .original-priced {
        font-size: 11px;
        text-align: left;
        padding-left: 4px;
        margin-top: 0px;
    }

    .phonePd0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .btnMap {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        overflow: hidden;
    }

    .bitMapHe {
        width: 300px;
        height: 220px;
        margin-top: 30px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .backCard {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 8px;
        margin-top: 30px;
        margin-left: 20px;
    }

    .contentbackd {
        height: auto;
        background-color: #fff;
        padding: 20px 20px 20px 25px;
    }

    .phonmt20 {
        margin-top: 20px;
    }

    .phonmtflex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .fixedPri {
        position: fixed;
        right: 25px;
        top: 25px;
        z-index: 1000;
        background-color: #fff;
        border-radius: 50%;
    }

    .FBLDialog {
        padding: 20px;
        border-radius: 16px;
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        background-color: #fff;
    }

    .btnSave {
        background-color: rgba(224, 18, 155, 1);
        color: #fff;
        border-radius: 8px;
        outline: none;
        border: none;
        padding: 10px 20px;
        width: 80%;
    }

    .mt0 {
        margin-top: 0px !important;
    }

    .Filters {
        padding: 5px 15px;
        border: 1px solid #999;
        width: 90px;
        color: #03092E;
        font-weight: 600;
        border-radius: 8px;
        text-align: center;
    }

    .bdFilter {
        padding-bottom: 10px;
        border-bottom: 1px solid #DDD;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        position: sticky;
        top: 0%;
        background-color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
    }

    .accordian {
        margin-top: 10px;
        padding: 10px 15px;
    }

    .bdFilter img {
        width: 15px;
        height: 15px;
    }

    .filterD {
        position: fixed;
        bottom: 0px;
        z-index: 1000;
        background-color: #fff;
        /* padding: 10px; */
        overflow: auto;
        height: 500px;
        width: 100%;
        display: none;
    }

    .showFt {
        display: inline !important;
    }

    .ResetBtn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        /* border-top: 1px solid #ddd; */
        box-shadow: 0px 0px 12px 0px #ddd;
        background-color: #fff;
    }

    .Nowrap {
        overflow: auto;
    }

    /* .mt100px{
        margin-top: 100px;
    } */

    .PhonePage {
        overflow: hidden;
        width: 50%;
    }
}

.itemCard {
    padding: 10px 20px;
    width: 100%;
    background-color: #fff;
}

.itemCard:hover {
    background-color: #FBE5F3;
}

.readmore a {
    outline: none;
    text-decoration: none;
    color: #03092E;
}

@media (min-width:767px) {
    .custom-scrollbar {
        height: 500px;
        overflow: auto;
        width: 100%;
        padding: 0px 15px 20px 15px;
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .Hidden {
        overflow: hidden;
    }

    .abContent {
        position: absolute;
        top: 120%;
        background-color: #FAFAFD;
        width: 40%;
        padding: 15px;
        left: 25%;
        box-shadow: 0px 0px 10px 0px #ddd;
        border-radius: 12px;
    }

    .hh {
        position: absolute;
        background-color: #ddd;
        width: 60%;
        left: 40%;
        padding: 20px;
        box-shadow: 0px 0px 10px 0px #ddd;
        border-radius: 12px;
    }

    .PcNowrap {
        white-space: nowrap;
    }

    .mts30 {
        margin-top: 30px;
        margin-left: 30px;
    }


    .webkitBox {
        padding-left: 0px;
        height: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        color: #03092E;
    }
}

.ft14 {
    font-size: 14px;
}

.w100 {
    width: 100%;
}

/* 加载容器 */
.loading-spinner {
    text-align: center;
    padding: 20px;
    display: none;
    /* 默认隐藏 */
}

/* 旋转圆圈 */
.spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    /* 浅色背景 */
    border-top: 4px solid #03092E;
    /* 深色弧 */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    /* 应用旋转动画 */
}

/* 旋转动画定义 */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 可选：文字样式 */
.loading-spinner p {
    margin-top: 10px;
    color: #555;
}

.spinnered {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.phonmtflex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.payMentFriend {
    color: #fff;
    background-color: rgba(224, 18, 155, 1);
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 5px 15px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .offcanvas-body {
        background-color: #fff;
    }

    .offcanvas .nav-link {
        color: #03092E;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 transparent;
    }

    .listitem-content .t2 {
        display: flex;
    }

    .nowhilerap {
        white-space: nowrap;
    }

    .listitem-content {
        padding: 0 0 0 10px !important;
    }

    .listitem-content2 {
        padding: 0 10px 0 0 !important;
    }

    .listitem-content .t1 {
        margin-top: 10px;
    }

    .pagination a {
        margin: 0 10px;
    }

    .page-item span {
        margin-top: 0px !important;
    }

    .img-fluid {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
}

#countdown {
    width: 35px;
}

.spanNote {
    font-size: 14px;
}

.spanNote h1 {
    font-size: 14px;
    font-weight: 400;
    color: #03092E;
}

.spanNote h2 {
    font-size: 14px;
    font-weight: 400;
    color: #03092E;
}

.spanNote h3 {
    font-size: 14px;
    font-weight: 400;
    color: #03092E;
}

strong,
p {
    font-weight: 500;
}