[v-cloak] {
  display: none;
}
body {
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 20px;
}
.baner-img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.product {
  background-image: url('../../assets/img/ys_bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #f9f9f9;
  height: 740px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-title {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #434343;
  margin-top: 70px;
}
.product-text {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #828282;
  margin-top: 40px;
}
.product-list {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.product-item {
  width: 240px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 75px;
}
.product-item-title {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.product-item-text {
  width: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #828282;
  line-height: 28px;
  margin-top: 28px;
}
.case {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case-title {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #434343;
  margin-top: 68px;
}
.case-text {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #828282;
  margin-top: 36px;
  margin-bottom: 46px;
}
.case-list {
  width: 1200px;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.case-list2 {
  margin: 24px auto 0px auto;
}
.case-list3 {
  margin: 24px auto 126px auto;
}
