.product-bg {
  background-image: url("/img/product/2.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.product {
  font-size: 16px;
  color: #606060;
  height: 870px;
}
.product p {
  line-height: 2;
}
.product .product-logo {
  padding: 65px 0;
}
.product .product-status {
  padding-top: 90px;
}
.product .product-status .name {
  position: absolute;
  font-size: 30px;
  left: 0;
  color: #000;
}
.product .product-status .enter {
  display: block;
  position: absolute;
  left: 650px;
}
