@charset "UTF-8";
.popup-checkQuality .success-label i:before, .popup-checkQuality .success-label i:after,
.popup-checkQuality .fail-label i:before,
.popup-checkQuality .fail-label i:after, .afterSalesProgress-box > div > .flex-item.active em:after, .icon-pay.fail:before, .icon-pay.fail:after, .icon-pay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.page-login .ab-line:before, .page-login .ab-line:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

h3.tit:after, header .order-link a:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.fit-img img, .page-user .user-info-box .avatar img, .history-img-list div img, .popup-selectSize .pic img, .order-list-box .pic img, .new-list-box .pic img, .hot-list-box .pic img, .cart-goods-list .pic img, .goods-list-wrap .goods-list-box a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

:root {
  --maxW: 750px;
}

html {
  font-size: 13.3333333333vw;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
body {
  overflow-y: overlay;
}

.m-box {
  position: relative;
  max-width: var(--maxW);
  min-height: 100dvh;
  margin: 0 auto;
  box-sizing: border-box;
}
.m-box section {
  position: relative;
}
.m-box img,
.m-box video {
  max-width: 100%;
  display: block;
}

.scroll-loading {
  text-align: center;
  margin: 15px 0;
}
.scroll-loading.loading {
  margin-top: 10px;
}
.scroll-loading span {
  color: #ccc;
  font-size: 14px;
  display: none;
}
.scroll-loading.no-data span {
  display: block;
}
.scroll-loading.no-data .animation-box {
  display: none;
}
.scroll-loading .animation-box {
  border: 3px solid #ddd;
  border-top: 3px solid var(--c-primary);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin: 0.2rem auto 0;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.switch-list-wrap {
  position: relative;
}
.switch-list-wrap .switch-wrap {
  position: absolute;
  right: 0;
  top: 26px;
  opacity: 0;
  visibility: hidden;
  padding-top: 10px;
  transition: 0.3s;
  pointer-events: none;
  z-index: 11;
}
.switch-list-wrap .switch-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 15px;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.06);
}
.switch-list-wrap .switch-box > a {
  display: flex;
  align-items: center;
  color: #85859f;
  font-size: 12px;
  white-space: nowrap;
}
.switch-list-wrap .switch-box > a img {
  flex: none;
  width: 15px;
}
.switch-list-wrap .switch-box > a span {
  margin-left: 6px;
  flex: none;
  font-size: 15px;
}
.switch-list-wrap .switch-box > a:nth-of-type(n + 2) {
  margin-top: 18px;
}
.switch-list-wrap:hover .switch-wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.linear-1 {
  background: linear-gradient(180deg, #ffb77b 0%, #fee2cc 100%);
}

.linear-2 {
  background: linear-gradient(135deg, #f9931a 0%, #f93200 100%);
}

.bg-1 {
  background-color: #f5f5f5;
}

.bg-2 {
  background-color: #fff4e7;
}

.bg-3 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-4 {
  background-color: #f5f7fa;
}

header {
  box-sizing: border-box;
  z-index: 99;
}
header .btn-back {
  flex: none;
  width: 20px;
  height: 20px;
  position: relative;
}
header .btn-back:after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header.scroll {
  background: linear-gradient(to right, #fd9101, #fe6e11);
}
header .ms-upload-container.type-1 {
  grid-template-columns: repeat(auto-fill, minmax(24px, 1fr));
}
header .ms-upload-container.type-1 > div {
  border: none;
  background: url(../images/img22_2.png);
  background-size: cover;
  padding-top: 100%;
  overflow: visible;
}
header .ms-upload-container.type-1 > div:before, header .ms-upload-container.type-1 > div:after {
  display: none;
}
header .ms-upload-container.type-1 > div img {
  border-radius: 4px;
}
header .ms-upload-container.type-1 .ms-delete {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(30%, -30%);
}
header .ms-upload-container.type-1 .ms-delete:before, header .ms-upload-container.type-1 .ms-delete:after {
  width: 8px;
}
header .icon-menu {
  width: 22px;
  height: 22px;
  background: url(../images/img22_3.png);
  background-size: 100% 100%;
}
header .icon-language {
  width: 26px;
  height: 26px;
  background: url(../images/img28_1.png);
  background-size: 100% 100%;
}
header .header-nav {
  padding: 12px 10px;
}
header .header-nav > .flexA .ms-input.ms-medium input {
  font-size: 12px;
}
header .type-link {
  border-top: 1px solid #f3f3f3;
}
header .type-link a {
  padding: 12px 5px;
  position: relative;
  font-size: 12px;
  line-height: 1;
}
header .type-link a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--c-primary);
}
header .type-link a span {
  margin-left: 3px;
  margin-top: 1px;
  color: #85859f;
}
header .type-link a.active span {
  color: var(--c-primary);
}
header .type-link a.active:after {
  width: 100%;
}
header .order-link {
  border-top: 1px solid #f3f3f3;
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 10px;
  padding: 10px 12px;
  background-color: #f5f5f5;
}
header .order-link a {
  padding: 8px 5px;
  position: relative;
  font-size: 14px;
  color: #999;
  line-height: 1;
  flex: none;
  margin: auto;
  position: relative;
}
header .order-link a:after {
  content: "";
  width: 0;
  height: 3px;
  border-radius: 4px;
  background-color: var(--c-primary);
  bottom: 0;
  transition: 0.3s;
}
header .order-link a.active {
  color: #000;
  font-weight: bold;
}
header .order-link a.active:after {
  content: "";
  width: 1.2em;
}

.page-home {
  background-color: #f9f9f7;
}
.page-home header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 750px;
}
.page-home header .icon-menu {
  margin-left: 5px;
}
.page-home .section-2 {
  border-radius: 14px 14px 0 0;
  padding: 20px 12px;
  z-index: 2;
  margin-top: -10px;
  background-color: #f9f9f7;
}
.page-home .section-2 > .flex-item {
  text-align: center;
}
.page-home .section-2 > .grid-2 a {
  border-radius: 4px;
}
.page-home .section-2 > .grid-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .section-2 > .linear-1 > a.linear-2 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  line-height: 1;
  border-radius: 0 0 0 6px;
}
.page-home .section-2 > .linear-1 .grid-2 a {
  position: relative;
}
.page-home .section-2 > .linear-1 .grid-2 a > .flex-item {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.page-home .section-2 > .linear-1 .grid-2 a > .flex-item > .flexN {
  max-width: calc(100% - 10px);
  box-sizing: border-box;
  margin-left: 10px;
  word-break: normal;
}
.page-home .section-2 > .linear-1 .grid-2 img {
  display: block;
  margin: 5px auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .section-2 > .linear-1 .grid-2 .label {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  padding: 5px 8px;
  border-radius: 30px;
  line-height: 1;
}
.page-home .section-2 > .linear-1 .grid-2 .label.label-1 {
  background: linear-gradient(144deg, #ffb253 0%, #ff5d10 100%);
  color: #fff;
}
.page-home .section-2 > .linear-1 .grid-2 .label.label-2 {
  background: linear-gradient(143deg, #ffe2d4 0%, #ffa77d 100%);
  color: var(--c-primary);
}
.page-home .section-2 > .linear-1 .grid-2 .number {
  background: linear-gradient(97deg, #f7eddb 0%, #fec3a6 100%);
  border-radius: 4px 0 0 4px;
  padding: 5px 6px;
  line-height: 1;
  color: #905138;
}
.page-home .section-3 {
  padding: 0 12px;
}
.page-home .swiper-1 .swiper-pagination {
  bottom: 15px;
}

.loading-list-box {
  position: relative;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.loading-list-box a {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  display: block;
  overflow: hidden;
  max-width: 100%;
  visibility: hidden;
  opacity: 0;
}
.loading-list-box .special-box {
  background: linear-gradient(37deg, #ffe8da, #fff9f6);
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
}
.loading-list-box .special-box .grid-2 > .relative {
  padding: 20px 5px 0;
}
.loading-list-box .special-box .label {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 30px;
  line-height: 1;
}
.loading-list-box .special-box .label.label-1 {
  background: linear-gradient(144deg, #ffb253 0%, #ff5d10 100%);
  color: #fff;
}
.loading-list-box .special-box .label.label-2 {
  background: linear-gradient(143deg, #ffe2d4 0%, #ffa77d 100%);
  color: var(--c-primary);
}

.page-inside {
  background: linear-gradient(to bottom, #fbe4d6 0%, #f5f5f5 40dvh);
}
.page-inside header {
  background-color: #fef1ea;
  position: sticky;
  top: 0;
}
.page-inside header .header-title {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #222;
}
.page-inside header .header-nav {
  min-height: 36px;
  position: relative;
  padding: 10px;
}
.page-inside header .icon-menu {
  background-image: url(../images/img22_5.png);
}
.page-inside header .icon-language {
  background-image: url(../images/img28_2.png);
}
.page-inside header .btn-back:after {
  border-top-color: #000;
  border-left-color: #000;
}

.goods-list-wrap .goods-list-box {
  position: relative;
  display: grid;
}
.goods-list-wrap .goods-list-box a {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
}
.goods-list-wrap .goods-list-box a .pic {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.goods-list-wrap .goods-list-box a .pic img {
  position: absolute;
  top: 0;
  left: 0;
}

.goods-list .pic {
  width: 88px;
  height: 88px;
  border-radius: 6px;
  overflow: hidden;
}

.page-white {
  background: #f5f5f5;
}
.page-white header {
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
}
.page-white header .header-nav > .w-box-c {
  background-color: #f3f3f3;
}

.form-group.flex-item .label {
  line-height: 40px;
}
.form-group .label {
  font-size: 14px;
  color: #000;
}
.form-group .label:before {
  content: "*";
  color: transparent;
  margin-right: 2px;
}
.form-group.required .label:before {
  color: red;
}

:root {
  --fixedH: 66px;
}

.fixed-footer-wrap {
  height: var(--fixedH);
}
.fixed-footer-wrap .fixed-footer {
  height: var(--fixedH);
  max-width: var(--maxW);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
.fixed-footer-wrap .opera-list a span {
  font-size: 10px;
  color: #888;
  margin-top: 3px;
}
.fixed-footer-wrap .opera-list .collect-add i {
  width: 24px;
  height: 24px;
  background: url(../images/img24_5.png);
  background-size: 100% 100%;
}
.fixed-footer-wrap .opera-list .collect-add.active i {
  background-image: url(../images/img24_5_on.png);
}
.fixed-footer-wrap .ms-upload-container.type-1 {
  grid-template-columns: repeat(auto-fill, minmax(28px, 1fr));
}
.fixed-footer-wrap .ms-upload-container.type-1 > div {
  border: none;
  background: url(../images/img40_1.png);
  background-size: cover;
  padding-top: 100%;
  overflow: visible;
}
.fixed-footer-wrap .ms-upload-container.type-1 > div:before, .fixed-footer-wrap .ms-upload-container.type-1 > div:after {
  display: none;
}
.fixed-footer-wrap .ms-upload-container.type-1 > div img {
  border-radius: 4px;
}
.fixed-footer-wrap .ms-upload-container.type-1 .ms-delete {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(30%, -30%);
}
.fixed-footer-wrap .ms-upload-container.type-1 .ms-delete:before, .fixed-footer-wrap .ms-upload-container.type-1 .ms-delete:after {
  width: 8px;
}

.fixed-nav-wrap {
  height: var(--fixedH);
}
.fixed-nav-wrap + .fixed-footer-wrap .fixed-footer {
  bottom: var(--fixedH);
  border-bottom: 1px solid #eee;
}
.fixed-nav-wrap:has(+ .fixed-footer-wrap) .fixed-nav-box {
  box-shadow: none;
}
.fixed-nav-wrap .fixed-nav-box {
  height: var(--fixedH);
  max-width: var(--maxW);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 12;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.06);
}
.fixed-nav-wrap .fixed-nav-box .nav {
  flex: auto;
  display: flex;
  justify-content: space-around;
}
.fixed-nav-wrap .fixed-nav-box .nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fixed-nav-wrap .fixed-nav-box .nav a i {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}
.fixed-nav-wrap .fixed-nav-box .nav a span {
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 8px;
}
.fixed-nav-wrap .fixed-nav-box .nav a.active span {
  color: #000000;
}
.fixed-nav-wrap .fixed-nav-box .nav a:nth-of-type(1) i {
  background-image: url(../images/nav/nav_1.png);
}
.fixed-nav-wrap .fixed-nav-box .nav a:nth-of-type(1).active i {
  background-image: url(../images/nav/nav_1_on.png);
}
.fixed-nav-wrap .fixed-nav-box .nav a:nth-of-type(2) i {
  background-image: url(../images/nav/nav_2.png);
}
.fixed-nav-wrap .fixed-nav-box .nav a:nth-of-type(2).active i {
  background-image: url(../images/nav/nav_2_on.png);
}
.fixed-nav-wrap .fixed-nav-box .nav a:nth-of-type(3) i {
  background-image: url(../images/nav/nav_3.png);
}
.fixed-nav-wrap .fixed-nav-box .nav a:nth-of-type(3).active i {
  background-image: url(../images/nav/nav_3_on.png);
}
.fixed-nav-wrap .fixed-nav-box .nav a:nth-of-type(4) i {
  background-image: url(../images/nav/nav_4.png);
}
.fixed-nav-wrap .fixed-nav-box .nav a:nth-of-type(4).active i {
  background-image: url(../images/nav/nav_4_on.png);
}

.category-box > div {
  height: calc(100dvh - 56px - var(--fixedH));
  overflow-y: auto !important;
}
.category-box .category-side {
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}
.category-box .category-side a {
  padding: 8px 10px;
  text-align: center;
  font-size: 12px;
  color: #777777;
  border-radius: 4px;
  line-height: 1.2;
}
.category-box .category-side a.active {
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
.category-box .pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.category-box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h3.tit {
  font-size: 14px;
  color: #000;
  position: relative;
  padding-bottom: 6px;
}
h3.tit:after {
  content: "";
  bottom: 0;
  width: 1.2em;
  height: 3px;
  border-radius: 3px;
  background-color: var(--c-primary);
}

.rank-label-wrap .rank-label {
  width: 10px;
  position: relative;
  grid-gap: 2px;
}
.rank-label-wrap .rank-label:before, .rank-label-wrap .rank-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
}
.rank-label-wrap .rank-label:before {
  border-bottom-color: #ccc;
}
.rank-label-wrap .rank-label:after {
  border-top-color: #ccc;
}
.rank-label-wrap.up .rank-label:before {
  border-bottom-color: var(--c-primary);
}
.rank-label-wrap.down .rank-label:after {
  border-top-color: var(--c-primary);
}

.cart-goods-list .pic {
  width: 96px;
  height: 96px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.cart-goods-list .pic img {
  position: absolute;
  top: 0;
  left: 0;
}
.cart-goods-list .pic em {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 3px;
  background: rgba(0, 0, 0, 0.95);
}
.cart-goods-list .goods-item {
  position: relative;
  overflow: hidden;
}
.cart-goods-list .goods-item > * {
  transition: transform 0.3s;
}
.cart-goods-list .goods-item.off .pic {
  opacity: 0.5;
}
.cart-goods-list .mini-pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cart-goods-list .mini-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-1 .swiper-pagination {
  bottom: 5px;
}
.swiper-1 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
}
.swiper-1 .swiper-pagination-bullet-active {
  opacity: 1;
}

p > img {
  display: unset !important;
}

img.m-r-3 {
  transform: translateY(2px);
}

.shop-step-box {
  background-color: #f5f5f5;
}
.shop-step-box > div {
  position: relative;
}
.shop-step-box > div:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  border-bottom: 2px dotted var(--c-primary);
  opacity: 0.5;
}
.shop-step-box .step-item {
  position: relative;
}
.shop-step-box .step-item:nth-of-type(odd) span {
  bottom: -6px;
  transform: translate(-50%, 100%);
}
.shop-step-box .step-item:nth-of-type(even) span {
  top: -12px;
  transform: translate(-50%, -100%);
  background-color: #e9e9e9;
  padding: 5px 10px;
  line-height: 1;
}
.shop-step-box .step-item:nth-of-type(even) span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-top-color: #e9e9e9;
}
.shop-step-box .step-item em {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--c-primary);
  display: block;
}
.shop-step-box .step-item span {
  position: absolute;
  left: 50%;
  min-width: 8em;
  max-width: 10em;
  text-align: center;
  font-size: 12px;
  color: #222;
}

.icon-arrow {
  width: 20px;
  height: 20px;
  position: relative;
  --arrowC: #333;
}
.icon-arrow:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.icon-arrow.arrow-r:after {
  border-top: 1px solid var(--arrowC);
  border-right: 1px solid var(--arrowC);
  transform: rotate(45deg);
}
.icon-arrow.arrow-w {
  --arrowC: #fff;
}
.icon-arrow.arrow-t:after {
  border-top: 1px solid var(--arrowC);
  border-right: 1px solid var(--arrowC);
  transform: rotate(-45deg);
}
.icon-arrow.arrow-mini:after {
  width: 6px;
  height: 6px;
}

.page-goods-detail header {
  background-color: transparent;
}
.page-goods-detail header .header-nav {
  background-color: #fff;
}
.page-goods-detail .scroll-nav {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-top: 1px solid #f5f5f5;
}

.fixed-toTop {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 111;
  background-color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.fixed-toTop.ms-show {
  visibility: visible;
  opacity: 1;
}

.page-hot {
  background: linear-gradient(270deg, #ff5000 0%, #fe8f00 100%);
}
.page-hot header {
  background-color: transparent;
}
.page-hot header .btn-back:after {
  border-top-color: #fff;
  border-left-color: #fff;
}
.page-hot header .icon-language {
  background-image: url(../images/img28_1.png);
}
.page-hot header .icon-menu {
  background-image: url(../images/img22_3.png);
}
.page-hot > .bg-img,
.page-hot > .p-12 {
  position: relative;
  z-index: 2;
}
.page-hot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #f8d5a8 30%, #f5f5f5);
}
.page-hot header {
  background-color: transparent;
}
.page-hot header .btn-back:after {
  border-top-color: #fff;
  border-left-color: #fff;
}
.page-hot .bg-img {
  margin-top: -10px;
}

.hot-list-box .pic {
  width: 126px;
  height: 126px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.hot-list-box .pic img {
  position: absolute;
  top: 0;
  left: 0;
}
.hot-list-box .pic span {
  background: linear-gradient(135deg, #f9931a 0%, #f93200 100%);
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 8px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  border-radius: 0 0 4px;
}
.hot-list-box .process-box {
  height: 14px;
  background-color: #d9d9d9;
  border-radius: 10px;
}
.hot-list-box .process-box span {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
  background: linear-gradient(90deg, #ffc4a8 0%, #ff853d 100%);
  border-radius: 10px;
  color: #fff;
}
.hot-list-box a {
  position: relative;
  overflow: hidden;
  border-radius: 0 6px 6px 0;
}
.hot-list-box a:before {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: radial-gradient(circle at 52% 0%, #ffdbc4 15%, #ff5e00 90%);
}
.hot-list-box a > * {
  position: relative;
  z-index: 2;
}
.hot-list-box a > .flexA {
  overflow: visible;
  position: relative;
}
.hot-list-box a > .flexA > div {
  position: relative;
  z-index: 2;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  padding-right: 20px !important;
}
.hot-list-box a > .flexA > div:after {
  content: "";
  width: calc(100% - 32px);
  height: 2px;
  background: #ffdbc4;
  position: absolute;
  top: 0;
  left: 0;
}
.hot-list-box a > .flexA > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffe6d6, #fff2ea);
  border-radius: 6px 32px 0 6px;
  transform: translateX(-10px) skew(5deg);
}
.hot-list-box a > .flexA > div > * {
  position: relative;
  z-index: 2;
}
.hot-list-box a > .flexA:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -8px;
  width: 8px;
  height: 8px;
  background: radial-gradient(circle at 100% 0%, transparent 8px, #fff2ea 9px);
  transform: translateX(-10px) skew(5deg);
}
.hot-list-box a > .flexN {
  padding-left: 5px;
  padding-right: 10px;
}
.hot-list-box > .w-box-c:nth-of-type(n + 4) .pic span {
  background: linear-gradient(135deg, #ffd79e 0%, #bf7f47 100%);
}

.new-list-box {
  margin-top: 27%;
}
.new-list-box .pic {
  width: 126px;
  height: 126px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.new-list-box .pic img {
  position: absolute;
  top: 0;
  left: 0;
}

.page-new header {
  background-color: transparent;
}
.page-new header .btn-back:after {
  border-top-color: #fff;
  border-left-color: #fff;
}
.page-new header .icon-language {
  background-image: url(../images/img28_1.png);
}
.page-new header .icon-menu {
  background-image: url(../images/img22_3.png);
}
.page-new > .p-12 {
  position: relative;
  z-index: 2;
}
.page-new .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-new .label-box {
  border-radius: 3px;
  overflow: hidden;
}
.page-new .label-box span {
  font-size: 11px;
  padding: 3px 8px;
}
.page-new .label-box span:nth-of-type(1) {
  background: linear-gradient(97deg, #f7eddb 0%, #fec3a6 100%);
  color: #905138;
}
.page-new .label-box span:nth-of-type(2) {
  background: #faeddc;
  color: #905138;
}
.page-new .add-cart {
  background: linear-gradient(96deg, #ffd2a1 0%, #ff5809 100%);
  font-size: 12px;
  color: #fff;
  padding: 8px 18px;
  border-radius: 4px;
}
.page-new .add-collect i {
  width: 16px;
  height: 16px;
  background: url(../images/img18_1.png);
  background-size: 100% 100%;
}
.page-new .add-collect span {
  line-height: 1;
  margin-top: 2px;
}
.page-new .add-collect.active i {
  background-image: url(../images/img18_1_on.png);
}

.page-order header {
  box-shadow: none;
}

.order-list-box .pic {
  width: 88px;
  height: 88px;
  border-radius: 6px;
  overflow: hidden;
}
.order-list-box .ms-btn.ms-default {
  --bg: #f1f5f8;
  --b: #f1f5f8;
  --c: #070b17;
}
.order-list-box .ms-btn.ms-default.is-plain {
  --bg: #fff;
  --b: #dcdfe6;
  --c: #070b17;
}
.order-list-box .ms-btn.ms-primary {
  --bg: #ffefe5;
  --b: #ffefe5;
  --c: #fd6e2a;
}

.popup-cancelOrder .popup-header .popup-close {
  display: none;
}
.popup-cancelOrder .popup-header .popup-title {
  font-size: 16px;
  text-align: center;
}
.popup-cancelOrder .popup-footer {
  gap: 0;
}
.popup-cancelOrder .popup-footer a {
  flex: 1;
}
.popup-cancelOrder .popup-footer a:nth-of-type(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.popup-cancelOrder .popup-footer a:nth-of-type(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.popup-cancelSuccess .popup-header .popup-title,
.popup-addCartSuccess .popup-header .popup-title {
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-cancelSuccess .popup-header .popup-title:before,
.popup-addCartSuccess .popup-header .popup-title:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/img18_2.png);
  background-size: 100% 100%;
  transform: translateY(-1px);
}
.popup-cancelSuccess .min-tit span,
.popup-addCartSuccess .min-tit span {
  position: relative;
}
.popup-cancelSuccess .min-tit span:before, .popup-cancelSuccess .min-tit span:after,
.popup-addCartSuccess .min-tit span:before,
.popup-addCartSuccess .min-tit span:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  border-radius: 4px;
}
.popup-cancelSuccess .min-tit span:before,
.popup-addCartSuccess .min-tit span:before {
  left: -5px;
  transform: translate3d(-100%, -50%, 0);
  background: linear-gradient(-90deg, #ffa527 0%, transparent);
}
.popup-cancelSuccess .min-tit span:after,
.popup-addCartSuccess .min-tit span:after {
  right: -5px;
  transform: translate3d(100%, -50%, 0);
  background: linear-gradient(90deg, #ffa527 0%, transparent);
}

.popup-addCartSuccess .popup-footer {
  gap: 0;
}
.popup-addCartSuccess .popup-footer a {
  flex: 1;
}
.popup-addCartSuccess .popup-footer a:nth-of-type(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.popup-addCartSuccess .popup-footer a:nth-of-type(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.select-noStyle .ms-select-btn {
  border: none;
  padding: 0;
}

.no-style .ms-select-btn {
  border: none;
  background-color: transparent;
}

.border-b1 {
  border-bottom: 1px solid #f5f5f5;
}

.border-p1 {
  border: 1px solid #ffeee4;
}

.icon-pay {
  width: 56px;
  height: 56px;
  background-color: var(--c-primary);
  border-radius: 50%;
  position: relative;
}
.icon-pay:before {
  content: "";
  width: 20px;
  height: 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  box-sizing: content-box;
  transform: rotate(-45deg);
}
.icon-pay.fail:before, .icon-pay.fail:after {
  content: "";
  width: 26px;
  height: 3px;
  background-color: #fff;
  border: none;
}
.icon-pay.fail:before {
  transform: rotate(-45deg);
}
.icon-pay.fail:after {
  transform: rotate(45deg);
}

.ms-btn.ms-primary.ms-lighter {
  background-color: #ffefe5;
  border-color: #ffefe5;
  color: var(--c-primary);
}
.ms-btn.ms-primary.ms-xlighter {
  background-color: #feb070;
  border-color: #feb070;
  color: #fff;
}
.ms-btn.ms-primary.ms-empty {
  opacity: 0.35;
}

.popup-bg .popup-header .popup-close {
  --closeColor: #000;
}
.popup-bg .popup-header .popup-close:before, .popup-bg .popup-header .popup-close:after {
  width: 18px;
}
.popup-bg .code-box {
  margin: 15px auto;
  width: 44%;
  padding: 4px;
  background-color: #fff;
  border: 2px solid #ffc1a3;
  border-radius: 10px;
}
.popup-bg .code-box img {
  width: 100%;
}

.popup-orderPay .popup-box {
  background: linear-gradient(178deg, #ffd4a6 0%, #ffffff 40%);
  padding-top: 35vw;
}
.popup-orderPay .popup-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/bg_4.png) no-repeat center top;
  background-size: 40% auto;
  pointer-events: none;
}
.popup-orderPay .popup-box > div {
  position: relative;
  z-index: 2;
}
.popup-orderPay .popup-header {
  border-bottom: none;
  position: unset !important;
  height: 0;
}
.popup-orderPay .popup-body {
  padding-top: 0;
}
.popup-orderPay .popup-footer {
  border-top: 0;
}
.popup-orderPay .popup-footer a {
  flex: 1;
}
.popup-orderPay img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.popup-orderPay .text-c {
  font-size: 3.8vw;
}

.popup-selectSize .popup-header {
  border-bottom: none;
  position: unset !important;
  height: 0;
}
.popup-selectSize .popup-footer {
  border-top: 0;
}
.popup-selectSize .popup-footer a {
  flex: 1;
}
.popup-selectSize .pic {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.popup-selectSize .list-box span {
  border-radius: 4px;
  background-color: #f5f5f5;
  font-size: 13px;
  color: #747474;
  padding: 7px 12px;
  line-height: 1;
  position: relative;
  border: 1px solid #f5f5f5;
}
.popup-selectSize .list-box span.disabled {
  color: #dadada;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.popup-selectSize .list-box span.disabled:after {
  content: "缺货";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  background-color: #85859f;
  color: #fff;
  transform: translate(50%, -40%);
  z-index: 3;
  padding: 2px 3px;
  border-radius: 2px;
}
.popup-selectSize .list-box span.active {
  color: var(--c-primary);
  border-color: var(--c-primary);
  background-color: #fff;
}

.grid-box.img-list {
  width: 100%;
  direction: rtl;
}
.grid-box.img-list .grid-item {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.grid-box.img-list .grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.afterSalesProgress-box em {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #09d472;
  box-sizing: content-box;
  border: 2px solid #fff;
  margin-top: 2px;
  position: relative;
  z-index: 2;
}
.afterSalesProgress-box > div > .flex-item {
  padding-bottom: 15px;
  position: relative;
}
.afterSalesProgress-box > div > .flex-item:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  height: 100%;
  width: 1px;
  background-color: #09d472;
}
.afterSalesProgress-box > div > .flex-item:last-child {
  padding-bottom: 0;
}
.afterSalesProgress-box > div > .flex-item:last-child:before {
  display: none;
}
.afterSalesProgress-box > div > .flex-item.active p.c-000 {
  font-weight: bold;
}
.afterSalesProgress-box > div > .flex-item.active em:after {
  content: "";
  width: 6px;
  height: 3px;
  box-sizing: content-box;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: scale(0.9) rotate(-45deg);
}
.afterSalesProgress-box > div > .flex-item.off em {
  background-color: #f40009;
}
.afterSalesProgress-box > div > .flex-item.off em:after {
  display: none;
}
.afterSalesProgress-box .progress-toggle {
  color: rgb(80, 156, 255);
}
.afterSalesProgress-box .progress-toggle .arrow-t:after {
  border-top-color: rgb(80, 156, 255) !important;
  border-right-color: rgb(80, 156, 255) !important;
}
.afterSalesProgress-box.active .list > .flex-item {
  padding-bottom: 0;
}
.afterSalesProgress-box.active .list > .flex-item:before {
  z-index: -1;
}
.afterSalesProgress-box.active .list > .flex-item:nth-of-type(n + 2) {
  display: none !important;
}
.afterSalesProgress-box.active .arrow-t {
  transform: translateY(-2px) rotate(180deg);
}
.afterSalesProgress-box:not(:has(.list .flex-item:nth-of-type(2))) .progress-toggle {
  display: none !important;
}

.popup-refundDetail .popup-box {
  background: linear-gradient(178deg, #ffd4a6 0%, #ffffff 20vh);
  padding-top: 29vw;
}
.popup-refundDetail .popup-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/bg_5.png) no-repeat center top;
  background-size: 40% auto;
  pointer-events: none;
}
.popup-refundDetail .popup-box > div {
  position: relative;
  z-index: 2;
}
.popup-refundDetail .popup-header {
  border-bottom: none;
  position: unset !important;
  height: 0;
}
.popup-refundDetail .popup-body {
  padding-top: 0;
}
.popup-refundDetail .popup-footer {
  border-top: 0;
}
.popup-refundDetail .popup-footer a {
  flex: 1;
}
.popup-refundDetail img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.popup-refundDetail .text-c {
  font-size: 3.8vw;
}

.popup-disclaimers .popup-box {
  background: linear-gradient(178deg, #ffd4a6 0%, #ffffff 40%);
  padding-top: 29vw;
}
.popup-disclaimers .popup-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/bg_7.png) no-repeat center top;
  background-size: 40% auto;
  pointer-events: none;
}
.popup-disclaimers .popup-box > div {
  position: relative;
  z-index: 2;
}
.popup-disclaimers .popup-header {
  border-bottom: none;
  position: unset !important;
  height: 0;
}
.popup-disclaimers .popup-body {
  padding-top: 0;
}
.popup-disclaimers .popup-footer {
  border-top: 0;
}
.popup-disclaimers .popup-footer a {
  flex: 1;
}
.popup-disclaimers img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.popup-disclaimers .text-c {
  font-size: 3.8vw;
}

.popup-publicTips .popup-box {
  background: linear-gradient(178deg, #ffd7be 0%, #ffffff 50%);
  max-width: 360px;
}
.popup-publicTips .popup-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/bg_3.png) no-repeat center top;
  background-size: 80% auto;
  pointer-events: none;
}
.popup-publicTips .popup-box .big-tit {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 0;
  top: 22%;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.popup-publicTips .popup-header {
  display: none;
  position: relative;
  z-index: 2;
}
.popup-publicTips .popup-body {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
.popup-publicTips .popup-footer {
  border-top: 0;
  padding: 10px 20px 20px;
  gap: 0;
}
.popup-publicTips .popup-footer a {
  flex: 1;
}
.popup-publicTips .popup-footer a:nth-of-type(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.popup-publicTips .popup-footer a:nth-of-type(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.popup-publicTips .ms-select-btn {
  border: none;
  background-color: transparent;
}
.popup-publicTips .form-group {
  border: 1px solid #ffd1bb;
  border-radius: 4px;
  padding-left: 10px;
  background-color: #fff;
}

.popup-payInfo .popup-box {
  max-width: 360px;
  background: #fff url(../images/bg_6.png) no-repeat center top;
  background-size: 100% auto;
  padding-top: 18px;
}
.popup-payInfo .popup-box .big-tit {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
}
.popup-payInfo .popup-header {
  height: 0;
  border: none;
}
.popup-payInfo .popup-header .popup-close {
  top: -10px;
  z-index: 11;
}
.popup-payInfo .popup-body {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  height: 68vw;
  max-height: 310px;
}
.popup-payInfo .popup-footer {
  border-top: 0;
  padding: 10px 20px 20px;
  gap: 0;
}
.popup-payInfo .popup-footer a {
  flex: 1;
}
.popup-payInfo .ms-select-btn {
  border: none;
  background-color: transparent;
}

.popup-tipsText .popup-box {
  max-width: 360px;
  background: url(../images/bg_8.png) no-repeat center top;
  background-size: 100% 100%;
  padding-top: 22%;
}
.popup-tipsText .popup-header {
  display: none;
}
.popup-tipsText .popup-body {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
.popup-tipsText .popup-footer {
  border-top: 0;
  padding: 10px 20px 20px;
  gap: 0;
}
.popup-tipsText .popup-footer a {
  flex: 1;
}
.popup-tipsText .ms-select-btn {
  border: none;
  background-color: transparent;
}

.skew-tab-box {
  display: flex;
}
.skew-tab-box a {
  flex: 1;
  font-size: 16px;
  color: #222;
  line-height: 1;
  padding: 18px 10px;
  text-align: center;
  background-color: #e6e6e6;
  position: relative;
}
.skew-tab-box a:nth-of-type(1) {
  border-bottom-right-radius: 16px;
}
.skew-tab-box a:nth-of-type(1):before {
  content: "";
  width: 36px;
  height: 36px;
  background: linear-gradient(-45deg, transparent 50%, #e6e6e6 50%);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(68%) rotate(-30deg);
}
.skew-tab-box a:nth-of-type(2) {
  border-bottom-left-radius: 16px;
}
.skew-tab-box a:nth-of-type(2):before {
  content: "";
  width: 36px;
  height: 36px;
  background: linear-gradient(45deg, transparent 50%, #e6e6e6 50%);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-68%) rotate(30deg);
}
.skew-tab-box a.active {
  color: var(--c-primary);
  background-color: transparent;
}
.skew-tab-box a.active:nth-of-type(2):before {
  display: none;
}
.skew-tab-box a.active:nth-of-type(1):before {
  display: none;
}

.ms-checkbox-group.ms-custom-style .check-mark {
  border-radius: 4px !important;
  border-left-width: 1px !important;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  box-shadow: none !important;
}
.ms-checkbox-group.ms-custom-style input:checked + .check-mark {
  border-color: var(--c-primary) !important;
  background-color: #fff !important;
}
.ms-checkbox-group.ms-custom-style input:checked + .check-mark span {
  color: var(--c-primary) !important;
}

.send-label {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1eab80;
  margin-right: 4px;
}
.send-label.off {
  background-color: var(--c-danger);
}

.send-list-box span {
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1;
  background-color: #c7ffdf;
  border-radius: 4px;
  color: #1eab80;
}
.send-list-box span.off {
  background-color: #f9dfe2;
  color: #da2415;
}

.popup-coupon .coupon-item {
  background: linear-gradient(to right, #fff, #ffe9e3);
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 0 2px 1px rgba(244, 0, 0, 0.1);
  position: relative;
}
.popup-coupon .coupon-item.disabled {
  background: #fff;
}
.popup-coupon .coupon-item.disabled .btn-choose {
  opacity: 0.45;
}
.popup-coupon .coupon-item.disabled > .flexN {
  border-left: 1px solid #ffebeb;
}
.popup-coupon .coupon-item > em {
  position: absolute;
  top: 50%;
  right: -20px;
  background: linear-gradient(to right, #fea788, #fc847a);
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  padding: 6px 30px;
  box-sizing: content-box;
  text-align: center;
  transform: translate(5px, -5px) rotate(45deg);
  transform-origin: top right;
}
.popup-coupon .tab-nav a {
  padding-top: 0px;
  padding-bottom: 10px;
}
.popup-coupon .tab-nav a:after {
  transition: 0.3s;
}
.popup-coupon .tab-nav a.active:after {
  width: 3em;
}
.popup-coupon .mini-label {
  font-size: 12px;
  line-height: 1;
  color: var(--c-danger);
  border: 1px solid var(--c-danger);
  border-radius: 6px;
  padding: 5px 10px;
}
.popup-coupon .btn-choose {
  background: linear-gradient(to right, #fe572b, #fd1c12);
  font-size: 13px;
  color: #fff;
  min-width: 6em;
  padding: 8px 10px;
  line-height: 1;
  text-align: center;
  border-radius: 30px;
}
.popup-coupon .popup-box {
  max-height: 80vh;
}

.btn-mini-pay {
  background: linear-gradient(96deg, #fff7cf 0%, #ff5809 100%);
  font-size: 12px;
  color: #fff;
  padding: 6px 15px;
  border-radius: 6px;
  line-height: 1;
}

.history-nav a {
  color: #666;
}
.history-nav a:nth-of-type(1) {
  padding-right: 10px;
  border-right: 1px solid #666;
}
.history-nav a.active {
  color: #000;
}

.history-opera-box .opera-list {
  display: none !important;
}
.history-opera-box.listShow .opera-list {
  display: flex !important;
}
.history-opera-box.listShow .opera-list a:nth-of-type(1) {
  padding-right: 10px;
  border-right: 1px solid #999;
}
.history-opera-box.listShow .opera-show {
  display: none !important;
}

.history-text-list div,
.hot-text-list div {
  background-color: #fff;
  border-radius: 4px;
  color: #888;
  display: flex;
  position: relative;
  overflow: hidden;
}
.history-text-list div a,
.hot-text-list div a {
  padding: 6px 10px;
}
.history-text-list div em,
.hot-text-list div em {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1/1;
  background: rgba(166, 149, 139, 0.8);
  border-radius: 0 30px 30px 0;
  display: none;
}
.history-text-list div em:after,
.hot-text-list div em:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(../images/img14_10.png);
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.history-text-list.listShow em,
.hot-text-list.listShow em {
  display: block;
}

.history-img-list div {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.history-img-list div:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.history-img-list div:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(../images/img14_11.png);
  background-size: 100% 100%;
  bottom: 5px;
  right: 5px;
  z-index: 3;
}
.history-img-list div img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.history-img-list div em {
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(../images/img14_10.png);
  background-size: 100% 100%;
  display: none;
  bottom: 5px;
  right: 5px;
  z-index: 3;
}
.history-img-list.listShow em {
  display: block;
}
.history-img-list.listShow div:after {
  display: none;
}

.cart-opera-list {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  transform: translateX(100%);
  transition: 0.3s;
}
.cart-opera-list a {
  flex: 1;
  white-space: nowrap;
  display: flex;
  padding: 5px 10px;
  min-width: 3em;
  box-sizing: content-box;
  align-items: end;
  font-size: 12px;
  color: #fff;
  justify-content: center;
}
.cart-opera-list a:nth-of-type(1) {
  background: linear-gradient(180deg, #ffb500 0%, #ffda67 100%);
}
.cart-opera-list a:nth-of-type(2) {
  background: linear-gradient(180deg, #ff6322 0%, #ff7f46 100%);
}
.cart-opera-list a:nth-of-type(3) {
  background: linear-gradient(180deg, #f02400 0%, #ff5c29 100%);
}

.goods-item.listShow .cart-opera-list {
  transform: translate(0);
}

.cart-btn-1,
.cart-btn-2 {
  min-width: 6em;
}

.cart-btn-2 {
  display: none;
}

.icon18_1 {
  display: none !important;
}

.delShow .cart-btn-1 {
  display: none !important;
}
.delShow .cart-btn-2 {
  display: block !important;
}
.delShow .cart-counter {
  display: none !important;
}
.delShow .icon18_1 {
  display: flex !important;
}

.union-img-box {
  position: relative;
}
.union-img-box a {
  width: 30%;
  padding-top: 8%;
  position: absolute;
  top: 76%;
  font-size: 0;
  line-height: 0;
}
.union-img-box a.btn-share-1 {
  left: 19%;
}
.union-img-box a.btn-share-2 {
  right: 19%;
}

.mini-img-box {
  position: relative;
  padding-top: 3%;
}
.mini-img-box .text-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mini-img-box .text {
  position: absolute;
  left: 3%;
  bottom: 8%;
}
.mini-img-box .text p {
  font-size: 0.26rem;
}
.mini-img-box .text p span:nth-of-type(1) {
  font-weight: bold;
  font-size: 0.42rem;
}
.mini-img-box .text p:nth-of-type(2) {
  margin-top: 0.05rem;
}

.code-bg-box {
  position: relative;
}
.code-bg-box .code-box {
  position: absolute;
  width: 45%;
  top: 43%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 8px;
  background-color: #fff;
}

.page-login {
  background: radial-gradient(circle at top left, #ffebe0, #fffdf9 60%);
}
.page-login header {
  background: transparent !important;
  position: relative;
}
.page-login header .btn-back:after {
  border-left-width: 1px;
  border-top-width: 1px;
}
.page-login .toggle-see {
  width: 14px;
  height: 14px;
  background: url(../images/img28_3.png);
  background-size: 100% 100%;
}
.page-login .toggle-see.active {
  background-image: url(../images/img28_3_on.png);
}
.page-login .ab-line {
  position: relative;
}
.page-login .ab-line:before, .page-login .ab-line:after {
  content: "";
  width: 36px;
  height: 1px;
  background: #b8b8b8;
}
.page-login .ab-line:before {
  left: -5px;
  transform: translateX(-100%);
}
.page-login .ab-line:after {
  right: -5px;
  transform: translateX(100%);
}

.ms-btn.ms-primary.ms-active {
  opacity: 0.5;
}

.page-user {
  background: linear-gradient(180deg, #ffab84 0%, #fffce4 15vh, #ffffff 35vh);
}
.page-user .w-box-c.shadow-2 {
  text-align: center;
}
.page-user header {
  background: transparent !important;
  position: relative;
}
.page-user header .btn-back:after {
  border-left-width: 1px;
  border-top-width: 1px;
}
.page-user .user-info-box {
  padding: 40px 15px 20px;
}
.page-user .user-info-box .avatar {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.c-1 {
  color: #909090;
}

.c-2 {
  color: #6a6a6a;
}

.c-3 {
  color: #adadad;
}

.c-4 {
  color: #4c4c4c;
}

.c-5 {
  color: #86909c;
}

.shadow-1 {
  box-shadow: 0px 4px 6px 0px rgba(184, 90, 90, 0.07);
}

.shadow-2 {
  box-shadow: 0px 0 8px 0px rgba(0, 0, 0, 0.06);
}

.package-process-list > .flex-item {
  padding-bottom: 20px;
  overflow: visible;
  position: relative;
}
.package-process-list > .flex-item:last-child {
  padding-bottom: 0;
}
.package-process-list > .flex-item:last-child:before {
  display: none;
}
.package-process-list > .flex-item > .flexN {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #ffefe5;
  background: var(--c-primary);
  position: relative;
  z-index: 1;
  margin-top: 3px;
}
.package-process-list > .flex-item:before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--c-primary);
  position: absolute;
  top: 3px;
  left: 7px;
}

.express-progress-box > .flex-item {
  padding-bottom: 20px;
  position: relative;
}
.express-progress-box > .flex-item:last-child {
  padding-bottom: 0;
}
.express-progress-box > .flex-item:last-child::before {
  display: none;
}
.express-progress-box > .flex-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  position: absolute;
  left: 7px;
  top: 3px;
}
.express-progress-box > .flex-item img {
  position: relative;
  z-index: 2;
  margin-top: 2px;
}
.express-progress-box > .flex-item.active p {
  color: var(--c-primary) !important;
}

.grid-auto-20 {
  grid-template-columns: repeat(auto-fill, minmax(20px, 1fr));
}

.fit-img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.fit-img img {
  position: absolute;
  top: 0;
  left: 0;
}

.popup-checkQuality .popup-footer a {
  flex: auto;
}
.popup-checkQuality .success-label,
.popup-checkQuality .fail-label {
  padding: 12px 10px;
  border-radius: 6px;
}
.popup-checkQuality .success-label i,
.popup-checkQuality .fail-label i {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  position: relative;
}
.popup-checkQuality .success-label i:before, .popup-checkQuality .success-label i:after,
.popup-checkQuality .fail-label i:before,
.popup-checkQuality .fail-label i:after {
  content: "";
}
.popup-checkQuality .success-label span,
.popup-checkQuality .fail-label span {
  line-height: 1;
}
.popup-checkQuality .success-label {
  background-color: #f0f9f0;
}
.popup-checkQuality .success-label i {
  border-color: var(--c-success);
}
.popup-checkQuality .success-label i:after {
  width: 7px;
  height: 3px;
  border-bottom: 1px solid var(--c-success);
  border-left: 1px solid var(--c-success);
  transform: translateY(-1px) rotate(-45deg);
  box-sizing: content-box;
}
.popup-checkQuality .fail-label {
  background-color: #ffebeb;
}
.popup-checkQuality .fail-label i {
  border-color: var(--c-danger);
}
.popup-checkQuality .fail-label i:before, .popup-checkQuality .fail-label i:after {
  width: 7px;
  height: 1px;
  background-color: var(--c-danger);
}
.popup-checkQuality .fail-label i:before {
  transform: rotate(-45deg);
}
.popup-checkQuality .fail-label i:after {
  transform: rotate(45deg);
}

.ms-btn.ms-smini {
  font-size: 10px;
  padding: 3px 5px;
}

.popup-routeChoose {
  background: linear-gradient(to bottom, #fbe4d6 0%, #f5f5f5 40dvh);
}
.popup-routeChoose .popup-header {
  background-color: #fef1ea;
  border-bottom: none;
  padding: 10px !important;
}
.popup-routeChoose .popup-header .btn-back {
  flex: none;
  width: 20px;
  height: 20px;
  position: relative;
}
.popup-routeChoose .popup-header .btn-back:after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-routeChoose .popup-header .icon-language {
  width: 26px;
  height: 26px;
  background: url(../images/img28_2.png);
  background-size: 100% 100%;
}
.popup-routeChoose .popup-header .header-title {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #222;
}
.popup-routeChoose .popup-box {
  background: transparent;
}
.popup-routeChoose .popup-footer {
  background: #fff;
}

.ai-text-box {
  border: 1px solid #ffb385;
  border-radius: 12px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, #ffffff 28.85%, #ffe8d4 100%);
  width: calc(100% - 30px) !important;
  margin: 15px auto 0 !important;
}
.ai-text-box .text-tit {
  font-size: 18px;
  color: #812f0e;
  padding-bottom: 10px;
  line-height: 1.4;
}
.ai-text-box .text-tit:after {
  content: "";
  animation: dot 1s infinite;
}
@keyframes dot {
  0% {
    content: ".";
  }
  50% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
.ai-text-box .text-desc {
  font-size: 14px;
  color: #797b81;
  line-height: 1.8;
}
.ai-text-box .text-desc .c-dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.ai-text-box .text-desc .c-dot:before, .ai-text-box .text-desc .c-dot:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
  box-sizing: border-box;
}
.ai-text-box .text-desc .c-dot:before {
  width: 6px;
  height: 6px;
  background: #797b81;
}
.ai-text-box .text-desc .c-dot.ani:before {
  display: none;
}
.ai-text-box .text-desc .c-dot.ani:after {
  width: 12px;
  height: 12px;
  border: 2px solid #797b81;
  border-left-color: rgba(0, 0, 0, 0.2);
  animation: aniRotate 1s linear infinite;
}
@keyframes aniRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes imgFadeUp {
  0% {
    opacity: 0.1;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.goods-list-box {
  animation: imgFadeUp 0.5s ease-in-out;
}/*# sourceMappingURL=main.css.map */