section {
  position: relative;
}

html {
  scroll-behavior: smooth;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
  left: 0px;
  z-index: -1;
}

header {
  position: fixed;
  border-bottom: none !important;
  transition: all 500ms ease-in-out;
  background-color: transparent !important;
}
header .btn_support {
  background: #373737 !important;
}

.wu-logo {
  height: 60px !important;
}

header.wu-active {
  background: rgba(172, 150, 99, 0.3) !important;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
  transition: all 500ms ease-in-out;
}

footer {
  background: none !important;
  background-color: #4a412b !important;
}
footer .footer_in {
  padding: 8px !important;
}

.body-wu-waves main {
  overflow: hidden;
}
.body-wu-waves .header-wu-waves {
  padding: 24px 0px;
  margin-bottom: 0px;
}
.body-wu-waves .header-wu-waves .menu-wu-waves-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.body-wu-waves .header-wu-waves .menu-wu-waves-wrapper .menu-wu-waves-wrap-d {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.body-wu-waves .header-wu-waves .menu-wu-waves-wrapper .menu-wu-waves-wrap-d div,
.body-wu-waves .header-wu-waves .menu-wu-waves-wrapper .menu-wu-waves-wrap-d a {
  color: #f1efe3;
}
.body-wu-waves .header-wu-waves .menu-wu-waves-wrapper .menu-wu-waves-wrap-d a {
  padding: 8px 16px;
  border: 1.5px solid #f1efe3;
  border-radius: 100px;
  transition: all 300ms ease-in-out !important;
}
.body-wu-waves .header-wu-waves .menu-wu-waves-wrapper .menu-wu-waves-wrap-d a:hover {
  background-color: #ac9663;
  transition: all 300ms ease-in-out !important;
}
.body-wu-waves .header-wu-waves .menu-wu-waves-wrapper .menu-wu-waves-wrap-d div {
  position: relative;
  cursor: pointer;
}
.body-wu-waves .header-wu-waves .menu-wu-waves-wrapper .menu-wu-waves-wrap-d div img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  opacity: 0;
  transition: all 300ms ease-in-out !important;
  z-index: -1;
}
.body-wu-waves .header-wu-waves .menu-wu-waves-wrapper .menu-wu-waves-wrap-d div:hover img {
  transform: scale(1.5);
  opacity: 1;
  transition: all 300ms ease-in-out !important;
}
.body-wu-waves .header-wu-waves .menu-wu-waves-wrap-m {
  display: none;
}
.body-wu-waves .header-wu-waves::after {
  display: none !important;
}
.body-wu-waves section {
  scroll-padding-top: 100px;
}
.body-wu-waves section.banner {
  height: 100svh;
  max-height: 1080px;
  position: relative;
}
.body-wu-waves section.banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: lighten;
  opacity: 0.2;
  filter: brightness(0.4);
}
.body-wu-waves section.banner .scroll-down {
  font-size: 14px;
  color: #ac9663;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  bottom: 40px;
  right: 60px;
}
.body-wu-waves section.whatis {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}
.body-wu-waves section.whatis .wrapper .header-wrap {
  position: relative;
}
.body-wu-waves section.whatis .wrapper .header-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.5);
}
.body-wu-waves section.whatis .wrapper h2 {
  font-size: 64px;
  margin-bottom: 140px;
  color: #f1efe3;
  font-weight: 600;
  text-align: center;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper {
  max-width: 840px;
  margin: 0 auto;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .top-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .top-side .whatis-item h3 {
  font-size: 32px;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .top-side .whatis-item .border-gra {
  padding-top: 24px;
  padding-bottom: 32px;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .top-side .hl-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .top-side .hl-wrap .hl-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 4px;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .top-side .hl-wrap .hl-item p {
  text-align: left;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .bottom-side {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .bottom-side .whatis-item h3 {
  font-size: 24px;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .bottom-side .whatis-item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .bottom-side .whatis-item .border-gra {
  padding: 16px;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .whatis-item {
  width: 100%;
  border-radius: 10px;
  background: rgb(47, 38, 27);
  background: linear-gradient(10deg, rgb(47, 38, 27) 0%, rgba(47, 38, 27, 0) 100%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  position: relative;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .whatis-item .border-gra {
  border: 1px solid;
  border-radius: 10px;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #584c35, #3e382a);
  width: 100%;
  height: 100%;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .whatis-item h3 {
  font-weight: 600;
  color: #baaa7d;
  text-align: center;
  margin-bottom: 20px;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .whatis-item p,
.body-wu-waves section.whatis .wrapper .inner-wrapper .whatis-item li {
  font-size: 18px;
  color: #f1efe3;
}
.body-wu-waves section.whatis .wrapper .inner-wrapper .whatis-item p {
  text-align: center;
}
.body-wu-waves section.manual {
  padding: 140px 0px 100px 0px;
}
.body-wu-waves section.manual .container .wrapper {
  position: relative;
}
.body-wu-waves section.manual .container .wrapper .bg-back-d {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: 3%;
}
.body-wu-waves section.manual .container .wrapper .bg-back-m {
  display: none;
}
.body-wu-waves section.manual .container .wrapper .top {
  background-color: #c8ba81;
  padding: 40px 100px;
  position: relative;
}
.body-wu-waves section.manual .container .wrapper .top h2 {
  font-size: 52px;
  color: #2f261b;
  font-weight: 600;
}
.body-wu-waves section.manual .container .wrapper .top img {
  opacity: 0.2;
  z-index: 0;
}
.body-wu-waves section.manual .container .wrapper .bottom {
  padding: 40px 100px 80px 100px;
  background-color: #d6d0b4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative;
}
.body-wu-waves section.manual .container .wrapper .bottom .maunal-item {
  background-color: #1b1918;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 0px;
}
.body-wu-waves section.manual .container .wrapper .bottom .maunal-item h4 {
  color: white;
  font-size: 26px;
  z-index: 1;
  transition: all 500ms ease-in-out;
}
.body-wu-waves section.manual .container .wrapper .bottom .maunal-item .box {
  background-color: #ac9663;
  width: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  transition: all 500ms ease-in-out;
}
.body-wu-waves section.manual .container .wrapper .bottom .maunal-item img {
  margin-left: 10px;
  margin-right: 40px;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.body-wu-waves section.manual .container .wrapper .bottom .maunal-item:hover h4 {
  color: #1b1918;
  font-weight: 600;
  transition: all 500ms ease-in-out;
}
.body-wu-waves section.manual .container .wrapper .bottom .maunal-item:hover .box {
  width: 100%;
  transition: all 500ms ease-in-out;
}
.body-wu-waves section.manual .container .wrapper .bottom .emoji {
  position: absolute;
  width: 140px;
}
.body-wu-waves section.manual .container .wrapper .bottom .e-1 {
  top: -5%;
  left: -5%;
}
.body-wu-waves section.manual .container .wrapper .bottom .e-2 {
  right: -5%;
  bottom: 2%;
}
.body-wu-waves section.story {
  padding: 100px 0px 160px 0px;
  overflow: hidden;
}
.body-wu-waves section.story video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.body-wu-waves section.story .container {
  z-index: 2;
}
.body-wu-waves section.story .container .header-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.body-wu-waves section.story .container .header-wrap .cir {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(4);
}
.body-wu-waves section.story .container .word {
  margin-bottom: 40px;
  display: block;
}
.body-wu-waves section.story .container .story-wrap {
  margin: 0 auto;
  max-width: 990px;
  padding: 0px 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.body-wu-waves section.story .container .story-wrap .story-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transform: scale(1);
  transition: all 300ms ease-in-out;
}
.body-wu-waves section.story .container .story-wrap .story-item .story-detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  bottom: 12%;
}
.body-wu-waves section.story .container .story-wrap .story-item .story-detail h4 {
  font-weight: 600;
  font-size: 48px;
  color: #fff7eb;
}
.body-wu-waves section.story .container .story-wrap .story-item:hover {
  transform: scale(1.05);
  transition: all 300ms ease-in-out;
}
.body-wu-waves section.story::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgb(0, 0, 0);
  background: linear-gradient(10deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.body-wu-waves section.character {
  padding-bottom: 120px;
  background-color: black;
}
.body-wu-waves section.character .container .character-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.body-wu-waves section.character .container .character-wrap .bg-image {
  z-index: 1 !important;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap {
  padding: 52px 64px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .left {
  font-weight: 600;
  font-size: 70px;
  color: white;
  line-height: 1.2 !important;
  position: relative;
  padding-top: 80px;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .left img {
  position: absolute;
  transform: scale(1.5);
  z-index: -1;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .right {
  display: flex;
  gap: 24px;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .right .box {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .right .box .org-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotateY(0deg);
  transition: all 250ms linear;
  transition-delay: 250ms;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .right .box .flip-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
  left: 0px;
  transform: scaleX(-1) rotateY(90deg);
  transition: all 250ms linear;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .right .box div {
  font-weight: 600px;
  font-size: 16px;
  color: #baaa7d;
  border: 1px solid #baaa7d;
  border-radius: 100px;
  padding: 6px 24px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  white-space: nowrap;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .right .box .org-tag {
  transform: rotateY(0deg) translateX(-50%);
  transition: all 250ms linear;
  transition-delay: 250ms;
  transform-origin: center center;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .right .box .flip-tag {
  transform: scaleX(-1) rotateY(90deg) translateX(-50%);
  transition: all 250ms linear;
  transform-origin: center center;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .right .box:hover .org-img {
  transform: rotateY(90deg);
  transition: all 250ms linear;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .right .box:hover .flip-img {
  transform: scaleX(-1) rotateY(180deg);
  transition: all 250ms linear;
  transition-delay: 250ms;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .right .box:hover .org-tag {
  transform: rotateY(90deg) translateX(-50%);
  transition: all 250ms linear;
  transform-origin: center center;
}
.body-wu-waves section.character .container .character-wrap .inner-wrap .right .box:hover .flip-tag {
  transform: scaleX(-1) rotateY(180deg) translateX(-50%);
  transition: all 250ms linear;
  transition-delay: 250ms;
  transform-origin: center center;
}
.body-wu-waves section.weapon {
  height: 480px;
}
.body-wu-waves section.weapon .container {
  height: 100%;
}
.body-wu-waves section.weapon .container .wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.body-wu-waves section.weapon .container .wrapper h2 {
  font-size: 70px;
  color: #2f261b;
  margin-bottom: 24px;
  font-weight: 600;
}
.body-wu-waves section.weapon .container .wrapper a {
  font-size: 16px;
  font-weight: 600;
  color: #baaa7d;
  border: 1.2px solid #baaa7d;
  border-radius: 100px;
  background-color: #2f261b;
  padding: 8px 28px;
  transition: all 300ms ease-in-out;
}
.body-wu-waves section.weapon .container .wrapper a:hover {
  color: #2f261b;
  background-color: #baaa7d;
  border: 1.2px solid #2f261b;
  transition: all 300ms ease-in-out;
}
.body-wu-waves section.video {
  padding-top: 100px;
  padding-bottom: 140px;
}
.body-wu-waves section.video .container .video-text {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}
.body-wu-waves section.video .container .video-wrap {
  padding: 16px;
  border: 2px solid #ac9663;
  border-radius: 10px;
  margin-bottom: 24px;
  background-color: rgba(172, 150, 99, 0.43);
}
.body-wu-waves section.video .container .video-wrap button.plyr__control.plyr__control--overlaid {
  width: 10% !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  background-color: #4c494a !important;
  border: 1px solid #f4f4f4 !important;
  display: grid;
  place-content: center;
  padding: 0px;
}
.body-wu-waves section.video .container .video-wrap button.plyr__control.plyr__control--overlaid svg {
  color: #f4f4f4 !important;
}
.body-wu-waves section.video .container .now-text {
  font-size: 20px;
  font-weight: 600;
  color: #baaa7d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 12px;
}
.body-wu-waves section.video .container .version-text {
  display: block;
  margin: 0 auto;
}

.archive-wuthering {
  background-color: black;
}
.archive-wuthering section.banner {
  height: 100svh;
  max-height: 1080px;
  position: relative;
}
.archive-wuthering section.banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: lighten;
  opacity: 0.2;
  filter: brightness(0.4);
}
.archive-wuthering section.banner .scroll-down {
  font-size: 14px;
  color: #ac9663;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  bottom: 40px;
  right: 60px;
}
.archive-wuthering section.manual {
  padding: 140px 0px 100px 0px;
}
.archive-wuthering section.manual .container .wrapper {
  position: relative;
}
.archive-wuthering section.manual .container .wrapper .bg-back-d {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: 3%;
}
.archive-wuthering section.manual .container .wrapper .bg-back-m {
  display: none;
}
.archive-wuthering section.manual .container .wrapper .top {
  background-color: #c8ba81;
  padding: 40px 100px;
  position: relative;
}
.archive-wuthering section.manual .container .wrapper .top h2 {
  font-size: 52px;
  color: #2f261b;
  font-weight: 600;
}
.archive-wuthering section.manual .container .wrapper .top img {
  opacity: 0.2;
  z-index: 0;
}
.archive-wuthering section.manual .container .wrapper .bottom {
  padding: 40px 100px 80px 100px;
  background-color: #d6d0b4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative;
}
.archive-wuthering section.manual .container .wrapper .bottom .maunal-item {
  background-color: #1b1918;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 0px;
}
.archive-wuthering section.manual .container .wrapper .bottom .maunal-item h4 {
  color: white;
  font-size: 26px;
  z-index: 1;
  transition: all 500ms ease-in-out;
}
.archive-wuthering section.manual .container .wrapper .bottom .maunal-item .box {
  background-color: #ac9663;
  width: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  transition: all 500ms ease-in-out;
}
.archive-wuthering section.manual .container .wrapper .bottom .maunal-item img {
  margin-left: 10px;
  margin-right: 40px;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.archive-wuthering section.manual .container .wrapper .bottom .maunal-item:hover h4 {
  color: #1b1918;
  font-weight: 600;
  transition: all 500ms ease-in-out;
}
.archive-wuthering section.manual .container .wrapper .bottom .maunal-item:hover .box {
  width: 100%;
  transition: all 500ms ease-in-out;
}
.archive-wuthering section.manual .container .wrapper .bottom .emoji {
  position: absolute;
  width: 140px;
}
.archive-wuthering section.manual .container .wrapper .bottom .e-1 {
  top: -5%;
  left: -5%;
}
.archive-wuthering section.manual .container .wrapper .bottom .e-2 {
  right: -5%;
  bottom: 2%;
}
.archive-wuthering section.story {
  padding: 100px 0px 160px 0px;
  overflow: hidden;
}
.archive-wuthering section.story video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.archive-wuthering section.story .container {
  z-index: 2;
}
.archive-wuthering section.story .container .header-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.archive-wuthering section.story .container .header-wrap .cir {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(4);
}
.archive-wuthering section.story .container .word {
  margin-bottom: 40px;
  display: block;
}
.archive-wuthering section.story .container .story-wrap {
  margin: 0 auto;
  max-width: 990px;
  padding: 0px 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.archive-wuthering section.story .container .story-wrap .story-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transform: scale(1);
  transition: all 300ms ease-in-out;
}
.archive-wuthering section.story .container .story-wrap .story-item .story-detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  bottom: 12%;
}
.archive-wuthering section.story .container .story-wrap .story-item .story-detail h4 {
  font-weight: 600;
  font-size: 48px;
  color: #fff7eb;
}
.archive-wuthering section.story .container .story-wrap .story-item:hover {
  transform: scale(1.05);
  transition: all 300ms ease-in-out;
}
.archive-wuthering section.cate {
  padding: 44px 0px;
  border-bottom: 1px solid #454545;
}
.archive-wuthering section.cate h1 {
  font-size: 46px;
  color: white;
  font-weight: 600;
  text-align: center;
  margin-bottom: 52px;
}
.archive-wuthering section.cate .container .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.archive-wuthering section.cate .container .wrapper div {
  color: #ffeecf;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.archive-wuthering section.cate .container .wrapper ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  gap: 8px;
  white-space: nowrap;
}
.archive-wuthering section.cate .container .wrapper ul li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 100px;
}
.archive-wuthering section.cate .container .wrapper ul li a {
  color: #ffeecf;
  font-size: 14px;
  font-weight: 600;
}
.archive-wuthering section.cate .container .wrapper ul li.active {
  background-color: #ac9663;
}
.archive-wuthering section.cate .container .wrapper ul li.active a {
  color: #1b1918;
}
.archive-wuthering section.content-wuthering .item_list_big .txt h2,
.archive-wuthering section.content-wuthering .item_list .txt h2 {
  color: white;
}
.archive-wuthering section.content-wuthering .item_list_big .box_info .author,
.archive-wuthering section.content-wuthering .item_list_big .box_info .author a,
.archive-wuthering section.content-wuthering .item_list_big .box_info .category,
.archive-wuthering section.content-wuthering .item_list_big .box_info .category a:hover,
.archive-wuthering section.content-wuthering .item_list .box_info .author,
.archive-wuthering section.content-wuthering .item_list .box_info .author a,
.archive-wuthering section.content-wuthering .item_list .box_info .category,
.archive-wuthering section.content-wuthering .item_list .box_info .category a:hover {
  color: #ac9663;
}
.archive-wuthering section.content-wuthering .item_list_big .box_info .timepost,
.archive-wuthering section.content-wuthering .item_list .box_info .timepost {
  color: white;
}
.archive-wuthering section.content-wuthering .item_list_big .box_info .post-categories li,
.archive-wuthering section.content-wuthering .item_list .box_info .post-categories li {
  border-bottom: 1px dotted #ac9663;
}
.archive-wuthering section.content-wuthering .item_list_big .box_info .category li:after,
.archive-wuthering section.content-wuthering .item_list .box_info .category li:after {
  background: none;
}
.archive-wuthering section.content-wuthering .item_list_big .txt p {
  color: #9ea3af !important;
}
.archive-wuthering section.content-wuthering .item_list_big {
  margin-bottom: 40px;
}
.archive-wuthering section.content-wuthering .item_list:after {
  display: none;
}
.archive-wuthering section.content-wuthering .col-layout.pr-0 {
  padding-top: 60px !important;
  padding-bottom: 120px !important;
}
.archive-wuthering section.content-wuthering .col-layout.right {
  border-left: 1px solid #454545;
}
.archive-wuthering section.content-wuthering .editorial {
  background: transparent;
}
.archive-wuthering section.content-wuthering .editorial .txthead h2 {
  color: #baaa7d;
}
.archive-wuthering section.content-wuthering .editorial .group .num {
  color: #baaa7d;
}
.archive-wuthering section.content-wuthering .editorial .group .txt {
  border-bottom: 1px solid #454545;
}
.archive-wuthering section.content-wuthering .editorial .group p {
  color: white;
}
.archive-wuthering section.content-wuthering .editorial .group a:hover .txt p {
  color: white;
}
.archive-wuthering section.content-wuthering .editorial .group .item:last-child .txt {
  border-bottom: none;
}

.single-wuthering .blog_detail_head {
  padding-top: 160px;
}
.single-wuthering .blog_detail_head .post-categories li {
  border-bottom: 1px dotted white;
}
.single-wuthering .blog_detail_head .post-categories li::after {
  display: none;
}
.single-wuthering .blog_detail_head .view-label {
  color: black !important;
  background: url("https://www.gamingdose.com/wp-content/themes/gamingdose/assets/images/view-label-gold-v2.svg") center no-repeat;
}
.single-wuthering main {
  background-color: black;
}
.single-wuthering section.popular {
  border-top: 1px solid #454545;
  background-color: black;
}
.single-wuthering section.popular .txthead h2 {
  color: #baaa7d !important;
  background: none;
  background-color: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.single-wuthering section.popular .item .txt .desc h2 {
  color: white;
}
.single-wuthering section.popular .item .txt .desc .box_info .author,
.single-wuthering section.popular .item .txt .desc .box_info .author a,
.single-wuthering section.popular .item .txt .desc .box_info .category a {
  color: #baaa7d;
}
.single-wuthering section.popular .item .txt .desc .box_info .category a {
  border-bottom: 1px dotted #baaa7d;
}
.single-wuthering section.popular .item .txt .num {
  color: #baaa7d;
}
.single-wuthering .share-set h6,
.single-wuthering .shareside h3,
.single-wuthering strong {
  color: #baaa7d !important;
}
.single-wuthering .col-layout {
  border-left: none !important;
}
.single-wuthering ul,
.single-wuthering ul li,
.single-wuthering ol li,
.single-wuthering p {
  color: white;
}
.single-wuthering .authorsection {
  background-color: #f1efe3;
}
.single-wuthering .authorsection .box-author .author-img h3 {
  color: black;
}
.single-wuthering .authorsection .box-author .author-img p {
  color: #5f5f5f;
}
.single-wuthering .authorsection .box-author .author-content a {
  color: black;
}
.single-wuthering .authorsection .box-author .author-content a:hover {
  color: white;
}
.single-wuthering .authorsection .box-author .author-content .btn_readmore:before {
  background-color: black;
}
.single-wuthering .tagside {
  border: 1px solid #baaa7d;
  color: #baaa7d;
}

@media only screen and (max-width: 991px) {
  .wu-logo {
    height: 30px !important;
  }
  .body-wu-waves .header-wu-waves .menu-wu-waves-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .body-wu-waves .header-wu-waves .menu-wu-waves-wrapper .menu-wu-waves-wrap-d div {
    display: none;
  }
  .body-wu-waves .header-wu-waves .menu-wu-waves-wrap-m {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-top: 28px;
    overflow: scroll;
    position: relative;
    padding-left: 16px;
    padding-right: 15%;
  }
  .body-wu-waves .header-wu-waves .menu-wu-waves-wrap-m div,
  .body-wu-waves .header-wu-waves .menu-wu-waves-wrap-m a {
    color: #f1efe3;
    white-space: nowrap;
  }
  .body-wu-waves .header-wu-waves .menu-wu-waves-wrap-m svg {
    position: fixed;
    right: 8px;
  }
  .body-wu-waves .header-wu-waves .menu-wu-waves-wrap-m::-webkit-scrollbar {
    display: none;
  }
  .body-wu-waves .header-wu-waves .container {
    padding: 0px;
  }
  .body-wu-waves .header-wu-waves .menu-wu-waves-wrapper {
    padding: 0px 16px;
  }
  .body-wu-waves .header-wu-waves .menu-wu-waves-wrap-m::after {
    background: rgb(200, 186, 129);
    background: linear-gradient(90deg, rgba(200, 186, 129, 0) 0%, rgba(200, 186, 129, 0.5018382353) 100%);
    width: 24%;
    position: fixed;
    height: 32px;
    right: -20px;
    content: "";
  }
  .body-wu-waves section {
    scroll-padding-top: 150px;
  }
  .body-wu-waves section.banner .scroll-down {
    bottom: 24px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .body-wu-waves section.whatis {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .body-wu-waves section.whatis .wrapper h2 {
    font-size: 36px;
    margin-bottom: 70px;
  }
  .body-wu-waves section.whatis .wrapper .inner-wrapper {
    padding: 0px 25px;
  }
  .body-wu-waves section.whatis .wrapper .inner-wrapper .top-side {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 36px;
  }
  .body-wu-waves section.whatis .wrapper .inner-wrapper .top-side .whatis-item {
    padding: 16px;
  }
  .body-wu-waves section.whatis .wrapper .inner-wrapper .top-side .whatis-item h3 {
    font-size: 28px;
  }
  .body-wu-waves section.whatis .wrapper .inner-wrapper .bottom-side {
    grid-template-columns: 1fr 1fr;
  }
  .body-wu-waves section.whatis .wrapper .inner-wrapper .bottom-side .whatis-item h3 {
    font-size: 18px;
  }
  .body-wu-waves section.whatis .wrapper .inner-wrapper .bottom-side .whatis-item img {
    max-height: 140px;
  }
  .body-wu-waves section.whatis .wrapper .inner-wrapper .whatis-item p,
  .body-wu-waves section.whatis .wrapper .inner-wrapper .whatis-item li {
    font-size: 16px;
  }
  .body-wu-waves section.manual {
    padding: 100px 0px;
  }
  .body-wu-waves section.manual .container .wrapper {
    padding: 0px 24px;
  }
  .body-wu-waves section.manual .container .wrapper .top {
    font-size: 32px;
    padding: 32px 0px;
    text-align: center;
  }
  .body-wu-waves section.manual .container .wrapper .top h2 {
    font-size: 32px;
  }
  .body-wu-waves section.manual .container .wrapper .bottom {
    padding: 40px 20px 80px 20px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .body-wu-waves section.manual .container .wrapper .bottom .maunal-item {
    padding: 12px 0px;
  }
  .body-wu-waves section.manual .container .wrapper .bottom .maunal-item h4 {
    font-size: 16px;
  }
  .body-wu-waves section.manual .container .wrapper .bottom .maunal-item .box {
    width: 40px;
  }
  .body-wu-waves section.manual .container .wrapper .bottom .maunal-item img {
    margin-left: 8px;
    margin-right: 20px;
    width: 24px;
  }
  .body-wu-waves section.manual .container .wrapper .bottom .emoji {
    width: 90px;
  }
  .body-wu-waves section.manual .container .wrapper .bottom .e-1 {
    top: -54px;
    left: -42px;
  }
  .body-wu-waves section.manual .container .wrapper .bottom .e-2 {
    right: -40px;
    bottom: -32px;
  }
  .body-wu-waves section.manual .container .bg-back-d {
    display: none;
  }
  .body-wu-waves section.manual .container .bg-back-m {
    position: absolute;
    display: block !important;
    width: 105%;
    height: 105%;
    top: -2%;
    left: 0%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .body-wu-waves section.story {
    padding: 60px 0px 100px 0px;
    position: relative;
  }
  .body-wu-waves section.story .container .word {
    height: 60px;
    margin-bottom: 80px;
  }
  .body-wu-waves section.story .container .story-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .body-wu-waves section.story .container .story-wrap .story-item .story-detail {
    bottom: 5%;
  }
  .body-wu-waves section.story .container .story-wrap .story-item .story-detail img {
    width: 35px;
  }
  .body-wu-waves section.story .container .story-wrap .story-item .story-detail h4 {
    font-size: 36px;
  }
  .body-wu-waves section.character {
    padding-bottom: 0px;
  }
  .body-wu-waves section.character .container {
    padding: 0px !important;
  }
  .body-wu-waves section.character .container .character-wrap {
    border-radius: 0px;
  }
  .body-wu-waves section.character .container .character-wrap .inner-wrap {
    padding: 100px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
  }
  .body-wu-waves section.character .container .character-wrap .inner-wrap .left {
    font-size: 36px;
    text-align: center;
    line-height: 1.4 !important;
    padding-top: 0px;
  }
  .body-wu-waves section.character .container .character-wrap .inner-wrap .right {
    gap: 8px;
  }
  .body-wu-waves section.character .container .character-wrap .inner-wrap .right .box img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .body-wu-waves section.weapon {
    height: 420px;
  }
  .body-wu-waves section.weapon .container .wrapper {
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
  }
  .body-wu-waves section.weapon .container .wrapper h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
  }
  .body-wu-waves section.video {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .body-wu-waves section.video .container .now-text {
    font-size: 14px;
  }
  .archive-wuthering section.banner .scroll-down {
    bottom: 24px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .archive-wuthering section.manual {
    padding: 100px 0px;
  }
  .archive-wuthering section.manual .container .wrapper {
    padding: 0px 24px;
  }
  .archive-wuthering section.manual .container .wrapper .top {
    font-size: 32px;
    padding: 32px 0px;
    text-align: center;
  }
  .archive-wuthering section.manual .container .wrapper .top h2 {
    font-size: 32px;
  }
  .archive-wuthering section.manual .container .wrapper .bottom {
    padding: 40px 20px 80px 20px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .archive-wuthering section.manual .container .wrapper .bottom .maunal-item {
    padding: 12px 0px;
  }
  .archive-wuthering section.manual .container .wrapper .bottom .maunal-item h4 {
    font-size: 16px;
  }
  .archive-wuthering section.manual .container .wrapper .bottom .maunal-item .box {
    width: 40px;
  }
  .archive-wuthering section.manual .container .wrapper .bottom .maunal-item img {
    margin-left: 8px;
    margin-right: 20px;
    width: 24px;
  }
  .archive-wuthering section.manual .container .wrapper .bottom .emoji {
    width: 90px;
  }
  .archive-wuthering section.manual .container .wrapper .bottom .e-1 {
    top: -54px;
    left: -42px;
  }
  .archive-wuthering section.manual .container .wrapper .bottom .e-2 {
    right: -40px;
    bottom: -32px;
  }
  .archive-wuthering section.manual .container .bg-back-d {
    display: none;
  }
  .archive-wuthering section.manual .container .bg-back-m {
    position: absolute;
    display: block !important;
    width: 105%;
    height: 105%;
    top: -2%;
    left: 0%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .archive-wuthering section.story {
    padding: 60px 0px 100px 0px;
    position: relative;
  }
  .archive-wuthering section.story .container .word {
    height: 60px;
    margin-bottom: 80px;
  }
  .archive-wuthering section.story .container .story-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .archive-wuthering section.story .container .story-wrap .story-item .story-detail {
    bottom: 5%;
  }
  .archive-wuthering section.story .container .story-wrap .story-item .story-detail img {
    width: 35px;
  }
  .archive-wuthering section.story .container .story-wrap .story-item .story-detail h4 {
    font-size: 36px;
  }
  .archive-wuthering section.cate h1 {
    font-size: 34px;
    margin-bottom: 36px;
  }
  .archive-wuthering section.content-wuthering .col-layout.pr-0 {
    padding-bottom: 60px !important;
  }
  .archive-wuthering section.content-wuthering .col-layout.right {
    border-left: none;
    background: #292418;
  }
  .archive-wuthering section.content-wuthering .col-layout.right .col-content {
    max-width: unset;
    text-align: left;
  }
  .archive-wuthering section.content-wuthering .item_list_big .category,
  .archive-wuthering section.content-wuthering .item_list .category {
    display: block;
  }
}/*# sourceMappingURL=wu-waves.css.map */