body {
  margin: 0;
  padding: 0;
}
#wnp_wrapper {
  cursor: pointer;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 56.25%;
}
#wnp_wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wnp_wrapper a {
  color: inherit;
  border: none;
  text-decoration: none;
}
#wnp_wrapper a img {
  border: none;
}
#wnp_wrapper .stage01 {
  /* position: absolute; */
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 100%;
  padding-bottom: 56.25%;
}
#wnp_wrapper .stage02 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* opacity: 0; */
  /* position: absolute; */
  height: 100%;
  left: 0;
  top: 0;
  /* -webkit-transform: scale(0.8);
  transform: scale(0.8); */
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 100%;
}
#wnp_wrapper .logo {
  margin: 10px auto 0;
  max-width: 50%;
}
/* #wnp_wrapper:hover .stage01 {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center;
  transform-origin: center;
} */
/* #wnp_wrapper:hover .stage02 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
} */
.watchBlock {
  left: 0;
  position: absolute;
  top: -23%;
  top: -6%;
  width: 100%;
}
.watchDials {
  width: 30%;
  height: 38%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.needles {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 5;
}
#wnp_date {
  color: #020201;
  font-family: Michroma, sans-serif;
  height: 7%;
  right: 12%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 10%;
  z-index: 0;
  margin-top: -3%;
  line-height: 1;
}
