@charset "UTF-8";
[v-cloak] {
  display: none;
}

.dev-disable {
  pointer-events: none;
}

#whats_app {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  cursor: pointer;
}

#whats_app_track, #ins_contact {
  position: fixed;
  width: calc(100% - 40px);
  max-width: 420px;
  height: 54px;
  right: 20px;
  bottom: 14px;
  border-radius: 25px;
  z-index: 999;
  cursor: pointer;
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: AvenirNext,'Microsoft Yahei',Arial,sans-serif;
}

#whats_app_track img, #ins_contact img {
  margin-right: 10px;
}

#whats_app_track {
  background: #0dc143;
}

#ins_contact {
  background: linear-gradient(45deg, #ff0333 0%, #e42862 50%, #b83288 100%);
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97) rotate(-2deg);
    transform: scale3d(0.97, 0.97, 0.97) rotate(-2deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate(2deg);
    transform: scale3d(1.03, 1.03, 1.03) rotate(2deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate(-2deg);
    transform: scale3d(1.03, 1.03, 1.03) rotate(-2deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97) rotate(-2deg);
    transform: scale3d(0.97, 0.97, 0.97) rotate(-2deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate(2deg);
    transform: scale3d(1.03, 1.03, 1.03) rotate(2deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate(-2deg);
    transform: scale3d(1.03, 1.03, 1.03) rotate(-2deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.animate__tada {
  animation: tada 1s ease-in both;
}

.limit-tip {
  line-height: 20px;
  color: red;
  margin: 10px 0;
}

.head-notice p {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
  display: block;
  width: 100%;
}

.head-notice p a {
  text-decoration: underline;
}

.product-triangle {
  box-shadow: 0px -100px 0px 100px #080808;
  color: #FFFFFF;
  background: #080808;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 0;
  max-width: 108px;
  min-height: 30px;
  padding-bottom: 5px;
  transform: translateX(30%) rotate(45deg) translateZ(1px);
  transform-origin: left top;
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  z-index: 1;
}

/*主体样式*/
body,
ul,
li,
input,
textarea,
p,
a {
  margin: 0;
  padding: 0;
}

a {
  color: #2c3e50;
  text-decoration: none;
  outline: none;
  box-sizing: content-box;
}

li {
  list-style: none;
}

* {
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {
  border: none;
  outline: none;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  border-color: #66afe9;
}

.ellipsis {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical !important;
}

.p-t-20 {
  padding-top: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-50 {
  margin-top: 50px;
}

.product-types-box {
  max-height: 550px;
}

.customized textarea {
  line-height: 20px;
  padding: 6px;
  width: 100%;
  border: 1px solid #ccc;
}

.disabled {
  opacity: .5;
  cursor: not-allowed;
}

.disabled.display-none {
  opacity: 0;
}

.disabled:hover {
  opacity: .5;
}

.tip {
  color: #ff0d00;
  margin-top: 5px;
}

#head-cart-num {
  display: none;
}

.page {
  padding-bottom: 50px;
}

.page .ql-editor img {
  max-width: 100%;
  height: auto;
}

.account-main.main {
  margin-top: 70px;
}

.deposit-price {
  color: green;
}

@media screen and (max-width: 768px) {
  .account-main.main {
    margin-top: 0;
  }
  .account-main.main .flex-box-row-center {
    padding: 40px 0;
  }
  .background {
    display: none;
  }
  .product-history .featured-product .swiper-slide {
    padding-top: 0px;
  }
  .category h3.title {
    margin-top: 0;
  }
  #whats_app_track, #ins_contact {
    font-size: 16px;
  }
  #whats_app_track img, #ins_contact img {
    margin-right: 6px;
  }
}

.hide {
  display: none;
}

.product-list .product-showlist {
  width: 100%;
}

.rtl {
  direction: rtl !important;
  unicode-bidi: embed;
}

.rtl .nav.sl-subhead-title {
  text-align: right !important;
  position: absolute;
  right: 0;
  left: auto;
}

.rtl .nav .nav-item-down-menu .submenu ul {
  float: right;
}

.rtl .nav .nav-item-down-menu .submenu > a {
  float: right;
}

.rtl .featured-product .price {
  text-align: right;
}

.rtl .featured-product .good-info .name {
  text-align: right;
}

.rtl .featured-product .featured-product-title > div {
  position: absolute;
  right: 0;
  left: auto;
  text-align: right;
}

.rtl .single-product .recom-item > form {
  text-align: right;
}

.rtl .single-product .recom-item > form h4.title {
  text-align: right;
}

.rtl .single-product .recom-item .types-btn .jh-input-number .jh-input-number-increase {
  position: absolute;
  left: 0;
  right: auto;
}

.rtl .featured-collections .featured-grid .grid-item .item-box .grid-item-text .text-top-left {
  position: absolute;
  right: 30px;
  left: auto;
  text-align: right;
}

.rtl .product-list .product-showlist .list-wrap .tab-layout .tab-item .good-info .view-detail {
  text-align: right;
}

.rtl .recommend.product .container .products .products-img {
  float: right;
}

.rtl .recommend.product .container .products .products-info .input-number .add,
.rtl .recommend.product .container .products .products-info .input-number .ruduce,
.rtl .recommend.product .container .products .products-info .input-number .count {
  float: right;
}

.rtl .recommend.product .container .products .swiper-container-rtl .swiper-button-prev {
  left: 10px;
  right: auto;
}

.rtl .recommend.product .container .products .swiper-container-rtl .swiper-button-next {
  right: 10px;
  left: auto;
}

.rtl .recommend.product .product-details-box .product-details {
  text-align: right;
}

.rtl .recommend .recom-item .types-btn .jh-input-number .jh-input-number-increase {
  position: absolute;
  right: auto;
  left: 0;
}

.rtl .recommend .product-types-select:after {
  left: 5px;
  right: auto;
}

.rtl .template6-body .cart-box .cart-item .cart-name {
  text-align: right;
}

.rtl .template6-body .cart-box .cart-item .cart-name a {
  text-align: right;
}

.rtl .template6-body .cart-box .cart-item .cart-img {
  float: right;
}

.rtl .template6-body .cart-box .cart-item .cart-price {
  text-align: right;
}

.rtl .template6-body .cart-box .cart-item .cart-number {
  text-align: right;
}

.rtl .template6-body .account-main .login-content .login-account .account-title .title {
  text-align: right;
}

.rtl #myAccount .account-main .section-header .more-info {
  right: auto;
  left: 0;
}

.rtl #myAccount .account-main .login-content .login-account .account-title .title,
.rtl #myAccount .account-main .login-content .replace-email-content .account-title .title,
.rtl #myAccount .account-main .login-content .reset-password .account-title .title,
.rtl #myAccount .account-main .login-content .submit-reset-password .account-title .title {
  text-align: right;
}

.rtl #myAccount .account-main .el-table .cell {
  text-align: right;
}

.rtl #myAccount .account-main .el-table th {
  text-align: right;
}

.rtl #myAccount .account-main .el-table th > .cell {
  visibility: visible;
}

.rtl #myAccount .account-main .el-table td.is-hidden > * {
  visibility: visible;
}

.rtl #myAccount .account-main .el-table .el-table__fixed {
  display: none;
}

.rtl #myAccount #Mode .form-input select {
  margin-right: 0;
}

.rtl .product-types-box .recommend .recom-item h4 {
  text-align: right;
}

.rtl .product-types-box .recommend .recom-item .price {
  text-align: right;
}

.rtl .product-types-box .recommend .recom-item .types-item {
  text-align: right;
}

.rtl .product-types-box .pop-close {
  left: 0.5rem;
  right: auto;
}

.rtl .featured-categorys.classify .title {
  text-align: right;
}

.nav-model-mask {
  width: 100%;
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 101;
  background: rgba(167, 161, 161, 0.6);
}

.search-popup {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 999;
  right: 0;
  padding: 8px 20px;
  box-sizing: border-box;
}

.search-popup .search {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-popup .search input {
  padding: 10px;
  line-height: 34px;
  width: 100%;
  border: 0;
}

.sk-circle {
  margin: 100px auto;
  width: 80px;
  height: 80px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
