.yoyoo-page {
  background: inherit;
}

html,
body {
  overflow-x: hidden;
}

.yoyoo-barmain {
  text-align: center;
  background: #fff;
  padding: 4px 8px 0;
  border-bottom: none;
}

.yoyoo-barmain iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 1350px;
  height: 120px;
  border: 0;
}

.yoyoo-banner-ad {
  text-align: center;
  padding: 8px 8px 4px;
  background: #fff;
}

.yoyoo-body-wrap {
  position: relative;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 6px;
  box-sizing: border-box;
}

.yoyoo-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.yoyoo-main > .site-header {
  padding-top: 4px;
}

.yoyoo-ad-side {
  position: absolute;
  top: 10px;
  width: 160px;
  height: 650px;
}

.yoyoo-ad-left {
  left: -220px;
}

.yoyoo-ad-right {
  right: -220px;
}

@media (max-width: 1320px) {
  .yoyoo-ad-side {
    display: none;
  }

  .yoyoo-body-wrap {
    padding: 0;
  }

  .yoyoo-main {
    max-width: none;
  }
}

@media (max-width: 850px) {
  .yoyoo-barmain {
    display: none;
  }
}

.site-footer {
  text-align: center;
  padding: 22px 12px 28px;
  margin-top: 8px;
  background: #fff;
  border-top: 1px solid #e5e9ee;
  font-family: 'Arimo', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
.site-footer-nav {
  margin: 0 0 10px;
}
.site-footer-nav a {
  color: #0066cc;
  text-decoration: none;
}
.site-footer-nav a:hover {
  text-decoration: underline;
}
.site-footer-sep {
  margin: 0 8px;
  color: #333;
}
.site-footer-bottom,
.site-footer-menu {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}
.site-footer-bottom {
  margin-bottom: 4px;
}
.site-footer-bottom a,
.site-footer-menu a {
  color: #0066cc;
  text-decoration: none;
}
.site-footer-bottom a:hover,
.site-footer-menu a:hover {
  text-decoration: underline;
}
