/**
 * 这是个 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;
}
.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 {
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  justify-content: center;
  padding: 0 8px;
  height: 72px;
  align-items: center;
}
.skeleton-header .skeleton-title {
  width: 166px;
  height: 24px;
}
.skeleton-more {
  width: 65px;
  height: 24px;
}
.skeleton-product-card {
  width: 16%;
  height: 345px;
  float: left;
  margin-left: 9px;
}
body {
  background-color: #ffffff;
}
.iconlist {
  background-image: url('/egg/image/home/indicate01.png');
  background-size: 260px auto;
}
.floor-1 .iconlist {
  background-position: 0 0;
}
.floor-2 .iconlist {
  background-position: -60px 0;
}
.floor-3 .iconlist {
  background-position: -240px 0;
}
.floor-4 .iconlist {
  background-position: 0 -60px;
}
.floor-5 .iconlist {
  background-position: -68px -292px;
}
.floor-global-warehouse .iconlist {
  background-position: -144px -367px;
}
.floor-brand-section .iconlist {
  background-position: -60px -60px;
  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: -120px 0;
}
.floor-7.right .iconlist {
  background-position: -147px -518px;
}
.floor-8 .iconlist {
  background-position: -180px 0;
}
.floor-9 .iconlist {
  background-position: -180px -60px;
}
.floor-8 {
  background-image: url('/egg/image/home/POD_bg01.png');
  padding: 32px 0 20px;
  background-size: 1200px 100%;
  background-repeat: no-repeat;
}
.floor-3 {
  background-image: url('/egg/image/home/Super_bg02.png');
  padding: 32px 0 20px;
  background-size: 1200px 100%;
  background-repeat: no-repeat;
}
.banner-box {
  --banner-h: 580px;
  --category-w: 276px;
  position: relative;
  height: var(--banner-h);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.banner-box .category {
  width: var(--category-w);
  box-shadow: var(--shadow-base);
  border-radius: 8px 0 0 8px;
}
.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;
  border-radius: 0 0 4px 4px;
  padding: 10px 0;
}
.banner-box .category .cate1-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 10px 2px 16px;
  cursor: pointer;
  color: var(--color-font2);
}
.banner-box .category .cate1-item .leftItem {
  display: flex;
  align-items: center;
  justify-content: start;
}
.banner-box .category .cate1-item .iconfont.rightIcon {
  font-size: 18px;
  width: 18px;
  color: #ccc;
}
.banner-box .category .cate1-item .cate1-anchor {
  line-height: 18px;
}
.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 {
  visibility: visible;
  opacity: 1;
}
.banner-box .category .cate1-item:hover .iconfont.rightIcon {
  color: var(--color-primary);
}
.banner-box .category .cate1-item .cateImageBox {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  background-image: url('/egg/image/home/category-1.png');
  background-size: 387px auto;
  background-color: #f7f7f7;
  flex-shrink: 0;
}
.banner-box .category .cate1-item.ComputerOffice .cateImageBox {
  background-position: 0 0;
}
.banner-box .category .cate1-item.BagsShoes .cateImageBox {
  background-position: -48px 0px;
}
.banner-box .category .cate1-item.JewelryWatches .cateImageBox {
  background-position: -96px 0;
}
.banner-box .category .cate1-item.HealthBeautyHair .cateImageBox {
  background-position: -144px 0;
}
.banner-box .category .cate1-item.WomensClothing .cateImageBox {
  background-position: -192px 0;
}
.banner-box .category .cate1-item.SportsOutdoors .cateImageBox {
  background-position: -240px 0;
}
.banner-box .category .cate1-item.HomeGardenFurniture .cateImageBox {
  background-position: -288px 0;
}
.banner-box .category .cate1-item.HomeImprovement .cateImageBox {
  background-position: 0 -48px;
}
.banner-box .category .cate1-item.AutomobilesMotorcycles .cateImageBox {
  background-position: -48px -48px;
}
.banner-box .category .cate1-item.ToysKidsBabies .cateImageBox {
  background-position: -96px -48px;
}
.banner-box .category .cate1-item.MensClothing .cateImageBox {
  background-position: -144px -48px;
}
.banner-box .category .cate1-item.ConsumerElectronics .cateImageBox {
  background-position: -192px -48px;
}
.banner-box .category .cate1-item.PhonesAccessories .cateImageBox {
  background-position: -240px -48px;
}
.banner-box .category .cate1-item.PetSupplies .cateImageBox {
  background-position: -288px -48px;
}
.banner-box .category .cate1-child {
  display: initial;
  position: absolute;
  top: 0;
  right: 0;
  left: var(--category-w);
  margin-left: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0s ease-in 200ms;
  z-index: 999;
}
.banner-box .category .cate1-container {
  min-height: var(--banner-h);
  background-color: white;
  box-shadow: var(--shadow-base);
  border-radius: 8px;
  padding: 10px 0 18px 0;
  max-height: calc(100vh - 76px);
  overflow-y: auto;
}
.banner-box .category .allowScroll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.banner-box .category .allowScroll .iconfont {
  font-size: 12px;
  color: var(--color-primary);
  animation: up_to_down 1s infinite;
}
@keyframes up_to_down {
  0% {
    transform: translate3d(0, -10%, 0);
  }
  50% {
    transform: translate3d(0, 10%, 0);
  }
  100% {
    transform: translate3d(0, -10%, 0);
  }
}
.banner-box .category .cate2-group {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}
.banner-box .category .cate2-item {
  padding: 0 20px;
  margin-top: 16px;
  width: 100%;
}
.banner-box .category .cate2-item:nth-of-type(1) {
  margin-top: 0;
}
.banner-box .category .cate2-anchor {
  display: block;
  font-weight: 600;
  border-bottom: 1px solid var(--color-primary);
  line-height: 18px;
  padding: 8px 0;
  margin-bottom: 14px;
  font-size: 15px;
  color: #333;
}
.banner-box .category .cate2-anchor:hover {
  color: var(--color-primary);
}
.banner-box .category .cate3-group .cate3-item {
  margin-bottom: 10px;
  line-height: 14px;
}
.banner-box .category .cate3-group .cate3-item:last-child {
  margin-bottom: 0;
}
.banner-box .category .cate3-anchor {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
}
.banner-box .category .cate3-anchor:hover {
  text-decoration: underline;
}
.banner-box .banner {
  flex: 1;
  padding: 0 12px;
  background: #ffffff;
  padding-top: 24px;
  position: relative;
}
.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: var(--color-theme-1);
  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: var(--color-theme-1);
  border: 1px solid var(--color-theme-1);
  line-height: 30px;
}
.banner-box .admin .btn-gruop a.register:hover {
  border: 1px solid var(--color-theme-1);
  color: var(--color-theme-1);
  background: var(--color-theme-1-opacity10);
}
.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: var(--color-theme-1-opacity10);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  color: var(--color-theme-1);
}
.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);
}
.banner-box .vue-right-side-admin {
  width: 300px;
  background: #fff;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px 0;
}
.banner-box .vue-right-side-admin .skeleton-title {
  width: 100px;
  height: 22px;
}
.banner-box .vue-right-side-admin .skeleton-textarea {
  width: 268px;
  height: 80px;
  margin: 16px 0;
}
.banner-box .vue-right-side-admin .skeleton-input {
  width: 268px;
  height: 40px;
  margin-bottom: 20px;
}
.banner-box .vue-right-side-admin .skeleton-button {
  width: 100%;
  height: 40px;
}
.banner-box .vue-right-side-admin .skeleton-reviews {
  width: 268px;
  height: 80px;
  margin: 40px 0 0;
}
.banner-box .vue-right-side-admin .skeleton-numbers {
  width: 268px;
  height: 44px;
  margin: 24px 0;
}
.floor-box {
  margin-top: 42px !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;
}
.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;
}
.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;
}
.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: var(--color-theme-1);
  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: var(--color-theme-1) !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: var(--color-theme-1) !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 .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: 18px 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_logo8.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 .payment-solution-logo {
  background-position: -360px -89px;
}
.quick-link .quick-link-item .sellstore-logo {
  background-position: -450px -89px;
}
.quick-link .quick-link-item .credit-loan-logo {
  background-position: 0 -176px;
}
.quick-link .quick-link-item .title {
  font-size: 12px;
  line-height: 14px;
  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;
  align-items: flex-start;
  justify-content: flex-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;
}
