/*$COLOR-PAGE:#444444;*/
#container {
  /* margin-top: 50px; */
}

#bookview {
  display: none;
}

#bar-utill {
  height: auto;
}
#bar-utill h1 {
  display: none;
}
#bar-utill nav .tool {
  position: absolute;
  width: 100%;
  height: 52px;
  top: -52px;
  background-color: rgba(47, 47, 47, 0.9);
  overflow: hidden;
}
#bar-utill nav .tool li {
  width: 15%;
}
#bar-utill nav .tool li:nth-child(4) {
  width: 40%;
}
#bar-utill nav .tool li:nth-child(2) {
  order: 3;
}
#bar-utill nav .tool .btn-tool {
  height: 52px;
  width: 100%;
}
#bar-utill nav .tool .btn-tool .pager {
  width: 100%;
  height: 52px;
}
#bar-utill nav .tool .scope {
  height: 52px;
  width: 100%;
}
#bar-utill nav .menu {
  margin-left: 0;
  width: 100vw;
}
#bar-utill nav .menu li {
  width: 25%;
}
#bar-utill nav .menu .btn-menu {
  font-size: 10px;
  width: 100%;
  height: 51px;
}

#pageview {
  width: 100%;
  background-color: #d0d0d0;
  position: relative;
  transition: width 0.5s ease 0s;
}
#pageview .onPage-area {
  position: absolute;
  display: block;
  width: 30%;
  height: 50%;
  z-index: 5;
  top: 25%;
}
#pageview .onPage-area._prev {
  left: 0;
}
#pageview .onPage-area._next {
  right: 0;
}
#pageview .onPage-area:hover .onPager {
  opacity: 1;
}
#pageview .onPager {
  position: absolute;
  display: block;
  width: 100px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 1s ease 0s;
  top: 50%;
  margin-top: -35px;
}
#pageview .onPager::after {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -12px;
}
#pageview .onPager:hover {
  opacity: 0.5;
}
#pageview .onPager._prev {
  left: 0;
}
#pageview .onPager._prev::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 50%;
}
#pageview .onPager._next {
  right: 0;
}
#pageview .onPager._next::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 50%;
}
#pageview .page-tool {
  display: none;
}

#bnr {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 52px;
  background-color: rgba(20, 20, 20, 0.8);
  padding: 10px;
  padding-top: 30px;
  box-shadow: none;
}
#bnr img {
  width: 50vw;
}
#bnr #close-bnr {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 11px;
  cursor: pointer;
}
#bnr #close-bnr::after, #bnr #close-bnr::before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 20px;
  background: #fff;
  top: 50%;
}
#bnr #close-bnr::before {
  transform: rotate(45deg);
}
#bnr #close-bnr::after {
  transform: rotate(-45deg);
}
#bnr.out {
  right: -80vw;
}

#contentwrap {
  height: calc(100svh - 108px);
}

@media (orientation: landscape) {
  #container {
    flex-direction: row-reverse;
  }
  #contentwrap {
    height: 100vh;
  }
  #pageContainer {
    padding-left: 54px;
  }
  #page {
    width: auto;
    height: 97%;
  }
  #pageview {
    height: 100%;
    width: 100%;
  }
  #pageview .page-tool {
    display: block;
    position: absolute;
    background-color: rgba(47, 47, 47, 0.9);
    z-index: 99;
    height: 100%;
  }
  #pageview .page-tool._r {
    right: 0;
  }
  #pageview .tool {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  #pageview .tool .btn-tool {
    border: none;
  }
  #pageview .tool .scope {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
  }
  #pageview .tool .scope .paging {
    display: block;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  #pageview .tool .scope .paging._num {
    padding: 7px 0;
  }
  #pageview .tool .scope .paging._bar {
    display: block;
    height: 1px;
    width: 38px;
    background: #fff;
  }
  #bar-utill {
    width: 53px;
    height: 100%;
    border: none;
  }
  #bar-utill h1 {
    display: none;
  }
  #bar-utill nav {
    height: 100%;
  }
  @media screen and (max-width: 960px) {
    #bar-utill nav ._portrait {
      display: none;
    }
  }
  #bar-utill nav .menu {
    margin-left: 0;
    width: 53px;
    height: 100vh;
    flex-direction: column;
    padding-top: 0;
  }
  #bar-utill nav .menu li {
    width: 100%;
    height: 25%;
  }
  #bar-utill nav .menu .btn-menu {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #bar-utill nav .menu .btn-menu .label {
    display: none;
  }
  #bnr {
    bottom: 0;
    right: 55px;
  }
  #bnr img {
    width: 30vw;
  }
  #bnr.out {
    right: -50vw;
  }
}

@media screen and (max-width: 960px) {
  #pageview .onPage-area {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .page-tool {
    display: none;
  }
}
