/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  list-style: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

#BGMBtn {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px;
  height: 50px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
}

#BGMBtn .on,
#BGMBtn .off {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 44px;
  height: 42px;
}

#BGMBtn .on {
  background: url(/content/dam/honor/global/events/2018/unseenplanet/images/BGMICON.png) no-repeat center;
  animation: bgmove 1.1s linear infinite;
  -webkit-animation: bgmove 1.1s linear infinite;
  display: none;
  width: 44px;
  height: 42px;
}

#BGMBtn .off {
  background: url(/content/dam/honor/global/events/2018/unseenplanet/images/BGMICON.png) no-repeat center;
  display: none;
  width: 44px;
  height: 42px;
}

@keyframes bgmove {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bgmove {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: "OCRA";
  src: url("/content/dam/honor/global/events/2018/unseenplanet/fonts/OCRA.eot");
  /* IE9 */
  src: url("/content/dam/honor/global/events/2018/unseenplanet/fonts/OCRA.eot?#iefix") format("embedded-opentype"),  url("/content/dam/honor/global/events/2018/unseenplanet/fonts/OCRA.woff") format("woff"),  url("/content/dam/honor/global/events/2018/unseenplanet/fonts/OCRA.ttf") format("truetype"),  url("/content/dam/honor/global/events/2018/unseenplanet/fonts/OCRA.svg#uxfonteditor") format("svg");
  /* iOS 4.1- */
}

#screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  font-family: "OCRA" !important;
}

#domBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#threejsBox {
  position: absolute;
  left: 0;
  top: 0;
}

#threejsBox canvas {
  position: absolute;
  left: 0;
  top: 0;
}

#cjsBox {
  position: absolute;
  left: 0;
  top: 0;
}

#cjsBox canvas {
  position: absolute;
  left: 0;
  top: 0;
}

#MenuBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#MenuPanelMobile {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#MenuPanelMobile .warp {
  position: absolute;
  left: 2%;
  top: 1%;
  width: 92%;
  height: 92%;
  border: #2d9bb3 1px solid;
  padding: 2%;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 0 10px #fff;
}

#MenuPanelMobile .warp .box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px #fff inset;
}

#MenuPanelMobile .warp .box #listwarp {
  position: absolute;
  top: 110px;
  width: 100%;
  padding: 0 30px;
}

#MenuPanelMobile .warp .box #listwarp img {
  vertical-align: middle;
}

#MenuPanelMobile .warp .box #listwarp span {
  display: inline-block;
  width: 95px;
  text-align: center;
}

#MenuPanelMobile .warp .box #listwarp .menuBtn {
  margin: 15px 0px;
}

#MenuPanelMobile .warp .box #listwarp .ZoomClusterImg {
  margin-left: -16px;
}

#MenuPanelMobile .warp .box #listwarp .view20SystemImg {
  margin-left: -14px;
}

#MenuPanelMobile .warp .box #listwarp .planetHeronImg {
  margin-left: 5px;
}

#MenuPanelMobile .warp .rightLight {
  position: absolute;
  right: -5px;
  top: 0px;
  opacity: 0.5;
}

#MenuPanelMobile .warp .leftLight {
  position: absolute;
  left: -5px;
  top: 800px;
  opacity: 1;
}

#MenuPanelMobile .warp .contentMenu {
  position: absolute;
  top: 1100px;
  left: 60px;
}

#MenuPanelMobile .warp .honor {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

#MenuPanelMobile .warp .closeBtn {
  padding: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

#heardMoblie {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

#heardMoblie .left {
  position: absolute;
  left: 5%;
  top: 27px;
}

#heardMoblie .right {
  display: none;
  position: absolute;
  right: 0;
  top: 36px;
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  text-align: center;
}

#heardMoblie .right .registerBtn {
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 210px;
  height: 61px;
  background: url(/content/dam/honor/global/events/2018/unseenplanet/images/registerBtn.png) no-repeat;
}

#heardMoblie .right .loginBtn {
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 195px;
  width: 200px;
  height: 62px;
  background: url(/content/dam/honor/global/events/2018/unseenplanet/images/loginBtn.png) no-repeat;
}

#heardMoblie .lockup {
  display: none;
  position: absolute;
  left: 20%;
  top: 700px;
}

#heardMoblie .text {
  width: 100%;
  position: absolute;
  top: 1300px;
  font-size: 26px;
  color: #fff;
}

#heardMoblie .text p {
  text-align: center;
}

#heardMoblie .startLabel0 {
  opacity: 0;
  padding: 50px 0;
  text-align: center;
}

#heardMoblie .startLabel1 {
  opacity: 0;
  padding: 50px 0;
  text-align: center;
}

#heardMoblie .startLabel2 {
  opacity: 0;
  padding: 50px 0;
  text-align: center;
}

#MenuPanelPc {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

#MenuPanelPc .warp {
  position: absolute;
  top: 80px;
  left: 15px;
  color: #fff;
  font-size: 14px;
}

#MenuPanelPc .warp .box #listwarp img {
  vertical-align: middle;
  height: 34px;
}

#MenuPanelPc .warp .box #listwarp span {
  display: inline-block;
  width: 60px;
  text-align: center;
}

#MenuPanelPc .warp .box #listwarp .menuBtn {
  margin: 10px 0px;
  cursor: pointer;
  width: 230px;
}

#MenuPanelPc .warp .box #listwarp .planetHeronImg {
  margin-left: 5px;
}

#MenuPanelPc .warp .contentMenu {
  margin-left: 15px;
  cursor: default;
}

#MenuPanelPc .warp .btn {
  width: 303px;
  margin: 28px 0;
  background: url(/content/dam/honor/global/events/2018/unseenplanet/images/btnPc.png) no-repeat;
  transform: scale(0.9);
  height: 38px;
}

#MenuPanelPc .warp .btn .loginBtn {
  display: inline-block;
  width: 144px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}

#MenuPanelPc .warp .btn .registerBtn {
  display: inline-block;
  width: 150px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}

#heardPc {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

#heardPc .left {
  position: absolute;
  left: 10px;
  top: 5px;
  cursor: pointer;
  transform: scale(0.7);
}

#heardPc .honor {
  position: absolute;
  right: 30px;
  top: 35px;
  transform: scale(0.8);
}

#heardPc .lockup {
  display: none;
  position: absolute;
  left: 35%;
  top: 380px;
}

#heardPc .text {
  position: absolute;
  left: 72%;
  top: 480px;
  font-size: 20px;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
}

#heardPc .startLabel0 {
  opacity: 0;
}

#heardPc .startLabel1 {
  opacity: 0;
}

#heardPc .startLabel2 {
  opacity: 0;
}

.operationTip {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.operationTip .tip_icon0 {
  position: absolute;
  left: 0;
  top: 0;
  animation: icon0move 1.1s linear infinite;
  -webkit-animation: icon0move 1.1s linear infinite;
}

.operationTip .tip_icon1 {
  position: absolute;
  left: -5px;
  top: 12px;
  animation: icon1move 1.1s linear infinite;
  -webkit-animation: icon1move 1.1s linear infinite;
}

@keyframes icon0move {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes icon0move {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes icon1move {
  0% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

@-webkit-keyframes icon1move {
  0% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

.V20_blackHole_pc_operationTip {
  left: 0;
  top: 65px;
}

.V20_star5_pc_operationTip {
  left: -44px;
  top: 53px;
}

.V20_star4_pc_operationTip {
  left: 0;
  top: 121px;
}

.V20_starV_pc_operationTip {
  left: -35px;
  top: 460px;
}

.V20_star1_pc_operationTip {
  left: -40px;
  top: 157px;
}

.V20_earth_pc_operationTip {
  left: 0;
  top: 70px;
}

.V20_star2_pc_operationTip {
  left: -50px;
  top: 130px;
}

.V20_astronauts_pc_operationTip {
  left: 3px;
  top: 50px;
}

.Fantasia_blackHole_pc_operationTip {
  left: 0;
  top: 65px;
}

.Fantasia_star5_pc_operationTip {
  left: -238px;
  top: 112px;
}

.Fantasia_star4_pc_operationTip {
  left: 0;
  top: 121px;
}

.Fantasia_starV_pc_operationTip {
  left: -28px;
  top: 210px;
}

.Fantasia_star1_pc_operationTip {
  left: -40px;
  top: 157px;
}

.Fantasia_earth_pc_operationTip {
  left: 0;
  top: 70px;
}

.Fantasia_star2_pc_operationTip {
  left: -50px;
  top: 130px;
}

.Fantasia_astronauts_pc_operationTip {
  left: 3px;
  top: 50px;
}

.AdventuraCluster_blackHole_pc_operationTip {
  left: 0;
  top: 65px;
}

.AdventuraCluster_star5_pc_operationTip {
  left: -53px;
  top: 10px;
}

.AdventuraCluster_star4_pc_operationTip {
  left: 0;
  top: 121px;
}

.AdventuraCluster_starV_pc_operationTip {
  left: -28px;
  top: 210px;
}

.AdventuraCluster_star1_pc_operationTip {
  left: -40px;
  top: 157px;
}

.AdventuraCluster_earth_pc_operationTip {
  left: 0;
  top: 70px;
}

.AdventuraCluster_star2_pc_operationTip {
  left: -50px;
  top: 130px;
}

.AdventuraCluster_astronauts_pc_operationTip {
  left: 3px;
  top: 50px;
}

.Artheus_blackHole_pc_operationTip {
  left: 0;
  top: 65px;
}

.Artheus_star5_pc_operationTip {
  left: -53px;
  top: 10px;
}

.Artheus_star4_pc_operationTip {
  left: -70px;
  top: 121px;
}

.Artheus_starV_pc_operationTip {
  left: -28px;
  top: 210px;
}

.Artheus_star1_pc_operationTip {
  left: 100px;
  top: 376px;
}

.Artheus_earth_pc_operationTip {
  left: 0;
  top: 70px;
}

.Artheus_star2_pc_operationTip {
  left: -50px;
  top: 130px;
}

.Artheus_astronauts_pc_operationTip {
  left: 3px;
  top: 50px;
}

.V20_blackHole_ios_operationTip {
  left: 280px;
  top: 520px;
}

.V20_star5_ios_operationTip {
  left: 44px;
  top: 520px;
}

.V20_star4_ios_operationTip {
  left: 120px;
  top: 221px;
}

.V20_starV_ios_operationTip {
  left: 150px;
  top: 460px;
}

.V20_star1_ios_operationTip {
  left: 320px;
  top: 320px;
}

.V20_earth_ios_operationTip {
  left: 20px;
  top: 420px;
}

.V20_star2_ios_operationTip {
  left: 250px;
  top: 150px;
}

.V20_astronauts_ios_operationTip {
  left: 300px;
  top: 420px;
}

.Fantasia_blackHole_ios_operationTip {
  left: 280px;
  top: 520px;
}

.Fantasia_star5_ios_operationTip {
  left: 44px;
  top: 400px;
}

.Fantasia_star4_ios_operationTip {
  left: 120px;
  top: 221px;
}

.Fantasia_starV_ios_operationTip {
  left: 50px;
  top: 650px;
}

.Fantasia_star1_ios_operationTip {
  left: 320px;
  top: 320px;
}

.Fantasia_earth_ios_operationTip {
  left: 20px;
  top: 420px;
}

.Fantasia_star2_ios_operationTip {
  left: 250px;
  top: 150px;
}

.Fantasia_astronauts_ios_operationTip {
  left: 300px;
  top: 420px;
}

.AdventuraCluster_blackHole_ios_operationTip {
  left: 180px;
  top: 220px;
}

.AdventuraCluster_star5_ios_operationTip {
  left: 44px;
  top: 520px;
}

.AdventuraCluster_star4_ios_operationTip {
  left: 120px;
  top: 221px;
}

.AdventuraCluster_starV_ios_operationTip {
  left: 250px;
  top: 600px;
}

.AdventuraCluster_star1_ios_operationTip {
  left: 320px;
  top: 320px;
}

.AdventuraCluster_earth_ios_operationTip {
  left: 20px;
  top: 420px;
}

.AdventuraCluster_star2_ios_operationTip {
  left: 250px;
  top: 150px;
}

.AdventuraCluster_astronauts_ios_operationTip {
  left: 300px;
  top: 420px;
}

.Artheus_blackHole_ios_operationTip {
  left: 280px;
  top: 520px;
}

.Artheus_star5_ios_operationTip {
  left: 44px;
  top: 520px;
}

.Artheus_star4_ios_operationTip {
  left: 280px;
  top: 550px;
}

.Artheus_starV_ios_operationTip {
  left: 350px;
  top: 300px;
}

.Artheus_star1_ios_operationTip {
  left: 80px;
  top: 200px;
}

.Artheus_earth_ios_operationTip {
  left: 20px;
  top: 420px;
}

.Artheus_star2_ios_operationTip {
  left: 250px;
  top: 150px;
}

.Artheus_astronauts_ios_operationTip {
  left: 300px;
  top: 420px;
}

.V20_blackHole_android_operationTip {
  left: 50px;
  top: 200px;
}

.V20_star5_android_operationTip {
  left: -53px;
  top: 210px;
}

.V20_star4_android_operationTip {
  left: 80px;
  top: 160px;
}

.V20_starV_android_operationTip {
  left: 35px;
  top: 400px;
}

.V20_star1_android_operationTip {
  left: 100px;
  top: 200px;
}

.V20_earth_android_operationTip {
  left: 0;
  top: 250px;
}

.V20_star2_android_operationTip {
  left: 50px;
  top: 130px;
}

.V20_astronauts_android_operationTip {
  left: 80px;
  top: 180px;
}

.Fantasia_blackHole_android_operationTip {
  left: 50px;
  top: 200px;
}

.Fantasia_star5_android_operationTip {
  left: -238px;
  top: 112px;
}

.Fantasia_star4_android_operationTip {
  left: 80px;
  top: 160px;
}

.Fantasia_starV_android_operationTip {
  left: 50px;
  top: 410px;
}

.Fantasia_star1_android_operationTip {
  left: 100px;
  top: 200px;
}

.Fantasia_earth_android_operationTip {
  left: 0;
  top: 250px;
}

.Fantasia_star2_android_operationTip {
  left: 50px;
  top: 130px;
}

.Fantasia_astronauts_android_operationTip {
  left: 80px;
  top: 180px;
}

.AdventuraCluster_blackHole_android_operationTip {
  left: 0;
  top: 65px;
}

.AdventuraCluster_star5_android_operationTip {
  left: -53px;
  top: 210px;
}

.AdventuraCluster_star4_android_operationTip {
  left: 80px;
  top: 160px;
}

.AdventuraCluster_starV_android_operationTip {
  left: 128px;
  top: 410px;
}

.AdventuraCluster_star1_android_operationTip {
  left: 100px;
  top: 200px;
}

.AdventuraCluster_earth_android_operationTip {
  left: 0;
  top: 250px;
}

.AdventuraCluster_star2_android_operationTip {
  left: 50px;
  top: 130px;
}

.AdventuraCluster_astronauts_android_operationTip {
  left: 80px;
  top: 180px;
}

.Artheus_blackHole_android_operationTip {
  left: 50px;
  top: 200px;
}

.Artheus_star5_android_operationTip {
  left: -53px;
  top: 200px;
}

.Artheus_star4_android_operationTip {
  left: -50px;
  top: 150px;
}

.Artheus_starV_android_operationTip {
  left: 80px;
  top: 210px;
}

.Artheus_star1_android_operationTip {
  left: 300px;
  top: 600px;
}

.Artheus_earth_android_operationTip {
  left: 0;
  top: 250px;
}

.Artheus_star2_android_operationTip {
  left: 50px;
  top: 130px;
}

.Artheus_astronauts_android_operationTip {
  left: 80px;
  top: 180px;
}

.V20_blackHole_starName {
  left: 190px;
  top: 65px;
}

.V20_star5_starName {
  left: -39px;
  top: 46px;
}

.V20_star4_starName {
  left: -64px;
  top: 26px;
}

.V20_starV_starName {
  left: 60px;
  top: 480px;
}

.V20_star1_starName {
  left: -160px;
  top: 100px;
}

.V20_earth_starName {
  left: 95px;
  top: -50px;
}

.V20_star2_starName {
  left: 80px;
  top: 150px;
}

.V20_astronauts_starName {
  left: 70px;
  top: 60px;
}

.Fantasia_blackHole_starName {
  left: 190px;
  top: 65px;
}

.Fantasia_star5_starName {
  left: -420px;
  top: 46px;
}

.Fantasia_star4_starName {
  left: -64px;
  top: 26px;
}

.Fantasia_starV_starName {
  left: 60px;
  top: 210px;
}

.Fantasia_star1_starName {
  left: 100px;
  top: 150px;
}

.Fantasia_earth_starName {
  left: -100px;
  top: -50px;
}

.Fantasia_star2_starName {
  left: 80px;
  top: 150px;
}

.Fantasia_astronauts_starName {
  left: 70px;
  top: 60px;
}

.AdventuraCluster_blackHole_starName {
  left: 190px;
  top: 65px;
}

.AdventuraCluster_star5_starName {
  left: 40px;
  top: 46px;
}

.AdventuraCluster_star4_starName {
  left: -64px;
  top: 26px;
}

.AdventuraCluster_starV_starName {
  left: 60px;
  top: 240px;
}

.AdventuraCluster_star1_starName {
  left: 100px;
  top: 150px;
}

.AdventuraCluster_earth_starName {
  left: -100px;
  top: -50px;
}

.AdventuraCluster_star2_starName {
  left: 80px;
  top: 150px;
}

.AdventuraCluster_astronauts_starName {
  left: 70px;
  top: 60px;
}

.Artheus_blackHole_starName {
  left: 190px;
  top: 65px;
}

.Artheus_star5_starName {
  left: 40px;
  top: 46px;
}

.Artheus_star4_starName {
  left: -100px;
  top: 350px;
}

.Artheus_starV_starName {
  left: 60px;
  top: 240px;
}

.Artheus_star1_starName {
  left: -47px;
  top: -24px;
}

.Artheus_earth_starName {
  left: -100px;
  top: -50px;
}

.Artheus_star2_starName {
  left: 80px;
  top: 150px;
}

.Artheus_astronauts_starName {
  left: 70px;
  top: 60px;
}

#ContactUsPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 750px;
  height: 1500px;
}

#TCPanelPC {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/content/dam/honor/global/events/2018/unseenplanet/images/pcBG.jpg) no-repeat;
}

#TCPanelPC .TCPanelWarp {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#TCPanelPC .TCPanelWarp .bg {
  width: 100%;
}

#TCPanelPC .TCPanelWarp .TCPanelContentWarp {
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 90%;
  margin: 3% 2%;
}

#TCPanelPC .TCPanelWarp .TCPanelContentWarp .tcPanelCloseBtn {
  float: right;
  width: 3%;
}

#TCPanelPC .TCPanelWarp .TCPanelContentWarp .title {
  margin-top: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}

#TCPanelPC .TCPanelWarp .TCPanelContentWarp .TCPanelContent {
  position: relative;
  left: 0px;
  top: 0px;
  height: 70%;
  overflow: hidden;
  padding: 0 5%;
  color: #fff;
  line-height: 24px;
  font-size: 12px;
  cursor: pointer;
}

#TCPanelPC .TCPanelWarp .TCPanelContentWarp .TCPanelContent .scrollBox {
  position: absolute;
  top: 0px;
  left: 5%;
  width: 90%;
}

#TCPanelPC .TCPanelWarp .TCPanelContentWarp .TCPanelContent .scrollBox span {
  text-decoration: underline;
}

#TCPanelPC .TCPanelWarp .TCPanelContentWarp .TCPanelContent .iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 7px;
  bottom: 2px;
  top: 2px;
  right: 2px;
  overflow: hidden;
}

#TCPanelPC .TCPanelWarp .TCPanelContentWarp .TCPanelContent .iScrollVerticalScrollbar .iScrollIndicator {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 308px;
  transition-duration: 0ms;
  display: block;
  border-radius: 3px;
  background: #90939c;
}

#TCPanelMobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/content/dam/honor/global/events/2018/unseenplanet/images/BG.jpg) no-repeat;
}

#TCPanelMobile .TCPanelWarp {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#TCPanelMobile .TCPanelWarp .bg {
  width: 100%;
}

#TCPanelMobile .TCPanelWarp .TCPanelContentWarp {
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 96%;
  margin: 3% 2%;
}

#TCPanelMobile .TCPanelWarp .TCPanelContentWarp .tcPanelCloseBtn {
  float: right;
  transform: translate(-20px, 20px);
  width: 8%;
}

#TCPanelMobile .TCPanelWarp .TCPanelContentWarp .title {
  margin-top: 75px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
}

#TCPanelMobile .TCPanelWarp .TCPanelContentWarp .TCPanelContent {
  position: relative;
  left: 0px;
  top: 0px;
  width: 90%;
  height: 85%;
  overflow: hidden;
  margin-left: 5%;
  color: #fff;
  line-height: 24px;
  font-size: 20px;
  cursor: pointer;
}

#TCPanelMobile .TCPanelWarp .TCPanelContentWarp .TCPanelContent .scrollBox {
  position: absolute;
  top: 0px;
  left: 5%;
  width: 90%;
}

#TCPanelMobile .TCPanelWarp .TCPanelContentWarp .TCPanelContent .scrollBox span {
  text-decoration: underline;
}

#TCPanelMobile .TCPanelWarp .TCPanelContentWarp .TCPanelContent .iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 7px;
  bottom: 2px;
  top: 2px;
  right: 2px;
  overflow: hidden;
}

#TCPanelMobile .TCPanelWarp .TCPanelContentWarp .TCPanelContent .iScrollVerticalScrollbar .iScrollIndicator {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 308px;
  transition-duration: 0ms;
  display: block;
  border-radius: 3px;
  background: #90939c;
}

#ContactUsPanelPC {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/content/dam/honor/global/events/2018/unseenplanet/images/pcBG.jpg) no-repeat;
}

#ContactUsPanelPC .contactUsPanelWarp {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#ContactUsPanelPC .contactUsPanelWarp .bg {
  width: 100%;
}

#ContactUsPanelPC .contactUsPanelWarp .contactUsPanelContentWarp {
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 90%;
  margin: 3% 2%;
}

#ContactUsPanelPC .contactUsPanelWarp .contactUsPanelContentWarp .contactUsPanelCloseBtn {
  float: right;
  width: 3%;
}

#ContactUsPanelPC .contactUsPanelWarp .contactUsPanelContentWarp .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}

#ContactUsPanelMobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/content/dam/honor/global/events/2018/unseenplanet/images/BG.jpg) no-repeat;
}

#ContactUsPanelMobile .contactUsPanelWarp {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#ContactUsPanelMobile .contactUsPanelWarp .bg {
  width: 100%;
}

#ContactUsPanelMobile .contactUsPanelWarp .contactUsPanelContentWarp {
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 90%;
  margin: 3% 2%;
}

#ContactUsPanelMobile .contactUsPanelWarp .contactUsPanelContentWarp .contactUsPanelCloseBtn {
  float: right;
  margin: 20px;
  width: 8%;
}

#ContactUsPanelMobile .contactUsPanelWarp .contactUsPanelContentWarp .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  font-size: 38px;
  color: #fff;
}

#bottomOperationTip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#bottomOperationTip .bottomOperationTip_pc {
  display: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

#bottomOperationTip .bottomOperationTip_mobile {
  display: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: -70px;
}