@charset 'utf-8';
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Arial, 'Microsoft YaHei';
}
img {
  vertical-align: top;
  border: none;
}
input,
textarea {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-appearance: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  border: 1px solid;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  -webkit-touch-callout: none;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
html,
body {
  height: 100%;
}
html {
  font-size: 10px;
}
html,
body {
  width: 100%;
  height: 100%;
}
.y-slide {
  width: 100%;
  height: 100%;
}
.y-slide .container {
  display: none;
  width: 100%;
  height: 100%;
}
.windmill {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
}
.windmill .wing {
  position: absolute;
}
.windmill .wing .triangle_big {
  position: absolute;
  height: 0;
}
.windmill .wing .triangle_small {
  position: absolute;
  height: 0;
}
.windmill .wing_top {
  top: 0;
  left: 100px;
  width: 50px;
  height: 100px;
}
.windmill .wing_top .triangle_big {
  top: 0;
  left: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #EF9C89;
}
.windmill .wing_top .triangle_small {
  bottom: 0;
  left: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid #FDEE84;
}
.windmill .wing_right {
  top: 100px;
  left: 100px;
  width: 100px;
  height: 50px;
}
.windmill .wing_right .triangle_big {
  top: 0;
  left: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #C3FFB2;
}
.windmill .wing_right .triangle_small {
  bottom: 0;
  left: 0;
  border-top: 50px solid transparent;
  border-left: 50px solid #84FDDD;
}
.windmill .wing_bottom {
  top: 100px;
  left: 50px;
  width: 50px;
  height: 100px;
}
.windmill .wing_bottom .triangle_big {
  top: 0;
  left: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 50px solid #89B5EF;
}
.windmill .wing_bottom .triangle_small {
  top: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-top: 50px solid #BE85DF;
}
.windmill .wing_left {
  top: 50px;
  left: 0;
  width: 100px;
  height: 50px;
}
.windmill .wing_left .triangle_big {
  top: 0;
  left: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #DF85AE;
}
.windmill .wing_left .triangle_small {
  top: 0;
  right: 0;
  border-left: 50px solid transparent;
  border-top: 50px solid #DF8585;
}
.page:nth-of-type(1) {
  background-color: #885A4F;
}
.page:nth-of-type(2) {
  background-color: #8A8147;
}
.page:nth-of-type(3) {
  background-color: #629E51;
}
.page:nth-of-type(4) {
  background-color: #57A590;
}
.page:nth-of-type(5) {
  background-color: #536D8E;
}
.page:nth-of-type(6) {
  background-color: #7C5592;
}
.page:nth-of-type(7) {
  background-color: #8A526B;
}
.page:nth-of-type(8) {
  background-color: #925757;
}

/*# sourceMappingURL=../maps/style.css.map */
