@charset "utf-8";

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

/* ---------- template-item ---------- */
.template-item {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.template-item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.template-item .title.hidden-element {
    display: none;
}

.template-item .title span {
    padding: 0 15px;
    font-weight: 500;
    font-size: 1.375rem;
}

.template-item .product-list,
.template-item.item-1 .store-list,
.template-item.item-5 .brand-list,
.template-item.item-6 .brand-list,
.template-item.item-12 .brand-list,
.template-item.item-18 .ad-list,
.template-item.item-19 .ad-list,
.template-item.item-11 .category-list,
.template-item.item-26 .promotion-list {
    display: flex;
    flex-wrap: wrap;
}

.template-item .product-list li {
    flex-shrink: 0;
    flex-grow: 0;
    padding: 15px;
    text-align: center;
    background-color: #ffffff;
}

.template-item .product-list li .product-image {
    display: block;
    margin: 0 auto 15px auto;
}

.template-item .product-list li .product-image img {
    transition: opacity 0.3s;
}

.template-item .product-list li:hover .product-image img {
    opacity: 0.8;
}

.template-item .product-list li h5,
.template-item .product-list li h6 {
    margin-bottom: 10px;
    font-weight: normal;
}

.template-item .product-list li h6 {
    color: #999999;
}

.template-item .product-list li strong {
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    color: var(--theme-color-1000);
}

.template-item.item-1 .store-list .store-item,
.template-item.item-5 .brand-list .brand-item,
.template-item.item-6 .brand-list .brand-item,
.template-item.item-12 .brand-list .brand-item,
.template-item.item-18 .ad-list li,
.template-item.item-26 .promotion-list .promotion-item {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
    margin-right: 10px;
}

.template-item.item-1 .store-list .store-item:nth-child(-n+2),
.template-item.item-5 .brand-list .brand-item:nth-child(-n+2),
.template-item.item-6 .brand-list .brand-item:nth-child(-n+2),
.template-item.item-12 .brand-list .brand-item:nth-child(-n+2),
.template-item.item-18 .ad-list li:nth-child(-n+2),
.template-item.item-26 .promotion-list .promotion-item:nth-child(-n+2) {
    margin-top: 0;
}

.template-item.item-1 .store-list .store-item:nth-child(2n),
.template-item.item-5 .brand-list .brand-item:nth-child(2n),
.template-item.item-6 .brand-list .brand-item:nth-child(2n),
.template-item.item-12 .brand-list .brand-item:nth-child(2n),
.template-item.item-18 .ad-list li:nth-child(2n),
.template-item.item-26 .promotion-list .promotion-item:nth-child(2n) {
    margin-right: 0;
}

.template-item.item-1 .product-list li,
.template-item.item-5 .product-list li,
.template-item.item-6 .product-list li,
.template-item.item-12 .product-list li,
.template-item.item-26 .product-list li {
    width: calc(100% / 3);
}

.template-item.item-1 .store-list .store-item {
    display: flex;
    align-items: flex-start;
}

.template-item.item-1 .store-list .store-item .store-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 26%;
    height: 100%;
    padding: 10px;
    color: #ffffff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.template-item.item-1 .store-list .store-item:nth-child(4n+1) .store-info {
    background-image: url("../images/store-18.jpeg");
}

.template-item.item-1 .store-list .store-item:nth-child(4n+2) .store-info {
    background-image: url("../images/store-19.jpeg");
}

.template-item.item-1 .store-list .store-item:nth-child(4n+3) .store-info {
    background-image: url("../images/store-20.jpeg");
}

.template-item.item-1 .store-list .store-item:nth-child(4n+4) .store-info {
    background-image: url("../images/store-21.jpeg");
}

.template-item.item-1 .store-list .store-item .store-info .store-image {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
}

.template-item.item-1 .store-list .store-item .store-info p {
    margin-bottom: 10px;
}

.template-item.item-1 .store-list .store-item .product-list {
    width: 74%;
    flex-shrink: 0;
}

.template-item.item-1 .store-list .store-item .product-list .product-image {
    width: auto;
    height: auto;
}

.template-item.item-2 .ad-image {
    position: relative;
    display: block;
    min-height: 90px;
    background-color: #f5f5f5;
}

.template-item.item-2 .ad-image .category {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 10;
    margin-bottom: 0;
    border-bottom: none;
}

.template-item.item-2 .ad-image .category li {
    margin-right: 15px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.4);
}

.template-item.item-2 .ad-image .category a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid transparent;
    background-color: transparent;
}

.template-item.item-2 .ad-image .category li.active a {
    color: var(--theme-color-1000);
}

.template-item.item-2 .product-list li,
.template-item.item-21 .product-list li {
    width: calc(100% / 6);
}

.template-item.item-3 .product-list li,
.template-item.item-4 .product-list li,
.template-item.item-8 .product-list li,
.template-item.item-20 .product-list li,
.template-item.item-25 .product-list li {
    width: calc((100% - 10px * 5) / 6);
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.template-item.item-3 .product-list li:nth-child(-n+6),
.template-item.item-4 .product-list li:nth-child(1),
.template-item.item-4 .product-list li:nth-child(2),
.template-item.item-8 .product-list li:nth-child(-n+6),
.template-item.item-20 .product-list li:nth-child(-n+6),
.template-item.item-25 .product-list li:nth-child(-n+6) {
    margin-top: 0;
}

.template-item.item-3 .product-list li:nth-child(6n),
.template-item.item-4 .product-list li:nth-child(2),
.template-item.item-4 .product-list li:nth-child(6n+2),
.template-item.item-8 .product-list li:nth-child(6n),
.template-item.item-20 .product-list li:nth-child(6n),
.template-item.item-25 .product-list li:nth-child(6n) {
    margin-right: 0;
}

.template-item.item-4 .product-list li:nth-child(1),
.template-item.item-4 .product-list li:nth-child(2) {
    width: calc((100% - 10px) / 2);
    padding: 0;
}

.template-item.item-4 .product-list li .product {
    display: flex;
    align-items: center;
    justify-content: center;
}

.template-item.item-4 .product-list li .product-left .product-image {
    padding: 30px;
    margin-bottom: 0;
    background-color: #fef9f0;
}

.template-item.item-4 .product-list li:nth-child(1) .product-image,
.template-item.item-4 .product-list li:nth-child(2) .product-image {
    width: 230px;
    height: 230px;
    margin-bottom: 0;
}

.template-item.item-4 .product-list li:nth-child(1) .product-body,
.template-item.item-4 .product-list li:nth-child(2) .product-body {
    position: relative;
    width: calc(100% - 230px);
    padding: 15px 30px 0 30px;
    text-align: left;
}

.template-item.item-4 .product-list li .product-body h5 {
    font-size: 14px;
    line-height: 20px;
}

.template-item.item-4 .product-list li .product-body .view-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.template-item.item-4 .product-list li .product-body .view-detail a {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid #aaaaaa;
}

.template-item.item-4 .product-list li .product-body .view-detail .icon-pullright {
    color: var(--theme-color-1000);
    font-size: 24px;
}

.template-item.item-5 .brand-list .brand-item,
.template-item.item-6 .brand-list .brand-item,
.template-item.item-12 .brand-list .brand-item {
    padding: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.template-item.item-5 .brand-list .brand-item:nth-child(4n+1) {
    background: url("../images/store-10.jpg") no-repeat;
}

.template-item.item-5 .brand-list .brand-item:nth-child(4n+2) {
    background: url("../images/store-11.jpg") no-repeat;
}

.template-item.item-5 .brand-list .brand-item:nth-child(4n+3) {
    background: url("../images/store-12.jpg") no-repeat;
}

.template-item.item-5 .brand-list .brand-item:nth-child(4n+4) {
    background: url("../images/store-13.jpg") no-repeat;
}

.template-item.item-5 .brand-list .brand-item .store-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.template-item.item-5 .brand-list .brand-item .store-wrapper .store {
    display: flex;
    align-items: center;
}

.template-item.item-5 .brand-list .brand-item .store-wrapper .store .store-logo {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
}

.template-item.item-5 .brand-list .brand-item .store-wrapper .store .store-logo img {
    max-width: 100%;
    max-height: 100%;
}

.template-item.item-5 .brand-list .brand-item .store-wrapper .store h6 {
    color: #ffffff;
}

.template-item.item-5 .brand-list .brand-item .product-list,
.template-item.item-6 .brand-list .brand-item .product-list {
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}

.template-item.item-6 .brand-list .brand-item {
    padding: 0;
}

.template-item.item-6 .brand-list .brand-item .store-wrapper {
    padding: 30px 0 30px 30px;
}

.template-item.item-6 .brand-list .brand-item:nth-child(4n+1) .store-wrapper {
    background: url("../images/store-6.jpg") no-repeat;
}

.template-item.item-6 .brand-list .brand-item:nth-child(4n+2) .store-wrapper {
    background: url("../images/store-7.jpg") no-repeat;
}

.template-item.item-6 .brand-list .brand-item:nth-child(4n+3) .store-wrapper {
    background: url("../images/store-8.jpg") no-repeat;
}

.template-item.item-6 .brand-list .brand-item:nth-child(4n+4) .store-wrapper {
    background: url("../images/store-9.jpg") no-repeat;
}

.template-item.item-6 .brand-list .brand-item .store {
    width: 40%;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}

.template-item.item-6 .brand-list .brand-item .store p {
    padding: 10px 0;
    background-color: #eeeeee;
}

.template-item.item-6 .brand-list .brand-item .store .store-logo {
    max-width: 40%;
    margin: 20px auto;
}

.template-item.item-6 .brand-list .brand-item .store a {
    display: inline-block;
    margin-bottom: 20px;
}

.template-item.item-6 .brand-list .brand-item .product-list {
    border-radius: 0;
}

.template-item.item-20 .product-list li {
    transition: border-color 0.3s, box-shadow 0.3s;
}

.template-item.item-20 .product-list li:hover {
    border-color: #dddddd;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.template-item.item-8 .category {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: none;
    background-color: #ffffff;
}

.template-item.item-8 .category li {
    text-align: center;
}

.template-item.item-8 .category li a {
    display: inline-block;
    line-height: 1;
    padding: 15px 10px;
    margin-right: 0;
    font-size: 1.125rem;
    text-align: center;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.template-item.item-8 .category li.active a {
    color: var(--theme-color-1000);
}

.template-item.item-9 .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.template-item.item-9 .header .title {
    padding: 0;
}

.template-item.item-9 .header .title span {
    font-size: 1.25rem;
    font-weight: 500;
}

.template-item.item-9 .header .category {
    margin-bottom: 0;
    border-bottom: none;
}

.template-item.item-9 .header .category a {
    padding: 0;
    margin-left: 10px;
    font-size: 14px;
    border: none;
    background-color: transparent;
}

.template-item.item-9 .header .category li.active a {
    color: var(--theme-color-1000);
}

.template-item.item-9 .ad-image {
    display: block;
    width: 100%;
    background-color: #f5f5f5;
}

.template-item.item-9 .product-list {
    margin-left: -10px;
}

.template-item.item-9 .product-list li {
    width: calc((100% - 10px * 3) / 4);
    height: 286px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.template-item.item-9 .product-list li:hover {
    border-color: #dddddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.template-item.item-9 .product-list li:nth-child(-n+4) {
    margin-top: 0;
}

.template-item.item-9 .product-list li:nth-child(4n) {
    margin-right: 0;
}

.template-item.item-9 .product-list li:nth-child(8) {
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.template-item.item-9 .product-list li .product,
.template-item.item-9 .product-list li .more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc((100% - 10px) / 2);
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: border-color 0.3s, box-shadow 0.3s;
    background-color: #ffffff;
}

.template-item.item-9 .product-list li .product:hover,
.template-item.item-9 .product-list li .more:hover {
    border-color: #dddddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.template-item.item-9 .product-list li .product-body {
    width: calc(100% - 80px);
    text-align: left;
}

.template-item.item-9 .product-list li .product-right {
    width: 80px;
    height: 80px;
}

.template-item.item-9 .product-list li .product-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.template-item.item-9 .product-list li:nth-child(8) .product-image {
    max-width: 80px;
    margin-bottom: 0;
}

.template-item.item-9 .product-list li:nth-child(8) .product-image img {
    opacity: 1;
}

.template-item.item-9 .product-list li .more {
    justify-content: space-between;
    color: #333333;
}

.template-item.item-9 .product-list li .more .text {
    width: 60%;
    text-align: left;
}

.template-item.item-9 .product-list li .more .text p {
    margin-bottom: 10px;
    font-size: 16px;
}

.template-item.item-9 .product-list li .more .text span {
    color: #999999;
}

.template-item.item-9 .product-list li .more .iconfont {
    font-size: 3rem;
    color: var(--theme-color-1000);
}

.template-item.item-10 .product-list {
    margin-left: -10px;
}

.template-item.item-10 .product-list li {
    width: calc((100% - 10px * 4) / 5);
    height: 286px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.template-item.item-10 .product-list li:hover {
    border-color: #dddddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.template-item.item-10 .product-list li:nth-child(-n+5) {
    margin-top: 0;
}

.template-item.item-10 .product-list li:nth-child(5n) {
    margin-right: 0;
}

.template-item.item-10 .category {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 582px;
    border-radius: 4px;
    margin-bottom: 0;
    border-bottom: none;
    background-color: #dbdfea;
}

.template-item.item-10 .category li {
    width: 100%;
}

.template-item.item-10 .category a {
    margin-right: 0;
    font-size: 0.875rem;
    border: none;
    background-color: transparent;
    transition: color 0.3s;
}

.template-item.item-10 .category li.active a {
    background-color: #e8e9f1;
}

.template-item.item-11 .category-list .category-item {
    width: calc((100% - 10px * 2) / 3);
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.template-item.item-11 .category-list .category-item:nth-child(-n+3) {
    margin-top: 0;
}

.template-item.item-11 .category-list .category-item:nth-child(3n) {
    margin-right: 0;
}

.template-item.item-11 .category-list .category-item .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 0.875rem;
}

.template-item.item-11 .category-list .category-item:nth-child(3n+1) .category-title {
    background-color: #fbeffe;
}

.template-item.item-11 .category-list .category-item:nth-child(3n+2) .category-title {
    background-color: #fde6ea;
}

.template-item.item-11 .category-list .category-item:nth-child(3n+3) .category-title {
    background-color: #fef1ec;
}

.template-item.item-11 .category-list .category-item .category-title .iconfont {
    color: var(--theme-color-1000);
    font-size: 1rem;
}

.template-item.item-11 .product-list {
    height: 568px;
    background-color: #ffffff;
}

.template-item.item-11 .product-list li {
    width: 50%;
    height: 284px;
}

.template-item.item-12 .brand-list .brand-item {
    display: flex;
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.template-item.item-12 .brand-list .brand-item .store-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    padding: 0 50px;
}

.template-item.item-12 .brand-list .brand-item:nth-child(5n+1) .store-wrapper {
    background: url("../images/store-1.jpg") no-repeat;
}

.template-item.item-12 .brand-list .brand-item:nth-child(5n+2) .store-wrapper {
    background: url("../images/store-2.jpg") no-repeat;
}

.template-item.item-12 .brand-list .brand-item:nth-child(5n+3) .store-wrapper {
    background: url("../images/store-3.jpg") no-repeat;
}

.template-item.item-12 .brand-list .brand-item:nth-child(5n+4) .store-wrapper {
    background: url("../images/store-4.jpg") no-repeat;
}

.template-item.item-12 .brand-list .brand-item .store-wrapper .store p {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1rem;
}

.template-item.item-12 .brand-list .brand-item .store-wrapper .store .store-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
}

.template-item.item-12 .brand-list .brand-item .store-wrapper .store .store-logo img {
    max-width: 100%;
    max-height: 100%;
}

.template-item.item-12 .product-list {
    width: 75%;
    background-color: #ffffff;
}

.template-item.item-13 .product-list-wrapper {
    position: relative;
    margin-left: -10px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ffffff;
}

.template-item.item-13 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.template-item.item-13 .product-list,
.template-item.item-21 .product-list {
    flex-wrap: nowrap;
}

.template-item.item-13 .product-list-wrapper li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 20px;
    width: 223px;
    height: 248px;
}

.template-item.item-13 .product-list-wrapper li.even {
    flex-direction: column-reverse;
}

.template-item.item-13 .product-list-wrapper li a {
    max-width: 100%;
}

.template-item.item-13 .product-list-wrapper li .product-image {
    height: 170px;
    margin-bottom: 0;
}

.template-item.item-13 .product-list-wrapper li .product-image img {
    max-height: 100%;
}

.template-item.item-13 .product-list-wrapper li h5 {
    margin-bottom: 0;
}

.template-item.item-14 .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    text-align: left;
    background-color: #ddfff2;
    background: -webkit-linear-gradient(0deg, #cbffeb, #f7fffc);
    background: -moz-linear-gradient(0deg, #cbffeb, #f7fffc);
    background: linear-gradient(0deg, #cbffeb, #f7fffc);
}

.template-item.item-14 .title.hidden-element {
    display: none;
}

.template-item.item-14 .title small {
    width: 104px;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    padding-left: 20px;
    font-size: 0.875rem;
    color: #ffffff;
    background: url("../images/template-background-14.png") no-repeat;
}

.template-item.item-14 .product-list {
    height: 284px;
    overflow: hidden;
    background-color: #ddfff2;
    background: -webkit-linear-gradient(180deg, #ddfff2, #ffffff);
    background: -moz-linear-gradient(180deg, #ddfff2, #ffffff);
    background: linear-gradient(180deg, #ddfff2, #ffffff);
}

.template-item.item-14 .product-list li {
    width: calc(100% / 6);
    background-color: transparent;
}

.template-item.item-16 .swiper-container .ad-image {
    position: relative;
    display: block;
}

.template-item.item-16 .swiper-container .ad-image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 100;
    border: 5px solid rgba(255, 255, 255, 0.7);
}

.template-item.item-17 .ad-list li:not(:last-child) {
    margin-bottom: 10px;
}

.template-item.item-18 .ad-list li {
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, transform 0.5s;
    transition: opacity 0.3s, transform 0.5s;
}

.template-item.item-18 .ad-list li:hover {
    opacity: 0.8;
}

.template-item.item-19 .ad-list li {
    width: calc((100% - 10px * 3) / 4);
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, transform 0.5s;
    transition: opacity 0.3s, transform 0.5s;
}

.template-item.item-19 .ad-list li:nth-child(-n+4) {
    margin-top: 0;
}

.template-item.item-19 .ad-list li:nth-child(4n) {
    margin-right: 0;
}

.template-item.item-19 .ad-list li:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.template-item.item-19 .ad-list li:before {
    width: 80px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: -130px;
    -webkit-transform: skewx(-25deg);
    transform: skewx(-25deg);
    cursor: pointer;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, 0.5)50%, rgba(255, 255, 255, 0)100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, 0.5)50%, rgba(255, 255, 255, 0)100%);
    background: linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, 0.5)50%, rgba(255, 255, 255, 0)100%);
}

.template-item.item-19 .ad-list li:hover:before {
    left: -webkit-calc(100% + 50px);
    left: calc(100% + 50px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.template-item.item-19 .ad-list li img {
    border-radius: 5px;
}

.template-item.item-20 .title {
    justify-content: flex-start;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    color: #f25959;
    font-size: 1.25rem;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: url("../images/title-background.png");
    background-repeat: no-repeat;
}

.template-item.item-20 .title .iconfont {
    font-size: 1.5rem;
}

.template-item.item-20 .product-list li:nth-child(-n+6) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.template-item.item-21 .product-list {
    background-color: #ffffff;
}

.template-item.item-21 .swiper-pagination {
    position: relative;
    width: 100%;
    padding-top: 5px;
}

.template-item.item-21 .swiper-pagination span {
    margin: 0 2px;
}

.template-item.item-22 .ad-list li:not(:last-child) {
    margin-bottom: 10px;
}

.template-item.item-25 .content {
    position: relative;
    padding-top: 115px;
}

.template-item.item-25 .content .ad-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.template-item.item-25 .content .product-list {
    position: relative;
    z-index: 100;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.template-item.item-25 .content .product-list li {
    padding: 0 0 15px 0;
    background-color: #ffeeee;
    background: -webkit-linear-gradient(90deg, #ffd5bc, #ffe4e0);
    background: -moz-linear-gradient(90deg, #ffd5bc, #ffe4e0);
    background: linear-gradient(90deg, #ffd5bc, #ffe4e0);
}

.template-item.item-25 .content .product-list li a {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}

.template-item.item-25 .content .product-list li .product-image {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.template-item.item-25 .content .product-list li .product-image img {
    position: relative;
    z-index: 1;
    max-height: 100%;
}

.template-item.item-25 .content .product-list li .product-image span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    height: 10px;
    overflow: hidden;
    background-color: #ffeeee;
    background: -webkit-linear-gradient(90deg, #ffd5bc, #ffe4e0);
    background: -moz-linear-gradient(90deg, #ffd5bc, #ffe4e0);
    background: linear-gradient(90deg, #ffd5bc, #ffe4e0);
}

.template-item.item-25 .content .product-list li .product-image span:after {
    position: relative;
    content: "";
    left: 50%;
    display: block;
    width: 300px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    transform: translate(-50%, -40px);
}

.template-item.item-26 .promotion-list .promotion-item {
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
}

.template-item.item-26 .promotion-list .promotion-item .promotion-title {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.template-item.item-26 .promotion-list .promotion-item .promotion-title h5 strong {
    font-weight: normal;
    color: var(--theme-color-700);
    background-color: transparent;
    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));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.template-item.item-26 .promotion-list .promotion-item .promotion-title h5 span {
    margin-left: 5px;
    padding: 1px 4px;
    color: var(--theme-color-1000);
    font-weight: normal;
    border-radius: 4px;
    border: 1px solid var(--theme-color-1000);
}

.template-item.item-26 .promotion-list .promotion-item .promotion-title a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    color: var(--theme-color-1000);
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--theme-color-1000);
}

.template-item.item-26 .promotion-list .promotion-item .product-list li {
    position: relative;
    height: 286px;
}

.template-item.item-26 .promotion-list .promotion-item.default-promotion .product-list li h5 {
    margin-bottom: 15px;
}

.template-item.item-26 .promotion-list .promotion-item.default-promotion .product-list li .price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.template-item.item-26 .promotion-list .promotion-item.default-promotion .product-list li .price strong {
    position: relative;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    border-radius: 3px;
    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));
}

.template-item.item-26 .promotion-list .promotion-item.default-promotion .product-list li .price strong:after {
    position: absolute;
    top: 4px;
    right: -8px;
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: var(--theme-color-700);
}

.template-item.item-26 .promotion-list .promotion-item.default-promotion .product-list li .price strong {
    color: #ffffff;
}

.template-item.item-26 .promotion-list .promotion-item.money-off-promotion .product-list li:nth-child(2):before,
.template-item.item-26 .promotion-list .promotion-item.money-off-promotion .product-list li:nth-child(2):after {
    position: absolute;
    top: 50%;
    width: 1px;
    height: 70%;
    content: "";
    background: #cccccc;
    background: -webkit-linear-gradient(transparent, #cccccc, transparent);
    background: -moz-linear-gradient(transparent, #cccccc, transparent);
    background: linear-gradient(transparent, #cccccc, transparent);
    transform: translateY(-50%);
}

.template-item.item-26 .promotion-list .promotion-item.money-off-promotion .product-list li:nth-child(2):before {
    left: 0;
}

.template-item.item-26 .promotion-list .promotion-item.money-off-promotion .product-list li:nth-child(2):after {
    right: 0;
}

.template-item.item-26 .promotion-list .promotion-item.money-off-promotion .product-list li strong {
    display: inline-block;
    width: 46px;
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    background: url(../images/price-background-1.png) no-repeat;
    background-size: 100%;
}

.template-item.item-26 .promotion-list .promotion-item.group-buying-promotion .product-list li h5,
.template-item.item-26 .promotion-list .promotion-item.group-buying-promotion .product-list li .price {
    margin-bottom: 11px;
    text-align: left;
}

.template-item.item-26 .promotion-list .promotion-item.group-buying-promotion .product-list li .count {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.template-item.item-26 .promotion-list .promotion-item.group-buying-promotion .product-list li .count .iconfont {
    font-size: 0.875rem;
    color: var(--theme-color-1000);
}

.template-item.item-26 .promotion-list .promotion-item.group-buying-promotion .product-list li .count .progress {
    width: 50%;
    height: 10px;
    margin-bottom: 0;
    background-color: var(--theme-color-200);
}

.template-item.item-26 .promotion-list .promotion-item.group-buying-promotion .product-list li .count .progress .progress-bar {
    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));
}

.template-item.item-26 .promotion-list .promotion-item.flash-sale-promotion .product-list li .price {
    display: flex;
    margin-bottom: 10px;
    border: 1px solid var(--theme-color-1000);
}

.template-item.item-26 .promotion-list .promotion-item.flash-sale-promotion .product-list li .price span {
    position: relative;
    width: 60%;
    height: 22px;
    line-height: 22px;
    padding-right: 12px;
    text-align: center;
    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));
}

.template-item.item-26 .promotion-list .promotion-item.flash-sale-promotion .product-list li .price span:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent white transparent transparent;
    border-style: solid;
    border-width: 22px 12px 0 0;
}

.template-item.item-26 .promotion-list .promotion-item.flash-sale-promotion .product-list li .price del {
    width: 40%;
    height: 22px;
    line-height: 22px;
    color: #bfbfbf;
    background-color: #ffffff;
}

.template-item.item-26 .promotion-list .promotion-item.flash-sale-promotion .product-list li .countdown,
.template-item.item-26 .promotion-list .promotion-item.pre-sell-promotion .product-list li .countdown {
    display: flex;
    align-items: center;
    line-height: 1;
}

.template-item.item-26 .promotion-list .promotion-item.flash-sale-promotion .product-list li .countdown .iconfont,
.template-item.item-26 .promotion-list .promotion-item.pre-sell-promotion .product-list li .countdown .iconfont {
    margin-top: -3px;
    margin-right: 5px;
    font-size: 1rem;
    color: var(--theme-color-1000);
}

.template-item.item-26 .promotion-list .promotion-item.pre-sell-promotion .product-list li .price {
    position: relative;
    height: 24px;
    line-height: 24px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
    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));
}

.template-item.item-26 .promotion-list .promotion-item.pre-sell-promotion .product-list li .price:before,
.template-item.item-26 .promotion-list .promotion-item.pre-sell-promotion .product-list li .price:after {
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
}

.template-item.item-26 .promotion-list .promotion-item.pre-sell-promotion .product-list li .price:before {
    left: -24px;
    border-right-color: var(--theme-color-1000);
}

.template-item.item-26 .promotion-list .promotion-item.pre-sell-promotion .product-list li .price:after {
    right: -24px;
    border-left-color: var(--theme-color-700);
}
