/* hardware */
.contact {
  width: 190px;
  height: 58px;
  background: linear-gradient(90deg, #5DADFF 0%, #79BBFF 100%);
  box-shadow: 4px 2px 5px 0px rgba(0, 65, 229, 0.46);
  border-radius: 2px;
  font-size: 20px;
  color: #FFFFFF;
}

.about-shadow {
  box-shadow: 5px 4px 21px 0px rgba(0, 0, 0, 0.2);
}

/*  */
.products-banner {
  height: 610px;
  background-color: #fefefe;
}

.banner-content {
  padding-top: 96px;
  margin: 0 auto;
  width: 1210px;
}

.banner-content img {
  width: 509px;
}

.products-right {
  padding-left: 52px;
}

.products-right h1 {
  margin: 43px 0 56px 0;
  font-size: 50px;
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
  font-family: Source Han Sans SC;
  font-weight: 400;
  width: 296px;
}

.products-right p {
  margin-bottom: 75px;
  font-size: 16px;
  width: 94%;
}

.products-right button {
  margin-right: 28px;
}

/* products-about */
.products-about {
  background: #FFF;
  width: 100%;
  margin-top: 38px;
  position: relative;
}

.products-bg {
  margin: 0 auto;
  padding-bottom: 50px;
  background: url(../images/hardware/absolute_1.png),
    url(../images/hardware/absolute_2.png);
  background-position: 96px 185px, 363px 790px;
  background-size: 1194px 747px, 1428px 709px;
  background-repeat: no-repeat, no-repeat;
}

.products-about .about-item {
  width: 1210px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.reader-info {
  width: 613px;
  padding: 64px 64px 0 15px;

}

.reader-info h2 {
  font-size: 36px;
  margin-bottom: 45px;
    font-family: Source Han Sans SC;
    font-weight: 400;
}

.reader-info button {
  float: right;
  margin-top: 20px;
}

/* about-msg */
.about-msg {
  width: 680px;
  height: 420px;
  /* background: #FFFFFF; */
  box-shadow: 5px 4px 21px 0px rgba(0, 0, 0, 0.2);
  padding: 0 89px 0 45px;
}

.about-msg h2 {
  margin-bottom: 42px;
  margin-top: 65px;
  font-size: 36px;
  font-family: Source Han Sans SC;
  font-weight: 400;
}

.about-msg button {
  float: right;
  margin-top: 20px;
}

.about-img {
  width: 507px;
  height: 420px;
  background: #FFFFFF;
  box-shadow: 5px 4px 21px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-img .i200 {
  width: 449px;
  height: 221px;
}

.about-img .omr {
  width: 452px;
}

/*  */
.about-primary {
  height: 543px;
  background-image: url(../images/software/products_7.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.z-2000 img {
  width: 545px;
  padding-top: 30px;
}

.absolute-img {
  position: absolute;
  top: 205px;
  left: 50%;
  margin-left: -864px;
  height: 1230px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 5;
}

.absolute-1 {
  width: 1194px;
  height: 747px;
}

.absolute-2 {
  width: 1428px;
  height: 709px;
  margin-left: 391px;
}