.contact-details-box {
  display: none !important;
}
.pod .title {
  text-align: center;
  padding: 40px 0 30px;
  font-size: 32px;
  color: #333333;
  font-weight: 500;
}
.pod .title span {
  display: inline-block;
  font-weight: bold;
}
.pod .title span::after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  margin: auto;
  background: var(--color-theme-1);
  margin-top: 10px;
}
.pod .btn-view-more {
  display: inline-block;
  min-width: 160px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--color-primary);
  font-size: 18px;
  color: var(--color-primary);
  line-height: 40px;
  text-align: center;
  margin: auto;
  position: relative;
}
.pod .btn-view-more span {
  background: #fff;
  position: relative;
  z-index: 1;
}
.pod .btn-view-more i {
  position: absolute;
  right: 50px;
  transition: right 0.5s;
}
.pod .btn-view-more:hover {
  color: white;
  background-color: var(--color-primary);
  border-color: transparent;
}
.pod .btn-view-more:hover span {
  background-color: var(--color-primary);
}
.pod .btn-view-more:hover i {
  right: 10px;
  color: white;
}
.pod .pod-banner {
  position: relative;
}
.pod .pod-banner img {
  width: 100%;
}
.pod .pod-banner .text {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pod .pod-banner .text .mark-title span::before,
.pod .pod-banner .text .mark-title span::after {
  width: 24px;
  height: 44px;
}
.pod .pod-banner .text .mark-title span::before {
  left: -40px;
  top: -18px;
}
.pod .pod-banner .text .mark-title span::after {
  right: -40px;
  bottom: -18px;
}
.pod .pod-banner .text h1 {
  font-size: 70px;
  font-weight: bold;
  color: #FFFFFF;
}
.pod .pod-banner .text h2 {
  font-size: 40px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 80px 0 24px;
}
.pod .pod-banner .text p {
  font-size: 35px;
  font-weight: 400;
  color: #FFFFFF;
}
.pod .card-wrap .inner-box > .detail-anchor img {
  border: none;
}
.pod .pod-home {
  background: #fff;
  overflow: hidden;
}
.pod .pod-home .swiper-button-prev:focus,
.pod .pod-home .swiper-button-next:focus {
  outline: none;
}
.pod .pod-home .pod-swiper-hot {
  background: #FCF6F0;
  padding: 40px 0;
}
.pod .pod-home .pod-swiper-hot .box {
  width: 1078px;
  position: relative;
  margin: 0 auto;
  background: #FAFAFA;
  display: flex;
  align-items: center;
}
.pod .pod-home .pod-swiper-hot .box .swiper-button-prev {
  left: -120px;
}
.pod .pod-home .pod-swiper-hot .box .swiper-button-next {
  right: -120px;
  transform: rotate(180deg);
}
.pod .pod-home .pod-swiper-hot .box .swiper-button-prev:after,
.pod .pod-home .pod-swiper-hot .box .swiper-button-next:after {
  display: none;
}
.pod .pod-home .pod-swiper-hot .box .swiper-button-prev,
.pod .pod-home .pod-swiper-hot .box .swiper-button-next {
  z-index: 2;
  width: 80px;
  height: 80px;
  background: url(/egg/image/printonDemand/swiper.svg) no-repeat;
  background-size: 100% 100%;
}
.pod .pod-home .pod-swiper-hot .box .swiper-button-prev:hover,
.pod .pod-home .pod-swiper-hot .box .swiper-button-next:hover {
  background: url(/egg/image/printonDemand/swiperH.png);
}
.pod .pod-home .pod-swiper-hot .box .slide-main {
  display: flex;
  color: #333333;
  height: 100%;
}
.pod .pod-home .pod-swiper-hot .box .slide-main a.aHref {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pod .pod-home .pod-swiper-hot .box .slide-main div {
  width: 100%;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-img {
  width: 512px;
  height: 512px;
  overflow: hidden;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-img .imgBox {
  height: 100%;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-img .imgBox img {
  height: 100%;
  width: 100%;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text {
  width: 566px;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text {
  display: flex;
  text-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text > div {
  width: 100%;
  word-wrap: break-word;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text > div a {
  color: #333;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text h5 {
  font-size: 20px;
  margin-bottom: 35px;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text h3 {
  font-size: 32px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 528px;
  height: 90px;
  margin: 0 auto 4px;
  line-height: 45px;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
  padding: 0 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 120px;
  color: #999;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text .list {
  font-size: 24px;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text .price {
  font-size: 30px;
  margin: 10px 0 20px;
  color: var(--color-theme-1);
}
.pod .pod-home .pod-swiper-hot .box .default {
  width: 1200px;
  display: flex;
}
.pod .pod-home .pod-swiper-hot .box .default img {
  width: 570px;
}
.pod .pod-home .pod-swiper-hot .box .default > div {
  width: 630px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333333;
}
.pod .pod-home .pod-swiper-hot .box .default > div div {
  width: 100%;
}
.pod .pod-home .pod-swiper-hot .box .default > div h3 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 58px;
}
.pod .pod-home .pod-swiper-hot .box .default > div p {
  font-size: 25px;
  font-weight: 400;
}
.pod .pod-home .hotSelling {
  overflow: hidden;
  margin-top: 30px;
}
.pod .pod-home .hotSelling .selling-list {
  width: 1200px;
  background: #FFFBF7;
  margin: auto;
  padding: 0 8px 10px;
}
.pod .pod-home .hotSelling .selling-list .product-box {
  display: flex;
  flex-wrap: wrap;
}
.pod .pod-home .hotSelling .selling-list .product-box p {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.pod .pod-home .hotSelling .selling-list .product-box .product-card {
  width: 244px;
  height: auto;
  margin: 0 26px 20px!important;
}
.pod .pod-home .hotSelling .selling-list .product-box .product-card .fillBtn {
  top: 189px;
}
.pod .pod-home .hotSelling .selling-list .product-box .product-card .fillBtn.product-to-list {
  top: 147px;
}
.pod .pod-home .pod-trending-products {
  position: relative;
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pod .pod-home .pod-trending-products .trending-container {
  width: 100%;
  overflow: visible;
}
.pod .pod-home .pod-trending-products .trending-container .trending-wrapper {
  transition: all 300ms ease 0s;
  display: flex;
  flex-wrap: wrap;
}
.pod .pod-home .pod-trending-products .trending-container .trending-wrapper .trending-slide {
  flex-shrink: 0;
}
.pod .pod-home .pod-trending-products .trending-container .trending-wrapper .product-card {
  width: 187.5px;
}
.pod .pod-home .pod-trending-products .card-wrap {
  width: 100%;
}
.pod .pod-home .pod-trending-products .card-wrap .inner-box > .detail-anchor {
  height: 190px;
}
.pod .pod-home .pod-trending-products .navigation {
  color: #333333;
  font-size: 20px;
  text-align: right;
  margin-bottom: 25px;
  user-select: none;
}
.pod .pod-home .pod-trending-products .navigation em {
  color: #999990;
}
.pod .pod-home .pod-trending-products .navigation .swiper-button-prev,
.pod .pod-home .pod-trending-products .navigation .swiper-button-next {
  position: initial;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 13px;
  vertical-align: 1px;
}
.pod .pod-home .pod-trending-products .navigation .swiper-button-prev::after,
.pod .pod-home .pod-trending-products .navigation .swiper-button-next::after {
  font-size: 15px;
  color: #000;
}
.pod .pod-home .pod-trending-products .more {
  display: inline-block;
  min-width: 160px;
  padding: 0 12px;
  border: 1px solid var(--color-primary);
  margin: 40px auto;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  color: var(--color-primary);
}
.pod .pod-home .pod-trending-products .more span {
  background: #fff;
  position: relative;
  z-index: 1;
}
.pod .pod-home .pod-trending-products .more i {
  position: absolute;
  right: 50px;
  transition: right 0.5s;
}
.pod .pod-home .pod-trending-products .more:hover {
  color: white;
  background-color: var(--color-primary);
  border-color: transparent;
}
.pod .pod-home .pod-trending-products .more:hover span {
  background-color: var(--color-primary);
}
.pod .pod-home .pod-trending-products .more:hover i {
  right: 7px;
  color: white;
}
.pod .pod-home .video-block {
  width: 1200px;
  margin: auto;
  padding-bottom: 60px;
  margin-bottom: 30px;
  background: url(/egg/image/printonDemand/point.png) #FFFBF7 no-repeat 10px bottom;
}
.pod .pod-home .video-block .box {
  display: flex;
  justify-content: center;
}
.pod .pod-home .video-block .box .iframe {
  width: 570px;
  height: 311px;
}
.pod .pod-home .video-block .box .main {
  margin-left: 40px;
  width: 358px;
  padding-top: 45px;
}
.pod .pod-home .video-block .box .main h3 {
  font-size: 40px;
  font-weight: normal;
  color: #333333;
  line-height: 40px;
  margin-bottom: 20px;
}
.pod .pod-home .video-block .box .main p {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin-bottom: 80px;
}
.pod .pod-home .video-block .box .main .btn-view-more {
  margin-left: 0;
}
.pod .pod-home .works-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pod .pod-home .works-block .box {
  width: 1200px;
  margin: auto;
  background: #FFFBF7;
  padding: 0 50px 30px;
}
.pod .pod-home .works-block ul {
  overflow: hidden;
}
.pod .pod-home .works-block ul li {
  width: 340px;
  float: left;
}
.pod .pod-home .works-block ul li h3 {
  min-height: 75px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 25px;
  margin-bottom: 10px;
}
.pod .pod-home .works-block ul li p {
  min-height: 96px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 15px;
}
.pod .pod-home .works-block ul li:not(:nth-child(3n)) {
  margin-right: 40px;
}
.pod .pod-home .works-block ul li a {
  font-size: 16px;
  color: var(--color-theme-1);
  line-height: 22px;
}
.pod .pod-home .works-block ul li a:hover {
  text-decoration: underline;
}
.pod .pod-home .works-block .btn-view-more {
  margin: 30px auto;
}
.pod .pod-home .video-main {
  display: flex;
}
.pod .pod-home .video-img-list {
  margin-right: 10px;
}
.pod .pod-home .video-img-item {
  margin-bottom: 10px;
  width: 100px;
  height: 68px;
  cursor: pointer;
  border: 1px solid #fff;
}
.pod .pod-home .video-img-item.cur {
  border-color: var(--color-theme-1);
}
.pod .pod-home .video-img-item:hover {
  border-color: var(--color-theme-1);
}
.pod .pod-home .video-img-item .img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.pod .pod-home .video-iframe {
  position: relative;
  width: 570px;
}
.pod .pod-home .video-iframe-box .video-title {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
}
.pod .pod-home .video-iframe-box .goyoutube {
  padding: 12px 16px;
  background: #fff;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-top: 14px;
}
.pod .pod-home .video-iframe-box .goyoutube::after {
  content: '\e6fa';
  font-family: 'iconfont';
  margin-left: 10px;
  transform: scale(0.8);
  margin-top: 4px;
}
.pod .pod-home .video-iframe-box .goyoutube:hover {
  color: #333;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.pod .pod-home .video-iframe-box .goyoutube img {
  margin-left: 8px;
}
.pod .pod-home .video-iframe .cur {
  z-index: 1;
}
.pod .pod-home .video-iframe iframe {
  width: 570px;
  height: 311px;
  position: absolute;
  left: 0;
  top: 0;
}
.pod .pod-home .video-iframe .iframe {
  visibility: hidden;
}
.pod .pod-help {
  background: #fff;
  padding-bottom: 48px;
}
.pod .pod-help section {
  width: 1200px;
  margin: auto;
}
.pod .pod-help section .pod-help-list {
  background: #FAF6F2;
  list-style: disc;
  padding: 40px 60px 20px 70px;
  overflow: hidden;
}
.pod .pod-help section .pod-help-list li {
  width: 280px;
  float: left;
  margin-bottom: 30px;
  font-size: 18px;
}
.pod .pod-help section .pod-help-list li:not(:nth-child(3n)) {
  margin-right: 110px;
}
.pod .pod-help section .pod-help-list li a {
  color: #333;
}
.pod .pod-help section .pod-help-list li a:hover {
  color: var(--color-primary);
}
.pod .pod-help section .video-box {
  background: #FAF6F2;
  padding: 60px 60px 40px;
  overflow: hidden;
}
.pod .pod-help section .video-box .video-item:not(:last-child) {
  margin-bottom: 80px;
}
.pod .pod-help section .video-box .video-item .iframe {
  width: 100%;
  height: 590px;
  margin-bottom: 20px;
}
.pod .pod-help section .video-box .video-item p {
  font-size: 30px;
  color: #333333;
}
.pod .pod-help .video-main {
  display: flex;
}
.pod .pod-help .video-img-list {
  margin-right: 10px;
}
.pod .pod-help .video-img-item {
  margin-bottom: 10px;
  width: 150px;
  height: 102px;
  cursor: pointer;
  list-style: none;
  border: 1px solid #fff;
}
.pod .pod-help .video-img-item.cur {
  border-color: var(--color-theme-1);
}
.pod .pod-help .video-img-item:hover {
  border-color: var(--color-theme-1);
}
.pod .pod-help .video-img-item .img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.pod .pod-help .video-iframe {
  position: relative;
}
.pod .pod-help .video-iframe-box .video-title {
  font-size: 28px;
  color: #333;
  line-height: 1.2;
  padding: 5px 0 ;
  height: 78px;
}
.pod .pod-help .video-iframe-box .goyoutube {
  padding: 12px 16px;
  background: #fff;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-top: 14px;
}
.pod .pod-help .video-iframe-box .goyoutube::after {
  content: '\e6fa';
  font-family: 'iconfont';
  margin-left: 10px;
  transform: scale(0.8);
  margin-top: 4px;
}
.pod .pod-help .video-iframe-box .goyoutube:hover {
  color: #333;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.pod .pod-help .video-iframe-box .goyoutube img {
  margin-left: 8px;
}
.pod .pod-help .video-iframe .cur {
  z-index: 1;
}
