/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  font-family: arial, sans-serif; }

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.spot {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none; }

@font-face {
  font-family: 'iconfont';
  src: url("font/iconfont.eot");
  src: url("font/iconfont.eot?#iefix") format("embedded-opentype"), url("font/iconfont.woff") format("woff"), url("font/iconfont.ttf") format("truetype"), url("font/iconfont.svg#iconfont") format("svg"); }
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

#othkin-player {
  width: 100%;
  height: 100%; }

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#BgColor {
  text-align: center;
  line-height: 3; }

#CanvasUi {
  background-color: rgba(0,0,0,0);
  /*ie10 work-around*/
  overflow: hidden;
  z-index: 1; }

.blur {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px); }

.spot {
  display: block;
  position: absolute; }

.text-spot {
  white-space: pre-wrap;
  word-break: break-word;
  background-clip: padding-box; }

.logo-spot {
  white-space: pre-wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-pack: center; }

/*hotspot*/
.hotspot {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  /*type2:div*/ }
  .hotspot .connection {
    position: absolute;
    font-size: 0;
    line-height: 0;
    pointer-events: none; }
    .hotspot .connection svg {
      overflow: visible;
      pointer-events: none; }
  .hotspot .marker {
    width: 24px;
    height: 24px; }
    .hotspot .marker .circle {
      position: absolute;
      width: 50%;
      height: 50%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border-radius: 50%;
      background-color: rgba(255, 0, 0, 0.7); }
    .hotspot .marker .bg {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50%;
      height: 50%;
      margin: auto;
      background: #eee;
      transform: scale(2, 2);
      border-radius: 50%;
      opacity: 0.8; }
    .hotspot .marker.Star .bg {
      animation: hotspotAnimate 1.5s infinite; }
@keyframes hotspotAnimate {
  0% {
    transform: scale(2, 2);
    opacity: 0.8; }
  20% {
    transform: scale(3, 3);
    opacity: 0.1; }
  28% {
    transform: scale(0, 0);
    opacity: 0; }
  36% {
    transform: scale(0, 0);
    opacity: 0; }
  67% {
    transform: scale(0, 0);
    opacity: 0; }
  100% {
    transform: scale(1, 1);
    opacity: 1; } }
  .hotspot .tag {
    position: absolute;
    width: auto;
    height: 22px;
    background: #808080;
    color: #fff;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    font-size: 12px; }
  .hotspot.right .tag.follow {
    top: 50%;
    right: 0;
    transform: translate(100%, -50%); }
  .hotspot.right .Arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px 9px;
    left: 0;
    top: 0;
    transform: translate(-100%, 0);
    border-left-width: 0 !important;
    border-right-color: #808080; }
  .hotspot.left .tag.follow {
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%); }
  .hotspot.left .Arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px 9px;
    right: 0;
    top: 0;
    transform: translate(100%, 0);
    border-right-width: 0 !important;
    border-left-color: #808080; }
  .hotspot .iconfont {
    padding: 0 3px;
    font-size: inherit; }
  .hotspot.audio .iconfont:before {
    content: "\e6f8"; }
  .hotspot.text .iconfont:before {
    content: "\e734"; }
  .hotspot.rich-text .iconfont:before {
    content: "\e650"; }
  .hotspot.photo .iconfont:before {
    content: "\e675"; }
  .hotspot.video .iconfont:before {
    content: "\e667"; }
  .hotspot.link .iconfont:before {
    content: "\e615"; }
  .hotspot.dimensions .iconfont:before {
    content: "\e634"; }
  .hotspot.animation .iconfont:before {
    content: "\e60d"; }

.dimension {
  display: flex;
  align-items: center;
  position: absolute;
  transform-origin: left; }
  .dimension .line {
    flex: 1;
    border-top: 2px solid #ff774d; }
  .dimension .left, .dimension .right {
    display: flex; }
    .dimension .left .bar, .dimension .right .bar {
      height: 9px;
      border-left: 2px solid #ff774d; }
    .dimension .left .arrow, .dimension .right .arrow {
      border-color: transparent;
      border-style: solid;
      border-width: 5px 10px; }
  .dimension .left .arrow {
    border-left-width: 0 !important;
    border-right-color: #ff774d; }
  .dimension .right .arrow {
    border-right-width: 0 !important;
    border-left-color: #ff774d; }
  .dimension .text {
    color: #ff774d;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 0 3px;
    white-space: nowrap; }

.content {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.close {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  padding-left: 10px;
  font-size: 12px;
  line-height: 2.7;
  float: right;
  cursor: pointer; }
  .close:before {
    content: "\e747";
    font-family: 'iconfont'; }

.textcontent {
  width: 200px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4); }
  .textcontent .title {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 8px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center; }
  .textcontent .text {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px; }

#contentBox {
  padding: 10px 5px;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(128, 128, 128, 0.7);
  z-index: 99;
  display: none;
  justify-content: center; }
  #contentBox span.close {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    float: none;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 2; }
  #contentBox .textwrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    #contentBox .textwrapper .wrapper {
      width: 90%;
      word-break: break-all;
      color: #fff; }
    #contentBox .textwrapper .title {
      text-align: center;
      font-size: 18px;
      line-height: 1.5; }
  #contentBox .iframewrapper {
    margin-top: 35px;
    width: 100%;
    height: calc(100% - 36px);
    -webkit-overflow-scrolling: touch;
    background: #fff; }
  #contentBox .iframewrapper.scroll {
    overflow-y: scroll; }
  #contentBox .iframe {
    min-width: 100%;
    width: 100px;
    *width: 100%;
    min-height: 100%; }
  #contentBox .imagewrapper {
    height: 100%; }
    #contentBox .imagewrapper .single-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    #contentBox .imagewrapper .single {
      max-width: 100%;
      max-height: 80%;
      width: auto;
      height: auto; }
    #contentBox .imagewrapper .swiper-button-next, #contentBox .imagewrapper .swiper-button-prev {
      background: none;
      color: #eee;
      font-size: 28px;
      line-height: 44px; }
    #contentBox .imagewrapper .swiper-container {
      width: 95%;
      height: 100%; }
    #contentBox .imagewrapper .swiper-pagination-bullet {
      background: #fff;
      opacity: 0.8; }
    #contentBox .imagewrapper .swiper-pagination-bullet-active {
      background: #ff774d; }
    #contentBox .imagewrapper .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    #contentBox .imagewrapper .swiper-slide img {
      max-width: 100%;
      max-height: 80%;
      width: auto;
      height: auto; }
  #contentBox .videowrapper {
    height: 100%; }
    #contentBox .videowrapper video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%;
      max-width: 100%; }
  #contentBox .richtextwrapper {
    display: flex;
    align-items: center;
    flex-direction: column; }
    #contentBox .richtextwrapper .textblock {
      white-space: pre-wrap;
      width: 100%;
      margin: 5px 0; }
    #contentBox .richtextwrapper .imgdiv {
      text-align: center;
      margin: 5px 0; }
      #contentBox .richtextwrapper .imgdiv img {
        max-width: 100%; }
    #contentBox .richtextwrapper .audiodiv, #contentBox .richtextwrapper .videodiv {
      text-align: center;
      margin: 5px 0; }
    #contentBox .richtextwrapper video {
      max-height: 100%;
      max-width: 100%; }

.ui-element, .topcontrol, .bottomcontrol {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.ui-element {
  visibility: hidden; }

#LoadingProgressBar {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #ff774d;
  width: 0; }

.icon-btn {
  line-height: 1;
  font-size: 30px;
  color: gray; }
  .icon-btn .iconfont {
    font-size: inherit; }
  @media (min-width: 1200px) {
    .icon-btn {
      font-size: 40px; } }

.button {
  cursor: pointer; }

.topcontrol {
  position: absolute;
  right: 3vw;
  top: 15px; }
  .topcontrol.moveleft {
    right: 100px; }
  .topcontrol .icon-btn {
    display: inline-block;
    padding: 0 5px; }
  @media (min-width: 800px) {
    .topcontrol {
      right: 50px; } }
  .topcontrol #GroupAnimationSwitch {
    display: none; }
  .topcontrol.left {
    right: auto;
    left: 3vw; }

.bottomcontrol {
  display: none;
  position: absolute;
  left: 3vw;
  top: 50%;
  z-index: 2;
  margin-top: -60px; }
  .bottomcontrol .ui-element {
    padding: 10px; }
  .bottomcontrol.bottom {
    bottom: 15px;
    left: 50%;
    top: auto;
    margin-left: -60px;
    margin-top: 0;
    overflow: hidden; }
    .bottomcontrol.bottom .ui-element {
      float: left; }
  .bottomcontrol.right {
    left: auto; }

ul, li {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none; }

#AppAdvertisement {
  position: absolute;
  top: 60px;
  width: 100%;
  background-color: #ff774d;
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  #AppAdvertisement.short {
    top: 15px;
    width: 30%;
    min-width: 320px;
    border-radius: 20px;
    margin: auto;
    left: 0;
    right: 0; }
    #AppAdvertisement.short .swiper-wrapper {
      margin-left: 20px; }
    #AppAdvertisement.short .close {
      right: 20px; }
  #AppAdvertisement.bottom {
    top: auto;
    bottom: 15px; }
  @media (min-width: 1200px) {
    #AppAdvertisement {
      height: 40px;
      line-height: 40px; } }
  #AppAdvertisement .swiper-wrapper {
    margin-left: 10px;
    margin-right: 40px;
    width: auto; }
    #AppAdvertisement .swiper-wrapper .swiper-slide {
      overflow: hidden; }
  #AppAdvertisement a, #AppAdvertisement a:hover, #AppAdvertisement a:active {
    color: #fff;
    text-decoration: none; }
  #AppAdvertisement .close {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 30px; }
    @media (min-width: 1200px) {
      #AppAdvertisement .close {
        line-height: 40px; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.tab-pane.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.tab-pane.fade.show {
  opacity: 1; }

#PlaySwitch .icon-play {
  display: inline; }
#PlaySwitch .icon-pause {
  display: none; }

#PlaySwitch.play .icon-play {
  display: none; }
#PlaySwitch.play .icon-pause {
  display: inline; }

#AutoSpinSwitch.on .icon-fullview {
  color: #ca3939; }

#HeadLine {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 100%;
  z-index: 1; }
  #HeadLine .swiper-slide {
    overflow: hidden; }
  #HeadLine .nav .nav-link {
    color: #fff; }
  #HeadLine .navWrapper {
    display: none; }
    #HeadLine .navWrapper .swiper-wrapper {
      margin-left: auto;
      margin-right: auto;
      width: auto;
      display: flex;
      justify-content: center; }
    #HeadLine .navWrapper .swiper-slide {
      text-align: center;
      font-size: 16px;
      width: auto;
      display: flex; }
      @media (orientation: landscape) and (max-width: 1000px) {
        #HeadLine .navWrapper .swiper-slide {
          font-size: 14px; } }
      @media (orientation: portrait) and (max-width: 480px) {
        #HeadLine .navWrapper .swiper-slide {
          font-size: 14px; } }
    #HeadLine .navWrapper .swiper-slide .nav-link {
      background: #b1b1b1;
      color: #fff;
      padding: 0 12px;
      line-height: 28px;
      border-radius: 12px;
      width: auto;
      display: block;
      text-decoration: none; }
      #HeadLine .navWrapper .swiper-slide .nav-link:active, #HeadLine .navWrapper .swiper-slide .nav-link:hover {
        text-decoration: none; }
      #HeadLine .navWrapper .swiper-slide .nav-link.active {
        background-color: #ff774d; }
      @media (orientation: landscape) and (max-width: 1000px) {
        #HeadLine .navWrapper .swiper-slide .nav-link {
          line-height: 24px; } }
      @media (orientation: portrait) and (max-width: 480px) {
        #HeadLine .navWrapper .swiper-slide .nav-link {
          line-height: 24px; } }
  #HeadLine .tab-pane {
    position: relative;
    margin: auto; }
    #HeadLine .tab-pane .swiper-slide {
      cursor: pointer;
      padding: 1px;
      line-height: 1; }
      #HeadLine .tab-pane .swiper-slide img {
        border: 2px solid #d2d2d2;
        display: block; }
      #HeadLine .tab-pane .swiper-slide .title {
        text-align: center;
        color: #ff774d;
        font-size: 12px;
        overflow: hidden;
        line-height: 24px;
        height: 24px;
        width: 100%; }
      #HeadLine .tab-pane .swiper-slide .title.text {
        line-height: 28px;
        height: 28px;
        font-size: 14px;
        color: #fff;
        background-color: #b1b1b1;
        border-radius: 10px; }
      #HeadLine .tab-pane .swiper-slide.action img {
        border: 2px solid #ff774d; }
      #HeadLine .tab-pane .swiper-slide.action .title.text {
        background-color: #ff774d; }
      #HeadLine .tab-pane .swiper-slide.circle img {
        border-radius: 50%; }
    #HeadLine .tab-pane .swiper-button-next {
      right: -27px; }
    #HeadLine .tab-pane .swiper-button-prev {
      left: -27px; }
    #HeadLine .tab-pane .swiper-button-next, #HeadLine .tab-pane .swiper-button-prev {
      background: none;
      color: #b1b1b1;
      font-size: 28px;
      line-height: 44px; }
    #HeadLine .tab-pane .swiper-button-prev.swiper-button-disabled, #HeadLine .tab-pane .swiper-button-next.swiper-button-disabled {
      opacity: 0; }
  #HeadLine .tab-content {
    padding: 0 4px; }
  #HeadLine .tab-content.onlyText {
    padding: 4px 0;
    margin-bottom: 2px; }
  #HeadLine .tab-content.bg {
    background-color: #b1b1b1; }

.vertical-nav-wrapper {
  padding: 4px; }

.vertical-nav-wrapper.bg {
  background-color: #b1b1b1; }

#HeadLine.right {
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  width: auto; }
  #HeadLine.right.hasimage {
    top: 60px;
    bottom: 60px; }
  #HeadLine.right .itemWrapper {
    margin-bottom: 0; }
  #HeadLine.right .tab-content {
    float: left;
    margin-right: 5px;
    padding: 30px 0;
    height: 100%; }
  #HeadLine.right .tab-content.onlyText {
    padding: 4px; }
  #HeadLine.right .navWrapper {
    height: 100%; }
  #HeadLine.right .navWrapper .swiper-slide {
    width: 28px;
    height: auto;
    /* Center slide text vertically */
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr; }
    #HeadLine.right .navWrapper .swiper-slide .nav-link {
      padding: 12px 0; }
    @media (orientation: landscape) and (max-width: 1000px) {
      #HeadLine.right .navWrapper .swiper-slide {
        width: 24px; } }
    @media (orientation: portrait) and (max-width: 480px) {
      #HeadLine.right .navWrapper .swiper-slide {
        width: 24px; } }
  #HeadLine.right .tab-pane {
    height: 100%; }
    #HeadLine.right .tab-pane .swiper-container {
      height: 100%; }
  #HeadLine.right .tab-content.textRight .swiper-slide img {
    float: left; }
  #HeadLine.right .tab-content.textRight .swiper-slide .title {
    float: left;
    width: 24px;
    height: 100%;
    word-break: break-all;
    /* Center slide text vertically */
    writing-mode: tb-lr;
    writing-mode: vertical-lr; }
  #HeadLine.right .tab-content.onlyText .tab-pane {
    margin-top: 0;
    margin-bottom: 0; }
  #HeadLine.right .tab-content.onlyText .swiper-slide .title {
    width: 28px;
    height: auto;
    /* Center slide text vertically */
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr; }
  #HeadLine.right .tab-pane .swiper-button-next, #HeadLine.right .tab-pane .swiper-button-prev {
    top: auto;
    left: 50%;
    width: 32px;
    height: 30px;
    margin-left: -14px;
    margin-top: 0;
    line-height: 27px; }
  #HeadLine.right .tab-pane .swiper-button-next {
    right: 0;
    bottom: -30px; }
  #HeadLine.right .tab-pane .swiper-button-prev {
    top: -30px; }
  #HeadLine.right .vertical-nav-wrapper {
    height: 100%;
    float: left;
    width: 36px;
    position: relative; }

#BgmButton.rotate {
  animation: spin 5s linear infinite; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #BgmButton.rotate {
      position: relative;
      top: -2px; }
      #BgmButton.rotate .icon-music {
        position: relative;
        top: 2px; } }

@keyframes spin {
  100% {
    transform: rotate(1turn); } }
#moreSetting {
  display: none;
  width: 450px;
  height: 100%;
  position: absolute;
  background-color: rgba(25, 25, 25, 0.9);
  z-index: 2;
  color: #fff; }
  #moreSetting.right {
    right: 0; }
  #moreSetting span.close {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    float: none;
    position: absolute;
    right: 30px;
    top: 26px;
    z-index: 2; }
  #moreSetting .maintitle {
    font-size: 18px;
    line-height: 70px;
    padding: 0 30px; }
  #moreSetting .settings {
    padding-bottom: 10px; }
  #moreSetting .settingItem {
    background-color: rgba(100, 100, 100, 0.7);
    line-height: 60px;
    margin-bottom: 2px;
    padding: 0 30px;
    font-size: 16px; }
    #moreSetting .settingItem .iconfont {
      font-size: 26px;
      margin-right: 30px;
      vertical-align: -4px; }
    #moreSetting .settingItem .switchbutton {
      float: right;
      margin-right: 30px;
      margin-top: 20px;
      font-size: 20px;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none;
      -webkit-tap-highlight-color: transparent;
      -webkit-tap-highlight-color: transparent; }
  #moreSetting #QrCode {
    width: 100%;
    position: absolute; }
    #moreSetting #QrCode .qrcodeImg {
      display: block;
      margin: auto;
      width: 0;
      height: 0; }
    #moreSetting #QrCode .title {
      line-height: 20px;
      text-align: center; }
  #moreSetting .company {
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-decoration: underline; }
    #moreSetting .company a {
      color: rgba(255, 255, 255, 0.8); }
  #moreSetting #ProductInfo {
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent; }
  #moreSetting .productinfoWrapper {
    display: none;
    width: 400px;
    max-width: 90%;
    padding: 40px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background-color: rgba(25, 25, 25, 0.8);
    z-index: 3; }
    #moreSetting .productinfoWrapper span.close {
      font-size: 20px;
      line-height: 1;
      color: #fff;
      float: none;
      position: absolute;
      right: 30px;
      top: 20px;
      z-index: 2; }

#moreSetting.client1 #VrSwitch, #moreSetting.client1 #GyroSwitch, #moreSetting.client2 #VrSwitch, #moreSetting.client2 #GyroSwitch {
  display: none; }
#moreSetting.client3 #VrSwitch, #moreSetting.client4 #VrSwitch {
  display: none; }

#moreSetting.client3 {
  width: 55%;
  right: 0; }

#moreSetting.client4, #moreSetting.client5, #moreSetting.client6 {
  width: 100%; }

#moreSetting.client5 .maintitle, #moreSetting.client6 .maintitle {
  line-height: 50px; }
#moreSetting.client5 > span.close, #moreSetting.client6 > span.close {
  top: 16px; }
#moreSetting.client5 .settingItem, #moreSetting.client6 .settingItem {
  line-height: 40px; }
  #moreSetting.client5 .settingItem .switchbutton, #moreSetting.client6 .settingItem .switchbutton {
    margin-top: 10px; }

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1; }
  .pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer; }
  .pretty.p-switch input {
    min-width: 2em; }
  .pretty.p-switch input:checked ~ .state:before {
    border-color: #ff774d;
    background-color: #ff774d; }
  .pretty.p-switch input:checked ~ .state label:after {
    left: 1em; }
  .pretty .state {
    position: relative; }
    .pretty .state:before {
      content: '';
      border: 1px solid #d6d6d6;
      background-color: #d6d6d6;
      border-radius: 60px;
      width: 2em;
      box-sizing: unset;
      height: calc(1em + 2px);
      position: absolute;
      top: 0;
      top: calc((0% - (100% - 1em)) - 16%);
      z-index: 0;
      transition: all .5s ease; }
    .pretty .state label {
      text-indent: 2.5em;
      position: initial;
      display: inline-block;
      font-weight: 400;
      margin: 0;
      min-width: calc(1em + 2px); }
      .pretty .state label:before, .pretty .state label:after {
        content: '';
        width: calc(1em + 2px);
        height: calc(1em + 2px);
        display: block;
        box-sizing: border-box;
        border-radius: 0;
        border: 1px solid transparent;
        z-index: 0;
        position: absolute;
        left: 0;
        top: calc((0% - (100% - 1em)) - 8%);
        background-color: transparent; }
      .pretty .state label:before, .pretty .state label:after {
        transition: all .5s ease;
        border-radius: 100%;
        left: 0;
        border-color: transparent;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); }
      .pretty .state label:after {
        background-color: #464646; }

input:not([type=range]) {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

#vrTips {
  display: none;
  background-color: #000000;
  z-index: 102;
  text-align: center; }
  #vrTips p {
    color: #fff; }
  #vrTips .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  #vrTips img {
    max-width: 100%; }
  #vrTips .info {
    width: 90%;
    display: inline-block;
    vertical-align: middle; }
  #vrTips .close {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
    float: none;
    padding: 0 10px;
    font-size: 20px; }

#vr {
  display: none;
  background-color: #fff;
  text-align: center;
  z-index: 101; }
  #vr .rangewrapper {
    width: 20px;
    height: 100%;
    padding: 20px 0;
    display: inline-block;
    z-index: 1;
    position: relative; }
  #vr input[type=range][orient=vertical] {
    writing-mode: bt-lr;
    /* IE */
    -webkit-appearance: slider-vertical;
    /* WebKit */
    width: 8px;
    height: 100%;
    padding: 0 5px; }
  #vr .close {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
    float: none;
    padding: 0 10px; }

.vrCover {
  position: absolute;
  width: 50%;
  height: 100%; }

#vrLeft {
  left: 0;
  top: 0; }

#vrRight {
  right: 0;
  bottom: 0; }

.writing-vertical-lr {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr; }

.writing-vertical-rl {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl; }

/*# sourceMappingURL=style.css.map */
