.header {
  display: flex;
  padding: 0 42px;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  background-color: #ffffff;
}
.header img {
  width: 182px;
  height: 39px;
}
.header .login-tel {
  display: flex;
  align-items: center;
}
.header .login-btn {
  width: 73px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #151e23;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid #3d5bce;
}
.header .tel {
  margin-left: 24px;
  padding-left: 26px;
  font-size: 14px;
  color: #000000;
  background: url("../../assets/images/tel-icon.png") no-repeat;
}

.wrap {
  max-width: 1900px;
  margin: 0 auto;
}

.banner {
  position: relative;
  width: 100%;
  height: 680px;
}
.banner img {
  width: 100%;
  height: 100%;
  /* max-width: 1920px; */
  height: auto;
}
.banner-content {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 316px;
  animation: slideUpFromBottom 1.2s ease-out;
}

.solution {
  width: 100%;
  height: 882px;
  margin: 0 auto;
  background: url("/images/epson/solution-bg.png") no-repeat center top;
  background-size: 100% 882px;
  overflow: hidden;
}
.solution h2 {
  padding-top: 69px;
  font-size: 36px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  justify-content: center;
  color: #182c49;
  font-family: "AlibabaPuHuiTi";
}
.solution .tips {
  padding-top: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  display: flex;
  justify-content: center;
  color: #182c49;
  font-family: "AlibabaPuHuiTi";
}
.solution img {
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 1508px;
  height: auto;
  min-height: 300px;
  /* object-fit: contain; */
  /* transform: translateY(140px); */
  /* opacity: 0; */
}

/* .solution img.animate {
  animation: slideUpFromBottom 1.2s ease-out;
  transform: translateY(0);
  opacity: 1;
} */

.description {
  height: 680px;
  background: url("/images/epson/description-bg.png") no-repeat center top;
  overflow: hidden;
}
.description h2 {
  padding-top: 69px;
  font-size: 36px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  justify-content: center;
  color: #182c49;
  font-family: "AlibabaPuHuiTi";
}
.description .tips {
  padding-top: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  display: flex;
  justify-content: center;
  color: #182c49;
  font-family: "AlibabaPuHuiTi";
}
.description img {
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 1551px;
  height: auto;
  min-height: 300px;
  /* object-fit: contain; */
  /* transform: translateY(140px); */
  /* opacity: 0; */
}
/* .description img.animate {
  animation: slideUpFromBottom 1.2s ease-out;
  transform: translateY(0);
  opacity: 1;
} */

.process {
  padding-bottom: 88px;
  background: #eff2f9;
}
.process h2 {
  font-size: 36px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  color: #182c49;
  height: 166px;
  line-height: 166px;
  font-family: "AlibabaPuHuiTi";
}
.process img {
  display: block;
  width: 100%;
  max-width: 1357px;
  height: auto;
  min-height: 300px;
  margin: 0 auto;
  /* object-fit: contain; */
  /* transform: translateY(140px); */
  /* opacity: 0; */
}
/* .process img.animate {
  animation: slideUpFromBottom 1.2s ease-out;
  transform: translateY(0);
  opacity: 1;
} */
.friendly-link {
  height: 48px;
  line-height: 48px;
  background: #f9fafb;
}
.friendly-link .friendly-content {
  width: 100%;
  max-width: 1182px;
  margin: 0 auto;
  display: flex;
  font-size: 12px;
  font-weight: normal;
  color: #6b7280;
}
.friendly-link .friendly-content a {
  display: inline-block;
  color: #6b7280;
}
.friendly-link .friendly-content a + a {
  margin-left: 13px;
}
.footer-wrap {
  width: 100%;
  background-color: #ffffff;
}
.footer-content {
  width: 100%;
  max-width: 1182px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  margin: 22px 0 16px;
}

/* .footer-right img {
  width: 116px;
  height: 116px;
} */
.footer-right p {
  padding: 5px 0 14px;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  color: #4b4b4b;
}
.footer-right .tel1 {
  font-size: 15px;
  padding-left: 22px;
  color: #4b4b4b;
  background: url("../../assets/images/f_1.svg") no-repeat left center;
  background-size: 16px 16px;
}
.footer-right .tel2 {
  margin-top: 15px;
  font-size: 15px;
  padding-left: 22px;
  color: #4b4b4b;
  background: url("../../assets/images/f_2.svg") no-repeat left center;
  background-size: 16px 16px;
}
.footer-list {
  border-top: 2px solid #dadee6;
  display: flex;
  flex-wrap: wrap;
  max-width: 1022px;
  padding: 11px 0 30px;
}
.footer-column {
  margin-right: 60px;
}
.footer-column:last-child {
  margin-right: 0;
}
.footer-column h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
  line-height: 1.5;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column ul li {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  cursor: pointer;
  transition: color 0.3s ease;
}
.footer-column ul li:hover {
  color: #1890ff;
}
.copyright {
  height: 60px;
  background: #e7e9eb;
}
.copyright .copyright-content {
  width: 100%;
  max-width: 1182px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #5c5c5c;
  height: 60px;
}
.copyright a {
  color: #5c5c5c;
}
.subtitle-tel {
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #3d3d3d;
}
.subtitle-tel i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../assets/images/tel-icon2.png") no-repeat;
  background-size: 24px;
}
.right-fixed {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.right-fixed-content {
  width: 172px;
  height: 220px;
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
}
.right-fixed-content .title {
  font-family: AlibabaPuHuiTi;
  font-size: 18px;
  padding-top: 16px;
}
/* @keyframes slideUpFromBottom {
  0% {
    transform: translateY(140px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
} */
.banner-content {
  padding-left: 5%;
}
.banner-content h1 {
  padding-top: 80px;
  font-size: 48px;
}
.banner-content p {
  font-size: 24px;
  padding-top: 26px;
}
.banner-content .use-btn {
  margin-top: 26px;
}
@media (max-width: 1200px) {
  .wrap {
    max-width: 100%;
  }
  .banner {
    height: auto;
  }

  .solution,
  .description {
    height: auto;
    padding-bottom: 40px;
  }
  .solution,
  .description h2 {
    font-size: 28px;
  }
  .solution,
  .description .tips {
    font-size: 16px;
  }

  .process h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 20px;
  }
  .header img {
    width: 120px;
    height: 26px;
  }
  .header .tel {
    display: none;
  }
  .banner {
    height: 400px;
  }

  .banner-content {
    padding-left: 20px;
  }
  .banner-content h1 {
    padding-top: 80px;
    font-size: 36px;
  }
  .banner-content p {
    font-size: 18px;
    padding-top: 16px;
  }
  .banner-content .use-btn {
    margin-top: 30px;
  }

  .solution {
    height: auto;
    padding-bottom: 40px;
  }
  .solution h2 {
    padding-top: 40px;
    font-size: 24px;
  }
  .solution .tips {
    font-size: 14px;
  }
  .solution img {
    margin-top: 20px;
    min-height: 200px;
  }

  .description {
    height: auto;
    padding-bottom: 40px;
  }
  .description h2 {
    padding-top: 40px;
    font-size: 24px;
  }
  .description .tips {
    font-size: 14px;
  }
  .description img {
    margin-top: 20px;
    min-height: 200px;
  }

  .process h2 {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
  }
  .process img {
    min-height: 200px;
  }
  .footer-list {
    width: 100%;
  }
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .footer-content .footer-list {
    width: 100%;
  }
  .footer-content .footer-list .footer-column {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .footer-content .footer-right {
    margin-top: 20px;
    text-align: left;
    width: 100%;
  }
  .right-fixed {
    display: none;
  }
}
.home-wrap {
  width: 100%;
  /* height: 100vh; */
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 480px) {
  .banner-content p {
    font-size: 16px;
  }
  .banner-content h1 {
    font-size: 28px;
  }

  .footer-list .footer-column {
    width: 45%;
    margin-right: 5%;
  }
}


.banner-content h1 {
  font-size: 94px;
  font-weight: bold;
  color: #ffffff;
  font-family: "AlibabaPuHuiTi";
}
.banner-content p {
  padding-top: 32px;
  font-size: 36px;
  font-weight: normal;
  line-height: 36px;
  color: #ffffff;
  font-family: "AlibabaPuHuiTi";
}
.banner-content .use-btn {
  width: 159px;
  height: 44px;
  margin-top: 50px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #4c7ef7;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  font-family: "AlibabaPuHuiTi";
  cursor: pointer;
}

