@charset "UTF-8";

html,
body {
    font-family: -apple-system, PingFang SC, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*去除移动端特有的点击高亮效果*/
    -webkit-tap-highlight-color: transparent;
}

ul,
li,
dl,
dd,
dt {
    list-style: none;
}

.btn-theme {
    background-color: #F51111;
    color: #fff;
}

a {
    text-decoration: none;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333333;
}

a:hover {
    text-decoration: none;
}

.pf {
    position: fixed !important;
}

.pr {
    position: relative;
}

i {
    font-style: normal;
}

.pa {
    position: absolute;
}

.al-c {
    text-align: center;
}

img {
    max-width: 100%;
}

.line-2 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.line-1 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.pointer {
    cursor: pointer;
}

.flex {
    display: flex;
}

.flex-btw {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-cen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-hh {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.fixed {
    position: fixed;
}

.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, 0.6);
    color: #fff;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    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;
}

.toast .iconfont {
    font-size: 14px;
    line-height: 45px;
    padding: 0 30px;
}

.toast p {
    line-height: 30px;
}

/*对话框*/
.confirm {
    position: fixed;
    max-width: 80%;
    min-width: fit-content;
    border-radius: 5px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -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-t {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    padding: 15px;
}

.confirm-title {
    font-size: 16px;
    line-height: 45px;
    padding: 15px;
}

.confirm-btn {
    height: 45px;
    line-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;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #3478F6;
    flex: 1;
    height: 100%;
    display: inline-block;
}

.confirm-btn span:last-child {
    border: 0;
}

.Validform_error {
    color: #f00;
    border-color: #f00;
}

.gui-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 13;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.gui-mask.gui-show {
    opacity: 1;
    visibility: visible;
}

.gui-back {
    cursor: pointer;
}

.AR-rtl {
    direction: rtl;
    text-align: -webkit-auto;
}

@media screen and (max-width: 767px) {
    .confirm-t {
        font-size: 14px;
    }
}

.position-left-bottom {
    left: 0;
    bottom: 0;
}

.hide-important {
    display: none !important;
}

[v-cloak] {
    display: none !important;
}

.sgk-carousel {
    /* position: relative; */
}

.sgk-carousel .swiper-container-horizontal>.swiper-pagination-fraction {
    width: auto;
    left: auto;
    right: 15px;
    font-size: 12px;
    background: rgba(0, 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, 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: 0.4;
}

#thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

#thumbs .video-icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #666;
}

.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: 0.5rem 1rem 0;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 2rem;
    margin-bottom: 15px;
    background-color: #fff;
}

.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 {
    color: #F51111;
}

.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;
    }
}

.detail-box {
    padding-top: 2px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.detail-box video,
.detail-box img {
    width: 100%;
    height: auto;
}

@media (min-width: 640px) {

    body,
    .body-box {
        max-width: 100% !important;
    }
}

.h-customer {
    line-height: 25px;
}

.h-customer span {
    font-size: 14px;
}

.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%;
}

.comment3_2 .comment-content {
    line-height: 35px;
}

.comment3_2 .comment-content p {
    font-size: 14px;
}

.comment3_2 .comment-content .spec {
    font-size: 12px;
}

.comment-horizontal.list {
    padding: 0 0 8px;
    border-bottom: 0;
    margin-bottom: 0;
}

.comment-horizontal.list .title {
    border-bottom: 0;
}

.comment-horizontal.list .swiper-container {
    background-color: #fff;
    padding: 12px;
}

.detail-content .star-score,
.detail-content .h-customer .xingxing {
    color: #F51111;
}

.detail-content .comment3_2 .title {
    border-bottom: 1px solid #e7e7e7;
}

.detail-content .list-item {
    padding: 12px;
    border-bottom: 1px solid #e7e7e7;
}

.photo-gallery {
    overflow: inherit !important;
}

.comment-pics ul {
    overflow: hidden;
}

.date {
    font-size: 14px;
}

.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 {
    position: fixed;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
    transition: transform 0.3s cubic-bezier(0, 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, 0.3);
    z-index: 1000;
    width: 100%;
}

.comment-up {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.comment-tk {
    width: 100%;
    min-height: 70%;
    max-height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0 0px 48px;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
}

.add-box {
    text-align: center;
    background-color: #fff;
}

.eval-add {
    width: auto;
    min-width: 120px;
    height: 35px;
    line-height: 31px;
    font-size: 15px;
    display: inline-block;
    margin: 0px 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;
    position: relative;
}

.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: 40px;
}

.eval-item .item-input {
    background: #F5F5F5;
    border: 1px solid #E7E7E7;
    width: 100%;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}

.eval-item textarea.item-input {
    height: 120px;
    line-height: 20px;
}

.eval-item .red {
    color: #f00;
}

.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;
    color: #F51111;
    cursor: pointer;
    transition: 0.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: 0.5s;
}

.rating label:hover::before,
.rating label:hover~label::before {
    opacity: 1 !important;
}

.rating:hover input:checked~label::before {
    opacity: 0;
}

.eval-btn {
    background-color: #F51111;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 300px;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.img-box ul {
    display: inline-block;
    float: left;
}

.img-box li {
    width: 80px;
    height: 80px;
    border: 1px solid #E7E7E7;
    margin-right: 8px;
    position: relative;
    float: left;
}

.img-box li img {
    max-height: 100%;
}

.img-box .file-del {
    position: absolute;
    right: -5px;
    top: -5px;
}

.img-box .file-del:hover i {
    color: #f00;
}

.img-btn {
    width: 80px;
    height: 80px;
    background: #F5F5F5;
    border: 1px solid #E7E7E7;
    margin-right: 8px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    position: relative;
    float: left;
}

.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 .iconfont {
    color: #F51111;
}

.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 {
        line-height: 20px;
    }

    .read-more {
        line-height: 20px;
    }

    .comment .header {
        background: none;
    }

    .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%;
    }
}

.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%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
    display: none;
}

.coupon-bg.move {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0);
    display: none !important;
}

.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;
    line-height: 25px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    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 {
        margin-right: -40%;
    }

    .move .coupon-box {
        margin-right: -40%;
        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, 0.3);
    cursor: pointer;
}

.fixed-button-group .width {
    width: auto;
    padding: 0 .35rem;
    line-height: normal;
}

.fixed-button-group .width i {
    font-size: 1.65rem;
    color: #666;
}

.fixed-button-group .buy-now {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(left, #FE7144, #FD4969);
    border-radius: 45px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.fixed-button-group .buy-now 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: 0px 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(0.5);
}

#thumbs .water-print-area .water-price {
    font-size: 10px;
    transform: scale(0.5);
    width: 30%;
}

@media (max-width: 576px) {
    #gallery .water-print-area {
        height: 58px;
        line-height: 58px;
    }

    #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(0.3);
    }

    #thumbs .water-print-area .water-price {
        font-size: 10px;
        transform: scale(0.3);
        width: 30%;
    }
}

@media (max-width: 576px) {
    #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 {
    position: relative;
    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;
}

.home-table,
.footer-img {
    border-top: 10px solid #f5f5f5;
}

.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 {
    background: #dedede !important;
}

#submitForm {
    background-color: #F51111;
}

.addcart-specs-content dd span.active,
.addcart-group-buttons .btn-binding.active,
.addcart-float-buttons-block-button {
    background: #F51111 !important;
    border-color: #F51111 !important;
}

.addcart-float-buttons-block-button {
    color: #fff !important;
}

.addcart-group-buttons button:focus {
    outline: none !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: transparent;
}

#addcart {
    /*尺码表按钮*/
}

#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 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    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: 0.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 .vertical-list .h-customer .xingxing i {
    vertical-align: -webkit-baseline-middle;
}

.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;
}

/*非阿语  公共css*/
.comment-footer {
    display: flex;
    justify-content: space-between;
}

.photo-gallery-container,
.back,
.customerShow-zoom {
    max-width: 640px;
}

.photo-gallery-container .photo-gallery,
.back .photo-gallery,
.customerShow-zoom .photo-gallery {
    overflow-y: scroll !important;
}

.photo-gallery-container .swiper-button-next:after,
.back .swiper-button-next:after,
.customerShow-zoom .swiper-button-next:after {
    font-size: 18px;
    transform: rotate(90deg);
    margin-top: 4px;
}

.photo-gallery-container .comment,
.back .comment,
.customerShow-zoom .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, 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: 0px 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::before,
.copuon-prom-item .gui-edging+p::after,
.copuon-prom-item .gui-edging+span::before,
.copuon-prom-item .gui-edging+span::after {
    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: 0px 10px 10px 0;
    -webkit-border-radius: 0px 10px 10px 0;
    -moz-border-radius: 0px 10px 10px 0;
    -ms-border-radius: 0px 10px 10px 0;
    -o-border-radius: 0px 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;
}

.hide0,
.cover-comment-add {
    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;
    }
}

/*文章列表样式*/
@media screen and (max-width: 392px) {
    .article {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

.sgk-container {
    position: relative;
}

.swiper-container-thumbs .swiper-wrapper {
    justify-content: center;
}

.price-box .final-price {
    color: #F51111;
    font-size: 1.85rem;
    margin-right: 10px;
    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: #F51111;
    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;
}

.like {
    color: #999;
}

.promotion-row {
    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: #333333;
}

.service-list {
    border-bottom: 8px solid #f5f5f5;
}

.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;
}

/*阿语样式*/
.AR-rtl .logistic>span,
.AR-rtl .order-track,
.AR-rtl .service-item {
    display: none !important;
}

@media screen and (max-width: 565px) {
    .price-box .service-item span {
        margin: 0 0 5px 5px;
    }
}

@media screen and (max-width: 392px) {
    .price-box .final-price {
        font-size: 1.65rem;
    }

    .old-price {
        font-size: 14px;
    }

    .service-item span,
    .sale-off {
        font-size: 12px;
    }
}

@media (max-width: 565px) {
    .service-item {
        flex-direction: column;
    }
}

.fixed-button-group .buy-now {
    line-height: 44px;
}

.wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.product-order {
    max-width: 640px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1050;
    color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

.product-order .order-detail {
    width: 100%;
    max-width: 640px;
    /* max-height: 80%; */
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 20%;
    will-change: transform;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: translate3d(0, 300%, 0);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms, -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
    padding: 0 16px 60px;
}

.product-order .order-detail .top {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #C8C9CC;
    line-height: 20px;
    position: relative;
}

.product-order .order-detail .top .create-order,
.product-order .order-detail .top .iconguanbi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product-order .order-detail .top .iconguanbi {
    font-size: 20px;
    right: 0;
}

.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 .create-order {
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    left: 0;
    width: 25%;
}

.product-order .order-detail .content-body {
    width: 100%;
    margin-top: 9px;
}

.product-order .order-detail .content-body .hint {
    font-size: 13px;
    padding-bottom: 8px;
}

.product-order .order-detail .content-body .hint>p {
    white-space: normal;
    line-height: 22px;
}

.product-order .order-detail .content-body .hint>p .hint-red {
    font-style: 12px;
    color: #ee0a24;
    margin: 5px;
}

.product-order .order-detail .content-body .hint .order-success {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.product-order .order-detail .content-body .hint .order-success .hint-success {
    margin: 0 10px;
}

.product-order .order-detail .content-body .hint .order-success .hint-success>span {
    display: block;
}

.product-order .order-detail .content-body .hint .iconxuanze1 {
    color: #F51111;
    font-size: 30px;
    margin: 0 5px;
}

.product-order .order-detail .content-body .hint .hint-success,
.product-order .order-detail .content-body .hint .hint-happy {
    color: #F51111;
    font-size: 18px;
    font-weight: bold;
}

.product-order .order-detail .content-body h2 {
    font-size: 16px;
    margin: 8px 0;
    font-weight: bold;
}

.product-order .order-detail .content-body .scroll-zone {
    overflow-y: scroll;
}

.product-order .order-detail .content-body .scroll-zone::-webkit-scrollbar {
    display: none;
}

.product-order .order-detail .content-body .scroll-zone .order-info {
    line-height: 19px;
}

.product-order .order-detail .content-body .scroll-zone .order-info>p {
    font-size: 14px;
    margin-bottom: 8px;
    white-space: normal;
    display: flex;
}

.product-order .order-detail .content-body .scroll-zone .order-info>p .price {
    font-size: 16px;
    color: #F51111;
    font-weight: bold;
}

.product-order .order-detail .content-body .scroll-zone .order-list {
    width: 100%;
}

.product-order .order-detail .content-body .scroll-zone .order-list .list-box .lists {
    display: flex;
    margin-bottom: 8px;
}

.product-order .order-detail .content-body .scroll-zone .order-list .list-box .lists .img-box {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.product-order .order-detail .content-body .scroll-zone .order-list .list-box .lists .img-box img {
    width: 60px;
    height: 60px;
}

.product-order .order-detail .content-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 .content-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 .content-body .scroll-zone .order-list .list-box .lists .info .product-sku {
    font-size: 12px;
    color: rgba(0, 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 16px;
    font-size: 14px;
}

.product-order .order-detail .bottom .go-home {
    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: bold;
}

.product-order .order-detail .bottom .go-home .iconhome {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.product-order .order-detail .bottom .go-home>span {
    max-height: 30px;
}

.product-order .order-detail .bottom .go-home:hover {
    color: #333;
}

.product-order .order-detail .bottom .send-email,
.product-order .order-detail .bottom .service {
    border-radius: 22px;
    font-weight: bold;
    height: 44px;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    line-height: 20px;
    /* white-space; */
}

.product-order .order-detail .bottom .send-email>span,
.product-order .order-detail .bottom .service>span {
    max-height: 40px;
}

.product-order .order-detail .bottom .send-email {
    /* max-width: 120px; */
    border: 1px solid #333;
    margin: 0 15px;
}

.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 .service {
    /* max-width: 153px; */
    color: #fff;
    background-color: #F51111;
}

.product-order .order-detail .bottom .service .iconkefu6 {
    font-size: 20px;
    color: #fff;
    margin: 0 5px;
}

.product-order .order-detail .bottom .service .iconkefu6 :before {
    color: #fff;
}

.product-order .order-detail .bottom .service .text-hidden {
    color: #fff;
}

.product-order .order-detail .text-hidden {
    color: #333;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-order .anim-up {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.giikin-on {
    opacity: 1;
    visibility: visible;
}

#click-btn {
    position: relative;
}

.AR-rtl .product-order .order-detail .top .create-order {
    left: auto;
    right: 0;
}

.AR-rtl .product-order .order-detail .top .iconguanbi {
    right: auto;
    left: 0;
}

@media screen and (max-width: 643px) {

    .send-email,
    .service {
        padding: 30px;
    }
}

@media screen and (max-width: 375px) {
    .product-order .order-detail .content-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 .content-body .order-info>p {
        font-size: 12px;
    }

    .product-order .order-detail .content-body .hint .order-success .hint-success {
        font-size: 17px;
    }
}

.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: 0px;
}

.price-block {
    display: block !important;
}

@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;
    }
}