html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}
body {
  width: 7.5rem;
  height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.24rem;
  font-family: Arial, Helvetica, sans-serif;
}
body.in-iframe header.nav-bar {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
body.in-iframe header.nav-bar.one-button {
  display: none;
}
body.in-iframe header.nav-bar:hover {
  opacity: 1;
}
body.in-iframe header.nav-bar .close-btn {
  opacity: 0;
}
#root {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-image: url("../img/strategy/bg.png");
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0.7rem 0.3rem 0;
}
header.nav-bar {
  width: 7.28rem;
  height: 0.68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-image: url("../img/strategy/nav_bar_bg.png");
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: calc(50% + 0.02rem);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.2rem;
}
header.nav-bar button {
  background-size: contain;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
header.nav-bar .close-btn {
  width: 0.52rem;
  height: 0.5rem;
  background-image: url("../img/strategy/close_btn.png");
}
header.nav-bar .prev-btn {
  width: 0.34rem;
  height: 0.42rem;
  background-image: url("../img/strategy/prev_btn.png");
}
.custom-scroll-bar::-webkit-scrollbar {
  background-color: rgba(248, 240, 226, 0.33);
  width: 0.15rem;
  position: relative;
  right: -0.15rem;
}
.custom-scroll-bar::-webkit-scrollbar-thumb {
  background-color: rgba(93, 70, 46, 0.5);
}
#article-wrapper {
  height: calc(100% - 1rem);
}
#article-wrapper .article {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.1rem 0 0.2rem;
  overflow-y: auto;
}
#article-wrapper .article::-webkit-scrollbar {
  background-color: rgba(248, 240, 226, 0.33);
  width: 0.15rem;
  position: relative;
  right: -0.15rem;
}
#article-wrapper .article::-webkit-scrollbar-thumb {
  background-color: rgba(93, 70, 46, 0.5);
}
#article-wrapper .article .title {
  font-size: 0.36rem;
  min-height: 0.5rem;
  padding: 0.2rem 0;
  margin: 0;
  color: #784b2d;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url("../img/strategy/divider_1.png");
  background-size: 100% 0.05rem;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#article-wrapper .article .cover {
  width: 100%;
  height: 2rem;
  background-color: #eee;
  margin: 0.2rem 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#article-wrapper .article .content {
  font-size: 0.24rem;
  padding-bottom: 0.6rem;
}
#article-wrapper .article .content img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#list-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: calc(100% - 0.7rem);
}
#list-wrapper.has-category {
  padding-top: 0.4rem;
}
#list-wrapper .poster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6rem;
  height: 2.4rem;
  margin: 0.1rem auto;
}
#list-wrapper .poster img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: none;
}
#list-wrapper .class_selector {
  width: 6rem;
  height: 0.53rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.1rem;
  margin: 0.1rem auto 0.2rem;
  position: relative;
}
#list-wrapper .class_selector::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.08rem;
  background-image: url("../img/strategy/divider_1.png");
  background-size: 100% 0.06rem;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#list-wrapper .class_selector a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #626669;
  background-image: url("../img/strategy/button_1.png");
  background-size: 100% 100%;
  font-size: 0.2rem;
}
#list-wrapper .class_selector a.active {
  background-image: url("../img/strategy/button_2.png");
}
#list-wrapper .list {
  list-style: none;
  width: 6.6rem;
  margin: 0.2rem 0 0.2rem;
  padding: 0 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
#list-wrapper .list.empty {
  width: 6rem;
  height: 5rem;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(102, 78, 52, 0.51);
  border: 0.03rem dashed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
  margin: 0.5rem;
}
#list-wrapper .list.empty::before {
  content: " ";
  width: 2rem;
  height: 2rem;
  background-image: url("../img/news/no_articles.png");
  background-size: 100%;
}
#list-wrapper .list.empty::after {
  content: "Empty";
}
#list-wrapper .list::-webkit-scrollbar {
  background-color: rgba(248, 240, 226, 0.33);
  width: 0.15rem;
  position: relative;
  right: -0.15rem;
}
#list-wrapper .list::-webkit-scrollbar-thumb {
  background-color: rgba(93, 70, 46, 0.5);
}
#list-wrapper .list .list-item {
  width: 100%;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.15rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px dashed #cec0a4;
}
#list-wrapper .list .list-item .title {
  margin: 0;
  height: 0.3rem;
}
#list-wrapper .list .list-item .title a {
  display: block;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 0.3rem;
  color: #784b2d;
  text-decoration: none;
  text-transform: uppercase;
}
#list-wrapper .list .list-item .digest {
  margin: 0;
  width: 100%;
  font-size: 0.24rem;
  height: 0.3rem;
  color: #9fb25c;
  text-transform: lowercase;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
}
#list-wrapper .links {
  width: 100%;
}
#list-wrapper .links nav {
  width: 100%;
}
#list-wrapper .links .pagination {
  margin: 0;
  padding: 0;
  width: 6.6rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.04rem;
}
#list-wrapper .links .pagination .page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(179, 172, 162, 0.24);
  border: 0.02rem solid #774a2c;
  border-radius: 0.04rem;
  -webkit-box-shadow: inset 0 0 0.08rem #f5ac58;
          box-shadow: inset 0 0 0.08rem #f5ac58;
}
#list-wrapper .links .pagination .page-item.active {
  background-color: rgba(119, 74, 44, 0.52);
}
#list-wrapper .links .pagination .page-item.active a,
#list-wrapper .links .pagination .page-item.active span {
  color: white;
}
#list-wrapper .links .pagination .page-item a,
#list-wrapper .links .pagination .page-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #774a2c;
  font-weight: bold;
}

