.sticky-wrap {
  position: relative;
}
.sticky-wrap.sticky-top {
  position: relative !important;
}
.noAnimated {
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}
.footer-page-warp {
  background: #fff;
}
.footer-page-warp p {
  margin-bottom: 0;
}
.footer-page-warp .warp {
  width: 1200px;
  margin: auto;
}
.footer-page-warp .theme-color {
  color: var(--color-theme-1);
}
.footer-page-warp .theme-color:hover {
  text-decoration: underline;
}
.footer-page-warp .warp-flex {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-page-warp .warp-flex-aboutmore .item {
  flex: 1;
}
.footer-page-warp .item-card {
  padding: 0 5px;
  width: 282px;
  margin-bottom: 20px;
}
.footer-page-warp .warp-title h2 {
  font-size: 36px;
  color: #333333;
  line-height: 42px;
  font-weight: bold;
}
.footer-page-warp .warp-title p {
  font-size: 24px;
  color: #666666;
  line-height: 32px;
  margin: 24px 0 0;
}
.footer-page-warp .warp-title em {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}
.footer-page-warp .layout-box {
  overflow: hidden;
}
.footer-page-warp .layout-row {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-top: 96px;
}
.footer-page-warp .layout-row.sourcing-banner-box {
  padding-top: 0;
}
.footer-page-warp .layout-row.sourcing-banner-box .warp-flex {
  margin-top: 137px;
}
.footer-page-warp .layout-row.sourcing-banner-box .warp-title em {
  font-size: 21px;
}
.footer-page-warp .layout-row .img-box {
  position: relative;
  top: 0;
  width: 0;
}
.footer-page-warp .layout-row .img-box .mainimg {
  height: 678px;
}
.footer-page-warp .layout-row .warp-title {
  width: 576px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.footer-page-warp .layout-row .footer-page-btn {
  margin-top: 20px;
}
.footer-page-warp .layout-row:nth-child(odd) .warp-flex {
  justify-content: flex-start;
}
.footer-page-warp .layout-row:nth-child(odd) .img-box {
  left: 52%;
}
.footer-page-warp .layout-row:nth-child(even) .warp-flex {
  justify-content: flex-start;
  width: 50%;
}
.footer-page-warp .layout-row:nth-child(even) .img-box {
  width: 48%;
  margin-right: 50px;
}
.footer-page-warp .layout-row:nth-child(even) .img-box img {
  float: right;
}
.footer-page-warp .layout-row.imgRight .warp-flex {
  justify-content: flex-start;
  width: 1200px;
}
.footer-page-warp .layout-row.imgRight .img-box {
  left: 52%;
  width: 0;
  margin-right: 0;
}
.footer-page-warp .layout-row.imgRight .img-box img {
  float: none;
}
.footer-page-warp .layout-row.imgLeft .warp-flex {
  justify-content: flex-start;
  width: 50%;
}
.footer-page-warp .layout-row.imgLeft .img-box {
  width: 48%;
  margin-right: 50px;
}
.footer-page-warp .layout-row.imgLeft .img-box img {
  float: right;
}
.footer-page-warp .footer-page-btn {
  display: inline-block;
  text-align: center;
  background: var(--color-theme-1);
  border-radius: 50px;
  font-size: 16px;
  color: #FFFFFF;
  padding: 12px 24px;
}
.footer-page-warp .footer-page-btn i {
  transition: 0.5s all;
  margin-left: 8px;
}
.footer-page-warp .footer-page-btn:hover i {
  margin-left: 24px;
}
.footer-page-warp .showcase {
  position: relative;
}
.footer-page-warp .showcase .depth-level-1 {
  z-index: 1;
}
.footer-page-warp .showcase .depth-level-2 {
  z-index: 2;
}
.footer-page-warp .guide-btn-box {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer-page-warp .guide-btn {
  background: #fff;
  border-radius: 30px;
  margin: 0 20px;
  height: 56px;
  padding: 0 18px 0 32px;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 18px;
  z-index: 9;
}
.footer-page-warp .guide-btn .guide-text {
  display: inline-block;
  min-width: 155px;
  margin-left: 2px;
}
.footer-page-warp .guide-btn .iconwhatsapp {
  color: #01E675;
  font-size: 24px;
  margin-right: 3px;
}
.footer-page-warp .guide-btn .iconzhuce {
  color: rgba(255, 119, 0, 0.5);
  font-size: 24px;
  margin-right: 3px;
}
.footer-page-warp .guide-btn .icontuoyuanxing {
  color: #D8D8D8;
  font-size: 20px;
  margin-left: 8px;
  transition: 0.5s all;
}
.footer-page-warp .guide-btn:hover {
  color: #333;
}
.footer-page-warp .guide-btn:hover .icontuoyuanxing {
  margin-left: 20px;
  color: var(--color-theme-1);
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.footer-page-warp .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.footer-page-warp .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.contact-warp .warp-title {
  text-align: center;
}
.contact-warp .banner {
  height: 528px;
  display: flex;
  align-items: center;
  background: url(/egg/image/footerPages/contact-banner.png) no-repeat center center / cover;
}
.contact-warp .banner .warp {
  padding-left: 52px;
}
.contact-warp .banner h3 {
  font-size: 16px;
  color: #666666;
  line-height: 18px;
  margin-bottom: 24px;
}
.contact-warp .banner em {
  display: block;
  width: 683px;
  font-size: 36px;
  color: #333333;
  line-height: 42px;
  font-style: italic;
  font-weight: bold;
}
.contact-warp nav {
  background: var(--color-theme-1);
}
.contact-warp nav div {
  height: 64px;
}
.contact-warp nav a {
  text-align: center;
  flex: 1;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
}
.contact-warp nav a:hover {
  text-decoration: underline;
}
.contact-warp .online {
  padding-top: 134px;
}
.contact-warp .online .main {
  background: url(/egg/image/footerPages/contact-banner2.png) no-repeat center center / cover;
  margin-top: 64px;
  padding: 304px 0 33px;
  position: relative;
}
.contact-warp .online .company-info {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100px;
}
.contact-warp .online .company-content {
  margin: auto;
  font-size: 24px;
  color: #fff;
  width: 1040px;
}
.contact-warp .online .warp-flex {
  justify-content: space-evenly;
  align-items: stretch;
}
.contact-warp .online .item-card > div {
  transition: 0.5s transform;
  width: 336px;
  min-height: 363px;
  height: 100%;
  color: #FFFFFF;
  padding: 32px;
  box-shadow: 0px 0px 8px 0px rgba(173, 81, 0, 0.15);
  border-radius: 16px;
  background-color: rgba(255, 119, 0, 0.8);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.contact-warp .online .item-card > div:nth-child(1) {
  background-image: url(/egg/image/footerPages/online-icon1.png);
}
.contact-warp .online .item-card > div:nth-child(2) {
  background-image: url(/egg/image/footerPages/online-icon2.png);
}
.contact-warp .online .item-card > div:nth-child(3) {
  background-image: url(/egg/image/footerPages/online-icon3.png);
  background-position: left bottom;
}
.contact-warp .online .item-card > div h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 16px;
  text-align: center;
}
.contact-warp .online .item-card > div p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  min-height: 72px;
}
.contact-warp .online .item-card > div a {
  display: flex;
  margin-top: 12px;
  height: 36px;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFFFFF;
}
.contact-warp .online .item-card > div a i {
  margin-right: 8px;
  font-size: 20px;
}
.contact-warp .online .item-card > div a:hover {
  background: #fff;
  color: var(--color-theme-1);
}
.contact-warp .online .item-card.item-card-online-support em {
  width: 70px;
  text-align: center;
}
.contact-warp .online .item-card.item-card-social-media em {
  width: 110px;
  text-align: center;
}
.contact-warp .online .item-card:hover > div {
  transform: translateY(-10px);
}
.contact-warp .websites {
  padding: 134px 0;
}
.contact-warp .websites .warp-title {
  margin-bottom: 64px;
}
.contact-warp .websites .item-card {
  flex: 1;
  position: relative;
  height: 600px;
}
.contact-warp .websites .item-card:nth-child(1) {
  background: url(/egg/image/footerPages/contact-card1.png) no-repeat center center / cover;
}
.contact-warp .websites .item-card:nth-child(2) {
  background: url(/egg/image/footerPages/contact-card2.png) no-repeat center center / cover;
}
.contact-warp .websites .item-card:nth-child(3) {
  background: url(/egg/image/footerPages/contact-card3.png) no-repeat center center / cover;
}
.contact-warp .websites .item-card .main {
  padding: 32px;
  transition: 0.3s all;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.contact-warp .websites .item-card h4 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 24px;
}
.contact-warp .websites .item-card p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.contact-warp .websites .item-card:hover {
  align-items: center;
}
.contact-warp .websites .item-card:hover .main {
  bottom: 230px;
}
.contact-warp .websites .item-card:hover::after {
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.contact-warp .websites .item-card::after {
  content: '';
  transition: 0.3s all;
  position: absolute;
  width: 100%;
  height: 236px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.contact-warp .visitUs {
  background: url(/egg/image/footerPages/contact-banner-bg.png) no-repeat center center / cover;
  padding: 64px 0 140px;
}
.contact-warp .visitUs .warp-title {
  margin-bottom: 131px;
}
.contact-warp .visitUs .warp-flex {
  align-items: flex-start;
  justify-content: space-between;
}
.contact-warp .visitUs .item-card > div {
  width: 272px;
  transition: 0.5s transform;
}
.contact-warp .visitUs .item-card > div:hover {
  transform: translateY(-10px);
}
.contact-warp .visitUs .item-card > div h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 24px;
}
.contact-warp .visitUs .item-card > div span {
  font-size: 16px;
  color: rgba(255, 119, 0, 0.45);
  line-height: 24px;
}
.contact-warp .visitUs .item-card > div span i {
  color: #000;
}
.contact-warp .visitUs .item-card > div p {
  margin-top: 8px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.contact-warp .visitUs .item-card:hover > div {
  transform: translateY(-10px);
}
.ourOffers-warp .layout-row {
  height: 560px;
}
.ourOffers-warp .bannerBox {
  height: 560px;
  position: relative;
  background: #e5e5e5;
  overflow: hidden;
}
.ourOffers-warp .bannerBox::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(114deg, transparent 4%, rgba(255, 255, 255, 0.599), transparent 94%);
  transform: translateX(-100%);
  animation: skeleton-loading 790ms infinite ease-in-out;
}
.ourOffers-warp .banner {
  height: 100%;
  width: 100%;
  background: url(/egg/image/footerPages/ourOffers-banner.png) no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ourOffers-warp .banner .warp-flex {
  height: 100%;
}
.ourOffers-warp .banner .warp-title {
  width: 900px;
}
.ourOffers-warp .banner .warp-title * {
  color: #fff;
}
.ourOffers-warp .banner .warp-title h2 {
  font-style: italic;
}
.ourOffers-warp .banner .warp-title p {
  line-height: 36px;
}
.ourOffers-warp .links {
  padding: 100px 0;
}
.ourOffers-warp .links .warp-title {
  text-align: center;
  margin-bottom: 64px;
}
.ourOffers-warp .links .link-box {
  margin-bottom: 24px;
}
.ourOffers-warp .links .link-box a {
  text-align: left;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 24px;
  background: var(--color-theme-1-opacity10);
  border-radius: 8px;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  transition: 0.5s transform;
}
.ourOffers-warp .links .link-box a i {
  font-size: 32px;
  color: var(--color-theme-1);
  margin-right: 16px;
}
.ourOffers-warp .links .link-box:hover a {
  transform: translateY(-10px);
  color: #fff;
  background: var(--color-theme-1);
}
.ourOffers-warp .links .link-box:hover i {
  color: #fff;
}
.ourOffers-warp .ouroffers-advantages-box {
  height: 487px;
}
.ourOffers-warp .ouroffers-advantages-title {
  line-height: 50px;
  font-size: 36px;
  text-align: center;
  padding: 72px 0 30px;
  background: #FBFBFB;
}
.ourOffers-warp .swiper-container-advantages {
  background: #FBFBFB;
}
.ourOffers-warp .swiper-container-advantages .advantages-list {
  width: 1060px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.ourOffers-warp .swiper-container-advantages .advantages-item {
  width: 50%;
  padding: 10px 0 25px;
  display: flex;
  align-items: center;
  transition: 0.5s transform;
}
.ourOffers-warp .swiper-container-advantages .advantages-item:nth-child(2n) {
  padding-left: 80px;
}
.ourOffers-warp .swiper-container-advantages .advantages-item:hover {
  transform: translateY(-10px);
}
.ourOffers-warp .swiper-container-advantages .advantages-item:hover .advantages-title {
  color: var(--color-theme-1);
}
.ourOffers-warp .swiper-container-advantages .advantages-item .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-theme-1-opacity10);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: var(--color-theme-1);
  margin-right: 6px;
  vertical-align: middle;
}
.ourOffers-warp .swiper-container-advantages .advantages-item .iconxiangjimianxing {
  font-size: 24px;
}
.ourOffers-warp .swiper-container-advantages .advantages-item .iconfeiji {
  font-size: 16px;
}
.ourOffers-warp .swiper-container-advantages .advantages-item .icondianzan {
  font-size: 24px;
}
.ourOffers-warp .swiper-container-advantages .advantages-item .iconzhinengkefu {
  font-size: 22px;
}
.ourOffers-warp .swiper-container-advantages .advantages-item .icongerendaili {
  font-size: 16px;
}
.ourOffers-warp .swiper-container-advantages .advantages-item .iconquanqiu {
  font-size: 22px;
}
.ourOffers-warp .swiper-container-advantages .advantages-item .icona-fuwumokuai-CJpingtai {
  font-size: 18px;
}
.ourOffers-warp .swiper-container-advantages .advantages-item .icondingdanlvyue {
  font-size: 22px;
}
.ourOffers-warp .swiper-container-advantages .advantages-item .advantages-title {
  color: #666;
  font-size: 20px;
}
.ourOffers-warp .swiper-container-advantages .advantages-item a.cursorDefault {
  cursor: default;
}
.ourOffers-warp .swiper-container-advantages .ouroffers-pagination {
  bottom: 29px;
}
.ourOffers-warp .swiper-container-advantages .ouroffers-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 8px;
  background: var(--color-theme-1);
  opacity: 0.19;
  border-radius: 4px;
}
.ourOffers-warp .swiper-container-advantages .ouroffers-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.about-warp .banner {
  position: relative;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  font-size: 0;
}
.about-warp .banner .box {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-warp .banner .box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.about-warp .banner .box .warp-flex {
  height: 100%;
}
.about-warp .banner .box .warp-title * {
  color: #fff;
}
.about-warp .banner .indexV {
  width: 100%;
}
.about-warp .links {
  padding: 100px 0;
}
.about-warp .links .warp-title {
  text-align: center;
  margin-bottom: 64px;
}
.about-warp .links .item > div {
  transition: 0.5s transform;
}
.about-warp .links .item:hover > div {
  transform: translateY(-10px);
}
.about-warp .links .item:nth-child(2) {
  margin: 0 55px;
  padding: 0 55px;
  border-left: 1px dashed #D9D9D9;
  border-right: 1px dashed #D9D9D9;
}
.about-warp .links .item h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.about-warp .links .item p {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 24px 0 64px;
}
.overview-warp {
  padding-bottom: 100px;
}
.overview-warp .banner {
  padding: 70px 0;
  background: linear-gradient(160deg, #FFAF00 0%, #ff7700 100%);
}
.overview-warp .banner .warp-flex {
  justify-content: space-between;
}
.overview-warp .banner .banner-card {
  position: relative;
}
.overview-warp .banner .banner-card .banner-card-img {
  width: 280px;
}
.overview-warp .banner .banner-card a {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  transition: 0.5s transform;
}
.overview-warp .banner .banner-card:hover a {
  transform: translateY(-10px);
}
.overview-warp .banner .banner-card span {
  position: absolute;
  font-size: 36px;
  color: #333333;
  line-height: 42px;
  left: 24px;
  top: 270px;
}
.sourcing-warp {
  padding: 23px 0 100px;
}
.sourcing-warp .banner h2 {
  font-style: italic;
}
.sourcing-warp .banner .layout-row {
  margin-top: 0;
}
.sourcing-warp .banner .layout-row .img-box {
  left: 42%;
}
.sourcing-warp .banner .layout-row .warp-title {
  width: auto;
}
.sourcing-warp .banner .showcase {
  position: absolute;
  left: 0;
  top: 0;
}
.sourcing-warp .banner .showcase .showcase-card {
  position: absolute;
}
.sourcing-warp .banner .showcase .showcase-card-img {
  width: 120px;
}
.sourcing-warp .banner .showcase .showcase-card-imgxm {
  width: 60px;
}
.sourcing-warp .banner .showcase .showcase-card-img2xm {
  width: 40px;
}
.sourcing-warp .banner .showcase .showcase-card-img3xm {
  width: 20px;
}
.sourcing-warp .banner .showcase .showcase-card img {
  transition: 0.5s all;
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.sourcing-warp .banner .showcase .showcase-card:hover img {
  transform: translateY(-10px);
}
.sourcing-warp .banner .showcase .showcase-card:nth-child(1) {
  top: 152px;
  left: 198px;
}
.sourcing-warp .banner .showcase .showcase-card:nth-child(2) {
  top: 122px;
  left: 312px;
}
.sourcing-warp .banner .showcase .showcase-card:nth-child(3) {
  top: 208px;
  left: 410px;
}
.sourcing-warp .banner .showcase .showcase-card:nth-child(4) {
  top: 101px;
  left: 524px;
}
.sourcing-warp .banner .showcase .showcase-card:nth-child(5) {
  top: 90px;
  left: 453px;
}
.sourcing-warp .banner .showcase .showcase-card:nth-child(6) {
  top: 45px;
  left: 400px;
}
.sourcing-warp .banner .showcase .showcase-card:nth-child(7) {
  top: 45px;
  left: 500px;
}
.sourcing-warp .sourcingimg1 {
  width: 700px;
}
.sourcing-warp .sourcingimg2 {
  width: 640px;
}
.sourcing-warp .sourcingimg3 {
  width: 637px;
}
.sourcing-warp .layout-box {
  overflow: visible;
}
.sourcing-warp .bg-1 {
  background: url(/egg/image/footerPages/sourcing-bg-1.png) no-repeat center center / cover;
  height: 886px;
  align-items: center;
  margin-top: -60px;
  padding-top: 0;
}
.sourcing-warp .bg-2 {
  padding-top: 0;
  overflow: visible;
  z-index: 1;
}
.sourcing-warp .bg-2 .img-box {
  height: 450px;
}
.sourcing-warp .bg-2 .showcase .showcase-card {
  position: absolute;
  font-size: 28px;
}
.sourcing-warp .bg-2 .showcase .showcase-card .iconremen {
  font-size: 24px;
  color: var(--color-theme-1);
  margin-right: 2px;
}
.sourcing-warp .bg-2 .showcase .showcase-card .iconcreative-commons-nc-line {
  font-size: 50px;
  color: #fff;
  margin-right: 2px;
}
.sourcing-warp .bg-2 .showcase .showcase-card span {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #333333;
  white-space: nowrap;
  line-height: 1;
  padding: 18px 30px;
  transition: 0.5s all;
}
.sourcing-warp .bg-2 .showcase .showcase-card:hover span {
  transform: translateY(-10px);
}
.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(1) {
  font-size: 22px;
  top: -65px;
  left: 0;
}
.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(1) span {
  padding: 16px 32px;
}
.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(2) {
  top: -18px;
  left: 47px;
}
.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(3) {
  font-size: 50px;
  top: 85px;
  left: 300px;
}
.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(3) span {
  padding: 38px 60px;
  background: linear-gradient(127deg, #FFA600 0%, #ff7700 100%);
  color: #fff;
}
.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(4) {
  top: 205px;
  left: 30px;
}
.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(5) {
  font-size: 50px;
  top: 260px;
  left: 440px;
}
.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(5) span {
  padding: 38px 60px;
  background: linear-gradient(127deg, #FFA600 0%, #ff7700 100%);
  color: #fff;
}
.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(6) {
  top: 315px;
  left: 55px;
}
.sourcing-warp .bg-2 .showcase .showcase-card:nth-child(7) {
  top: 367px;
  left: 243px;
}
.sourcing-warp .bg-3 {
  padding-top: 250px;
  background: url(/egg/image/footerPages/sourcing-bg-2.png) no-repeat center center / cover;
  height: 928px;
  align-items: center;
  margin-top: -220px;
}
.vp-contact-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px !important;
}
.vp-contact-wrap .vp-contact-content {
  display: flex;
  height: calc(100vh - 280px);
  min-height: 600px;
  width: 1200px;
  border-radius: 16px;
  overflow: hidden;
  background: url(/egg/image/vp/contact/bg.png) no-repeat center center / cover;
  background-size: 100% 100%;
}
.vp-contact-wrap .vp-contact-content .vp-contact-img-box {
  height: 100%;
  width: 38.34%;
  min-height: 600px;
  min-width: 460px;
}
.vp-contact-wrap .vp-contact-content .vp-contact-img-box .vp-contact-img {
  height: 100%;
  width: 100%;
  min-height: 600px;
  min-width: 460px;
}
.vp-contact-wrap .vp-contact-content .vp-contact-info-content {
  width: 100%;
}
.vp-contact-wrap .vp-contact-content .vp-contact-info-content h2 {
  width: 400px;
  height: 28%;
  display: flex;
  align-items: center;
  margin-left: 12%;
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 67px;
  text-align: left;
  font-style: normal;
}
.vp-contact-wrap .vp-contact-content .vp-contact-info-content .vp-contact-info-subcontent {
  display: flex;
  flex-direction: column;
  margin-left: 14%;
  padding-right: 6%;
  height: 50vh;
  justify-content: space-between;
}
.vp-contact-wrap .vp-contact-content .vp-contact-info-content .vp-contact-info-subcontent .vp-contact-info-item .vp-contact-info-content {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.vp-contact-wrap .vp-contact-content .vp-contact-info-content .vp-contact-info-subcontent .vp-contact-info-item .vp-contact-info-content .vp-contact-info-item-icon {
  width: 30px;
  height: 30px;
}
.vp-contact-wrap .vp-contact-content .vp-contact-info-content .vp-contact-info-subcontent .vp-contact-info-item .vp-contact-info-content .vp-contact-info-item-icon .iconfont {
  font-size: 30px;
  color: #fff;
}
.vp-contact-wrap .vp-contact-content .vp-contact-info-content .vp-contact-info-subcontent .vp-contact-info-item .vp-contact-info-content .icon-company {
  background: url(/egg/image/vp/contact/company.svg) no-repeat center center / cover;
  background-size: 100% 100%;
}
.vp-contact-wrap .vp-contact-content .vp-contact-info-content .vp-contact-info-subcontent .vp-contact-info-item .vp-contact-info-content .icon-address {
  background: url(/egg/image/vp/contact/address.svg) no-repeat center center / cover;
  background-size: 100% 100%;
}
.vp-contact-wrap .vp-contact-content .vp-contact-info-content .vp-contact-info-subcontent .vp-contact-info-item .vp-contact-info-content .icon-email {
  background: url(/egg/image/vp/contact/email.svg) no-repeat center center / cover;
  background-size: 100% 100%;
}
.vp-contact-wrap .vp-contact-content .vp-contact-info-content .vp-contact-info-subcontent .vp-contact-info-item .vp-contact-info-content .vp-contact-info-item-title {
  padding-left: 7px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin: 0 !important;
}
.vp-contact-wrap .vp-contact-content .vp-contact-info-content .vp-contact-info-subcontent .vp-contact-info-item-text {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  margin: 0 !important;
}
.vp-overview-warp .vp-overview-banner-wrap {
  position: relative;
  width: 100vw;
  min-width: 1200px;
  height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1784E;
  overflow: hidden;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-bg {
  position: absolute;
  top: -268px;
  width: 735px;
  height: 735px;
  background: linear-gradient(180deg, #DA0C00 0%, #FF4D3B 100%);
  border-radius: 50%;
  opacity: 0.35;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left {
  margin-right: 80px;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left .vp-overview-banner-header-content {
  display: flex;
  align-items: center;
  margin-bottom: 92px;
  margin-top: 64px;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left .vp-overview-banner-header-content .vp-overview-banner-header-content-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 407px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 83px;
  margin-right: 15px;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left .vp-overview-banner-header-content .vp-overview-banner-header-content-overview .vp-overview-banner-header-content-overview-text {
  font-weight: 600;
  font-size: 64px;
  color: #E97248;
  line-height: 90px;
  text-align: left;
  font-style: normal;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left .vp-overview-banner-header-content .vp-overview-banner-header-content-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: #DE3E19;
  border-radius: 83px;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left .vp-overview-banner-header-content .vp-overview-banner-header-content-icon img {
  width: 60px;
  height: 60px;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left .vp-overview-banner-step-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 620px;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left .vp-overview-banner-step-content .vp-overview-banner-step-content-item {
  width: 288px;
  padding-bottom: 112px;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left .vp-overview-banner-step-content .vp-overview-banner-step-content-item .vp-overview-banner-step-content-item-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left .vp-overview-banner-step-content .vp-overview-banner-step-content-item .vp-overview-banner-step-content-item-header .vp-overview-banner-step-content-item-image {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left .vp-overview-banner-step-content .vp-overview-banner-step-content-item .vp-overview-banner-step-content-item-header .vp-overview-banner-step-content-item-image img {
  width: 24px;
  height: 24px;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left .vp-overview-banner-step-content .vp-overview-banner-step-content-item .vp-overview-banner-step-content-item-header .vp-overview-banner-step-content-item-header-text {
  padding-left: 10px;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 28px;
  text-align: left;
  font-style: normal;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-left .vp-overview-banner-step-content .vp-overview-banner-step-content-item .vp-overview-banner-step-content-item-text {
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  text-align: left;
  font-style: normal;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-right {
  z-index: 100;
}
.vp-overview-warp .vp-overview-banner-wrap .vp-overview-banner-content .vp-overview-banner-content-right img {
  width: 440px;
  height: 600px;
  border-radius: 30px;
}
.vp-overview-warp .layout-box {
  padding-top: 148px;
}
.vp-overview-warp .layout-box .layout-row {
  padding: 0 20px 180px !important;
}
.vp-overview-warp .layout-box .layout-row .img-box img {
  width: 540px;
  height: 410px;
}
.vp-overview-warp .layout-box .layout-row .warp-flex {
  margin: 0 auto !important;
  align-items: flex-start;
}
.vp-overview-warp .layout-box .layout-row .warp-flex .warp-title {
  display: flex;
  flex-direction: column;
}
.vp-overview-warp .layout-box .layout-row .warp-flex h2 {
  font-weight: 600;
  font-size: 40px;
  color: #333333;
  line-height: 67px;
  text-align: left;
  font-style: normal;
}
.vp-overview-warp .layout-box .layout-row .warp-flex p {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  margin: 0 !important;
  padding: 30px 0 60px;
}
.vp-overview-warp .layout-box .layout-row .warp-flex .vp-overview-title-sep {
  width: 52px;
  height: 10px;
  background: var(--color-theme-1);
}
.vp-about-warp .vp-about-banner-warp {
  width: 100vw;
  display: flex;
  justify-content: center;
  background: url(/egg/image/vp/about/banner-bg.png) no-repeat center center / cover;
  background-size: 100% 100%;
  min-height: 760px;
  position: sticky;
  top: 0;
  left: 0;
}
.vp-about-warp .vp-about-banner-warp .vp-about-banner-content {
  width: 1200px;
  display: flex;
}
.vp-about-warp .vp-about-banner-warp .vp-about-banner-content .vp-about-banner-content-left {
  padding-top: 18vh;
  margin-right: 40px;
  width: 600px;
}
.vp-about-warp .vp-about-banner-warp .vp-about-banner-content .vp-about-banner-content-left .vp-about-banner-content-title {
  font-weight: 400;
  font-size: 56px;
  color: #FFFFFF;
  line-height: 80px;
  text-align: left;
  font-style: normal;
  padding-bottom: 6vh;
}
.vp-about-warp .vp-about-banner-warp .vp-about-banner-content .vp-about-banner-content-left .vp-about-banner-content-title .vp-about-banner-content-title-number {
  font-weight: 600;
  padding: 0 12px;
}
.vp-about-warp .vp-about-banner-warp .vp-about-banner-content .vp-about-banner-content-left .vp-about-banner-content-desc {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  opacity: 0.7;
}
.vp-about-warp .vp-about-banner-warp .vp-about-banner-content .vp-about-banner-content-right {
  width: 565px;
  display: flex;
  flex-direction: column;
  margin: 10vh 0;
  position: relative;
}
.vp-about-warp .vp-about-banner-warp .vp-about-banner-content .vp-about-banner-content-right .right-top-image {
  width: 200px;
  height: 200px;
  margin-left: 362px;
}
.vp-about-warp .vp-about-banner-warp .vp-about-banner-content .vp-about-banner-content-right .center-image {
  width: 330px;
  height: 330px;
  border-radius: 18px;
  margin-top: -83px;
  margin-left: 118px;
}
.vp-about-warp .vp-about-banner-warp .vp-about-banner-content .vp-about-banner-content-right .left-bottom-image {
  width: 200px;
  height: 200px;
  margin-top: -87px;
}
.vp-about-warp .vp-about-box {
  position: relative;
  width: 100vw;
  background: url(/egg/image/vp/about/box-bg.png) no-repeat center center / cover;
  background-size: 100% 100%;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vp-about-warp .layout-box .layout-row {
  padding: 90px 20px !important;
  background: url(/egg/image/vp/about/box-bg.png) no-repeat center center / cover;
  background-size: 100% 100%;
}
.vp-about-warp .layout-box .layout-row:nth-of-type(1) {
  padding: 180px 20px 90px !important;
}
.vp-about-warp .layout-box .layout-row:nth-last-of-type(1) {
  padding: 90px 20px 180px !important;
}
.vp-about-warp .layout-box .layout-row:nth-child(odd) .img-box {
  left: 56%;
}
.vp-about-warp .layout-box .layout-row:nth-child(even) .img-box {
  left: -60px;
}
.vp-about-warp .layout-box .layout-row .img-box img {
  height: 600px;
  width: 500px;
  object-fit: cover;
  border-radius: 28px;
}
.vp-about-warp .layout-box .layout-row .warp-flex {
  margin: 0 auto !important;
  align-items: center;
}
.vp-about-warp .layout-box .layout-row .warp-flex .warp-title {
  display: flex;
  flex-direction: column;
}
.vp-about-warp .layout-box .layout-row .warp-flex h2 {
  font-weight: 600;
  font-size: 24px;
  color: #ff7700;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  padding-bottom: 20px;
}
.vp-about-warp .layout-box .layout-row .warp-flex p {
  font-weight: 600;
  font-size: 48px;
  color: #333333;
  line-height: 67px;
  text-align: left;
  font-style: normal;
  padding-bottom: 40px;
  margin: 0 !important;
}
.vp-about-warp .layout-box .layout-row .warp-flex .description-content {
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  line-height: 33px;
  text-align: left;
  font-style: normal;
}
.vp-ouroffers-warp::-webkit-scrollbar {
  display: none;
}
.vp-ouroffers-warp .vp-ouroffers-header {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vp-ouroffers-warp .vp-ouroffers-header .vp-ouroffers-title {
  width: 1200px;
  font-weight: 600;
  font-size: 54px;
  color: #333333;
  line-height: 60px;
  text-align: center;
  font-style: normal;
  padding-top: 75px;
  padding-bottom: 20px;
}
.vp-ouroffers-warp .vp-ouroffers-header .vp-ouroffers-desc {
  width: 1200px;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  padding-bottom: 60px;
}
.vp-ouroffers-warp .vp-ouroffers-image-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 60px;
  left: 0;
  margin-bottom: 250px;
}
.vp-ouroffers-warp .vp-ouroffers-box {
  position: relative;
  width: 100vw;
  height: calc(100vh - 60px);
  background: url(/egg/image/vp/about/box-bg.png) no-repeat center center / cover;
  background-size: 100% 100%;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1240px;
}
.vp-ouroffers-warp .vp-ouroffers-box .swiper-container-vp-ouroffers {
  width: 1200px;
  height: calc(100vh - 60px);
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vp-ouroffers-warp .vp-ouroffers-box .swiper-pagination-bullet {
  width: 4px;
  height: 20px;
  background: #333333;
  opacity: 0.3;
  border-radius: 0;
}
.vp-ouroffers-warp .vp-ouroffers-box .swiper-pagination-bullet-active {
  width: 4px;
  height: 60px;
  border-radius: 0;
  background: #333333;
  opacity: 1;
}
.vp-ouroffers-warp .layout-box .layout-row {
  padding: 90px 20px !important;
  background: url(/egg/image/vp/about/box-bg.png) no-repeat center center / cover;
  background-size: 100% 100%;
}
.vp-ouroffers-warp .layout-box .layout-row:nth-of-type(1) {
  padding: 180px 20px 90px !important;
}
.vp-ouroffers-warp .layout-box .layout-row:nth-last-of-type(1) {
  padding: 90px 20px 180px !important;
}
.vp-ouroffers-warp .layout-box .layout-row:nth-child(odd) .img-box {
  left: 54%;
}
.vp-ouroffers-warp .layout-box .layout-row:nth-child(even) .img-box {
  left: -60px;
}
.vp-ouroffers-warp .layout-box .layout-row .img-box img {
  height: 600px;
  width: 500px;
  object-fit: cover;
  border-radius: 28px;
}
.vp-ouroffers-warp .layout-box .layout-row .warp-flex {
  margin: 0 auto !important;
  align-items: center;
}
.vp-ouroffers-warp .layout-box .layout-row .warp-flex .warp-title {
  display: flex;
  flex-direction: column;
}
.vp-ouroffers-warp .layout-box .layout-row .warp-flex h2 {
  font-weight: 600;
  font-size: 24px;
  color: #ff7700;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  padding-bottom: 20px;
}
.vp-ouroffers-warp .layout-box .layout-row .warp-flex p {
  font-weight: 600;
  font-size: 48px;
  color: #333333;
  line-height: 67px;
  text-align: left;
  font-style: normal;
  padding-bottom: 40px;
  margin: 0 !important;
}
.vp-ouroffers-warp .layout-box .layout-row .warp-flex .description-content {
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  line-height: 33px;
  text-align: left;
  font-style: normal;
}
.vp-ouroffers-warp .active-color {
  color: var(--color-theme-1);
}
@keyframes animation1 {
  0% {
    transform: none;
  }
  33% {
    transform: translate(-2px, -5px);
  }
  66% {
    transform: translate(2px, 5px);
  }
  to {
    transform: none;
  }
}
@keyframes animation2 {
  0% {
    transform: none;
  }
  33% {
    transform: translate(-2px, 5px);
  }
  66% {
    transform: translate(2px, -5px);
  }
  to {
    transform: none;
  }
}
@keyframes animation3 {
  0% {
    transform: none;
  }
  33% {
    transform: translate(2px, 5px);
  }
  66% {
    transform: translate(-2px, -5px);
  }
  to {
    transform: none;
  }
}
.advertising-service .logo-facebook {
  display: inline-block;
  background: url('/egg/image/footerPages/advertising-logo-facebook.png');
  background-size: 100% 100%;
}
.advertising-service .logo-google {
  display: inline-block;
  background: url('/egg/image/footerPages/advertising-logo-google.png');
  background-size: 100% 100%;
}
.advertising-service .logo-tiktok {
  display: inline-block;
  background: url('/egg/image/footerPages/advertising-logo-tiktok.png');
  background-size: 100% 100%;
}
.advertising-service .banner {
  padding: 60px 0;
  position: relative;
  background: url('/egg/image/footerPages/advertising-banner-bg.jpg');
  background-size: 100% 100%;
}
.advertising-service .banner .arrow {
  position: absolute;
  bottom: 27px;
  width: 100%;
  text-align: center;
}
.advertising-service .banner .arrow span {
  cursor: pointer;
  color: var(--color-theme-1);
  transform: rotate(90deg);
  display: inline-block;
}
.advertising-service .banner .arrow span .iconfont {
  font-size: 30px;
  display: inline-block;
}
.advertising-service .banner .warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advertising-service .banner .text-box {
  width: 592px;
}
.advertising-service .banner .text-box h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 41px;
}
.advertising-service .banner .text-box h2 span {
  color: var(--color-theme-1);
}
.advertising-service .banner .text-box div {
  font-size: 36px;
  color: #333333;
}
.advertising-service .banner .text-box p {
  font-size: 24px;
  color: #666666;
  line-height: 33px;
  margin-top: 20px;
}
.advertising-service .banner .text-box button {
  background: var(--color-theme-1);
  box-shadow: 0px 11px 10px 0px rgba(255, 116, 40, 0.3);
  border-radius: 4px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 42px;
  margin-top: 66px;
  padding: 10px 40px;
}
.advertising-service .banner .text-box button:hover {
  background: var(--color-theme-1-1);
}
.advertising-service .banner .text-box button:focus {
  outline: none;
}
.advertising-service .banner .image-box {
  width: 500px;
  height: 500px;
  position: relative;
}
.advertising-service .banner .image-box .suspend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.advertising-service .banner .image-box .suspend .avatar {
  position: absolute;
}
.advertising-service .banner .image-box .suspend .avatar img {
  transform: scale(0.7);
  box-shadow: 0px 16px 25px 0px rgba(0, 0, 0, 0.1);
}
.advertising-service .banner .image-box .suspend .avatar:nth-child(1) {
  top: -4px;
  left: 22px;
  animation: animation1 6s ease infinite alternate;
}
.advertising-service .banner .image-box .suspend .avatar:nth-child(2) {
  top: 354px;
  left: 0;
  animation: animation2 6s ease infinite alternate;
}
.advertising-service .banner .image-box .suspend .avatar:nth-child(3) {
  top: 299px;
  right: -28px;
  animation: animation3 6s ease infinite alternate;
}
.advertising-service .banner .image-box img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.advertising-service .advertising-card {
  background: url('/egg/image/footerPages/advertising-main-bg.jpg');
  padding: 100px 0 30px;
  background-size: 100% 100%;
}
.advertising-service .advertising-card .advertising-arrow {
  text-align: center;
}
.advertising-service .advertising-card .advertising-arrow img {
  height: 80px;
}
.advertising-service .advertising-card .card-item {
  background: #FFFFFF;
  box-shadow: 4px 7px 0px 0px #000000;
  border-radius: 10px;
  border: 3px solid #000000;
  padding: 30px 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advertising-service .advertising-card .card-item .logo-facebook {
  width: 269px;
  height: 52px;
}
.advertising-service .advertising-card .card-item .logo-google {
  width: 257px;
  height: 90px;
}
.advertising-service .advertising-card .card-item .logo-tiktok {
  width: 282px;
  height: 84px;
}
.advertising-service .advertising-card .card-item .text {
  font-size: 24px;
  color: #333333;
  line-height: 42px;
  width: 680px;
}
.advertising-service .advertising-card .card-item .text span {
  color: var(--color-theme-1);
  font-size: 40px;
}
.advertising-service .advertising-tab {
  padding: 60px;
  position: relative;
  background: url('/egg/image/footerPages/advertising-main-bg2.jpg');
  background-size: 100% 100%;
}
.advertising-service .advertising-tab .star-six {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #000;
  position: absolute;
  right: 26px;
  top: 26px;
}
.advertising-service .advertising-tab .star-six:after {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #000;
  position: absolute;
  content: "";
  top: 9px;
  left: -15px;
}
.advertising-service .advertising-tab .box {
  padding: 30px 0 60px;
  background: #FFFFFF;
  box-shadow: 4px 7px 0px 0px #000000;
  border-radius: 10px;
  border: 3px solid #000000;
  position: relative;
}
.advertising-service .advertising-tab .box h3 {
  text-align: center;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
  margin-bottom: 30px;
}
.advertising-service .advertising-tab .tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.advertising-service .advertising-tab .tab-list em {
  width: 141px;
  height: 52px;
  border-radius: 8px;
  border: 2px solid #000000;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  cursor: pointer;
}
.advertising-service .advertising-tab .tab-list em.cur,
.advertising-service .advertising-tab .tab-list em:hover {
  background: #000000;
  color: #fff;
}
.advertising-service .advertising-tab ul .logo-facebook {
  width: 191px;
  height: 36px;
}
.advertising-service .advertising-tab ul .logo-google {
  width: 141px;
  height: 49px;
}
.advertising-service .advertising-tab ul .logo-tiktok {
  width: 178px;
  height: 49px;
}
.advertising-service .advertising-tab ul li {
  padding: 0 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.advertising-service .advertising-tab ul li .text {
  width: 556px;
}
.advertising-service .advertising-tab ul li .text p {
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  margin-top: 20px;
}
.advertising-service .advertising-tab ul li .img-box {
  width: 430px;
}
.advertising-service .advertising-tab ul li .img-box img {
  width: 100%;
}
@keyframes skeleton-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.policy-table {
  border: 1px solid #333;
  text-align: center;
}
.policy-table th {
  border: 1px solid #333;
  padding: 5px;
  vertical-align: middle;
}
.policy-table td {
  border: 1px solid #333;
  padding: 10px;
}
.shippingpolicy {
  min-height: calc(100vh - 313px);
}
.paymentAgency {
  min-height: calc(100vh - 313px);
  background: #ffffff;
}
.paymentAgency .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paymentAgency a {
  outline: none;
}
.paymentAgency a:hover,
.paymentAgency a:active,
.paymentAgency a:focus {
  outline: none;
  box-shadow: none;
}
.paymentAgency .contactUsBtn {
  cursor: pointer;
  width: 180px;
  height: 64px;
  box-shadow: inset 0px 0px 6px 1px rgba(255, 119, 0, 0.2);
  border-radius: 12px;
  margin-right: 42px;
  background: #ffffff;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}
.paymentAgency .contactUsBtn:last-child {
  margin-right: 0;
}
.paymentAgency .contactUsBtn:hover {
  color: var(--color-theme-1);
  box-shadow: inset 0px 0px 6px 1px rgba(255, 119, 0, 0.4);
}
.paymentAgency .contactUsBtn img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.paymentAgency .paymentAgencyHeadBox {
  width: 100%;
  height: 552px;
  background-image: url('/egg/image/paymentAgency/head_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.paymentAgency .paymentAgencyHeadBox .paymentAgencyTitleBox {
  width: 1200px;
  height: calc(100% - 85px);
  margin: 0 auto;
  position: relative;
}
.paymentAgency .paymentAgencyHeadBox .paymentAgencyTitleBox .paymentAgencyTitle {
  width: 659px;
  padding: 69px 68px 69px 36px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.paymentAgency .paymentAgencyHeadBox .paymentAgencyTitleBox .paymentAgencyTitle .title {
  font-weight: 600;
  font-size: 42px;
  color: #333333;
  line-height: 56px;
  text-align: left;
}
.paymentAgency .paymentAgencyHeadBox .paymentAgencyTitleBox .paymentAgencyTitle .desc {
  font-size: 22px;
  color: #666666;
  line-height: 32px;
  margin-top: 24px;
}
.paymentAgency .paymentAgencyHeadBox .paymentAgencyTabBox {
  width: 100%;
  height: 85px;
  background-image: url('/egg/image/paymentAgency/title_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.paymentAgency .paymentAgencyHeadBox .paymentAgencyTabBox .paymentAgencyTabList {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.paymentAgency .paymentAgencyHeadBox .paymentAgencyTabBox .paymentAgencyTabList .paymentAgencyTabItem {
  width: 50%;
  font-size: 20px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paymentAgency .paymentAgencyHeadBox .paymentAgencyTabBox .paymentAgencyTabList .paymentAgencyTabItem a {
  display: inline-block;
}
.paymentAgency .paymentAgencyHeadBox .paymentAgencyTabBox .paymentAgencyTabList .paymentAgencyTabItem .iconfont {
  font-size: 26px;
  line-height: 26px;
  margin-right: 4px;
  font-weight: 400;
}
.paymentAgency .paymentAgencyHeadBox .paymentAgencyTabBox .paymentAgencyTabList .paymentAgencyTabItem.active {
  font-weight: 600;
  color: var(--color-theme-1);
  position: relative;
}
.paymentAgency .paymentAgencyHeadBox .paymentAgencyTabBox .paymentAgencyTabList .paymentAgencyTabItem.active::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 18px 16px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.paymentAgency .paymentAgencyContainer {
  width: 1200px;
  margin: 60px auto 0;
  text-align: center;
}
.paymentAgency .paymentAgencyContainer .paymentAgencyContainerTitle {
  font-weight: 500;
  font-size: 40px;
  color: var(--color-font-1);
  line-height: 54px;
}
.paymentAgency .paymentAgencyContainer .desc {
  font-size: 20px;
  color: var(--color-font-2);
  line-height: 32px;
  margin-top: 6px;
}
.paymentAgency .paymentAgencyContainer .ourTeam {
  width: 100%;
  height: 516px;
  margin-top: 43px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.paymentAgency .paymentAgencyContainer .ourTeam img {
  width: 553px;
  height: 100%;
}
.paymentAgency .paymentAgencyContainer .ourTeam .desc {
  padding: 70px 42px 36px;
}
.paymentAgency .paymentAgencyContainer .ourTeam .desc .text {
  font-weight: 500;
  font-size: 24px;
  color: var(--color-font-1);
  line-height: 40px;
  text-align: left;
}
.paymentAgency .paymentAgencyContainer .ourTeam .desc .imgList {
  margin-top: 57px;
  justify-content: start;
}
.paymentAgency .paymentAgencyContainer .ourTeam .desc .imgList .imgItem {
  width: 134px;
  height: 117px;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 36px;
  position: relative;
}
.paymentAgency .paymentAgencyContainer .ourTeam .desc .imgList .imgItem:nth-child(1) {
  background-image: url('/egg/image/paymentAgency/ourTeam_01.png');
}
.paymentAgency .paymentAgencyContainer .ourTeam .desc .imgList .imgItem:nth-child(2) {
  background-image: url('/egg/image/paymentAgency/ourTeam_02.png');
}
.paymentAgency .paymentAgencyContainer .ourTeam .desc .imgList .imgItem:nth-child(3) {
  background-image: url('/egg/image/paymentAgency/ourTeam_03.png');
  margin-right: 0;
}
.paymentAgency .paymentAgencyContainer .ourTeam .desc .imgList .imgItem span {
  position: absolute;
  bottom: 7px;
  display: inline-block;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.paymentAgency .paymentAgencyContainer .learnMore {
  width: 100%;
  height: 128px;
  background-image: url('/egg/image/paymentAgency/learnMore_bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 20px;
  justify-content: space-between;
  margin: 60px 0 55px;
}
.paymentAgency .paymentAgencyContainer .learnMore h3 {
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: left;
  margin-right: 165px;
}
.paymentAgency .paymentAgencyContainer .application .content {
  width: 1200px;
  background: #FF7700;
  border-radius: 12px;
  margin-top: 42px;
  align-items: flex-start;
}
.paymentAgency .paymentAgencyContainer .application .content .text {
  padding: 72px 60px 0;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: left;
}
.paymentAgency .paymentAgencyContainer .application .content img {
  height: 400px;
}
.paymentAgency .paymentAgencyContainerPlans {
  background: #FBFBFB;
  text-align: center;
}
.paymentAgency .paymentAgencyContainerPlans .plans {
  width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.paymentAgency .paymentAgencyContainerPlans .plans h3 {
  font-weight: 500;
  font-size: 40px;
  color: #333333;
  line-height: 54px;
}
.paymentAgency .paymentAgencyContainerPlans .plans .plansList {
  margin-top: 42px;
}
.paymentAgency .paymentAgencyContainerPlans .plans .plansList .plansItem {
  width: 397px;
  height: 436px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.paymentAgency .paymentAgencyContainerPlans .plans .plansList .plansItem:nth-child(1) {
  margin-right: 107px;
}
.paymentAgency .paymentAgencyContainerPlans .plans .plansList .plansItem img {
  width: 100%;
  height: 256px;
}
.paymentAgency .paymentAgencyContainerPlans .plans .plansList .plansItem .title {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 35px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  margin-top: 24px;
}
.paymentAgency .paymentAgencyContainerPlans .plans .plansList .plansItem .text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  margin-top: 8px;
  padding: 0 16px;
}
.paymentAgency .paymentAgencyContainerPlans .plans .plansDescText {
  width: 901px;
  margin-top: 24px;
  font-size: 20px;
  color: #666;
  line-height: 32px;
  text-align: center;
  font-weight: 500;
}
.paymentAgency .paymentAgencyContainerContactUs {
  background: #FFECDC;
  margin-top: 60px;
}
.paymentAgency .paymentAgencyContainerContactUs .contactUsBox {
  width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
}
.paymentAgency .paymentAgencyContainerContactUs .contactUsBox h3 {
  font-weight: 500;
  font-size: 40px;
  color: #333333;
  line-height: 54px;
  text-align: center;
}
.paymentAgency .paymentAgencyContainerContactUs .contactUsBox .text {
  font-size: 20px;
  color: #666666;
  line-height: 32px;
  margin-top: 12px;
  text-align: center;
  width: 920px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.paymentAgency .paymentAgencyContainerContactUs .contactUsBox .contactUsBtn {
  margin-right: 20px;
  height: 60px;
}
.paymentWed2c .paymentWed2cContainer {
  width: 1200px;
  margin: 60px auto 0;
  text-align: center;
}
.paymentWed2c .paymentWed2cContainer .paymentWed2cContainerTitle {
  font-weight: 500;
  font-size: 40px;
  color: #333333;
  line-height: 54px;
  margin-bottom: 32px;
}
.paymentWed2c .paymentWed2cContainer .paymentWed2cContainerTitle.paymentWed2cContainerTitle-small {
  font-size: 36px;
}
.paymentWed2c .paymentWed2cContainer .wed2cLogo {
  width: 108px;
}
.paymentWed2c .paymentWed2cContainer .desc {
  font-size: 20px;
  color: #666666;
  line-height: 32px;
  margin-top: 16px;
}
.paymentWed2c .paymentWed2cContainer .paymentWed2cSteps {
  padding: 42px 0 60px;
}
.paymentWed2c .paymentWed2cContainer .paymentWed2cSteps .title {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 42px;
}
.paymentWed2c .paymentWed2cContainer .paymentWed2cSteps .stepsBox {
  width: 100%;
  height: 382px;
  margin-top: 24px;
  background-image: url('/egg/image/paymentAgency/steps_bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.paymentWed2c .paymentWed2cContainer .paymentWed2cSteps .stepsBox .stepItem {
  position: absolute;
}
.paymentWed2c .paymentWed2cContainer .paymentWed2cSteps .stepsBox .stepItem .title {
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: left;
}
.paymentWed2c .paymentWed2cContainer .paymentWed2cSteps .stepsBox .stepItem .text {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
  margin-top: 16px;
}
.paymentWed2c .paymentWed2cContainer .paymentWed2cSteps .stepsBox .stepItem.step1 {
  top: 90px;
  left: 56px;
}
.paymentWed2c .paymentWed2cContainer .paymentWed2cSteps .stepsBox .stepItem.step2 {
  width: 440px;
  top: 90px;
  left: 349px;
}
.paymentWed2c .paymentWed2cContainer .paymentWed2cSteps .stepsBox .stepItem.step2 .title {
  margin-bottom: 30px;
}
.paymentWed2c .paymentWed2cContainer .paymentWed2cSteps .stepsBox .connect {
  width: 77px;
  height: 36px;
  background-image: url('/egg/image/paymentAgency/connect.png');
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 197px;
  left: 276px;
  z-index: 2;
}
.paymentWed2c .paymentWed2cContainer .offerList {
  width: 100%;
  border-radius: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.paymentWed2c .paymentWed2cContainer .offerList .offerItem {
  height: 202px;
  padding: 32px 0 0 42px;
  text-align: left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.paymentWed2c .paymentWed2cContainer .offerList .offerItem .offerItemTitle {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 10px;
}
.paymentWed2c .paymentWed2cContainer .offerList .offerItem .offerItemText {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.paymentWed2c .paymentWed2cContainer .offerList .offerItem .offerItemText.offerItemText-over-2 {
  width: 200px;
}
.paymentWed2c .paymentWed2cContainer .offerList .offerItem .offerItemText.offerItemText-over-4 {
  width: 380px;
}
.paymentWed2c .paymentWed2cContainer .offerList .offerItem.trendingProducts {
  width: 400px;
  height: 202px;
  background-image: url('/egg/image/paymentAgency/trendingProducts.png');
  border-radius: 32px 0 0 0;
  background-size: cover;
}
.paymentWed2c .paymentWed2cContainer .offerList .offerItem.storeMarketing {
  width: 400px;
  height: 202px;
  background-image: url('/egg/image/paymentAgency/storeMarketing.png');
  background-size: cover;
}
.paymentWed2c .paymentWed2cContainer .offerList .offerItem.analyticsTools {
  width: 400px;
  height: 202px;
  background-image: url('/egg/image/paymentAgency/analyticsTools.png');
  border-radius: 0 32px 0 0;
  background-size: cover;
}
.paymentWed2c .paymentWed2cContainer .offerList .offerItem.orderFulfillment {
  width: 600px;
  height: 202px;
  background-image: url('/egg/image/paymentAgency/orderFulfillment.png');
  border-radius: 0 0 0 32px;
  background-size: cover;
}
.paymentWed2c .paymentWed2cContainer .offerList .offerItem.liveStreamingShopping {
  width: 600px;
  height: 202px;
  background-image: url('/egg/image/paymentAgency/liveStreamingShopping.png');
  border-radius: 0 0 32px 0;
  background-size: cover;
}
.paymentWed2c .commerceContainer {
  width: 100%;
  background: #FBFBFB;
  padding-top: 60px;
  text-align: center;
}
.paymentWed2c .commerceContainer .commerceContent {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.paymentWed2c .commerceContainer .commerceContent .title {
  font-weight: 500;
  font-size: 40px;
  color: #333333;
  line-height: 56px;
  margin-bottom: 42px;
}
.paymentWed2c .commerceContainer .commerceContent .commerceList {
  width: 100%;
}
.paymentWed2c .commerceContainer .commerceContent .commerceList .commerceItem {
  width: 100%;
  height: 520px;
  margin-bottom: 120px;
  justify-content: start;
  align-items: flex-start;
}
.paymentWed2c .commerceContainer .commerceContent .commerceList .commerceItem .video {
  width: 624px;
  height: 521px;
  background: #F7F7F7;
  border-radius: 32px;
  overflow: hidden;
  flex: none;
  position: relative;
}
.paymentWed2c .commerceContainer .commerceContent .commerceList .commerceItem .video .active {
  border-radius: 6px;
  position: absolute;
  right: -6px;
  top: 0;
  z-index: 0;
}
.paymentWed2c .commerceContainer .commerceContent .commerceList .commerceItem .descWrap {
  padding: 120px 0 0 0;
  text-align: left;
}
.paymentWed2c .commerceContainer .commerceContent .commerceList .commerceItem .descWrap.pl60 {
  padding-left: 60px;
}
.paymentWed2c .commerceContainer .commerceContent .commerceList .commerceItem .descWrap.pr60 {
  padding-right: 60px;
}
.paymentWed2c .commerceContainer .commerceContent .commerceList .commerceItem .descWrap .descTitle {
  font-weight: 500;
  font-size: 32px;
  color: #333333;
  line-height: 45px;
  margin-bottom: 30px;
}
.paymentWed2c .commerceContainer .commerceContent .commerceList .commerceItem .descWrap .descText {
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 32px;
}
.paymentWed2c .commerceContainer .commerceContent .QRCodeList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paymentWed2c .commerceContainer .commerceContent .QRCodeList .item {
  width: 172px;
  height: 236px;
  background: #FFFFFF;
  box-shadow: 3px 5px 35px 3px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 16px;
  text-align: center;
  margin-right: 40px;
}
.paymentWed2c .commerceContainer .commerceContent .QRCodeList .item:last-child {
  margin-right: 0;
}
.paymentWed2c .commerceContainer .commerceContent .QRCodeList .item img {
  width: 140px;
  height: 140px;
}
.paymentWed2c .commerceContainer .commerceContent .QRCodeList .item .btn {
  display: inline-block;
  margin-top: 16px;
  width: 140px;
  height: 40px;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #40424C;
  font-weight: 500;
  font-size: 16px;
  color: #40424C;
  text-align: center;
  cursor: pointer;
}
.paymentWed2c .commerceContainer .commerceContent .QRCodeList .item .btn:hover {
  border-color: var(--color-theme-1);
  color: var(--color-theme-1);
}
.sourcing-guide-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 64px;
  background: var(--color-primary);
  box-shadow: 0px 0px 8px 0px rgba(255, 119, 0, 0.3);
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  line-height: 1;
}
.sourcing-guide-box:hover {
  background: var(--color-primary-hover);
  box-shadow: 0px 0px 8px 0px rgba(255, 119, 0, 0.3);
  opacity: 1;
}
.sourcing-guide-box:hover .sourcing-guide-content::after {
  margin-left: 55px;
}
.sourcing-guide-box .sourcing-guide-content {
  transition: all 0.8s;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sourcing-guide-box .sourcing-guide-content:hover {
  cursor: pointer;
}
.sourcing-guide-box .sourcing-guide-content::after {
  content: '\e8d4';
  font-size: 18px;
  font-family: 'iconfont';
  margin-left: 15px;
  transition: all 0.8s;
}
.sourcing-guide-box .sourcing-icon {
  width: 48px;
  margin-top: 0;
  margin-right: -5px;
  margin-left: 0;
  transition: all 0.3s;
}
.sourcing-guide-box .iconsoupinpindaojiantou {
  font-size: 18px;
}
