page .page {
  background-color: #F7F7F7;
}

page .page-section {
  background: #fff;
  margin-bottom: 24rpx;
  padding: 10rpx;
}

page .move-area {
  display: block;
  height: 400rpx;
  width: 400rpx;
  margin: 50rpx 0rpx 0 50rpx;
  background-color: #ccc;
  overflow: hidden;
}

page .move-view {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200rpx;
  width: 200rpx;
  background: #108ee9;
  color: #fff;
}

page .move-view_over {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600rpx;
  width: 600rpx;
  background: #108ee9;
  color: #fff;
}

page .move-area_over {
  display: block;
  height: 400rpx;
  width: 400rpx;
  margin: 50rpx 0rpx 0 50rpx;
  background-color: #ccc;
  overflow: hidden;
}

page .btn {
  margin-top: 32rpx;
}