@charset "utf-8";

/*
 * Copyright 2009-2021 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 *
 * Style - Store
 * Version: 9.0
 */

/* ---------- store-index ---------- */
.store-index {
    background-color: #f1f1f1;
}

.store-index .sidebar {
    display: none;
    position: relative;
}

.store-index .sidebar.affix {
    position: fixed;
    top: 300px;
    z-index: 300;
}

.store-index .sidebar .nav {
    position: absolute;
    top: 0;
    left: -55px;
    z-index: 300;
    width: 39px;
    background-color: rgba(108, 108, 108, 0.5);
}

.store-index .sidebar.affix-top .nav {
    display: none;
    opacity: 0;
}

.store-index .sidebar .nav span {
    display: block;
    padding: 10px 0;
    word-wrap: break-word;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.store-index .sidebar .nav li a {
    display: block;
    padding: 2px;
    word-wrap: break-word;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    background-color: #999999;
    transition: background-color 0.3s;
}

.store-index .sidebar .nav li:last-child a {
    border-bottom: none;
}

.store-index .sidebar .nav li:hover a,
.store-index .sidebar .nav li.active a {
    background-color: #495057;
}

.store-index .sidebar .nav li a.back-top {
    background-color: rgba(108, 108, 108, 0.6);
}

.store-index .sidebar .nav li a .iconfont {
    display: block;
    line-height: 17px;
}

.store-index main .tag-content {
    margin-bottom: 20px;
}

.store-index main .tag-content h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
}

.store-index main .tag-content h4>span {
    position: relative;
    line-height: 1;
    padding-left: 10px;
    color: #ff2965;
    background: transparent;
    background: -webkit-linear-gradient(left, #ff2965, #ff511b);
    background: -moz-linear-gradient(left, #ff2965, #ff511b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.store-index main .tag-content:nth-child(odd) h4>span {
    color: #8331FF;
    background: transparent;
    background: -webkit-linear-gradient(left, #8331FF, #294CFF);
    background: -moz-linear-gradient(left, #8331FF, #294CFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.store-index main .tag-content h4>span:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 4px;
    height: 88%;
    background-color: #ff2965;
    transform: translateY(-50%);
}

.store-index main .tag-content:nth-child(odd) h4>span:before {
    background-color: #8331FF;
}

.store-index main .tag-content h4 a {
    display: flex;
    align-items: center;
    line-height: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.store-index main .tag-content h4 a span {
    padding: 0 5px;
    color: #ffffff;
    background-color: #ffa94d;
    background: -webkit-linear-gradient(55deg, #ffa94d, #ffc078);
    background: -moz-linear-gradient(55deg, #ffa94d, #ffc078);
    background: linear-gradient(55deg, #ffa94d, #ffc078);
}

.store-index main .tag-content h4 a .iconfont {
    padding: 0 3px;
    font-size: 0.625rem;
    color: #ffffff;
    background-color: #212529;
    background: -webkit-linear-gradient(55deg, #212529, #343a40);
    background: -moz-linear-gradient(55deg, #212529, #343a40);
    background: linear-gradient(55deg, #212529, #343a40);
}

.store-index main .tag-content .tag-image {
    height: 520px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.store-index main .tag-content ul {
    display: flex;
    flex-wrap: wrap;
}

.store-index main .tag-content ul li {
    width: calc((100% - 20px * 4) / 5);
    margin-top: 20px;
    margin-right: 20px;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    background-color: #ffffff;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.store-index main .tag-content ul li:hover {
    border-color: #dddddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.store-index main .tag-content ul li:nth-child(-n+5) {
    margin-top: 0;
}

.store-index main .tag-content ul li:nth-child(5n) {
    margin-right: 0;
}

.store-index main .tag-content ul li .product-image {
    display: block;
    height: 170px;
    margin-bottom: 15px;
}

.store-index main .tag-content ul li h5 {
    margin-bottom: 10px;
    font-size: 0.75rem;
    color: #333333;
}

.store-index main .tag-content ul li h6 {
    margin-bottom: 20px;
    font-size: 0.75rem;
    color: #999999;
}

.store-index main .tag-content ul li p {
    text-align: center;
    color: #ed0014;
}

.store-index main .store-swiper {
    height: 550px;
}

.store-index main .store-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.store-index main .store-swiper .swiper-slide .image-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    filter: blur(50px);
    transform: scale(1.2);
}

.store-index main .store-swiper .swiper-slide .image-wrapper {
    position: relative;
    z-index: 20;
    width: 2560px;
    height: 550px;
}

.store-index main .store-bottom-ad {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

/* ---------- store-search ---------- */
.store-search .store-search-item {
    margin-bottom: 15px;
}

.store-search .store-search-item > li {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.store-search .store-search-item > li:last-child {
    border-bottom: none;
}

.store-search .store-search-item .media-left {
    min-width: 150px;
    height: 140px
}

.store-search .store-search-item .media-left img {
    max-height: 140px;
}

.store-search .store-search-item .media-body {
    line-height: 25px;
    color: #999999;
}

.store-search .store-search-item .media-body p {
    max-width: 390px;
}

.store-search .store-search-item .media-body p span {
    margin-right: 5px;
}

.store-search .store-search-item .product-thumbnail {
    display: flex;
    flex-wrap: wrap;
}

.store-search .store-search-item .product-thumbnail li {
    width: calc(100% / 4 - 10px);
    height: 140px;
    padding: 5px;
    margin-left: 10px;
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.store-search .store-search-item .product-thumbnail li:hover {
    box-shadow: 0 0 10px rgba(237, 0, 20, 0.1);
    border: 1px solid #ed0014;
}

.store-search .store-search-item .product-thumbnail li img {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
}

.store-search .pagination {
    margin-top: 0;
    margin-bottom: 15px;
}

.store-search .no-result {
    margin-bottom: 15px;
}

.store-search .no-result dl dt {
    line-height: 50px;
    color: #ed0014;
}

.store-search .no-result dl dd {
    line-height: 30px;
    color: #999999;
}
