@charset "UTF-8";
a, a:hover {
    text-decoration: none;
}
.line-1, .line-2 {
    display: -webkit-box;
    overflow: hidden;
}
.line-1, .line-2, .product-order .order-detail .text-hidden {
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.confirm, .toast {
    left: 50%;
    top: 50%}
.al-c, .confirm-btn span, .confirm-t, .toast {
    text-align: center;
}
body, html {
    font-family: -apple-system, PingFang SC, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
a, article, aside, body, button, dd, details, div, dl, dt, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, img, input, li, menu, nav, ol, p, section, select, table, tbody, td, textarea, th, tr, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
dd, dl, dt, li, ul {
    list-style: none;
}
.btn-theme {
    background-color: #F51111;
    color: #fff;
}
a {
    outline: 0;
    cursor: pointer;
    color: #333;
}
.pf {
    position: fixed!important;
}
.eval-top, .pr {
    position: relative;
}
i {
    font-style: normal;
}
.pa {
    position: absolute;
}
.confirm, .fixed, .gui-mask, .toast {
    position: fixed;
}
img {
    max-width: 100%}
.line-2 {
    width: 100%;
    -webkit-line-clamp: 2;
}
.line-1 {
    width: 100%;
    -webkit-line-clamp: 1;
}
.flex, .flex-btw, .flex-cen, .flex-hh {
    display: flex;
}
.pointer {
    cursor: pointer;
}
.flex-btw {
    align-items: center;
    justify-content: space-between;
}
.flex-cen {
    align-items: center;
    justify-content: center;
}
.flex-hh {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
.red {
    color: #E02020;
}
.hide {
    display: none;
}
.toast {
    width: auto;
    min-width: 50px;
    padding: 15px;
    height: auto;
    min-height: 50px;
    line-height: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 14px;
    z-index: 9999;
    opacity: 1;
}
.confirm-t, .gui-mask {
    width: 100%}
#thumbs .video-icon, .confirm {
    transform: translate(-50%, -50%);
}
.toast .iconfont {
    font-size: 14px;
    line-height: 45px;
    padding: 0 30px;
}
.confirm-t, .confirm-title {
    padding: 15px;
    font-size: 16px;
}
.toast p {
    line-height: 30px;
}
.confirm-btn, .confirm-t, .confirm-title {
    line-height: 45px;
}
.confirm {
    max-width: 80%;
    min-width: fit-content;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 9999;
    transition: opacity .15s linear;
    margin-left: 0!important;
    margin-top: 0!important;
}
.confirm-btn {
    height: 45px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.confirm-btn span {
    width: 50%;
    border-right: 1px solid #eee;
    cursor: pointer;
    font-size: 16px;
    color: #3478F6;
    flex: 1;
    height: 100%;
    display: inline-block;
}
.confirm-btn span:last-child {
    border: 0;
}
.Validform_error {
    color: red;
    border-color: red;
}
.gui-mask {
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    z-index: 13;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.gui-mask.gui-show {
    opacity: 1;
    visibility: visible;
}
.gui-back {
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .confirm {
        min-width: 80%}
    .confirm-t {
        font-size: 14px;
        line-height: normal;
    }
}.position-left-bottom {
     left: 0;
     bottom: 0;
 }
.hide-important, [v-cloak] {
    display: none!important;
}
.sgk-carousel .swiper-container-horizontal>.swiper-pagination-fraction {
    width: auto;
    left: auto;
    right: 15px;
    font-size: 12px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 25px;
    padding: 0 5px;
}
.sgk-carousel .back-home {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .3);
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 1090;
}
.sgk-carousel .back-home i {
    color: #fff;
}
#thumbs {
    margin: 10px 0;
}
#thumbs .swiper-wrapper {
    justify-content: flex-start;
}
#thumbs .swiper-slide {
    width: 15%!important;
    height: 100%;
    opacity: .4;
}
#thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
#thumbs .video-icon {
    left: 50%;
    top: 50%;
    font-size: 2rem;
    color: #666;
}
.detail-content .h-customer .xingxing, .detail-content .star-score, .detail-tab .detail-tab-item span.active {
    color: #F51111;
}
.AR-rtl .sgk-carousel .back-home {
    left: auto;
    right: 10px;
}
.AR-rtl .sgk-carousel .back-home i {
    display: inline-block;
    transform: scale(-1);
}
.detail-tab {
    width: 100%;
    height: 3rem;
    line-height: 2.5rem;
    padding: .5rem 1rem 0;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 2rem;
    margin-bottom: 15px;
    background-color: #fff;
}
.coupon-toast, .h-customer {
    line-height: 25px;
}
.detail-tab.fixed {
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin-top: 0;
}
.detail-tab .detail-tab-item {
    font-size: 18px;
    display: block;
    text-align: center;
    flex: 1;
}
.detail-tab .detail-tab-item span {
    height: 100%;
    display: inline-block;
    cursor: pointer;
}
.detail-tab .detail-tab-item span.active::after {
    content: " ";
    position: absolute;
    bottom: -1px;
    height: 2px;
    left: 0;
    width: 100%;
    background-color: #F51111;
}
@media (max-width:576px) {
    .detail-tab.fixed {
        left: 0;
    }
    .detail-tab .detail-tab-item {
        font-size: 15px;
    }
}.comment3_2 .comment-content p, .h-customer span {
     font-size: 14px;
 }
.detail-box {
    padding-top: 2px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.detail-box img, .detail-box video {
    width: 100%;
    height: auto;
}
@media (min-width:640px) {
    .body-box, body {
        max-width: 100%!important;
    }
}.comment3_2 .product-img {
     margin-top: 0;
     border-radius: 5px;
     overflow: hidden;
 }
.comment3_2 .product-img img {
    width: auto!important;
    max-height: 100px;
    max-width: 100%}
.comment-tk, .img-box li img {
    max-height: 100%}
.comment3_2 .comment-content .spec {
    font-size: 12px;
}
.coupon-toast, .date {
    font-size: 14px;
}
.comment-horizontal.list {
    padding: 0 0 8px;
    border-bottom: 0;
    margin-bottom: 0;
}
.comment-horizontal.list .title {
    border-bottom: 0;
}
.detail-content .comment3_2 .title, .detail-content .list-item {
    border-bottom: 1px solid #e7e7e7;
}
.comment-horizontal.list .swiper-container {
    background-color: #fff;
}
.detail-content .list-item {
    padding: 12px;
}
.photo-gallery {
    overflow: inherit!important;
}
.comment-pics ul {
    overflow: hidden;
}
.reply {
    line-height: 18px;
}
.comments-wrap .pages-container {
    padding: 20px 0;
}
.gui-comment-top .horizontal-list li {
    min-height: 120px;
}
.pages-container .pagination .active {
    background: #F51111;
    border-color: #F51111;
}
.star-progress-container .progress-bar b, .title-with-bar h4:before {
    background-color: #F51111!important;
}
.comment-down, .product-order {
    background-color: rgba(0, 0, 0, .2);
    top: 0;
    position: fixed;
}
.comment-down {
    bottom: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
    will-change: transform;
    box-shadow: 0 -1px 40px rgba(0, 0, 0, .3);
    z-index: 1000;
    width: 100%}
.add-box, .comment-tk {
    background-color: #fff;
}
.comment-up {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.comment-tk {
    width: 100%;
    min-height: 70%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0 0 48px;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
}
.add-box {
    text-align: center;
}
.eval-add {
    width: auto;
    min-width: 120px;
    height: 35px;
    line-height: 31px;
    font-size: 15px;
    display: inline-block;
    margin: 0 auto 20px;
    border-radius: 35px;
    background: #F5F5F5;
    border: 2px solid #E7E7E7;
}
.eval-top {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
}
.eval-top .iconcart-close {
    font-size: 18px;
    position: absolute;
    right: 15px;
}
.eval-box {
    padding: 25px 15px 15px;
}
.eval-item {
    margin-bottom: 10px;
    padding-left: 85px;
    position: relative;
    min-height: 40px;
}
.eval-item .eval-label {
    width: 70px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    text-align: right;
    height: 40px;
    line-height: normal;
}
.eval-item .item-input {
    background: #F5F5F5;
    border: 1px solid #E7E7E7;
    width: 100%;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}
#submitForm, .blue-theme .sale-off, .eval-btn {
    background-color: #F51111;
}
.eval-item textarea.item-input {
    height: 120px;
    line-height: 20px;
}
.eval-item .red {
    color: red;
}
.comment-empty .iconfont, .rating label {
    color: #F51111;
}
.rating {
    display: flex;
    flex-direction: row-reverse;
    float: left;
    line-height: 40px;
}
.rating input {
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.rating input:checked~label::before {
    opacity: 1;
}
.rating label {
    position: relative;
    margin-right: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
    margin-bottom: 0;
}
.rating label:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.rating label::before {
    position: absolute;
    content: "\e720";
    opacity: 0;
    transition: .5s;
}
.rating label:hover::before, .rating label:hover~label::before {
    opacity: 1!important;
}
.rating:hover input:checked~label::before {
    opacity: 0;
}
.eval-btn {
    color: #fff;
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 300px;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.img-box li, .img-btn {
    width: 80px;
    height: 80px;
    border: 1px solid #E7E7E7;
    margin-right: 8px;
    float: left;
}
.img-box ul {
    display: inline-block;
    float: left;
}
.img-box li {
    position: relative;
}
.img-box .file-del {
    position: absolute;
    right: -5px;
    top: -5px;
}
.img-box .file-del:hover i {
    color: red;
}
.img-btn {
    background: #F5F5F5;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.img-btn i {
    font-size: 26px;
}
.img-btn .item-file-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.comment-empty {
    font-size: 15px;
    padding: 15px;
    margin: 15px auto;
}
.comment-empty .eval-add {
    margin: 0;
    text-align: center;
    color: #fff;
    background-color: #353535;
    border-radius: 5px;
    line-height: 33px;
}
@media (max-width:640px) {
    .comment-tk {
        max-width: 750px;
    }
    .comment3_2 .comment-content p, .read-more {
        line-height: 20px;
    }
    .comment .header {
        background: 0 0;
    }
    .comment-content, .comment-zoom-container .swiper-pagination-fraction, .customerShow-zoom .slide-img {
        font-size: 14px;
    }
    .customerShow-zoom .slide-img img {
        width: 100%}
    .zoom .close {
        display: flex;
    }
    .zoom .close i {
        margin: auto;
    }
    .comment-empty {
        background: #fff;
    }
}@media (min-width:640px) {
    .comment-tk {
        max-width: 640px;
        bottom: auto;
        left: 50%;
        margin-left: -320px;
        top: 10%}
}.coupon-bg, .size-img {
     position: fixed;
     top: 0;
 }
.prom-item {
    border: 1px solid #e7e7e7;
    border-width: 1px 0;
    padding: 8px 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.prom-detail {
    flex: 1;
    color: #E02020;
}
.prom-detail p {
    display: inline-block;
}
.prom-detail .gui-edging {
    margin-left: 5px;
}
.prom-name {
    margin-right: 8px;
}
.coupon-bg {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999999;
    display: none;
}
.AR-rtl .logistic>span, .AR-rtl .order-track, .AR-rtl .service-item, .AR-rtl .tag-AR .service-btn, .coupon-bg.move {
    display: none!important;
}
.coupon-bg.move {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0);
}
.coupon-box {
    width: 80%;
    height: auto;
    max-width: 420px;
    min-height: 400px;
    bottom: 25%;
    right: 50%;
    margin-right: -210px;
    position: fixed;
    z-index: 999999999;
}
.coupon-toast {
    width: auto;
    padding: 20px 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    display: inline-block;
    position: fixed;
    z-index: 9999999999;
    left: 50%;
    top: 50%;
    border-radius: 5px;
}
.coupon-toast .iconfont {
    font-size: 50px;
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width:640px) {
    .coupon-box, .move .coupon-box {
        margin-right: -40%}
    .move .coupon-box {
        margin-bottom: -30%}
}.toast {
     max-height: none!important;
 }
.fixed-button-group {
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    padding: 3px 0;
    max-height: 55px;
    font-size: .875rem;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, .3);
    cursor: pointer;
}
.fixed-button-group .width {
    width: auto;
    padding: 0 .35rem;
    line-height: normal;
}
.fixed-button-group .width:hover {
    color: #007bff;
}
.fixed-button-group .width i {
    font-size: 1.65rem;
    color: #666;
}
.buy-now, .fixed-button-group .empty-product {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(left, #FE7144, #FD4969);
    border-radius: 45px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
}
.fixed-button-group .buy-now i, .fixed-button-group .empty-product i {
    margin: 0 5px;
    font-size: 18px;
    transform: rotateY(180deg);
}
@media screen and (max-width:565px) {
    .fixed-button-group .width {
        font-size: 12px;
    }
}.water-print-area {
     position: absolute;
     bottom: 0;
     width: 100%;
     color: #fff;
 }
.water-print-area .water-bg {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%}
.water-print-area .water-prom {
    z-index: 10;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.water-print-area .water-price {
    z-index: 10;
    text-align: center;
}
.water-print-area .water-price small {
    font-size: 70%}
.water-print-area .water-price span {
    margin-top: -7px;
    padding: 0 15px;
    font-size: 18px;
    box-shadow: 1px 1px 3px #9c0a18;
    border-radius: 31px;
}
#gallery .water-print-area {
    height: 85px;
    line-height: 85px;
}
#gallery .water-print-area .water-prom {
    margin-top: 6px;
    font-size: 24px;
}
#gallery .water-print-area .water-price {
    width: 30%;
    font-size: 44px;
}
#thumbs .water-print-area {
    height: 16px;
}
#thumbs .water-print-area .water-prom {
    margin-left: -10px!important;
    font-size: 12px;
    transform: scale(.5);
}
#thumbs .water-print-area .water-price {
    font-size: 10px;
    transform: scale(.5);
    width: 30%}
@media (max-width:576px) {
    #gallery .water-print-area .water-prom {
        font-size: 20px;
    }
    #gallery .water-print-area .water-price {
        width: 30%;
        font-size: 26px;
    }
    #thumbs .water-print-area {
        height: 14px;
    }
    #thumbs .water-print-area .water-prom {
        margin-left: -10px!important;
        font-size: 12px;
        transform: scale(.3);
    }
    #thumbs .water-print-area .water-price {
        font-size: 10px;
        transform: scale(.3);
        width: 30%}
    #gallery .water-print-area {
        height: 50px;
        line-height: 50px;
    }
}.AR-rtl .water-info {
     direction: ltr;
 }
.AR-rtl #gallery .water-print-area .water-prom {
    flex: 1;
    padding-right: 10px;
    text-align: right;
}
body {
    font-size: 14px;
    background: #f5f5f5;
}
.sgk-container {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 4rem;
}
img {
    width: 100%;
    vertical-align: middle;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.col-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.card-HOT .product-desc .item-price .final-price {
    margin: 0 5px;
}
.detail-tab.fixed {
    max-width: 640px;
}
.comment3_2 .comment-content {
    line-height: normal!important;
}
.detail-content .comment3_2 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-shop {
    padding: 20px 10px;
}
.about-shop .shop-logo {
    max-width: 120px;
    margin-right: 10px;
    padding-right: 10px;
}
.about-shop .shop-slogan {
    flex: 1;
}
.article {
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.article a {
    color: #999;
    text-decoration: underline;
    padding: 5px 10px;
}
.article-box {
    padding-top: 3rem;
}
.article-box .article-con {
    word-break: break-word;
}
.article-box .article-con img {
    width: auto;
}

.max-width {
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
}
.fixed-top {
    line-height: 3rem;
    font-size: 1rem;
}
.fixed-top i {
    position: absolute;
    left: 10px;
    font-size: 1.25rem;
    cursor: pointer;
}
.addcart-group-buttons .btn-binding {
    line-height: 2.3rem;
}
.addcart-float-buttons-block-button, .addcart-group-buttons .btn-binding.active, .addcart-specs-content dd span.active {
    background: #F51111!important;
    border-color: #F51111!important;
}
.addcart-float-buttons-block-button {
    color: #fff!important;
}
.addcart-group-buttons button:focus {
    outline: 0!important;
}
.footer-notice {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #F51111;
    line-height: normal;
}
.pay-item input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
    background: 0 0;
}
#addcart .size-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: flex;
}
#addcart .size-btn.e-hide {
    display: none;
}
#addcart .size-btn span {
    text-decoration: underline;
    margin: 0 2px;
    cursor: pointer;
}
#addcart .size-btn i {
    color: #333;
}
.size-img {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    bottom: -5px;
    z-index: 3012;
    display: flex;
    align-items: center;
    justify-content: center;
}
.size-img .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    font-weight: 400;
}
.size-img .close i {
    font-size: 26px;
}
.size-img img {
    width: auto;
}
.AR-rtl .fixed-top i {
    left: auto;
    right: 10px;
    display: inline-block;
    transform: scale(-1);
}
.AR-rtl #search-form .btn-theme {
    border-radius: 1.2rem 0 0 1.2rem;
}
.AR-rtl #search-form .form-control {
    border-radius: 0 1.2rem 1.2rem 0;
    padding-left: 0;
    padding-right: 2.2rem;
}
.AR-rtl #search-form .iconNEW_04-sousuo {
    left: auto;
    right: .6rem;
}
.AR-rtl .home-activity .swiper-container .swiper-button-prev {
    left: auto;
    right: -25px;
}
.AR-rtl .home-activity .swiper-container .swiper-button-next {
    right: auto;
    left: -25px;
}
.AR-rtl .show-title .view-more {
    right: auto;
    left: 0;
}
.AR-rtl .show-title .view-more i {
    display: inline-block;
    transform: rotate(-180deg);
}
.AR-rtl .avatar, .AR-rtl .customer-name {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
.AR-rtl .vertical-list .h-customer .xingxing {
    float: left;
}

.AR-rtl .reply span:before {
    left: auto;
}
.AR-rtl .customer-info .date {
    float: left;
    margin-top: 10px;
}
.AR-rtl .about-shop .shop-slogan {
    padding-right: 10px;
}
.AR-rtl .about-shop .shop-logo {
    border-right: 0!important;
    border-left: 1px solid #dee2e6!important;
    margin-right: 0!important;
    padding-right: 0;
    padding-left: 10px;
}
.AR-rtl .show-sale-title {
    display: block;
    margin: 0 5px;
}
.AR-rtl #addcart .size-btn {
    left: 0;
    right: auto;
}
.comment-footer {
    display: flex;
    justify-content: space-between;
}
.back, .customerShow-zoom, .photo-gallery-container {
    max-width: 640px;
}
.back .photo-gallery, .customerShow-zoom .photo-gallery, .photo-gallery-container .photo-gallery {
    overflow-y: scroll!important;
}
.back .swiper-button-next:after, .customerShow-zoom .swiper-button-next:after, .photo-gallery-container .swiper-button-next:after {
    font-size: 18px;
    transform: rotate(90deg);
    margin-top: 4px;
}
.back .comment, .customerShow-zoom .comment, .photo-gallery-container .comment {
    width: 100%}
.zoom .close {
    line-height: 18px!important;
}
.comment-horizontal.list .swiper-container {
    padding: 5px 0!important;
}
.gui-promotion-item {
    font-size: 12px;
}
.copuon-prom-item {
    margin: 3px 0;
}
.copuon-prom-item .gui-edging {
    padding: 1px 2px;
    background: rgba(255, 0, 0, .2);
    font-size: 12px;
    margin-right: 3px;
}
.copuon-prom-item .gui-edging+p, .copuon-prom-item .gui-edging+span {
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    margin-right: 10px;
    border: 1px solid #ff8587;
    color: #ff8587!important;
    font-size: 12px;
    position: relative;
    border-radius: 2px;
}
.copuon-prom-item .gui-edging+p::after, .copuon-prom-item .gui-edging+p::before, .copuon-prom-item .gui-edging+span::after, .copuon-prom-item .gui-edging+span::before {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    border: 1px solid #ff8587;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.copuon-prom-item .gui-edging+p::before, .copuon-prom-item .gui-edging+span::before {
    border-left: 0;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}
.copuon-prom-item .gui-edging+p::after, .copuon-prom-item .gui-edging+span::after {
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-right: 0;
    left: auto;
    right: -1px;
}
.cover-comment-add, .hide0 {
    display: none;
}
@media screen and (max-width:768px) {
    .img-fluid {
        width: auto;
        max-height: 60px;
    }
    .card-HOT .product-desc .item-price {
        flex-wrap: wrap;
    }
    .card-HOT .product-desc .item-price .old-price {
        margin-left: 0!important;
    }
}.sgk-container {
     position: relative;
 }
.swiper-container-thumbs .swiper-wrapper {
    justify-content: center;
}
.price-box .final-price {
    color: #F51111;
    font-size: 1.85rem;
    font-weight: 600;
}
.price-box .sale-off {
    color: #F51111;
    border: 1px solid #F51111;
    border-radius: 4px;
    height: 21px;
    line-height: 21px;
    padding: 0 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.price-box .service-item span {
    color: #fff;
    background: #0265fe;
    padding: 0 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 0 0 5px 5px;
}
.old-price {
    color: #999;
    font-size: 1rem;
}
.old-price span {
    text-decoration: line-through;
}
.product-name .label {
    padding: 0 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 1px solid #F1493C;
    font-size: 14px;
    color: #F1493C!important;
}
ul.deliv_v2 {
    text-align: center;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
ul.deliv_v2 {
    text-align: center;
    padding-top: 30px;
}
ul.deliv_v2 li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 30px;
    box-sizing: border-box;
}
.m1-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 15px;
    padding: 0 20px 0 62px;
    background:#f7f8f9;
    text-align: left;
    font-size: 18px;
    font-family: "Gotham Pro";
    font-weight: 400;
    color: #222;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.m1-form input[name="name"] {
    background:#f7f8f9 url("../img/name883aa.png") no-repeat 20px center;
}
.m1-form input[name="phone"] {
    background:#f7f8f9 url("../img/phoneb48bf.png") no-repeat 20px center;
}
.m1-form {
    width: 80%;
    margin: 0 auto;
}
.button-m {
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    display: block;
    background: -webkit-linear-gradient(left, #FE7144, #FD4969);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    border-radius: 3px;
    outline: none;
    border: 0;
    cursor: pointer;
    font-family: "Gotham Pro", sans-serif;
}
html {
    scroll-behavior: smooth;
}
select {
    width: 100%;
    height: 60px;
    background: #f7f8f9 no-repeat right;
    border: 0;
    font-size: 18px;
    margin-bottom: 15px;
    color: #222;
    text-align: center;
    background-position-x: 330px;
}
.prices {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    align-items: center;
    border: 2px solid #fa9535;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}
.prices span {
    width: 85%;
    margin-top: 10px;
}
ul.deliv_v2 li img {
    padding-bottom: 10px;
    width: 96px;
}
ul.deliv_v2 li p {
    padding: 0;
}
ul.deliv_v2 li h3 {
    font-size: 16px;
    font-weight: 700;
}
ul.deliv_v2_2 {
    color: #fff;
}
ul.deliv_v2_3 {
    color: #fff;
    background: #2f3339;
}
.like {
    color: #999;
}
ul.deliv {
    padding-top: 30px;
}
ul.deliv li {
    padding: 0 20px 30px;
}
ul.deliv li img {
    max-width: 71px;
    float: left;
}
ul.deliv li h3 {
    margin-left: 90px;
    font-size: 16px;
    font-weight: 700;
}
ul.deliv li p {
    margin: 0 0 0 90px;
    padding: 0;
}
ul.deliv1 {
    color: #fff;
    background: #2f3339;
    margin-left: -10px;
    margin-right: -10px;
}
.promotion-row {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    border-top: 8px solid #f5f5f5;
    border-bottom: 8px solid #f5f5f5;
}
.promotion-row .prom-item {
    padding: 1rem 0;
    border: 0;
    margin: 0;
}
.promotion-row .gui-edging {
    margin-left: 0;
    margin-right: 5px;
}
.promotion-row .gui-edging+p {
    color: #333;
}

.service-list i {
    color: #F51111;
    margin-right: 3px;
    font-size: 18px;
}
.product-detail .detail-tab {
    height: auto;
    line-height: initial;
    padding: .6rem 0;
    margin-top: 0;
    margin-bottom: 10px;
}
.product-detail .detail-tab .detail-tab-item span {
    font-size: 16px;
}
.product-detail .detail-tab .detail-tab-item span.active::after {
    bottom: -8px;
}

.service-item {
    flex-direction: column !important;
}

.service-item > span {
    margin-left: 0 !important;
}
@media screen and (max-width:565px) {
    .price-box .service-item span {
        margin: 0 0 5px 5px;
    }
}@media screen and (max-width:392px) {
    .article {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .price-box .final-price {
        font-size: 1.65rem;
    }
    .old-price {
        font-size: 14px;
    }
    .sale-off, .service-item span {
        font-size: 12px;
    }
}@media (max-width:565px) {
    .service-item {
        flex-direction: column;
    }
}
.blue-theme .sale-off {
    padding: 0 8px;
    color: #fff;
    border-radius: 10px;
}
.blue-theme .service-item span:first-of-type {
    border-radius: 10px;
    padding: 0 10px;
    background-color: #f66;
}
.blue-theme .service-item span:last-of-type {
    border-radius: 10px;
    padding: 0 10px;
    background-color: #f5ce11;
}
.blue-theme .prom-detail, .blue-theme .promotion-row .gui-edging+p {
    color: #F51111;
}
.blue-theme .service-list i {
    color: #999;
}
.blue-theme .detail-tab .detail-tab-item span.active {
    color: #333;
}
.orange-theme .sale-off {
    padding: 0 8px;
    background-color: #F51111;
    color: #fff;
    border-radius: 10px;
}
.orange-theme .service-item span:first-of-type, .orange-theme .service-item span:last-of-type {
    border-radius: 10px;
    padding: 0 10px;
    background-color: #333;
}
.orange-theme .prom-detail, .orange-theme .promotion-row .gui-edging+p {
    color: #F51111;
}
.orange-theme .service-list i {
    color: #9e5612;
}
.orange-theme .detail-tab .detail-tab-item span.active {
    color: #333;
}
.black-theme .sale-off {
    padding: 0 8px;
    background-color: #F51111;
    color: #fff;
    border-radius: 10px;
}
.black-theme .service-item span:first-of-type {
    border-radius: 10px;
    padding: 0 10px;
    background-color: #f66;
}
.black-theme .service-item span:last-of-type {
    border-radius: 10px;
    padding: 0 10px;
    background-color: #3cc;
}
.black-theme .prom-detail, .black-theme .promotion-row .gui-edging+p {
    color: #F51111;
}
.black-theme .service-list i {
    color: #3cc;
}
.black-theme .detail-tab .detail-tab-item span.active {
    color: #ec0c0e;
}
.black-theme .detail-tab .detail-tab-item span.active::after {
    background-color: #ec0c0e;
}
.wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.product-order {
    max-width: 640px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1050;
    color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in;
}
.product-order .customer-service, .product-order .order-detail {
    left: 0;
    bottom: 0;
    will-change: transform;
    transform: translate3d(0, 300%, 0);
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -moz-transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -o-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
}
.product-order .order-detail {
    width: 100%;
    max-width: 640px;
    background-color: #fff;
    position: absolute;
    top: 20%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0 10px 60px;
    color: #333;
}
.product-order .order-detail .top {
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #C8C9CC;
    line-height: 20px;
    position: relative;
}
.product-order .order-detail .top .iconguanbi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    right: 0;
    cursor: pointer;
}
.product-order .order-detail .top .title {
    width: 50%;
    font-size: 16px;
    color: #323222;
    margin: 0 auto;
    text-align: center;
    word-break: normal;
}
.product-order .order-detail .top .go-home {
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    min-width: 42px;
    max-width: 25%;
    margin-top: -1px;
    line-height: 1.1;
    font-weight: 700;
    padding: 5px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.product-order .order-detail .top .go-home .iconhome {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.product-order .order-detail .top .go-home>span {
    max-height: 30px;
}
.product-order .order-detail .top .go-home:hover {
    color: #333;
}
.product-order .order-detail .order-body {
    width: 100%;
    margin-top: 9px;
}
.product-order .order-detail .order-body .hint {
    font-size: 13px;
    padding-bottom: 8px;
}
.product-order .order-detail .order-body .hint>p {
    white-space: normal;
    line-height: 22px;
}
.product-order .order-detail .order-body .hint>p .hint-red {
    color: #ee0a24;
    margin: 5px;
}
.product-order .order-detail .order-body .hint .order-success {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.product-order .order-detail .order-body .hint .order-success .hint-success {
    margin: 0 10px;
}
.product-order .order-detail .order-body .hint .order-success .hint-success>span {
    display: block;
}
.product-order .order-detail .order-body .hint .iconxuanze1 {
    color: #F51111;
    font-size: 30px;
    margin: 0 5px;
}
.product-order .order-detail .order-body .hint .hint-happy, .product-order .order-detail .order-body .hint .hint-success {
    color: #F51111;
    font-size: 18px;
    font-weight: 700;
}
.product-order .order-detail .order-body .card .logisitics-info, .product-order .order-detail .order-body .card .section .time {
    color: #999;
}
.product-order .order-detail .order-body .card {
    padding: 10px!important;
    background-color: rgba(216, 216, 216, .2);
    font-size: 12px;
    border-radius: 8px;
    margin: 16px 0;
    border: none;
}
.product-order .order-detail .order-body .card .section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
}
.product-order .order-detail .order-body .card .section .section-title {
    font-size: 14px;
}
.product-order .order-detail .order-body .card .section .iconwuliu2 {
    display: inline-block;
    font-size: 22px;
    margin: 0 2px;
    transform: scaleX(-1);
    vertical-align: bottom;
}
.product-order .order-detail .order-body h2 {
    font-size: 16px;
    margin: 8px 0;
    font-weight: 700;
}
.product-order .order-detail .order-body .scroll-zone {
    overflow-y: scroll;
}
.product-order .order-detail .order-body .scroll-zone::-webkit-scrollbar {
    display: none;
}
.product-order .order-detail .order-body .scroll-zone .order-info {
    line-height: 19px;
    display: block;
}
.product-order .order-detail .order-body .scroll-zone .order-info>p {
    font-size: 14px;
    margin-bottom: 8px;
    white-space: normal;
    display: flex;
}
.product-order .order-detail .order-body .scroll-zone .order-info>p span:first-child {
    width: auto;
    padding-right: 5px;
}
.product-order .order-detail .order-body .scroll-zone .order-info>p span:last-child {
    flex: 1;
}
.product-order .order-detail .order-body .scroll-zone .order-info>p .price {
    font-size: 16px;
    color: #F51111;
    font-weight: 700;
}
.product-order .order-detail .order-body .scroll-zone .order-list {
    width: 100%}
.product-order .order-detail .order-body .scroll-zone .order-list .list-box {
    padding: 10px 0!important;
}
.product-order .order-detail .order-body .scroll-zone .order-list .list-box .lists {
    display: flex;
    margin-bottom: 8px;
}
.product-order .order-detail .order-body .scroll-zone .order-list .list-box .lists .img-box {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}
.product-order .order-detail .order-body .scroll-zone .order-list .list-box .lists .img-box img {
    width: 60px;
    height: 60px;
}
.product-order .order-detail .order-body .scroll-zone .order-list .list-box .lists .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0;
    line-height: 19px;
    margin: 0 8px;
    width: calc(100% - 80px);
}
.product-order .order-detail .order-body .scroll-zone .order-list .list-box .lists .info .product-name {
    font-size: 14px;
    color: #333;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-order .order-detail .order-body .scroll-zone .order-list .list-box .lists .info .product-sku {
    font-size: 12px;
    color: rgba(0, 0, 0, .8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-order .order-detail .bottom {
    max-width: 640px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    padding: 7px 10px;
    font-size: 14px;
}
.product-order .order-detail .bottom .up-down {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    min-width: 42px;
    max-width: 60px;
    margin-top: -1px;
    line-height: 1.1;
    font-weight: 700;
    cursor: pointer;
}
.product-order .order-detail .bottom .send-email {
    border-radius: 22px;
    font-weight: 700;
    height: 44px;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    line-height: 20px;
    border: 1px solid #333;
    margin: 0 15px;
}
.product-order .order-detail .bottom .send-email>span {
    max-height: 40px;
}
.product-order .order-detail .bottom .send-email .iconyouxiang {
    font-size: 15px;
    color: #333;
    margin: 0 5px;
}
.product-order .order-detail .bottom .send-email:hover {
    color: #333;
}
.product-order .order-detail .bottom .link-service {
    color: #333;
    margin: 0 4px;
    line-height: 1;
}
.product-order .order-detail .bottom .link-service .iconkefu6 {
    font-size: 20px;
    color: #333;
    margin: 0 5px;
}
.product-order .order-detail .bottom .link-service .iconkefu6 :before, .product-order .order-detail .bottom .link-service .text-hidden {
    color: #333;
}
.product-order .order-detail .bottom .create-order {
    border-radius: 22px;
    font-weight: 700;
    height: 44px;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    line-height: 20px;
    border: 1px solid #333;
    margin: 0 4px;
}
.product-order .order-detail .bottom .create-order button.btn {
    font-size: inherit;
    width: 100%}
.product-order .order-detail .bottom .create-order.bg-theme {
    background: #F51111;
    border-color: #F51111;
}
.product-order .order-detail .bottom .create-order.bg-theme button {
    color: #fff;
}
.product-order .order-detail .bottom .go-on {
    background-color: #F51111;
    color: #fff;
    padding: 0 10px;
    border: none;
}
.product-order .order-detail .bottom .modify-order {
    flex: 1;
    height: 44px;
    background-color: #F51111;
    color: #fff;
    border-radius: 22px;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-order .order-detail .text-hidden {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.product-order .customer-service {
    width: 100%;
    max-width: 640px;
    background-color: #fff;
    position: absolute;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0 10px 20px;
    color: #333;
}
.product-order .customer-service .top {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #C8C9CC;
    line-height: 20px;
    position: relative;
}
.product-order .customer-service .top .iconguanbi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    right: 0;
}
.product-order .customer-service .top .title {
    width: 50%;
    font-size: 16px;
    color: #323222;
    margin: 0 auto;
    text-align: center;
    word-break: normal;
}
.product-order .customer-service .content .card {
    min-height: 38px;
    padding: 10px!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(216, 216, 216, .2);
    font-size: 16px;
    border-radius: 8px;
    margin-top: 20px;
    flex-direction: row;
    border: none;
    cursor: pointer;
}
.product-order .customer-service .content .card .link, .product-order .customer-service .content .card .send-email {
    flex: 1;
    line-height: 22px;
}
.product-order .customer-service .content .card .send-email:hover {
    color: #333;
}
.product-order .customer-service .content .card .text-hidden {
    margin: 0 8px;
}
.product-order .customer-service .content .card .iconchakangengduo2, .product-order .customer-service .content .card .iconkefu6, .product-order .customer-service .content .card .iconyouxiang1 {
    font-size: 20px;
}
.product-order .anim-up {
    transform: translate3d(0, 0, 0);
}
.giikin-on {
    opacity: 1;
    visibility: visible;
}
#click-btn {
    position: relative;
}
.AR-rtl .product-order .order-detail .order-body .scroll-zone .order-info>p span:first-child {
    padding-right: 0;
    padding-left: 5px;
}
.AR-rtl .product-order .order-detail .top .create-order {
    left: auto;
    right: 0;
}
.AR-rtl .product-order .customer-service .top .iconguanbi, .AR-rtl .product-order .order-detail .top .iconguanbi {
    right: auto;
    left: 0;
}
.AR-rtl .product-order .customer-service .content .card .iconchakangengduo2 {
    transform: rotate(180deg);
}
.AR-rtl .product-order .order-detail .order-body .card .section .iconwuliu2 {
    transform: rotateX(0);
}
@media screen and (max-width:414px) {
    .product-order .order-detail .order-body {
        line-height: 1.2;
    }
    .product-order .order-detail .order-body .scroll-zone {
        max-height: 300px;
    }
    .product-order .order-detail .order-body .card {
        margin: 0 0 5px;
    }
}@media screen and (max-width:375px) {
    .product-order .order-detail .order-body .scroll-zone {
        max-height: 254px;
    }
    .product-order .order-detail .order-body .order-info>p .price {
        font-size: 14px;
    }
    .product-order .order-detail .bottom {
        font-size: 12px;
    }
}@media screen and (max-width:320px) {
    .product-order .order-detail .order-body .order-info>p {
        font-size: 12px;
    }
    .product-order .order-detail .order-body .hint .order-success .hint-success {
        font-size: 17px;
    }
}@media screen and (min-width:640px) {
    .product-order .customer-service, .product-order .order-detail {
        max-width: 750px;
        max-height: 75%;
        width: 75%;
        left: 50%;
        top: 50%;
        bottom: auto;
        padding: 0 20px 70px;
        border-radius: 10px;
        overflow: hidden;
    }
    .product-order .order-detail .bottom {
        max-width: inherit;
    }
    .product-order .order-detail .bottom .go-home {
        min-width: 90px;
    }
    .product-order .anim-up {
        transform: translate3d(-50%, -50%, 0);
    }
}.disable-scroll {
     width: 100%;
     height: 100%;
     overflow: hidden;
 }
.price-box .align-items-center {
    align-items: baseline!important;
}
.price-box .pad-r-8 {
    padding-right: 8px;
}
.price-box .price-name {
    font-size: 16px;
    margin-right: -12px;
}
.price-box .final-price {
    margin-right: 0;
}
.price-box .service-item span:nth-child(1) {
    margin-left: 0;
}
.price-block {
    display: block!important;
}
.count-down {
    display: inline-block;
}
.count-down .timerk span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 4px 5px;
    color: #333;
    font-size: 16px;
}
@media screen and (max-width:392px) {
    .price-box .final-price {
        font-size: 1.5rem;
    }
}@media screen and (max-width:565px) {
    .service-item {
        flex-direction: inherit;
    }
    .fixed-bottom {
        align-items: stretch!important;
        max-height: 65px;
    }
    .fixed-bottom .buy-now {
        line-height: normal;
        padding: 0 6px;
        min-height: 44px;
    }
}.light-theme-theme .pages-container .pagination .active {
     background: #F51111;
     color: #fff;
     border-color: #F51111;
 }
.light-theme-theme .comment-btn {
    border-color: #F51111;
    color: #F51111;
}