.list-wrapper[data-v-7776b022],
.product-photos-v2 {
    width: 100%;
    margin-top: 32px;
    position: relative;
}

.list-contain {
    position: relative;
}

.list[data-v-7776b022],
.list {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.list::-webkit-scrollbar {
    display: none;
}

.list:active {
    cursor: grabbing;
}

.item[data-v-7776b022]:first-of-type,
.item:first-of-type {
    margin-left: 48px;
}

.item[data-v-7776b022],
.item {
    flex: 0 0 auto;
    width: calc(22.8% - 18px);
    padding-bottom: 50px;
    overflow: hidden;
    margin-right: 24px;
    cursor: pointer;
}

.list .img-box[data-v-7776b022],
.list .img-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.img-box .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hover-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.item:hover .hover-layer {
    opacity: 1;
}

.hover-layer .sign {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding: 0 15px;
}

.hover-layer .date {
    display: none;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.video-icon::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid #000;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

.item .title {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.arrow[data-v-7776b022],
.arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -3%;
    width: 36px;
    height: 56px;
    background: hsla(0, 0%, 100%, .6);
    color: #222;
    border: none;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    border-radius: 4px;
}

.list-wrapper:hover .arrow,
.product-photos-v2:hover .arrow {
    opacity: 1;
}

.arrow:hover {
    background: #fff;
}

.arrow.left[data-v-7776b022],
.arrow.left {
    right: auto;
    left: 48px;
    transform: rotate(90deg);
}

.arrow.right[data-v-7776b022],
.arrow.right {
    left: auto;
    right: 48px;
    transform: rotate(-90deg);
}

.arrow .iconfont[data-v-7776b022],
.arrow .iconfont {
    font-size: 20px;
    color: #222;
}

.iconpayment_down1:before {
    content: "\25BC";
}

*, :after, :before {
    box-sizing: border-box;
}

.ant-modal-root {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.ant-modal-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
}

.ant-modal-wrap {
    position: fixed;
    overflow: auto;
    outline: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ant-modal-wrap.ant-modal-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ant-modal {
    position: relative;
    margin: 0 auto;
}

.ant-modal-content {
    position: relative;
    background: #fff;
    border-radius: 0;
}

.ant-modal-body {
    position: relative;
    padding: 0;
}

.iconhome_sidebar_delete_icon {
    cursor: pointer;
    padding: 10px;
    position: absolute;
    color: #fff;
    font-size: 22px;
    right: -82px;
    top: -20px;
    z-index: 10;
}

.iconhome_sidebar_delete_icon:hover {
    color: #ff4d4f;
}

.iconhome_sidebar_delete_icon:before {
    content: "\00D7";
}

.arrow.prev,
.arrow.next {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background-size: 100%;
    border: none;
    cursor: pointer;
    opacity: 1;
}

.arrow.prev {
    background: url(http://ormau.com/wp-content/uploads/2026/01/arrow-left.58ed341.png) no-repeat;
    background-size: 100%;
    left: -78px;
    transition: background-image 0.3s ease;
}

.arrow.prev:hover {
    background: url(http://ormau.com/wp-content/uploads/2026/01/arrow-left-active.79b75cc.png) no-repeat;
    background-size: 100%;
}

.arrow.next {
    background: url(http://ormau.com/wp-content/uploads/2026/01/arrow-right.b978bdf.png) no-repeat;
    background-size: 100%;
    right: -78px;
    transition: background-image 0.3s ease;
}

.arrow.next:hover {
    background: url(http://ormau.com/wp-content/uploads/2026/01/arrow-right-active.3f7af17.png) no-repeat;
    background-size: 100%;
}

.carousel-item {
    display: flex;
    height: 800px;
}

.carousel-item .left-box {
    flex-basis: 58.4%;
    position: relative;
    z-index: 2;
    background: #000;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-box .img-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-box img,
.left-box video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.carousel-item .right-box {
    width: 41.6%;
    padding: 40px 32px;
    text-align: center;
    overflow-y: auto;
}

.goods-list {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.goods-list.center {
    text-align: center;
}

.home-card-list {
    text-decoration: none;
    color: inherit;
    width: calc(50% - 5px);
    max-width: 165px;
}

.home-card-top {
    margin-bottom: 10px;
}

.home-card-top img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.home-card-bottom {
    text-align: left;
}

.price-boxs .real-price {
    font-size: 14px;
    font-weight: 600;
    color: #e44;
    display: block;
}

.real-price .currency {
    font-size: 12px;
}

.real-price .point {
    font-size: 12px;
}

.share-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.share-box .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.share-list {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.share-list a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.share-list a svg {
    width: 17px;
    height: 17px;
}

.share-list a:hover {
    transform: translateY(-3px);
}

.iconfont:before {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconpp-fill:before {
    content: "\e7c3";
}

.icondetails_facebook:before {
    content: "\e6e5";
}

.icondetails_pinterest:before {
    content: "\e6e6";
}

.iconhome_selected:before {
    content: "\e813";
}

.author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    text-decoration: none;
    color: #333;
}

.author .photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
    content: url(http://ormau.com/wp-content/uploads/2026/01/50fb11b42fb072cd85e61d462cb53c13.png);
}

.author .name {
    font-size: 16px;
    font-weight: 600;
}

.create-time {
    display: block;
    color: #0095f6;
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 14px;
}

.create-time:hover {
    text-decoration: underline;
}

.gallery-modal-title {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-modal-title::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(http://ormau.com/wp-content/uploads/2026/01/50fb11b42fb072cd85e61d462cb53c13.png) no-repeat center;
    background-size: contain;
    margin-right: 8px;
}

.gallery-modal-title a {
    color: inherit;
    text-decoration: none;
}

.gallery-modal-title a:hover {
    text-decoration: underline;
}

.desc {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    white-space: pre-wrap;
    text-align: left;
    max-height: 120px;
    overflow-y: auto;
}

@media (max-width: 1024px) {
    .item {
        width: calc(33.33% - 18px);
    }
    
    .carousel-item {
        flex-direction: column;
    }
    
    .carousel-item .left-box {
        flex-basis: auto;
        min-height: 400px;
        border-radius: 8px 8px 0 0;
    }
    
    .carousel-item .right-box {
        width: 100%;
        padding: 20px;
    }
    
    .arrow.prev {
        left: 10px;
    }
    
    .arrow.next {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .item {
        width: calc(50% - 18px);
    }
    
    .item:first-of-type {
        margin-left: 24px;
    }
    
    .arrow {
        width: 30px;
        height: 46px;
    }
    
    .ant-modal {
        width: 95% !important;
        margin: 20px auto;
    }
}

@media (max-width: 480px) {
    .item {
        width: calc(80% - 18px);
    }
}
