@charset "utf-8";

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

/* ---------- theme-coupon ---------- */
.theme-coupon .coupon-modal .modal-dialog {
    width: 430px;
}

.theme-coupon .coupon-modal .modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f0f0f0;
}

.theme-coupon .coupon-modal .modal-body {
    padding-top: 30px;
}

.theme-coupon .coupon-modal .modal-body .iconfont {
    display: inline-block;
    line-height: 1;
    margin-bottom: 15px;
    padding: 5px;
    color: #38b038;
    font-size: 3rem;
    border-radius: 50%;
    border: 3px solid #38b038;
}

.theme-coupon .coupon-modal .modal-body h4,
.theme-coupon .coupon-modal .modal-body p {
    margin-bottom: 15px;
}

.theme-coupon .coupon-modal .modal-body .btn {
    min-width: 80px;
    margin: 0 5px;
}

.theme-coupon .coupon-modal .modal-body .btn-default {
    background-color: #f0f0f0;
}

.theme-coupon .coupon-modal .modal-body .countdown {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: left;
}

.theme-coupon .main-header {
    margin-bottom: 0;
    border-bottom-width: 2px;
}

.theme-coupon main {
    min-height: 343px;
    background-color: #f5f5f5;
}

.theme-coupon main .store-image {
    display: block;
    height: 450px;
}

.theme-coupon main .title {
    margin-top: 25px;
}

.theme-coupon main .title span {
    position: relative;
    margin-top: 20px;
    padding: 0 10px;
}

.theme-coupon main .title span:before,
.theme-coupon main .title span:after {
    position: absolute;
    top: 50%;
    width: 31px;
    height: 15px;
    content: "";
    background: url("../images/coupon.png") -18px -60px;
}

.theme-coupon main .title span:before {
    left: 0;
    transform: translate(-100%, -50%);
}

.theme-coupon main .title span:after {
    right: 0;
    transform: translate(100%, -50%);
}

.theme-coupon main .coupon-list {
    display: flex;
    flex-wrap: wrap;
}

.theme-coupon main .coupon-list li {
    display: flex;
    width: calc((100% - 100px) / 3);
    margin-top: 25px;
    margin-right: 50px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ffffff;
}

.theme-coupon main .coupon-list li:nth-child(3n) {
    margin-right: 0;
}

.theme-coupon main .coupon-list li .media .media-left {
    padding: 10px;
}

.theme-coupon main .coupon-list li .media .media-left .product-image {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
}

.theme-coupon main .coupon-list li.disabled .media .media-left img {
    filter: grayscale(1);
}

.theme-coupon main .coupon-list li .media .media-body {
    position: relative;
    padding: 10px 0;
    overflow: visible;
}

.theme-coupon main .coupon-list li .media .media-body:before,
.theme-coupon main .coupon-list li .media .media-body:after {
    position: absolute;
    right: -4px;
    z-index: 100;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background-color: #f5f5f5;
}

.theme-coupon main .coupon-list li .media .media-body:before {
    top: -4px;
}

.theme-coupon main .coupon-list li .media .media-body:after {
    bottom: -4px;
}

.theme-coupon main .coupon-list li .media .media-body .use-image {
    position: absolute;
    right: 10px;
    bottom: 48px;
    width: 50px;
    height: 50px;
    background: url("../images/coupon.png") -18px 0;
}

.theme-coupon main .coupon-list li .media .media-body .store-limit {
    display: block;
    margin-bottom: 5px;
    color: #333333;
}

.theme-coupon main .coupon-list li .media .media-body p {
    max-width: 180px;
    margin-bottom: 5px;
    color: #666666;
}

.theme-coupon main .coupon-list li .media-body .progress-wrapper {
    display: flex;
    align-items: center;
}

.theme-coupon main .coupon-list li.disabled .media-body .progress-wrapper {
    display: none;
}

.theme-coupon main .coupon-list li .media .media-body .progress-wrapper .progress {
    width: 50%;
    height: 8px;
    margin-right: 5px;
    margin-bottom: 0;
    border-radius: 20px;
    background-color: #fed4d5;
}

.theme-coupon main .coupon-list li .media .media-body .progress-wrapper .progress .progress-bar {
    background-color: #f1313e;
    background: -webkit-linear-gradient(55deg, #f1313e, #f5686a);
    background: -moz-linear-gradient(55deg, #f1313e, #f5686a);
    background: linear-gradient(55deg, #f1313e, #f5686a);
}

.theme-coupon main .coupon-list li .media .media-right {
    position: relative;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    padding: 0 10px;
    color: #ffffff;
    text-align: center;
    background-color: #f1313e;
    background: -webkit-linear-gradient(135deg, #f68808, #f54f03);
    background: -moz-linear-gradient(135deg, #f68808, #f54f03);
    background: linear-gradient(135deg, #f68808, #f54f03);
}

.theme-coupon main .coupon-list li.news .media .media-right {
    background-color: #e1aa5f;
    background: -webkit-linear-gradient(135deg, #f5d185, #e1aa5f);
    background: -moz-linear-gradient(135deg, #f5d185, #e1aa5f);
    background: linear-gradient(135deg, #f5d185, #e1aa5f);
}

.theme-coupon main .coupon-list li .media .media-right:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    width: 4px;
    content: "";
    background-image: url("../../common/images/sawtooth.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.theme-coupon main .coupon-list li .media .media-right span {
    display: none;
    position: absolute;
    top: 4px;
    right: -15px;
    width: 55px;
    color: #ffffff;
    background-color: #f68c17;
    transform: scale(0.9) rotate(45deg);
}

.theme-coupon main .coupon-list li.news .media .media-right span {
    display: block;
}

.theme-coupon main .coupon-list li .media .media-right strong {
    display: block;
    margin-bottom: 3px;
    font-weight: normal;
}

.theme-coupon main .coupon-list li .media .media-right p {
    margin-bottom: 6px;
}

.theme-coupon main .coupon-list li .media .media-right a {
    display: none;
    width: 70px;
    line-height: 20px;
    margin: auto;
    padding: 0 5px;
    color: #f67336;
    border-radius: 20px;
    background-color: #ffffff;
}

.theme-coupon main .coupon-list li.news .media .media-right a {
    color: #e1aa5f;
}

.theme-coupon main .coupon-list li .media .media-right a.active {
    display: block;
}

.theme-coupon main .coupon-list li.disabled .media .media-right {
    background-color: #a1a1a1;
    background: -webkit-linear-gradient(135deg, #bbbbbb, #a1a1a1);
    background: -moz-linear-gradient(135deg, #bbbbbb, #a1a1a1);
    background: linear-gradient(135deg, #bbbbbb, #a1a1a1);
}

.theme-coupon main .coupon-list li.disabled .media .media-right span {
    color: #ffffff;
    background-color: #999999;
}

.theme-coupon main .coupon-list li.disabled .media .media-right a {
    cursor: default;
    color: #999999;
    background-color: rgba(255, 255, 255, 0.9);
}

.theme-coupon main .scrollload-no-more-data:before,
.theme-coupon main .scrollload-no-more-data:after {
    display: none;
}

.theme-coupon main .no-result {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #ffffff;
}

.theme-coupon main .no-result dl dt {
    margin-bottom: 10px;
    color: #ed0014;
}

.theme-coupon main .no-result dl dd {
    line-height: 30px;
    color: #999999;
}

.theme-coupon main .pagination {
    margin-top: 0;
    margin-bottom: 15px;
}

.theme-coupon main .bottom-ad-image {
    position: relative;
    margin-bottom: 15px;
}

.theme-coupon main .bottom-ad-image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* ---------- theme-detail ---------- */
.theme-detail {
    background-color: #f1f1f1;
}

.theme-detail .main-header {
    margin-bottom: 0;
    border-bottom-width: 2px;
    background-color: #ffffff;
}

.theme-detail main {
    min-height: 204px;
    margin-bottom: 20px;
}

.theme-detail main .single-ad-image {
    position: relative;
    height: 450px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.theme-detail main .single-ad-image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.theme-detail .theme-ad {
    height: 440px;
}

.theme-detail .theme-ad.is-background {
    height: 500px;
}

.theme-detail .theme-ad.is-background .theme-ad-background {
    height: 440px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.theme-detail .theme-ad .theme-ad-swiper {
    height: 450px;
    margin-top: -400px;
    padding: 5px;
}

.theme-detail .theme-ad.is-background .theme-ad-swiper.swiper-container-initialized {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.theme-detail .theme-ad.is-background .theme-ad-swiper.swiper-container-initialized:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 1;
    border: 5px solid hsla(0, 0%, 100%, 0.7);
}

.theme-detail .theme-ad .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.theme-detail .featured-recommend {
    margin-bottom: 10px;
    text-align: center;
}

.theme-detail .featured-recommend>h5,
.theme-detail .store-recommend>h5,
.theme-detail .category-recommend>h5,
.theme-detail .brand-recommend>h5,
.theme-detail .single-ad>h5,
.theme-detail .bottom-ad>h5,
.theme-detail .promotion-product>h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    text-align: center;
}

.theme-detail .featured-recommend>h5 span,
.theme-detail .store-recommend>h5 span,
.theme-detail .category-recommend>h5 span,
.theme-detail .brand-recommend>h5 span,
.theme-detail .single-ad>h5 span,
.theme-detail .bottom-ad>h5 span,
.theme-detail .promotion-product>h5 span {
    padding: 0 15px;
    font-size: 1.25rem;
}

.theme-detail .featured-recommend>h5 .iconfont,
.theme-detail .store-recommend>h5 .iconfont,
.theme-detail .category-recommend>h5 .iconfont,
.theme-detail .brand-recommend>h5 .iconfont,
.theme-detail .single-ad>h5 .iconfont,
.theme-detail .bottom-ad>h5 .iconfont,
.theme-detail .promotion-product>h5 .iconfont {
    font-size: 1rem;
    color: #b8a279;
}

.theme-detail .featured-recommend ul {
    display: flex;
    flex-wrap: wrap;
}

.theme-detail .featured-recommend ul li {
    display: flex;
    flex-direction: column;
    width: calc((100% - 10px * 5) / 6);
    margin-top: 10px;
    margin-right: 10px;
    padding: 20px;
    background-color: #ffffff;
}

.theme-detail .featured-recommend ul li:nth-child(6n) {
    margin-right: 0;
}

.theme-detail .featured-recommend ul li:nth-child(-n+6) {
    margin-top: 0;
}

.theme-detail .featured-recommend ul li .featured-image {
    display: block;
    margin-bottom: 15px;
}

.theme-detail .featured-recommend ul li .featured-image img {
    transition: opacity 0.3s;
}

.theme-detail .featured-recommend ul li:hover .featured-image img {
    opacity: 0.8;
}

.theme-detail .featured-recommend ul li h5 {
    font-weight: normal;
    margin-bottom: 10px;
}

.theme-detail .featured-recommend ul li strong {
    font-weight: normal;
    color: #ed0014;
}

.theme-detail .store-recommend {
    margin-bottom: 10px;
}

.theme-detail .store-recommend>ul {
    display: flex;
    flex-wrap: wrap;
}

.theme-detail .store-recommend>ul>li {
    display: flex;
    width: calc((100% - 10px) / 2);
    height: 220px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    background-color: #ffffff;
}

.theme-detail .store-recommend>ul>li:nth-child(-n+2) {
    margin-top: 0;
}

.theme-detail .store-recommend>ul>li:nth-child(2n) {
    margin-right: 0;
}

.theme-detail .store-recommend>ul>li .store-left {
    width: 25%;
    padding: 20px;
}

.theme-detail .store-recommend>ul>li .store-left .store-logo {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 10px auto;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
}

.theme-detail .store-recommend>ul>li .store-left .store-logo img {
    max-width: 100%;
    max-height: 100%;
}

.theme-detail .store-recommend>ul>li .store-left p {
    margin-bottom: 10px;
    color: #ffffff;
}

.theme-detail .store-recommend>ul>li .store-right {
    width: 75%;
    display: flex;
}

.theme-detail .store-recommend>ul>li .store-right li {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    padding: 15px 15px 0 15px;
}

.theme-detail .store-recommend>ul>li .store-right li .product-image {
    display: block;
    margin-bottom: 15px;
}

.theme-detail .store-recommend>ul>li .store-right li .product-image img {
    width: 135px;
    height: 135px;
    transition: opacity 0.3s;
}

.theme-detail .store-recommend>ul>li .store-right li:hover .product-image img {
    opacity: 0.8;
}

.theme-detail .store-recommend>ul>li .store-right li h5 {
    margin-bottom: 10px;
    font-weight: normal;
}

.theme-detail .store-recommend>ul>li .store-right li strong {
    font-size: 1rem;
    font-weight: normal;
    color: #ed0014;
}

.theme-detail .brand-recommend {
    margin-bottom: 10px;
}

.theme-detail .brand-recommend>ul {
    display: flex;
    flex-wrap: wrap;
}

.theme-detail .brand-recommend>ul>li {
    width: calc((100% - 10px) / 2);
    padding: 20px;
    margin-top: 10px;
    margin-right: 10px;
}

.theme-detail .brand-recommend>ul>li:nth-child(-n+2) {
    margin-top: 0;
}

.theme-detail .brand-recommend>ul>li:nth-child(2n) {
    margin-right: 0;
}

.theme-detail .brand-recommend>ul>li .brand-store {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.theme-detail .brand-recommend>ul>li .brand-store .brand-store-left {
    display: flex;
    align-items: center;
}

.theme-detail .brand-recommend>ul>li .brand-store .brand-store-left .brand-store-image {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
}

.theme-detail .brand-recommend>ul>li .brand-store .brand-store-left .brand-store-image img {
    max-width: 100%;
    max-height: 100%;
}

.theme-detail .brand-recommend>ul>li .brand-store .brand-store-left h6 {
    margin-right: 10px;
    color: #ffffff;
}

.theme-detail .brand-recommend>ul>li .brand-store .brand-store-left h6 span {
    display: block;
    margin-top: 5px;
}

.theme-detail .brand-recommend>ul>li ul {
    display: flex;
    background-color: #ffffff;
}

.theme-detail .brand-recommend>ul>li ul li {
    width: calc(100% / 3);
    padding: 15px;
    text-align: center;
}

.theme-detail .brand-recommend>ul>li ul li .brand-product-image {
    display: block;
    margin-bottom: 15px;
}

.theme-detail .brand-recommend>ul>li ul li .brand-product-image img {
    width: 170px;
    height: 170px;
    transition: opacity 0.3s;
}

.theme-detail .brand-recommend>ul>li ul li:hover .brand-product-image img {
    opacity: 0.8;
}

.theme-detail .brand-recommend>ul>li ul li h5 {
    margin-bottom: 10px;
    font-weight: normal;
}

.theme-detail .brand-recommend>ul>li ul li strong {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #ed0014;
}

.theme-detail .category-recommend .nav {
    display: flex;
    border: none;
}

.theme-detail .category-recommend .nav li {
    position: relative;
    flex-grow: 1;
}

.theme-detail .category-recommend .nav li.active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    background-color: #ed0014;
}

.theme-detail .category-recommend .nav li a {
    margin-right: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    background-color: #ffffff;
    transition: background-color 0.3s;
}

.theme-detail .category-recommend .nav li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.theme-detail .category-recommend .category-product {
    display: flex;
    flex-wrap: wrap;
}

.theme-detail .category-recommend .category-product li {
    width: calc((100% - 10px * 5) / 6);
    padding: 20px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    background-color: #ffffff;
}

.theme-detail .category-recommend .category-product li:hover {
    border-color: #dddddd;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.theme-detail .category-recommend .category-product li:nth-child(-n+6) {
    margin-top: 0;
}

.theme-detail .category-recommend .category-product li:nth-child(6n) {
    margin-right: 0;
}

.theme-detail .category-recommend .category-product li .category-product-image {
    display: block;
    margin-bottom: 15px;
}

.theme-detail .category-recommend .category-product li .category-product-image img {
    width: 170px;
    height: 170px;
}

.theme-detail .category-recommend .category-product li h5 {
    margin-bottom: 10px;
    font-weight: normal;
}

.theme-detail .category-recommend .category-product li h6 {
    margin-bottom: 10px;
    font-weight: normal;
    color: #999999;
}

.theme-detail .category-recommend .category-product li strong {
    display: block;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: normal;
    color: #ed0014;
}

.theme-detail .single-ad {
    margin-top: 10px;
}

.theme-detail .promotion-product ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.theme-detail .promotion-product ul li {
    width: calc((100% - 10px * 5) / 6);
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    border: 1px solid transparent;
    background-color: #ffffff;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.theme-detail .promotion-product ul li:nth-child(-n+6) {
    margin-top: 0;
}

.theme-detail .promotion-product ul li:nth-child(6n) {
    margin-right: 0;
}

.theme-detail .promotion-product ul li:hover {
    border-color: #dddddd;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.theme-detail .promotion-product ul li .product-image {
    display: block;
    margin-bottom: 20px;
}

.theme-detail .promotion-product ul li .product-image img {
    width: 170px;
    height: 170px;
}

.theme-detail .promotion-product ul li strong {
    display: block;
    height: 14px;
    line-height: 14px;
    margin-bottom: 9px;
    font-size: 1rem;
    font-weight: normal;
    color: #ed0014;
}

.theme-detail .promotion-product ul li del {
    font-weight: normal;
    color: #bababa;
}

.theme-detail .promotion-product ul li h5 {
    margin-bottom: 5px;
    font-weight: normal;
}

.theme-detail .promotion-product ul li h6 {
    height: 17px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #999999;
}

.theme-detail .promotion-product ul li .store {
    display: flex;
    align-items: center;
    height: 20px;
    margin-bottom: 5px;
    color: #999999;
}

.theme-detail .promotion-product ul li .store-type {
    height: 17px;
    margin-bottom: 5px;
}

.theme-detail .promotion-product ul li .store .iconfont {
    margin-left: 5px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #4488ff;
    cursor: pointer;
}

.theme-detail .promotion-product ul li .group-pooling {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 42px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #ed0014;
    border-radius: 20px;
    overflow: hidden;
}

.theme-detail .promotion-product ul li .group-pooling span {
    padding: 0 5px;
    color: #ed0014;
}

.theme-detail .promotion-product ul li .group-pooling span .iconfont {
    font-size: 0.875rem;
}

.theme-detail .promotion-product ul li .group-pooling a {
    padding: 0 10px;
    color: #ffffff;
    background-color: #ed0014;
    border-radius: 20px;
    border-top-left-radius: 0;
}

.theme-detail .bottom-ad {
    margin-top: 10px;
}

.theme-detail .bottom-ad .bottom-ad-image {
    position: relative;
    height: 150px;
}

.theme-detail .bottom-ad .bottom-ad-image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.theme-detail .limited-time-promotion,
.theme-detail .good-product-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.theme-detail .limited-time-promotion .promotion-ad,
.theme-detail .good-product-wrapper .promotion-ad {
    display: block;
    background-color: #ffffff;
}

.theme-detail .limited-time-promotion .promotion-ad img,
.theme-detail .good-product-wrapper .promotion-ad img {
    transition: opacity 0.3s;
}

.theme-detail .limited-time-promotion .promotion-ad:hover img,
.theme-detail .good-product-wrapper .promotion-ad:hover img {
    opacity: 0.9;
}

.theme-detail .limited-time-promotion .promotion-anchor {
    transform: translateY(-56px);
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper {
    margin-left: -10px;
    background-color: #ffffff;
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper li {
    width: calc(100% / 5);
    padding: 10px 20px;
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper li .product-image {
    display: block;
    height: 170px;
    margin-bottom: 9px;
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper li .product-image img {
    transition: transform 0.3s;
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper li:hover .product-image img {
    transform: translateX(-2px);
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper li h5 {
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #333333;
    transition: color 0.3s;
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper li h5:hover {
    color: #f03e3e;
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper li .price {
    display: flex;
    margin-bottom: 10px;
    border: 1px solid #f03e3e;
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper li .price span {
    position: relative;
    width: 60%;
    height: 22px;
    line-height: 22px;
    padding-right: 12px;
    text-align: center;
    color: #ffffff;
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper 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;
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper li .price del {
    width: 40%;
    height: 22px;
    line-height: 22px;
    color: #bfbfbf;
    background-color: #ffffff;
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper li .countdown {
    display: flex;
    align-items: center;
}

.theme-detail .limited-time-promotion .limited-time-promotion-swiper li .countdown .iconfont {
    margin-top: -3px;
    margin-right: 5px;
    font-size: 1rem;
    color: #f03e3e;
}

.theme-detail .good-product {
    position: relative;
    margin-left: -10px;
    overflow: hidden;
    background-color: #ffffff;
}

.theme-detail .good-product ul li {
    float: left;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 223px;
    height: 248px;
}

.theme-detail .good-product ul li:nth-child(even) {
    flex-direction: column-reverse;
}

.theme-detail .good-product ul li .product-image {
    height: 170px;
}

.theme-detail .good-product ul li img {
    margin: 5px auto;
    transition: transform 0.3s;
}

.theme-detail .good-product ul li:hover img {
    transform: translateX(-2px);
}

.theme-detail .good-product ul li h5 {
    line-height: 18px;
    margin: 5px 0;
    font-weight: normal;
    color: #333333;
    transition: color 0.3s;
}

.theme-detail .good-product ul li h5:hover {
    color: #ed0014;
}

.theme-detail .promotion .panel {
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #ffffff;
}

.theme-detail .promotion .panel .panel-heading {
    display: flex;
    justify-content: space-between;
}

.theme-detail .promotion .panel .panel-heading h5 {
    display: flex;
    align-items: flex-end;
}

.theme-detail .promotion .panel .panel-heading h5 strong {
    font-weight: normal;
    color: #ed0014;
    background: #ffffff;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-detail .promotion .panel .panel-heading h5 span {
    margin-left: 5px;
    padding: 1px 4px;
    color: #ed0014;
    font-weight: normal;
    border-radius: 4px;
    border: 1px solid #ed0014;
}

.theme-detail .promotion .panel .panel-heading a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    color: #ed0014;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ed0014;
    transition: color 0.3s, background-color 0.3s;
}

.theme-detail .promotion .panel .panel-heading a:hover {
    color: #ffffff;
    background-color: #ed0014;
}

.theme-detail .promotion .panel .panel-heading a .iconfont {
    line-height: 1;
}

.theme-detail .promotion .panel .panel-body {
    padding: 0;
}

.theme-detail .promotion .panel .panel-body ul {
    display: flex;
}

.theme-detail .promotion .promotion-1 .panel-body ul li {
    position: relative;
    width: calc(100% / 3);
    padding: 18px;
    text-align: center;
}

.theme-detail .promotion .promotion-1 .panel-body ul li:nth-child(2):before,
.theme-detail .promotion .promotion-1 .panel-body ul 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%);
}

.theme-detail .promotion .promotion-1 .panel-body ul li:nth-child(2):before {
    left: 0;
}

.theme-detail .promotion .promotion-1 .panel-body ul li:nth-child(2):after {
    right: 0;
}

.theme-detail .promotion .promotion-1 .panel-body ul li .product-image {
    display: block;
    height: 140px;
    margin-bottom: 19px;
}

.theme-detail .promotion .promotion-1 .panel-body ul li .product-image img {
    max-height: 100%;
    transition: transform 0.3s;
}

.theme-detail .promotion .promotion-1 .panel-body ul li:hover .product-image img {
    transform: translateX(-2px);
}

.theme-detail .promotion .promotion-1 .panel-body ul li h5 {
    line-height: 18px;
    margin-bottom: 14px;
    font-weight: normal;
    color: #333333;
    transition: color 0.3s;
}

.theme-detail .promotion .promotion-1 .panel-body ul li h5:hover {
    color: #ed0014;
}

.theme-detail .promotion .promotion-1 .panel-body ul li .price {
    display: flex;
    align-items: center;
}

.theme-detail .promotion .promotion-1 .panel-body ul li .price strong {
    width: 46px;
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    background: url(../images/promotion-price-background.png) no-repeat;
    background-size: 100%;
}

.theme-detail .promotion .promotion-1 .panel-body ul li .price span {
    color: #ed0014;
}

.theme-detail .promotion .promotion-1 .panel-body ul li .price del {
    color: #bfbfbf;
}

.theme-detail .promotion .promotion-2 .panel-body ul li {
    width: calc(100% / 3);
    padding: 18px 24px 12px 24px;
}

.theme-detail .promotion .promotion-2 .panel-body ul li .product-image {
    display: block;
    height: 140px;
    margin-bottom: 15px;
}

.theme-detail .promotion .promotion-2 .panel-body ul li .product-image img {
    max-height: 100%;
    transition: transform 0.3s;
}

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

.theme-detail .promotion .promotion-2 .panel-body ul li h5 {
    margin-bottom: 5px;
    font-weight: normal;
    color: #333333;
    transition: color 0.3s;
}

.theme-detail .promotion .promotion-2 .panel-body ul li h5:hover {
    color: #ed0014;
}

.theme-detail .promotion .promotion-2 .panel-body ul li strong {
    display: block;
    margin-bottom: 4px;
    font-weight: normal;
    color: #ed0014;
}

.theme-detail .promotion .promotion-2 .panel-body ul li strong del {
    color: #999999;
}

.theme-detail .promotion .promotion-2 .panel-body ul li .promotion-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theme-detail .promotion .promotion-2 .panel-body ul li .promotion-count .iconfont {
    font-size: 0.875rem;
    color: #ed0014;
}

.theme-detail .promotion .promotion-2 .panel-body ul li .promotion-count .progress {
    width: 50%;
    height: 10px;
    margin-bottom: 0;
    background-color: rgba(237, 0, 20, 0.2);
}

.theme-detail .promotion .promotion-2 .panel-body ul li .promotion-count .progress .progress-bar {
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.theme-detail .promotion .promotion-2 .panel-body ul li .promotion-count p {
    display: flex;
    align-items: center;
    color: #999999;
}

.theme-detail .promotion .promotion-2 .panel-body ul li .promotion-count p .ratio {
    display: inline-block;
    width: 39px;
}

.theme-detail .hot-sale .hot-sale-anchor {
    transform: translateY(-55px)
}

.theme-detail .hot-sale .panel {
    border: none;
}

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

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

.theme-detail .hot-sale .panel .panel-heading a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    color: #ed0014;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ed0014;
    transition: color 0.3s, background-color 0.3s;
}

.theme-detail .hot-sale .panel .panel-heading a:hover {
    color: #ffffff;
    background-color: #ed0014;
}

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

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

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

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

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

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

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

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

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

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

.theme-detail .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .hot-product-content h5:hover {
    color: #ed0014;
}

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

.theme-detail .hot-sale .hot-product .panel-body .hot-product-swiper .swiper-slide .hot-product-content strong {
    line-height: 1;
    font-weight: normal;
    color: #ed0014;
}

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

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

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

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

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

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

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

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

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

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

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

.theme-detail .hot-sale .new-product .panel-body ul li h5 {
    font-weight: normal;
    color: #333333;
    transition: color 0.3s;
}

.theme-detail .hot-sale .new-product .panel-body ul li h5:hover {
    color: #ed0014;
}

.theme-detail .hot-sale .new-product .panel-body ul li strong {
    font-weight: normal;
    color: #ed0014;
}

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

.theme-detail .hot-sale .coupon .panel-body {
    position: relative;
    padding: 10px 15px;
    overflow: hidden;
    background-color: #ffffff;
}

.theme-detail .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%;
}

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

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

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

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

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

.theme-detail .hot-sale .coupon .panel-body li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.theme-detail .hot-sale .coupon .panel-body .media-body h5 {
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: normal;
    color: #ed0014;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.theme-detail .mobile-good-product,
.theme-detail .super-piece {
    display: none;
}
