@charset "utf-8";

/*
 * Copyright 2009-2024 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 *
 * Style - Index
 * Version: 9.2
 */

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

.index .main-header {
    margin-bottom: 0;
    border-bottom: none;
    background-color: #ffffff;
}

.index .topbar {
    width: 100%;
    display: none;
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 300;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dddddd;
    background-color: rgba(255, 255, 255, 0.95);
}

.index .topbar .logo {
    max-height: 35px;
}

.index .topbar .product-search form {
    display: flex;
}

.index .topbar .product-search input {
    width: 400px;
    height: 35px;
    padding: 5px 10px;
    outline: none;
    transition: box-shadow 0.3s;
    border: 2px solid;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.index .topbar .product-search button {
    height: 35px;
    padding: 5px 30px;
    font-weight: 600;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.index .topbar .product-search button .iconfont {
    font-size: 1rem;
}

.index .topbar .product-search input:hover {
    box-shadow: 0 0 0 2px rgba(255, 102, 102, 0.08);
}

.index .topbar .cart {
    height: 35px;
    line-height: 35px;
    display: block;
    float: right;
    position: relative;
    border: 1px solid #dddddd;
}

.index .topbar .cart .iconfont {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: -1px;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}

.index .topbar .cart a {
    padding: 0 20px;
}

.index .topbar .cart em {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
}

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

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

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

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

.index .sidebar .nav span {
    display: block;
    padding: 10px 0;
    word-wrap: break-word;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}

.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;
}

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

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

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

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

.index .side-ad-left,
.index .side-ad-right {
    position: absolute;
    top: 0;
    width: 287px;
    height: 480px;
    background-repeat: no-repeat;
}

.index .side-ad-left {
    left: -277px;
}

.index .side-ad-right {
    right: -277px;
}

.index .side-ad-left a,
.index .side-ad-right a {
    display: block;
    width: 100%;
    height: 100%;
}

.index .product-category-menu {
    height: 480px;
    margin-bottom: 20px;
    position: relative;
    z-index: 200;
    background-color: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.index .product-category-menu>ul>li {
    padding: 7px 10px;
    transition: background-color 0.3s;
}

.index .product-category-menu>ul>li:hover {
    background-color: var(--theme-color-100);
}

.index .product-category-menu>ul>li>.iconfont {
    font-size: 0.875rem;
}

.index .product-category-menu>ul>li>a {
    line-height: 26px;
    color: #333333;
    transition: color 0.3s;
}

.index .product-category-menu>ul>li>a:hover {
    color: var(--theme-color-1000);
}

.index .product-category-menu>ul>li>p {
    padding-left: 18px;
}

.index .product-category-menu>ul>li>p>a {
    line-height: 20px;
    margin-right: 10px;
    white-space: nowrap;
}

.index .product-category-menu .product-category-menu-content {
    width: 910px;
    height: 480px;
    display: none;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 205px;
    z-index: 300;
    border: 1px solid #eeeeee;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ffffff;
}

.index .product-category-menu>ul>li:hover .product-category-menu-content {
    display: block;
}

.index .product-category-menu .product-category-menu-content .promotion {
    display: flex;
    margin-bottom: 10px;
}

.index .product-category-menu .product-category-menu-content .promotion li {
    height: 22px;
    line-height: 22px;
    margin-right: 20px;
    padding-left: 5px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.index .product-category-menu .product-category-menu-content .promotion li:hover {
    opacity: 1;
}

.index .product-category-menu .product-category-menu-content .promotion li a {
    display: inline-block;
    color: #ffffff;
}

.index .product-category-menu .product-category-menu-content .promotion li .iconfont {
    display: inline-block;
    padding: 0 4px;
}

.index .product-category-menu .product-category-menu-content .product-category {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-left: 90px;
    color: #cccccc;
    border-bottom: 1px dashed #d9d9d9;
}

.index .product-category-menu .product-category-menu-content .product-category:first-child {
    padding-top: 0;
}

.index .product-category-menu .product-category-menu-content .product-category:last-child {
    border-bottom: none;
}

.index .product-category-menu .product-category-menu-content .product-category dt {
    display: flex;
    width: 90px;
    line-height: 30px;
    margin-left: -90px;
    color: #333333;
}

.index .product-category-menu .product-category-menu-content .product-category dt a {
    max-width: 72px;
    margin-right: 3px;
    font-weight: 500;
    color: #333333;
}

.index .product-category-menu .product-category-menu-content .product-category dd {
    line-height: 30px;
    margin-right: 12px;
}

.index .product-category-menu .product-category-menu-content .brand {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.index .product-category-menu .product-category-menu-content .brand li {
    width: 50%;
    height: 50px;
    overflow: hidden;
    border-right: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    transition: box-shadow 0.3s;
}

.index .product-category-menu .product-category-menu-content .brand li:nth-child(-n+2) {
    border-top: 1px solid #f8f8f8;
}

.index .product-category-menu .product-category-menu-content .brand li:nth-child(2n+1) {
    border-left: 1px solid #f8f8f8;
}

.index .product-category-menu .product-category-menu-content .brand li:hover {
    position: relative;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.index .product-category-menu .product-category-menu-content .brand li:not(:nth-child(-n+2)):hover {
    height: 51px;
    margin-top: -1px;
}

.index .product-category-menu .product-category-menu-content .brand li:not(:nth-child(2n+1)):hover {
    width: calc(50% + 1px);
    margin-left: -1px;
}

.index .product-category-menu .product-category-menu-content .promotion-image li:first-child {
    margin-bottom: 10px;
}

.index .main-swiper {
    height: 470px;
    margin: 10px -10px 0 -10px;
    border-radius: 4px;
    background-color: #ffffff;
}

.index .main-swiper .swiper-slide {
    height: 470px;
    background: no-repeat top center;
    background-size: cover;
}

.index .main-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.index .main-swiper .swiper-button-prev,
.index .main-swiper .swiper-button-next {
    opacity: 0;
    transition: opacity 0.3s;
}

.index .main-swiper:hover .swiper-button-prev,
.index .main-swiper:hover .swiper-button-next {
    opacity: 1;
}

.index .hover-ad {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    display: flex;
}

.index .hover-ad li {
    width: calc((100% - 10px * 3) / 4);
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0.9;
}

.index .hover-ad li:nth-child(-n+4) {
    margin-top: 0;
}

.index .hover-ad li:nth-child(4n) {
    margin-right: 0;
}

.index .article {
    height: 157px;
    padding: 17px 15px;
    margin-top: 10px;
    position: relative;
    background-color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.index .article:after {
    height: 1px;
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    content: "";
    background: #fefefe;
    background: -webkit-linear-gradient(left, #fefefe, #eeeeee, #fefefe);
    background: -moz-linear-gradient(left, #fefefe, #eeeeee, #fefefe);
    background: linear-gradient(left, #fefefe, #eeeeee, #fefefe);
}

.index .article h5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: normal;
    color: #333333;
}

.index .article h5 a {
    color: #999999;
}

.index .article ul li {
    margin-bottom: 10px;
}

.index .article ul li:last-child {
    margin-bottom: 0;
}

.index .article ul li a .label {
    display: inline-block;
    padding: 2px 3px;
    font-weight: 500;
}

.index .member {
    display: flex;
    flex-wrap: wrap;
    height: 144px;
    padding: 17px 15px;
    background-color: #ffffff;
}

.index .member li {
    width: calc(100% / 3);
    margin-top: 10px;
    text-align: center;
}

.index .member li:nth-child(-n+3) {
    margin-top: 0;
}

.index .member li .iconfont {
    display: block;
    margin-bottom: 5px;
    font-size: 1.25rem;
}

.index .side-swiper {
    background-color: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.index .component-anchor,
.index .hot-sale .hot-sale-anchor {
    transform: translateY(-60px)
}

.index .hot-sale .panel {
    height: 355px;
    border: none;
}

.index .hot-sale .panel .panel-heading {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border: none;
}

.index .hot-sale .panel .panel-heading h5 {
    padding-left: 15px;
    border-left: 4px solid #999999;
}

.index .hot-sale .panel .panel-heading a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    padding: 0;
    border-radius: 50%;
}

.index .hot-sale .panel .panel-heading a .iconfont {
    line-height: 1;
}

.index .hot-sale .hot-product .panel-heading {
    background-color: rgba(24, 161, 232, 0.03);
}

.index .hot-sale .hot-product .panel-body {
    padding: 0;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper {
    position: relative;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide {
    padding-top: 24px;
    padding-bottom: 24px;
    transform: scale(0.8);
    transition: transform 0.3s;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide-active {
    transform: scale(1);
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .product-image {
    display: block;
    width: 170px;
    height: 170px;
    margin-bottom: 14px;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .product-image img {
    max-height: 100%;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .hot-product-content {
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide.swiper-slide-active .hot-product-content {
    opacity: 1;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .hot-product-content h5 {
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #333333;
    transition: color 0.3s;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .hot-product-content h5:hover {
    color: var(--theme-color-1000);
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .hot-product-content h6 {
    margin-bottom: 10px;
    font-weight: normal;
    color: #999999;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .hot-product-content strong {
    line-height: 1;
    font-weight: normal;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-button-prev,
.index .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-button-next {
    opacity: 0;
    transition: opacity 0.3s;
}

.index .hot-sale .hot-product .panel-body .hot-product-swiper:hover .swiper-button-prev,
.index .hot-sale .hot-product .panel-body .hot-product-swiper:hover .swiper-button-next {
    opacity: 1;
}

.index .hot-sale .new-product .panel-heading {
    background-color: rgba(153, 97, 216, 0.03);
}

.index .hot-sale .new-product .panel-body {
    padding: 0;
}

.index .hot-sale .new-product .panel-body ul {
    display: flex;
    flex-wrap: wrap;
}

.index .hot-sale .new-product .panel-body ul li {
    width: 50%;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}

.index .hot-sale .new-product .panel-body ul li:nth-child(-n+2) {
    border-top: none;
}

.index .hot-sale .new-product .panel-body ul li:nth-child(2n) {
    border-right: none;
}

.index .hot-sale .new-product .panel-body ul li .product-image {
    display: block;
    height: 110px;
    margin-bottom: 10px;
}

.index .hot-sale .new-product .panel-body ul li .product-image img {
    max-height: 100%;
    transition: transform 0.3s;
}

.index .hot-sale .new-product .panel-body ul li:hover .product-image img {
    transform: translateX(-2px);
}

.index .hot-sale .new-product .panel-body ul li h5 {
    font-weight: normal;
}

.index .hot-sale .coupon .panel-heading {
    background-color: rgba(245, 106, 0, 0.03);
}

.index .hot-sale .coupon .panel-body {
    position: relative;
    padding: 10px 15px;
    overflow: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ffffff;
}

.index .hot-sale .coupon .panel-body:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: "";
    background: url("../images/coupon-background.jpg") no-repeat;
    background-size: 100% 100%;
}

.index .hot-sale .coupon .panel-body ul {
    overflow: hidden;
}

.index .hot-sale .coupon .panel-body li {
    position: relative;
    border-bottom: 1px dashed #ff6b6b;
    background-color: rgba(249, 249, 249, 0.95);
}

.index .hot-sale .coupon .panel-body li:before,
.index .hot-sale .coupon .panel-body li:after {
    position: absolute;
    bottom: -6px;
    z-index: 100;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
}

.index .hot-sale .coupon .panel-body li:before {
    left: -5px;
    background-color: #faae2c;
}

.index .hot-sale .coupon .panel-body li:after {
    right: -5px;
    background-color: #f99435;
}

.index .hot-sale .coupon .panel-body li:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.index .hot-sale .coupon .panel-body li:last-child:before,
.index .hot-sale .coupon .panel-body li:last-child:after {
    display: none;
}

.index .hot-sale .coupon .panel-body .media-left {
    min-width: 100px;
    max-width: 100px;
    padding: 10px;
}

.index .hot-sale .coupon .panel-body .media-left .image {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
}

.index .hot-sale .coupon .panel-body .media-left .image img {
    margin: auto;
    height: 100%;
}

.index .hot-sale .coupon .panel-body .media-body {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    padding: 10px 0;
}

.index .hot-sale .coupon .panel-body .media-body h5 {
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: normal;
}

.index .hot-sale .coupon .panel-body .media-body a {
    display: block;
    margin-bottom: 5px;
    color: #333333;
}

.index .hot-sale .coupon .panel-body .media-body p {
    margin-bottom: 5px;
    color: #666666;
}

.index .hot-sale .coupon .panel-body .media-body .description {
    color: #999999;
}

.index .hot-sale .coupon .panel-body .media-right .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    padding-right: 10px;
}

.index .hot-sale .live-room .panel-heading {
    background-color: rgba(245, 49, 127, 0.03);
}

.index .hot-sale .live-room .panel-heading .popover-content p {
    margin-top: 5px;
    text-align: center;
}

.index .hot-sale .live-room .panel-body {
    padding: 12px;
}

.index .hot-sale .live-room .panel-body ul {
    display: flex;
    flex-wrap: wrap;
}

.index .hot-sale .live-room .panel-body ul li {
    position: relative;
    width: calc((100% - 11px) / 2);
    height: 136px;
    margin-top: 12px;
    margin-right: 11px;
    border-radius: 4px;
    overflow: hidden;
}

.index .hot-sale .live-room .panel-body ul li:nth-child(-n+2) {
    margin-top: 0;
}

.index .hot-sale .live-room .panel-body ul li:nth-child(2n) {
    margin-right: 0;
}

.index .hot-sale .live-room .live-icon-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    width: 18px;
    padding: 3px;
    border-radius: 3px;
    background-color: var(--theme-color-1000);
}

.index .hot-sale .live-room .live-icon-1,
.index .hot-sale .live-room .live-icon-2,
.index .hot-sale .live-room .live-icon-3 {
    width: 2px;
    height: 12px;
    margin-right: 3px;
    border-radius: 1px;
    background-color: #ffffff;
}

.index .hot-sale .live-room .live-icon-1 {
    animation: living 0.8s linear -1.1s infinite normal;
}

.index .hot-sale .live-room .live-icon-2 {
    animation: living 0.8s linear -1.3s infinite normal;
}

.index .hot-sale .live-room .live-icon-3 {
    margin-right: 0;
    animation: living 0.8s linear -1.6s infinite normal;
}

.index .hot-sale .live-room .panel-body ul li>img {
    max-height: 100%;
}

.index .hot-sale .live-room .panel-body ul li .live-room-qrcode {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s;
}

.index .hot-sale .live-room .panel-body ul li:hover .live-room-qrcode {
    opacity: 1;
}

.index .hot-sale .live-room .panel-body ul li .live-room-qrcode img {
    width: 95px;
    height: 95px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.index .middle-ad {
    margin-bottom: 20px;
}

.index .store-buy .store-anchor {
    transform: translateY(-71px);
}

.index .store-buy {
    margin-bottom: 17px;
}

.index .store-buy ul {
    display: flex;
    flex-wrap: wrap;
}

.index .store-buy ul li {
    width: calc((100% - 10px * 5)  / 6);
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ffffff;
    transition: box-shadow 0.3s;
}

.index .store-buy ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.index .store-buy ul li:nth-child(-n + 6) {
    margin-top: 0;
}

.index .store-buy ul li:nth-child(6n) {
    margin-right: 0;
}

.index .store-buy ul li .display-image {
    display: block;
    height: 294px;
    overflow: hidden;
}

.index .store-buy ul li .display-image img {
    max-height: 100%;
}

.index .store-buy ul li .logo {
    position: relative;
    width: 70px;
    height: 70px;
    padding: 3px;
    margin: -35px auto 6px auto;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.7);
}

.index .store-buy ul li .logo img {
    height: 100%;
}

.index .store-buy ul li p {
    margin-bottom: 10px;
    font-size: 0.875rem;
    color: #666666;
}

.index .store-buy ul li .btn {
    margin-bottom: 15px;
}

.index .channel .channel-anchor {
    transform: translateY(-71px)
}

.index .channel h4,
.index .store-buy h4,
.index .recommend h4 {
    margin-bottom: 20px;
    text-align: center;
}

.index .channel h4 span,
.index .store-buy h4 span,
.index .recommend h4 span {
    position: relative;
    padding: 0 35px;
}

.index .channel h4 span:before,
.index .channel h4 span:after,
.index .store-buy h4 span:before,
.index .store-buy h4 span:after,
.index .recommend h4 span:before,
.index .recommend h4 span:after {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 22px;
    margin-top: -11px;
    content: "";
    background: url("../images/category-icon.png") no-repeat;
}

.index .channel h4 span:before,
.index .store-buy h4 span:before,
.index .recommend h4 span:before {
    left: 0;
}

.index .channel h4 span:after,
.index .store-buy h4 span:after,
.index .recommend h4 span:after {
    right: 0;
}

.index .channel .panel .panel-heading h5 span {
    font-weight: normal;
    color: #666666;
}

.index .channel .panel .panel-body ul {
    display: flex;
}

.index .channel .panel .panel-body ul li {
    width: 50%;
}

.index .channel .panel .panel-body ul li .product-image {
    display: block;
    height: 170px;
}

.index .channel .panel .panel-body ul li .product-image img {
    max-height: 100%;
    transition: transform 0.3s;
}

.index .channel .panel .panel-body ul li:hover .product-image img {
    transform: translateX(-2px);
}

.index .recommend {
    margin-bottom: 20px;
}

.index .recommend .recommend-anchor {
    transform: translateY(-72px);
}

.index .recommend .nav {
    display: flex;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}

.index .recommend .nav li {
    width: 25%;
    text-align: center;
}

.index .recommend .nav li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border: none;
}

.index .recommend .nav li a strong {
    margin-bottom: 10px;
    transition: color 0.3s;
}

.index .recommend .nav li.active a strong {
    color: var(--theme-color-1000);
    background-color: #ffffff;
    background: -webkit-linear-gradient(55deg, var(--theme-color-1000), var(--theme-color-700));
    background: -moz-linear-gradient(55deg, var(--theme-color-1000), var(--theme-color-700));
    background: linear-gradient(55deg, var(--theme-color-1000), var(--theme-color-700));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index .recommend .nav li a span {
    padding: 0 6px;
    color: #999999;
    border-radius: 4px;
}

.index .recommend .nav li.active a span {
    color: #ffffff;
    background-color: var(--theme-color-1000);
    background: -webkit-linear-gradient(55deg, var(--theme-color-1000), var(--theme-color-700));
    background: -moz-linear-gradient(55deg, var(--theme-color-1000), var(--theme-color-700));
    background: linear-gradient(55deg, var(--theme-color-1000), var(--theme-color-700));
}

.index .recommend .tab-content ul {
    display: flex;
    flex-wrap: wrap;
}

.index .recommend .tab-content ul li {
    width: calc((100% - 10px * 5) / 6);
    height: 287px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 15px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ffffff;
    transition: border-color 0.3s, box-shadow 0.3s;
}

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

.index .recommend .tab-content ul li:nth-child(-n+6) {
    margin-top: 0;
}

.index .recommend .tab-content ul li:nth-child(6n) {
    margin-right: 0;
}

.index .recommend .tab-content ul li .product-image {
    display: block;
    height: 170px;
    margin-bottom: 10px;
}

.index .recommend .tab-content ul li .product-image img {
    max-height: 100%;
}

.index .recommend .tab-content ul li h5 {
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: normal;
    transition: color 0.3s;
}

.index .recommend .tab-content ul li h6 {
    margin-bottom: 10px;
    font-weight: normal;
    color: #999999;
}

.index .recommend .tab-content ul li p {
    line-height: 18px;
}

.index .bottom-ad {
    margin-bottom: 20px;
}

.index .friend-link {
    margin-bottom: 20px;
}

.index .friend-link .friend-link-heading {
    line-height: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.index .friend-link .friend-link-body {
    border-radius: 6px;
    overflow: hidden;
}

.index .friend-link ul {
    display: flex;
}

.index .friend-link li {
    width: 10%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-left: none;
    background-color: #ffffff;
    transition: box-shadow 0.3s;
}

.index .friend-link li:first-child {
    border-left: 1px solid #eeeeee;
}

.index .friend-link li:hover {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #dddddd;
}

.index .friend-link li:not(:first-child):hover {
    width: calc(10% + 1px);
    margin-left: -1px;
}

@keyframes living {
    0% {
        transform: scaleY(1);
        transform-origin: 0 10px;
    }
    50% {
        transform: scaleY(0.3);
        transform-origin: 0 10px;
    }
    100% {
        transform: scaleY(1);
        transform-origin: 0 10px;
    }
}
