[v-cloak] {
  display: none;
}
body {
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  background: #F5F5F5;
}
.divider {
  width: 100%;
  height: 76px;
  background: #F5F5F5;
}
.middle {
  margin-top: 76rpx;
  padding: 0px 18.75%;
  background: #F5F5F5;
}
.middle-navigate {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8c8c8c;
  margin: 36px auto;
}
.middle-navigate a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8c8c8c;
}
.middle-navigate a:hover {
  color: #2295FF;
}
.middle-product {
  display: flex;
  background: #fff;
  padding: 30px 68px;
}
.middle-product-left {
  width: 400px;
  display: flex;
  flex-direction: column;
}
.middle-product-right {
  margin-left: 77px;
}
.middle-product .image-top {
  width: 400px;
  height: 400px;
  background: #FAFAFA;
}
.middle-product .image-top img {
  width: 297px;
  height: 291px;
}
.middle-product .image-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
}
.middle-product .image-list-item {
  width: 72px;
  height: 72px;
  background: #ffffff;
  border: 1px solid #dadada;
  overflow: hidden;
}
.middle-product .image-list-item img {
  width: 72px;
  height: 72px;
}
.middle-product .image-list-item-active {
  border: 1px solid #2295FF;
}
.middle-product .product-title {
  margin-top: 10px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.middle-product .product-text {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8c8c8c;
  margin: 25px auto;
}
.middle-product .product-divider {
  height: 1px;
  background: #d6d6d6;
  width: 100%;
}
.middle-product .product-items {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8c8c8c;
  margin: 25px auto 40px auto;
}
.middle-product .product-items li {
  list-style: disc;
  margin-bottom: 5px;
  margin-left: 20px;
}
.middle-product .product-dowonload {
  width: 240px;
  height: 48px;
  line-height: 48px;
  background: #ffffff;
  border: 2px solid #2295ff;
  border-radius: 8px;
  text-align: center;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2295ff;
}
.middle-params {
  padding: 40px 50px;
  background: #fff;
}
.middle-params-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
  margin-bottom: 30px;
}
.middle-params .tables .table {
  width: 1100px;
  border: 1px solid #dadada;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-bottom: 16px;
}
.middle-params .tables .table-header {
  height: 60px;
  line-height: 60px;
  background: #2295ff;
  border: 1px solid #2295ff;
  padding-left: 27px;
  color: #fff;
}
.middle-params .tables .table-row {
  border-bottom: 1px solid #dadada;
  display: flex;
  align-items: center;
}
.middle-params .tables .table-col-left {
  width: 380px;
  text-align: center;
}
.middle-params .tables .table-col-right {
  color: #949494;
  border-left: 1px solid #dadada;
  padding: 15px 38px;
  flex: 1;
}
