html, body {
  height: 100%;
  overflow: hidden;
}

html {
  background: #8eb8dc url(../images/background_x.jpg) repeat-x top;
}

body {
  margin: 0;
  font: 14px/1.6 Tahoma, Geneva, 'Simsun';
  color: #333;
  background: url(../images/background.jpg) no-repeat left top;
}

input, textarea, select {
  margin: 0;
  padding: 0;
  font-size: 14px;
  outline: none;
  resize: none;
}

html:root body {
  -webkit-font-smoothing: subpixel-antialiased;
}

html:root body, html:root input, html:root button, html:root textarea, html:root select {
  font-family: Tahoma, Geneva, 'Pingfang SC', 'Heiti SC', 'Microsoft Yahei', 'Simsun';
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  html:root body {
    -webkit-font-smoothing: antialiased;
  }
}

form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
}

a img {
  border: none;
}

i, em {
  font-style: normal;
}

s, u {
  text-decoration: none;
}

button {
  cursor: pointer;
}

button i {
  font-size: 0;
}

.side-community a em {
  position: absolute;
  width: 8px;
  height: 8px;
  font-size: 0;
  overflow: hidden;
  border: 1px solid white;
  border-radius: 50%;
  background: #f0561d;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.client-popup-download .close, .fh-popup-qrcode .close {
  width: 32px;
  height: 32px;
  line-height: 20;
  overflow: hidden;
  background: url(../images/icon_close_32.png?v=1) no-repeat 0 0;
  background-image: -webkit-image-set(url(../images/icon_close_32.png?v=1) 1x, url(../images/icon_close_32@2x.png?v=1) 2x);
}

.client-popup-download .close:hover, .fh-popup-qrcode .close:hover {
  background-position: 0 -32px;
}

.button {
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: white;
  border-radius: 3px;
  background: #2b91e3;
}

.button:hover {
  background: #187ed0;
}

.btn-green {
  background: #34b742;
}

.btn-green:hover {
  background: #22a330;
}

.checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-image: url(../../file/images/checkbox.png?v=1);
  background-image: -webkit-image-set(url(../../file/images/checkbox.png?v=1) 1x, url(../../file/images/checkbox@2x.png?v=1) 2x);
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: default;
  *display: inline;
  *zoom: 1;
}

.checked {
  background-position: -20px 0;
}

.simulation-scroll-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  width: 7px;
  border: 2px solid transparent;
  border-radius: 6;
}

.simulation-scroll-bar s {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  min-height: 50px;
  border-radius: 4px;
  background: #496c90;
  background: rgba(0, 0, 0, 0.3);
}

.simulation-scroll-bar.hover {
  width: 11px;
  border-radius: 8px;
  background: #8eb2d9;
  background: rgba(255, 255, 255, 0.2);
}

.simulation-scroll-bar.hover s {
  width: 11px;
  border-radius: 6px;
}

.animate-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.animate-layer s {
  position: absolute;
  font-size: 0;
  color: transparent;
}

.panel-side {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 220px;
}

.side-nav {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
}

.side-nav a {
  display: block;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
  font-size: 24px;
  color: white;
}

.side-nav a s {
  float: left;
  width: 24px;
  height: 24px;
  margin: 18px 20px 0 0;
  background-image: url(../images/icon_panel_nav.png);
  background-image: -webkit-image-set(url(../images/icon_panel_nav.png) 1x, url(../images/icon_panel_nav@2x.png) 2x);
  background-repeat: no-repeat;
}

.side-nav a:hover {
  background: #5f8ec5;
}

.side-nav a.current {
  background: #5582b8;
  cursor: default;
}

.side-nav a.current s {
  background-position-y: -24px;
}

.snv-cloud {
  background-position: 0 0;
}

.snv-community {
  background-position: -24px 0;
}

.side-community {
  position: absolute;
  top: 285px;
  right: 0;
  bottom: 10px;
  left: 0;
  overflow: hidden;
  *border-top: 1px solid #76a3d4;
}

.side-community:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background: #76a3d4;
}

.side-community ul {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 0 10px;
  overflow: hidden;
  *top: 0;
}

.side-community ul.osx-overflow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.side-community ul.osx-overflow::-webkit-scrollbar {
  position: relative;
  width: 2px;
}

.side-community ul.osx-overflow::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.4);
}

.side-community li {
  *vertical-align: middle;
}

.side-community a {
  display: block;
  position: relative;
  height: 30px;
  padding: 10px 0 10px 20px;
  line-height: 30px;
  font-size: 16px;
  color: white;
  *zoom: 1;
}

.side-community a:hover {
  background: #5f8ec5;
}

.side-community a.current {
  background: #5582b8;
  cursor: default;
}

.side-community a img {
  float: left;
  width: 28px;
  height: 28px;
  border: 1px solid white;
  border-radius: 50%;
}

.side-community a span {
  float: left;
  width: 135px;
  height: 30px;
  padding-left: 15px;
  word-break: break-all;
  overflow: hidden;
}

.side-community a em {
  top: 8px;
  left: 42px;
}

html:root .side-nav a:hover, html:root .side-community a:hover {
  background: rgba(0, 0, 0, 0.05);
}

html:root .side-nav a.current, html:root .side-community a.current {
  background: rgba(0, 0, 0, 0.1);
}

html:root .side-community:before {
  background: rgba(255, 255, 255, 0.1);
}

@supports (-webkit-mask-repeat: no-repeat) {
  .side-community ul {
    bottom: -10px;
    -webkit-mask-image: -webkit-linear-gradient(top, black, transparent), -webkit-linear-gradient(top, black, black);
    -webkit-mask-size: 100% 30px, 100% calc(100% - 30px);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom, top;
  }
}

.side-link {
  position: absolute;
  top: 16px;
  left: 20px;
}

.side-link a, .side-link i {
  float: left;
  font-size: 0;
  overflow: hidden;
  color: transparent;
}

.side-link a {
  width: 20px;
  height: 20px;
}

.side-link a s {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_panel_link.png);
  background-image: -webkit-image-set(url(../images/icon_panel_link.png) 1x, url(../images/icon_panel_link@2x.png) 2x);
  background-repeat: no-repeat;
}

.side-link a:hover s {
  background-position-y: -20px;
}

.side-link i {
  width: 1px;
  height: 16px;
  margin: 2px 20px 0;
  background: #5993ca;
  background: rgba(255, 255, 255, 0.1);
}

.sln-help {
  background-position: 0 0;
}

.sln-themes {
  background-position: -20px 0;
}

.sln-office {
  background-position: -40px 0;
}

.main-container {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 220px;
  min-width: 774px;
  min-height: 520px;
  background: #e6edf6;
}

html.cloud-frame-page:root .main-container {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.container-blur {
  opacity: 0;
}

@supports (-webkit-filter: blur()) {
  .container-blur {
    opacity: 0.4;
    -webkit-filter: blur(50px);
  }
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 15px;
  line-height: 18px;
  text-align: center;
  font-size: 0;
  color: #999;
}

.footer p {
  padding: 4px 0;
}

.footer a, .footer em, .footer i, .footer span {
  display: inline-block;
  vertical-align: top;
}

.footer a, .footer span {
  margin: 0 3px;
  font-size: 14px;
}

.footer a {
  color: #999;
}

.footer a:hover {
  color: #333;
}

.footer em {
  width: 1px;
  height: 12px;
  margin: 3px 5px 0;
  overflow: hidden;
  background: #ddd;
}

.footer i {
  margin: 0;
  font-size: 8px;
}

.footer-link {
  padding-top: 10px;
}

.footer-link a {
  margin: 0 10px;
  color: #333;
}

.footer-link a s {
  float: left;
  height: 18px;
  margin-right: 5px;
  background-image: url(../images/icon_footer_logo.png);
  background-image: -webkit-image-set(url(../images/icon_footer_logo.png) 1x, url(../images/icon_footer_logo@2x.png) 2x);
  background-repeat: no-repeat;
}

.footer-link a span {
  float: left;
  margin: 0;
}

.ftl-center {
  width: 20px;
  background-position: 0 0;
}

.ftl-download {
  width: 18px;
  background-position: -20px 0;
}

.frame-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  background: white;
}

.frame-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cloud-nav-container .top-search-box {
  background: #d7e0ed;
}

html:root .cloud-nav-container .top-search-box {
  background: rgba(79, 79, 79, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.cloud-nav-wrap {
  position: absolute;
  top: 38.2%;
  right: 0;
  left: 0;
  margin-top: -128px;
}

.cloud-nav-column ul {
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}

.cloud-nav-column li {
  display: inline-block;
  position: relative;
  width: 240px;
  margin: 0 5px;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}

.cloud-nav-column a {
  display: block;
  position: relative;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.cloud-nav-column a:hover {
  z-index: 1;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
}

.cloud-nav-column a i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 148px;
  height: 148px;
  margin-top: -60px;
  margin-left: -74px;
  background-image: url(../images/icon_home.png?v=1);
  background-image: -webkit-image-set(url(../images/icon_home.png?v=1) 1x, url(../images/icon_home@2x.png?v=1) 2x);
}

.cloud-nav-column a span {
  position: absolute;
  top: 20px;
  left: 38px;
  line-height: 50px;
  font-size: 32px;
  color: white;
}

.cnvc-file {
  background: #02c2f1;
  background: -webkit-linear-gradient(top, #00baff, #04cbdd);
  background: linear-gradient(top, #00baff, #04cbdd);
}

.cnvc-file i {
  background-position: 0 0;
}

.cnvc-music {
  background: #fa6854;
  background: -webkit-linear-gradient(top, #fe4a70, #f58737);
  background: linear-gradient(top, #fe4a70, #f58737);
}

.cnvc-music i {
  background-position: -148px 0;
}

.cnvc-history {
  background: #00d573;
  background: -webkit-linear-gradient(top, #00ce5c, #00dc87);
  background: linear-gradient(top, #00ce5c, #00dc87);
}

.cnvc-history i {
  background-position: -296px 0;
}

@supports (transform: rotate(45deg)) {
  .cnvc-file i:before {
    content: "";
    position: absolute;
    top: 42px;
    right: 16px;
    bottom: 16px;
    left: 16px;
    background: #e1f6fd;
    background: -webkit-linear-gradient(top, #e5f7fd, #daf4fd);
    background: linear-gradient(top, #e5f7fd, #daf4fd);
  }
  .cnvc-file i:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 47px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #beecfb;
  }
  .cnvc-file i s {
    position: absolute;
    top: 55px;
    left: 42px;
    z-index: 1;
    width: 64px;
    height: 64px;
  }
  .cnvc-file i s u {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background: #59c5f1;
  }
  .cnvc-file i s.r {
    clip: rect(0 64px 64px 32px);
  }
  .cnvc-file i s.r u {
    clip: rect(0 32px 64px 0);
    transform: rotate(120deg);
  }
  .cnvc-file i s.l {
    clip: rect(0 32px 64px 0);
  }
  .cnvc-file i s.l u {
    clip: rect(0 64px 64px 32px);
    transform: rotate(0);
  }
}

.cloud-nav-top {
  display: none;
  text-align: center;
  padding-bottom: 30px;
  line-height: 30px;
  font-size: 24px;
}

.cloud-nav-top a {
  color: #666;
}

.cloud-nav-bottom {
  padding-top: 30px;
  text-align: center;
  font-size: 0;
  color: transparent;
}

.cloud-nav-bottom a, .cloud-nav-bottom em {
  display: inline-block;
  vertical-align: top;
}

.cloud-nav-bottom a {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #666;
}

.cloud-nav-bottom a:hover {
  text-decoration: none;
}

.cloud-nav-bottom em {
  width: 1px;
  height: 16px;
  margin: 7px 18px 0;
  overflow: hidden;
  background: #c5b09b;
  background: rgba(169, 142, 119, 0.5);
}

.cnv-show-top {
  margin-top: -150px;
}

.cnv-show-top .cloud-nav-top {
  display: block;
}

.cnv-show-top .cloud-nav-bottom {
  padding-top: 30px !important;
}

.client-popup-download .mobile-client a i, .client-popup-download .pc-client a i {
  background-image: url(../images/icon_client_download.png?v=1);
  background-repeat: no-repeat;
}

.client-popup-download {
  position: absolute;
  top: 38.2%;
  left: 50%;
  z-index: 10001;
  width: 674px;
  margin-top: -167px;
  margin-left: -337px;
  padding: 50px 0 0;
  border-radius: 4px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  *zoom: 1;
}

.client-popup-download s.arrow {
  display: none;
  position: absolute;
  top: -16px;
  right: 37px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 8px solid;
  border-color: transparent transparent white;
}

.client-popup-download .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.client-popup-download .mobile-client {
  position: relative;
  margin: 0 50px;
  padding-left: 194px;
  height: 200px;
  overflow: hidden;
  *zoom: 1;
}

.client-popup-download .mobile-client em {
  position: absolute;
  top: 0;
  left: 0;
  width: 178px;
  height: 32px;
  padding-top: 166px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #999;
  border: 1px solid #e2e4e9;
  border-radius: 3px;
  background: url(../images/qrcode_client_160.png?v=1) no-repeat 9px 9px;
}

.client-popup-download .mobile-client a {
  display: block;
  height: 32px;
  margin-bottom: 20px;
  padding: 29px 0 29px 54px;
  line-height: 32px;
  font-size: 24px;
  color: white;
  border-radius: 3px;
}

.client-popup-download .mobile-client a:hover {
  text-decoration: none;
}

.client-popup-download .mobile-client a i {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.client-popup-download .mobile-client .bmc-ios {
  background: #569df2;
}

.client-popup-download .mobile-client .bmc-ios i {
  background-position: -320px 0;
}

.client-popup-download .mobile-client .bmc-android {
  background: #57c300;
}

.client-popup-download .mobile-client .bmc-android i {
  background-position: -320px -32px;
}

.client-popup-download .pc-client {
  padding: 50px 0 20px;
  text-align: center;
  font-size: 0;
}

.client-popup-download .pc-client a {
  display: inline-block;
  width: 80px;
  margin: 0 40px;
  font-size: 14px;
}

.client-popup-download .pc-client a:hover {
  text-decoration: none;
}

.client-popup-download .pc-client a i {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}

.client-popup-download .pc-client a span {
  display: block;
  line-height: 24px;
}

.bpc-browser {
  background-position: 0 0;
}

.bpc-osx {
  background-position: -80px 0;
}

.bpc-linux {
  background-position: -160px 0;
}

.bpc-tv {
  background-position: -240px 0;
}

.article-reader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  background-image: url(about:blank);
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC000000', endColorstr='#CC000000');
}

html:root .article-reader {
  filter: none;
}

.article-reader iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@supports (-webkit-backdrop-filter: blur()) {
  .article-reader {
    background: rgba(115, 115, 115, 0.6);
    -webkit-backdrop-filter: blur(20px);
  }
}

.context-menu {
  position: absolute;
  z-index: 1111;
  min-width: 150px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.context-menu .cell {
  max-height: 420px;
  padding: 5px 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.context-menu .cell + .cell, .context-menu ul + ul {
  border-top: 1px solid #f2f2f2;
}

.context-menu li {
  *vertical-align: middle;
}

.context-menu a {
  display: block;
  height: 42px;
  padding: 0 20px;
  line-height: 42px;
  font-size: 18px;
  color: #414141;
  cursor: pointer;
}

.context-menu a:hover {
  text-decoration: none;
  color: white;
  background: #2b91e3;
}

html:root .context-menu {
  border-color: rgba(0, 0, 0, 0.1);
}

.upload-min {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1001;
  width: 320px;
  height: 40px;
  background: url(../images/upload_min.png) no-repeat 0 0;
}

.upload-min span {
  position: absolute;
  top: 12px;
  left: 54px;
  width: 210px;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFF;
}

.upload-min .maximize {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 25px;
  height: 25px;
  line-height: 10;
  overflow: hidden;
}

.fh-popup-qrcode {
  position: fixed;
  top: 38.2%;
  left: 50%;
  z-index: 10001;
  width: 500px;
  height: 462px;
  margin-top: -176px;
  margin-left: -250px;
  border-radius: 4px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.fh-popup-qrcode .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.fh-popup-qrcode span, .fh-popup-qrcode em {
  position: absolute;
  right: 10px;
  left: 10px;
  text-align: center;
  word-break: break-all;
}

.fh-popup-qrcode span {
  top: 62px;
  line-height: 30px;
  font-size: 16px;
}

.fh-popup-qrcode em {
  top: 394px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}

.fh-popup-qrcode .fhpqr-container {
  position: absolute;
  top: 110px;
  left: 50%;
  width: 272px;
  height: 272px;
  margin-left: -137px;
  border: 1px solid #e2e5e9;
  background: white url(../images/qrcode_client_272.png) no-repeat center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.fh-popup-qrcode .fhpqr-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fh-popup-qrcode .fhpqr-face {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 74px;
  height: 74px;
  margin: -40px;
  border: 3px solid white;
  border-radius: 3px;
}

.topic-open-type {
  position: relative;
  width: 330px;
  padding: 40px 130px 50px 40px;
  line-height: 32px;
  font-size: 16px;
}

.topic-open-type .icon-switch {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 84px;
  height: 32px;
  overflow: hidden;
  line-height: 32;
  cursor: pointer;
  background-image: url(../images/icon_switch.png?v=1);
  background-image: -webkit-image-set(url(../images/icon_switch.png?v=1) 1x, url(../images/icon_switch@2x.png?v=1) 2x);
  background-repeat: no-repeat;
}

.topic-open-type .isw-off {
  background-position: 0 0;
}

.topic-open-type .isw-on {
  background-position: 0 -32px;
}

@media screen and (min-width: 1140px) {
  .panel-side {
    width: 250px;
  }
  .side-community a span {
    width: 165px;
  }
  .main-container {
    left: 250px;
  }
  .cloud-nav-column li {
    width: 260px;
    margin: 0 10px;
  }
}

@media screen and (min-width: 1200px) {
  .cloud-nav-column li {
    margin: 0 15px;
    width: 270px;
  }
}

@media screen and (min-width: 1330px) {
  .cloud-nav-column li {
    width: 310px;
  }
}

@media screen and (min-height: 640px) {
  .cloud-nav-wrap {
    margin-top: -150px;
  }
  .cnv-show-top {
    margin-top: -166px;
  }
  .cloud-nav-column a {
    height: 340px;
  }
  .cloud-nav-bottom {
    padding-top: 50px;
  }
}

@media screen and (min-height: 740px) {
  .cloud-nav-wrap {
    margin-top: -166px;
  }
  .cnv-show-top {
    margin-top: -181px;
  }
  .cloud-nav-column a {
    height: 380px;
  }
}

@media screen and (min-height: 800px) {
  .cnv-show-top {
    margin-top: -194px;
  }
  .cnv-show-top .cloud-nav-top {
    padding-bottom: 45px;
  }
  .cnv-show-top .cloud-nav-bottom {
    padding-top: 50px !important;
  }
}

@supports (-webkit-animation-fill-mode: both) or (animation-fill-mode: both) {
  body {
    background-image: url(../images/background_animate.jpg);
  }
  .animate-layer .ait-8, .animate-layer .ait-9 {
    position: absolute;
  }
  .animate-layer .ait-8:before, .animate-layer .ait-9:before {
    content: "";
    position: absolute;
    top: 25.373%;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/wind_frame.png) no-repeat center bottom;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  .animate-layer .ait-8:after, .animate-layer .ait-9:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url(../images/windmill.png) no-repeat center;
    background-size: contain;
    -webkit-animation: windmill 1s linear infinite;
    animation: windmill 1s linear infinite;
  }
  .animate-layer .ait-8 {
    top: 60px;
    left: 84px;
    width: 64px;
    height: 126px;
    opacity: 0.7;
  }
  .animate-layer .ait-8:before {
    -webkit-transform: scale(1, 0.72);
    transform: scale(1, 0.72);
  }
  .animate-layer .ait-8:after {
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
  }
  .animate-layer .ait-9 {
    top: 90px;
    left: 150px;
    width: 38px;
    height: 75px;
    opacity: 0.5;
  }
  .animate-layer .ait-9:before {
    -webkit-transform: scale(1, 0.88);
    transform: scale(1, 0.88);
  }
  .animate-layer .ait-9:after {
    -webkit-animation-duration: 40s;
    -webkit-animation-delay: -15s;
    animation-duration: 40s;
    animation-delay: -15s;
  }
}

@-webkit-keyframes windmill {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes windmill {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
