@charset "utf-8";

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

/* ---------- product-detail ---------- */
.product-detail .share-modal .modal-dialog {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 80vh;
    margin: 0;
}

.product-detail .share-modal.fade .modal-dialog {
    transform: translate(0, 25%);
}

.product-detail .share-modal.fade.in .modal-dialog {
    transform: translate(0, 0);
}

.product-detail .share-modal .modal-dialog .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
}

.product-detail .share-modal .modal-dialog .modal-content .social-share {
    display: flex;
    justify-content: space-around;
}

.product-detail .share-modal .modal-dialog .modal-content .social-share li {
    text-align: center;
}

.product-detail .share-modal .modal-dialog .modal-content .social-share li .social-share .social-share-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 1.5rem;
}

.product-detail {
    position: relative;
    background-color: #f2f2f2;
}

.product-detail header {
    position: fixed;
    z-index: 200;
    width: 100%;
    text-align: center;
}

.product-detail header .header-background {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.product-detail header.active .header-background {
    display: block;
}

.product-detail header .back {
    display: block;
    line-height: 40px;
}

.product-detail header .header-menu {
    position: relative;
    line-height: 40px;
}

.product-detail header .back>.iconfont,
.product-detail header .header-menu>.iconfont {
    padding: 3px;
    font-size: 1rem;
    color: #ffffff;
    border-radius: 50%;
    background-color: #666666;
    transition: color 0.3s, background-color 0.3s;
}

.product-detail header.active .back>.iconfont,
.product-detail header.active .header-menu>.iconfont {
    color: #666666;
    background-color: transparent;
}

.product-detail header .header-menu-popover {
    display: none;
    position: absolute;
    top: 40px;
    right: 4px;
    width: 130px;
    padding: 0 10px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
}

.product-detail header .header-menu-popover:after {
    position: absolute;
    top: -20px;
    right: 8px;
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8);
}

.product-detail header ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.product-detail header ul li:last-child {
    border-bottom: none;
}

.product-detail header ul li a {
    display: flex;
    align-items: center;
    line-height: 40px;
    color: #ffffff;
}

.product-detail header ul li a .iconfont {
    margin-right: 5px;
    font-size: 1rem;
}

.product-detail header .nav-wrapper {
    display: none;
    opacity: 0;
}

.product-detail header.active .nav-wrapper {
    display: block;
}

.product-detail header .nav {
    display: flex;
    justify-content: center;
}

.product-detail header .nav>li+li {
    margin-left: 0;
}

.product-detail header .nav>li>a {
    line-height: 40px;
    padding: 0 15px;
    color: #666666;
    border-radius: 0;
    background-color: transparent;
}

.product-detail header .nav>li.active>a {
    position: relative;
    font-weight: bold;
}

.product-detail header .nav>li.active>a:hover,
.product-detail header .nav>li.active>a:focus {
    color: #666666;
    background-color: transparent;
}

.product-detail header .nav li.active a:before {
    position: absolute;
    bottom: 2px;
    left: 50%;
    content: "";
    width: 40%;
    height: 2px;
    background-color: red;
    transform: translateX(-50%);
}

.product-detail .social-share .icon-wechat .wechat-qrcode.bottom {
    left: -60px;
}

.product-detail main .summary {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
}

.product-detail main .summary .product-image-swiper {
    margin-bottom: 10px;
}

.product-detail main .summary .group-pooling-banner {
    padding: 10px;
    background: url("../images/group-pooling-banner-background.png") no-repeat;
    background-size: cover;
}

.product-detail main .summary .group-pooling-banner .group-pooling-banner-tips {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: #ffffff;
}

.product-detail main .summary .group-pooling-banner .countdown span {
    background-color: #ffffff;
    color: #ed0014;
    padding: 0 2px;
    border-radius: 6px;
}

.product-detail main .summary .group-pooling-banner .group-pooling-banner-tips span {
    padding: 2px 10px;
    color: #ed0014;
    border: 1px solid #ed0014;
    border-radius: 20px;
    background-color: #ffffff;
}

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

.product-detail main .summary .group-pooling-banner .group-pooling-banner-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}

.product-detail main .summary .group-buying-banner {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    background: url("../images/group-buying-banner-background.png") no-repeat;
    background-size: cover;
}

.product-detail main .summary .group-buying-banner.disabled {
    background: url("../images/group-buying-banner-disabled-background.png") no-repeat;
    background-size: cover;
}

.product-detail main .summary .group-buying-banner span, .product-detail .countdown  {
    color: #ffffff;
}

.product-detail main .summary .group-buying-banner .countdown span {
    background-color: #ffffff;
    color: #ed0014;
    padding: 0 2px;
    border-radius: 6px;
}

.product-detail main .summary .limited-time-banner {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    background: url("../images/limited-time-banner-background.jpg") no-repeat;
    background-size: cover;
}

.product-detail main .summary .limited-time-banner.disabled {
    background: url("../images/group-buying-banner-disabled-background.png") no-repeat;
    background-size: cover;
}

.product-detail main .summary .limited-time-banner span, .product-detail .countdown  {
    color: #ffffff;
}

.product-detail main .summary .limited-time-banner .countdown span {
    background-color: #ffffff;
    color: #ed0014;
    padding: 0 2px;
    border-radius: 6px;
}

.product-detail main .summary section {
    padding: 0 15px;
}

.product-detail main .summary .price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product-detail main .summary .price-wrapper p {
    color: #ed0014;
}

.product-detail main .summary .price-wrapper p del,
.product-detail main .summary .price-wrapper p small {
    color: #999999;
}

.product-detail main .summary .price-wrapper .add-product-favorite {
    text-align: center;
}

.product-detail main .summary .price-wrapper .add-product-favorite .iconfont {
    display: block;
    font-size: 0.875rem;
}

.product-detail main .summary .title h4 {
    line-height: 22px;
    margin-bottom: 8px;
}

.product-detail main .summary .title p {
    color: #666666;
}

.product-detail main .summary .group-buying {
    margin-top: 8px;
}

.product-detail main .summary .group-buying .participants {
    margin-bottom: 5px;
}

.product-detail main .summary .group-buying .progress {
    margin-bottom: 0;
}

.product-detail main .view-promotion,
.product-detail main .view-specification {
    display: flex;
    justify-content: space-between;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
}

.product-detail main .view-promotion a .iconfont,
.product-detail main .view-specification a .iconfont {
    font-size: 1rem;
}

.product-detail main .view-promotion .promotion-list {
    display: flex;
    align-items: flex-start;
}

.product-detail main .view-promotion .promotion-list strong {
    margin-right: 20px;
    font-weight: 500;
}

.product-detail main .view-promotion .promotion-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.product-detail main .view-promotion .promotion-list ul li:last-child {
    margin-bottom: 0;
}

.product-detail main .view-promotion .promotion-list ul li .label {
    margin-right: 5px;
}

.product-detail main .view-promotion .promotion-list ul li p {
    max-width: 200px;
    color: #666666;
}

.product-detail main .group-pooling-content {
    display: none;
}

.product-detail main .group-pooling-content .panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.product-detail main .group-pooling-content .panel-body li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product-detail main .group-pooling-content .panel-body li:last-child {
    margin-bottom: 0;
}

.product-detail main .group-pooling-content .panel-body li .user {
    display: flex;
    align-items: center;
}

.product-detail main .group-pooling-content .panel-body li .user .user-avatar {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.product-detail main .group-pooling-content .panel-body li .time {
    flex-grow: 1;
    line-height: 20px;
    text-align: right;
    color: #666666;
    padding: 0 5px;
}

.product-detail main .group-pooling-content .panel-body li .time p {
    color: #333333;
}

.product-detail main .group-pooling-content .panel-body li .time p span {
    color: #ed0014;
}

.product-detail main .group-pooling-content .panel-body li .time .countdown  {
    color: #666666;
}

.product-detail main .view-specification strong {
    margin-right: 20px;
    font-weight: 500;
}

.product-detail main .view-specification span {
    color: #666666;
}

.product-detail .store {
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
}

.product-detail .store .store-name {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-detail .store .store-name .store-image {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.product-detail .store .store-name h5 {
    font-weight: normal;
    color: #333333;
}

.product-detail .store .store-summary {
    display: flex;
    margin-bottom: 15px;
    color: #333333;
}

.product-detail .store .store-summary p {
    width: 50%;
    color: #666666;
    text-align: center;
}

.product-detail .store .store-summary p:first-child {
    border-right: 1px solid #dddddd;
}

.product-detail .store .store-summary p span {
    display: block;
    margin-bottom: 10px;
    color: #333333;
}

.product-detail .store .store-action {
    display: flex;
    justify-content: center;
}

.product-detail .store .store-action a {
    padding: 6px 20px;
    border-radius: 20px;
    border: 1px solid #dddddd;
}

.product-detail .store .store-action a:active {
    box-shadow: none;
}

.product-detail .store .store-action a:first-child {
    margin-right: 15px;
}

.product-detail .review .review-anchor,
.product-detail .detail .detail-anchor {
    position: absolute;
    top: -50px;
    left: 0;
}

.product-detail .detail {
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
}

.product-detail .detail .nav-tabs {
    border: none;
}

.product-detail .detail .nav-tabs li {
    position: relative;
    width: 50%;
}

.product-detail .detail .nav-tabs li.active:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    width: 15%;
    height: 3px;
    transform: translateX(-50%);
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.product-detail .detail .nav-tabs li a {
    color: #333333;
    text-align: center;
    border: none;
}

.product-detail .detail .introduction img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

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

.product-detail .parameter table tr th {
    width: 100px;
    padding: 0 10px;
    text-align: right;
    border: 1px solid #e4e4e4;
}

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

.product-detail .parameter table tr .group {
    text-align: left;
    background-color: #f1f1f1;
}

.product-detail .review,
.product-detail .consultation {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.product-detail .review .panel,
.product-detail .consultation .panel {
    margin-bottom: 0;
    border: none;
}

.product-detail .review .panel .panel-header,
.product-detail .consultation .panel .panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.product-detail .review .panel .panel-header h5,
.product-detail .consultation .panel .panel-header h5 {
    position: relative;
    padding-left: 8px;
}

.product-detail .review .panel .panel-header h5:before,
.product-detail .consultation .panel .panel-header h5:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 13px;
    content: "";
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.product-detail .review .panel .panel-header a,
.product-detail .consultation .panel .panel-header a {
    color: #999999;
}

.product-detail .review .panel .panel-body,
.product-detail .consultation .panel .panel-body {
    padding: 0;
}

.product-detail .review .no-result,
.product-detail .consultation .no-result {
    height: auto;
    line-height: inherit;
}

.product-detail .review .panel .panel-body ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.product-detail .review .panel .panel-body ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.product-detail .review .panel .panel-body ul li .review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-detail .review .panel .panel-body ul li .review-header .review-user {
    display: flex;
    align-items: center;
}

.product-detail .review .panel .panel-body ul li .review-header .review-user .review-avatar {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.product-detail .review .panel .panel-body ul li .review-header .review-user span {
    margin-right: 10px;
    color: #333333;
}

.product-detail .review .panel .panel-body ul li .review-header .review-user .review-count .iconfont{
    color: #ed0014;
}

.product-detail .review .panel .panel-body ul li .review-header>span {
    color: #999999;
}

.product-detail .review .panel .panel-body ul li>p {
    line-height: 18px;
    margin-bottom: 10px;
    color: #666666;
}

.product-detail .review .panel .panel-body ul li:last-child>p {
    margin-bottom: 0;
}

.product-detail .consultation .panel .panel-header {
    border: none;
}

.product-detail .consultation .panel .panel-body ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.product-detail .consultation .panel .panel-body ul li:last-child {
    margin-bottom: 0;
}

.product-detail .consultation .panel .panel-body ul li p {
    color: #666666;
}

.product-detail .consultation .panel .panel-body ul li>span {
    min-width: 50px;
    text-align: right;
    color: #999999;
}

.product-detail .coupon-code-modal .modal-dialog {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 80vh;
    margin: 0;
}

.product-detail .coupon-code-modal.fade .modal-dialog {
    transform: translate(0, 25%);
}

.product-detail .coupon-code-modal.fade.in .modal-dialog {
    transform: translate(0, 0);
}

.product-detail .coupon-code-modal .modal-dialog .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
}

.product-detail .coupon-code-modal .modal-dialog .modal-content .modal-header {
    text-align: center;
    border-bottom: none;
}

.product-detail .coupon-code-modal .modal-dialog .modal-content .modal-header strong {
    font-weight: 500;
}

.product-detail .coupon-code-modal .modal-dialog .modal-content .modal-body {
    max-height: calc(80vh - 100px);
    padding: 10px 10px 0 10px;
    overflow: scroll;
    background-color: #f5f5f5;
}

.product-detail .coupon-code-modal .modal-dialog .modal-content .modal-body ul {
    margin-bottom: 10px;
}

.product-detail .coupon-code-modal .modal-dialog .modal-content .modal-body > p,
.product-detail .coupon-code-modal .coupon-list > p {
    margin-bottom: 5px;
}

.product-detail .coupon-code-modal .media {
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ffffff;
}

.product-detail .coupon-code-modal .media .media-left {
    padding: 8px 0 8px 8px;
}

.product-detail .coupon-code-modal .media .media-left .product-image {
    width: 76px;
    height: 76px;
    border-radius: 4px;
    overflow: hidden;
}

.product-detail .coupon-code-modal .media .media-body {
    position: relative;
    padding: 8px;
    overflow: visible;
}

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

.product-detail .coupon-code-modal .media .media-body:before {
    top: -4px;
}

.product-detail .coupon-code-modal .media .media-body:after {
    bottom: -4px;
}

.product-detail .coupon-code-modal .media .media-body .store-limit {
    display: block;
    width: 110px;
    margin-bottom: 2px;
    color: #333333;
}

.product-detail .coupon-code-modal .media .media-body p {
    width: 110px;
    margin-bottom: 2px;
    color: #666666;
}

@media only screen and (min-device-width: 360px) {
    .product-detail .coupon-code-modal .media .media-body .store-limit,
    .product-detail .coupon-code-modal .media .media-body p {
        width: 150px;
    }
}

@media only screen and (min-device-width: 375px) {
    .product-detail .coupon-code-modal .media .media-body .store-limit,
    .product-detail .coupon-code-modal .media .media-body p {
        width: 165px;
    }
}

@media only screen and (min-device-width: 404px) {
    .product-detail .coupon-code-modal .media .media-body .store-limit,
    .product-detail .coupon-code-modal .media .media-body p {
        width: 204px;
    }
}

.product-detail .coupon-code-modal .media .media-right {
    position: relative;
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    padding: 0 8px;
    color: #ffffff;
    text-align: center;
    background-color: #f54f03;
    background: -webkit-linear-gradient(135deg, #f68808, #f54f03);
    background: -moz-linear-gradient(135deg, #f68808, #f54f03);
    background: linear-gradient(135deg, #f68808, #f54f03);
}

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

.product-detail .coupon-code-modal .media .media-right strong {
    display: block;
    margin-bottom: 3px;
    font-weight: normal;
}

.product-detail .coupon-code-modal .media .media-right p {
    margin-bottom: 6px;
}

.product-detail .coupon-code-modal .media .media-right a {
    display: block;
    width: 66px;
    line-height: 20px;
    margin: auto;
    padding: 0 5px;
    color: #f67336;
    border-radius: 20px;
    background-color: #ffffff;
}

.product-detail .specification-modal .modal-dialog {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 80vh;
    margin: 0;
}

.product-detail .specification-modal.fade .modal-dialog {
    transform: translate(0, 25%);
}

.product-detail .specification-modal.fade.in .modal-dialog {
    transform: translate(0, 0);
}

.product-detail .specification-modal .modal-dialog .modal-content {
    max-height: inherit;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #ffffff;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-header {
    padding: 10px 10px 0 10px;
    border-bottom: none;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-header .close {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 0;
    font-size: 12px;
    color: #333333;
    opacity: 0.5;
    border-radius: 50%;
    border: 1px solid #333333;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-header .product-image {
    width: 85px;
    height: 85px;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-header p {
    margin-bottom: 10px;
    color: #ed0014;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-header p del,
.product-detail .specification-modal .modal-dialog .modal-content .modal-header p small {
    color: #999999;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-header .specification-tips {
    display: none;
    clear: left;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-body {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 0 10px;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-body dl {
    display: flex;
    flex-flow: wrap;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-body dl dt {
    flex-basis: 100%;
    margin-bottom: 10px;
    font-weight: 500;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-body dl dd {
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-body dl dd a {
    display: inline-block;
    padding: 5px 12px;
    white-space: nowrap;
    border-radius: 20px;
    background-color: #eeeeee;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-body dl dd a:hover {
    color: #333333;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-body dl dd a.active {
    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);
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-body dl dd a.disabled {
    color: #cccccc;
    background-color: #f8f8f8;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-body .quantity {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-body .quantity strong {
    line-height: 28px;
    font-weight: 500;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-footer {
    padding: 10px;
    border-top: none;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-footer .btn {
    border-radius: 20px;
}

.product-detail .specification-modal .modal-dialog .modal-content .modal-footer .btn:disabled,
.product-detail .specification-modal .modal-dialog .modal-content .modal-footer .btn:disabled:hover {
    border-color: #aaaaaa;
    background: #aaaaaa;
}

.product-detail .view-all-group-polling-modal .modal-dialog {
    margin: 80px 20px 20px 20px;
}

.product-detail .view-all-group-polling-modal .modal-dialog .modal-body {
    max-height: 375px;
    overflow: scroll;
}

.product-detail .view-all-group-polling-modal .modal-dialog .modal-body li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.product-detail .view-all-group-polling-modal .modal-dialog .modal-body li .time {
    flex-grow: 1;
    line-height: 20px;
    text-align: right;
    color: #666666;
    padding: 0 5px;
}

.product-detail .view-all-group-polling-modal .modal-dialog .modal-body li .time p {
    color: #333333;
}

.product-detail .view-all-group-polling-modal .modal-dialog .modal-body li .time .countdown {
    color: #666666;
}

.product-detail .view-all-group-polling-modal .modal-dialog .modal-body li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.product-detail .view-all-group-polling-modal .modal-dialog .modal-body li .user {
    display: flex;
    align-items: center;
}

.product-detail .view-all-group-polling-modal .modal-dialog .modal-body li .user .user-avatar {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.product-detail .view-all-group-polling-modal .modal-dialog .modal-footer {
    color: #898989;
    text-align: center;
}

.product-detail .current-group-polling-modal .modal-dialog {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 80vh;
    margin: 0;
}

.product-detail .current-group-polling-modal.fade .modal-dialog {
    transform: translate(0, 25%);
}

.product-detail .current-group-polling-modal.fade.in .modal-dialog {
    transform: translate(0, 0);
}

.product-detail .current-group-polling-modal .modal-dialog .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
}

.product-detail .current-group-polling-modal .modal-dialog .modal-content .modal-header {
    border-bottom: none;
}

.product-detail .current-group-polling-modal .modal-dialog .modal-content .modal-header .close {
    font-size: 1.5rem;
    font-weight: normal;
    outline: none;
}

.product-detail .current-group-polling-modal .modal-dialog .modal-content .modal-body p {
    margin-bottom: 10px;
}

.product-detail .current-group-polling-modal .modal-dialog .modal-content .modal-body .time {
    color: #666666;
}

.product-detail .current-group-polling-modal .modal-dialog .modal-content .modal-body .time span {
    color: #ed0014;
}

.product-detail .current-group-polling-modal .modal-dialog .modal-content .modal-body .user {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.product-detail .current-group-polling-modal .modal-dialog .modal-content .modal-body .user-avatar {
    position: relative;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px #ffab33 solid;
}

.product-detail .current-group-polling-modal .modal-dialog .modal-content .modal-body .user-avatar.anonymous {
    border: none;
}

.product-detail .current-group-polling-modal .modal-dialog .modal-content .modal-body img {
    border-radius: 50%;
}

.product-detail .current-group-polling-modal .modal-dialog .modal-content .modal-body .user-avatar span {
    position: absolute;
    top: -4px;
    left: -15px;
    padding: 0 4px;
    color: #ffffff;
    border-radius: 20px;
    background-color: orange;
}

.product-detail .current-group-polling-modal .modal-dialog .modal-content .modal-body .user-avatar:last-child {
    margin-right: 0;
}

.product-detail footer .btn {
    min-width: 86px;
    border-radius: 20px;
}

.product-detail footer .btn.will-exchange,
.product-detail footer .btn.gift {
    min-width: 160px;
}

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

.product-list .ad-swiper .swiper-wrapper .swiper-slide img {
    height: 160px;
}

.product-list .ad-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.product-list .filter-wrapper {
    width: 100%;
    height: 100%;
    display: none;
    padding-left: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.5);
}

.product-list .filter {
    width: 100%;
    height: 100%;
    display: none;
}

.product-list .filter .filter-content {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    position: relative;
    animation-duration: 0.5s;
    border-left: solid 1px #dddddd;
    background-color: #ffffff;
}

.product-list .filter .filter-body {
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.product-list .filter .filter-body dl {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 10px;
}

.product-list .filter .filter-body dt {
    flex-basis: 100%;
    height: 30px;
    color: #999999;
}

.product-list .filter .filter-body dd {
    margin: 0 10px 10px 0;
}

.product-list .filter .filter-body dd a {
    width: 80px;
    display: block;
    padding: 5px 10px;
    color: #666666;
    text-align: center;
    transition: background-color 0.3s;
    border-radius: 3px;
    background-color: #f0f0f0;
}

.product-list .filter .filter-body dd a.active {
    color: #ed0014;
    background-color: rgba(237, 0, 20, 0.1);
}

.product-list .filter .filter-footer {
    width: 100%;
    padding-left: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: solid 1px #eeeeee;
    background-color: #ffffff;
}

.product-list .filter .filter-footer .btn-primary {
    border-radius: 0;
    border: none;
    background-color: #ed0014;
}

.product-list header {
    padding-top: 15px;
}

.product-list header a>.iconfont {
    font-size: 1.25rem;
    color: #414551;
}

.product-list header .search-input {
    position: relative;
    height: 34px;
    line-height: 34px;
}

.product-list header .search-input .iconfont {
    position: absolute;
    top: 9px;
    left: 13px;
    line-height: 1;
    font-size: 0.875rem;
    color: #b6b6b6;
}

.product-list header input {
    padding-left: 35px;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    background-color: #f6f6f6;
}

.product-list header input::placeholder {
    color: #b6b6b6;
}

.product-list header input:focus {
    box-shadow: none;
    border-color: transparent;
}

.product-list .order {
    margin-top: 5px;
}

.product-list .order a {
    color: #999999;
}

.product-list .order a .iconfont {
    line-height: 1px;
    font-size: 0.875rem;
}

.product-list .order a.active {
    color: #ed0014;
}

.product-list .order a.active .iconfont {
    color: #ed0014;
}

.product-list .order a.disabled {
    color: #cccccc;
}

.product-list .list {
    margin-top: 6px;
}

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

.product-list .list .list-item {
    min-height: 141px;
    margin-bottom: 5px;
    background-color: #ffffff;
}

.product-list .list .list-item .product {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.product-list .list.cascades .list-item .product {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
}

.product-list .list.cascades .list-item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 6px) / 2);
    margin-top: 6px;
    margin-right: 6px;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}

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

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

.product-list .list .list-item .list-item-image {
    width: 130px;
    height: 130px;
    margin-right: 15px;
}

.product-list .list.cascades .list-item .list-item-image {
    margin: 0 auto;
    padding: 0;
}

.product-list .list .list-item .list-item-image img {
    max-height: 100%;
}

.product-list .list .list-item .list-item-content {
    width: calc(100% - 145px);
    height: 141px;
    padding: 10px 0;
    position: relative;
}

.product-list .list.cascades .list-item .list-item-content {
    padding-bottom: 0;
}

.product-list .list .list-item:last-child .list-item-content {
    border-bottom: none;
}

.product-list .list.cascades .list-item .list-item-content {
    width: 100%;
    height: auto;
    border-bottom: none;
}

.product-list .list .list-item h5 {
    line-height: 25px;
    font-weight: normal;
    color: #333333;
}

.product-list .list .list-item h6 {
    line-height: 25px;
    font-weight: normal;
    color: #666666;
}

.product-list .list .list-item strong {
    display: block;
    line-height: 25px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #ed0014;
}

.product-list .list .list-item strong del {
    color: #bfbfbf;
}

.product-list .list .list-item .store-type {
    margin-bottom: 5px;
}

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

.product-list .list .list-item .store {
    color: #999999;
}

.product-list .list .list-item .group-pooling {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 12px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #ed0014;
    border-radius: 20px;
    overflow: hidden;
}

.product-list .list .list-item .group-pooling span {
    padding: 0 5px;
    color: #ed0014;
}

.product-list .list .list-item .group-pooling span .iconfont {
    font-size: 0.875rem;
}

.product-list .list .list-item .group-pooling a {
    padding: 0 10px;
    color: #ffffff;
    background-color: #ed0014;
    border-radius: 20px;
    border-top-left-radius: 0;
}

.product-list .list .list-item .group-pooling-tips {
    padding: 10px;
    border-top: 1px solid #f1f1f1;
}

.product-list .list.cascades .list-item .group-pooling-tips {
    margin-top: 5px;
    padding: 10px 0 0 0;
}

/* ---------- product-search-input ---------- */
.product-search-input header {
    padding: 15px 0;
    border-bottom: none;
    box-shadow: none;
}

.product-search-input header a>.iconfont {
    font-size: 1.25rem;
    color: #666666;
}

.product-search-input header .search-input {
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
    line-height: 34px;
}

.product-search-input header .search-input .iconfont {
    position: absolute;
    top: 9px;
    left: 13px;
    line-height: 1;
    font-size: 0.875rem;
    color: #b6b6b6;
}

.product-search-input header .search-input .btn {
    color: #666666;
    border: none;
    box-shadow: none;
}

.product-search-input header input {
    padding-left: 35px;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    background-color: #f6f6f6;
}

.product-search-input header input::placeholder {
    color: #b6b6b6;
}

.product-search-input header input:focus {
    box-shadow: none;
    border-color: transparent;
}

.product-search-input header span {
    line-height: 34px;
    color: #414551;
}

.product-search-input .hot-search {
    display: flex;
    flex-flow: wrap;
    padding: 0 15px 15px 15px;
}

.product-search-input .hot-search dt {
    flex-basis: 100%;
    margin-bottom: 10px;
    color: #333333;
    font-weight: normal;
}

.product-search-input .hot-search dd {
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    border-radius: 20px;
    background-color: #f3f3f3;
}

.product-search-input .hot-search dd a {
    color: #666666;
}

