@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: #DD4057;
  color: #fff; }

a {
  text-decoration: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #fff; }

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 {
    min-width: 80%; }
  .confirm-t {
    font-size: 14px;
    line-height: normal; } }

.position-left-bottom {
  left: 0;
  bottom: 0; }

.hide-important {
  display: none !important; }

[v-cloak] {
  display: none !important; }

/*单页商城详情页公共样式*/
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: #DD4057; }

.addcart-specs-content dd span.active,
.addcart-group-buttons .btn-binding.active,
.addcart-float-buttons-block-button {
  background: #DD4057 !important;
  border-color: #DD4057 !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: #DD4057;
  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)); } }
