.page {
  position: relative;
  width: 1140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #f0f0f0;
  overflow: auto;
}

.image_1 {
  width: 100%;
  height: 100%;
}
.copyright {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36px;
  padding: 10px 20px;
  text-align: center;
  /* background-color: #f8f8f8; */
  color: #666;
  font-size: 14px;
  /* border-top: 1px solid #e7e7e7; */
  z-index: 999;
}
.link{
  color: #333;
  text-decoration: none;
}