.header {
    background-color: #fff;
}

.container {
    padding: 0;
}

.ps-product--detail .ps-tab .ps-document ul li {
    list-style: inside;
}

.ps-product--detail .ps-tab .ps-document ul {
    padding-left: 5px;
}

.ps-product--detail .ps-tab .ps-document {
    padding-bottom: 50px;
}

.ps-product--detail .ps-tab .ps-document ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
    color: #000000;
    background-color: #000000 !important;
}

.ps-product--detail .ps-product__title,
.ps-product--detail .ps-product__price {
    text-align: left
}

.ps-product--detail .ps-product__price {
    font-size: 14px;
}

.ps-product--detail .ps-product__price.sale del {
    color: #222;
    font-weight: 500;
    margin-right: 0;
}

.ps-product--detail .ps-product__price.sale {
    text-align: end;
}

.bg-tag {
    /*background: #ea0000 url("imgs/arrow-go-activity-red.gif") no-repeat 97% 50%;*/
    font-size: 12px;
    color: #606266;
    float: right;
    cursor: pointer;
    padding: 12px 20px 0 10px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
}

/*.bg-tag:hover {
    background: #860A24 url("imgs/arrow-go-activity-brown.gif") no-repeat 97% 50%;
}*/

.text-1 {
    color: #DC061E;
    font-size: 14px;
    /* border-bottom: 1px solid #eaeaea; */
    padding-bottom: 6px;
}

.ps-product--detail .ps-product__video i {
    font-size: 16px;
    margin-left: 5px;
    color: #999 !important;
    margin-bottom: 4px;
}

.ps-product--detail .ps-product__price.out-stock span {
    margin-left: 10px;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .ps-product--detail .ps-product__info {
        padding-left: 56px !important;
    }
}

.ps-product--detail .ps-product__info {
    padding-left: 0px !important;
}

@media (min-width: 1920px) {
    .product-container {
        max-width: 1483px;
    }
}

.ps-product--detail .ps-tab-list li.active a {
    background-color: transparent;
    color: #860A24;
}

.ps-product--detail .ps-product__gallery .slick-slide a:before {
    right: 10px;
}

.br-theme-fontawesome-stars .br-widget a {
    font-size: 16px;
}

.br-theme-fontawesome-stars .br-widget {
    line-height: 0;
}

.collect-s {
    display: none;
    width: 16px !important;
    height: 14px !important;
}

.comment-shade {
    z-index: 20;
}

.comment-box {
    z-index: 22;
    top: 55%;
    position: fixed;
    left: 20vw;
    width: 1200px;
}

.coupon-number {
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    margin-right: 30px;
}

.item-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 22;
    cursor: move;
}

.big_box {
    position: absolute;
    left: 200px;
    top: 10px;
    width: 250px;
    height: 250px;
    overflow: hidden;
    display: none;
}

.big_box img {
    position: absolute;
}

.arrow-up-detail {
    position: absolute !important;
    z-index: 100 !important;
    left: 1px !important;
}