@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 {
    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, html, .body-box, .checkout-box, .checkout-box .row {
  height: 100%; }

em {
  font-style: normal; }

.checkout-box {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  margin-top: -0.1rem; }
  .checkout-box .row {
    flex-direction: row-reverse; }

.address-box, .col-12 {
  padding: 0 10px;
  background: #fff; }

.form-group {
  position: relative; }
  .form-group .form-control {
    height: calc(1.5em + .75rem + 10px); }

.form-label {
  position: absolute;
  left: .8rem;
  top: 0.675rem;
  color: #999;
  margin-bottom: 0; }

.form-tel .tel {
  position: absolute;
  left: 0.8rem;
  top: 0.675rem; }

.form-group-label .form-label {
  font-size: 12px;
  top: 0.3rem;
  left: 0.8rem; }

.form-group-label .form-control {
  padding-top: 1.1rem;
  padding-bottom: 0.1rem; }

.form-group-label.form-tel .tel {
  top: 1.1rem; }

.checkout-title {
  height: 40px;
  font-size: 18px;
  margin: 15px 0 0; }
  .checkout-title span {
    display: inline-block; }
  .checkout-title .title-img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    background: url(../images/edit.png) no-repeat center;
    background-size: 100% 100%; }
    .checkout-title .title-img.c-pay {
      background-image: url(../images/pay.png); }
    .checkout-title .title-img.c-order {
      background-image: url(../images/order.png); }
    .checkout-title .title-img.c-spec {
      background-image: url(../images/spec.png); }

.coupon-box {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0; }

#coupon {
  flex: 1; }

.coupon-error {
  color: #E02020;
  font-size: 14px;
  line-height: 20px;
  display: none; }

.coupon-wrap {
  margin: 10px auto; }
  .coupon-wrap .form-control {
    flex: 1;
    margin-right: 10px; }

.coupon-btn {
  background-color: #F51111;
  color: #fff !important; }

.checkout-logo {
  min-height: 3rem;
  padding-top: 1.5rem;
  /* position: absolute; */
  left: 0;
  z-index: 9; }
  .checkout-logo img {
    max-height: 1.5rem;
    max-width: 8rem; }

.AR-rtl .form-label {
  left: auto;
  right: 0.8rem; }

.AR-rtl .form-tel .form-label {
  left: auto;
  right: 3.3rem; }

.AR-rtl .form-tel .tel {
  left: auto;
  right: 0.8rem; }

.AR-rtl .form-tel.form-group-label .form-control {
  padding-right: 3.3rem;
  padding-left: 0.8rem; }

.AR-rtl .form-tel.form-group-label .form-label {
  right: 0.8rem; }

.AR-rtl .AR-COD-tips {
  display: block;
  margin: -25px auto 30px;
  text-align: center; }

@media (min-width: 768px) {
  .address-list {
    margin-top: 5px; }
  .pc-hide {
    display: none !important; }
  .goods-box {
    /* float: right; */
    padding-top: 10px; }
  .AR-rtl .address-box {
    border-left: 1px solid #e7e7e7;
    border-right-width: 0; } }

@media (max-width: 768px) {
  #submitForm {
    width: 100%; }
  .coupon-box {
    padding: 10px 15px; } }

#addcart {
  padding-bottom: 0 !important;
  /* .addcart-body {
            box-shadow: none;
            border-bottom: 3px solid #f2f2f2;
            max-height: 300px !important;
        } */ }
  #addcart .addcart-header-bar {
    display: none; }
  #addcart .addcart-header {
    display: flex;
    padding: 8px 0;
    align-items: center; }
    #addcart .addcart-header .addcart-header-image {
      position: unset;
      margin-top: 0; }
    #addcart .addcart-header .addcart-header-price {
      margin-left: 10px !important; }
      #addcart .addcart-header .addcart-header-price .addcart-header-price-total {
        color: #333; }
        #addcart .addcart-header .addcart-header-price .addcart-header-price-total i {
          margin-right: 5px; }

.footer-btn {
  max-width: 640px;
  min-height: 44px;
  /* line-height: 44px; */
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 100; }
  .footer-btn .total-bottom {
    flex: 1.2;
    display: flex;
    align-items: center;
    margin-left: 16px;
    height: 100%;
    min-height: 44px; }
    .footer-btn .total-bottom .total-price {
      font-size: 24px;
      color: #F51111;
      font-weight: bold;
      line-height: 24px; }
  .footer-btn .loading-hint {
    min-height: 44px;
    display: flex;
    align-items: center;
    flex: 2.8; }
    .footer-btn .loading-hint .piece {
      font-size: 14px;
      color: #333;
      margin-right: 12px;
      flex: 1.2;
      margin: 0 8px;
      text-align: right; }
    .footer-btn .loading-hint #submitForm {
      display: inline-block;
      height: 100%;
      min-height: 44px;
      width: 160px;
      background-color: #F51111;
      color: #fff;
      font-size: 16px;
      text-align: center;
      border: none;
      outline: none;
      margin: 0;
      flex: 2.3;
      padding: 0 7px; }
  .footer-btn .loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    animation: loading 1s infinite linear; }

@keyframes loading {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.pay-loading {
  max-width: 643px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1200; }
  .pay-loading .loading-center {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 16px; }
  .pay-loading img {
    width: 100%; }

.list-box .mt-4 {
  margin-top: 0 !important; }

#goods-list {
  overflow-x: scroll;
  white-space: nowrap; }
  #goods-list li {
    display: inline-block !important;
    margin-left: 4px;
    border: none; }
    #goods-list li > img {
      width: 58px;
      height: 58px;
      border: 1px solid #EFEFEF !important;
      border-radius: 3px; }
  #goods-list .iconkong {
    display: block;
    text-align: center;
    font-size: 65px;
    color: rgba(0, 0, 0, 0.1); }
  #goods-list::-webkit-scrollbar {
    display: none; }

.checkout-sku {
  background-color: #f5f5f5;
  padding: 0 !important; }

.row .address-box {
  padding: 0;
  padding-bottom: 10px !important; }

.addcart-quantity .addcart-quantity-content {
  display: flex;
  justify-content: space-between;
  margin: 0 !important; }
  .addcart-quantity .addcart-quantity-content .addcart-quantity-title {
    margin: 0;
    line-height: 32px; }

.addcart-quantity .raise-price {
  width: 343px;
  height: 36px;
  margin: 12px auto 0;
  line-height: 36px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px; }

.size-img-zone {
  margin: 10px 0;
  width: 100%;
  background-color: #fff;
  padding: 10px !important; }
  .size-img-zone img {
    width: 100%; }

.addcart-gift {
  width: 100%;
  background-color: #fff; }
  .addcart-gift .addcart-specs-title, .addcart-gift .addcart-specs-content {
    display: none; }
  .addcart-gift .addcart-specs-gift {
    width: 100%;
    display: flex;
    position: relative; }
    .addcart-gift .addcart-specs-gift .addcart-gift-img {
      width: 60px;
      height: 60px;
      border-radius: 3px; }
      .addcart-gift .addcart-specs-gift .addcart-gift-img margin img {
        width: 100%; }
    .addcart-gift .addcart-specs-gift .addcart-specs-info {
      margin: 0 16px; }
      .addcart-gift .addcart-specs-gift .addcart-specs-info .addcart-gift-title {
        font-size: 14px;
        color: #333;
        max-width: 252px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 20px;
        margin-bottom: 8px; }
      .addcart-gift .addcart-specs-gift .addcart-specs-info .addcart-specs-size {
        color: #999;
        font-size: 12px;
        line-height: 17px; }
    .addcart-gift .addcart-specs-gift .addcart-specs-sign {
      position: absolute;
      bottom: 8px;
      right: 16px; }

.addcart-header-number-total {
  display: block !important;
  background-color: #fff;
  padding: 10px;
  margin: 8px 0 0 !important; }

#addcart .addcart-header .addcart-header-price .price span {
  font-size: 18px;
  color: #333;
  font-weight: bold; }

.postage-distribution {
  width: 100%;
  margin-top: 8px;
  background-color: #fff;
  padding: 8px 16px;
  color: #333; }
  .postage-distribution .title {
    font-size: 18px;
    line-height: 20px; }
  .postage-distribution .distribution {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px; }
    .postage-distribution .distribution .postage-title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .postage-distribution .distribution .postage-title .default-sele {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #F51111;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px; }
        .postage-distribution .distribution .postage-title .default-sele .iconduihao {
          font-size: 12px;
          color: #fff;
          font-weight: 600;
          margin-top: 1px; }

/*阿语*/
.AR-rtl {
  /*非阿语*/
  /* .address-box {
        padding: 0;
    } */ }
  .AR-rtl .addcart-header-image-new {
    height: auto;
    width: auto !important; }
  .AR-rtl .addcart-header-image {
    display: none; }
  .AR-rtl .addcart-group-buttons {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    .AR-rtl .addcart-group-buttons:nth-child(odd) {
      margin-left: 5px; }
    .AR-rtl .addcart-group-buttons .btn-binding {
      margin: 10px 4px;
      width: 48%;
      flex-grow: 1; }
  .AR-rtl .border-bold {
    border-top: 10px solid #f5f5f5;
    border-bottom: 10px solid #f5f5f5; }
  .AR-rtl .checkout-box {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    margin-top: -0.1rem; }
    .AR-rtl .checkout-box .row {
      flex-direction: row-reverse; }
  .AR-rtl .address-box,
  .AR-rtl .col-12 {
    padding: 0 0px;
    background: #fff; }
    .AR-rtl .address-box form > div,
    .AR-rtl .col-12 form > div {
      padding: 0 10px; }
  .AR-rtl .form-group {
    position: relative;
    display: flex;
    flex-flow: row wrap; }
    .AR-rtl .form-group .form-label {
      color: #333;
      line-height: normal;
      font-weight: 600; }
      .AR-rtl .form-group .form-label p {
        color: #F51111; }
    .AR-rtl .form-group .form-control {
      flex: 1;
      font-size: 14px;
      /* height: calc(1.5em + .75rem + 10px); */ }
      .AR-rtl .form-group .form-control::-webkit-input-placeholder {
        color: #999;
        font-weight: 400; }
    .AR-rtl .form-group textarea.form-control[readonly] {
      border: none;
      resize: none;
      background: none;
      height: calc(1.5em + .75rem + 10px);
      color: #066e53;
      font-weight: 600; }
      .AR-rtl .form-group textarea.form-control[readonly]:focus {
        box-shadow: none; }
  .AR-rtl .map-form-group {
    display: block; }
    .AR-rtl .map-form-group .form-label {
      width: 100%; }
      .AR-rtl .map-form-group .form-label p {
        color: #ff5a00;
        font-size: 1rem;
        font-weight: 600; }
  .AR-rtl .form-group-label .form-label {
    font-size: 12px;
    top: 0.3rem;
    left: 0.8rem; }
  .AR-rtl .form-group-label .form-control {
    padding-top: 1.1rem;
    padding-bottom: 0.1rem; }
  .AR-rtl .form-tel .form-control {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .AR-rtl .form-tel .tel {
    top: 1.1rem; }
  .AR-rtl .checkout-title {
    height: 40px;
    font-size: 18px;
    margin: 15px 0 0; }
    .AR-rtl .checkout-title span {
      display: inline-block; }
    .AR-rtl .checkout-title .title-img {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      display: inline-block;
      background: url(../images/edit.png) no-repeat center;
      background-size: 100% 100%; }
      .AR-rtl .checkout-title .title-img.c-pay {
        background-image: url(../images/pay.png); }
      .AR-rtl .checkout-title .title-img.c-order {
        background-image: url(../images/order.png); }
      .AR-rtl .checkout-title .title-img.c-spec {
        background-image: url(../images/spec.png); }
  .AR-rtl #submitForm {
    width: 97%;
    text-align: center;
    background-color: #F51111;
    color: #fff;
    margin: 40px auto;
    display: block; }
  .AR-rtl .coupon-box {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0; }
  .AR-rtl #coupon {
    flex: 1; }
  .AR-rtl .coupon-error {
    color: #E02020;
    font-size: 14px;
    line-height: 20px;
    display: none; }
  .AR-rtl .coupon-wrap {
    margin: 10px auto; }
    .AR-rtl .coupon-wrap .form-control {
      flex: 1;
      margin-right: 10px; }
  .AR-rtl .coupon-btn {
    background-color: #F51111;
    color: #fff !important; }
  .AR-rtl .checkout-logo {
    min-height: 3rem;
    padding-top: 1.5rem;
    /* position: absolute; */
    left: 0;
    z-index: 9; }
    .AR-rtl .checkout-logo img {
      max-height: 1.5rem;
      max-width: 8rem; }
  .AR-rtl .addcart-specs-content dt,
  .AR-rtl .addcart-group-buttons .btn-binding {
    font-weight: 600; }
  .AR-rtl #addcart .addcart-header-bar {
    display: none; }
  .AR-rtl #addcart .addcart-header {
    display: flex;
    padding: 8px 0;
    align-items: baseline;
    flex-direction: column;
    border-bottom: 10px solid #f5f5f5; }
    .AR-rtl #addcart .addcart-header .addcart-header-price {
      margin-left: 10px !important; }
      .AR-rtl #addcart .addcart-header .addcart-header-price .addcart-header-price-total {
        color: #333; }
        .AR-rtl #addcart .addcart-header .addcart-header-price .addcart-header-price-total .price {
          bottom: 0;
          color: #F51111; }
  .AR-rtl #addcart .addcart-body {
    box-shadow: none;
    max-height: fit-content !important; }
    .AR-rtl #addcart .addcart-body .addcart-specs-group .addcart-specs-arrow {
      left: 0;
      right: auto;
      top: 10px; }
    .AR-rtl #addcart .addcart-body .addcart-specs-title {
      /* direction: initial; */
      justify-content: flex-start;
      padding-right: 20px; }
      .AR-rtl #addcart .addcart-body .addcart-specs-title .addcart-specs-title-name {
        font-size: 16px;
        font-weight: 600; }
    .AR-rtl #addcart .addcart-body .addcart-specs-content dt {
      float: none;
      margin-right: 0 !important; }
    .AR-rtl #addcart .addcart-body .addcart-specs-content dd {
      /* display: flex;
                    flex-flow: row wrap; */
      margin-left: 0; }
      .AR-rtl #addcart .addcart-body .addcart-specs-content dd .addcart-spec-img {
        display: flex;
        flex-flow: column;
        border: 0;
        padding: 0;
        overflow: visible;
        flex: 0 0 31%; }
        .AR-rtl #addcart .addcart-body .addcart-specs-content dd .addcart-spec-img img {
          width: 100%;
          height: auto;
          margin: 0;
          border-radius: 10px; }
  .AR-rtl #addcart .addcart-quantity-content span {
    cursor: pointer; }
  .AR-rtl #addcart .addcart-full-reduce .reduce-amount {
    display: none; }
  .AR-rtl #addcart .addcart-specs {
    margin-top: 0; }
  .AR-rtl #addcart .addcart-specs-group .addcart-specs:first-child {
    padding-bottom: 0 !important; }
  .AR-rtl #addcart .addcart-specs .addcart-specs-content {
    padding-bottom: 0 !important; }
  .AR-rtl .addcart-specs-body .addcart-specs-content dd .addcart-spec-img {
    border-radius: 0;
    padding: 0 !important; }
  .AR-rtl .form-group.pay-box {
    flex-flow: column wrap;
    padding: 6px 0 !important; }
    .AR-rtl .form-group.pay-box .card-img {
      max-width: 90px !important; }
  .AR-rtl .pay-item p {
    font-size: 14px;
    display: flex; }
    .AR-rtl .pay-item p .card-img {
      margin: 0 20px; }

@keyframes bling {
  50% {
    background: #fff; }
  100% {
    background: #ffa41b; } }
  .AR-rtl .card-save {
    color: #000;
    animation: bling 1s linear infinite;
    -webkit-animation: bling 1s linear infinite; }
  .AR-rtl .form-label {
    width: 21%;
    left: auto;
    right: 0.8rem;
    position: unset; }
  .AR-rtl .form-tel .form-label {
    left: auto;
    right: 3.3rem; }
  .AR-rtl .form-tel .tel {
    left: auto;
    right: 0.8rem; }
  .AR-rtl .form-tel.form-group-label .form-control {
    padding-right: 3.3rem;
    padding-left: 0.8rem; }
  .AR-rtl .form-tel.form-group-label .form-label {
    right: 0.8rem; }
  .AR-rtl .map-form-group .form-label {
    width: 100%; }
  .AR-rtl .AR-COD-tips {
    display: block;
    margin: -25px auto 30px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px; }
  .AR-rtl .order-info,
  .AR-rtl .addcart-header-price .num {
    display: none; }
  .AR-rtl .cart-totals {
    border-bottom: 10px solid #f5f5f5; }
    .AR-rtl .cart-totals .flex-btw {
      justify-content: flex-start; }
      .AR-rtl .cart-totals .flex-btw span:last-child {
        font-weight: 600;
        color: #00923f; }
        .AR-rtl .cart-totals .flex-btw span:last-child.red {
          color: #ff5a00; }
  .AR-rtl #addcart {
    padding: 0 10px; }
    .AR-rtl #addcart .addcart-header .addcart-header-price {
      margin-left: 10px !important; }
      .AR-rtl #addcart .addcart-header .addcart-header-price .addcart-header-price-total {
        color: #333; }
        .AR-rtl #addcart .addcart-header .addcart-header-price .addcart-header-price-total .price {
          left: auto;
          right: -5px;
          display: flex;
          align-items: center; }
          .AR-rtl #addcart .addcart-header .addcart-header-price .addcart-header-price-total .price .old-price {
            color: #999;
            text-decoration: line-through;
            font-weight: 400;
            font-size: 13px; }
    .AR-rtl #addcart .addcart-body .addcart-specs-title {
      /* justify-content: flex-end; */ }
    .AR-rtl #addcart .addcart-body .addcart-specs-content dd span {
      margin: 8px 0 8px 8px; }
  .AR-rtl .addcart-header-price .addcart-header-number-total {
    display: none;
    height: auto;
    overflow: visible;
    margin-right: 5px;
    word-break: break-all; }
  .AR-rtl .form-group textarea[name="notes"] {
    height: calc(1.5em + .75rem + 10px); }
  .AR-rtl .addcart-group-buttons .btn-binding.active,
  .AR-rtl .addcart-specs-content dd span.active {
    background: #F51111;
    border-color: #F51111; }
  .AR-rtl .footer-btn {
    max-width: 640px;
    height: 44px;
    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; }
    .AR-rtl .footer-btn .total-price {
      margin-right: 16px;
      font-size: 21px;
      color: #F51111;
      font-weight: bold;
      flex: 1.2;
      display: flex;
      align-items: center;
      line-height: 1.1; }
    .AR-rtl .footer-btn .loading-hint {
      height: 100%;
      display: flex;
      align-items: center;
      flex: 3; }
      .AR-rtl .footer-btn .loading-hint .piece {
        font-size: 16px;
        color: #333;
        margin-right: 12px;
        flex: 1;
        text-align: left;
        margin: 0 5px; }
      .AR-rtl .footer-btn .loading-hint #submitForm {
        display: inline-block;
        height: 100%;
        width: 160px;
        background-color: #F51111;
        color: #fff;
        font-size: 16px;
        text-align: center;
        border: none;
        outline: none;
        margin: 0;
        padding: 0 7px;
        flex: 2; }
    .AR-rtl .footer-btn .loading {
      display: inline-block;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border-radius: 50%;
      vertical-align: middle;
      border: 2px solid #fff;
      border-bottom-color: transparent;
      animation: loading 1s infinite linear; }
  .AR-rtl .pay-loading {
    max-width: 643px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0 auto;
    max-width: 640px;
    z-index: 1200; }
    .AR-rtl .pay-loading .loading-center {
      width: 70%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      font-size: 16px; }
    .AR-rtl .pay-loading img {
      width: 100%; }

@keyframes loading {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  .AR-rtl .list-box .mt-4 {
    margin-top: 0 !important; }
  .AR-rtl #goods-list {
    overflow-x: scroll;
    white-space: nowrap; }
    .AR-rtl #goods-list li {
      display: inline-block !important;
      margin-left: 4px;
      border: none; }
      .AR-rtl #goods-list li > img {
        width: 58px;
        height: 58px;
        border: 1px solid #EFEFEF !important;
        border-radius: 3px; }
    .AR-rtl #goods-list .iconkong {
      display: block;
      text-align: center;
      font-size: 65px;
      color: rgba(0, 0, 0, 0.1); }
    .AR-rtl #goods-list::-webkit-scrollbar {
      display: none; }
  .AR-rtl .checkout-sku {
    background-color: #f5f5f5;
    padding: 0 !important; }
  .AR-rtl .addcart-quantity .addcart-quantity-content {
    display: flex;
    justify-content: space-between;
    margin: 0 !important; }
    .AR-rtl .addcart-quantity .addcart-quantity-content .addcart-quantity-title {
      margin: 0;
      line-height: 32px; }
  .AR-rtl .addcart-quantity .raise-price {
    width: 343px;
    height: 36px;
    margin: 12px auto 0;
    line-height: 36px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px; }
  .AR-rtl .size-img-zone {
    margin-bottom: 10px;
    width: 100%;
    background-color: #fff;
    padding: 10px !important; }
    .AR-rtl .size-img-zone img {
      width: 100%; }
  .AR-rtl .addcart-gift {
    width: 100%;
    background-color: #fff; }
    .AR-rtl .addcart-gift .addcart-specs-title,
    .AR-rtl .addcart-gift .addcart-specs-content {
      display: none; }
    .AR-rtl .addcart-gift .addcart-specs-gift {
      width: 100%;
      display: flex;
      position: relative; }
      .AR-rtl .addcart-gift .addcart-specs-gift .addcart-gift-img {
        width: 60px;
        height: 60px;
        border-radius: 3px; }
        .AR-rtl .addcart-gift .addcart-specs-gift .addcart-gift-img margin img {
          width: 100%; }
      .AR-rtl .addcart-gift .addcart-specs-gift .addcart-specs-info {
        margin: 0 16px; }
        .AR-rtl .addcart-gift .addcart-specs-gift .addcart-specs-info .addcart-gift-title {
          font-size: 14px;
          color: #333;
          max-width: 252px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          line-height: 20px;
          margin-bottom: 8px; }
        .AR-rtl .addcart-gift .addcart-specs-gift .addcart-specs-info .addcart-specs-size {
          color: #999;
          font-size: 12px;
          line-height: 17px; }
      .AR-rtl .addcart-gift .addcart-specs-gift .addcart-specs-sign {
        position: absolute;
        bottom: 8px;
        left: 16px;
        right: auto; }
  .AR-rtl .pay-box .gui-payment-tips {
    padding-right: 35px; }

.addcart-specs-body .addcart-specs-content dd span.unava {
  background: transparent;
  opacity: .5;
  cursor: not-allowed; }

.EN .form-group {
  position: relative; }
  .EN .form-group .form-label {
    color: #333;
    line-height: normal;
    font-weight: 600; }
    .EN .form-group .form-label p {
      color: #F51111; }
  .EN .form-group .form-control {
    flex: 1;
    font-size: 14px;
    /* height: calc(1.5em + .75rem + 10px); */ }
    .EN .form-group .form-control::-webkit-input-placeholder {
      color: #999;
      font-weight: 400; }
  .EN .form-group textarea.form-control[readonly] {
    border: none;
    resize: none;
    background: none;
    height: calc(1.5em + .75rem + 10px);
    color: #066e53;
    font-weight: 600; }
    .EN .form-group textarea.form-control[readonly]:focus {
      box-shadow: none; }

.EN .map-form-group {
  display: block; }
  .EN .map-form-group .form-label {
    width: 100%; }
    .EN .map-form-group .form-label p {
      color: #ff5a00;
      font-size: 1rem;
      font-weight: 600; }

.EN .form-group-label .form-label {
  font-size: 12px;
  top: 0.3rem;
  left: 0.8rem; }

.EN .form-group-label .form-control {
  padding-top: 1.1rem;
  padding-bottom: 0.1rem; }

.EN .form-tel .form-control {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.EN .form-tel .tel {
  top: 1.1rem; }

.EN .address-wrap .select {
  flex-direction: row-reverse; }

.EN .address-wrap .item .mark-down {
  left: auto;
  right: .5rem; }

.EN .address-wrap .form-label.tip {
  text-align: left; }

.EN .address-wrap .form-group:not(.map-form-group) .select .form-control {
  text-align: left;
  padding-left: 12px; }

.EN .address-wrap .item {
  margin-right: 0; }

.EN .address-wrap .form-group {
  display: block; }

.EN .address-wrap .form-group-label input[name="phone"] {
  padding-left: 40px; }

.pay-box .payment .pay-card p .inp-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #F51111;
  position: absolute;
  top: 3px;
  left: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F51111; }

.inp-circle-active {
  background-color: #F51111; }

.form-group.pay-box {
  border: none;
  border-bottom: 2px solid rgba(151, 151, 151, 0.2);
  border-radius: 0; }

.form-group.pay-box:last-child {
  border-bottom: none; }

.pay-card.pay-item p {
  position: relative; }

.pay-box .payment .pay-card p .inp-circle .iconchenggong1 {
  font-size: 11px;
  color: #fff;
  margin: 2px 0 0;
  font-weight: 600; }

.pay-box .payment .pay-card input {
  opacity: 0; }

.AR-rtl .pay-box .payment .pay-card p .inp-circle {
  left: auto;
  right: -25px; }

.symbol-total {
  font-size: 16px; }

.pay-box .gui-payment-tips {
  color: #999;
  padding-bottom: 8px;
  padding-left: 35px; }

.pay-box.freight-collect .pay-item p .eServiceCharge {
  color: #333; }

.pay-box .form-group .form-control {
  height: auto;
  min-height: calc(1.3em + 0.75rem + 10px); }

@media (min-width: 768px) {
  .AR-rtl .address-box, .EN .address-box {
    border-left: 1px solid #e7e7e7;
    border-right-width: 0; }
  .AR-rtl .address-list, .EN .address-list {
    border-bottom: 10px solid #f5f5f5;
    margin-top: 5px; }
  .AR-rtl .pc-hide, .EN .pc-hide {
    display: none !important; }
  .AR-rtl #addcart .addcart-body .addcart-specs-content dd .addcart-spec-img {
    flex: 0 0 15%; } }

@media (max-width: 565px) {
  .AR-rtl #submitForm {
    width: 97%; }
  .AR-rtl .coupon-box {
    padding: 10px 15px; }
  .AR-rtl .footer-notice {
    text-align: center; }
  .AR-rtl .form-group:not(.map-form-group) .form-label {
    width: 23%;
    font-size: 12px; }
  .AR-rtl .form-group:not(.map-form-group) .form-control {
    font-size: 12px; }
  .EN .mobile-tips {
    margin: -12px 0 .5rem 23%; } }

/*单页商城详情页公共样式*/
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: 30%;
  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-specs-content dt {
  float: none !important;
  margin-right: 0 !important;
  padding-bottom: 8px; }

.addcart-specs-content dd {
  display: flex;
  flex-flow: row wrap;
  margin-left: 0 !important; }
  .addcart-specs-content dd span {
    border-radius: 10px;
    margin: 8px 8px 8px 0; }
    .addcart-specs-content dd span.active {
      background: transparent !important;
      color: #00963c !important;
      border-color: #00963c !important; }
      .addcart-specs-content dd span.active img {
        border: 2px solid #00963c; }
  .addcart-specs-content dd .addcart-spec-img {
    display: flex;
    flex-flow: column;
    border: 0;
    padding: 5px !important;
    overflow: visible;
    flex: 0 0 30%; }
    .addcart-specs-content dd .addcart-spec-img img {
      width: 100%;
      height: auto;
      margin: 0;
      border-radius: 10px; }

.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)); } }

.AR-rtl .form-group {
  position: relative;
  display: flex;
  flex-flow: row wrap; }
  .AR-rtl .form-group .form-label {
    color: #333;
    line-height: normal;
    font-weight: 600; }
  .AR-rtl .form-group .form-control {
    flex: 1;
    font-size: 14px; }

.sar-new-form .form-group {
  display: flex;
  align-items: center; }
  .sar-new-form .form-group .form-label {
    position: unset;
    width: 16%;
    display: block;
    word-break: break-word; }
    .sar-new-form .form-group .form-label p {
      color: #F51111 !important; }
    .sar-new-form .form-group .form-label + .form-control {
      flex: 1;
      padding-right: 0.75rem !important;
      padding-left: 0.75rem !important;
      padding-top: 0;
      padding-bottom: 0;
      height: calc(1.5em + .75rem + 10px); }
    .sar-new-form .form-group .form-label .flag {
      width: 32px;
      max-height: 18px; }

.sar-new-form .phone-note {
  font-size: 13px;
  margin: -12px 16% .5rem 0;
  color: #F51111; }

@media screen and (max-width: 565px) {
  .sar-new-form .form-group .form-label {
    width: 20% !important; }
  .sar-new-form .phone-note {
    margin: -12px 20% .5rem 0; } }

.AR-rtl .form-group {
  position: relative;
  display: flex;
  flex-flow: row wrap; }
  .AR-rtl .form-group .form-label {
    color: #333;
    line-height: normal;
    font-weight: 600; }
  .AR-rtl .form-group .form-control {
    flex: 1;
    font-size: 14px; }
  .AR-rtl .form-group .form-style .icon-chevron-right1 {
    transform: scaleX(-1); }

.sar-new-form .form-group {
  display: flex;
  align-items: center; }
  .sar-new-form .form-group .form-style {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #F51111;
    color: #F51111;
    cursor: pointer; }
    .sar-new-form .form-group .form-style .iconfont {
      font-size: 20px; }
    .sar-new-form .form-group .form-style span {
      margin: 0 5px; }
  .sar-new-form .form-group .form-label {
    position: unset;
    width: 16%;
    display: block;
    word-break: break-word; }
    .sar-new-form .form-group .form-label p {
      color: #F51111 !important; }
    .sar-new-form .form-group .form-label + .form-control {
      flex: 1;
      padding-right: .75rem !important;
      padding-left: .75rem !important;
      padding-top: 0;
      padding-bottom: 0;
      height: calc(1.5em + .75rem + 10px); }
    .sar-new-form .form-group .form-label .flag {
      width: 30px;
      max-height: 18px; }

.sar-new-form .reset-group {
  justify-content: space-between; }
  .sar-new-form .reset-group .form-style {
    flex: 0 0 49%; }
    .sar-new-form .reset-group .form-style span {
      margin-left: 5px; }

.sar-new-form .phone-note {
  font-size: 13px;
  margin: -12px 16% .5rem 0;
  color: #F51111; }

@media screen and (max-width: 565px) {
  .sar-new-form .form-group .form-label {
    width: 20% !important; }
  .sar-new-form .phone-note {
    margin: -12px 20% .5rem 0; } }

.address-wrap .address-key {
  padding: 8px; }
  .address-wrap .address-key .key-li {
    padding-top: 0;
    height: 2.5rem; }

.address-wrap .item {
  flex: 1;
  margin-right: 1rem; }
  .address-wrap .item:last-child {
    margin-right: 0; }
  .address-wrap .item .mark-down {
    right: 0.5rem;
    top: 0.7rem;
    font-size: 18px;
    font-weight: 600; }

.address-wrap .sublists {
  left: 0;
  overflow-y: scroll;
  background: #fff;
  z-index: 9;
  width: 100%;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); }
  .address-wrap .sublists li {
    height: 40px;
    border-top: 1px solid #e7e7e7;
    font-size: 15px;
    padding: 0 10px;
    margin: 0 auto;
    line-height: 40px; }

.form-group textarea.form-control {
  height: calc(4em + 1.5rem + 10px); }

.AR-rtl .address-wrap .item {
  margin-left: 1rem;
  margin-right: 0; }
  .AR-rtl .address-wrap .item:last-child {
    margin-left: 0; }

.AR-rtl .form-group-label input[name='email'] {
  direction: ltr;
  text-align: right; }

.pay-method {
  -webkit-appearance: none; }

.pay-method:before {
  content: "\e72f";
  color: #999; }

.pay-method:checked:before {
  content: "\e71f";
  color: #F51111; }

.pay-box .pay-card {
  border: 0; }

.pay-number dl {
  margin: 6px; }

.pay-number .filed-input {
  font-size: 14px; }

.pay-number dl dd:nth-child(1) {
  margin-right: 10px;
  flex: 1;
  -webkit-box-flex: 1; }

.payment .flex-btw {
  display: -webkit-flex;
  display: -webkit-box;
  -webkit-box-flex: 1;
  -webkit-Box-align: center; }

.payment .pay-card {
  padding: 0 0.75rem; }

.payment .pay-number {
  padding: 0 0.75rem 8px; }

.payment .icon-sanjiao-small {
  position: absolute;
  right: 5px;
  top: 15px;
  font-size: 18px;
  color: #999; }

.card-img {
  width: auto;
  max-height: 22px;
  float: right; }

.year {
  width: 49%; }

.eServiceCharge {
  font-size: 14px;
  color: #999; }

.pay-item {
  margin-bottom: 0; }
  .pay-item .iconfont {
    margin-right: 5px;
    font-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    outline: 0; }
  .pay-item label {
    margin-bottom: 0;
    height: 100%; }
  .pay-item p {
    flex: 1;
    -webkit-box-flex: 1;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: space-between; }

.gui-payment-tips {
  flex: 1;
  padding: 0 8px;
  display: none;
  line-height: 15px;
  font-size: 12px;
  /* margin-bottom:5px; */
  color: #999; }
  .gui-payment-tips span {
    color: red; }

.w30 {
  width: 30%; }

.w34 {
  width: 34%; }

.card-save {
  height: 30px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  background-color: #ffa41b;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 3px; }

.card-save-money {
  font-weight: 600; }

.AR-rtl .pay-item .iconfont {
  margin-left: 5px;
  margin-right: 0; }

.AR-rtl .pay-number dl dd:nth-child(1) {
  margin-right: 0;
  margin-left: 10px; }

.AR-rtl .AR-COD-icon {
  max-width: 90px; }

.AR-rtl .pay-item {
  margin-bottom: 0; }

.gui-payment-tips {
  color: #CF1322; }

.freight-collect .pay-item p {
  /* display: block; */ }
  .freight-collect .pay-item p .eServiceCharge {
    display: block;
    color: #CF1322; }
  .freight-collect .pay-item p span {
    display: block;
    color: #b77200;
    font-size: 12px; }

/* .payment .freight-collect .form-control{
            height: auto;
            -webkit-Box-align: inherit;
    } */
.AR-rtl {
  /* .payment .freight-collect .form-control{
                height: auto;
                -webkit-Box-align: inherit;
        } */ }
  .AR-rtl .freight-collect .pay-item p {
    /* display: block; */ }
    .AR-rtl .freight-collect .pay-item p .eServiceCharge {
      display: block;
      color: #CF1322; }

.goods-item {
  border-bottom: 1px solid #e7e7e7;
  padding: 8px 0px; }
  .goods-item .label {
    border-radius: 20px;
    background: #F51111;
    color: #fff;
    padding: 0 8px;
    font-size: 14px; }

.goods-img {
  width: 90px;
  height: 90px; }

.goods-text {
  padding: 0 8px;
  font-size: 16px;
  flex-direction: column;
  justify-content: space-between;
  flex: 1; }
  .goods-text .goods-name {
    font-size: 14px; }

.goods-price {
  font-size: 16px; }

.goods-number, .goods-spec {
  font-size: 12px;
  color: #999; }

.goods-gifts {
  padding-left: 8px; }
  .goods-gifts .goods-img {
    width: 85px;
    height: 85px; }

@media (max-width: 768px) {
  .gui-cart-wrap {
    display: none; } }

.list-box {
  padding: 10px !important;
  border: none !important;
  margin-top: 8px; }
  .list-box .list-title {
    font-size: 18px;
    color: #333; }
  .list-box .tips {
    font-size: 14px;
    color: #b77200; }

.img-list {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 2px; }
  .img-list img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-right: 8px; }

.list-spec {
  color: #a8a8a8; }
  .list-spec em {
    color: #333333; }

.list-price {
  font-size: 16px; }

.list-img {
  width: 58px;
  min-width: 58px;
  max-width: 58px; }

.list-info {
  margin-left: 8px;
  height: 100%;
  min-height: 58px; }

.list-ul {
  flex: 1; }
  .list-ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    position: relative; }
    .list-ul li:last-child {
      border-bottom: 0; }

.addcart-specs-group-close {
  display: none !important; }

.select-product {
  flex: 1;
  width: calc(100% - 77px);
  position: relative; }
  .select-product .swiper-button-disabled {
    display: none !important; }
  .select-product .swiper-button-prev,
  .select-product .swiper-button-next {
    width: 20px;
    height: 58px;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    margin: 0; }
  .select-product .swiper-button-prev {
    right: -10px !important;
    left: auto; }
  .select-product .swiper-button-next {
    left: -10px !important;
    right: auto; }
  .select-product .swiper-button-prev::after,
  .select-product .swiper-button-next::after {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg); }
  .select-product .swiper-slide {
    width: 70px;
    /*根据内容调整宽度*/ }

.small-num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -6px;
  z-index: 100;
  background-color: #8C8C8C;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 1px;
  box-sizing: content-box; }

.AR-rtl .small-num {
  right: auto;
  left: -6px; }

.wrapper {
  width: 100%;
  height: 100%;
  overflow: auto; }

.product-all {
  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-all .goods-detail {
    width: 100%;
    max-width: 640px;
    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-all .goods-detail .top {
      width: 100%;
      height: 48px;
      color: #C8C9CC;
      line-height: 20px;
      display: flex;
      align-items: center;
      position: relative; }
      .product-all .goods-detail .top .iconguanbi {
        font-size: 20px;
        right: 0;
        top: 50%; }
      .product-all .goods-detail .top .title {
        width: 80%;
        font-size: 16px;
        color: #323222;
        margin: 0 auto;
        text-align: center; }
    .product-all .goods-detail .content-body {
      width: 100%;
      margin-top: 9px;
      overflow-y: auto; }
      .product-all .goods-detail .content-body::-webkit-scrollBar {
        display: none; }
      .product-all .goods-detail .content-body .lists {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px; }
        .product-all .goods-detail .content-body .lists .goods-info {
          display: flex; }
        .product-all .goods-detail .content-body .lists .img-box {
          width: 60px;
          height: 60px;
          border-radius: 8px;
          overflow: hidden; }
          .product-all .goods-detail .content-body .lists .img-box img {
            width: 60px;
            height: 60px; }
        .product-all .goods-detail .content-body .lists .info {
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding: 4px 0;
          line-height: 19px;
          margin: 0 8px;
          flex: 1; }
          .product-all .goods-detail .content-body .lists .info .product-name {
            font-size: 14px;
            padding: 3px 0; }
            .product-all .goods-detail .content-body .lists .info .product-name .good-name {
              color: #999;
              margin: 0 3px; }
            .product-all .goods-detail .content-body .lists .info .product-name .good-sku {
              color: #323233; }
        .product-all .goods-detail .content-body .lists .num {
          display: flex;
          align-items: center; }
    .product-all .goods-detail .bottom {
      max-width: 640px;
      height: 44px;
      background-color: #F51111;
      color: #fff;
      text-align: center;
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      z-index: 100;
      font-size: 14px;
      line-height: 44px; }
  .product-all .anim-up {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.goods {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .goods .all-goods {
    width: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333; }
    .goods .all-goods .iconxiangyoujiantou {
      font-size: 16px;
      font-weight: 600;
      color: #333; }

.AR-rtl .product-all .goods-detail .top .iconguanbi {
  right: auto;
  left: 0; }

.AR-rtl .goods .all-goods .iconxiangyoujiantou {
  transform: rotate(180deg); }

.giikin-on {
  opacity: 1;
  visibility: visible; }

#click-btn {
  position: relative; }

.disable-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.cart-totals {
  padding: 10px 5px; }
  .cart-totals .cart-toatal-item {
    padding: 3px 0;
    font-size: 0.95rem; }
    .cart-totals .cart-toatal-item.last-child {
      height: 45px;
      padding-bottom: 15px;
      font-size: 1.1rem; }
    .cart-totals .cart-toatal-item .excise-text {
      font-size: 0.95rem; }

.excise-text {
  font-style: normal;
  font-size: 0.6rem; }

@media (max-width: 768px) {
  .cart-totals .cart-toatal-item.last-child {
    padding-bottom: 0; } }

.body-box {
  padding-top: 50px; }

#addcart {
  padding: 0 !important;
  /* .addcart-specs-title-image{
            display: block;
            width: 80px;
            height: 80px;
            border: 2px solid #00963c;
            border-radius: 10px;
            margin:0 0  10px 0 !important;
        }
        .singleSku{
            display: block !important;
            .addcart-specs-title-name{
                border: 2px solid #00963c;
                border-radius: 10px;
                padding:3px 15px;
            }
        } */ }
  #addcart .addcart-header-bar {
    display: none; }
  #addcart .addcart-header-bar, #addcart .addcart-header-image {
    display: none; }
  #addcart .addcart-header {
    display: flex;
    padding: 8px 0;
    align-items: center; }
    #addcart .addcart-header .addcart-header-image {
      position: unset;
      margin-top: 0; }
    #addcart .addcart-header .addcart-header-price {
      margin-left: 10px !important; }
      #addcart .addcart-header .addcart-header-price .addcart-header-price-total {
        color: #333; }
        #addcart .addcart-header .addcart-header-price .addcart-header-price-total i {
          margin-right: 5px; }
  #addcart .addcart-body {
    padding: 0 !important;
    background-color: #f5f5f5;
    box-shadow: none;
    max-height: none !important;
    background-color: #fff; }
  #addcart .addcart-header .addcart-header-price {
    margin-left: 0 !important; }
    #addcart .addcart-header .addcart-header-price .price {
      position: static !important; }
  #addcart .addcart-header {
    border: none !important;
    margin-bottom: 8px;
    padding: 0 !important; }
  #addcart .addcart-header-price {
    width: 100%;
    padding: 0; }
  #addcart .addcart-specs,
  #addcart .addcart-full-reduce,
  #addcart .addcart-group-buttons,
  #addcart .addcart-quantity,
  #addcart .description {
    background-color: #fff;
    padding: 8px !important; }
  #addcart .addcart-specs {
    margin-top: 8px;
    border: none !important; }
  #addcart .addcart-full-reduce {
    margin-top: 8px; }
  #addcart .addcart-full-reduce {
    margin-bottom: 8px; }
  #addcart .addcart-body .addcart-specs-title {
    padding-right: 0 !important; }
  #addcart .addcart-header-image-new, #addcart .addcart-body::before {
    display: none; }

.checkout-time {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
  font-size: 13px; }

.checkout-time .iconfont {
  margin-right: 3px; }

.timer-i {
  width: 22px;
  font-style: normal;
  background: #fff;
  line-height: 18px;
  padding: 0 3px;
  border-radius: 3px;
  color: #F51111;
  margin: 0 1px;
  display: inline-block; }

#loading-center-absolute .loader-box div {
  color: #F51111; }

.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 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: bold;
        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: bold; }
        .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 {
            font-style: 12px;
            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-success,
        .product-order .order-detail .order-body .hint .hint-happy {
          color: #F51111;
          font-size: 18px;
          font-weight: bold; }
      .product-order .order-detail .order-body .card {
        padding: 10px !important;
        background-color: rgba(216, 216, 216, 0.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 .time {
            color: #999; }
          .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 .card .logisitics-info {
          color: #999; }
      .product-order .order-detail .order-body h2 {
        font-size: 16px;
        margin: 8px 0;
        font-weight: bold; }
      .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: bold; }
        .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, 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: bold;
        cursor: pointer; }
      .product-order .order-detail .bottom .send-email {
        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 {
          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 .link-service {
        /* max-width: 153px; */
        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 {
            color: #333; }
        .product-order .order-detail .bottom .link-service .text-hidden {
          color: #333; }
      .product-order .order-detail .bottom .create-order {
        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;
        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;
      word-break: break-all;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
  .product-order .customer-service {
    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 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, 0.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;
        color: #333; }
  .product-order .anim-up {
    transform: translate3d(0, 0, 0); }

.giikin-on {
  opacity: 1;
  visibility: visible; }

#click-btn {
  position: relative; }

.AR-rtl {
  /* .product-order .customer-service .content .card {
            flex-direction: row-reverse;
        } */ }
  .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 .order-detail .top .iconguanbi {
    right: auto;
    left: 0; }
  .AR-rtl .product-order .customer-service .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 .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 .customer-service {
    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; }

.composition input[type="checkbox"]:checked:after {
  background: #F51111;
  border-color: #F51111; }

.composition .figure .figure-footer span {
  color: #F51111; }

.composition .figure .product-item .product-number {
  background-color: #F51111; }

.my-popup .footer .buttons .confirm-btn.composite-btn {
  background-color: #F51111; }

.address-box {
  background-color: #f5f5f5 !important;
  padding-bottom: 44px !important; }

.goods-box,
.checkout-title,
.address-list,
.pay-box,
.list-box {
  background-color: #fff !important; }

.goods-box {
  margin-top: 8px; }

.cart-totals {
  border: none !important; }

.pay-box {
  padding: 0 16px !important; }

.address-list,
.pay-box {
  padding-bottom: 10px !important; }

.addcart-full-reduce {
  margin-bottom: 0 !important; }

.cart-totals, .checkout-title {
  padding: 16px !important; }

.address-list {
  padding: 16px 16px 8px !important; }

.card {
  padding: 0 !important; }

.checkout-title {
  margin-top: 8px !important; }

#addcart .addcart-specs-title .addcart-single-sku {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  max-width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  color: #999; }

.text-space {
  color: #212529;
  font-size: 14px; }

.addcart-header-number-total {
  display: none !important; }

.unava {
  opacity: .7; }

/* #addcart .arrival-time .change-img{
       height: 24;
   } */
.product-detail {
  width: 100%;
  display: flex;
  background-color: #fff;
  background-color: #fff;
  padding: 10px !important; }
  .product-detail .pro-img {
    width: 88px;
    height: 88px;
    transition: all .5s; }
  .product-detail .pro-info {
    margin: 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .product-detail .pro-info .title {
      max-width: 252px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      font-size: 14px;
      color: #333;
      margin-bottom: 5px;
      line-height: 20px; }
    .product-detail .pro-info .product-price {
      color: #F51111;
      font-size: 19px;
      font-weight: bold;
      transition: all .5s; }
      .product-detail .pro-info .product-price .old-price {
        color: #999;
        font-size: 12px;
        margin: 8px;
        font-weight: normal; }
    .product-detail .pro-info .price {
      font-size: 18px;
      line-height: 25px;
      color: #333; }
      .product-detail .pro-info .price i {
        color: #333; }

#custInfoForm .description {
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
  color: #D20000;
  font-size: 14px;
  line-height: 22px;
  background: #fff; }

.arrival-time {
  width: 100%;
  /* height: 44px; */
  line-height: 44px;
  background-color: #fff;
  margin: 8px 0; }
  .arrival-time .change-img {
    max-width: 100%; }
  .arrival-time .arrival-text {
    display: inline-block;
    font-size: 14px; }

#addcart .addcart-header {
  display: none !important; }

#addcart_message_dialog {
  max-width: 384px; }

#addcart .addcart-specs-content {
  padding: 4px !important; }

.checkout-sku #addcart .no-select-content {
  animation: select 1s linear infinite;
  border: 1px solid #ee0a24; }

@keyframes select {
  from {
    border: 1px solid #ee0a24; }
  to {
    border: 1px solid transparent; } }

@-webkit-keyframes select {
  from {
    border: 1px solid #ee0a24; }
  to {
    border: 1px solid transparent; } }

.disable-scroll {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important; }

#addcart .addcart-specs {
  margin-top: 0; }

#addcart .addcart-specs-group .addcart-specs:first-child {
  padding-bottom: 0 !important; }

/* .addcart-specs-content dd{
        display: grid;
        grid-template-columns: repeat(4, minmax(80px, 1fr));
    } */
#addcart .addcart-specs .addcart-specs-content {
  padding-bottom: 0 !important; }

.addcart-specs-body .addcart-specs-content dd .addcart-spec-img {
  border-radius: 0;
  padding: 0 !important; }

.addcart-specs-content dd .addcart-spec-img {
  flex: 0 0 31%; }

@media (min-width: 768px) {
  .addcart-specs-content dd .addcart-spec-img {
    flex: 0 0 15%; } }

.sku-title-hidden {
  display: none; }

.addcart-specs-content dd span.active img {
  border-color: #F51111; }

.addcart-specs-content dd span.active {
  background-color: #F51111 !important;
  color: #fff !important;
  border: none; }

.addcart-specs-body .addcart-specs-content dd .addcart-spec-img.active {
  border-radius: 0;
  background-color: transparent !important; }
  .addcart-specs-body .addcart-specs-content dd .addcart-spec-img.active font {
    color: #F51111 !important; }

.addcart-specs-title-name.text-space {
  letter-spacing: 0px; }

.coupon-box {
  padding: 10px 15px  !important; }

.sticky-box {
  position: fixed;
  top: 48px;
  z-index: 1000;
  -webkit-transform: translateZ(0); }
  .sticky-box .pro-img {
    width: 50px;
    height: 50px; }

.footer-btn .loading-hint #submitForm {
  background: -webkit-linear-gradient(left, #FE7144, #FD4969); }

.blue-theme .addcart-specs-content dd span.active {
  background-color: transparent !important;
  border: #33cccc 1px solid !important;
  color: #333333 !important; }

.blue-theme .addcart-specs-body .addcart-specs-content dd .addcart-spec-img.active {
  border-width: 0 !important; }

.blue-theme .addcart-specs-body .addcart-specs-content dd .addcart-spec-img.active font {
  color: inherit !important; }

.orange-theme .addcart-specs-content dd span.active {
  background-color: transparent !important;
  border: #33cccc 1px solid !important;
  color: #333333 !important; }

.orange-theme .addcart-specs-body .addcart-specs-content dd .addcart-spec-img.active {
  border-width: 0 !important; }

.orange-theme .addcart-specs-body .addcart-specs-content dd .addcart-spec-img.active font {
  color: inherit !important; }

.black-theme .addcart-specs-content dd span.active {
  background-color: transparent !important;
  border: #33cccc 1px solid !important;
  color: #333333 !important; }
  .black-theme .addcart-specs-content dd span.active img {
    border-color: #F1493C; }

.black-theme .addcart-specs-content dd span.active, .black-theme .addcart-group-buttons .btn-binding.active, .black-theme .addcart-float-buttons-block-button {
  background: #F1493C !important;
  border-color: #F1493C !important;
  color: #333; }

.black-theme .addcart-specs-body .addcart-specs-content dd .addcart-spec-img.active {
  border-width: 0 !important; }

.black-theme .addcart-specs-body .addcart-specs-content dd .addcart-spec-img.active font {
  color: inherit !important; }

.black-theme .footer-btn .total-bottom .total-price {
  color: #ff9900; }
