.blingBanner {
    position: relative;
    z-index: 2;
    background-image: linear-gradient(to right bottom, oklch(95% .03 350), oklch(92% .02 285));
}

.blingBanner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(https://img-va.myshopline.com/image/store/1748248112864/blbg.jpg?w=400&h=400) repeat;
    background-size: 400px 400px;
    opacity: .2;
}

.blingFlex {
    align-items: center;
    padding: 128px 32px;
    width: 1536px;
    max-width: 94%;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

.blingLeft {
    width: 48%;
}

.yree {
    border-radius: 50px;
    gap: 8px;
    display: inline-flex;
    backdrop-filter: blur(8px);
    line-height: 1;
    background: rgba(255, 255, 255, .8);
    padding: 10px 24px;
    align-items: center;
    margin-bottom: 32px;
    border: 3px solid #802d7c;
}

.yree span {
    font-weight: bold;
    font-size: 14px;
    color: #802d7c;
}

.yree svg {
    color: #802d7c;
}

.bbannerDesc h2 {
    font-size: 72px;
    font-weight: bold;
    color: #271e26;
    line-height: 1.25;
}

.bbannerDesc h3 {
    font-size: 72px;
    font-weight: bold;
    color: #802d7c;
    line-height: 1.25;
}

.bbannerDesc p {
    width: 71%;
    margin-bottom: 32px;
    margin-top: 32px;
    font-size: 20px;
    color: #666;
    line-height: 1.8;
}

.blingBtn {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.blingBtn a {
    text-decoration: none;
    transition: all .3s;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 3px solid #802d7c;
}

.blingBtn a:nth-child(1) {
    background: #802d7c;
    color: #ffffff;
    width: 245px;
    height: 55px;
}

.blingBtn a:nth-child(1) svg {
    display: block;
    margin-left: 6px;
    width: 16px;
}

.blingBtn a span {
    font-weight: bold;
    font-size: 16px;
}

.blingBtn a:nth-child(2) {
    color: #802d7c;
    width: 245px;
    height: 55px;
}

.blingBtn a:nth-child(2) svg {
    display: block;
    margin-right: 6px;
    width: 16px;
}

.blingBtn a:nth-child(1):hover {
    transform: scale(1.05);
    background: rgba(128, 45, 124, .9);
}

.blingBtn a:nth-child(2):hover {
    background: #802d7c;
    color: #ffffff;
}

.blingData ul {
    padding-top: 16px;
    gap: 25px;
    display: flex;
    align-items: center;
}

.blingData li {
    gap: 10px;
    display: flex;
    align-items: center;
}

.bdataIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.blingData li:nth-child(1) .bdataIcon {
    background: #E7F6ED;
}

.blingData li:nth-child(1) .bdataIcon svg {
    fill: #802d7c;
    color: #802d7c;
}

.blingData li:nth-child(2) .bdataIcon {
    background: #ffe7f1;
}

.blingData li:nth-child(2) .bdataIcon svg {
    color: #802d7c;
}

.bdataText p {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.bdataText span {
    font-size: 14px;
    color: #666;
}

.blingRight {
    flex: 1;
    position: relative;
}

.brightImg img {
    transform: rotate(3deg);
    border: 4px solid #802d7c;
    border-radius: 40px;
    transition: all .4s;
    display: block;
    width: 100%;
}

.brightPost {
    gap: 10px;
    padding: 24px;
    border: 4px solid #802d7c;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    position: absolute;
    left: -25px;
    bottom: -25px;
}

.brightIcon {
    width: 48px;
    height: 48px;
    background: #802d7c;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.brightText p {
    font-size: 24px;
    color: #802d7c;
    font-weight: bold;
    line-height: 1.4;
}

.brightText span {
    color: #555;
    display: block;
    line-height: 1;
    font-size: 14px;
}

.blingRight:hover .brightImg img {
    transform: rotate(0);
}

.flashSale {
    padding: 24px 0;
    background: #802d7c;
}

.flashFlex {
    width: 1472px;
    max-width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flashTitle {
    display: flex;
    align-items: center;
    gap: 15px;
}

.flashTitleText p {
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
        margin-bottom: 0px;
}

.flashTitleText span {
    font-size: 14px;
    color: #ffffff;
    opacity: .9;
}

.flashIcon {
    display: flex;
    animation: shadowIcon 2s infinite linear;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, .2);
    color: #ffffff;
    border-radius: 14px;
}

@keyframes shadowIcon {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.lxftime {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.lxftime span {
    margin-left: 7px;
    line-height: 1.3;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 64px;
    text-align: center;
    background: rgba(255, 255, 255, .2);
}

.lxftime span em {
    display: block;
    line-height: 1;
    font-style: normal;
    font-size: 12px;
}

@media screen and (max-width: 780px) {
    .blingFlex {
        flex-direction: column;
        padding: 80px 16px;
        max-width: 100%;
    }

    .blingLeft {
        width: 100%;
    }

    .bbannerDesc h3,
    .bbannerDesc h2 {
        font-size: 48px;
    }

    .bbannerDesc p {
        width: 100%;
    }

    .blingBtn {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .brightImg img {
        transform: rotate(0);
    }

    .flashFlex {
        flex-direction: column;
        gap: 20px;
    }
}