body {
    font-family: "Microsoft YaHei","​Arial","STXihei","NSimSun","SimSun";
    font-size: 0px;
    min-width: 1366px;
    width:100%;
    margin: 0;
    background-color: #000;
    background-image: url('../imgs/bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}
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 {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}
div {
    margin: 0 auto;
    padding: 0;
}
.fixed-layer {
    width: 1366px;
    margin: 0 auto;
    height: 0px;
    position: relative;
}
.fixed-layer > div {
    z-index: 2;
}
.hidden-anchor {
    position : absolute;
    
    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;
    width: 117px;
    top: 40px;
}
.menu li {
    margin-bottom: 10px;
    position: relative;
}
a.menu-btn {
    width: 117px;
    height: 43px;
    display: block;
}
a.menu-btn > span {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background: url("../imgs/menu/highlight.png") no-repeat top right;
}
a.menu-btn:hover > span {
    opacity: 1;
    transition: opacity 0.1s linear 0s;
}
a.menu-index {
    background: url("../imgs/menu/index.png") no-repeat;
}
a.menu-index:hover {
    transition: background-image 0.1s linear 0s;
    background: url("../imgs/menu/index1.png") no-repeat;
}
a.menu-story {
    background: url("../imgs/menu/story.png") no-repeat;
}
a.menu-story:hover {
    transition: background-image 0.1s linear 0s;
    background: url("../imgs/menu/story1.png") no-repeat;
}
a.menu-chara {
    background: url("../imgs/menu/chara.png") no-repeat;
}
a.menu-chara:hover {
    transition: background-image 0.1s linear 0s;
    background: url("../imgs/menu/chara1.png") no-repeat;
}
a.menu-gallery {
    background: url("../imgs/menu/gallery.png") no-repeat;
}
a.menu-gallery:hover {
    transition: background-image 0.1s linear 0s;
    background: url("../imgs/menu/gallery1.png") no-repeat;
}
a.menu-download {
    background: url("../imgs/menu/download.png") no-repeat;
}
a.menu-download:hover {
    transition: background-image 0.1s linear 0s;
    background: url("../imgs/menu/download1.png") no-repeat;
}
a.menu-staff {
    background: url("../imgs/menu/staff.png") no-repeat;
}
a.menu-staff:hover {
    transition: background-image 0.1s linear 0s;
    background: url("../imgs/menu/staff1.png") no-repeat;
}
.copyright {
    position: fixed;
    margin-left: 1326px;
    top: 171px;
}
.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;
}
.top {
    width: 1366px;
    height: 1000px;
    margin:0 auto;
    position: relative;
}
.top > .zhongchou {
    position: absolute;
    top: 506px;
    left: 120px;
    background: url('../imgs/home/button_zhongchou.png') no-repeat;
    width: 556px;
    height: 180px;
    display: block;
    transition: opacity 0.7s ease-in-out 0.6s;
}
.top > .zhongchou:hover {
    transition: background-image 0.2s linear 0s;
    background: url('../imgs/home/button_zhongchou1.png') no-repeat;
}
.top > .demo {
    position: absolute;
    top: 669px;
    left: 149px;
    background: url('../imgs/down_staff/227/button_demo.png') no-repeat;
    width: 450px;
    height: 121px;
    display: block;
    transition: opacity 0.7s ease-in-out 0.6s;
}
.top > .demo:hover {
    transition: background-image 0.2s linear 0s;
    background: url('../imgs/down_staff/227/button_demo1.png') no-repeat;
}
.top > .toppv {
    position: absolute;
    top: 790px;
    left: 149px;
    background: url('../imgs/home/button_pv.png') no-repeat;
    width: 450px;
    height: 121px;
    display: block;
    transition: opacity 0.7s ease-in-out 0.6s;
}
.top > .toppv:hover {
    transition: background-image 0.2s linear 0s;
    background: url('../imgs/home/button_pv1.png') no-repeat;
}
.story {
    width: 100%;
    height: 740px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 220px;
}
/* chara */
.charator {
    margin: 0 auto;
    height: 848px;
    width: 1046px;
    padding-top: 60px;
    position: relative;
    border-bottom: 1px dashed #24719f;
}
.chara-box {
    margin-left: 168px;
    width: 895px;
    height: 753px;
    overflow: hidden;
}
.chara-list {
    display: block;
    height: 3012px;
    width: 895px;
    transition: all 0.26s ease-out 0s;
}
.chara-title {
    position: absolute;
    top: 60px;
}
.chara-page {
    position: absolute;
    top: 495px;
    left: 50px;
}
.chara-page > li {
    width: 12px;
    height: 12px;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
}
.chara-page > li.btn-chara {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}
.chara-page > li.active {
    background-color: rgba(255, 255, 255, 1);
}
.chara-page > li.prev-chara {
    height: 9px;
    background: url("../imgs/chara/button_up.png") no-repeat;
}
.chara-page > li.next-chara {
    height: 9px;
    background: url("../imgs/chara/button_down.png") no-repeat;
}
/* gallery */
.gallery {
    margin: 0 auto;
    height: 699px;
    width: 1046px;
    padding-top: 140px;
    padding-bottom: 95px;
    position: relative;
    border-bottom: 1px dashed #24719f;
}
.gallery-title {
    position: absolute;
    top: 140px;
}
.pv,.cg {
    width: 258px;
    height: 699px;
    float: left;
}
.pv {
    margin-left: 172px;
}
.cg {
    margin-left: 45px;
}
/* download */
.download {
    margin: 0 auto;
    width: 1046px;
    height: 374px;
    padding-top: 127px;
    position: relative;
}
.download-title {
    position: absolute;
    top: 127px;
}
.download-box {
    width: 656px;
    height: 374px;
    background: url("../imgs/down_staff/text_down1.png") no-repeat;
    position: absolute;
    left: 222px;
    top: 100px;
}
.download-btn,.download-btn-227 {
    position: absolute;
    left: 300px;
    top: 254px;
}
.download-btn-227 {
    display: block;
    width: 360px;
    height: 43px;
    background: url("../imgs/down_staff/227/button_down.png") no-repeat;
}
.download-btn-227:hover {
    transition: background-image 0.2s linear 0s;
    background: url("../imgs/down_staff/227/button_down1.png") no-repeat;
}
/* download */
.staff {
    margin: 0 auto;
    height: 497px;
    width: 1046px;
    position: relative;
}
.staff-title {
    position: absolute;
}
.staff-box {
    width: 635px;
    height: 497px;
    position: absolute;
    left: 222px;
}
.staff-box > img {
    display: block;
    margin: 0 auto;
}
.footer {
    margin: 0 auto;
    text-align: center;
    padding-top: 228px;
    padding-bottom: 146px;
}
/* loading */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(8, 11, 35);
    transition: all 0.5s ease-in-out;
    z-index: 999;
}
.lds-dual-ring {
    position: fixed;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 64px;
    height: 64px;
    transition: opacity 0.5s ease-in-out;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* voice */
.chara-list > li {
    position: relative;
}
.chara-voice-box {
    position: absolute;
    top: 176px;
    left: 290px;
}
span.voice-btn {
    margin-left: 10px;
}
span.voice-btn > a {
    width: 28px;
    height: 28px;
    border: 1px solid #fefefe;
    color: #fefefe;
    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: #fefefe;
    color: #2d3555;
}
.float-tips {
    position: absolute;
}