@charset "UTF-8";
.rotate-90 .con-bot,
.rotate-90 .header .wp2 {
  display: none;
  position: fixed;
  z-index: 201;
  right: 0;
  top: 0;
  height: 100%;
  background: #970f12;
  padding: 0 0.2rem;
  padding-top: 1rem;
  overflow: auto;
  width: auto;
}

.rotate-90 .nav {
  display: flex;
  flex-direction: column;
}

.rotate-90 .nav li {
  margin-bottom: 0.1rem;
}

.rotate-90 .nav li .v1.hassub::after {
  display: none;
}

.rotate-90 .nav .submenu {
  position: unset;
  padding-left: 0.12rem;
}

.rotate-90 .nav .submenu a {
  background: transparent;
  color: #f5efdb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rotate-90#container {
  overflow: scroll;
  /* 垂直居中 */
  /* 100% 的视口高度 */
  position: relative;
  left: 0;
  top: 0;
  width: 100vh;
  height: 100vw;
  transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform: rotate(90deg) translate(0, -100%);
  -webkit-transform: rotate(90deg) translate(0, -100%);
  -moz-transform: rotate(90deg) translate(0, -100%);
}

.rotate-90 #container-content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: scroll;
  z-index: 1;
  width: auto;
  height: auto;
}

.rotate-90 .header .hdr {
  width: auto;
  margin-right: 2rem;
  display: flex;
  align-items: center;
}

.rotate-90 .header .inner .wp .logo img {
  width: 34vh;
}

@media only screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 80px;
  }
  .nav li .v1 {
    font-size: 0.21rem;
  }
  .header .inner .wp {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
  .header .inner .wp .logo img {
    width: 34vw;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 60px;
  }
  .ul-clubs li {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .linsvg img {
    max-height: 200px;
  }
}
