@charset "UTF-8";
@import url('./normalize.css');
@import url('./animate.css');

@font-face {
    font-family: 'HannTzongWang';
    src: url('./fonts/wt011.ttf') format('truetype');
}
@font-face {
    font-family: 'HannTzongWangBold';
    src: url('./fonts/wt014.ttf') format('truetype');
}

html, body{
  font-family: 'HannTzongWang', sans-serif;
  width: 100%;
  height: 100%;
  background: #333 url("../images/001_BG.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.xs-show{
  display: none;
}

/* 素材圖片容器 */
.image-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mist{
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  overflow: hidden;
}
.mist img{
  height: 100%;
  width: 100%;
}
.star-a{
  width: 50%;
  position: absolute;
  bottom: 45px;
  right: 0;
  text-align: center;
  overflow: hidden;
}
.star-a img{
  width: 50%;
  margin-left: 35%;
}
.star-b{
  width: 55%;
  position: absolute;
  top: -30px;
  left: 60%;
}
.star-b img{
  width: 30%;
}
.roo-a{
  position: absolute;
  bottom: 35px;
  right: 35%;
  width: 150px;
}
.roo-a img{
  width: 100%;
}
.roo-b{
  position: absolute;
  top: 20%;
  left: 59%;
  width: 43%;
}
.roo-b img{
  width: 75%;
}
.planet{
  position: absolute;
  left: 2%;
  top: 5%;
  width: 20%;
}
.planet img{
  width: 100%;
}
/* 素材圖片容器 End */

/* content */
.content-box{
  position: relative;
  top: 0;
  height: 100%;
  overflow: auto;
  z-index: 999;
  width: 50%;
  min-width: 350px;
  font-size: 0;
  text-align: right;
}
.content-box:before{
  content: '';
  display: inline-block;
  width: 0;
  height: 99%;
  background: #fff;
  vertical-align: middle;
}
.content{
  /*width: 100%;*/
  width: 350px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.roo-logo{
  width: 100%;
  max-width: 150px;
}
.content .msg{
  padding: 0 20px;
  line-height: 3.8rem;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 10px;
}
.join-beta{
  display: block;
  background: #3ff9e1;
  padding: 15px 0;
  border-radius: 8px; 
  text-decoration: none;
  font-size: 1.6rem;
  color: #1c1c64;
  font-weight: 900;
}
.join-beta-msg{
  letter-spacing: 8px;
}
.join-beta-msg:after{
  font-family: serif;
  content: '|';
}
.app-link{
  margin: 20px 0 ;
}
.app-link:after{
  content:'';
  display: block;
  clear: both;
}
.app-link a{
  display: inline-block;
  overflow: hidden;
  width: 48%;
}
.app-link a img{
  width: 100%;
}
.fb{
  padding-top: 50px;
}
.fb-icon{
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 5px;
}
.fb a{
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  vertical-align: bottom;
}
/* content END */

/* footer */
footer{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  background: #333;
  height: 30px;
  line-height: 30px;
}
/* footer End */
