@import "swiper.min.css";
@import "anime.css";

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #222229;
    font-family: "Microsoft Yahei";
    overflow: hidden;
    box-sizing: border-box;
}

.musicbox{width:70px;height:57px;position:absolute;z-index:500;top:15px;left:10%;cursor:pointer;}
.musicplay{background:url(../images/musicplay.png) no-repeat}
.musicstop{background:url(../images/musicstop.png) no-repeat}


.logo {
    position: absolute;
    left: 30px;
    top: 60px;
    width: 200px;
    height: 150px;
    background-image: url(../images/logo.png);
    z-index: 10;display: none;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.u-web {
    position: absolute;
    left: 175px;
    top: 72px;
    width: 123px;
    height: 84px;
    background-image: url(../images/logo_anni.png);
    z-index: 10;
}

.u-web a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-body {
    width: 100%;
    height: 100%;
    /* margin-top: -42px; */
    background-color: #000;
}

.main-body .swiper-container {
    width: 1920px;
    height: 100%;background-size: 100% auto;
    background-image: url(../images/body.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

/* public */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.u-btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

/* loading */
.p-loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    background-color: #000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.p-loading.out {
    opacity: 0
}

.p-loading>.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96px;
    height: 96px;
    margin-left: -48px;
    margin-top: -150px;
}

.p-loading>.tip {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96px;
    height: 96px;
    margin-left: -48px;
    margin-top: -46px;
    font-size: 22px;
    color: #f6d99e;
    text-align: center
}

.p-loading>.num {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96px;
    height: 96px;
    margin-left: -48px;
    margin-top: -10px;
    font-size: 22px;
    color: #f6d99e;
    text-align: center
}

.p-loading>.bar {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 2px;
    background-color: #f6d99e;
    margin-left: -374px;
    margin-top: 40px;
    overflow: visible
}

.m-viewport {
    position: relative;
    width: 1920px;
    height: 100%;
    background-image: url(../images/cover.jpg);
    background-repeat: no-repeat;
    background-position: center 0px;
    overflow: hidden;
}

#main-title {
    width: 940px;
    height: 195px;
    margin: 20px auto;
    background-image: url(../images/main-title.png);
}

.char-view {
    position: absolute;
    left: 0;
    bottom: -65px;
    width: 100%;
}

.char-view .trriger {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 30;
    width: 200px;
    height: 400px;
    transform: translate(-50%, -50%);
    /* background-color: #000; */
}

@keyframes glow-ani {
    0% {
        background-position: 0px 0;
    }

    100% {
        background-position: 100% 0;
    }
}


.char-item {
    position: absolute;
}

.char-item>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.char-item .tag{
    position: absolute;
    top: 0;
    left: 0;
    width: 81px;
    height: 200px;
    background-repeat: no-repeat;
    z-index: 40;
}

.char-item .char-glow {
    opacity: 0;
    animation: glow-ani 1000ms steps(7) infinite;
}

.char-item.c-g {
    right: -9px;
    bottom: -150px;
    width: 908px;
    height: 1008px;
    z-index: 10;
}

.char-item.c-g .tag {
    top: 20px;
    left: 620px;
    background-image: url(../images/cover/7.png);
}

.char-item.c-g .tag.active {
    background-image: url(../images/cover/7-a.png);
}

.char-item.c-g .trriger {
    left: 615px;
    width: 300px;
    height: 900px;
}

.char-item.c-g .char-layer {
    background-image: url(../images/char/c1.png);
}

.char-item.c-g .char-glow {
    background-image: url(../images/char/ani-2.png);
}

.char-item.c-lb {
    right: 247px;
    bottom: -50px;
    width: 631px;
    height: 903px;
}

.char-item.c-lb .trriger {
    width: 300px;
    height: 730px;
}

.char-item.c-lb .tag {
    top: 75px;
    left: 150px;    
    background-image: url(../images/cover/1.png);
}

.char-item.c-lb .tag.active {
    background-image: url(../images/cover/1-a.png);
}

.char-item.c-lb .char-layer {
    background-image: url(../images/char/c2.png);
}

.char-item.c-lb .char-glow {
    background-image: url(../images/char/ani-3.png);
}

.char-item.c-mm {
    right: 1020px;
    bottom: 87px;
    width: 309px;
    height: 271px;
    z-index: 10;
}

.char-item.c-mm .tag {
    background-image: url(../images/cover/5.png);
}

.char-item.c-mm .tag.active {
    background-image: url(../images/cover/5-a.png);
}

.char-item.c-mm .char-layer {
    background-image: url(../images/char/c3.png);
}

.char-item.c-mm .char-glow {
    background-image: url(../images/char/ani-4.png);
}

.char-item.c-sx {
    right: 696px;
    bottom: -53px;
    width: 409px;
    height: 872px;
}

.char-item.c-sx .trriger {
    width: 300px;
    height: 700px;
}

.char-item.c-sx .tag {
    top: 110px;
    left: 30px;    
    background-image: url(../images/cover/8.png);
}

.char-item.c-sx .tag.active {
    background-image: url(../images/cover/8-a.png);
}

.char-item.c-sx .char-layer {
    background-image: url(../images/char/c4.png);
}

.char-item.c-sx .char-glow {
    background-image: url(../images/char/ani-5.png);
}

.char-item.c-zf {
    left: -8px;
    bottom: -52px;
    width: 1138px;
    height: 825px;
}

.char-item.c-zf .trriger {
    width: 200px;
    height: 700px;
}

.char-item.c-zf .tag {
    top: 70px;
    left: 630px;    
    background-image: url(../images/cover/3.png);
}

.char-item.c-zf .tag.active {
    background-image: url(../images/cover/3-a.png);
}

.char-item.c-zf .char-layer {
    background-image: url(../images/char/c5.png);
}

.char-item.c-zf .char-glow {
    background-image: url(../images/char/ani-6.png);
}

.char-item.c-km {
    left: 0px;
    bottom: 92px;
    width: 498px;
    height: 841px;
}

.char-item.c-km .tag {
    top: 50px;
    left: 250px;    
    background-image: url(../images/cover/6.png);
}

.char-item.c-km .tag.active {
    background-image: url(../images/cover/6-a.png);
}

.char-item.c-km .trriger {
    left: 160px;
    height: 700px;
    width: 300px;
}

.char-item.c-km .char-layer {
    background-image: url(../images/char/c6.png);
}

.char-item.c-km .char-glow {
    background-image: url(../images/char/ani-8.png);
}

.char-item.c-zy {
    left: 0;
    bottom: -80px;
    width: 759px;
    height: 458px;
    z-index: 10;
}

.char-item.c-zy .tag {
    left: 400px;
    background-image: url(../images/cover/2.png);
}

.char-item.c-zy .tag.active {
    background-image: url(../images/cover/2-a.png);
}

.char-item.c-zy .char-layer {
    background-image: url(../images/char/c8.png);
}

.char-item.c-zy .char-glow {
    background-image: url(../images/char/ani-9.png);
}

.char-item.c-lc {
    left: 885px;
    bottom: -110px;
    width: 387px;
    height: 390px;
    z-index: 10;
}

.char-item.c-lc .tag {
    background-image: url(../images/cover/4.png);
}

.char-item.c-lc .tag.active {
    background-image: url(../images/cover/4-a.png);
}

.char-item.c-lc .char-layer {
    background-image: url(../images/char/c7.png);
}

.char-item.c-lc .char-glow {
    background-image: url(../images/char/ani-7.png);
}

.table-layer {
    position: absolute;
    left: 50%;
    bottom: -290px;
    width: 1879px;
    height: 342px;
    transform: translate(-50%, -50%);
    background-image: url(../images/table.png);
}

/* CONTENT */
.main-body .wrapper {
    position: relative;
    width: 1400px;
    height: 100%;
    box-sizing: border-box;
    margin: 40px auto 0;
}

.main-body .title {
    margin: 0 218px;
}

.main-body .title.t-1 {
    width: 808px;
    height: 150px;
    background-image: url(../images/title-1.png);
}

.main-body .title.t-2 {
    width: 981px;
    height: 150px;
    background-image: url(../images/title-2.png);
}

.main-body .title.t-3 {
    width: 981px;
    height: 150px;
    background-image: url(../images/title-3.png);
}

.main-body .title.t-4 {
    width: 626px;
    height: 150px;
    background-image: url(../images/title-4.png);
}

.main-body .title.t-5 {
    width: 981px;
    height: 150px;
    background-image: url(../images/title-5.png);
}

.main-body .title.t-6 {
    width: 653px;
    height: 150px;
    background-image: url(../images/title-6.png);
}

.main-body .title.t-7 {
    width: 992px;
    height: 150px;
    background-image: url(../images/title-7.png);
}

.main-body .title.t-8 {
    width: 950px;
    height: 150px;
    background-image: url(../images/title-8.png);
}

.main-body .slogen {
    width: 1288px;
    height: 101px;
    margin: 15px auto 0;
    background-image: url(../images/bg-slogen.png);
}

.main-body .slogen .container {
    padding-top: 10px;
    font-size: 16px;
    color: #f9f5ec;
    text-align: center;
}

.main-body .slogen p {
    margin-bottom: 5px;
}

.skin-detail {
    display: flex;
    justify-content: space-between;
}

.skin-item {
    display: flex;
}

.skin-item.skin-f {
    margin-left: -30px;
}

.skin-item.skin-m {
    margin-right: -30px;
}

.skin-item .tag {
    position: relative;
    z-index: 5;
}

.skin-item.skin-f .tag {
    width: 122px;
    height: 380px;
    background-image: url(../images/page1/tag-1.png);
}

.skin-item.skin-f .skin-view {
    position: relative;
    width: 420px;
    height: 600px;
    margin-top: -40px;
    margin-left: -50px;
    background-image: url(../images/page1/skin-1.png);
}

.skin-item.skin-m .tag {
    width: 122px;
    height: 380px;
    background-image: url(../images/page1/tag-2.png);
}

.skin-item.skin-m .skin-view {
    position: relative;
    width: 420px;
    height: 630px;
    margin-top: -70px;
    margin-right: -50px;
    background-image: url(../images/page1/skin-2.png);
}


.skin-item .reward-list {
    position: relative;
    width: 220px;
    height: 430px;
    margin-top: 60px;
    background-image: url(../images/page1/bg-reward.png);
}

.skin-f .reward-list {
    margin-left: -30px;
}

.skin-m .reward-list {
    margin-right: -30px;
}

.skin-item .m-bottom {
    position: absolute;
    left: 0;
    bottom: 110px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skin-item .line-left {
    width: 99px;
    height: 28px;
    background-image: url(../images/page1/line-left.png);
    animation: moveLeft 4s infinite;
}

.skin-item .line-right {
    width: 97px;
    height: 29px;
    background-image: url(../images/page1/line-right.png);
    animation: moveRight 4s infinite;
}

.skin-item .i-item {
    width: 46px;
    height: 46px;
    background-image: url(../images/page1/sprite-icon.png);
}

.skin-item .icon-skin {
    position: relative;
    width: 70px;
    height: 70px;
}

.skin-f .icon-skin {
    background-image: url(../images/page1/bg-icon-left.png);
}

.skin-m .icon-skin {
    background-image: url(../images/page1/bg-icon-right.png);
}

.skin-item .icon-skin .i-item {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    transform: translate(-50%, -50%);
}

.skin-item ul {
    padding: 28px 10px 0;
    font-size: 0;
}

.skin-item ul li {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 54px;
}

.skin-item li .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    transform: translate(-50%, -50%);
}

/* page2 */
.news-list ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
	margin-top: 100px;
}

.news-list li {
    position: relative;
}

.news-list li>div {
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-list .front {
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: all .1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-list .flip {
    opacity: 0;
    z-index: 4;
    transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-list li:hover .front {
    opacity: 0;
}

.news-list li:hover .flip {
    opacity: 1;
    bottom: 20px;z-index: 111;
}

.news-list .link-1 {
    width: 350px;
    height: 500px;
}

.news-list .link-1 .front {
    background-image: url(../images/page2/sz1.gif);
}

.news-list .link-1 .flip {
    width: 350px;
    height: 500px;
    background-image: url(../images/page2/sz1.gif);
}

.news-list .link-2 {
    width: 350px;
    height: 500px;
    margin-left: -115px;
}

.news-list .link-2 .front {
    background-image: url(../images/page2/sz2.gif);
}

.news-list .link-2 .flip {
    width: 350px;
    height: 500px;
    background-image: url(../images/page2/sz2.gif);
}

.news-list .link-3 {
    width: 350px;
    height: 500px;
}

.news-list .link-3 .front {
    background-image: url(../images/page2/sz3.gif);
}

.news-list .link-3 .flip {
    width: 350px;
    height: 500px;
    background-image: url(../images/page2/sz3.gif);
}

.news-list .link-4 {
    width: 350px;
    height: 500px;
    margin-left: -120px;
}

.news-list .link-4 .front {
    background-image: url(../images/page2/sz4.gif);
}

.news-list .link-4 .flip {
    width: 350px;
    height: 500px;
    background-image: url(../images/page2/sz4.gif);
}

.news-list .link-5 {
    width: 350px;
    height: 500px;
    margin-left: -120px;
}

.news-list .link-5 .front {
    background-image: url(../images/page2/sz5.gif);
}

.news-list .link-5 .flip {
    width: 350px;
    height: 500px;
    background-image: url(../images/page2/sz5.gif);
}

a.u-link.more {
    display: block;
    width: 274px;
    height: 87px;
    margin: 60px auto 0;
    background-image: url(../images/page2/btn-more.png);
}

/* danmu */
.m-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.m-danmu .m-video .cover {
    width: 630px;
    height: 400px;
    margin: 0 auto;
    background-image: url(../images/page3/cover-vid.png);
}

.icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 49px;
    height: 49px;
    background-image: url(../images/icon-play.png);
    transform: translate(-50%, -50%);
}

.m-wish-box {
    position: absolute;
    left: 0;
    top: 170px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.m-wish-box .wish-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex: 0 0 50%;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all .4s cubic-bezier(0.23, 1, 0.320, 1);
}

.wish-item {
    width: 50%;
}

.wish-box {
    position: relative;
    margin-bottom: 45px;
    padding-left: 90px;
    box-sizing: border-box;
}

.wish-box.even {
    float: right;
    padding-right: 90px;
}

.wish-box .avatar {
    position: absolute;
    top: -20px;
    left: 0;
    width: 60px;
    height: 60px;
}

.wish-box .avatar.a-1 {
    background-image: url(../images/page3/avatar-1.png);
}

.wish-box .avatar.a-2 {
    background-image: url(../images/page3/avatar-2.png);
}

.wish-box .avatar.a-3 {
    background-image: url(../images/page3/avatar-3.png);
}

.wish-box .avatar.a-4 {
    background-image: url(../images/page3/avatar-4.png);
}

.wish-box.even .avatar {
    position: absolute;
    left: auto;
    right: 0;
}

.wish-content {
    position: relative;
    width: 15em;
    padding: 10px 20px;
    background-color: #fbefd9;
    border: 1px solid #e0643d;
    border-radius: 10px;
    background-image: url(../images/page3/bg-dan.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.wish-content::after {
    display: block;
    content: '';
    position: absolute;
    top: -1px;
    left: -20px;
    width: 38px;
    height: 20px;
    background-image: url(../images/page3/angel-danmu.png);
}

.wish-box.even .wish-content::after {
    left: auto;
    right: -20px;
    width: 28px;
    height: 20px;
    background-image: url(../images/page3/angel-danmu-r.png);
}

.wish-box .id {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #9f5020;
}

.wish-box .text {
    font-size: 14px;
    color: #87632b;
}

.m-danmu-ctrl {
    position: absolute;
    display: flex;
    right: 410px;
    bottom: 205px;
}

.u-btn.reflesh {
    width: 128px;
    height: 52px;
    background-image: url(../images/page3/btn-flesh.png);
}

.u-btn.on {
    width: 128px;
    height: 52px;
    background-image: url(../images/page3/btn-on.png);
}

.u-btn.on.active{
    background-image: url(../images/page3/btn-on-active.png);
}

.u-btn.off {
    width: 128px;
    height: 52px;
    background-image: url(../images/page3/btn-off.png);
}

.u-btn.off.active{
    background-image: url(../images/page3/btn-off-active.png);
}

/* more-skin */
#scene {
    /* overflow: hidden; */
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1022px;
    height: 553px;
    margin-left: -511px;
    margin-top: -276px;
}

.m-more-skin .m-video {
    top: 200px;
    transform: translate(-50%, 0);
}

.m-more-skin .m-video .cover {
    width:1500px;
    height:825px;
    margin: -194px auto;
    background-image: url(../images/page4/cover-vid.png);
}

.m-more-skin .layer-back {
    width: 1022px;
    height: 553px;
    background-image: url(../images/page4/bg-samll.png);
}

.layer-book {
    position: absolute;
    left: 50%;
    top: -100px;
    width: 1200px;
    height: 885px;
    margin-left: -600px;
    background-image: url(../images/page4/bg-book.png);
}

.m-more-skin .layer-front {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1324px;
    height: 625px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.m-more-skin .layer-front>div {
    position: absolute;
}

.i-c>div {
    position: absolute;
}

.i-c .pic {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.i-c .light {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.i-1 {
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    animation: bubble-1 1.3s ease-in-out 2.7s infinite alternate;
}

.i-1 .pic {
    background-image: url(../images/page4/icon-1.png);
}



.i-2 {
    left: 200px;
    top: 150px;
    width: 100px;
    height: 100px;
    animation: bubble-1 2.1s ease-in-out 2.7s infinite alternate;
}

.i-2 .pic {
    background-image: url(../images/page4/icon-2.png);
}



.i-3 {
    left: 0;
    top: 260px;
    width: 100px;
    height: 100px;
    animation: bubble-1 2.5s ease-in-out 2.7s infinite alternate;
}

.i-3 .pic {
    background-image: url(../images/page4/icon-3.png);
}



.i-4 {
    left: 230px;
    top: 400px;
    width: 100px;
    height: 100px;
    animation: bubble-1 1.8s ease-in-out 2.7s infinite alternate;
}

.i-4 .pic {
    background-image: url(../images/page4/icon-4.png);
}



.i-5 {
    right: 285px;
    top: 0;
    width: 120px;
    height: 120px;
    animation: bubble-1 2.5s ease-in-out 1.4s infinite alternate;
}

.i-5 .pic {
    background-image: url(../images/page4/icon-5.png);
}



.i-6 {
    right: 0;
    top: 155px;
    width: 120px;
    height: 120px;
    animation: bubble-1 2.5s ease-in-out 2s infinite alternate;
}

.i-6 .pic {
    background-image: url(../images/page4/icon-6.png);
}



.i-7 {
    right: 165px;
    top: 355px;
    width: 120px;
    height: 120px;
    animation: bubble-1 2.5s ease-in-out 1.7s infinite alternate;
}

.i-7 .pic {
    background-image: url(../images/page4/icon-7.png);
}



.i-8 {
    right: 570px;
    top: 600px;
    width: 120px;
    height: 120px;
    animation: bubble-1 2.5s ease-in-out 2.4s infinite alternate;
}

.i-8 .pic {
    background-image: url(../images/page4/icon-8.png);
}



.btn-apply {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 50px;
    width: 274px;
    height: 87px;
    margin-left: -137px;
    background-image: url(../images/page4/btn-apply.png);
}

/* book-ns */
.m-book-ns .header {
    width: 780px;
    height: 177px;
    margin: 0 auto;
    background-image: url(../images/page6/tips-head.png);
}

.m-book-ns .reward-view ul {
    display: flex;
    margin-top: -50px;
}

.m-book-ns .reward-view .r-1 {
    width: 439px;
    height: 411px;
    background-image: url(../images/page6/r-1.png);
}

.m-book-ns .reward-view .r-2 {
    width: 439px;
    height: 410px;
    background-image: url(../images/page6/r-2.png);
}

.m-book-ns .reward-view .r-3 {
    width: 439px;
    height: 410px;
    background-image: url(../images/page6/r-3.png);
}

.book-link {
    display: block;
    width: 274px;
    height: 87px;
    margin: 0 auto;
    background-image: url(../images/page6/btn-book.png);
}

.m-vip .reward-view ul {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.m-vip .reward-view .v-1 {
    width: 1100px;
    height: 600px;
    background-image: url(../images/page7/gz.gif);
}

.m-vip .reward-view .v-2 {
    width: 1100px;
    height: 600px;
    background-image: url(../images/page7/vip-2.png);
}

.m-vip .reward-view .v-3 {
    width: 382px;
    height: 464px;
    background-image: url(../images/page7/vip-3.png);
}

.m-vip .more {
    display: block;
    width: 274px;
    height: 87px;
    margin: 75px auto 0;
    background-image: url(../images/page7/btn-more.png);
}

.layer-otome {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 1752px;
    height: 798px;
    margin-left: -876px;
    background-image: url(../images/page7/bg-otome.png);
    background-repeat: no-repeat;
    pointer-events: none;
}

/* voice */

.m-voice .header {
    width: 1287px;
    height: 101px;
    margin: 0 auto;
    background-image: url(../images/page5/bg-voice.png);
}

.m-voice .header .m-ctrl {
    width: 852px;
    height: 64px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/page5/head-voice.png);
}

.m-voice ul {
    padding-left: 280px;
}

.m-voice li {
    display: inline-block;
}

.m-voice .header .u-btn {
    width: 142px;
    height: 64px;
}

.m-voice .header .u-btn.v-1 {
    background-image: url(../images/page5/btn-voice-1.png);
}

.m-voice .header .u-btn.v-1.active {
    background-image: url(../images/page5/btn-voice-1-active.png);
}

.m-voice .header .u-btn.v-2 {
    background-image: url(../images/page5/btn-voice-2.png);
}

.m-voice .header .u-btn.v-2.active {
    background-image: url(../images/page5/btn-voice-2-active.png);
}

.m-voice .header .u-btn.v-3 {
    background-image: url(../images/page5/btn-voice-3.png);
}

.m-voice .header .u-btn.v-3.active {
    background-image: url(../images/page5/btn-voice-3-active.png);
}

.main-body .swiper-container.voice-view {
    width: 1200px;
	margin-top: 84px;
}

.voice-view .trriger {
    position: relative;
    width: 150px;
}

.voice-view .trriger::before {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -97px;
    width: 138px;
    height: 138px;
    margin-left: -69px;
    background-image: url(../images/page5/bg-disc.png);
    animation: disc-rotate 4s infinite;
}

.voice-view .trriger.active::before {
    display: block;
}

.voice-view .front {
    position: relative;
    top: 0;
    width: 370px;
    height: 460px;
    transition: all .4s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.voice-view .flip{
    position: absolute;
    top: 0;
    width: 370px;
    height: 460px;    
    opacity: 0;
}

.voice-view .trriger.active .front,
.voice-view .trriger.active .flip,
.voice-view .trriger:hover .front {
    top: 32px;
}

.voice-view .trriger.active .front{
    opacity: 0;
}

.voice-view .trriger.active .flip{
    opacity: 1;
}

.voice-view .u-btn.play {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -32px;
    width: 61px;
    height: 64px;
    margin-left: -30px;
    background-image: url(../images/page5/bg-play-voice.png);
}

.voice-view .active .u-btn.play{
    display: block;
}

.voice-view .u-btn.play i {
    position: absolute;
    display: block;
    left: 50%;
    top: 19px;
    width: 19px;
    height: 14px;
    margin-left: -9px;
    background-image: url(../images/page5/icon-play.png);
}

#prev {
    width: 58px;
    height: 90px;
    top: 50%;
    left: 15px;
    margin-top: -45px;
    background-image: url(../images/page5/btn-prev.png);
    background-size: 100% 100%;
}

#next {
    width: 58px;
    height: 90px;
    top: 50%;
    right: 15px;
    margin-top: -45px;
    background-image: url(../images/page5/btn-next.png);
    background-size: 100% 100%;
}

#canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* fes */
.m-fes .head{
    width: 1287px;
    height: 101px;
    margin: 10px auto 0;
    background-image: url(../images/page8/head-tip.png);
}

.m-fes .fes-view .view{
    width: 1412px;
    height: 662px;
    margin: -150px 0 0 50px;
    background-image: url(../images/page8/bg-reward.png);
}

.m-fes .tab-btn{
    width: 960px;
    display: flex;
    justify-content: center;
    margin: -110px 0 0 215px;
}

.m-fes .fes-view ul{
    width: 625px;
    height: 300px;
    margin-left: 340px;
    padding-top: 205px;
    font-size: 0;
    color: transparent;
}

.m-fes .fes-view li{
    position: relative;
    display: inline-block;
    width: 88px;
    height: 88px;
    margin-left: 30px;
    margin-bottom: 50px;
    background-image: url(../images/page8/bg-item.png);
}

.m-fes .fes-view li .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    transform: translate(-50%,-50%);
}

.m-fes .icon.i-b2-icon-1{
    background-image: url(../images/icon2/1.png);
}

.m-fes .icon.i-b2-icon-2{
    background-image: url(../images/icon2/2.png);
}

.m-fes .icon.i-b2-icon-3{
    background-image: url(../images/icon2/3.png);
}

.m-fes .icon.i-b2-icon-4{
    background-image: url(../images/icon2/4.png);
}

.m-fes .icon.i-b2-icon-5{
    background-image: url(../images/icon2/5.png);
}

.m-fes .icon.i-b2-icon-6{
    background-image: url(../images/icon2/6.png);
}

.m-fes .icon.i-b2-icon-7{
    background-image: url(../images/icon2/7.png);
}

.m-fes .icon.i-b2-icon-8{
    background-image: url(../images/icon2/8.png);
}

.m-fes .icon.i-b2-icon-9{
    background-image: url(../images/icon2/9.png);
}

.m-fes .icon.i-b2-icon-10{
    background-image: url(../images/icon2/10.png);
}

.m-fes .icon.i-b2-icon-11{
    background-image: url(../images/icon2/11.png);
}

.m-fes .icon.i-b2-icon-12{
    background-image: url(../images/icon2/12.png);
}

.m-fes .icon.i-b2-icon-13{
    background-image: url(../images/icon2/13.png);
}

.m-fes .icon.i-b2-icon-14{
    background-image: url(../images/icon2/14.png);
}

.m-fes .icon.i-b2-icon-15{
    background-image: url(../images/icon2/15.png);
}

.m-fes .icon.i-b2-icon-16{
    background-image: url(../images/icon2/16.png);
}

.m-fes .icon.i-b2-icon-17{
    background-image: url(../images/icon2/17.png);
}

.m-fes .icon.i-b2-icon-18{
    background-image: url(../images/icon2/18.png);
}

.m-fes .icon.i-b2-icon-19{
    background-image: url(../images/icon2/19.png);
}

.m-fes .icon.i-b2-icon-20{
    background-image: url(../images/icon2/20.png);
}

.m-fes .tab-btn .u-btn{

}

.m-fes .tab-btn .tab-1{
    width: 240px;
    height: 113px;
    margin-top: -17px;
    background-image: url(../images/page8/btn-1.png);
}

.m-fes .tab-btn .tab-1.active{
    background-image: url(../images/page8/btn-1-a.png);
}

.m-fes .tab-btn .tab-2{
    width: 214px;
    height: 87px;
    background-image: url(../images/page8/btn-2.png);
}

.m-fes .tab-btn .tab-2.active{
    background-image: url(../images/page8/btn-2-a.png);
}

.m-fes .tab-btn .tab-3{
    width: 214px;
    height: 87px;
    background-image: url(../images/page8/btn-3.png);
}

.m-fes .tab-btn .tab-3.active{
    background-image: url(../images/page8/btn-3-a.png);
}

/* sprite */
.icon-1 {
    background-position: -0px -0px;
}

.icon-2 {
    background-position: -46px -0px;
}

.icon-3 {
    background-position: -92px -0px;
}

.icon-4 {
    background-position: -138px -0px;
}

.icon-5 {
    background-position: -184px -0px;
}

.icon-6 {
    background-position: -230px -0px;
}

.icon-7 {
    background-position: -276px -0px;
}
.icon-8 {
    background-position: -322px -0px;
}
.icon-9 {
    background-position: -368px -0px;
}

.icon-10 {
    background-position: -414px -0px;
}

.icon-11 {
    background-position: -460px -0px;
}

.icon-12 {
    background-position: -506px -0px;
}

.icon-13 {
    background-position: -552px -0px;
}

.icon-14 {
    background-position: -0px -46px;
}
.icon-15 {
    background-position: -46px -46px;
}
.icon-16 {
    background-position: -92px -46px;
}
.icon-17 {
    background-position: -138px -46px;
}
.icon-18 {
    background-position: -184px -46px;
}
.icon-19 {
    background-position: -230px -46px;
}
.icon-20 {
    background-position: -276px -46px;
}
.icon-21 {
    background-position: -322px -46px;
}
.icon-22 {
    background-position: -368px -46px;
}
.icon-23 {
    background-position: -414px -46px;
}
.icon-24 {
    background-position: -460px -46px;
}
.icon-25 {
    background-position: -506px -46px;
}
.icon-26 {
    background-position: -552px -46px;
}
.icon-27 {
    background-position: 0px -92px;
}
.icon-28 {
    background-position: -46px -92px;
}


/* TIPS */
.ui-topic {
    /* background: #333;
    background: rgba(0, 0, 0, 0.8); */
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 100px;
    left: 200px;
}

.ui-topic .inner_html {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-family: arial;
}

.ui-topic .inner_html a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #990000;
}

.ui-topic .inner_html a:hover {
    border-bottom: 2px solid #990000;
}

.ui-topic {
    color: #00ff00;
}

.ui-topic .itemDesc {
    width: 300px;
    margin-top: 10px;
    color: #a1e5ff;
}

.ui-topic .type2 {
    color: #fff;
}

.ui-topic .type3 {
    margin-bottom: 10px;
}

.ui-topic .green,
.ui-topic .strength,
.ui-topic .agility,
.ui-topic .mentality,
.ui-topic .iniMovementSpeed,
.ui-topic .healthPoint,
.ui-topic .manaPerSecond,
.ui-topic .skillStats,
.ui-integralAddition,
.ui-topic .smPerSecond,
.fightingCapAdd {
    color: #00ff00;
}

.ui-topic .skillAdd1 {
    margin-top: 10px;
}

.ui-topic .skillAdd1,
.ui-topic .skillAdd2 {
    width: 260px;
}

.ui-topic .skillAdd1,
.ui-topic .skillAdd2 {
    color: #0088ff;
}

.ui-topic .purple {
    color: #9205EA;
}

.ui-topic .gold,
.ui-topic .type3 {
    color: #FFCC11;
}

.ui-topic .dGold {
    color: #dd9955;
}

.ui-topic .orange,
.ui-topic .magicValue {
    color: #FF8800;
}

.ui-topic .blue {
    color: #0088ff;
}

.ui-topic .desc {
    max-width: 300px;
    word-break: break-all;
}

/* nav */
.u-nav {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
}

.u-nav>div {
    cursor: pointer;
    background-image: url(../images/sprite-nav.png);
}

.nav-1 {
    background-position: -0px -0px;
    height: 68px;
    width: 234px;
}

.nav-1.active {
    background-position: 234px 0px;
    height: 68px;
    width: 234px;
}
.nav-1:hover{
    background-position: 234px 0px;
}

.nav-2 {
    background-position: 0px -70px;
    height: 68px;
    width: 234px;
}
.nav-2.active {
    background-position: 234px -70px;
    height: 68px;
    width: 234px;
}
.nav-2:hover{
    background-position: 234px -70px;
}
.nav-3 {
    background-position: -0px -137px;
    height: 69px;
    width: 234px;
}
.nav-3.active {
    background-position: 234px -137px;
    height: 69px;
    width: 234px;
}
.nav-3:hover{
    background-position: 234px -137px;
}
.nav-4 {
    background-position: -0px -206px;
    height: 68px;
    width: 234px;
}
.nav-4.active {
    background-position: 234px -206px;
    height: 68px;
    width: 234px;
}
.nav-4:hover{
    background-position: 234px -206px;
}
.nav-7 {
    background-position: -0px -273px;
    height: 68px;
    width: 234px;
}
.nav-7.active {
    background-position: 234px -273px;
    height: 68px;
    width: 234px;
}
.nav-7:hover{
    background-position: 234px -273px;
}



.nav-5 {
    background-position: -234px -205px;
    height: 68px;
    width: 234px;
}
.nav-5.active {
    background-position: 234px -273px;
    height: 68px;
    width: 234px;
}
.nav-6 {
    background-position: -0px -273px;
    height: 68px;
    width: 234px;
}

.nav-6.active {
    background-position: 234px -341px;
    height: 68px;
    width: 234px;
}

.nav-8 {
    background-position: -0px -477px;
    height: 68px;
    width: 234px;
}

.nav-8.active {
    background-position: -234px -477px;
    height: 68px;
    width: 234px;
}

.gotop {
    background-position: 0px -475px;
    height: 48px;
    width: 234px;
}
.godown {
	cursor: pointer;
    background-image: url(../images/sprite-nav.png);
    background-position: 0px -341px;
    height: 66px;
    width: 234px;
	display: block;
}
.godown:hover {
	cursor: pointer;
    background-image: url(../images/sprite-nav.png);
    background-position: 234px -341px;
    height: 66px;
    width: 234px;
	display: block;
}
.gopay {
	cursor: pointer;
    background-image: url(../images/sprite-nav.png);
    background-position: 0px -408px;
    height: 66px;
    width: 234px;
	display: block;
}
.gopay:hover {
	cursor: pointer;
    background-image: url(../images/sprite-nav.png);
    background-position: 234px -408px;
    height: 66px;
    width: 234px;
	display: block;
}

.u-vid-player{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.u-vid-player .u-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 20;    
}

.u-vid-player .container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 200;
}

.u-btn.close{
    position: absolute;
    right: -50px;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    z-index: 20;
    float: left;    
}

.copy-right{
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 130px;
    height: 30px;
    background-image: url(../images/btn-copyright.png);
    z-index: 11;
}

.copy-right::after{
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 389px;
    height: 32px;
    background-image: url(../images/layer-cloud.png);
}

#M3-foot{
    position: absolute;
    left: 0;
    bottom: -200px;
    width: 100%;
    transition: all .4s ease-in-out;
    z-index: 11;
}

.nav_list{width: 760px;height: 80px;position:absolute;top: 770px;margin-left: 564px;}
.nav_list ul li{width: 300px;height: 80px;float:left;margin-left:10px;display:block;}
.nav_list ul li a{width: 300px;height: 80px;display: block;}

#preview{position:absolute;border:1px solid #614635;background:#3c2116;padding:5px;display:none;color:#fff;    z-index: 77777;}

