body {
    font-family: "Microsoft YaHei","​Arial","STXihei","NSimSun","SimSun";
    font-size: 0px;
    min-width: 1366px;
    width:100%;
    margin: 0;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
a{
    outline-style: none;
    text-decoration: none;
    color:#222;
}
a:hover{
    outline-style: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus{
    outline-style: none;
}
button{
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
img{
    vertical-align: middle;
}
div {
    margin: 0 auto;
}
.hidden-anchor {
    position : absolute;
    opacity: 0;
    z-index: -1;
    width: 0px;
}
.fixed-layer {
    width: 1366px;
    margin: 0 auto;
    height: 0px;
    position: relative;
}
.fixed-layer > div {
    z-index: 2;
}
.menu {
    position: fixed;
    margin-left: 15px;
    background: url('../imgs/others/menu.png') no-repeat;
    width: 120px;
    height: 306px;
    margin-top: 1px;
    top: 40px;
    margin-left: 23px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
    transition-delay: 2.4s;
}
.menu > ul > li > a {
    width: 120px;
    height: 50px;
    padding-top: 1px;
    display: block;
    position: relative;
}
.menu > ul > li > a > span.menu-bg {
    display: block;
    width: 0px;
    background: url('../imgs/others/meun_bg.png') no-repeat;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}
.menu > ul > li > a > span.menu-bg > img {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.menu > ul > li > a.active > span.menu-bg,
.menu > ul > li > a:hover > span.menu-bg {
    width: 120px;
}
.menu > ul > li > a.active > span.menu-bg > img,
.menu > ul > li > a:hover > span.menu-bg > img {
    opacity: 1;
}
.copyright {
    position: fixed;
    margin-left: 1326px;
    top: 171px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
    transition-delay: 2.4s;
}
.copyright li {
    width: 28px;
    text-align: center;
}
li.btn-qq-tips {
    position: relative;
}
li.btn-qq-tips span{
    position: absolute;
    right: 30px;
    bottom: -15px;
    visibility: hidden;
}
li.btn-qq-tips:hover span{
    visibility: visible;
}
.copyright-logo {
    position: fixed;
    margin-left: 1260px;
    top: 40px;
    opacity: 0;
    transition: opacity 0.7s ease-in-out 2.4s;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: all 0.5s ease-in-out;
}
/* home */
.home {
    position: relative;
    height: 815px;
    width: 1366px;
}
.home-pic {
    display: block;
    opacity: 0;
    background: url('../imgs/home/bg.jpg') no-repeat center center;
    width: 100%;
    height: 100%;
    transition: opacity 1s ease-in-out 2s;
}
.logo-word {
    position: absolute;
    left:259px;
    top: 182px;
    opacity: 0;
    transition: all 0.7s ease-in 0.5s;
}
.logo {
    position: absolute;
    left: 231px;
    top: 247px;
    opacity: 0;
    transition: all 0.7s ease-in 1.3s;
}
.home-zhongchou {
    position: absolute;
    left: 199px;
    top: 502px;
    opacity: 0;
    transition: all 0.7s ease-in 2.4s;
}
.home-pv {
    position: absolute;
    left: 231px;
    top: 633px;
    opacity: 0;
    transition: all 0.7s ease-in 2.4s;
}
#story-anchor {
    top:750px;
}
/* stroy */
.story {
    position: relative;
    background: url('../imgs/story/bg.jpg') no-repeat center center;
    height: 560px;
    widows: 1920px;
}
/* chara */
.charator {
    position: relative;
    background: url('../imgs/charator/bg.png') no-repeat center center;
    height: 815px;
    width: 1366px;
}
.chara-box {
    margin: 0 auto;
    padding-top: 122px;
    width: 960px;
    height: 688px;
    overflow: hidden;
    position: relative;
}
.chara-voice-box {
    position: absolute;
    top: 252px;
    left: 293px;
}
span.voice-btn {
    margin-left: 10px;
}
span.voice-btn > a {
    width: 28px;
    height: 28px;
    border: 1px solid #162651;
    color: #162651;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
span.voice-btn > a:hover,
span.voice-btn > a.active {
    background-color: #162651;
    color: #fff;
}
.chara-list {
    display: block;
    height: 688px;
    width: 3840px;
    transition: all 0.26s ease-out 0s;
}
.chara-list > li {
    float: left;
    position: relative;
}
.prev-chara,
.next-chara {
    position: absolute;
    background: url("../imgs/charator/ch_button.png") no-repeat;
    display: block;
    width: 23px;
    height: 42px;
    top: 365px;
}
.prev-chara:hover,
.next-chara:hover {
    cursor: pointer;
}
.prev-chara {
    animation: 1.5s ease-in-out 0s normal none infinite running zuohengtiao;
    left: 151px;
}
.next-chara {
    animation: 1.5s ease-in-out 0s normal none infinite running youhengtiao;
    background-position: right 0px;
    right: 151px;
}
.btn-disable {
    animation: none;
    opacity: 0.2;
}
.btn-disable:hover {
    cursor: default;
}
@-webkit-keyframes zuohengtiao {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes zuohengtiao {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes youhengtiao {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes youhengtiao {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.gallery {
    position: relative;
    background: url('../imgs/gallery/bg.jpg') no-repeat top center;
    height: 730px;
    text-align: center;
}
.gallery .pv {
    margin: 0 auto;
    padding-top: 168px;
}
.gallery .cg {
    margin: 0 auto;
    padding-top: 8px;
}
#gallery-anchor {
    top: -60px;
}
.download {
    position: relative;
    background: url('../imgs/download/bg.png') no-repeat center center;
    height: 290px;
    width: 1366px;
}
a.download-btn {
    position: absolute;
    top: 198px;
    left: 760px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 5px;
    font-size: 19px;
    text-align: center;
    display: block;
    width: 240px;
    height: 41px;
    line-height: 41px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
a.download-btn:hover {
    color: #fff;
    background-color: #162651;
}
#download-anchor {
    top: -120px;
}
.staff {
    position: relative;
    margin-top: 94px;
    background: url('../imgs/staff/bg.png') no-repeat center center;
    height: 597px;
}
#staff-anchor {
    top: -120px;
}
.footer {
    position: relative;
    margin-top: 88px;
    margin-bottom: 96px;
    background: url('../imgs/footer/bg.png') no-repeat center center;
    height: 83px;
}
.float-tips {
    position: absolute;
}
