@charset "utf-8";

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

/* ---------- product-list ---------- */
.product-list.exchange .main-header {
    margin-bottom: 0;
}

.product-list .store-header {
    margin-bottom: 15px;
}

.product-list.exchange .featured-product,
.product-list.exchange .bar {
    margin-top: 15px;
}

.product-list .filter {
    margin-bottom: 15px;
}

.product-list .filter .filter-body {
    border: 1px solid #dddddd;
}

.product-list .filter .filter-body dl {
    border-bottom: 1px solid #dddddd;
}

.product-list .filter .filter-body dl:last-child {
    border-bottom: none;
}

.product-list .filter .filter-body dl:nth-of-type(3) {
    border-bottom-width: 0;
}

.product-list .filter .filter-body dl:nth-of-type(n+4), .product-list .filter .filter-body dl:nth-of-type(n+4) {
    display: none;
}

.product-list .filter.expanded .filter-body dl:nth-of-type(3) {
    border-bottom-width: 1px;
}

.product-list .filter.expanded .filter-body dl:nth-of-type(n+4), .product-list .filter.expanded .filter-body dl:nth-of-type(n+4) {
    display: block;
}

.product-list .filter .filter-body dl dt {
    width: 60px;
    line-height: 40px;
    padding-left: 7px;
    color: #333333;
    font-weight: normal;
    text-align: right;
}

.product-list .filter .filter-body dl dd {
    position: relative;
    line-height: 40px;
    margin-left: 75px;
}

.product-list .filter .filter-body dl dd ul,
.product-list .filter .filter-body dl dd ul {
    display: flex;
    flex-wrap: wrap;
    height: 42px;
    padding-right: 30px;
    overflow: hidden;
}

.product-list .filter .filter-body dl dd .text-filter-group li {
    margin-right: 30px;
}

.product-list .filter .filter-body dl dd .text-filter-group li.active a {
    color: var(--theme-color-1000);
}

.product-list .filter .filter-body .image-filter-wrapper {
    padding: 10px 0;
}

.product-list .filter .filter-body dl dd .image-filter-group li {
    width: calc(100% / 10);
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    border: 1px solid transparent;
    transition: border-color 0.3s;
}

.product-list .filter .filter-body dl dd .image-filter-group li:hover,
.product-list .filter .filter-body dl dd .image-filter-group li.active {
    border-color: var(--theme-color-1000);
}

.product-list .filter .filter-body dl dd .image-filter-group li:nth-child(-n+10) {
    margin-top: 0;
}

.product-list .filter .filter-body dl dd .image-filter-group li:nth-child(n+11) {
    visibility: hidden;
}

.product-list .filter .filter-body dl dd .image-filter-group.expanded li:nth-child(n+11) {
    visibility: visible;
}

.product-list .filter .filter-body dl dd .image-filter-group li a {
    display: block;
    height: 40px;
    line-height: 40px;
}

.product-list .filter .filter-body dl dd .image-filter-group li a img {
    width: 80px;
    height: 40px;
}

.product-list .filter .filter-body dl dd .image-filter-group li:hover a img {
    display: none;
}

.product-list .filter .filter-body dl dd .image-filter-group li strong {
    display: none;
}

.product-list .filter .filter-body dl dd .image-filter-group li:hover strong {
    display: inline;
}

.product-list .filter .filter-body dl dd .expanded {
    height: auto;
    max-height: 200px;
    overflow: auto;
}

.product-list .filter .filter-body dl dd .filter-group-collapse {
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
    transform: translateY(-50%);
}

.product-list .filter .filter-body dl dd .filter-group-collapse .iconfont {
    display: inline-block;
}

.product-list .filter .filter-body dl dd .expanded+.filter-group-collapse .iconfont {
    transform: rotate(180deg);
}

.product-list .filter .filter-footer {
    position: relative;
    min-height: 20px;
    display: none;
}

.product-list .filter .filter-footer .filter-collapse {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 15px;
    border: 1px solid #eeeeee;
    border-top: none;
    background-color: #f8f8f8;
    transform: translateX(-50%);
}

.product-list .filter .filter-footer .filter-collapse .iconfont {
    display: inline-block;
}

.product-list .filter.expanded .filter-footer .filter-collapse .iconfont {
    transform: rotate(180deg);
}

.product-list .bar {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
}

.product-list .bar .bar-item {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    transition: background-color 0.3s;
    border-right: 1px solid #eeeeee;
}

.product-list .bar .bar-item:last-child {
    border-right: none;
    border-left: 1px solid #eeeeee;
}

.product-list .bar .bar-item:hover {
    background-color: #ffffff;
}

.product-list .bar .bar-item.active {
    height: 42px;
    line-height: 42px;
    margin: -1px 0;
    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));
}

.product-list .bar .bar-item.page {
    position: absolute;
    top: 0;
    right: 0;
}

.product-list .bar .bar-item .checkbox {
    line-height: 16px;
}

.product-list .bar .bar-item input {
    width: 80px;
    height: 24px;
    line-height: 14px;
    padding: 0 5px;
    text-align: center;
    outline: none;
    transition: color 0.3s, border-color 0.3s;
    border: 1px solid #eeeeee;
}

.product-list .bar .bar-item input::placeholder {
    color: #cccccc;
}

.product-list .bar .bar-item button {
    height: 24px;
    line-height: 14px;
    padding: 0 5px;
    margin-left: 5px;
    color: #999999;
    transition: color 0.3s, border-color 0.3s;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
}

.product-list .bar .bar-item:hover input, .product-list .bar .bar-item:hover button {
    color: #666666;
    border-color: #cccccc;
}

.product-list .bar .bar-item input:hover, .product-list .bar .bar-item button:hover {
    color: var(--theme-color-1000);
    border-color: var(--theme-color-1000);
}

.product-list .list {
    margin-bottom: 15px;
}

.product-list.exchange .list {
    margin-top: 15px;
}

.product-list .list ul {
    display: flex;
    flex-wrap: wrap;
}

.product-list .list ul .list-item {
    width: calc((100% - 10px * 4) / 5);
    height: 346px;
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    border: 1px solid transparent;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.product-list .list ul .list-item.exchange {
    height: 301px;
}

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

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

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

.product-list .list ul .list-item .product-image {
    display: block;
    height: 170px;
    margin-bottom: 20px;
}

.product-list .list ul .list-item .product-image img {
    width: 170px;
    height: 170px;
}

.product-list .list ul .list-item strong {
    display: block;
    height: 14px;
    line-height: 14px;
    margin-bottom: 9px;
    font-weight: 500;
}

.product-list .list ul .list-item.exchange strong {
    display: flex;
    justify-content: space-between;
}

.product-list .list ul .list-item del {
    font-weight: normal;
    color: #bababa;
}

.product-list .list ul .list-item h5 {
    margin-bottom: 5px;
    font-weight: normal;
}

.product-list .list ul .list-item .caption {
    height: 17px;
    margin-bottom: 5px;
}

.product-list .list ul .list-item .store {
    display: flex;
    align-items: center;
    height: 20px;
    margin-bottom: 5px;
    color: #999999;
}

.product-list .list ul .list-item .store a {
    max-width: 136px;
}

.product-list .list ul .list-item .store .store-consultation {
    line-height: 1;
    margin-left: 5px;
}

.product-list .list ul .list-item .store .store-consultation .iconfont {
    font-size: 0.875rem;
    font-weight: bold;
    color: #4488ff;
}

.product-list .list ul .list-item .store-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 16px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.product-list .list ul .list-item .store-type .label-wrapper {
    display: flex;
    align-items: center;
    height: 16px;
}

.product-list .list ul .list-item .store-type .label-wrapper .label {
    margin-right: 5px;
}

.product-list .list ul .list-item .store-type .label-wrapper .label.pre-sell {
    margin-right: 2px;
    border: 1px solid #9313ff;
    background: #9313ff;
    background: -webkit-linear-gradient(55deg, #9313ff, #a31fff);
    background: -moz-linear-gradient(55deg, #9313ff, #a31fff);
    background: linear-gradient(55deg, #9313ff, #a31fff);
}

.product-list .list ul .list-item .store-type .group-pooling {
    line-height: 16px;
    padding: 0 5px;
    border: 1px solid;
    border-radius: 20px;
}

.product-list .list ul .list-item .list-item-action {
    display: flex;
}

.product-list .list ul .list-item .list-item-action .add-compare {
    display: flex;
    flex-grow: 0;
    align-items: center;
    margin: 0;
    color: #666666;
    padding-right: 5px;
    border: 1px solid #dddddd;
    transition: color 0.3s, border-color 0.3s;
}

.product-list .list ul .list-item .list-item-action .add-compare:hover {
    color: var(--theme-color-1000);
    border-color: var(--theme-color-1000);
}

.product-list .list ul .list-item .list-item-action .add-compare:hover input[type="checkbox"] + label:before {
    box-shadow: 0 0 8px var(--theme-color-300);
    border-color: var(--theme-color-1000);
}

.product-list .list ul .list-item .list-item-action .checkbox>label {
    line-height: 1;
    min-height: auto;
}

.product-list .list ul .list-item .list-item-action .checkbox>label:before,
.product-list .list ul .list-item .list-item-action .checkbox>label:after {
    width: 12px;
    height: 12px;
    left: 5px;
}

.product-list .list ul .list-item .list-item-action a {
    flex-grow: 1;
    padding: 0 5px;
    margin-left: -1px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #dddddd;
    transition: border-color 0.3s;
}

.product-list .list ul .list-item .list-item-action a:hover {
    position: relative;
    border-color: var(--theme-color-1000);
}

.product-list .list ul .list-item .list-item-action a.group-buying,
.product-list .list ul .list-item .list-item-action a.exchange,
.product-list .list ul .list-item .list-item-action a.add-cart {
    display: inline-block;
}

.product-list .list ul .list-item .list-item-action a.add-product-favorite {
    flex-grow: 0;
}

.product-list .pagination {
    margin-top: 0;
    margin-bottom: 15px;
}

.product-list .no-result {
    margin-bottom: 15px;
}

.product-list .no-result dl dt {
    line-height: 50px;
}

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

.product-list .compare-bar {
    width: 1115px;
    display: none;
    padding: 0 15px;
    margin-left: 215px;
    position: fixed;
    bottom: 0;
    border: 1px solid #dddddd;
    border-bottom: 0;
    z-index: 500;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.product-list .compare-bar .compare-bar-heading h5 {
    padding: 10px 0;
    border-image: -webkit-linear-gradient(left, #f8f8f8, #e8e8e8, #f8f8f8) 1;
    border-image: -moz-linear-gradient(left, #f8f8f8, #e8e8e8, #f8f8f8) 1;
    border-image: linear-gradient(left, #f8f8f8, #e8e8e8, #f8f8f8) 1;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #e8e8e8;
}

.product-list .compare-bar .compare-bar-body {
    display: flex;
    padding: 15px 0;
}

.product-list .compare-bar .compare-bar-body ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 145px);
}

.product-list .compare-bar .compare-bar-body ul li {
    width: calc((100% - 10px * 4) / 4);
    line-height: 25px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.product-list .compare-bar .compare-bar-body ul li a.delete-compare {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.product-list .compare-bar .compare-bar-body ul li:hover a.delete-compare {
    display: block;
}

.product-list .compare-bar .compare-bar-body ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.product-list .compare-bar .media {
    margin: 0;
}

.product-list .compare-bar .media .media-left {
    min-width: 70px;
}

.product-list .compare-bar .media .media-body h5 {
    width: 155px;
    font-weight: normal;
}

.product-list .compare-bar .compare-bar-body .action {
    width: 143px;
    padding: 0 30px 0 40px;
    text-align: center;
    border-left: 1px dotted #dddddd;
}

.product-list .compare-bar .compare-bar-body .action .compare {
    margin-bottom: 12px;
}

/* ---------- product-detail ---------- */
.product-detail .store-header {
    margin-bottom: 10px;
}

.product-detail .product-notify-modal .modal-body {
    padding: 50px 0;
}

.product-detail .product-notify-modal .modal-body .form-group {
    margin-bottom: 0;
}

.product-detail .breadcrumb-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 15px;
    border: 1px solid #dddddd;
}

.product-detail .breadcrumb-wrapper .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    border: none;
}

.product-detail .breadcrumb-wrapper .header-store {
    line-height: 40px;
}

.product-detail .breadcrumb-wrapper .header-store a,
.product-detail .breadcrumb-wrapper .header-store .store-consultation,
.product-detail .breadcrumb-wrapper .header-store .store-favorite {
    margin-left: 10px;
}

.product-detail .breadcrumb-wrapper .header-store .store-consultation .iconfont {
    font-size: 0.875rem;
    font-weight: bold;
    color: #4488ff;
}

.product-detail .breadcrumb-wrapper .header-store .store-favorite.active .iconfont {
    font-size: 0.875rem;
    color: var(--theme-color-1000);
}

.product-detail .medium-product-image {
    position: relative;
    height: 542px;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    border-radius: 16px;
}

.product-detail .medium-product-image a {
    height: 100%;
    display: block;
}

.product-detail .medium-product-image video {
    border-radius: 16px;
}

.product-detail .medium-product-image .zoomPad {
    width: 100%;
}

.product-detail .medium-product-image .zoomPad img {
    border-radius: 16px;
}

.product-detail .medium-product-image .zoomPad * {
    box-sizing: content-box;
}

.product-detail .medium-product-image .zoomPreload {
    width: 100%;
    height: 100%;
    border: none;
    background-position: center;
}

.product-detail .medium-product-image .zoomPup {
    border-color: #dddddd;
    border-radius: 16px;
}

.product-detail .medium-product-image .zoomWindow {
    margin-top: -1px;
}

.product-detail .medium-product-image .zoomWrapper {
    border-color: #dddddd;
    border-radius: 16px;
    overflow: hidden;
}

.product-detail .thumbnails {
    position: relative;
    margin-bottom: 15px;
}

.product-detail .thumbnails .thumbnail-swiper {
    width: calc(100% - 50px);
    height: 60px;
    user-select: none;
}

.product-detail .thumbnails .thumbnail-swiper img {
    max-height: 100%;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.product-detail .thumbnails .thumbnail-swiper .zoomThumbActive img {
    border-color: var(--theme-color-1000);
}

.product-detail .thumbnails .thumbnail-swiper video {
    border: 2px solid transparent
}

.product-detail .thumbnails .thumbnail-swiper .zoomThumbActive video {
    border-color: var(--theme-color-1000);
}

.product-detail .thumbnails .swiper-button-prev,
.product-detail .thumbnails .swiper-button-next {
    top: 0;
    height: 60px;
    margin-top: 0;
    outline: none;
    background-color: transparent;
}

.product-detail .thumbnails .swiper-button-prev:after,
.product-detail .thumbnails .swiper-button-next:after {
    font-size: 30px;
    font-weight: bold;
    color: #bababa;
}

.product-detail .product-action {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.product-detail .product-action .social-share .social-share-icon {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 1rem;
}

.product-detail .product-action .add-product-favorite {
    margin-left: 10px;
}

.product-detail .product-action .add-product-favorite .iconfont {
    font-size: 0.875rem;
}

.product-detail .name {
    margin-bottom: 10px;
}

.product-detail .name h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333333;
}

.product-detail .group-pooling-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 40px;
    color: #ffffff;
    background: url("../images/promotion-background.jpg");
}

.product-detail .group-pooling-banner .tips {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail .group-pooling-banner .tips span {
    margin-right: 10px;
    padding: 2px 10px;
    border-radius: 20px;
    background-color: #ffffff;
}

.product-detail .group-pooling-banner .tips span .iconfont {
    font-size: 1rem;
}

.product-detail .group-pooling-banner .countdown {
    display: flex;
    align-items: center;
}

.product-detail .group-pooling-banner .countdown .iconfont {
    font-size: 1rem;
    margin-right: 5px;
}

.product-detail .group-buying-banner {
    padding: 0 15px;
    line-height: 40px;
    color: #ffffff;
    background: url(../images/promotion-background.jpg);
}

.product-detail .group-buying-banner.disabled {
    color: #999999;
    background: url(../images/promotion-background-disabled.png);
}

.product-detail .group-buying-banner .countdown {
    display: flex;
    align-items: center;
}

.product-detail .group-buying-banner .countdown .iconfont {
    font-size: 1rem;
    margin-right: 5px;
}

.product-detail .group-buying-banner .progress {
    display: inline-block;
    width: 80px;
    height: 10px;
    margin-left: 10px;
    margin-bottom: 0;
}

.product-detail .flash-sale-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 15px;
    color: #ffffff;
    background: url(../images/promotion-background.jpg);
}

.product-detail .flash-sale-banner.disabled {
    color: #999999;
    background: url(../images/promotion-background-disabled.png);
}

.product-detail .flash-sale-banner .countdown {
    display: flex;
    align-items: center;
}

.product-detail .flash-sale-banner .countdown span {
    margin-left: 5px;
}

.product-detail .flash-sale-banner .countdown .iconfont {
    font-size: 1rem;
    margin-right: 5px;
}

.product-detail .pre-sell-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 15px;
    color: #ffffff;
    background: url(../images/pre-sell-banner-background.png);
}

.product-detail .pre-sell-banner.disabled {
    color: #999999;
    background: url(../images/promotion-background-disabled.png);
}

.product-detail .pre-sell-banner .countdown {
    display: flex;
    align-items: center;
}

.product-detail .pre-sell-banner .countdown span {
    margin-left: 5px;
}

.product-detail .pre-sell-banner .countdown .iconfont {
    font-size: 1rem;
    margin-right: 5px;
}

.product-detail .summary {
    margin-bottom: 20px;
}

.product-detail .summary dl {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    background: url(../images/product.png) no-repeat;
}

.product-detail .summary dl dt {
    font-size: 14px;
    width: 80px;
    line-height: 25px;
    color: #666666;
    font-weight: normal;
    text-align: left;
}

.product-detail .summary dl dd {
    font-size: 14px;
    line-height: 25px;
    margin-left: 90px;
    color: #666666;
}

.product-detail .summary dl dd strong {
    font-weight: normal;
}

.product-detail .summary dl dd .label-theme {
    margin-right: 5px;
}

.product-detail .summary dl dd.review-count {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0 25px;
    color: #999999;
    text-align: center;
    border-left: 1px solid #999999;
}

.product-detail .summary dl dd.review-count p {
    color: #666666;
    text-decoration: underline;
}

.product-detail .summary ul {
    display: flex;
    padding: 5px 0;
    border-top: 1px dotted #dddddd;
    border-bottom: 1px dotted #dddddd;
}

.product-detail .summary ul li {
    font-size: 14px;
    padding: 0 30px;
    color: #666666;
}

.product-detail .summary ul li {
    border-right: 1px solid #dddddd;
}

.product-detail .summary ul li:last-child {
    border-right: none;
}

.product-detail .summary ul li strong {
    font-weight: normal;
}

.product-detail .specification {
    margin-bottom: 15px;
    transition: background-color 0.3s;
}

.product-detail .specification dl dt {
    font-size: 14px;
    width: 80px;
    line-height: 30px;
    color: #666666;
    font-weight: normal;
    text-align: left;
}

.product-detail .specification dl dd {
    font-size: 14px;
    margin-left: 90px;
    margin-bottom: 15px;
}

.product-detail .specification dl dd:last-child {
    margin-bottom: 0;
}

.product-detail .specification dl dd a {
    display: inline-block;
    padding: 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #333333;
    white-space: nowrap;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    transition: color 0.3s, border-color 0.3s;
}

.product-detail .specification dl dd a:hover {
    border-color: var(--theme-color-1000);
}

.product-detail .specification dl dd a.checked {
    position: relative;
    border-color: var(--theme-color-1000);
}

.product-detail .specification dl dd a.disabled {
    color: #cccccc;
    cursor: not-allowed;
    border-color: #eeeeee;
}

.product-detail .specification dl dd a .specification-image {
    max-width: 40px;
    max-height: 32px;
    margin: -7px 3px -7px -10px;
}

.product-detail .quantity {
    margin-bottom: 20px;
}

.product-detail .quantity dl dt {
    width: 80px;
    line-height: 30px;
    color: #666666;
    font-weight: normal;
    text-align: left;
}

.product-detail .quantity dl dd {
    display: flex;
    margin-left: 90px;
}

.product-detail .quantity dl dd .spinner input {
    width: 100%;
}

.product-detail .quantity dl dd .unit {
    line-height: 28px;
    margin-left: 10px;
    color: #999999;
}

.product-detail .action {
    margin-bottom: 25px;
}

.product-detail .action .btn {
    min-width: 120px;
    margin-right: 10px;
    border-radius: 0;
}

.product-detail .action .btn-plain-theme {
    background-color: var(--theme-color-100);
    transition: opacity 0.3s;
}

.product-detail .action .btn-plain-theme:hover {
    color: var(--theme-color-1000);
    opacity: 0.8;
    background-color: var(--theme-color-100);
}

.product-detail .action .btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.product-detail .action .btn .iconfont {
    font-size: 0.875rem;
}

.product-detail .action .popover.right {
    margin-left: 17px;
}

.product-detail .action .popover .popover-content {
    padding: 10px;
}

.product-detail .action .popover .popover-content .qrcode {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
}

.product-detail .action .popover .popover-content p {
    line-height: 12px;
}

.product-detail .product-swiper-wrapper {
    position: relative;
    padding-bottom: 44px;
}

.product-detail .product-swiper-wrapper>h4 {
    line-height: 40px;
    overflow: hidden;
}

.product-detail .product-swiper-wrapper>h4 span {
    position: relative;
}

.product-detail .product-swiper-wrapper>h4 span:before,
.product-detail .product-swiper-wrapper>h4 span:after {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px;
    content: "";
    background-color: #eeeeee;
}

.product-detail .product-swiper-wrapper>h4 span:before {
    left: -70px;
}

.product-detail .product-swiper-wrapper>h4 span:after {
    right: -70px;
}

.product-detail .product-swiper {
    height: 448px;
}

.product-detail .product-swiper li {
    line-height: 25px;
}

.product-detail .product-swiper li .product-image {
    display: block;
    height: 170px;
    margin-bottom: 10px;
}

.product-detail .product-swiper li img {
    transition: opacity 0.3s;
}

.product-detail .product-swiper li:hover img {
    opacity: 0.8;
}

.product-detail .product-swiper li del {
    color: #999999;
}

.product-detail .product-swiper li h5 {
    line-height: 18px;
    font-weight: normal;
}

.product-detail .product-swiper-wrapper .swiper-button-prev,
.product-detail .product-swiper-wrapper .swiper-button-next {
    top: auto;
    bottom: 0;
    background-color: transparent;
}

.product-detail .product-swiper-wrapper .swiper-button-prev:focus,
.product-detail .product-swiper-wrapper .swiper-button-next:focus {
    outline: none;
}

.product-detail .product-swiper-wrapper .swiper-button-prev {
    left: 32%;
}

.product-detail .product-swiper-wrapper .swiper-button-next {
    right: 32%;
}

.product-detail .product-swiper-wrapper .swiper-button-prev:after,
.product-detail .product-swiper-wrapper .swiper-button-next:after {
    font-size: 1.5rem;
    color: #999999;
    transform: rotate(90deg);
}

.product-detail .pre-sell-process {
    display: flex;
    align-items: center;
    background-color: #e4e3e0;
    height: 92px;
    color: #7f594d;
    margin-bottom: 20px;
}

.product-detail .pre-sell-process .title {
    padding-left: 20px;
    margin-right: 10px;
    font-weight: 700;
    flex: none;
}

.product-detail .pre-sell-process .steps {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0 20px;
}

.product-detail .pre-sell-process .steps .step {
    display: flex;
    align-items: center;
    flex: 1 0;
}

.product-detail .pre-sell-process .steps .step .icon {
    width: 48px;
    height: 48px;
    background: #a78f88;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    flex: none;
}

.product-detail .pre-sell-process .steps .step .active {
    background: #7f5f57;
}

.product-detail .pre-sell-process .steps .step .icon i {
    font-size: 30px;
    color: #e8e8e8;
    line-height: 48px;
}

.product-detail .pre-sell-process .steps .step .name {
    font-weight: 700;
}

.product-detail .pre-sell-process .steps .arrow {
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}

.product-detail .pre-sell-process .steps .arrow i {
    color: #a8abb2;
    font-size: 50px;
}

.product-detail .topbar {
    width: 1105px;
    z-index: 300;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.product-detail .topbar.affix {
    top: -1px;
}

.product-detail .topbar .nav {
    position: relative;
    display: flex;
}

.product-detail .topbar .nav li a {
    position: relative;
    padding: 12px 30px;
    color: #333333;
    transition: color 0.3s;
}

.product-detail .topbar .nav li a:hover {
    color: var(--theme-color-1000);
    background-color: transparent;
}

.product-detail .topbar .nav li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 60%;
    background-color: #dddddd;
    transform: translateY(-50%);
}

.product-detail .topbar .nav li.active a {
    color: var(--theme-color-1000);
}

.product-detail .topbar .nav li.add-cart-wrapper {
    position: absolute;
    right: 0;
    display: none;
}

.product-detail .topbar.affix .nav li.add-cart-wrapper {
    display: block;
    line-height: 44px;
}

.product-detail .topbar .nav li.add-cart-wrapper .add-cart {
    margin-right: 4px;
    font-weight: 600;
    border-radius: 0;
}

.product-detail .topbar .nav li.add-cart-wrapper .add-cart .iconfont {
    font-size: 0.875rem;
}

.product-detail .topbar .nav li.add-cart-wrapper .add-cart:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.product-detail .topbar .nav li.add-cart-wrapper .add-cart:disabled:hover {
    opacity: 0.5;
}

.product-detail .introduction,
.product-detail .parameter,
.product-detail .review,
.product-detail .consultation {
    position: relative;
    margin-bottom: 15px;
}

.product-detail .introduction .introduction-anchor,
.product-detail .parameter .parameter-anchor,
.product-detail .review .review-anchor,
.product-detail .consultation .consultation-anchor {
    height: 0;
    display: block;
    position: absolute;
    top: -46px;
}

.product-detail .introduction .introduction-heading,
.product-detail .parameter .parameter-heading,
.product-detail .review .review-heading,
.product-detail .consultation .consultation-heading {
    margin-bottom: 15px;
    border-bottom: 2px solid #dddddd;
}

.product-detail .introduction .introduction-heading h4,
.product-detail .parameter .parameter-heading h4,
.product-detail .review .review-heading h4,
.product-detail .consultation .consultation-heading h4 {
    display: inline-block;
    padding: 10px;
    margin-bottom: -2px;
    font-weight: normal;
    color: #333333;
    border-bottom: 2px solid;
}

.product-detail .introduction .introduction-body ul {
    padding-left: 40px;
    list-style: disc;
}

.product-detail .introduction .introduction-body ol {
    padding-left: 40px;
    list-style: decimal;
}

.product-detail .introduction .introduction-body img {
    max-width: 100%;
}

.product-detail .parameter .parameter-body table {
    width: 100%;
    line-height: 30px;
}

.product-detail .parameter .parameter-body table th {
    width: 150px;
    padding: 0 10px;
    font-weight: normal;
    text-align: right;
    border: 1px solid #eeeeee;
}

.product-detail .parameter .parameter-body table th.group {
    color: #999999;
    text-align: left;
    background-color: #f8f8f8;
}

.product-detail .parameter .parameter-body table td {
    padding: 0 10px;
    border: 1px solid #eeeeee;
}

.product-detail .review .review-body .icon-favor {
    font-size: 0.875rem;
    color: #cccccc;
}

.product-detail .review .review-body .icon-favorfill {
    font-size: 0.875rem;
}

.product-detail .review .review-body .score {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
}

.product-detail .review .review-body .score .media-left {
    min-width: 200px;
    text-align: center;
    border-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
    border-image: -moz-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
    border-image: linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
    border-width: 0 1px 0 0;
    border-right: 1px solid #f0f0f0;
}

.product-detail .review .review-body .score .media-left h5 {
    color: #999999;
}

.product-detail .review .review-body .score .media-left .iconfont {
    font-size: 0.875rem;
}

.product-detail .review .review-body .score .media-body {
    padding-left: 30px;
}

.product-detail .review .review-body .score .media-body .graph .graph-scroller {
    width: 400px;
    margin-top: 30px;
    position: relative;
    background: url(../images/product.png) 0 -270px no-repeat;
}

.product-detail .review .review-body .score .media-body .graph .graph-scroller em {
    width: 28px;
    height: 18px;
    line-height: 18px;
    display: block;
    margin-left: -18px;
    position: relative;
    top: -24px;
    font-style: normal;
    text-align: center;
}

.product-detail .review .review-body .score .media-body .graph .graph-scroller em .caret {
    margin-left: -4px;
    position: absolute;
    bottom: -4px;
    left: 50%;
}

.product-detail .review .review-body .score .media-body .graph .graph-description {
    display: flex;
    padding-left: 40px;
}

.product-detail .review .review-body .score .media-body .graph .graph-description li {
    width: 80px;
    color: #999999;
    text-align: center;
}

.product-detail .review .review-body .score .media-right {
    min-width: 200px;
    line-height: 30px;
    text-align: center;
    border-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
    border-image: -moz-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
    border-image: linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
    border-width: 0 0 0 1px;
    border-left: 1px solid #f0f0f0;
}

.product-detail .review .review-body .score .media-right p {
    color: #999999;
}

.product-detail .review .review-body .review-list .media {
    border-bottom: 1px solid #eeeeee;
}

.product-detail .review .review-body .review-list .media:last-child {
    border-bottom: none;
}

.product-detail .review .review-body .review-list .media .media-left {
    min-width: 150px;
    line-height: 30px;
    white-space: nowrap;
}

.product-detail .review .review-body .review-list .media .media-left .user {
    display: flex;
    align-items: center;
}

.product-detail .review .review-body .review-list .media .media-left .user .avatar {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 50%;
}

.product-detail .review .review-body .review-list .media .media-left .user .member-rank p {
    line-height: 16px;
}

.product-detail .review .review-body .review-list .media .media-body > p {
    line-height: 20px;
    margin-bottom: 10px;
}

.product-detail .review .review-body .review-list .media .media-body > p.specification {
    display: flex;
    justify-content: space-between;
    color: #919191;
}

.product-detail .review .review-body .review-list .media .media-body > p .label-border {
    margin-right: 5px;
}

.product-detail .review .review-body .review-list .media .media-body > p .buyer {
    color: #f56a00;
    border-color: #f56a00;
}

.product-detail .review .review-body .review-list .media .media-body .review-images {
    display: flex;
    margin-bottom: 10px;
}

.product-detail .review .review-body .review-list .media .media-body .review-images li {
    width: 70px;
    height: 70px;
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.product-detail .review .review-body .no-result {
    line-height: 30px;
    color: #999999;
}

.product-detail .consultation .consultation-body {
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
}

.product-detail .consultation .consultation-body .consultation-list {
    padding: 15px;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
}

.product-detail .consultation .consultation-body .consultation-list:last-child {
    border-bottom: none;
}

.product-detail .consultation .consultation-body .consultation-list .ask {
    display: flex;
    justify-content: space-between;
}

.product-detail .consultation .consultation-body .consultation-list .ask .content {
    display: flex;
    align-items: flex-start;
}

.product-detail .consultation .consultation-body .consultation-list .ask .content p {
    line-height: 18px;
}

.product-detail .consultation .consultation-body .consultation-list .ask .content .label {
    margin-right: 5px;
}

.product-detail .consultation .consultation-body .consultation-list .ask .date {
    min-width: 150px;
    color: #919191;
    text-align: right;
}

.product-detail .consultation .consultation-body .consultation-list .ask .date span {
    margin-left: 10px;
}

.product-detail .consultation .consultation-body .consultation-list .answer {
    margin-top: 10px;
}

.product-detail .consultation .consultation-body .consultation-list .answer p {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 10px;
}

.product-detail .consultation .consultation-body .consultation-list .answer p .label-success {
    margin-right: 5px;
}

.product-detail .consultation .consultation-body .consultation-list .answer p .label-border {
    margin-left: 5px;
}

.product-detail .consultation .consultation-body .consultation-list .answer p .buyer {
    color: #f56a00;
    border-color: #f56a00;
}

.product-detail .consultation .consultation-body .consultation-list .answer > span {
    line-height: 20px;
    padding-left: 20px;
}

.product-detail .consultation .consultation-body .no-result {
    padding-left: 10px;
    line-height: 30px;
    color: #999999;
}

.product-detail .consultation .consultation-footer {
    padding: 10px 15px;
    background-color: #f8f8f8;
}

.product-detail .consultation .consultation-footer a {
    margin-right: 10px;
}

.product-detail .bd_weixin_popup {
    box-sizing: content-box;
}

/* ---------- product-compare ---------- */
.product-compare .compare-list ul {
    display: flex;
    flex-wrap: wrap;
}

.product-compare .compare-list .compare-list-item {
    width: calc((100% - 15px * 3) / 4);
    margin-right: 15px;
    overflow: hidden;
}

.product-compare .compare-list .compare-list-item:nth-child(4n) {
    margin-right: -1px;
}

.product-compare .compare-list .compare-list-item .thumbnail {
    line-height: 22px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.product-compare .compare-list .compare-list-item .table {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.product-compare .compare-list .compare-list-item .table th.parameter-value-group {
    background-color: #f8f8f8;
}

.product-compare .compare-list .compare-list-item .table th:not(.parameter-value-group) {
    min-width: 65px;
    font-weight: normal;
}

.product-compare .compare-list .compare-list-item .table tr.current {
    background-color: #fff1e6;
}

.product-compare .compare-list .compare-list-item .table tr.current td {
    color: var(--theme-color-1000);
}

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

/* ---------- store-product-category ---------- */
.product-list .store-product-category {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f9f9f9;
}

.product-list .store-product-category .panel {
    margin-top: 0;
    border: none;
    background-color: transparent;
}

.product-list .store-product-category .panel .panel-heading {
    padding: 13px 15px;
    text-align: center;
    border: none;
    border-top: 1px dashed #e1e1e1;
    background-color: transparent;
}

.product-list .store-product-category .panel:first-child .panel-heading {
    border-top: none;
}

.product-list .store-product-category .panel .panel-heading .panel-title {
    position: relative;
}

.product-list .store-product-category .panel .panel-heading .panel-title .iconfont {
    position: absolute;
    right: 0;
    font-size: 0.75rem;
}

.product-list .store-product-category .panel .panel-heading .panel-title a .iconfont {
    float: right;
    transition: transform 0.3s;
}

.product-list .store-product-category .panel .panel-heading .panel-title a[aria-expanded="true"] .iconfont {
    transform: rotate(180deg);
}

.product-list .store-product-category .panel .panel-body {
    padding: 0;
    border: none;
}

.product-list .store-product-category .panel .list-group-item {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.75rem;
    text-align: center;
    border: none;
    border-top: 1px dashed #e1e1e1;
    background-color: transparent;
}

<!-- 以下为新增样式  -->
.product-detail .medium-product-image .relative {
    position: relative;
}

.product-detail .medium-product-image .play-btn {
    display: inline-block;
    position: absolute;
    bottom: 18px;
    left: 18px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url("../../common/images/main-circles.png") 0 -55px no-repeat;
    z-index: 100;
}

.product-detail .medium-product-image .play-btn:hover {
    background: url("../../common/images/main-circles.png") -55px -55px no-repeat;
}

.product-detail .medium-product-image .sku-video-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: #ffffff;
}

.product-detail .medium-product-image .sku-video-wrapper .close {
    position: absolute;
    font-size: 28px;
    z-index: 101;
    top: 10px;
    right: 10px;
}

.product-detail .thumbnails .swiper-slide .play-btn {
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url("../../common/images/main-circles.png") 0 -55px no-repeat;
    z-index: 100;
    scale: 0.7;
}
