/**
 * 这是个 less 变量、函数文件，不会被编译成 common.css
 */
.hover-color-primary:hover {
  color: var(--color-primary);
  text-decoration: none;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.skeleton-wrapper {
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.skeleton-wrapper:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  left: 0;
  top: 0;
  z-index: 20;
  -webkit-animation: skeletonLoading 2s ease-in-out infinite;
  animation: skeletonLoading 2s ease-in-out infinite;
  content: "";
}
.skeleton-element {
  background: none!important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
@-webkit-keyframes skeletonLoading {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  80%,
  to {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@keyframes skeletonLoading {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  80%,
  to {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
.skeleton-header {
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
  height: 72px;
  align-items: center;
}
.skeleton-header .skeleton-title {
  width: 166px;
  height: 24px;
}
.skeleton-header .skeleton-more {
  width: 65px;
  height: 24px;
}
.skeleton-product-card {
  width: 16%;
  height: 345px;
  float: left;
  margin-left: 9px;
}
.iconlist {
  background-image: url('/egg/image/home/iconlist_.png');
  background-size: 893px auto;
}
.floor-1 .iconlist {
  background-position: -69px -64px;
}
.floor-2 .iconlist {
  background-position: -69px -140px;
}
.floor-3 .iconlist {
  background-position: -68px -442px;
}
.floor-4 .iconlist {
  background-position: -69px -217px;
}
.floor-5 .iconlist {
  background-position: -68px -292px;
}
.floor-global-warehouse .iconlist {
  background-position: -144px -367px;
}
.floor-brand-section .iconlist {
  background-position: -138px -598px;
  width: 25px !important;
}
.floor-6.left .iconlist {
  background-position: -69px -367px;
}
.floor-6.right .iconlist {
  background-position: -144px -367px;
}
.floor-7.left .iconlist {
  background-position: -69px -518px;
}
.floor-7.right .iconlist {
  background-position: -147px -518px;
}
.floor-8 .iconlist {
  background-position: -144px -444px;
}
.floor-9 .iconlist {
  background-position: -68px -598px;
}
.banner-box {
  --banner-h: 550px;
  --category-w: 240px;
  position: relative;
  height: var(--banner-h);
}
.banner-box .category {
  width: var(--category-w);
  box-shadow: var(--shadow-base);
  border-bottom-right-radius: 4px;
}
.banner-box .category .title {
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background-color: var(--color-primary);
  color: white;
  border-radius: 4px 4px 0 0;
}
.banner-box .category .cate1-group {
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
  padding: 8px 0;
  border-radius: 0 0 4px 4px;
}
.banner-box .category .cate1-item {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
  color: var(--color-font2);
}
.banner-box .category .cate1-item:hover {
  color: var(--color-primary);
}
.banner-box .category .cate1-item:hover .cate1-anchor {
  color: var(--color-primary);
}
.banner-box .category .cate1-item:hover .cate1-child {
  display: initial;
}
.banner-box .category .cate1-child {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: var(--category-w);
  min-height: var(--banner-h);
  background-color: white;
  box-shadow: var(--shadow-base);
  z-index: 2;
}
.banner-box .category [class^="icon"] {
  font-size: 18px;
  margin-right: 10px;
  width: 20px;
}
.banner-box .category .cate2-group {
  padding: 24px 14px;
  display: flex;
  flex-wrap: wrap;
}
.banner-box .category .cate2-item {
  padding: 0 9% 10px 10px;
  width: 33.3333%;
}
.banner-box .category .cate2-anchor {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid var(--color-primary);
  padding: 9.5px 0;
}
.banner-box .category .cate3-group {
  padding-top: 4px;
}
.banner-box .category .cate3-anchor {
  display: inline-block;
  font-size: 12px;
  line-height: 2;
}
.banner-box .banner {
  flex: 1;
  padding: 0 12px;
  background: #F2F2F2;
}
.banner-box .right {
  width: 300px;
  background: #F2F2F2;
}
.banner-box .admin {
  color: var(--color-font3);
  background: #fff;
  height: 365px;
  border-radius: 4px;
}
.banner-box .admin .account .name {
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner-box .admin .btn-gruop a {
  display: inline-block;
  width: 100px;
  border-radius: 16px;
  color: var(--color-primary);
  line-height: 32px;
}
.banner-box .admin .btn-gruop a.signin {
  background-color: #FF7700;
  color: #ffff;
}
.banner-box .admin .btn-gruop a.signin:hover {
  background-color: var(--color-theme-1-1);
}
.banner-box .admin .btn-gruop a.register {
  color: #FF7700;
  border: 1px solid #FF7700;
  line-height: 30px;
}
.banner-box .admin .btn-gruop a.register:hover {
  border: 1px solid var(--color-theme-1);
  color: var(--color-theme-1);
  background: rgba(255, 119, 0, 0.1);
}
.banner-box .admin .name-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #333;
}
.banner-box .admin .avatar-name {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFF1E5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  color: #FF7700;
}
.banner-box .admin .user {
  color: var(--color-secondary);
}
.banner-box .admin .level {
  color: #666;
  font-size: 12px;
  padding-top: 5px;
}
.banner-box .admin .level .h6 {
  font-size: 14px;
}
.banner-box .info-item {
  width: 48%;
  text-align: center;
  border-radius: var(--size-radius-medium);
  background-color: rgba(255, 119, 0, 0.1);
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-box .info-item .title {
  font-size: 12px;
  color: var(--color-font2);
  position: relative;
  top: 1px;
}
.banner-box .info-item .value {
  font-size: 16px;
  color: var(--color-primary);
  position: relative;
  top: 1px;
}
.banner-box .info-item:hover {
  background-color: #ff7700;
}
.banner-box .info-item:hover * {
  color: white !important;
}
.banner-box .info-item:hover .suspend {
  display: block;
}
.banner-box .knowledge {
  padding: 10px;
  margin-top: 12px;
  height: 173px;
  background: #fff;
  border-radius: 4px;
}
.banner-box .knowledge .title {
  font-weight: bold;
  color: var(--color-font1);
  margin: 10px 0;
  font-size: 14px;
}
.banner-box .knowledge .title .view-more {
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-font2);
  padding-left: 55px;
}
.banner-box .knowledge .title .view-more .view-more-icon {
  font-size: 12px;
  padding-left: 5px;
}
.banner-box .knowledge .title .view-more:hover {
  color: var(--color-primary);
}
.banner-box .knowledge .title .banner-view-more {
  padding-left: 0;
  float: right;
}
.banner-box .knowledge .list-item {
  position: relative;
  font-size: 12px;
  padding-left: 14px;
}
.banner-box .knowledge .list-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--color-primary);
}
.banner-box .knowledge .list-item a {
  display: block;
  color: var(--color-font2);
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-box .knowledge .list-item a:hover {
  color: var(--color-primary) !important;
}
.banner-box .help-center .title {
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.banner-box .help-center .title:hover .view-more {
  color: var(--color-theme-1);
}
.floor-box {
  margin-top: 20px !important;
}
.floor-box .floor-top {
  display: flex;
  justify-content: space-between;
  height: 72px;
  border-bottom: 1px solid #F2F2F2;
  padding: 0 16px;
  cursor: pointer;
}
.floor-box .floor-top.floor-top {
  cursor: default;
}
.floor-box .floor-top * {
  line-height: 72px;
}
.floor-box .floor-top .left {
  display: flex;
  align-items: center;
}
.floor-box .floor-top .left .iconlist {
  width: 24px;
  height: 24px;
}
.floor-box .floor-top .right {
  cursor: pointer;
  font-weight: bold;
  color: #333;
}
.floor-box .floor-top .right .more {
  font-size: 12px;
}
.floor-box .floor-top:hover .right * {
  color: var(--color-primary);
}
.floor-box .floor-top:hover .left .title {
  color: #000;
}
.floor-box .floor-top .title {
  margin-left: 10px;
  color: var(--color-font1);
}
.floor-box .floor-top .more-href {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.floor-box .product-box {
  display: flex;
  flex-wrap: wrap;
  padding: 14px 8px 4px;
  align-items: flex-start;
}
.floor-box.floor-1 .supper-deal {
  background: url('/egg/image/home/super-deal.png') no-repeat center center / contain;
}
.floor-box.floor-4 .hot-item-box {
  padding: 8px;
  width: 25%;
}
.floor-box.floor-4 .hot-item-box .hot-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
  padding: 4px;
}
.floor-box.floor-4 .hot-item-box .hot-item:hover {
  border-color: var(--color-primary);
}
.floor-box.floor-4 .hot-item-box .hot-item:hover img {
  transform: scale(1.1);
}
.floor-box.floor-4 .hot-item-box .hot-item .img-box {
  width: 100%;
  height: 280px;
  border: 1px solid #f4f4f4;
  overflow: hidden;
}
.floor-box.floor-4 .hot-item-box .hot-item .img-box img {
  width: 100%;
  height: 280px;
  transition: var(--transition-medium);
}
.floor-box.floor-4 .hot-item-box .hot-item .cateName {
  font-size: 20px;
  color: var(--color-font1);
  line-height: 1;
  padding: 20px 0 15px;
}
.floor-box.floor-4 .hot-item-box .hot-item .cateName:hover {
  color: var(--color-primary);
}
.floor-box.floor-9 .card-wrap {
  margin-bottom: 14px;
}
.floor-both-wrap .floor-box.right {
  margin-left: 20px;
}
.floor-both-wrap .floor-box .card-wrap {
  width: 50%;
}
.floor-both-wrap .floor-box .card-wrap img {
  min-height: 290px;
  max-width: 100%;
}
.floor-both-wrap .floor-box .card-wrap .btns {
  line-height: 30px;
}
.floor-both-wrap .floor-box .card-wrap .btns .btn-item {
  width: 44%;
}
.justify-content-quantity-4 .floor-box .card-wrap {
  width: 25%;
}
.floor-indicate {
  position: fixed;
  right: 0;
  top: 90px;
  box-shadow: var(--shadow-base);
  z-index: 2;
}
.floor-indicate .indicate-gruop {
  background-color: white;
  width: 56px;
  border-radius: var(--size-radius-medium) 0 0 var(--size-radius-medium);
  text-align: center;
}
.floor-indicate .indicate-item {
  position: relative;
  width: 100%;
  height: 40px;
  color: var(--color-font3);
  cursor: pointer;
}
.floor-indicate .indicate-item:first-child {
  border-top-left-radius: var(--size-radius-medium);
}
.floor-indicate .indicate-item:last-child {
  border-bottom-left-radius: var(--size-radius-medium);
}
.floor-indicate .indicate-item.active,
.floor-indicate .indicate-item:hover {
  background-color: var(--color-primary);
  color: white;
}
.floor-indicate .indicate-item:hover .tips {
  display: initial;
}
.floor-indicate .indicate-item .tips {
  display: none;
  position: absolute;
  top: 50%;
  right: 60px;
  padding: 0 9px;
  color: white;
  line-height: 29px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: var(--size-radius-small);
  white-space: nowrap;
  font-size: 12px;
  transform: translateY(-50%);
}
.floor-indicate .iconfont {
  line-height: 40px;
  font-size: 22px;
}
.floor-indicate .back-top .iconfont {
  font-size: 12px;
  line-height: 23px;
}
.vue-floor-9 .view-more {
  width: 385px;
  margin: 0 auto;
  border: 1px solid var(--color-primary);
  border-radius: var(--size-radius-small);
  line-height: 38px;
  color: var(--color-primary);
  cursor: pointer;
}
.vue-floor-9 .view-more:hover {
  color: #FF9900;
  background: rgba(255, 153, 0, 0.1);
  border-color: #FF9900;
}
.related-links {
  padding: 54px 0 50px;
  background-color: #40424C;
  color: #E5E5E5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.related-links .links-top {
  display: flex;
}
.related-links .links-bottom {
  margin-top: 30px;
}
.related-links .links-item {
  margin-right: 44px;
  min-width: 200px;
}
.related-links .links-item:first-child {
  width: 200px;
}
.related-links .links-item h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 12px;
}
.related-links .links-item a {
  display: block;
  color: #E5E5E5;
  line-height: 20px;
  margin-top: 12px;
}
.related-links .links-item a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.related-links .qr-code {
  width: 224px;
}
.related-links .qr-code .scribe-btn {
  padding: 7.5px 0;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  border-radius: var(--size-radius-medium);
}
.related-links .qr-code .scribe-btn:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.related-links .qr-code .QRtext {
  font-size: 16px;
  color: #fff;
  margin-bottom: 22px;
  line-height: 22px;
}
.related-links .qr-code .Code:hover {
  transform: translateY(-5px);
  transition: all 0.25s;
}
.descriptions {
  display: none;
}
.home-evaluation-wrap {
  height: 690px;
  background: #F9F9F9;
}
.home-evaluation-wrap .evaluation-wrap {
  display: flex;
  padding: 180px 0 130px 0;
}
.home-evaluation-wrap .evaluation-wrap .right-wrap {
  margin: 0 0 0 240px;
}
.home-evaluation-wrap .evaluation-wrap .right-wrap .swiper-wrap {
  position: relative;
}
.home-evaluation-wrap .evaluation-wrap .right-wrap .swiper-wrap .swiper-contain {
  width: 500px;
  height: 380px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 54px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
}
.home-evaluation-wrap .evaluation-wrap .right-wrap .swiper-wrap .icon {
  position: absolute;
  left: -31px;
  top: -31px;
  z-index: 1;
  width: 62px;
  height: 62px;
  background-size: cover;
  background-image: url('/egg/image/home/evalute-icon.png');
}
.home-evaluation-wrap .evaluation-wrap .title {
  font-weight: 600;
  font-size: 50px;
  color: #333333;
}
.home-evaluation-wrap .evaluation-wrap .divider span {
  display: inline-block;
  height: 5px;
  background: rgba(255, 119, 0, 0.5);
  border-radius: 3px;
  margin-right: 8px;
}
.home-evaluation-wrap .evaluation-wrap .divider span:nth-child(1) {
  width: 40px;
}
.home-evaluation-wrap .evaluation-wrap .divider span:nth-child(2) {
  width: 15px;
}
.home-evaluation-wrap .evaluation-wrap .divider span:nth-child(3) {
  width: 10px;
}
.home-evaluation-wrap .evaluation-wrap .divider span:nth-child(4) {
  width: 5px;
}
.home-evaluation-wrap .evaluation-wrap .desc {
  margin: 30px 0 0 0;
  font-size: 16px;
  color: #333333;
}
.home-evaluation-wrap .evaluation-wrap .more {
  display: block;
  margin: 60px 0 0 0;
  color: #FF7700;
  font-size: 14px;
  font-weight: 400;
}
.home-evaluation-wrap .evaluation-wrap .btn-group {
  margin: 120px 0 0 0;
}
.home-evaluation-wrap .evaluation-wrap .btn-group span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: contain;
}
.home-evaluation-wrap .evaluation-wrap .btn-group .btn-left {
  opacity: 1 !important;
  position: static;
  margin: 0 30px 0 0 !important;
  background: url('/egg/image/home/left-arrow.png') center center / contain !important;
  background-color: #FF7700 !important;
  transition: 0.3s;
  z-index: 2;
}
.home-evaluation-wrap .evaluation-wrap .btn-group .btn-left:hover {
  background-color: #FF9900 !important;
}
.home-evaluation-wrap .evaluation-wrap .btn-group .btn-left::after {
  content: '';
}
.home-evaluation-wrap .evaluation-wrap .btn-group .btn-left:focus {
  outline: none;
}
.home-evaluation-wrap .evaluation-wrap .btn-group .btn-right {
  margin: 0 !important;
  opacity: 1 !important;
  position: static;
  background: url('/egg/image/home/right-arrow.png') center center / contain !important;
  background-color: #FF7700 !important;
  transition: 0.3s;
  z-index: 2;
}
.home-evaluation-wrap .evaluation-wrap .btn-group .btn-right:hover {
  background-color: #FF9900 !important;
}
.home-evaluation-wrap .evaluation-wrap .btn-group .btn-right::after {
  content: '';
}
.home-evaluation-wrap .evaluation-wrap .btn-group .btn-right:focus {
  outline: none;
}
@keyframes textLeftLong {
  from {
    transform: translateX(-505px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes rightUp {
  from {
    right: 0;
    top: 380px;
  }
  to {
    right: 0;
    top: 0px;
  }
}
.left-title-move {
  visibility: visible;
  animation: textLeftLong 1s;
}
.img-right-bottom-animation {
  visibility: visible;
  animation: rightUp 1s;
}
.swiper-floor .floor-box {
  position: relative;
  padding: 0 8px 16px;
}
.swiper-floor .floor-box .floor-top {
  border: none;
  padding: 0 8px;
}
.swiper-floor .floor-box .product-box {
  flex-wrap: nowrap;
  padding: 12px;
}
.swiper-floor .swiper-container {
  width: 100%;
  overflow: hidden;
}
.swiper-floor .swiper-container .swiper-wrapper {
  display: flex;
  box-sizing: border-box;
}
.swiper-floor .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0px 8px;
  flex-shrink: 0;
  width: 50%;
}
.swiper-floor .swiper-container .swiper-wrapper .swiper-slide > .main {
  background-color: #FFF5EB;
  background-size: cover;
}
.swiper-floor .swiper-container .swiper-wrapper .swiper-slide > .main h3 {
  padding: 12px 12px 0 12px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.swiper-floor .swiper-container .swiper-wrapper .swiper-slide > .main .card-wrap {
  padding: 0;
  width: 33.333%;
  background: #fff;
  flex: 1;
  margin-left: -1px;
}
.swiper-floor.swiper-brand .header {
  padding: 20px 12px 0;
}
.swiper-floor.swiper-brand .header .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-floor.swiper-brand .header .title-box .title {
  max-width: calc(100% - 120px);
  flex: none;
  min-width: 80px;
}
.swiper-floor.swiper-brand .header .title-box .title h4 {
  font-size: 14px;
  font-weight: 800;
  color: #333333;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-floor.swiper-brand .header .title-box .title .titleLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.swiper-floor.swiper-brand .header .title-box .title .titleLine em {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #333;
}
.swiper-floor.swiper-brand .header .title-box .title .titleLine::before,
.swiper-floor.swiper-brand .header .title-box .title .titleLine::after {
  content: '';
  height: 1px;
  width: calc(50% - 10px);
  background: #333;
  flex: none;
}
.swiper-floor.swiper-brand .header .title-box .viewMore {
  width: 99px;
  height: 30px;
  background: #f70;
  border-radius: 4px;
  font-size: 12px;
  color: #FFFFFF;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.swiper-floor.swiper-brand .header .title-box .viewMore:hover {
  background: #e56a00;
}
.swiper-floor.swiper-brand .header .describe {
  margin: 0;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 34px;
}
.swiper-floor.swiper-brand .product-padding {
  padding: 14px 12px;
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  justify-content: space-between;
}
.swiper-floor:hover .swiper-prev,
.swiper-floor:hover .swiper-next {
  display: block;
}
.swiper-floor .swiper-prev,
.swiper-floor .swiper-next {
  position: absolute;
  display: none;
  width: 22px;
  height: 68px;
  background: #000000;
  border-radius: 2px;
  opacity: 0.4;
  text-align: center;
  line-height: 68px;
  color: #fff;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  z-index: 99;
}
.swiper-floor .swiper-prev {
  left: 0;
}
.swiper-floor .swiper-next {
  right: 0;
}
.activity-show > div {
  display: flex;
}
.activity-show .img-box {
  width: 1056px;
  display: flex;
  justify-content: space-between;
}
.activity-show .img-box a {
  overflow: hidden;
}
.activity-show .img-box a img {
  transition: all 0.5s;
  width: 252px;
  height: 211px;
}
.activity-show .img-box a:hover img {
  transform: scale(1.1);
}
.activity-show .view-vore-btn {
  width: 128px;
  margin-left: 16px;
  background: linear-gradient(180deg, #ff7700 0%, #ff5000 100%);
  font-size: 21px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px #C05A00;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.activity-show .view-vore-btn i {
  font-size: 30px;
}
.activity-show .view-vore-btn p {
  margin: 15px 0 0 0;
}
.activity-show .view-vore-btn:hover {
  background: linear-gradient(180deg, rgba(255, 119, 0, 0.8) 0%, rgba(255, 80, 0, 0.8) 100%);
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.global-selected-products-banner {
  margin: 10px 0;
}
.global-selected-products-banner .container-main {
  display: flex;
  align-items: center;
  height: 77px;
  padding: 0 60px;
  background-image: url("/egg/image/home/global-selected-products-banner.png");
  background-size: cover;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 45px;
  box-shadow: 0 4px 4px rgba(64, 164, 159, 0.2);
  border-radius: 8px;
  overflow: hidden;
}
.global-selected-products-banner .container-main .go {
  margin-left: 849px;
  width: 88px;
  height: 32px;
  background-image: linear-gradient(#4BD9A9, #1D9888);
  box-shadow: 0px 1px 5px 0px #1d9888;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 9px;
  animation: pulse 1000ms infinite both;
}
.global-selected-products-banner .container-main .go span {
  color: #fff;
}
.commerce-zone {
  margin: 20px auto;
}
.commerce-zone .container-main {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 10px 0 6px;
}
.commerce-zone .top {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px 14px;
}
.commerce-zone .top .left {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  display: flex;
}
.commerce-zone .top .left span {
  white-space: break-spaces;
}
.commerce-zone .top .left .zoneSubtitle {
  font-size: 14px;
  color: #999;
  margin-left: 16px;
}
.commerce-zone .top .left img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 4px;
}
.commerce-zone .main {
  position: relative;
}
.commerce-zone .main .swiper-container-zone {
  padding: 10px 16px 10px;
}
.commerce-zone .main .swiper-container-zone .a-img {
  height: 87px;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.commerce-zone .main .swiper-container-zone .a-img img {
  width: 100%;
  transition: var(--transition-medium);
}
.commerce-zone .main .swiper-container-zone .a-img img:hover {
  transform: scale(1.1);
}
.commerce-zone .main:hover .swiper-navigation {
  display: block;
}
.commerce-zone .main .swiper-navigation {
  display: none;
}
.commerce-zone .main .swiper-navigation .navigation {
  cursor: pointer;
  position: absolute;
  top: 19px;
  z-index: 1;
  text-align: center;
  width: 21px;
  height: 67px;
  line-height: 66px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 1px 1px 0px;
  color: #fff;
}
.commerce-zone .main .swiper-navigation .iconleft {
  left: 0;
}
.commerce-zone .main .swiper-navigation .iconright {
  right: 0;
}
.right-ship {
  padding: 16px 14px 16px;
  background: #fff;
  height: 365px;
  border-radius: 4px;
}
.right-ship-title {
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.right-ship-title .link {
  color: #666;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: -4px;
}
.right-ship-title .link:hover {
  color: var(--color-theme-1);
}
.right-ship-title .link .iconfont {
  vertical-align: middle;
}
.right-ship-order {
  font-size: 12px;
  color: #666;
  margin-top: 13px;
  line-height: 20px;
  height: 43px;
  overflow: hidden;
}
.right-ship-order img {
  width: 20px;
  vertical-align: baseline;
  margin: 0 2px;
  border-radius: 2px;
  border: 1px solid #eee;
}
.right-ship-order-list {
  margin-top: 0;
}
.right-ship-order-list.animate {
  transition: all 0.5s;
  margin-top: -43px;
}
.right-ship-order-item {
  height: 43px;
}
.right-ship-select {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0 10px;
}
.right-ship-select .select-box {
  width: 94px;
  height: 28px;
  position: relative;
}
.right-ship-select .select-box:first-child {
  text-align: right;
}
.right-ship-select .select-img {
  height: 28px;
  display: inline-block;
}
.right-ship-select .select-img::after {
  content: '';
  border-color: #666 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.right-ship-select .select-img img {
  width: 40px;
  border-radius: 4px;
  border: 1px solid #eee;
}
.right-ship-select select {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.right-ship-select .iconzhuanhuan {
  font-size: 20px;
  margin: 0 16px;
  color: #D8D8D8;
}
.right-ship-list-wrap {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px #FF7C29;
}
.right-ship .title {
  background: linear-gradient(270deg, #FF9A41 0%, #FF5F12 100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  color: #fff;
  display: flex;
  align-items: center;
  height: 32px;
}
.right-ship .title .method {
  width: 52%;
  white-space: nowrap;
  padding-left: 14px;
}
.right-ship .title .time {
  width: 48%;
  white-space: nowrap;
  text-align: right;
  padding-right: 14px;
}
.right-ship-list {
  height: 128px;
  overflow-y: auto;
}
.right-ship-list::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
}
.right-ship-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #959595;
}
.right-ship-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.right-ship-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 32px;
  color: #666;
}
.right-ship-item:nth-child(2n) {
  background: #F0F0F0;
}
.right-ship-item:nth-child(2n).screen-root {
  background: #fdf9f9;
}
.right-ship-item .method {
  width: 70%;
  padding-left: 14px;
}
.right-ship-item .method-cont {
  max-width: 98%;
  padding-right: 2%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right-ship-item .time {
  width: 30%;
  padding-right: 14px;
}
.right-ship .tips {
  font-size: 12px;
  padding-top: 15px;
  margin-bottom: 0;
}
.right-ship-nodata {
  text-align: center;
}
.right-ship-nodata img {
  width: 40%;
  margin-top: 15px;
}
.banner .swiper-container {
  border-radius: 4px;
}
.method-tooltip {
  font-size: 12px;
}
.screen-root {
  background-image: linear-gradient(90deg, #f4f4f4 25%, #e6e6e6 37%, #f4f4f4 63%);
  background-size: 400% 100%;
  background-position: 100% 50%;
  animation: skeleton-loading 1.4s ease infinite;
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
