html {
    overflow-y: visible;
    font-size: initial;
}

/* 面包屑导航 */
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #999999;
}

.product-introduce .tab-content {
    overflow: hidden;
    width: 100%;
}

.product-introduce .tab-content h1,
.product-introduce .tab-content h2,
.product-introduce .tab-content h3,
.product-introduce .tab-content h4,
.product-introduce .tab-content h5,
.product-introduce .tab-content h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.6;
}

.product-introduce .tab-content ol,
.product-introduce .tab-content ul,
.product-introduce .tab-content dl {
    padding: 0 40px;
    margin: 20px 0;
}

.product-introduce .tab-content ul,
.product-introduce .tab-content li {
    list-style: disc;
    padding: 3px 0;
}

.product-introduce .tab-content li {
    margin-left: 30px;
}

.product-introduce .tab-content p {
    margin: 10px 0;
    line-height: 1.5;
}

@media screen and (max-width: 576px) {

    /* 主图轮播分页器 */
    .preview .swiper-pagination {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 24px;
    }

    .preview .swiper-pagination .swiper-pagination-bullet {
        margin: 0 7px;
        width: 10px;
        height: 10px;
    }

    .preview .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #000000;
    }

    /* 主图轮播分页器结束 */

    .product-choose-main .product-gallery-img {
        width: 320px;
        height: 320px;
    }

    .product-choose-main .product-gallery-nav {
        display: none !important;
        margin: 0;
        padding: 0;
    }

    .brick-item img {
        width: 130px;
        height: 130px;
        min-width: 130px;
        min-height: 130px;
    }

    .layui-laypage a,
    .layui-laypage span {
        padding: 0 12px;
        font-size: 12px;
        height: 30px;
        line-height: 29px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 576px) {
    .product-choose-main .product-gallery-img {
        width: 550px;
        height: 550px;
    }

    .product-choose-main .product-gallery-nav {
        padding: 0 0px 0 0px;
    }

    .brick-item img {
        width: 200px;
        height: 200px;
        min-width: 200px;
        min-height: 200px;
    }

    .layui-laypage a,
    .layui-laypage span {
        padding: 0 15px;
        font-size: 14px;
        height: 35px;
        line-height: 34px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 768px) {
    .product-choose-main .product-gallery-img {
        width: 570px;
        height: 570px;
    }

    .brick-item img {
        width: 200px;
        height: 200px;
        min-width: 200px;
        min-height: 200px;
    }
}

@media screen and (min-width: 992px) {
    .product-choose-main .product-picture {
        float: left;
        padding-left: 10px;
        max-width: 570px;
        z-index: 10;
    }

    .product-choose-main .product-picture.fix {
        z-index: 10;
        position: fixed;
        top: 0;
    }

    /* product-gallery-img */
    .product-choose-main .product-gallery-img {
        width: 560px;
        height: 560px;
    }

    .product-choose-main .product-info {
        float: right;
        padding-left: 60px;
        width: calc(100% - 570px);
    }

    .brick-item img {
        width: 200px;
        height: 200px;
        min-width: 200px;
        min-height: 200px;
    }
}

@media screen and (max-width: 992px) {
    .product-choose-main .product-picture {
        margin: 0 auto;
        width: 100%;
        max-width: 600px;
    }

    .product-choose-main .product-picture.fix {
        position: relative;
    }

    .product-choose-main .product-info {
        margin-top: 25px;
        width: 100% !important;
        padding: 0 10px !important;
    }
}

body {
    background: #ffffff;
    /* background: #f7f7f7; */
}

.breadcrumb {
    margin: 0;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    background: #ffffff;
    color: #626466;
}

.breadcrumb li a {
    color: #999999;
    transition: all 0.3s;
}

.breadcrumb li a:hover {
    color: #333333;
}

.product-box {
    max-width: 1200px;
    margin: 0 auto;
}

.product-choose-main {
    padding: 0 0 60px;
}

@media screen and (max-width:575px) {
    .product-choose-main {
        padding: 0 0 35px;
    }
}

.share-box {
    max-width: 340px;
}

.share-box .share-content a {
    overflow: hidden;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 5px;
}

.share-box .share-content a,
.share-box .like-heart {
    background: url('/image/social_detail.png') no-repeat;
}

.share-box .share-content a:nth-child(1) {
    background-position: -70px -3px;
    margin-left: 0;
}

.share-box .share-content a:nth-child(1):hover {
    background-position: -70px -43px;
}

.share-box .share-content a:nth-child(2) {
    background-position: -104px -3px;
}

.share-box .share-content a:nth-child(2):hover {
    background-position: -104px -43px;
}

.share-box .share-content a:nth-child(3) {
    background-position: -136px -3px;
}

.share-box .share-content a:nth-child(3):hover {
    background-position: -136px -43px;
}

.share-box .share-content a:nth-child(4) {
    background-position: -38px -3px;
}

.share-box .share-content a:nth-child(4):hover {
    background-position: -38px -43px;
}

.share-box .like-heart {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-position: -2px -3px;
}

.share-box .like-heart.liked {
    background-position: -2px -43px;
}

.product-choose-main .preview {
    position: relative;
    width: 100%;
}

.product-choose-main .preview .product-gallery-img {
    position: relative;
}

.product-choose-main .pro-video {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

/* product-gallery-nav */
.product-choose-main .product-gallery-nav {
    margin-top: 22px;
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
    height:104px
}
@media screen and (max-width:1024px) {
    .product-choose-main .product-gallery-nav {
        height: 96px;
    }
}

@media screen and (max-width:991px) {
    .product-choose-main .product-gallery-nav {
        height: auto;
    }
}
.product-choose-main .image-menu {
    overflow: hidden;
    margin-left: 0;
    position: relative;
}

.product-choose-main .image-menu.image-menu-mask::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 30px;
    right: 0;
    top: 0;
    z-index: 2;
    background-image: linear-gradient(to right, red, blue);
}

.product-choose-main .image-menu .swiper-slide {
    position: relative;
}

.product-choose-main .image-menu .swiper-slide:hover {
    cursor: pointer;
}

.product-choose-main .image-menu .swiper-slide img {
    width: 100%;
    height: 100%;
    max-width: 104px;
    max-height: 104px;
}

@media screen and (max-width:991px) {
    .product-choose-main .image-menu .swiper-slide img {
        max-width: 98px;
        max-height: 98px;
    }
}

@media screen and (max-width:575px) {
    .product-choose-main .image-menu .swiper-slide img {
        max-height: 94px;
        max-width: 94px;
    }
}

.product-choose-main .image-menu .swiper-slide.swiper-slide-thumb-active::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C41227;
    z-index: 2;
}

.product-choose-main .product-gallery-img {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.product-choose-main .product-gallery-img .product-img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.product-choose-main .product-gallery-img .pro-swiper-container, .product-choose-main .product-gallery-img .pro-swiper-container img {
    width: 100%;
    height: 100%;
}

/* 主图左右箭头 */
.product-choose-main .pro-swiper-container .pro-swiper-button {
    opacity: 0;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.product-choose-main .pro-swiper-container:hover .pro-swiper-button {
    opacity: 1;
}

.product-choose-main .pro-swiper-container .pro-swiper-button::after {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.product-choose-main .pro-swiper-container .swiper-button-prev::after {
    transform: translateX(-1px);
}

.product-choose-main .pro-swiper-container .swiper-button-next::after {
    transform: translateX(1px);
}

.product-choose-main .pro-swiper-container .pro-swiper-button.swiper-button-disabled {
    opacity: 0;
}

.product-choose-main .video-start {
    display: inline-block;
    z-index: 4;
    position: absolute;
    bottom: 10px;
    left: 5px;
    width: 98px;
    height: auto;
    cursor: pointer;
    background-color: #c41227;
    border-radius: 16px;
}

.product-choose-main .video-start>div {
    display: flex;
    align-items: center;
}

.product-choose-main .video-start img, .product-choose-main .video-start span {
    position: relative;
    z-index: 5;
}

.product-choose-main .video-start img {
    width: 32px;
    height: 32px;
    left: 0;
}

.product-choose-main .video-start span {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    padding-left: 6px;
    line-height: 1;
}

.product-choose-main .video-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    overflow: hidden;
    z-index: 101;
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.product-choose-main .product-info .product-title {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-choose-main .product-info .product-color-select-tip {
    font-size: 16px;
    color: #666666;
    line-height: 1.3;
    margin-top: 15px;
}

@media screen and (max-width:575px) {
    .product-choose-main .product-info .product-title {
        font-size: 22px;
    }

    .product-choose-main .product-info .product-color-select-tip {
        font-size: 14px;
    }
}

.product-choose-main .product-info .price-text {
    font-size: 14px;
    font-family: Helvetica;
    color: #333333;
    line-height: 1.3;
}

.product-choose-main .product-info .product-price {
    padding-top: 16px;
    font-size: 24px;
    line-height: 1;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-choose-main .product-info .product-price .price {
    font-weight: 550;
}

@media screen and (max-width:575px) {
    .product-choose-main .product-info .product-price .price {
        font-size: 22px;
    }
}

.product-choose-main .product-info .product-price .old-price {
    font-size: 14px;
    line-height: 1;
    color: #999999;
}

/* 免邮提示 */
.product-choose-main .product-info .shipping-save-info {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

.product-choose-main .product-info .shipping-save-info>div:first-child {
    position: relative;
    width: auto;
    position: relative;
    display: inline-block;
}

.product-choose-main .product-info .save-info-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    background: #FF881A;
    border-radius: 3px 3px 3px 3px;
    padding: 4px 15px;
}

.product-choose-main .product-info .shipping-save-info #shipping_info .title {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
    font-weight: normal;
}

.product-choose-main .product-info .shipping-save-info .price {
    color: #383b3d;
}

.product-choose-main .product-info #shipping_info {
    margin-top: 10px;
    position: relative;
    white-space: nowrap;
}

@media screen and (max-width:1080px) {
    .product-choose-main .product-info .shipping-save-info #shipping_info .title {
        font-size: 16px;
    }
}

.product-choose-main .product-info .shipping-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/image/sprite_icon_2.png);
    background-position: -114px -175px;
    transform: translateY(6px);
}

.product-choose-main .product-info .shipping-tip-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/image/sprite_icon_2.png);
    background-position: -164px -177px;
    transform: translateY(6px);
    margin-left: 5px;
    position: relative;
    z-index: 99;
}

.product-choose-main .product-info .shipping-tip-icon .shipping-tip-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 26px solid #ffffff;
    right: 10px;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    z-index: 18;
}

.product-choose-main .product-info .shipping-tip-icon:hover {
    cursor: pointer;
}

.product-choose-main .product-info .shipping-tip-wrap {
    position: absolute;
    display: none;
    padding: 15px 15px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.15);
    bottom: 0;
    right: 1vw;
    max-width: 430px;
    width: 100vw;
    height: auto;
    z-index: 15;
    white-space: normal;
}

.product-choose-main .product-info .shipping-tip-title {
    font-weight: 550;
    font-size: 18px;
    line-height: 1;
}

.product-choose-main .product-info .shipping-tip-content {
    font-size: 16px;
    line-height: 1.5;
}

.product-choose-main .product-info .shipping-tip-link {
    font-style: italic;
    display: inline-block;
    padding-top: 10px;
    transition: all 0.3s;
}

.product-choose-main .product-info .shipping-tip-link:hover {
    color: #0080f1;
}

@media screen and (max-width:820px) {
    .product-choose-main .product-info .shipping-tip-wrap {
        max-width: 390px;
        right: auto;
        left: 25vw;
    }
}

@media screen and (max-width:575px) {
    .product-choose-main .product-info .shipping-tip-wrap {
        max-width: 260px;
        left: auto;
        right: 1%;
    }

    .product-choose-main .product-info .shipping-save-info #shipping_info .title {
        font-size: 14px;
    }
}

@media screen and (max-width:320px) {
    .product-choose-main .product-info .shipping-tip-wrap {
        left: 0.5%;
        right: auto;
    }
}

/* 免邮提示结束 */

/* 优惠券 */
.product-info .coupon-wrap-item {
    margin-bottom: 10px;
}

.product-info .coupon-wrap {
    display: flex;
    align-items: center;
}

.product-info .coupon-wrap .coupon-img {
    position: relative;
    margin-right: 11px;
    display: inline-block;
}

.product-info .coupon-wrap .coupon-img img {
    display: inline-block;
    max-width: 90px;
    height: auto;
}

.product-info .coupon-wrap .coupon-img span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #C30D23;
    line-height: 16px;
    background: rgba(195, 13, 35, 0.1);
    border-radius: 3px 3px 3px 3px;
    padding: 4px 8px;
}

.product-info .coupon-wrap .coupon-img span.invalid-bg {
    background-color: #e8e6e6;
}

.product-info .coupon-info .content {
    font-size: 16px;
    line-height: 1.3;
    height: auto;
    color: #333333;
}

.product-info .coupon-info .claim {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #315B7D;
    padding-left: 12px;
    transition: all 0.3s;
}

.product-info .coupon-info .claim:hover {
    color: #038bf3;
}

.product-info .coupon-info .claim-invalid {
    color: #999999;
}

.product-info .coupon-info .claim-invalid:hover {
    cursor: not-allowed;
}

#coupon_prompt {
    color: #666666;
}

@media screen and (max-width:575px) {
    .product-info .coupon-info {
        align-items: center;
    }

    .product-info .coupon-info .content {
        font-size: 14px;
    }

    .product-info .coupon-info .claim {
        font-size: 12px;
        transform: translateY(0);
    }
}

/* 优惠券结束 */

/* 折扣码 */
.product-info #promo_code_wrap {
    margin-bottom: 18px;
}

.promo-code-pc .promo-code-wrap {
    align-items: center;
}

.product-info #promo_code_wrap li {
    margin-top: 10px;
}

.product-info #promo_code_wrap li:first-child {
    margin-top: 0;
}

#promo_code_wrap .promo-code-wrap .promo-code-img {
    position: relative;
    margin-right: 11px;
}

#promo_code_wrap .promo-code-wrap .promo-code-img span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #C30D23;
    line-height: 16px;
    background: rgba(195, 13, 35, 0.1);
    border-radius: 3px 3px 3px 3px;
    padding: 4px 8px;
}

/* #promo_code_wrap .promo-code-wrap .promo-code-img img {
    display: inline-block;
    max-width: 90px;
    height: auto;
} */

.promo-code-pc .promo-code-wrap .promo-code-content {
    font-size: 16px;
    line-height: 1.3;
    height: auto;
    color: #333333;
}

.promo-code-h5 .promo-code-wrap {
    padding: 0px 5px 0px 10px;
    align-items: center;
}

.promo-code-h5 .promo-code-wrap .promo-code-content {
    font-size: 14px;
}

.promo-code-h5 .promo-code-wrap .promo-code {
    font-size: 16px;
    color: #333333;
}

@media screen and (max-width:575px) {
    .promo-code-h5 .promo-code-wrap {
        padding: 0px 5px 0px 0px;
    }
}

/* 折扣码结束 */

/* 产品特点/卖点说明 */
.product-choose-main .product-info .sale-desc {
    padding: 0px 0px 20px;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
}

/* .product-choose-main .product-info .sale-desc-title {
    line-height: 1.5;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 400;
    color: #333333;
} */

.product-choose-main .product-info .sale-desc-content-list {
    /* padding-left: 20px; */
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
}

.product-choose-main .product-info .sale-desc-content-list li:first-child {
    padding-top: 0;
}

@media screen and (max-width:575px) {
    .product-choose-main .product-info .sale-desc-content-list li {
        font-size: 14px;
    }
}

.product-choose-main .product-info .sale-desc-link {
    display: inline-flex;
    align-items: center;
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    padding-top: 12px;
    transition: all 0.3s;
}

.product-choose-main .product-info .sale-desc-link span {
    padding-right: 3px;
}

.product-choose-main .product-info .sale-desc-link:hover {
    cursor: pointer;
    color: #383838;
}

.product-choose-main .product-info .sale-desc-link i {
    font-size: 18px;
}

/* 产品特点/卖点说明结束 */

/* 补充信息 */
.product-choose-main .product-info .shipping-time-info {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 1.3;
    margin-bottom: 22px;
}

@media screen and (max-width:575px) {
    .product-choose-main .product-info .shipping-time-info {
        margin-bottom: 13px;
    }
}

/* 补充信息结束 */

.pro-choose.country-choose {
    margin-bottom: 12px;
    padding-top: 22px;
}

.pro-choose {
    padding: 10px 0 0;
}

.pro-choose .step-title {
    font-size: 18px;
    padding-bottom: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    color: #333333;
    white-space: nowrap;
}

.pro-choose .step-title .hove-color {
    font-size: 16px;
    white-space: nowrap;
}

.pro-choose .country-row {
    margin: 0;
}

.pro-choose .country-row .nav-tabs {
    padding-right: 0;
    border: none;
    border-right: 1px solid #ecedef;
}

.country-row .nav-tabs .nav-link.active {
    border: none;
    background-color: #fff;
}

.pro-choose .country-row .tab-content {
    background-color: #fff;
}

.pro-choose .nav {
    display: block;
}

/* package变体样式 */
.step-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.step-list li {
    padding: 0 12px 12px 0;
    width: 50%;
}

.step-list li:nth-child(2n) {
    padding-right: 0px !important;
}

.step-list li .sku {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 1.3;
    padding: 0 19px;
    border-radius: 6px;
    border: 1px solid #ccc;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.step-list li .sku span {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 1.3;
    font-weight: 400;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* package变体选中样式 */
.step-list li.attr-selected .sku {
    border: 1px solid #000000;
}

.step-list li.attr-selected .sku span {
    font-weight: bold;
}

.step-list li a>div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* 变体不可选 */
.step-list li.disabled .sku {
    border: 1px dashed #c4c4c4;
    cursor: not-allowed;
    color: #ccc;
}

.step-list li.disabled .sku span {
    color: #ccc;
}

.product-info .title-stock {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #333333;
}

@media screen and (max-width:575px) {
    .product-info .title-stock {
        font-size: 20px;
    }
}

/* 颜色选择 */
.list-wrap .color-choose .color-select-item {
    margin: 0 36px 12px 0;
    padding: 0;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    max-width: 36px;
}

.list-wrap .color-choose .color-select-item.attr-selected::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 2px solid #C41227;
}

.list-wrap .color-choose .color-select-item a {
    padding: 0;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.list-wrap .color-choose .color-select-item a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0px 1px 3px 1px rgba(0, 0, 0, 0.4);
    z-index: 2;
    border-radius: 50%;
}

.list-wrap .color-choose .color-select-item a img {
    width: 100%;
    height: 100%;
}

.list-wrap .color-choose .color-select-item.attr-selected .sku {
    border: none;
}

.color-choose .color-select-item.disabled .sku {
    border: none;
    opacity: 0.6;
}

.color-choose .color-select-item.disabled .sku::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.2);
    transform: rotate(-45deg);
    z-index: 2;
}

.list-wrap .pro-choose .hover-attr {
    position: absolute;
    top: 4%;
    left: 100%;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:1080px) {
    .list-wrap .color-choose .color-select-item {
        margin-right: 24px;
    }
}

@media screen and (max-width:575px) {
    .list-wrap .color-choose .color-select-item {
        margin-right: 18px;
    }
}

/* 颜色选择结束 */

/* 数量选则&库存显示 */
.product-operation {
    margin-top: 10px;
}

.product-operation .product-stock {
    border: 1px solid #999999;
    margin-right: 10px;
    border-radius: 6px;
    display: inline-block;
}

.product-operation .product-stock .product-stock-text {
    width: 60px;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
}

.product-operation .product-stock .product-stock-btn {
    display: inline-block;
    height: 100%;
}

.product-operation .product-stock .product-stock-btn .disabled {
    cursor: not-allowed;
    color: #999;
}

.product-operation .product-stock .product-stock-btn a {
    display: inline-block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    position: relative;
}

/* .product-operation .product-stock .product-stock-btn a:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #000000;
    border-radius: 6px;
}

.product-operation .product-stock .product-stock-btn a.disabled:hover::before {
    border: none;
} */

.product-operation .surplus-stock {
    line-height: 1.2;
    display: inline-block;
    color: #999999;
    font-size: 14px;
    transform: translateY(10px);
}

@media screen and (max-width:575px) {
    .product-operation .surplus-stock {
        font-size: 16px;
    }
}

/* 数量选则&库存显示结束 */

/* 最终价格显示 */
#total_price {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}


#total_price .total-price-title, #total_price .current-total-price {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

#total_price .total-price-title {
    padding-right: 10px;
}

#total_price .current-total-price {
    padding-right: 8px;
}

#total_price .old-total-price {
    font-size: 12px;
    color: #979797;
    text-decoration: line-through;
    transform: translateY(4px);
}

@media screen and (max-width:575px) {
    #total_price .total-price-title, #total_price .current-total-price {
        font-size: 20px;
    }

    #total_price .old-total-price {
        font-size: 16px;
    }
}

/* 最终价格显示结束 */

/* 添加购物车及购买按钮 */
.product-button {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}

.product-button a {
    margin-right: 12px;
    width: 50%;
}

.product-button a.disabled.product-button01 {
    background: #666666;
    cursor: not-allowed;
}

.product-button a.disabled.product-button02 {
    color: #666666;
    cursor: not-allowed;
    border: 1px solid #666666;
}

.product-button01,
.product-button02 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    font-size: 20px;
    line-height: 1.2;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.product-button .product-button02 {
    margin-right: 0;
}

/* 添加到购物车 */
.product-button01 {
    background: #000000;
    color: #FFFFFF !important;
    margin-bottom: 14px;
}

.product-button01:hover {
    background: #494949;
}

/* 购买 */
.product-button02 {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}

@media screen and (max-width:575px) {
    .product-button01, .product-button02 {
        font-size: 16px;
        height: 46px;
    }
}

.pro-msg-prompt {
    margin-top: 40px;
    height: 48px;
    line-height: 48px;
    color: #ff3347;
    font-size: 16px;
}

/* 国家选择 */
.country-container {
    position: relative;
    background: #ffffff;
}

.selected-country {
    position: relative;
}

.selected-country a {
    display: block;
    width: 100%;
    height: 40px;
    cursor: pointer;
    padding: 0 25px 0 19px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #999999;
    border-radius: 6px;
    font-weight: bold;
}

@media screen and (max-width:575px) {
    .selected-country a {
        font-size: 16px;
    }
}

.selected-country .iconfont {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #292929;
    font-size: 26px;
}

.selected-country .iconfont.icon-xiangshang1 {
    color: #298aed;
}

.country-row {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    z-index: 6;
}

.country-row .state {
    float: left;
    width: 32%;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fcfcfc;
}

.state::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.state::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #b8bcbf;
}

.state::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #fff;
}

.country-row .state .nav-item {
    min-height: 50px;
}

.country-row .state .nav-item .nav-link {
    display: flex;
    align-items: center;
    padding: 0 10px;
    min-height: 50px;
    font-weight: 500;
    font-size: 14px;
    border: none;
}

.country-row .state .nav-item .nav-link:hover {
    background: #FFF4F5;
    border: none;
}

.country-row .state .nav-item .nav-link.active {
    background: #FFF4F5;
    color: #C41227;
    font-weight: bold;
}

.country-row .country-list {
    padding: 0;
    float: right;
    width: 68%;
    overflow: hidden;
    height: 300px;
}

.country-list .container::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

.country-list .container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background: #666666;
}

.country-list .container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    background: #E0E0E0;
}

.country-row .country-list .container {
    padding: 0;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.country-row .country-list .container li {
    overflow: hidden;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    cursor: pointer;
    font-weight: 500;
}

.country-row .country-list .container li:hover {
    background: #FFF4F5;
}

.country-row .country-list .container li.attr-selected {
    background: #FFF4F5;
    color: #C41227;
    font-weight: bold;
}

/* 国家选择结束 */

/* 特殊说明 */
.product-feature-wrap {
    background: #f2f6fa;
    margin-top: 21px;
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
}

.product-feature {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    max-width: 412px;
}

.product-feature-wrap .product-feature-logo {
    background-image: url(/image/sprite_icon_2.png);
    background-position: -17px -173px;
    width: 22px;
    height: 24px;
    margin-right: 15px;
    transform: translateY(1px);
}

@media screen and (max-width:1180px) {
    .product-feature-wrap {
        padding: 18px 10px;
    }

    .product-feature-wrap .product-feature-logo {
        margin-right: 6px;
    }

    .product-choose-main .product-info {
        padding-left: 30px;
    }
}

.product-introduce {
    margin: 0 auto;
    max-width: 1200px;
}

.product-introduce .tab-content img {
    width: 100%;
}

.product-introduce .nav {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.product-introduce .nav-tabs li {
    text-align: center;
    padding: 0;
}

.product-introduce .nav-tabs li .nav-link {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

.product-introduce .nav-tabs li .nav-link.active {
    border: none;
    border-bottom: 2px solid #c41227;
    background-color: #ffffff !important;
}

.product-introduce .nav-tabs li .nav-link:hover {
    transform: none;
    border: none;
}

.product-introduce .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #f7f7f7;
    border: none;
}

.product-introduce .nav-tabs li .nav-link.active:hover {
    border: none;
    border-bottom: 2px solid #c41227;
    color: #c41227;
}

.product-introduce .tab-content {
    padding: 40px 0 80px 0;
}

/* 添加购物车成功与失败 */
/* 失败 */
.add-cart-notice {
    max-width: 500px;
    border-radius: 20px !important;
}

.add-cart-notice .layui-layer-content {
    overflow: visible !important;
}

.add-cart-notice .add-cart-content {
    font-size: 20px;
    padding: 60px 0 30px;
    text-align: center;
}

.add-cart-notice .add-cart-content .info {
    margin-top: 15px;
}

.add-cart-notice .layui-layer-btn {
    padding-bottom: 50px;
}

.add-cart-notice .layui-layer-btn a {
    width: 200px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #000000;
    transition: all 0.3s;
    border-radius: 6px;
    font-size: 16px;
}

.add-cart-notice .layui-layer-btn a:hover {
    background: #3f3e3e;
    color: #fff;
}

.add-cart-notice-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-cart-notice-top>span {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    line-height: 1.4;
    padding-left: 13px;
}

.add-cart-notice .icon-tishi {
    font-size: 42px;
    color: #C41227;
    font-weight: bold;
}

.add-cart-notice .err-info {
    font-size: 14px;
    padding-top: 16px;
    color: #C41227;
    line-height: 1.4;
}

@media screen and (max-width:1024px) {
    .add-cart-notice {
        border-radius: 16px !important;
    }

    .product-choose-main .product-picture {
        max-width: 530px;
    }

    .product-choose-main .product-gallery-img {
        max-width: 520px;
        max-height: 520px;
    }

    .product-choose-main .product-info {
        padding-left: 30px;
        width: calc(100% - 530px);
    }

    .product-feature {
        max-width: 88%;
    }
}

@media screen and (max-width:991px) {
    .add-cart-notice {
        border-radius: 12px !important;
    }
}

@media screen and (max-width:575px) {
    .add-cart-notice {
        max-width: 290px;
        border-radius: 10px !important;
    }

    .add-cart-notice .add-cart-content .add-cart-notice-close {
        bottom: -170px !important;
    }

    .add-cart-notice-top {
        flex-direction: column;
    }

    .add-cart-notice .icon-tishi {
        font-size: 48px;
    }

    .add-cart-notice-top>span {
        padding: 20px 10px 0px;
        font-size: 18px;
        text-align: center;
    }

    .add-cart-notice .err-info {
        font-size: 16px;
        padding: 12px 10px 0;
    }

    .add-cart-notice .add-cart-content {
        padding: 40px 0 12px;
    }

    .add-cart-notice .layui-layer-btn {
        padding-bottom: 40px;
    }
}

/* 添加购物车成功 */
.modal-open #add_cart_modal {
    background: rgba(0, 0, 0, 0.5);
}

.add-cart-modal-dialog {
    max-width: 700px;
}

.add-cart-modal-dialog .modal-header {
    border-bottom: none;
    padding: 0;
}

.close-ad-attr {
    position: absolute;
    color: #fff;
    top: 10px;
    right: -54px;
    font-size: 26px;
    padding: 2px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.close-ad-attr::before {
    top: 50%;
    left: 50%;
}

.close-ad-attr:hover {
    cursor: pointer;
    border: 2px solid #cfcbcb;
    color: #cfcbcb;
}

.add-cart-modal-dialog .add-cart-content, .add-cart-modal-dialog .modal-content {
    background-color: #fff;
    max-width: 700px;
    position: relative;
    border-radius: 20px;
}

.add-cart-modal-dialog .add-cart-content {
    padding: 52px 48px 28px;
}

.add-cart-notice .add-cart-content .add-cart-notice-close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    right: -52px;
    top: 8px;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
}

.add-cart-notice .add-cart-content .add-cart-notice-close:hover {
    cursor: pointer;
    border: 2px solid #d8d7d7;
}

.add-cart-notice .add-cart-content .add-cart-notice-close:hover .icon-close {
    color: #d8d7d7;
}

.add-cart-notice .add-cart-content .icon-close {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.2;
}

.add-cart-suc-pro-img {
    display: flex;
    align-items: center;
}

.add-cart-suc-pro-img {
    padding: 0 30px;
}

.add-cart-suc-btn-wrap {
    justify-content: center;
    padding: 32px 30px 40px;
}

.add-cart-suc-pro-img img {
    max-width: 114px;
    height: auto;
    width: 100%;
}

.add-cart-content .add-cart-suc-pro-img .add-cart-suc-pro-name {
    padding-left: 26px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 420px;
    color: #333333;
}

.add-cart-content .add-cart-suc-pro-img .add-cart-suc-text {
    font-size: 20px;
    line-height: 1.3;
    color: #333333;
    padding-left: 20px;
    margin-top: 7px;
}

.add-cart-suc-btn-wrap div {
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    border-radius: 6px;
    transition: all 0.3s;
    padding: 10px 0px;
    width: 100%;
    max-width: 220px;
    text-align: center;
    margin-right: 13px;
}

.add-cart-suc-btn-wrap div:hover {
    cursor: pointer;
}

.add-cart-suc-btn-wrap .add-cart-suc-shop {
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
}

.add-cart-suc-btn-wrap .add-cart-suc-shop:hover {
    border: 1px solid #999999;
    color: #999999;
}

.add-cart-suc-btn-wrap .add-cart-suc-cart {
    color: #FFFFFF;
    background: #000000;
}

.add-cart-suc-btn-wrap .add-cart-suc-cart:hover {
    background: #686565;
}

.add-cart-suc-sug {
    border-top: 1px solid #EAEAEA;
}

.add-cart-suc-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.3;
    padding: 14px 0 18px;
}

.add-cart-suc-sug .row {
    margin-right: -8px;
    margin-left: -8px;
}

.add-cart-suc-sug .col-12 {
    padding-right: 8px;
    padding-left: 8px;
}

.add-cart-suc-sug-card {
    padding: 11px 12px 15px;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.3s;
}

.add-cart-suc-sug-card:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.add-cart-suc-sug-link {
    display: block;
    max-width: 100%;
}

.add-cart-suc-sug-link img {
    width: 100%;
}

.add-cart-suc-sug-pro-name {
    padding: 8px 0px 0px;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
}

.add-cart-suc-price-wrap {
    margin: 10px 0px 0;
}

.add-cart-suc-price, .add-cart-suc-old-price {
    display: inline-block;
}

.add-cart-suc-price {
    font-size: 14px;
    line-height: 1.3;
    color: #333333;
    white-space: nowrap;
}

.add-cart-suc-old-price {
    font-size: 14px;
    color: #999999;
    line-height: 1.3;
    text-decoration: line-through;
    padding-left: 7px;
}

/* 不显示推荐产品 */
.add-cart-modal.no-show-sug .add-cart-suc-sug {
    display: none;
}

@media screen and (max-width:1024px) {
    .add-cart-modal-dialog .add-cart-content {
        padding: 40px 45px 28px;
        border-radius: 16px !important;
    }

    .add-cart-modal-dialog .modal-content {
        border-radius: 16px !important;
    }

    .add-cart-suc {
        border-radius: 16px !important;
    }

    .close-ad-attr {
        right: -46px;
    }

    .no-show-sug .add-cart-suc-btn-wrap {
        padding: 48px 30px 10px;
    }
}

@media screen and (max-width:991px) {
    .add-cart-content .add-cart-suc-pro-img .add-cart-suc-pro-name {
        padding-left: 16px;
        max-width: 430px;
    }

    .add-cart-content .add-cart-suc-pro-img .add-cart-suc-text {
        padding-left: 10px;
    }

    .add-cart-suc-btn-wrap {
        padding: 25px;
    }

    .add-cart-suc {
        max-width: 650px;
        border-radius: 12px !important;
    }

    .add-cart-modal-dialog .add-cart-content {
        padding: 30px 20px;
        border-radius: 12px !important;
    }

    .add-cart-modal-dialog .modal-content {
        border-radius: 12px !important;
    }

    .add-cart-suc-btn-wrap div {
        max-width: 212px;
    }
}

@media screen and (max-width:575px) {
    .add-cart-suc-btn-wrap {
        flex-direction: column;
        padding: 30px 0px;
        align-items: center;
    }

    .add-cart-modal-dialog .modal-content {
        max-width: 83%;
        margin: 0 auto;
    }

    .add-cart-modal-dialog .add-cart-content.add-cart-suc {
        padding-bottom: 14px;
        margin: 0 auto;
    }

    .add-cart-modal-dialog .add-cart-content {
        max-height: 503px;
        overflow-x: hidden;
        width: 100%;
        overflow-y: auto;
        padding: 46px 20px 10px;
    }

    .add-cart-content .add-cart-suc-pro-img .add-cart-suc-pro-name {
        padding: 20px 0px 0px;
        margin-bottom: 7px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-width: 100%;
        white-space: normal;
    }

    .add-cart-content .add-cart-suc-pro-img .add-cart-suc-pro-name, .add-cart-content .add-cart-suc-pro-img .add-cart-suc-text {
        font-size: 18px;
    }

    .add-cart-suc-pro-img {
        flex-direction: column;
        padding: 0;
        align-items: flex-start;
    }

    .add-cart-suc-pro-img img {
        max-width: 71%;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }

    .close-ad-attr, .add-cart-notice .add-cart-content .add-cart-notice-close {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: -58px;
        z-index: 1;
        width: 34px;
        height: 34px;
    }

    .close-ad-attr, .add-cart-notice .add-cart-content .icon-close {
        font-size: 26px;
    }

    .add-cart-suc-btn-wrap .add-cart-suc-shop {
        margin-top: 20px;
    }

    .add-cart-suc-btn-wrap .add-cart-suc-shop, .add-cart-suc-btn-wrap .add-cart-suc-cart {
        margin-right: 0;
    }

    .add-cart-content .add-cart-suc-pro-img .add-cart-suc-text {
        padding-left: 0px;
        transform: translateX(-2px);
        margin-top: 7px;
    }

    .add-cart-suc-sug .col-md-4 {
        margin-bottom: 30px;
    }

    .add-cart-suc-sug-link {
        max-width: 90%;
        margin: 0 auto;
    }

    .add-cart-modal.no-show-sug .add-cart-content {
        max-height: 100vh;
        padding: 46px 20px 30px;
    }

    .add-cart-suc-sug-card {
        box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
    }
}

/* 添加购物车成功与失败结束 */
.related {
    padding: 50px 0 80px;
    background: #f2f3f5;
}

.related-box {
    margin: 0 auto;
    max-width: 1200px;
}

.related .title {
    padding-left: 10px;
    font-size: 24px;
    font-weight: 600;
}

.related .row {
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}

.brick-item {
    padding: 20px 10px 0;
}

.brick-item a {
    padding-bottom: 40px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    /*overflow: hidden;*/
}

.brick-item a:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -webkit-box-shadow: 0 5px 15px #e5e5e5;
    -moz-box-shadow: 0 5px 15px #e5e5e5;
    box-shadow: 0 5px 15px #e5e5e5;
}

.brick-item .figure-img {
    width: 100%;
    max-height: 310px;
    max-width: 310px;
    padding: 10px 0;
}

.brick-item .title {
    height: 40px;
    padding: 0 20px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.brick-item .price-wrap {
    margin-top: 20px;
    text-align: center;
}

.brick-item .price {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    color: #333333;
}

.brick-item .old-price {
    display: inline-block;
    font-size: 14px;
    text-decoration: line-through;
    color: #999999;
}

.related-add-cart {
    width: 180px;
    height: 50px;
    margin: 40px auto 0;
    background: #0080f1;
    color: #ffffff;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.video_iframe {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.mask-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.8);
}

.mask-loading .pop-loading {
    width: 60px;
    height: 60px;
    margin: 50% auto;
    transform: translateY(-30px);
    position: relative;
}

.mask-loading .pop-loading .loading-msg {
    position: absolute;
    display: inline-block;
    height: 20px;
    top: 30px;
    width: 80px;
    text-align: center;
    font-weight: 500;
    color: #333;
}

.mask-loading .loading-rotate-full {
    width: 80px;
    height: 80px;
    border: 3px solid #777;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotate 1.5s linear infinite;
    box-sizing: border-box;
}

.mask-loading .loading-rotate-full.arrow:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 1px;
    border: 5px solid;
    box-sizing: border-box;
    border-color: #777 #777 transparent transparent;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.star-wrap i {
    font-size: 18px;
}

.pictures .small-img-wrap {
    width: 48px;
    height: 48px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    line-height: 48px;
    text-align: center;
}

.img-thumbnail {
    border: none;
    max-height: 100%;
}

.faq-wrap .icon {
    width: 22px;
    height: 22px;
    background-color: #f19f00;
    border-radius: 50%;
    line-height: 22px;
}

.faq-wrap .user-info {
    font-size: 12px;
}

.faq-wrap .collapse-operate .pack-up {
    display: none;
    min-width: 140px;
    padding: 5px 0;
}

.faq-wrap .collapse-operate .pack-down {
    display: inline-block;
    min-width: 140px;
    padding: 5px 0;
}

.faq-wrap .faq-right .collapse.show+.collapse-operate .pack-up {
    display: inline-block;
}

.faq-wrap .faq-right .collapse.show+.collapse-operate .pack-down {
    display: none;
}

.layer-login .layui-layer-title {
    background: #fff;
}

.layer-login .layui-layer-content {
    padding: 20px;
}

.faq-collapse .row:last-child {
    border-bottom: 1px solid #dee2e6;
}

.faq-wrap .user-name,
.comment-wrap .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.layer-login {
    border-radius: 5px !important;
}

.layer-login .layui-layer-btn {
    text-align: center;
}

.layer-login .layui-layer-btn0 {
    border: none;
    background-color: #c41227;
    color: #fff !important;
    border-radius: 3px;
}

.tab-content .text-primary {
    color: #c41227 !important;
}

.btn-outline-primary {
    color: #c41227 !important;
    border-color: #c41227 !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background: #c41227 !important;
}

.btn-primary,
.btn-primary:hover {
    color: #fff !important;
    background-color: #c41227 !important;
    border-color: #c41227 !important;
}

/* 添加到购物车悬浮 */
.float-atc-box {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    z-index: 1020;
    top: 0;
    border-bottom: 1px solid #D6D6D6;
}

.float-atc-box-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    height: 100%;
    min-height: 76px;
    padding: 15px 10px;
}

.float-atc-pro-name {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #000;
    max-width: 40%;
    transform: translateY(3px);
}

.float-atc-price {
    font-size: 12px;
    color: #999999;
    line-height: 1.3;
    padding: 0 25px 0 0px;
}

.float-atc-price span {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-left: 3px;
}

.float-atc-total-price {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 25px 0 25px;
}

.float-atc-selected-attr {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
    transform: translateY(4px);
}

.float-atc-btn {
    background: #000000;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.3;
    padding: 10px 60px;
    transition: all 0.3s;
    text-align: center;
    font-weight: bold;
}

.float-atc-btn:hover {
    cursor: pointer;
    background: #494949;
}

@media screen and (max-width:1080px) {
    .float-atc-btn {
        padding: 9px 25px;
    }

    .float-atc-total-price {
        font-size: 20px;
        padding: 0 18px 0 18px;
    }
}

@media screen and (max-width:991px) {
    .float-atc-pro-name {
        transform: translateY(0px);
    }

    .float-atc-selected-attr {
        transform: translateY(1px);
        max-width: 220px;
    }

    .float-atc-total-price {
        font-size: 18px;
        padding: 0 15px 0 15px;
    }

    .float-atc-btn {
        padding: 9px 16px;
    }
}

@media screen and (max-width:575px) {
    .header-inner {
        border-bottom: 1px solid #d6d6d6;
    }

    .float-atc-price span {
        font-size: 16px;
    }

    .float-atc-box {
        top: auto;
        bottom: 0;
        border-top: 1px solid #d6d6d6;
    }

    .float-atc-box-inner {
        display: block;
        padding: 15px 18px;
    }

    .float-atc-pro-name {
        padding: 0px 0 15px;
        max-width: 100%;
    }

    .float-atc-selected-attr {
        display: none !important;
    }

    .float-atc-btn {
        padding: 9px 30px;
    }

    .float-atc-price, .float-atc-total-price {
        padding: 0;
    }

    .float-atc-total-price {
        font-size: 24px;
    }
}

/* 添加到购物车悬浮结束 */