[v-cloak] {
  display: none;
}
body {
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 20px;
}
.middle {
  margin-top: 76px;
}
.middle-intro {
  background-image: url('../../assets/img/bg_poduct.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  width: 100%;
  padding: 50px 20%;
}
.middle-intro-title {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.middle-intro-text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-top: 42px;
}
.middle-condition {
  display: flex;
  justify-content: center;
  margin: 34px auto 27px auto;
}
.middle-condition div:hover {
  cursor: pointer;
  color: #2295FF;
}
.middle-condition-all {
  margin-right: 50px;
}
.middle-condition-active {
  color: #2295FF;
  border-bottom: 1px solid #2295FF;
}
.middle-printers {
  margin: 30px 18.75% 80px 18.75%;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.middle .printers-wrapper:hover img {
  transform: scale(1.2);
}
.middle .printers-wrapper:hover .printers-item {
  box-shadow: 0 0 10px #999;
}
.middle .printers-wrapper {
  width: 32%;
  height: 500px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.middle .printers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  background-image: url('../../assets/img/bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.middle .printers-item-name {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262626;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
}
.middle .printers-item-text {
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #626262;
  margin-top: 20px;
  margin-left: 10px;
}
.middle .printers-item-img {
  width: 220px;
  height: 220px;
  overflow: hidden;
  margin-top: 40px;
}
.middle .printers-item-button {
  align-self: flex-end;
  width: 114px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #2295FF;
  border-radius: 17px;
  text-align: center;
  margin: 38px 20px 20px auto;
  font-size: 20px;
}
.middle .printers-item-button a {
  color: #2295FF;
}
.middle .printers-item-button:hover {
  color: #fff;
  background: #2295FF;
}
.middle .printers-item-button:hover a {
  color: #fff;
  background: #2295FF;
}
