@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; }

.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;
  max-height: 60px;
  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; }

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

.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;
  margin: 0 20px; }

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

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

.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-bottom: 0 !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 .addcart-header-price-total {
      color: #333; }
      #addcart .addcart-header .addcart-header-price .addcart-header-price-total i {
        margin-right: 5px; }
  #addcart .addcart-body {
    box-shadow: none;
    border-bottom: 3px solid #f2f2f2;
    max-height: 300px !important; }

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

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.5rem; }
  .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-tel .form-label {
  left: 3.3rem; }

.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 .form-control {
  padding-left: 3.3rem; }

.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(/V3/common/assets/images/edit.png) no-repeat center;
    background-size: 100% 100%; }
    .checkout-title .title-img.c-pay {
      background-image: url(/V3/common/assets/images/pay.png); }
    .checkout-title .title-img.c-order {
      background-image: url(/V3/common/assets/images/order.png); }
    .checkout-title .title-img.c-spec {
      background-image: url(/V3/common/assets/images/spec.png); }

#submitForm {
  width: 80%;
  text-align: center;
  background-color: #F51111;
  color: #fff;
  margin: 40px auto;
  display: block; }

.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 .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; }
  #addcart .addcart-body {
    box-shadow: none;
    border-bottom: 3px solid #f2f2f2;
    max-height: 300px !important; }

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

.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;
  margin: 0 20px; }

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

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

.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-bottom: 0 !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 .addcart-header-price-total {
      color: #333; }
      #addcart .addcart-header .addcart-header-price .addcart-header-price-total i {
        margin-right: 5px; }
  #addcart .addcart-body {
    box-shadow: none;
    border-bottom: 3px solid #f2f2f2;
    max-height: 300px !important; }

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

body,
html,
.body-box,
.checkout-box,
.checkout-box .row {
  height: 100%; }

em {
  font-style: normal; }

/*阿语*/
.AR-rtl {
  /*非阿语*/ }
  .AR-rtl .checkout-box {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    margin-top: -0.5rem; }
    .AR-rtl .checkout-box .row {
      flex-direction: row-reverse; }
  .AR-rtl .address-box,
  .AR-rtl .col-12 {
    padding: 0 10px;
    background: #fff; }
  .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: #F51111;
      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: 1.2rem;
        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(/V3/common/assets/images/edit.png) no-repeat center;
      background-size: 100% 100%; }
      .AR-rtl .checkout-title .title-img.c-pay {
        background-image: url(/V3/common/assets/images/pay.png); }
      .AR-rtl .checkout-title .title-img.c-order {
        background-image: url(/V3/common/assets/images/order.png); }
      .AR-rtl .checkout-title .title-img.c-spec {
        background-image: url(/V3/common/assets/images/spec.png); }
  .AR-rtl #submitForm {
    width: 80%;
    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 {
    padding-bottom: 0 !important; }
    .AR-rtl #addcart .addcart-header-bar {
      display: none; }
    .AR-rtl #addcart .addcart-header {
      display: flex;
      padding: 8px 0 28px;
      align-items: center; }
      .AR-rtl #addcart .addcart-header .addcart-header-image {
        position: unset;
        margin-top: 0; }
      .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 {
            position: absolute;
            left: 0;
            bottom: 0;
            color: #F51111; }
    .AR-rtl #addcart .addcart-body {
      box-shadow: none;
      border-bottom: 3px solid #f2f2f2;
      max-height: fit-content !important; }
      .AR-rtl #addcart .addcart-body .addcart-specs-group .addcart-specs-arrow {
        left: auto;
        right: 0;
        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-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 span {
          border-radius: 10px;
          margin: 8px 8px 8px 0; }
          .AR-rtl #addcart .addcart-body .addcart-specs-content dd span.active {
            background: transparent !important;
            color: #F51111; }
            .AR-rtl #addcart .addcart-body .addcart-specs-content dd span.active img {
              border: 2px solid #F51111; }
        .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 30%; }
          .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 .form-group.pay-box {
    flex-flow: column wrap; }
  .AR-rtl .pay-item p {
    font-weight: 600;
    font-size: 18px;
    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; }
  .AR-rtl .order-info,
  .AR-rtl .addcart-header-price .num {
    display: none; }
  .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 .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: inline-block;
    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 .addcart-spec-img img {
    margin-right: 0;
    margin-left: 10px; }
  .AR-rtl .addcart-specs-content dd .addcart-spec-img {
    padding-left: 10px; }

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

@media (max-width: 565px) {
  .AR-rtl #submitForm {
    width: 100%; }
  .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; } }

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