@charset "utf-8";

@import url(https://cdn.jsdelivr.net/npm/typeface-nanum-square@1.1.0/nanumsquare.css);

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", Nanum Barun Gothic, sans-serif;
  background: #000;
  color: #3e3e3e;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  height: auto;
}

li,
ol,
ul {
  list-style: none;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

.mon-general-info:after {
  clear: both;
}
.mon-general-info:after,
.mon-general-info:before {
  display: table;
  content: " ";
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px
}

::-webkit-scrollbar-button {
  display: none
}

::-webkit-scrollbar-track {
  margin: -1px 0;
  border-left: 1px solid #bdbdbd;
  background: #e0e0e0
}

::-webkit-scrollbar-thumb {
  border: 1px solid #9e9e9e;
  border-right: 0;
  background: #bdbdbd
}

#scene {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  overflow: hidden;
}

.story-wrap #scene {
  height: calc(100vh + 92px);
  margin-top: 92px;
}

#gotop {
  position: fixed;
  z-index: 80;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
}

.modal-dialog {
  top: 50%;
}

.modal.in .modal-dialog,
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.navbar-nav li a,
.navbar-toggle .icon-bar,
.btn-bd-box ul>li>a,
.introduce-btn a:before,
.introduce-btn a:after,
.sidebar,
.sideBtn ul>li>a,
.newbie a {
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.item {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sideBtn {
  display: none;
}

/* navbar */

/* ANIMATED X */

.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */

.sidebar {
  display: none;
}

/* audio play */
.jp-play {
  position: absolute;
  z-index: 5;
  display: block;
  text-indent: -99999em;
  background: transparent url(../images/f04e71c025631ee84fc7434fc7121b70.png) no-repeat -64px 0;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jp-play:focus {
  outline: none;
}

.jp-play:hover {
  background-position: -64px -40px;
}

.jp-state-playing .jp-play {
  background-position: -104px 0;
}

.jp-state-playing .jp-play:hover {
  background-position: -104px -40px;
}

/* audio play */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* END ANIMATED X */

.dropdown-submenu {
  position: relative;

}

.dropdown-submenu .dropdown-menu {
  /* display: none; */
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-menu {
  /* display: block !important;
  visibility: hidden; */
  border-radius: 0;
  background-color: #2d2b36;
  width: 100%;
  min-width: 90px;
  border: none;
  /* -webkit-transform: translateY(-10px);
  transform: translateY(-10px); 
  opacity: 0;*/
  margin: 0;
  padding: 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #3c3a44;
  color: #5b64db;
}

.navbar-inverse {
  background-color: #33313e !important;
  border: none;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #33313e;
}

.navbar {
  /* border-bottom: 1px solid #474456; */
  min-height: 88px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.navbar>.container-fluid .navbar-brand {
  margin-left: 30px;
  margin-right: 30px;
  padding: 5px 0 0;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #2a2833;
}

.nav-link {
  padding: 2rem 0 !important;
}

.navbar-right {
  margin-right: 0;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.navbar_basic li {
  width: 160px;
  text-align: center;
}

.navbar_basic li>a {
  color: #c8c8c8;
  font-size: 16px;
  padding: 35px 0;
}

.navbar_basic>li>a:after {
  display: block;
  opacity: 0;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: url(../images/f04e71c025631ee84fc7434fc7121b70.png) no-repeat 0 0;
  content: "";
  transition: opacity .3s;
  border: none;
}

.navbar_basic>li>a:hover:after,
.open .dropdown-toggle:after,
.dropdown:hover>.dropdown-toggle:after,
.navbar-inverse .navbar-nav>.active .dropdown-toggle:after {
  opacity: 1;
}

.navbar-inverse .navbar-nav>.active>a {
  background: transparent;
}

.dropdown:hover>.dropdown-toggle {
  color: #fff;
}

.navbar-nav .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu>li>a {
  padding: 20px 0;
}

.navbar-btn {
  margin-top: 25px;
  margin-bottom: 0;
}

.navbar-btn li {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  overflow: hidden;
  text-indent: -10000em;
  background: transparent url(../images/f04e71c025631ee84fc7434fc7121b70.png) no-repeat;
}

.navbar-btn li:first-child {
  background-position: -24px 0;
}

.navbar-btn li:hover:first-child {
  background-position-y: -40px;
}

.navbar-btn li:nth-child(2) {
  background: transparent;
}

.navbar-btn li:nth-child(3) {
  background-position: -184px 0;
}

.navbar-btn li:hover:nth-child(3) {
  background-position: -184px -40px;
}

.navbar-btn li:last-child {
  background-position: -224px 0;
}

.navbar-btn li:hover:last-child {
  background-position: -224px -40px;
}

.navbar-btn li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

.navbar-toggle {
  margin: 0;
  padding: 23px 19px;
  border: none;
  border-radius: 0;
}

.newbie {
  position: fixed;
  right: 10px;
  top: 102px;
}

.newbie a {
  width: 120px;
  height: auto;
  display: block;
  opacity: .85;
}

.newbie a:hover {
  opacity: 1;
}

ul.mobile-icon {
  padding: 0;
  margin: 0;
  display: none;
  float: right;
}

ul.mobile-icon li {
  float: left;
  display: block;
  position: relative;
  width: 60px;
  text-align: center;
}

ul.mobile-icon li:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  overflow: hidden;
  background: #474456;
  content: "";
}

ul.mobile-icon li a {
  display: inline-block;
  padding: 16px;
}

ul.mobile-icon li:nth-child(3) a {
  padding: 9px;
}

.btn-bd-box {
  margin-left: 20px;
}

.btn-bd-box ul {
  padding: 0;
  margin: 0;
}

.btn-bd-box ul>li {
  display: block;
  float: left;
  margin-right: 1px;
}

.btn-bd-box ul>li:last-child {
  margin-right: 0;
}

.btn-bd-box ul>li>a {
  vertical-align: middle;
  background: #5b64db;
  color: #fff;
  display: inline-block;
  padding: 33px 50px;
  font-size: 18px;
}

.btn-bd-box ul>li>a:hover,
.btn-bd-box ul>li>a:focus {
  background: #4f56bb;
  color: #fff;
}

/* navbar */

/* section0 */

.s0 {
  background: url(../images/-c06_-_56cb-833_-7a4c.jpg) no-repeat center 0;
  height: 100vh;
  text-align: center;
  position: relative;
  background-size: cover;
  margin: 90px 0 0;
  overflow: hidden;
}

.pillar {
  bottom: -112px;
  margin-left: 90px;
  width: 246px;
  height: 590px;
  background: url(../images/-c06_-_56cb-6891-51cb.png?2cf3d4d…) no-repeat 0 0;
}

.char {
  width: 100%;
  height: 100%;
}

.pillarBox {
  z-index: 2;
}

.char3 {
  z-index: 3;
}

.char1,
.char2 {
  z-index: 7;
}

.char4 {
  z-index: 1;
}

.char-main1 {
  background: transparent url(../images/-c06_-_56cc-f14f-f4a1.png) no-repeat top;
  bottom: -40px;
  margin-left: -60px;
  width: 1031px;
  height: 991px;
}

.char-main2 {
  margin-left: -895px;
  width: 582px;
  height: 644px;
  background: url(../images/-c06_-_56cc-8765-5cba.png) no-repeat 0 0;
  bottom: 0;
}

.char-main3 {
  margin-left: -779px;
  width: 659px;
  height: 978px;
  background: url(../images/-c06_-_56cc-03b4-1733.png) no-repeat 0 0;
  bottom: -50px;
}

.char-main3:after {
  display: block;
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -325px;
  width: 253px;
  height: 330px;
  background: url(../images/-c06_-_56cc-201f-bc5a.png?2e4678b…) no-repeat 0 0;
  content: "";
  -webkit-animation: opacity 1.5s cubic-bezier(.4, 0, 1, 1) 2.5s infinite;
  animation: opacity 1.5s cubic-bezier(.4, 0, 1, 1) 2.5s infinite;
}

.char-main4 {
  top: 0;
  margin-left: -210px;
  width: 491px;
  height: 905px;
  background: url(../images/-c06_-_56cc-5553-6514.png) no-repeat 0 0;
}

.char-sub1 {
  top: 300px;
  margin-left: -1000px;
  width: 452px;
  height: 604px;
  background: url(../images/-c06_-_56cc-50e8-be0b.png) no-repeat 0 0;
}

.char-sub2 {
  top: 0;
  margin-left: -284px;
  width: 256px;
  height: 186px;
  background: url(../images/-c06_-_56cc-90f9-73c2.png) no-repeat 0 0;
}

.char-sub3 {
  top: -40px;
  margin-left: 100px;
  width: 163px;
  height: 230px;
  background: url(../images/-c06_-_56cc-af06-589f.png) no-repeat 0 0;
}

.char-sub4 {
  top: 0;
  margin-left: 685px;
  width: 270px;
  height: 241px;
  background: url(../images/-c06_-_56cc-fcbc-07ea.png) no-repeat 0 0;
}

.pillar,
.char-main1,
.char-main2,
.char-main3,
.char-main4,
.char-sub1,
.char-sub2,
.char-sub3,
.char-sub4 {
  position: absolute;
  left: 50%;
  background-size: contain;
}

.logo {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  max-width: 758px;
  margin: 0 auto;
  z-index: 9;
}

.logo img {
  position: relative;
  z-index: 2;
}

.logo:after {
  content: '';
  width: 800px;
  height: 541px;
  position: absolute;
  z-index: 0;
  top: -160px;
  left: 50%;
  margin-left: -400px;
  background: transparent url(../images/-c06_-_56cl-ff60-4_b8.png) no-repeat 0 0;
  -webkit-animation: opacity 3s cubic-bezier(.4, 0, 1, 1) 3s infinite;
  animation: opacity 3s cubic-bezier(.4, 0, 1, 1) 3s infinite;
  background-size: contain;
}

/* 五線譜 */

.note {
  position: absolute;
  bottom: 0;
  margin-left: -450px;
  width: 1116px;
  height: 510px;
  left: 50%;
  background: transparent url(../images/-c06_-_56cb-f865-fa54.png) no-repeat 0 0;
  opacity: 0;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  background-size: contain;
}

.note1 {
  width: 143px;
  margin-left: 378px;
  position: absolute;
  left: 50%;
  bottom: 372px;
  -webkit-transform: translate(-400px, 220px);
  -ms-transform: translate(-400px, 220px);
  transform: translate(-400px, 220px);
  -webkit-animation: Floating1 3s cubic-bezier(.4, 0, .2, 1) 3s infinite normal;
  animation: Floating1 3s cubic-bezier(.4, 0, .2, 1) 3s infinite normal;
}

.note2,
.note3 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-300px, 200px);
  -ms-transform: translate(-300px, 200px);
  transform: translate(-300px, 200px);
}

.note2 {
  width: 79px;
  margin-left: 284px;
  bottom: 335px;
  -webkit-animation: Floating1 3s cubic-bezier(.4, 0, .2, 1) 3.5s infinite normal;
  animation: Floating1 3s cubic-bezier(.4, 0, .2, 1) 3.5s infinite normal;
}

.note3 {
  width: 120px;
  margin-left: 161px;
  bottom: 204px;
  -webkit-animation: Floating1 3s cubic-bezier(.4, 0, .2, 1) 4s infinite normal;
  animation: Floating1 3s cubic-bezier(.4, 0, .2, 1) 4s infinite normal;
}

.note4 {
  position: absolute;
  left: 50%;
  margin-left: -265px;
  width: 86px;
  bottom: 0;
  -webkit-transform: translate(-200px);
  -ms-transform: translate(-200px);
  transform: translate(-200px);
  -webkit-animation: Floating1 3s cubic-bezier(.4, 0, .2, 1) 4.5s infinite normal;
  animation: Floating1 3s cubic-bezier(.4, 0, .2, 1) 4.5s infinite normal;
}

.note5 {
  position: absolute;
  left: 50%;
  margin-left: -438px;
  width: 121px;
  bottom: 54px;
  -webkit-transform: translate(-100px, -50px);
  -ms-transform: translate(-100px, -50px);
  transform: translate(-100px, -50px);
  -webkit-animation: Floating1 3s cubic-bezier(.4, 0, .2, 1) 5s infinite normal;
  animation: Floating1 3s cubic-bezier(.4, 0, .2, 1) 5s infinite normal;
}

.note6 {
  position: absolute;
  left: 50%;
  bottom: 194px;
  margin-left: -500px;
  width: 104px;
  -webkit-transform: translate(100px, -50px);
  -ms-transform: translate(100px, -50px);
  transform: translate(100px, -50px);
  -webkit-animation: Floating1 3s cubic-bezier(.4, 0, .2, 1) 5.5s infinite normal;
  animation: Floating1 3s cubic-bezier(.4, 0, .2, 1) 5.5s infinite normal;
}

.noteEffect {
  -webkit-transition-duration: .75s;
  transition-duration: .75s;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
  transition-timing-function: cubic-bezier(.2, .7, .6, 1);
}

.note.goAnimation .note1 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.note.goAnimation .note2 {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.note.goAnimation .note3 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.note.goAnimation .note4 {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.note.goAnimation .note5 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.note.goAnimation .note6 {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.note.goAnimation,
.note.goAnimation .noteEffect {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

/* 五線譜 */

/* section0 */

/* section1 */
.s1 {
  padding: 170px 0 300px;
  height: 100%;
  background: url(../images/-c06_-_56cb-4c91-_bbb.jpg) no-repeat center 0;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}

.s1 h2 {
  margin: 0 0 66px;
}

.item {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 380px;
  height: 0;
  padding-top: 100%;
  text-indent: -9999em;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.item:hover {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.item-1 {
  background-image: url(../images/item-1.png);
}

.item-1:hover {
  background-image: url(../images/item-1-hover.png);
}

.item-2 {
  background-image: url(../images/item-2.png);
}

.item-2:hover {
  background-image: url(../images/item-2-hover.png);
}

.item-3 {
  background-image: url(../images/item-3.png);
}

.item-3:hover {
  background-image: url(../images/item-3-hover.png);
}

.item-4 {
  background-image: url(../images/item-4.png);
}

.item-4:hover {
  background-image: url(../images/item-4-hover.png);
}

/* section1 */

/* section2 */

.item img:last-child {
  display: none;
}

.item:hover img:last-child {
  display: block;
  -webkit-animation: fadeIn .3s ease-in-out;
  -moz-animation: fadeIn .3s ease-in-out;
}

.item:hover img:first-child {
  display: none;

}

.item-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 216px;
  height: 77px;
  background: url(../images/c2906c2dc2975d205f57605a141c7307.png) no-repeat 0 0;
  text-indent: -9999px;
  background-size: 100% auto;
}

a.item .item-btn:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 243px;
  height: 100%;
  content: "";
  background: url(../images/c42afbf8d73adf35f04fbcf3317a30b5.png) no-repeat -32px 0;
  transition: all .3s;
  background-size: 100% auto;
}

.item-btn:hover:after {}

/* section3 */

footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 70;
}

.copyright {
  background-color: #23222b;
  text-align: center;
  padding: 20px 15px;
}

@media (max-width: 1600px) {
  .navbar_basic li {
    width: 140px;
  }

  .btn-bd-box ul>li>a {
    padding: 34px 30px;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-right: 5px;
    margin-left: 0;
  }

  .btn-bd-box {
    margin-left: 10px;
  }
}

@media (max-width: 1200px) {

  .navbar_basic li {
    width: 100px;
  }

  .navbar-btn li {
    margin: 0 1px;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-right: 0;
  }
}

@media (max-width: 1000px) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 441px;
  }

  .movie-btn:hover {
    background-position-y: -1.6rem;
  }

  .s0 {
    /* height: calc(100vh - 60px); */
    margin-top: 60px;
  }

  .system-btn {
    margin: 0.62rem auto;
    width: 4.54rem;
    height: 0.94rem;
  }

  .system-btn:after {
    width: 4.91rem;
    background-position: -0.46rem 0;
  }

  ul.mobile-icon,
  .navbar-toggle {
    display: block;
  }

  .navbar_basic li {
    width: 100%;
  }

  .btn-bd-box {
    margin-left: 10px;
  }

  .dropdown-submenu .dropdown-menu {
    display: block;
  }

  .dropdown-toggle::after {
    top: 5px;
  }

  /* hamburger */
  /* .dropdown:hover .dropdown-menu,   */
  .navbar-btn {
    display: none !important;
  }

  .open>.dropdown-menu {
    display: block !important;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #2d2b36;
  }

  .navbar>.container-fluid .navbar-brand {
    width: 101px;
    margin-left: 15px;
    margin-right: 0;
    padding: 0;
  }

  .navbar {
    min-height: 60px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #474456;
  }

  .navbar_basic>li>a:after {
    top: 6px;
  }

  .item-btn {
    width: 2.16rem;
    height: 0.77rem;
  }

  a.item .item-btn:after {
    width: 2.43rem;
    background-position: -0.32rem 0;
  }

  .collapse.in {
    display: block !important;
  }

  /* hamburger */

  .btn-bd-box ul>li>a {
    display: none !important;
  }

  .story-wrap #scene {
    margin-top: 60px;
    height: calc(100vh + 60px);
  }
}

@media (max-width: 991px) {
  .newbie {
    top: 65px;
  }
}

@media (max-width: 768px) {
  .item {
    margin: 0 0 30px;
    max-width: 100%;
  }

  .logo {
    bottom: 1.9rem;
  }

  .logo:after {
    width: 100%;
    height: 5.41rem;
    top: -1.6rem;
    margin-left: 0;
    left: 0;
    right: 0;
  }

  .char-main1 {
    top: auto;
    bottom: 0;
    margin-left: -2.6rem;
    width: 12.31rem;
    height: 11.91rem;
  }

  .char-main2 {
    width: 5.82rem;
    height: 6.44rem;
    margin-left: -5.95rem;
    top: auto;
    bottom: 2.6rem;
  }

  .char-main3 {
    width: 8.59rem;
    height: 11.78rem;
    margin-left: -7.2rem;
    top: auto;
    bottom: 0;
  }

  .char-main4 {
    width: 6.91rem;
    height: 11.05rem;
    margin-left: -3.10rem;
    top: 0;
  }

  .char-sub2 {
    width: 2.56rem;
    height: 1.86rem;
    margin-left: -3.5rem;
  }

  .char-sub3 {
    width: 1.63rem;
    height: 2.3rem;
    margin-left: 1rem;
    top: 0;
  }

  .note {
    width: 11.6rem;
    height: 5.1rem;
    margin-left: -4.5rem;
    bottom: 0.9rem;
  }
  .pillar {
    bottom: -1.12rem;
    margin-left: -0.9rem;
    width: 2.46rem;
    height: 5.9rem;
  }
  .note1,
  .note2,
  .char-sub1,
  .char-sub4 {
    display: none;
  }

  .note3 {
    width: 1.2rem;
    margin-left: 1.61rem;
    bottom: 2.04rem;
  }

  .note4 {
    width: 0.86rem;
    margin-left: -2.65rem;
  }

  .note5 {
    width: 1.21rem;
    margin-left: -4.38rem;
    bottom: 0.54rem;
  }

  .note6 {
    width: 1.04rem;
    margin-left: -5rem;
    bottom: 1.94rem;
  }

  .s1 {
    padding: 1.7rem 0 3rem;
  }

}

@media (max-width: 480px) {

  /* sidebar */
  .sidebar {
    position: fixed;
    display: block;
    right: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 95;
    width: 80px;
    height: auto;
    background: #ff005a;
  }

  .sidebar.show {
    right: 0;
  }

  .sidebar a {
    display: inline-block;
    padding: 5px;
  }

  .copyright {
    padding: 10px 15px;
  }

  .side-btn {
    position: absolute;
    top: 0;
    width: 35px;
    height: 100%;
    background: #ff005a;
    z-index: 999;
    left: -35px;
    border: none;
    border-right: 1px solid #ff5a95;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 0;
    text-align: center;
  }

  .side-btn i {
    display: block;
    padding: 5px;
    margin: 0 auto;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .sidebar.show .side-btn i {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  /* sidebar */

  .sideBtn {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 999;
    display: block;
  }

  .sideBtn ul {
    margin: 0;
    padding: 0;
  }

  .sideBtn ul>li {
    /* float: left; */
    display: block;
  }

  .sideBtn ul>li:first-child {
    margin-bottom: 5px;
  }

  .sideBtn ul>li>a {
    display: inline-block;
    color: #fff;
    width: 80px;
    height: auto;
    text-align: center;
    line-height: 1.2;
    opacity: .85;
  }

  .sideBtn ul>li>a:hover {
    opacity: 1;
  }

  #gotop,
  .newbie {
    display: none !important;
  }

  .nopadding {
    padding: 0;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-left: 5px;
  }
}

@media (max-width: 320px) {
  .navbar>.container-fluid .navbar-brand {
    width: 102px;
  }

  .navbar {
    min-height: 50px;
  }

  .navbar-toggle {
    padding: 18px 14px;
  }

  ul.mobile-icon li {
    width: 50px;
  }

  ul.mobile-icon li a {
    padding: 11px;
  }

  .s0 {
    height: calc(100vh - 48px);
    margin-top: 48px;
  }
}

.landscape {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: #33313e;
  display: none;
  z-index: 9999;
}

.landscape span {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.landscape span>p {
  color: #ccc;
  margin: 0;
  font-size: 16px;
}

@media only screen and (orientation: landscape) and (max-device-width: 850px) {
  .landscape {
    display: block
  }
}