/**
 * 这是个 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: "";
}
@keyframes product-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.skeleton-element {
  animation: product-skeleton-loading 1.4s ease infinite;
  background-image: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-position: 100% 50%;
  background-size: 400% 100%;
  height: 0.8rem;
  list-style: none;
}
.skeleton-more-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@-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 {
  display: flex;
  justify-content: center;
  padding: 0 8px;
  height: 72px;
  align-items: center;
}
.skeleton-header .skeleton-title {
  width: 200px;
  height: 28px;
}
.skeleton-more {
  width: 131px;
  height: 32px;
}
.skeleton-product-card {
  width: 16%;
  float: left;
  margin-left: 15px;
}
body {
  background-color: #ffffff;
}
.iconlist {
  background-image: url('/egg/image/home/indicate01.png');
  background-size: 260px auto;
}
.floor-9 .iconlist {
  background-position: -180px -60px;
}
#vue-all-load-module-qs .skeleton-product-card {
  width: 18.5%;
  margin-left: 20px;
  margin-bottom: 24px;
}
.banner-wrap {
  background-image: url('/egg/image/home/QS_home_bg.png');
  background-size: 100% 320px;
  background-repeat: no-repeat;
}
.category {
  width: 100%;
}
.category .titleBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category .titleBox .title {
  font-weight: 500;
  font-size: 28px;
  color: var(--color-font1);
  line-height: 32px;
  text-align: left;
}
.category .titleBox .activeBtnBox .activeBtn {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.category .titleBox .activeBtnBox .activeBtn .iconfont {
  color: var(--color-font1);
  font-weight: 600;
}
.category .titleBox .activeBtnBox .activeBtn:first-child {
  margin-right: 13px;
}
.category .titleBox .activeBtnBox .activeBtn.disableBtn {
  opacity: 0.3;
  cursor: not-allowed;
}
.category .titleBox .activeBtnBox .activeBtn.disableBtn:hover .iconfont {
  color: var(--color-font1);
}
.category .titleBox .activeBtnBox .activeBtn:hover .iconfont {
  color: var(--color-theme-1);
}
.category .cate-group {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  margin-top: 34px;
  overflow: auto;
}
.category .cate-group::-webkit-scrollbar {
  display: none;
}
.category .cate-group .cate-item {
  width: 152px;
  margin-right: 22px;
  text-align: center;
}
.category .cate-group .cate-item .cate-anchor .cateImageBox {
  display: inline-block;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f9f9f9;
}
.category .cate-group .cate-item .cate-anchor .cateImage {
  display: inline-block;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background-image: url('/egg/image/home/QS_category_2.png');
  background-size: 1200px auto;
  transition: all 0.5s;
}
.category .cate-group .cate-item .cate-anchor .cateName {
  display: inline-block;
  width: 152px;
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.category .cate-group .cate-item:hover .cate-anchor .cateName {
  color: var(--color-theme-1);
}
.category .cate-group .cate-item:hover .cate-anchor .cateImage {
  transform: scale(1.1);
}
.category .cate-group .cate-item.ComputerOffice .cateImage {
  background-position: 0 0;
}
.category .cate-group .cate-item.BagsShoes .cateImage {
  background-position: -182px 0;
}
.category .cate-group .cate-item.JewelryWatches .cateImage {
  background-position: -362px 0;
}
.category .cate-group .cate-item.HealthBeautyHair .cateImage {
  background-position: -540px 0;
}
.category .cate-group .cate-item.WomensClothing .cateImage {
  background-position: -718px 0;
}
.category .cate-group .cate-item.SportsOutdoors .cateImage {
  background-position: -894px 0;
}
.category .cate-group .cate-item.HomeGardenFurniture .cateImage {
  background-position: -1076px 0;
}
.category .cate-group .cate-item.HomeImprovement .cateImage {
  background-position: 0 -182px;
}
.category .cate-group .cate-item.AutomobilesMotorcycles .cateImage {
  background-position: -182px -182px;
}
.category .cate-group .cate-item.ToysKidsBabies .cateImage {
  background-position: -362px -182px;
}
.category .cate-group .cate-item.MensClothing .cateImage {
  background-position: -540px -182px;
}
.category .cate-group .cate-item.ConsumerElectronics .cateImage {
  background-position: -718px -182px;
}
.category .cate-group .cate-item.PhonesAccessories .cateImage {
  background-position: -894px -182px;
}
.category .cate-group .cate-item.PetSupplies .cateImage {
  background-position: -1076px -182px;
}
.floor-box {
  margin-top: 56px !important;
}
.floor-box .floor-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}
.floor-box .floor-top.floor-top {
  cursor: default;
}
.floor-box .floor-top .iconlist {
  width: 20px;
  height: 20px;
}
.floor-box .floor-top .left {
  display: flex;
  justify-self: center;
  align-items: center;
}
.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);
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}
.floor-box .moreBox {
  text-align: center;
  margin: 0;
}
.floor-box .moreBox .more-href {
  display: inline-block;
  min-width: 131px;
  height: 32px;
  border: 1px solid var(--color-theme-1);
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-theme-1);
}
.floor-box .moreBox .more-href .moreContent {
  display: flex;
  align-self: center;
  justify-content: center;
}
.floor-box .moreBox .more-href:hover {
  background-color: var(--color-theme-1);
  color: #ffffff;
}
.floor-box .moreBox .more-href:hover .moreIcon {
  color: #ffffff;
}
.floor-box .product-box {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  align-items: flex-start;
}
.floor-box .product-box .product-card {
  margin-left: 15px!important;
}
.floor-box .product-box .product-card:nth-of-type(6n + 1) {
  margin-left: 0!important;
}
.floor-box.floor-8,
.floor-box.floor-3 {
  padding: 20px 8px;
}
.floor-box.floor-8 .product-card,
.floor-box.floor-3 .product-card {
  margin-left: 11.8px !important;
}
.floor-box.floor-8 .product-card:nth-of-type(6n + 1),
.floor-box.floor-3 .product-card:nth-of-type(6n + 1) {
  margin-left: 0!important;
}
.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: 0;
  width: 288px;
  margin-right: 16px;
}
.floor-box.floor-4 .hot-item-box:last-child {
  margin-right: 0;
}
.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: 0;
}
.floor-box.floor-4 .hot-item-box .hot-item:hover img {
  transform: scale(1.1);
}
.floor-box.floor-4 .hot-item-box .hot-item:hover .cateName {
  color: var(--color-theme-1);
}
.floor-box.floor-4 .hot-item-box .hot-item .img-box {
  width: 100%;
  height: 288px;
  border: 1px solid #f4f4f4;
  overflow: hidden;
}
.floor-box.floor-4 .hot-item-box .hot-item .img-box img {
  width: 100%;
  height: 288px;
  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;
}
.QS-floor-9 .skeleton-header {
  justify-content: start;
}
.QS-floor-9 .skeleton-product-card {
  width: 18.5% !important;
  margin-left: 20px;
  margin-bottom: 24px;
}
.QS-floor-9 .floor-box .floor-top {
  justify-content: start;
  padding: 0;
}
.QS-floor-9 .floor-box .floor-top .left .title {
  margin-left: 0;
}
.QS-floor-9 .floor-box .product-box .product-card {
  margin-left: 20px !important;
  margin-bottom: 24px;
}
.QS-floor-9 .floor-box .product-box .product-card:nth-of-type(5n + 1) {
  margin-left: 0 !important;
}
.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 {
  width: 100%;
  margin-top: 32px;
}
.floor-indicate.fixed-floor {
  position: sticky;
  top: 60px;
  background: #FFFFFF;
  height: 60px;
  z-index: 10;
  padding: 10px 0;
  margin-top: 0;
  transition: top 0.3s;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}
.floor-indicate.fixed-floor .indicate-item {
  background-color: #F9f9f9;
}
.floor-indicate .floorBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.floor-indicate .floorBox .preBtn,
.floor-indicate .floorBox .nextBtn {
  position: absolute;
  width: 24px;
  height: 40px;
  background: rgba(102, 102, 102, 0.9);
  z-index: 100;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
}
.floor-indicate .floorBox .preBtn:hover,
.floor-indicate .floorBox .nextBtn:hover {
  background: #666666;
}
.floor-indicate .floorBox .preBtn {
  left: 0;
  top: 0;
  border-radius: 0 100px 100px 0;
}
.floor-indicate .floorBox .preBtn::before {
  content: '\e6e8';
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
}
.floor-indicate .floorBox .nextBtn {
  right: 0;
  top: 0;
  border-radius: 100px 0 0 100px;
}
.floor-indicate .floorBox .nextBtn::after {
  content: '\e6e7';
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
}
.floor-indicate .indicate-gruop {
  height: 40px;
  border-radius: var(--size-radius-medium) 0 0 var(--size-radius-medium);
  text-align: center;
  display: flex;
  overflow: auto;
}
.floor-indicate .indicate-gruop::-webkit-scrollbar {
  display: none;
}
.floor-indicate .indicate-item {
  height: 40px;
  position: relative;
  cursor: pointer;
  padding: 10px 16px;
  background: #f9f9f9;
  border-radius: 4px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor-indicate .indicate-item .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-font2);
  margin-left: 4px;
  white-space: nowrap;
}
.floor-indicate .indicate-item:hover .title {
  color: #333333;
}
.floor-indicate .indicate-item.active {
  background-color: var(--color-theme-1-opacity10);
}
.floor-indicate .indicate-item.active .title {
  color: var(--color-theme-1);
}
.floor-indicate .indicate-item .indicateItemImg {
  width: 20px;
  height: 20px;
  vertical-align: unset;
  background-image: url('/egg/image/home/indicate01.png');
  background-size: 260px auto;
}
.floor-indicate .indicate-item .indicateItemImg.indicateItemImg_0 {
  background-position: 0 0;
}
.floor-indicate .indicate-item .indicateItemImg.indicateItemImg_1 {
  background-position: -60px 0;
}
.floor-indicate .indicate-item .indicateItemImg.indicateItemImg_2 {
  background-position: -120px 0;
}
.floor-indicate .indicate-item .indicateItemImg.indicateItemImg_3 {
  background-position: -180px 0;
}
.floor-indicate .indicate-item .indicateItemImg.indicateItemImg_4 {
  background-position: -240px 0;
}
.floor-indicate .indicate-item .indicateItemImg.indicateItemImg_5 {
  background-position: 0 -60px;
}
.floor-indicate .indicate-item .indicateItemImg.indicateItemImg_6 {
  background-position: -60px -60px;
}
.floor-indicate .indicate-item .indicateItemImg.indicateItemImg_7 {
  background-position: -120px -60px;
}
.floor-indicate .indicate-item .indicateItemImg.indicateItemImg_8 {
  background-position: -180px -60px;
}
.floor-indicate .indicate-item-box:last-child .indicate-item {
  margin-right: 0;
}
.floor-indicate .homeTop {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 1100;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 17px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.floor-indicate .homeTop .iconbianzu12 {
  margin-bottom: 6px;
}
.floor-indicate .homeTop:hover {
  color: var(--color-theme-1);
}
.floor-indicate .homeTop:hover .iconbianzu12 {
  color: var(--color-theme-1);
}
.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 .moreIcon {
  font-size: 14px;
  margin-left: 0;
  top: 0;
}
.vue-floor-9 .view-more:hover {
  color: #ffffff;
  background: var(--color-theme-1);
  border-color: var(--color-theme-1);
}
.vue-floor-9 .view-more:hover .moreIcon {
  color: #ffffff;
}
.descriptions {
  display: 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 .brandContent {
  margin: 20px 0;
}
.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: var(--color-theme-1);
  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: var(--color-theme-1-1);
}
.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: 1039px;
  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: 151px;
  margin-left: 10px;
  background: linear-gradient(180deg, #ff7700 0%, #ff5000 100%);
  font-size: 16px;
  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: 42px 0 auto;
}
.commerce-zone .top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commerce-zone .top .left {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.commerce-zone .top .left span {
  white-space: break-spaces;
}
.commerce-zone .top .left .zoneTitle {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}
.commerce-zone .top .left .zoneSubtitle {
  font-size: 14px;
  color: #999;
  margin-left: 16px;
}
.commerce-zone .top .left img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
}
.commerce-zone .main {
  position: relative;
  margin-top: 20px;
}
.commerce-zone .main .swiper-container-zone {
  padding: 8px 0;
  position: relative;
}
.commerce-zone .main .swiper-container-zone .a-img {
  width: 186px;
  height: 87px;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  margin: 0 8px;
}
.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 .swiper-container-zone .a-img:hover {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.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;
}
.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%;
  }
}
.quick-link {
  width: 600px;
  min-height: 110px;
  background: #fff;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  border-radius: 0 0 4px 4px;
  padding: 10px 0 12px;
  position: relative;
  margin: 10px auto 0;
}
.quick-link .quick-link-item {
  text-align: center;
  width: 16.6%;
  display: block;
  cursor: pointer;
}
.quick-link .quick-link-item:nth-child(n+7) {
  display: none;
}
.quick-link .quick-link-item .quick-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  margin-bottom: 0;
  background: url('/egg/image/home/quicklink_logo3.png') no-repeat;
  background-size: 500px auto;
}
.quick-link .quick-link-item .advertising-logo {
  background-position: -4px -80px;
}
.quick-link .quick-link-item .prime-logo {
  background-position: 0 0;
}
.quick-link .quick-link-item .odm-logo {
  background-position: -90px 0px;
}
.quick-link .quick-link-item .wed2c-logo {
  background-position: -180px 0px;
}
.quick-link .quick-link-item .shipping-logo {
  background-position: -270px 0;
}
.quick-link .quick-link-item .fulfillment-logo {
  background-position: -360px 0;
}
.quick-link .quick-link-item .academy-logo {
  background-position: -90px -89px;
}
.quick-link .quick-link-item .pod-logo {
  background-position: -454px 0px;
}
.quick-link .quick-link-item .photorequest-logo {
  background-position: 0 -89px;
}
.quick-link .quick-link-item .ourservices-logo {
  background-position: -180px -89px;
}
.quick-link .quick-link-item .cj-ugc-logo {
  background-position: -270px -89px;
}
.quick-link .quick-link-item .title {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  color: #666666;
}
.quick-link .quick-link-item:hover .quick-icon {
  transform: translateY(-6px);
  transition: all 0.5s;
}
.quick-link .quick-link-item:hover .title {
  color: var(--color-theme-1);
}
.quick-link .quick-arrow {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-link .quick-arrow .arrowIcon {
  font-size: 10px;
  color: #999999;
  animation: fadeInDown 1s infinite;
}
.quick-link.openLink {
  position: absolute;
  height: 200px;
  z-index: 1003;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.quick-link.openLink .quick-link-item {
  display: block;
}
.quick-link.openLink .quick-arrow {
  transform: translateX(-18px) rotate(180deg);
}
.quick-link.openLink .our-services-box {
  display: flex;
}
@keyframes fadeInDown {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.modalExtension {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10002;
  display: none;
}
.modalExtension.showModalExtension {
  display: block;
}
.modalExtension .content {
  position: absolute;
  width: 480px;
  /* height: 272px; */
  padding: 20px;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.modalExtension .content h3 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  text-align: left;
}
.modalExtension .content h3 .icontishi3 {
  color: #FAAD14;
  margin-right: 16px;
  font-size: 22px;
}
.modalExtension .content .tipsIcon {
  margin-right: 16px;
  color: #FAAD14;
}
.modalExtension .content p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
  overflow-y: auto;
  padding-left: 38px;
  min-height: 40px;
}
.modalExtension .btn1 {
  width: 84px;
  height: 32px;
  background: var(--color-theme-1);
  border-radius: 4px;
  text-align: center;
  float: right;
  color: #ffffff;
}
.modalExtension .btn1:hover {
  background-color: var(--color-theme-1-1);
}
.modalExtension .btn2 {
  width: 84px;
  height: 32px;
  background: #F9F9F9;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  text-align: center;
  font-size: 14px;
  color: #666666;
  float: right;
  margin-right: 16px;
}
.modalExtension .btn2:hover {
  background-color: #f5f5f5;
}
.moreIcon {
  position: relative;
  top: 2px;
  font-size: 12px;
  margin-left: 4px;
  color: var(--color-theme-1);
}
.hideSEO {
  display: none;
  position: absolute;
  left: -9999px;
  top: -99999px;
  z-index: -1;
}
.our-services-box-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999999;
  display: none;
}
.our-services-box-mask.visible {
  display: block;
}
.our-services-box-mask .our-services-box {
  position: absolute;
  width: 1200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  height: 600px;
  max-height: 600px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-font2);
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
  overflow: hidden;
  background-color: #fff;
  display: flex;
}
.our-services-box-mask .our-services-box .closeIcon {
  cursor: pointer;
  font-size: 14px;
  color: var(--color-font2);
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 99;
}
.our-services-box-mask .our-services-box .closeIcon:hover {
  color: var(--color-font1);
}
.our-services-box-mask .our-services-box .our-services-left {
  width: 243px;
  padding: 70px 0 0 36px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  z-index: 1;
  border-right: 1px solid #eeeeee;
}
.our-services-box-mask .our-services-box .our-services-left .guidLeftActive {
  position: absolute;
  left: 7px;
  top: 16px;
  transition: top 0.3s;
}
.our-services-box-mask .our-services-box .our-services-left .guidLeftActive.gp1 {
  top: 58px;
}
.our-services-box-mask .our-services-box .our-services-left .guidLeftActive.gp2 {
  top: 150px;
}
.our-services-box-mask .our-services-box .our-services-left .guidLeftActive.gp3 {
  top: 245px;
}
.our-services-box-mask .our-services-box .our-services-left .guidLeftActive.gp4 {
  top: 337px;
}
.our-services-box-mask .our-services-box .our-services-left .guidLeftActive.gp5 {
  top: 430px;
}
.our-services-box-mask .our-services-box .our-services-left .guidItem {
  height: 93px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: relative;
  cursor: pointer !important;
  color: #666;
  transition: color 0.5s;
  line-height: 1.5;
  padding-top: 8px;
}
.our-services-box-mask .our-services-box .our-services-left .guidItem.act {
  color: #fff;
}
.our-services-box-mask .our-services-box .our-services-left .guidItem span.tit {
  font-size: 18px;
}
.our-services-box-mask .our-services-box .our-services-right {
  width: calc(100% - 243px);
  overflow: hidden;
  position: relative;
  display: flex;
  height: 100%;
  padding: 0 0 0 42px;
}
.our-services-box-mask .our-services-box .our-services-right .guid_right_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 600px;
  left: 0;
  padding: 70px 40px 0;
  background: #fff;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  transition: top 1s, opacity 1s;
}
.our-services-box-mask .our-services-box .our-services-right .guid_right_item.act {
  top: 0;
  opacity: 1;
}
.our-services-box-mask .our-services-box .our-services-right .guid_s_nav {
  width: 270px;
}
.our-services-box-mask .our-services-box .our-services-right .guid_s_nav ul li {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: flex;
  align-items: center;
  width: max-content;
  cursor: pointer !important;
}
.our-services-box-mask .our-services-box .our-services-right .guid_s_nav ul li.childAct,
.our-services-box-mask .our-services-box .our-services-right .guid_s_nav ul li:hover {
  color: var(--color-theme-1);
}
.our-services-box-mask .our-services-box .our-services-right .guid_s_nav ul li .iconfont {
  font-size: 12px;
  margin-left: 8px;
}
.our-services-box-mask .our-services-box .our-services-right .guid_s_show {
  width: 450px;
  height: 100%;
  margin-right: 90px;
  background: #fff;
  position: relative;
  margin: 0 80px 0 70px;
}
.our-services-box-mask .our-services-box .our-services-right .guid_s_show .item {
  width: 100%;
  position: absolute;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.our-services-box-mask .our-services-box .our-services-right .guid_s_show .item img {
  max-width: 450px;
  max-height: 355px;
}
.our-services-box-mask .our-services-box .our-services-right .guid_s_show .item.childAct {
  opacity: 1;
}
.our-services-box-mask .our-services-box .our-services-right .guid_s_show .item .describe {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  line-height: 24px;
}
.right-ship-order img {
  width: 20px;
  vertical-align: baseline;
  margin: 0 2px;
  border-radius: 2px;
  border: 1px solid #eee;
}
