.m-b26 {
  margin-bottom: 26px;
}
.varicut-page {
  width: 100%;
  position: relative;
}
.varicut-page .top-header-box {
  width: 100%;
  position: relative;
  z-index: 5;
}
.varicut-page .logo-box {
  width: 100%;
  min-width: 1282px;
  height: 76px;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 0 130px;
  display: flex;
  align-items: center;
	justify-content: space-between;
  position: absolute;
  z-index: 5;
}
.varicut-page .logo-box .left-info {
	display: flex;
	align-items: center;
}
.varicut-page .logo-box .zyd {
  width: 137px;
  margin-right: 24px;
}
.varicut-page .logo-box .zyd img{
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  line-height: 0;
}
.varicut-page .logo-box .hr {
  width: 1px;
  height: 39px;
  background-color: rgba(0, 106, 182, 0.6);
  margin-right: 19px;
}
.varicut-page .logo-box .caricut {
  width: 114px;
  margin-right: 17px;
}
.varicut-page .logo-box .caricut img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  line-height: 0;
}
.varicut-page .logo-box .text {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
}
.varicut-page .logo-box .btn {
  width: 120px;
  height: 48px;
  background: linear-gradient(-90deg, #0057BB 0%, #499AFF 100%);
  box-shadow: 2px 3px 16px 0px rgba(76,148,255,0.58);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.varicut-page .logo-box .btn::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
}
.varicut-page .logo-box .btn:hover::before {
  width: 120%;
  padding-top: 120%;
}

/* 顶部banner */
.varicut-page .top-banner-box {
  width: 100%;
  min-width: 1282px;
  height: 690px;
  position: relative;
  z-index: 3;
}
.varicut-page .top-banner-box .top-banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.varicut-page .top-banner-box .top-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-size: 0;
  line-height: 0;
}
.varicut-page .top-banner-box .top-banner-con {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.varicut-page .top-banner-box .top-banner-con .banner-title {
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 46px;
  line-height: 46px;
  color: #FFFFFF;
  margin-top: 185px;
  margin-bottom: 60px;
  text-align: center;
}
.varicut-page .top-banner-box .top-banner-con .card-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}
.varicut-page .top-banner-box .top-banner-con .card-box.show {
  opacity: 1;
  transition: all 0.4s ease;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item {
  width: 620px;
  height: 321px;
  background: #FFFFFF;
  box-shadow: -12px 16px 32px 0px rgba(0,59,102,0.4);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
  transform: translateY(0);
  transition: transform 0.4s ease;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.varicut-page .top-banner-box .top-banner-con .card-box .item:hover {
  transform: translateY(-10px);
  transition: transform 0.4s ease;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .item-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 248px;
  height: 341px;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-size: 0;
  line-height: 0;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item:first-of-type {
  margin-right: 50px;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .img {
  width: 248px;
  height: 321px;
  margin-right: 18px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-size: 0;
  line-height: 0;
  /* transform: scale(1);
  transition: all 0.4s ease; */
}
.varicut-page .top-banner-box .top-banner-con .card-box .item:hover .img img {
  /* transform: scale(1.2);
  transition: all 0.4s ease; */
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info {
  width: 311px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 59px;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info.info1 {
  width: 325px;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 20px;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .sub-title {
  font-family: Microsoft YaHei;
  font-size: 20px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 24px;
  white-space: nowrap;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .text {
  font-family: Microsoft YaHei;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 50px;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .text div:first-of-type {
  margin-bottom: 11px;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .btn-box {
  display: flex;
  align-items: center;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .btn-box .btn {
  width: 150px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #0053A8;
  line-height: 16px;
  position: relative;
  cursor: pointer;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .btn-box .btn:first-of-type {
  margin-right: 14px;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .btn-box .btn.on {
  background: linear-gradient(-90deg, #0057BB 0%, #499AFF 100%);
  color: #fff;
  box-shadow: 0px 6px 12px 0px rgba(43,145,224,0.3);
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .btn-box .btn.on::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .btn-box .btn.on:hover::before {
  width: 120%;
  padding-top: 120%;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .btn-box .btn.def {
  border: 1px solid rgba(0, 87, 187, 0.5);
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .btn-box .btn.def:hover {
  color: #fff;
  box-shadow: 0px 6px 12px 0px rgba(43,145,224,0.3);
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .btn-box .btn.def span {
  position: relative;
  z-index: 1;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .btn-box .btn.def::before {
  background: linear-gradient(-90deg, #0057BB 0%, #499AFF 100%);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 0;
}
.varicut-page .top-banner-box .top-banner-con .card-box .item .info .btn-box .btn.def:hover::before {
  width: 120%;
  padding-top: 120%;
}


/* 自主打印 */
.print-box {
  width: 100%;
  min-width: 1282px;
  height: 972px;
  position: relative;
}
.print-box .print-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.print-box .print-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-size: 0;
  line-height: 0;
}
.print-box .print-con {
  width: 100%;
  height: 100%;
  padding: 66px 25px 0 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.print-box .print-con .print-title {
  width: 519px;
  margin-bottom: 73px;
}
.print-box .print-con .print-title img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  line-height: 0;
}
.print-box .print-con .card-box {
  width: 1200px;
  position: relative;
}
.print-box .print-con .card-box .card-top {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.print-box .print-con .card-box .card-top .video-box {
  width: 793px;
  height: 462px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 17px;
}
.print-box .print-con .card-box .card-top .video-box .video-con {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.print-box .print-con .card-box .card-top .video-box video {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  position: relative;
  z-index: 0;
}
.print-box .print-con .card-box .card-top .video-box .video-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.print-box .print-con .card-box .card-top .video-box .video-mask .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.54);
}
.print-box .print-con .card-box .card-top .video-box .video-mask img {
  width: 75px;
  height: 75px;
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.print-box .print-con .card-box .card-top .video-box .video-mask img.img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.print-box .print-con .card-box .card-top .img {
  width: 387px;
  height: 450px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.print-box .print-con .card-box .card-top .img img {
  width: 100%;
  height: 100%;  
}
.print-box .print-con .card-box .card-down {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.print-box .print-con .card-box .card-down .img {
  width: 387px;
  height: 213px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.print-box .print-con .card-box .card-down .img img {
  width: 100%;
  height: 100%;
}
.print-box .print-con .card-box .img .img-act {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s opacity linear;
  opacity: 0;
}
.print-box .print-con .card-box .img:hover .img-act {
  opacity: 1;
}

/* 代打印服务 */
.service-box {
  width: 100%;
  min-width: 1282px;
  height: 1957px;
  position: relative;
}
.service-box .service-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
}
.service-box .service-bg img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  font-size: 0;
}
.service-box .service-con {
  width: 1282px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  /* padding-top: 63px; */
  padding-top: 86px;
}
.service-box .service-con .service-title {
  width: 605px;
  /* margin: 0 auto 50px; */
  margin: 0 auto 48px;
}
.service-box .service-con .service-title img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  line-height: 0;
}
.service-box .service-con .item-one {
  width: 1282px;
  height: 610px;
  /* background-color: #fff; */
  box-sizing: border-box;
  padding: 38px 38px 0 38px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 64px;
  position: relative;
}
.service-box .service-con .item-one .item-one-bg {
  width: 1282px;
  height: 610px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.service-box .service-con .item-one .item-one-bg img {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
}
.service-box .service-con .item-one .item-left {
  width: 605px;
  box-sizing: border-box;
  padding-top: 7px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.service-box .service-con .item-one .item-left .item-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #008EF3;
  line-height: 18px;
}
.service-box .service-con .item-one .item-left .item-tit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 40px;
  color: #102335;
  line-height: 40px;
  margin-top: 13px;
  margin-bottom: 18px;
}
.service-box .service-con .item-one .item-left .service {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-box .service-con .item-one .item-left .service .s-tit {
  width: 244px;
  height: 31px;
  background: #F8DFD4;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  padding-left: 23px;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  margin-left: 10px;
}
.service-box .service-con .item-one .item-left .service .s-tit .icon {
  width: 30px;
  height: 27px;
  position: absolute;
  top: 2px;
  left: -14px;
}
.service-box .service-con .item-one .item-left .service .s-tit .icon img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  line-height: 0;
}
.service-box .service-con .item-one .item-left .service .s-tit .tit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #0F0F0F;
  line-height: 16px;
}
.service-box .service-con .item-one .item-left .service .s-ul {
  width: 100%;
  box-sizing: border-box;
  padding-left: 34px;
  margin-bottom: 45px;
}
.service-box .service-con .item-one .item-left .service .s-ul .s-li {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}
.service-box .service-con .item-one .item-left .service .s-btn {
  width: 240px;
  height: 46px;
  background: linear-gradient(-58deg, #FC5A11 0%, #FFB053 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.service-box .service-con .item-one .item-left .service .s-btn::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
}
.service-box .service-con .item-one .item-left .service .s-btn:hover::before {
  width: 120%;
  padding-top: 120%;
}
.service-box .service-con .item-one .item-left .service .s-btn span {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  margin-right: 7px;
}
.service-box .service-con .item-one .item-left .service .s-btn img {
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.service-box .service-con .item-one .item-left .service .child-con {
  width: 866px;
  height: 243px;
  background-color: #F7F7F7;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.service-box .service-con .item-one .item-left .service .child-con .four {
  width: 294px;
  height: 243px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 48px;
  padding-left: 59px;
  position: relative;
}
.service-box .service-con .item-one .item-left .service .child-con .hr {
  width: 1px;
  height: 191px;
  background: #A6A6A6;
  position: relative;
  top: 26px;
}
.service-box .service-con .item-one .item-left .service .child-con .three {
  width: 298px;
  height: 243px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 48px;
  padding-left: 51px;
  position: relative;
}
.service-box .service-con .item-one .item-left .service .child-con .material {
  width: 273px;
  height: 243px;
  position: relative;
  box-sizing: border-box;
  padding: 24px 26px;
}
.service-box .service-con .item-one .item-left .service .child-con .material img {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.service-box .service-con .item-one .item-left .service .child-con .icon {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.service-box .service-con .item-one .item-left .service .child-con .i-tit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.service-box .service-con .item-one .item-left .service .child-con .i-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #7A7A7A;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
.service-box .service-con .item-one .item-left .service .child-con .material .i-text {
  line-height: 14px;
}
.service-box .service-con .item-one .item-left .service .child-con .material .i-text div {
  margin-bottom: 6px;
}
.service-box .service-con .item-one .item-left .service .child-con .four .child-four {
  width: 866px;
  height: 243px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  background-image: linear-gradient(-60deg, #0057bb 0%, #499aff 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  padding-left: 6px;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.8s ease;
}
.service-box .service-con .item-one .item-left .service .child-con .four:hover  .child-four {
  transform: translateY(0%);
  opacity: 1;
  transition: all 0.8s ease;
}
.service-box .service-con .item-one .item-left .service .child-con .four .child-four .child-item {
  width: 201px;
  height: 244px;
  padding-top: 16px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.service-box .service-con .item-one .item-left .service .child-con .four .child-four .child-item .img {
  width: 201px;
  height: 187px;
  overflow: hidden;
  margin-bottom: 8px;
}
.service-box .service-con .item-one .item-left .service .child-con .four .child-four .child-item .img img {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  transform: scale(1);
  transition: all 0.4s ease;
}
.service-box .service-con .item-one .item-left .service .child-con .four .child-four .child-item:hover .img img {
  transform: scale(1.2);
  transition: all 0.4s ease;
}
.service-box .service-con .item-one .item-left .service .child-con .four .child-four .child-item div {
  font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #ffffff;
}

.service-box .service-con .item-one .item-left .service .child-con .three .child-three {
  width: 866px;
  height: 243px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  background-image: linear-gradient(-60deg, #0057bb 0%, #499aff 100%);
  position: absolute;
  left: -295px;
  top: 0;
  z-index: 10;
  padding-left: 6px;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.8s ease;
}
.service-box .service-con .item-one .item-left .service .child-con .three:hover .child-three {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.8s ease;
}
.service-box .service-con .item-one .item-left .service .child-con .three .child-three .child-item {
  width: 268px;
  height: 244px;
  padding-top: 16px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.service-box .service-con .item-one .item-left .service .child-con .three .child-three .child-item .img {
  width: 268px;
  height: 186px;
  margin-bottom: 8px;
  overflow: hidden;
}
.service-box .service-con .item-one .item-left .service .child-con .three .child-three .child-item img {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  transform: scale(1);
  transition: all 0.4s ease;
}
.service-box .service-con .item-one .item-left .service .child-con .three .child-three .child-item .img:hover img {
  transform: scale(1.2);
  transition: all 0.4s ease;
}
.service-box .service-con .item-one .item-left .service .child-con .three .child-three .child-item div {
  font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #ffffff;
}
.service-box .service-con .item-one .video-box {
  width: 602px;
  height: 339px;
  position: relative;
  z-index: 0;
}
.service-box .service-con .item-one .video-box video {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  position: relative;
  z-index: 0;
}
.service-box .service-con .item-one .video-box .video-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.service-box .service-con .item-one .video-box .video-mask .mask {
  width: 602px;
  height: 339px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.54);
}
.service-box .service-con .item-one .video-box .video-mask img {
  width: 75px;
  height: 75px;
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.service-box .service-con .item-one .video-box .video-mask .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.service-box .service-con .item-four {
  width: 1200px;
  height: 442px;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 56px;
}
.service-box .service-con .item-four .info {
  width: 560px;
}
.service-box .service-con .item-four .info .tit {
  width: 309px;
  margin-bottom: 38px;
}
.service-box .service-con .item-four .info .four-swiper {
  width: 560px;
  height: 354px;
}
.service-box .service-con .item-four .four-con {
  width: 640px;
  height: 442px;
  position: relative;
}
.service-box .service-con .item-four .four-con .item-box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #3D8CEC;
}
.service-box .service-con .item-four .four-con .item-box .item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 37px 23px 14px 21px;
  opacity: 0;
  transition: opacity .4s ease;
}
.service-box .service-con .item-four .four-con .item-box .item.show {
  opacity: 1;
  transition: opacity .4s ease;
}
.service-box .service-con .item-four .four-con .item-box .item .four-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.service-box .service-con .item-four .four-con .item-box .item .four-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-size: 0;
  line-height: 0;
}
.service-box .service-con .item-four .four-con .item-box .item .info {
  width: 100%;
  position: relative;
  z-index: 1;
}
.service-box .service-con .item-four .four-con .item-box .item .info .info-tit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #FEFEFE;
  line-height: 32px;
  margin-bottom: 11px;
}
.service-box .service-con .item-four .four-con .item-box .item .info .info-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  text-indent: 48px;
}
.service-box .service-con .item-four .four-con .item-box .item .f-tit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 71px;
  color: #59A3FE;
  line-height: 94px;
  opacity: 0.6;
  position: absolute;
  right: 20px;
  bottom: 114px;
}
.service-box .service-con .item-four .four-con .four-tools {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 23px 0 21px;
}
.service-box .service-con .item-four .four-con .four-tools .total {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.service-box .service-con .item-four .four-con .four-tools .total .btn {
  width: 9px;
  height: 14px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  display: block;
  cursor: pointer;
}
.service-box .service-con .item-four .four-con .four-tools .total .btn.prev {
  transform: rotate(-180deg);
}
.service-box .service-con .item-four .four-con .four-tools .total .btn.disabled {
  opacity: 0.4;
  cursor: default;
}
.service-box .service-con .item-four .four-con .four-tools .total .page {
  width: 55px;
  height: 18px;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.service-box .service-con .item-four .four-con .four-tools .total .page span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
}
.service-box .service-con .item-four .four-con .four-tools .total .page span.num {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.service-box .service-con .item-four .four-con .thumbnail-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-box .service-con .item-four .four-con .thumbnail-box .thumbnail {
  width: 142px;
  height: 78px;
  box-sizing: border-box;
  position: relative;
}
.service-box .service-con .item-four .four-con .thumbnail-box .thumbnail.on {
  border: 2px solid;
  border-image: linear-gradient(0deg, #006DEA, #2CC1FF) 10 10;
}
.service-box .service-con .item-four .four-con .thumbnail-box .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  cursor: default;
}
.service-box .service-con .item-four .four-con .thumbnail-box .thumbnail .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: block;
}
.service-box .service-con .item-four .four-con .thumbnail-box .thumbnail.on .mask {
  display: none;
}

.service-box .service-con .item-three {
  width: 1200px;
  height: 485px;
  position: relative;
}
.service-box .service-con .item-three .item-tit {
  width: 348px;
  margin-bottom: 41px;
}
.service-box .service-con .item-three .item-tit img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  line-height: 0;
}
.service-box .service-con .item-three .item-three-box {
  width: 1200px;
  height: 394px;
  position: relative;
}
.service-box .service-con .item-three .item-three-box .item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.service-box .service-con .item-three .item-three-box .item-bg img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  line-height: 0;
}
.service-box .service-con .item-three .item-three-box .item-three-con {
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 45px;
  padding-left: 64px;
  display: flex;
  align-items: center;
}
.service-box .service-con .item-three .item-three-box .item-three-con .item {
  width: 326px;
  height: 307px;
  position: relative;
  box-sizing: border-box;
  padding-top: 22px;
  padding-left: 30px;
  margin-right: 50px;
}
.service-box .service-con .item-three .item-three-box .item-three-con .item .item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.service-box .service-con .item-three .item-three-box .item-three-con .item .item-bg img {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
}
.service-box .service-con .item-three .item-three-box .item-three-con .item .icon {
  width: 67px;
  height: 67px;
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 23px;
  position: relative;
  z-index: 1;
}
.service-box .service-con .item-three .item-three-box .item-three-con .item .tit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #FCFFFF;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.service-box .service-con .item-three .item-three-box .item-three-con .item .text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #FCFFFF;
  line-height: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.service-box .service-con .item-three .item-three-box .item-three-con .item .ul {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #FCFFFF;
  line-height: 30px;
  position: relative;
  z-index: 1;
}

.material-box {
  width: 100%;
  min-width: 1282px;
  height: 334px;
  position: relative;
}
.material-box .material-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.material-box .material-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-size: 0;
  line-height: 0;
}
.material-box .material-con {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 61px;
}
.material-box .material-con .tit {
  width: 768px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  margin: 0 auto 30px;
}
.material-box .material-con .item-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.material-box .material-con .item-box .item {
  width: 517px;
  height: 100px;
  position: relative;
  box-sizing: border-box;
  padding-top: 19px;
  padding-left: 34px;
}
.material-box .material-con .item-box .item .item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
.material-box .material-con .item-box .item .item-bg img {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
}
.material-box .material-con .item-box .item .item-tit {
  position: relative;
  z-index: 1;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 15px;
}
.material-box .material-con .item-box .item .item-text {
  position: relative;
  z-index: 1;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px;
}
.material-box .material-con .item-box .item:first-of-type {
  margin-right: 49px;
}

.case-box {
  width: 100%;
  min-width: 1282px;
  position: relative;
  background-color: #fff;
  padding-top: 46px;
  padding-bottom: 76px;
}
.case-box .case-tit {
  width: 737px;
  margin: 0 auto 27px;
}
.case-box .case-tit img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  line-height: 0;
}
.case-box .case-con {
  width: 1200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.case-box .case-con .item {
  width: 288px;
  height: 262px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.case-box .case-con .item .case-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.case-box .case-con .item .case-info {
  width: 100%;
  height: 306px;
  position: absolute;
  left: 0;
  right: 0;
  top: 220px;
  background: linear-gradient(-90deg, rgba(0, 87, 187, 0.9) 0%, rgba(73, 154, 255, 0.9) 100%);
  transition: top .4s ease;
}
.case-box .case-con .item:hover .case-info{
  top: -42px;
  transition: top .4s ease;
}
.case-box .case-con .item .case-info .hd {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px 0 15px;
}
.case-box .case-con .item .case-info .hd .text {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FEFEFE;
  line-height: 16px;
}
.case-box .case-con .item .case-info .hd .icon {
  font-weight: 400;
}
.case-box .case-con .item .case-info:hover .hd .text,
.case-box .case-con .item .case-info:hover .hd .icon {
  opacity: 0;
}
.case-box .case-con .item .case-info .bd {
  width: 100%;
  height: 262px;
  box-sizing: border-box;
  padding: 20px 17px 0 17px;
}
.case-box .case-con .item .case-info .bd .tit-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.case-box .case-con .item .case-info .bd .tit-box .hr {
  width: 6px;
  height: 16px;
  background: #FFFFFF;
  margin-right: 11px;
}
.case-box .case-con .item .case-info .bd .tit-box .tit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FEFEFE;
  line-height: 16px;
}
.case-box .case-con .item .case-info .bd .text {
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FEFEFE;
  line-height: 22px;
  text-indent: 2em;
}

.fixed-bottom-adv {
  width: 100%;
  min-width: 1282px;
  height: 68px;
  background: rgba(0, 36, 76, 0.82);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
}
.fixed-bottom-adv.show {
  display: flex;
}
.fixed-bottom-adv .text {
  margin-right: 25px;
}
.fixed-bottom-adv .text span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
.fixed-bottom-adv .text span.bold {
  font-size: 27px;
  color: #008EF3;
}
.fixed-bottom-adv .btn {
  width: 120px;
  height: 48px;
  background: linear-gradient(-90deg, #0057BB 0%, #499AFF 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  overflow: hidden;
  margin-right: 95px;
  position: relative;
  cursor: pointer;
}
.fixed-bottom-adv .btn::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
}
.fixed-bottom-adv .btn:hover::before {
  width: 120%;
  padding-top: 120%;
}
.fixed-bottom-adv .close {
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}


/* 在线定制弹窗 */
.dialog-customized {
  width: 825px;
  height: 810px;
  margin-top: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}
.dialog-customized .el-icon-close:hover,
.dialog-customized .el-dialog__headerbtn:hover .el-dialog__close  {
  color: #0053A8 !important;
}
.dialog-customized .el-dialog__header {
  box-sizing: border-box;
  height: 50px;
  position: relative;
  padding: 0;
}
.dialog-customized .el-dialog__header .el-dialog__headerbtn {
  top: 12px;
  right: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.dialog-customized .el-dialog__close {
  color: #999;
}
.dialog-customized .el-dialog__header::before {
  content: '';
  width: 789px;
  height: 1px;
  background-color: #EAEAEA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dialog-customized .el-dialog__body {
  padding: 15px 0 0 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
}
.dialog-customized .el-dialog__title {
  width: 100%;
  display: block;
  position: relative;
  top: 20px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #333333;
}
.dialog-customized .customized-popup {
  white-space: nowrap;
}
.dialog-customized .customized-popup.view1 {
  transform: translateX(0);
  transition: all .4s ease;
}
.dialog-customized .customized-popup.view2 {
  transform: translateX(-829px);
  transition: all .4s ease;
}
.dialog-customized .customized-box {
  width: 825px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.dialog-customized .customized-box .customized-con {
  width: calc(100% + 15px);
  height: 699px;
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
}
.dialog-customized .customized-box .item-box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 46px 0 39px;
}
.dialog-customized .customized-box .item-box .item-title {
  width: 100%;
  position: relative;
  margin-bottom: 14px;
  pointer-events: none;
}
.dialog-customized .customized-box .item-box .item-title .item-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: flex-start;
}
.dialog-customized .customized-box .item-box .item-title .item-bg .bg1 {
  width: 14px;
  height: 16px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.dialog-customized .customized-box .item-box .item-title .item-bg .bg2 {
  width: 6px;
  height: 16px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.dialog-customized .customized-box .item-box .item-title .i-tit {
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 3px;
}
.dialog-customized .customized-box .item-box .item-title .i-tit .num {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
  margin-right: 10px;
}
.dialog-customized .customized-box .item-box .item-title .i-tit .tit {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: 0%;
  color: #333333;
}
.dialog-customized .customized-box .item-box .item-checkbox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.dialog-customized .customized-box .item-box .item-checkbox.space-between {
  justify-content: space-between;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-classify {
  width: 235px;
  height: 172px;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}
.dialog-customized .customized-box .item-box .item-checkbox .classify-empty {
  width: 235px;
  height: 0;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-classify .img {
  width: 100%;
  height: 132px;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-classify .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-size: 0;
  line-height: 0;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-classify .text {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-classify.on {
  box-shadow: 0px 4px 10px 0px #2B91E045;
  border: 2px solid #0053A8;
  background: #0053A81A;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-classify.on .text {
  font-weight: 700;
  color: #0053A8;
}

.dialog-customized .customized-box .item-box .item-checkbox .item-type {
  width: 160px;
  height: 120px;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}
.dialog-customized .customized-box .item-box .item-checkbox .type-empty {
  width: 160px;
  height: 0;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-type .img {
  width: 100%;
  height: 90px;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-type .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-size: 0;
  line-height: 0;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-type .text {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-type.on {
  box-shadow: 0px 4px 10px 0px #2B91E045;
  border: 2px solid #0053A8;
  background: #0053A81A;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-type.on .text {
  color: #0053A8;
  font-weight: 700;
}

.dialog-customized .customized-box .item-box .item-checkbox .item-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  box-sizing: border-box;
  padding: 0 18px;
  border-radius: 4px;
  background: #F0F2F5;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: 0%;
  color: #333;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-btn.on {
  background: rgba(0, 83, 168, 0.102);
  border: 1px solid #0053A8;
  color: #0053A8;
  font-weight: 700;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-btn.disabled {
  opacity: 0.2;
  cursor: default;
}

.dialog-customized .customized-box .item-box .item-checkbox .item-inp {
  width: 481px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #EAEAEA;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-inp input {
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: 0%;
  color: #333;
  padding: 0 8px;
  box-sizing: border-box;
}
.dialog-customized .customized-box .item-box .item-checkbox .item-inp input::placeholder,
.dialog-customized .customized-box .item-box .item-checkbox .item-inp input::-webkit-input-placeholder {
  color: #999 !important;
}
.dialog-customized .customized-box .bottom-H {
  width: 100%;
  height: 16px;
  position: relative;
}
.dialog-customized .bottom-tools-box {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px -2px 10px 0px #E1E1E166;
  background-color: #fff;
}
.dialog-customized .bottom-tools-box .text {
  display: flex;
  align-items: center;
}
.dialog-customized .bottom-tools-box .text span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #333333;
}
.dialog-customized .bottom-tools-box .text span.link {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #0053A8;
  margin-left: 3px;
  cursor: pointer;
}
.dialog-customized .bottom-tools-box .btn-box {
  display: flex;
  align-items: center;
}
.dialog-customized .bottom-tools-box .btn-box .btn {
  width: 92px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: 0%;
  margin-left: 20px;
}
.dialog-customized .bottom-tools-box .btn-box .btn::before {
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
}
.dialog-customized .bottom-tools-box .btn-box .btn span {
  position: relative;
  z-index: 2;
}
.dialog-customized .bottom-tools-box .btn-box .btn:hover::before {
  width: 120%;
  padding-top: 120%;
}
.dialog-customized .bottom-tools-box .btn-box .btn.btn1 {
  background: #F8DFD4;
  border: 1px solid #FD7C3F;
  color: #FD6217;
}
.dialog-customized .bottom-tools-box .btn-box .btn.btn1::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
}
.dialog-customized .bottom-tools-box .btn-box .btn.btn2 {
  background: #fff;
  border: 1px solid #0053A880;
  color: #0053A8;
}
.dialog-customized .bottom-tools-box .btn-box .btn.btn2.disabled:hover {
  color: #0053A8;
}
.dialog-customized .bottom-tools-box .btn-box .btn.btn2::before {
  background-color: #0053A8;
}
.dialog-customized .bottom-tools-box .btn-box .btn.btn2:hover {
  color: #fff;
}
.dialog-customized .bottom-tools-box .btn-box .btn.btn3 {
  background: linear-gradient(90deg, #499AFF 0%, #0057BB 100%);
  color: #fff;
}
.dialog-customized .bottom-tools-box .btn-box .btn.btn3::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
}
.dialog-customized .bottom-tools-box .btn-box .btn.disabled {
	opacity: 0.5;
	cursor: default;
}
.dialog-customized .bottom-tools-box .btn-box .btn.disabled::before {
	display: none;
}
.dialog-customized .bottom-tools-box .btn-box .btn-badge {
  position: relative;
}
.dialog-customized .bottom-tools-box .btn-box .btn-badge .badge {
  display: inline-block;
  position: absolute;
  right: -9px;
  top: -10px;
  box-sizing: border-box;
  border-radius: 8px 8px 8px 0;
  background: linear-gradient(115.91deg, #FFD25F -0.82%, #FF8A00 100.82%);
  border: 1px solid #FFFFFF;
  padding: 4px 6px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.dialog-customized .bottom-tools-box .btn-box .btn-badge .badge .activity {
  display: block;
  animation: ease-in-out ani-activity .3s infinite;
}
@keyframes ani-activity {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.dialog-customized .animation-box {
  position: absolute;
  width: 100%;
  height: calc(100% + 15px);
  left: 0;
  right: 0;
  top: -15px;
  bottom: 0;
  z-index: 11;
}
.dialog-customized .animation-box .animation {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-customized .animation-box .animation .em {
  width: 90px;
  height: 90px;
  display: block;
  font-size: 0;
  line-height: 0;
  animation: adds 0.5s linear;
}

@keyframes adds {
  0% { width: 90px;height: 90px;transform: translate(0, 0);opacity: 1;}
  /* 50% {width: 53px;height: 53px;transform: translate(102px, 120px);opacity: 0.8;} */
  100% { width: 20px;height: 20px;transform: translate(102px, 342px); opacity: 0.8}
}

.dialog-customized .table-box {
  width: 825px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.dialog-customized .table-box .table {
  width: 100%;
  height: 699px;
  box-sizing: border-box;
  padding: 0 18px;
  position: relative;
  box-sizing: border-box;
}
.dialog-customized .table-box .table .el-table th>.cell {
  padding: 0;
  text-align: center;
}
.dialog-customized .table-box .table .el-table th:first-of-type>.cell {
  text-align: left;
  padding-left: 10px;
}
.dialog-customized .table-box .table .el-table th:nth-child(2) .cell {
  padding-left: 2px;
  text-align: left;
}
.dialog-customized .table-box .table .el-table td, .dialog-customized .table-box .table .el-table th {
  border-color: #eaeaea;
}
.dialog-customized .table-box .table .el-table th {
  border-right: 0;
  border-bottom: 2px solid #0053A8;
  background-color: #0053A81A;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #333;
}
.dialog-customized .table-box .table .el-table .el-table__row td {
  height: 48px;
  padding: 0;
}
.dialog-customized .table-box .table .el-table .el-table__row td .cell {
  padding: 0 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-customized .table-box .table .el-table .el-table__row td .cell .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dialog-customized .table-box .table .el-table .el-table__row td:first-of-type .cell {
  padding-left: 10px;
}
.dialog-customized .table-box .table .el-table .el-table__row td:nth-child(2) .cell {
  transform: translateX(-2px);
}
.dialog-customized .table-box .table .el-table .el-table__row td:first-of-type {
  border-right: 0;
}
.dialog-customized .table-box .table .el-table .el-table__row td:first-of-type 
.dialog-customized .table-box .table .el-table .el-input,
.dialog-customized .table-box .table .el-table .el-input-number {
  width: 54px;
  height: 34px;
  box-sizing: border-box;
  position: absolute;
  top: 4px;
}
.dialog-customized .table-box .table .el-table .el-input-number input {
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  caret-color: #0053A8;
}
.dialog-customized .table-box .table .el-table .el-input-number input:focus {
  border-color: #0053A8 !important;
}
.dialog-customized .table-box .el-checkbox__inner:hover {
  border-color: #0053A8;
}
.dialog-customized .table-box .el-checkbox__input.is-checked .el-checkbox__inner,
.dialog-customized .table-box .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background: #0053A8;
  border-color: #0053A8;
}
.dialog-customized .table-box .el-checkbox__inner::after {
  border: 2px solid #FFF;
  height: 6px;
  border-left: 0;
  border-top: 0;
  left: 3px;
  top: 0px;
  width: 4px;
}
.dialog-customized .table-box .el-table--scrollable-x .el-table__body-wrapper {
  overflow-x: hidden;
}
.dialog-customized .table-box .icon-del {
  width: 20px;
  height: 20px;
  display: flex;
	align-items: center;
	justify-content: center;
  font-size: 15px;
  line-height: 16px;
  cursor: pointer;
	color: #999;
}
.dialog-customized .table-box .icon-del:hover {
	color: #E94637;
}
.dialog-customized .table-box .bottom-tools-box {
  width: 100%;
  padding: 0 35px;
}
.dialog-customized .table-box .bottom-tools-box .btn-box {
  width: 100%;
  justify-content: space-between;
}
.dialog-customized .table-box .bottom-tools-box .btn2 {
  width: 126px;
  margin-left: 0;
}
.dialog-customized .table-box .bottom-tools-box .btn2 .icon2 {
  margin-left: -5px;
}
.select-com-box {
  position: relative;
  z-index: 10;
}
.set-com-name {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
.set-com-name-content {
  width: 430px;
  height: 326px;
  background: url('https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/company-bg.png');
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 30px;
}
.set-com-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.set-com-name-close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  cursor: pointer;
  width: 12px;
  height: 12px;
}
.set-com-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #19B0B0;
  padding-left: 27px;
}
.set-com-title3 {
  padding-left: 27px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #333333;
  margin-top: 29px;
}
.set-com-title3 span {
  color: #E94637;
  transform: translateY(3px);
  display: inline-block;
}
.set-com-name-select {
  width: 376px;
  height: 56px;
  margin: auto;
  margin-top: 6px;
  background-color: #F8F8F8;
  border-radius: 8px;
}
.set-com-name-select .el-input--small .el-input__inner {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  border-radius: 8px;
}
.set-com-name-btn {
  width: 295px;
  height: 56px;
  line-height: 56px;
  border-radius: 200px;
  background: linear-gradient(135deg, #73E2E2 0%, #28CCCC 100%);
  position: absolute;
  bottom: 31px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.dialog-set-com-name .el-dialog__header {
  display: none;
}
.dialog-set-com-name .el-dialog__body {
  padding: 0;
}
.dialog-set-com-name .set-com-name {
  background-color: transparent;
}

.fixed-top-header {
  width: 100%;
  min-width: 1282px;
  height: 76px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
	justify-content: center;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
.fixed-top-header .tab-box {
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-top-header .tab-box .tab {
  width: 600px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.fixed-top-header .tab-box .tab img {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
.fixed-top-header .tab-box .tab img.act {
  opacity: 0;
}
.fixed-top-header .tab-box .tab.on img.act,
.fixed-top-header .tab-box .tab:hover img.act {
  opacity: 1;
}
.fixed-top-header .item {
  min-width: 354px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.fixed-top-header .item .btn {
  width: 120px;
  height: 48px;
  background: linear-gradient(-90deg, #0057BB 0%, #499AFF 100%);
  box-shadow: 2px 3px 16px 0px rgba(76,148,255,0.58);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.fixed-top-header .item .btn::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
}
.fixed-top-header .item .btn:hover::before {
  width: 120%;
  padding-top: 120%;
}

/* 打印服务 */
.print-service-box {
  width: 100%;
  min-width: 1282px;
  position: relative;
}
.print-service-box .print-service-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
}
.print-service-box .print-service-bg img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  line-height: 0;
}
.print-service-box .print-service-con {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 97px;
  padding-bottom: 61px;
}
.print-service-box .print-service-con .print-title1 {
  width: 845px;
  margin: 0 auto 64px;
}
.print-service-box .print-service-con .print-title1 img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  line-height: 0;
}
.print-service-box .print-service-con .print-product {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 78px;
}
.print-service-box .print-service-con .print-product .product {
  width: 388px;
  height: 634px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: -8px 11px 24px 0px rgba(2,87,184,0.16);
  border-radius: 20px;
  margin: 0 9px;
  position: relative;
  cursor: pointer;
  transform: translateY(0);
  transition: all 0.4s ease;
}
.print-service-box .print-service-con .print-product .product:hover {
  transform: translateY(-10px);
  transition: all 0.4s ease;
}
.print-service-box .print-service-con .print-product .product img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.print-service-box .print-service-con .print-product .product .img-act {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s opacity linear;
  opacity: 0;
  z-index: 2;
}
.print-service-box .print-service-con .print-product .product:hover .img-act {
  opacity: 1;
}
.print-service-box .print-service-con .print-product .product .btn-box {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  padding-right: 14px;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.print-service-box .print-service-con .print-product .product .btn {
  width: 113px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.print-service-box .print-service-con .print-product .product:hover .btn span {
  color: #fff;
}
.print-service-box .print-service-con .print-product .product .btn span,
.print-service-box .print-service-con .print-product .product .btn:hover span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #2579DD;
  z-index: 1;
}
.print-service-box .print-service-con .print-product .product .btn::before {
  background: #fff;
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 0;
}
.print-service-box .print-service-con .print-product .product .btn:hover::before {
  width: 120%;
  padding-top: 120%;
}
.print-service-box .print-service-con .print-title2 {
  width: 941px;
  margin: 0 auto 62px;
}
.print-service-box .print-service-con .print-title2 img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  line-height: 0;
}
.print-service-box .print-service-con .print-compare {
  width: 1200px;
  height: 1223px;
  box-sizing: border-box;
  padding: 20px;
  background: linear-gradient(-90deg, #0057BB 0%, #499AFF 100%);
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto 95px;
  display: flex;
  align-items: flex-start;
}
.print-service-box .print-service-con .print-compare .left-label {
  width: 141px;
}
.print-service-box .print-service-con .print-compare .left-label .label {
  width: 100%;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #FFFEFE;
  line-height: 20px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(1) {
  margin-top: 114px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(2) {
  margin-top: 113px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(3) {
  margin-top: 49px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(4) {
  margin-top: 45px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(5) {
  margin-top: 46px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(6) {
  margin-top: 49px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(7) {
  margin-top: 47px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(8) {
  margin-top: 47px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(9) {
  margin-top: 47px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(10) {
  margin-top: 46px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(11) {
  margin-top: 47px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(12) {
  margin-top: 48px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(13) {
  margin-top: 46px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(14) {
  margin-top: 46px;
}
.print-service-box .print-service-con .print-compare .left-label .label:nth-child(15) {
  margin-top: 51px;
}
.print-service-box .print-service-con .print-compare .right-info {
  width: 1018px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.print-service-box .print-service-con .print-compare .right-info .info-item {
  height: 100%;
  background: #F9FCFF;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.print-service-box .print-service-con .print-compare .right-info .info-item:nth-child(1) {
  width: 339px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item:nth-child(2) {
  width: 341px;
  background: linear-gradient(0deg, #F9FCFF, #E1EEFF);
}
.print-service-box .print-service-con .print-compare .right-info .info-item:nth-child(3) {
  width: 318px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .img {
  width: 100%;
  height: 223px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .img img {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .stype {
  width: 130px;
  height: 36px;
  background: linear-gradient(-90deg, rgba(0, 87, 187, 0.9) 0%, rgba(73, 154, 255, 0.9) 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  margin: 12px auto 0;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info {
  width: 100%;
  min-height: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info .text {
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info .small {
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  position: absolute;
  top: 25px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(3) {
  margin-top: 41px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(4) {
  margin-top: 44px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(5) {
  margin-top: 48px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(6) {
  margin-top: 47px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(7) {
  margin-top: 47px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(8) {
  margin-top: 45px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(9) {
  margin-top: 53px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(10) {
  margin-top: 48px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(11) {
  margin-top: 49px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(12) {
  margin-top: 48px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(13) {
  margin-top: 46px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(14) {
  margin-top: 42px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .info:nth-child(15) {
  margin-top: 49px;
}


.print-service-box .print-service-con .print-compare .right-info .info-item.i-item2 .info:nth-child(13) {
  margin-top: 47px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item.i-item2 .info:nth-child(14) {
  margin-top: 20px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item.i-item2 .info:nth-child(15) {
  margin-top: 51px;
}


.print-service-box .print-service-con .print-compare .right-info .info-item.i-item3 .info:nth-child(5) {
  margin-top: 47px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item.i-item3 .info:nth-child(7) {
  margin-top: 46px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item.i-item3 .info:nth-child(13) {
  margin-top: 46px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item.i-item3 .info:nth-child(14) {
  margin-top: 20px;
}

.print-service-box .print-service-con .print-compare .right-info .info-item .info .s-three {
  top: 42px;
}
.print-service-box .print-service-con .print-compare .right-info .info-item .mask {
  width: 339px;
  height: 262px;
  background: #EEF5FF;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 560px;
}

.print-service-box .print-service-con .print-material {
  width: 1200px;
  height: 1291px;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto 95px;
  position: relative;
}
.print-service-box .print-service-con .print-material .print-material-bg {
  width: 100%;
  height: 165px;
  position: relative;
  z-index: 0;
}
.print-service-box .print-service-con .print-material .print-material-bg img {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 0;
  transform: scale(1);
  transition: all 0.4s ease;
}
.print-service-box .print-service-con .print-material:hover .print-material-bg img {
  transform: scale(1.2);
  transition: all 0.4s ease;
}
.print-service-box .print-service-con .print-material .print-material-bg .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(-71deg, #489AFE 0%, #003D84 100%);
  border-radius: 20px 20px 0px 0px;
  opacity: 0.9;
}
.print-service-box .print-service-con .print-material .print-material-con {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-hd {
  width: 100%;
  height: 145px;
  box-sizing: border-box;
  padding: 0 77px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-hd .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 38px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-hd .title .small {
  font-size: 24px;
  font-weight: 400;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-hd .btn {
  width: 181px;
  height: 46px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-hd .btn:hover {
  box-shadow: 0px 6px 12px 0px rgba(9,55,186,0.3);
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-hd .btn::before {
  background: #fff;
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 0;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-hd .btn:hover::before {
  width: 120%;
  padding-top: 120%;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-hd .btn span {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  position: relative;
  z-index: 1;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-hd .btn .icon {
  width: 23px;
  height: 23px;
  background: #FFFFFF;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #2579DD;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-hd .btn:hover span {
  color: #2579DD;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-hd .btn:hover .icon {
  background: #2579DD;
  color: #fff;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd {
  width: 100%;
  height: 1146px;
  background: linear-gradient(-90deg, #0057BB 0%, #499AFF 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  padding: 37px 17px 32px 17px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .thead {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 14px;
  margin-bottom: 34px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .thead .th {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .thead .th:nth-child(1) {
  width: 223px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .thead .th:nth-child(2) {
  width: 108px;
  margin-left: 10px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .thead .th:nth-child(3) {
  width: 90px;
  margin-left: 18px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .thead .th:nth-child(4) {
  width: 94px;
  margin-left: 44px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .thead .th:nth-child(5) {
  width: 270px;
  margin-left: 29px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .thead .th:nth-child(6) {
  width: 228px;
  margin-left: 37px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody {
  width: 100%;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group {
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 14px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .left {
  width: 902px;
  margin-right: 9px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .left .t-item {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #FFFFFF, #E1EEFF);
  border-radius: 10px;
  margin-bottom: 8px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .left .t-item:last-of-type {
  margin-bottom: 0;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .left .t-item .name {
  width: 223px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  padding-left: 23px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .left .t-item .name img {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .left .t-item .name span {
  position: relative;
  z-index: 1;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .left .t-item .text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .left .t-item .text:nth-child(2) {
  width: 108px;
  margin-left: 10px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .left .t-item .text:nth-child(3) {
  width: 90px;
  margin-left: 18px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .left .t-item .text:nth-child(4) {
  width: 94px;
  margin-left: 44px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .left .t-item .text:nth-child(5) {
  width: 270px;
  margin-left: 29px;
  text-align: left;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .right {
  width: 228px;
}
.print-service-box .print-service-con .print-material .print-material-con .print-material-bd .tbody .t-group .right img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  line-height: 0;
}






















