@charset "utf-8";

/* ================================ */
/* 触屏版首页相关样式类型				*/
/* by lshou.cn v4                  */
/* ================================ */

/* 修改根变量和全局样式 */
:root {
    --space-bg: #fff;
    --card-bg: rgba(255, 255, 255, 0.05);
    --neon-blue: #4fc3f7;
    --neon-purple: #9c27b0;
    --text-primary: #e0e0e0;
    --card-border: rgba(79, 195, 247, 0.3);
    --card-hover-border: rgba(156, 39, 176, 0.6);
}

body {
    background: var(--space-bg);
    font-family: 'Helvetica Neue', sans-serif;
    color: var(--text-primary);
}

#header { position: fixed; z-index: 2 !important; top: 0; bottom: auto; left: 0; right: 0;}
#header .logo { position: absolute; z-index:1; top: 0.25rem; left: 0.4rem; width: 3rem; height: 1.5rem; background-image: url(../../data/upload/shop/common/home_logo.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 100%;}
#header .header-inp { height: 1.4rem; margin: 0.2rem 2.2rem 0.3rem 4rem; }
#header .header-r a { width: 2.8rem; height: 1.8rem; padding: 0.1rem 0.4rem 0.1rem 0;}
#header .header-r a i.message { width: 1.2rem; height: 1.2rem; margin: 0.2rem 0.2rem 0.4rem 1.6rem; background-image: url(../images/message_b.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 90%; opacity: 0.55;}
#header .header-r a p { font-size: 0.55rem; line-height: 0.9rem; text-align: center; color: #333; display: none;}
#header .header-r a sup { display: none; right: 0.35rem; top: 0.35rem;}



.lstouch-home-top { display: block; min-height: 2.2rem; position: relative;  z-index: 2; background-color: #DB4453; overflow: hidden;}
.lstouch-home-top .cohesive { position: absolute; z-index: 2; top: 0; left: 0; right: 0; display: block; height: 1.5rem; display: none; }
.adv_list { position: relative; z-index: 1; overflow: hidden;}
.swipe { position: relative; overflow: hidden; visibility: hidden; }
.swipe-wrap { overflow: hidden; position: relative; }
.swipe-wrap > div { float: left; width: 100%; position: relative; }
.swipe-wrap img { width: 100%;}

.lstouch-home-nav { background-color: #FFF; position: relative; z-index: 0; border-bottom: solid 0.05rem #EEE;}
.lstouch-home-nav ul { font-size: 0; overflow: hidden;}
.lstouch-home-nav li { float: left; width: 25%; height: 3.7rem; padding: 0.5rem 0 0.3rem 0;}
.lstouch-home-nav li a { display: block; text-align: center;}
.lstouch-home-nav li span { display: inline-block; width: 2.4rem; height: 2.4rem; margin: 0 auto 0.3rem auto; border-radius: 100%;}
.lstouch-home-nav li:nth-child(1) span { background-color: #FB6E52;}
.lstouch-home-nav li:nth-child(2) span { background-color: #48CFAE;}
.lstouch-home-nav li:nth-child(3) span { background-color: #4FC0E8;}
.lstouch-home-nav li:nth-child(4) span { background-color: #AC92ED;}
.lstouch-home-nav li:nth-child(5) span { background-color: #FF9300;}
.lstouch-home-nav li:nth-child(6) span { background-color: #62BA1E;}
.lstouch-home-nav li:nth-child(7) span { background-color: #1A8DE5;}
.lstouch-home-nav li:nth-child(8) span { background-color: #EC87BF;}
.lstouch-home-nav li span i { display: block; width: 100%; height: 100%; background-position: 50% 50%; background-repeat: no-repeat; background-size: 50%;}
.lstouch-home-nav li:nth-child(1) span i { background-image: url(../images/browse_list_w.png);}
.lstouch-home-nav li:nth-child(2) span i { background-image: url(../images/cart_w.png);}
.lstouch-home-nav li:nth-child(3) span i { background-image: url(../images/mcc_01a.png);}
.lstouch-home-nav li:nth-child(4) span i { background-image: url(../images/mcc_04_w.png);}
.lstouch-home-nav li:nth-child(5) span i { background-image: url(../images/member_w.png);}
.lstouch-home-nav li:nth-child(6) span i { background-image: url(../images/mcc_07_w.png);}
.lstouch-home-nav li:nth-child(7) span i { background-image: url(../images/mcc_06_w.png);}
.lstouch-home-nav li:nth-child(8) span i { background-image: url(../images/goods-browse_w.png);}
.lstouch-home-nav li p { display: block; font-size: 0.6rem; line-height: 0.9rem; color: #555;}
.lstouch-home-block{
    display: block;
}
.item-pic{
    margin: 0.8rem;
    border-radius: 12px;
    overflow: hidden;
}
.item-pic img{
    width: 100%;
}
.lstouch-home-contact{
    background: linear-gradient(145deg, rgba(16, 24, 64, 0.9) 0%, rgba(31, 17, 68, 0.9) 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(79, 195, 247, 0.3);
    border-radius: 12px;
    padding: 0.8rem;
    margin: 0.8rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25),
                inset 0 0 12px rgba(79, 195, 247, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.lstouch-home-contact a {
    display: inline-block;
    background: linear-gradient(135deg, #4fc3f7 0%, #9c27b0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
    position: relative;
    padding: 0 0.3rem;
    transition: all 0.3s ease;
}
.lstouch-home-contact::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
        transparent 25%,
        rgba(79, 195, 247, 0.1) 50%,
        transparent 75%);
    animation: gridFlow 20s linear infinite;
    z-index: -1;
}

@keyframes gridFlow {
    0% { transform: translate(0,0) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
}

.lstouch-home-contact::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid rgba(156, 39, 176, 0.3);
    border-radius: 10px;
    pointer-events: none;
}

.lstouch-home-contact {
    font-size: 0.68rem;
    line-height: 1.6;
    text-align: center;
    color: #e0e0e0;
    text-shadow: 0 0 8px rgba(79, 195, 247, 0.3);
}

.icon-mall a {
    display: inline-block;
    background: linear-gradient(135deg, #4fc3f7 0%, #9c27b0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
    position: relative;
    padding: 0 0.3rem;
    transition: all 0.3s ease;
}

.icon-mall a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #4fc3f7, #9c27b0);
    transition: width 0.3s ease;
}

.icon-mall a:hover {
    text-shadow: 0 0 12px rgba(79, 195, 247, 0.6);
}

.icon-mall a:hover::before {
    width: 100%;
}

.lstouch-home-contact a[href*="qq"] {
    display: inline-block;
    position: relative;
    color: #4fc3f7;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.lstouch-home-contact a[href*="qq"]::after {
    content: '▶';
    margin-left: 0.5rem;
    font-size: 0.8em;
    opacity: 0;
    transition: all 0.3s ease;
}

.lstouch-home-contact a[href*="qq"]:hover {
    background: rgba(79, 195, 247, 0.1);
    transform: translateX(0.5rem);
}

.lstouch-home-contact a[href*="qq"]:hover::after {
    opacity: 1;
    color: #9c27b0;
}

.lstouch-home-contact br:last-child + * {
    display: block;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(79, 195, 247, 0.2);
    font-size: 0.9em;
    color: #9c27b0;
    text-shadow: 0 0 8px rgba(156, 39, 176, 0.3);
}

@media (max-width: 480px) {
    .lstouch-home-contact {
        margin: 1rem;
        padding: 1.2rem;
        font-size: 0.9rem;
    }
}




/* 瀑布流布局优化 */
.goods-list {
    column-count: 2;
    column-gap: 0.8rem;
    padding: 0 0.8rem;
    margin: 0 auto;
}

.goods-list li {
    background: var(--card-bg);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid var(--card-border);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    break-inside: avoid; /* 防止元素被分割到不同列 */
    width: 100%; /* 确保元素占满列宽 */
}

.goods-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(79, 195, 247, 0.25);
    border-color: var(--neon-purple);
}


/* 新增视频加载动画 */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.video-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(79, 195, 247, 0.2);
    border-top: 3px solid #4fc3f7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 3;
}

.goods-pic.loading .video-loading {
    opacity: 1;
}

video::-webkit-media-controls {
    display: none !important;
}
.goods-pic img {
    width: 100%;
    height: auto; /* 保持媒体元素原始宽高比 */
    display: block;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.goods-pic video {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; /* 保持媒体元素原始宽高比 */
    display: block;
    object-fit: cover;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.goods-list li:hover .goods-pic video {
    opacity: 1;
}

.goods-list li:hover .goods-pic img {
    opacity: 0;
}

/* 科幻装饰元素 */
.goods-list li::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        var(--neon-blue) 0%,
        var(--neon-purple) 50%,
        var(--neon-blue) 100%
    );
    z-index: -1;
    filter: blur(20px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.goods-list li:hover::before {
    opacity: 0.15;
}

/* 文字信息 */
.goods-info {
    padding: 12px 8px;
}
.goods-info .goods-name {
    font-size: 0.9rem;
}
.goods-info .goods-store {
    font-size: 0.9rem;
}
.goods-info .goods-price {
    font-size: 0.9rem;
}
.volume-control {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 25px;
    backdrop-filter: blur(5px);
    z-index: 1001;
}

.volume-icon {
    cursor: pointer;
    font-size: 24px;
    width: 32px;
    text-align: center;
}

.volume-slider {
    width: 100px;
    height: 4px;
    background: rgba(255,255,255,0.2);
    border-radius: 2px;
    appearance: none;
    outline: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.volume-slider::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    background: #4fc3f7;
    border-radius: 50%;
    cursor: pointer;
}

.volume-control:hover .volume-slider {
    opacity: 1;
}

        /* 全屏样式 */
        .fullscreen-mode {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: #fff;
            overflow: hidden;
            z-index: 1000;
            touch-action: none;
        }
        .goto-buy{
            display: none;
            color: #fff;
            margin-left: 1rem;
            background-color: #DB4453;
            border-radius: 6px;
            text-align: center;
            padding: 5px 10px;
            font-size: 0.78rem;
            font-weight: 100;
        }
        .goto-chat{
            color: #fff;
            background-color: #4467db;
            border-radius: 6px;
            text-align: center;
            padding: 2px 5px;
            font-size: 0.78rem;
            font-weight: 100;
        }
        .gohref{
            width: 100%;
            height: auto;
        }
        .active{
            height: auto;
            max-height: 95vh;
        }
        .active .goto-buy{
            display: block;
        }
        .active .goods-pic img{
            max-height: 80vh;
        }
        .active .goods-pic video{
            max-height: 80vh;
        }
        .next{
            margin-top: 0;
            
        }
        .active .goods-info {
            bottom: 2rem;
        }
        .next .goods-info {
            display: none;
        }
        .goods-pic {
            background: rgba(255,255,255,0.05);
            border-radius: 16px;
            padding: 0px;
            backdrop-filter: blur(10px);
            transition: transform 0.3s ease;
            width: 100%;
            height: auto; /* 保持媒体元素原始宽高比 */
            display: block;
            border-radius: 8px; /* 可选：添加圆角 */
        }

        .zoomed .goods-pic {
            transform: scale(1.1);
            cursor: grab;
        }

        /* 手势提示 */
        .swipe-indicator {
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            color: #4fc3f7;
            animation: swipeHint 2s infinite;
        }

        @keyframes swipeHint {
            0%, 100% { opacity: 0.5; transform: translateY(0); }
            50% { opacity: 1; transform: translateY(-10px); }
        }

.goods-name {
    font-size: 0.66rem;
    line-height: 1.4em;
    height: 2.1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    padding-bottom: 0.5rem;
}

.goods-name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--neon-blue), var(--neon-purple));
}

.goods-price {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--neon-blue);
    display: flex;
    align-items: center;
    margin: 0.2rem;
    text-shadow: 0 0 12px rgba(79, 195, 247, 0.3);
}

.goods-price em {
    font-size: 0.99rem;
    margin-left: 0.5rem;
}

/* 响应式调整 */
@media (max-width: 480px) {
    .goods-list {
        column-gap: 0.6rem;
        padding: 0 0.6rem;
    }
    
    .goods-info .goods-name {
        font-size: 0.58rem;
    }
    .goods-info .goods-price {
        font-size: 1rem;
    }
    .goods-info .goods-store {
        font-size: 0.5rem;
    }
    .goods-info .goto-chat {
        font-size: 0.5rem;
    }
    .goods-info .goods-price em {
        font-size: 1.1rem;
    }
}

/* 其他模块统一风格 */
#header {
    background: #fff;
    backdrop-filter: blur(10px);
}

.lstouch-home-nav {
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(79, 195, 247, 0.1);
}

.lstouch-home-nav li p {
    font-weight: 300;
}

footer { position: fixed;  
    bottom: 0;
    background: #ffffff;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(79, 195, 247, 0.1);
}



.ath-viewport * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ath-viewport { position: relative; z-index: 2147483641; pointer-events: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -o-text-size-adjust: none; text-size-adjust: none; }
.ath-modal { pointer-events: auto !important; background: rgba(0,0,0,0.6); }
.ath-mandatory { background: #000; }
.ath-container { pointer-events: auto !important; position: absolute; z-index: 2147483641; padding: 0.7em 0.6em; width: 18em; background: #eee; background-size: 100% auto; box-shadow: 0 0.2em 0 #d1d1d1; font-family: sans-serif; font-size: 15px; line-height: 1.5em; text-align: center; }
.ath-container small { font-size: 0.8em; line-height: 1.3em; display: block; margin-top: 0.5em; }
.ath-ios.ath-phone { bottom: 1.8em; left: 50%; margin-left: -9em; }
.ath-ios6.ath-tablet { left: 5em; top: 1.8em; }
.ath-ios7.ath-tablet { left: 0.7em; top: 1.8em; }
.ath-ios8.ath-tablet { right: 0.4em; top: 1.8em; }
.ath-android { bottom: 1.8em; left: 50%; margin-left: -9em; }
/* close icon */
.ath-container:before { content: ''; position: relative; display: block; float: right; margin: -0.7em -0.6em 0 0.5em; background-image: background-color: rgba(255,255,255,0.8); background-size: 50%; background-repeat: no-repeat; background-position: 50%; width: 2.7em; height: 2.7em; text-align: center; overflow: hidden; color: #a33; z-index: 2147483642; }
.ath-container.ath-icon:before { position: absolute; top: 0; right: 0; margin: 0; float: none; }
.ath-mandatory .ath-container:before { display: none; }
.ath-container.ath-android:before { float: left; margin: -0.7em 0.5em 0 -0.6em; }
.ath-container.ath-android.ath-icon:before { position: absolute; right: auto; left: 0; margin: 0; float: none; }
/* applied only if the application icon is shown */
.ath-container.ath-icon { }
.ath-action-icon { display: inline-block; vertical-align: middle; background-position: 50%; background-repeat: no-repeat; text-indent: -9999em; overflow: hidden; }
.ath-ios7 .ath-action-icon, .ath-ios8 .ath-action-icon { width: 1.6em; height: 1.6em; background-image: url(data:image/png;base64,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); margin-top: -0.3em; background-size: auto 100%; }
.ath-ios6 .ath-action-icon { width: 1.8em; height: 1.8em; background-image: url(data:image/png;base64,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); margin-bottom: 0.4em; background-size: 100% auto; }
.ath-android .ath-action-icon { width: 1.4em; height: 1.5em; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==); background-size: 100% auto; }
.ath-container p { margin: 0; padding: 0; position: relative; z-index: 2147483642; text-shadow: 0 0.1em 0 #fff; font-size: 1.1em; }
.ath-ios.ath-phone:after { content: ''; background: #eee; position: absolute; width: 2em; height: 2em; bottom: -0.9em; left: 50%; margin-left: -1em; -webkit-transform: scaleX(0.9) rotate(45deg); transform: scaleX(0.9) rotate(45deg); box-shadow: 0.2em 0.2em 0 #d1d1d1; }
.ath-ios.ath-tablet:after { content: ''; background: #eee; position: absolute; width: 2em; height: 2em; top: -0.9em; left: 50%; margin-left: -1em; -webkit-transform: scaleX(0.9) rotate(45deg); transform: scaleX(0.9) rotate(45deg); z-index: 2147483641; }
.ath-application-icon { position: relative; padding: 0; border: 0; margin: 0 auto 0.2em auto; height: 6em; width: 6em; z-index: 2147483642; }
.ath-container.ath-ios .ath-application-icon { border-radius: 1em; box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),  inset 0 0.07em 0 rgba(255,255,255,0.5); margin: 0 auto 0.4em auto; }

@media only screen and (orientation: landscape) {
.ath-container.ath-phone { width: 24em; }
.ath-android.ath-phone { margin-left: -12em; }
.ath-ios.ath-phone { margin-left: -12em; }
.ath-ios6:after { left: 39%; }
.ath-ios8.ath-phone { left: auto; bottom: auto; right: 0.4em; top: 1.8em; }
.ath-ios8.ath-phone:after { bottom: auto; top: -0.9em; left: 68%; z-index: 2147483641; box-shadow: none; }
}
.lstouch-footer-wrap { max-width:640px; margin:0 auto}
