/*Ð¡ÃÏÍøÂçÄ§Óò°æ±¾¿âbbk.xmwl.cc*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    background: #000
}

html,body,fieldset,img,iframe,abbr {
    border: 0
}

li {
    list-style: none
}

textarea {
    overflow: auto;
    resize: none
}

a,button {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6,em,strong,b {
    font-weight: 400;
    font-style: normal
}

a,a:hover {
    text-decoration: none
}

i {
    font-style: normal
}

body,textarea,input,button {
    color: #fff
}

input,textarea,a,div,button,select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

html,body {
    width: 100%;
    min-width: 1200px;
    min-height: 960px;
    height: auto
}

::-webkit-input-placeholder {
    color: #b9b9b9
}

:-moz-placeholder {
    color: #b9b9b9
}

::-moz-placeholder {
    color: #b9b9b9
}

:-ms-input-placeholder {
    color: #b9b9b9
}

.wbox {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    clear: both
}

.wbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.wbox {
    display: inline-block
}

* html .wbox {
    zoom: 1}

.wbox {
    display: block;
    position: relative
}

.hide {
    display: none
}

@-webkit-keyframes male {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@-moz-keyframes male {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@-ms-keyframes male {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@-o-keyframes male {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@keyframes male {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

[v-cloak] {
    display: none
}

.container {
    width: 100%;
    min-height: 1000px;
    min-width: 1200px;
    background: #000;
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei";
    position: relative;
    overflow: hidden
}

.container img {
    width: auto;
    height: auto;
    vertical-align: middle
}

.Layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.Layer.on {
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 10000
}

.Layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.Layer.on {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 10000
}

.pop {
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pop .shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
    filter: alpha(opacity=75)
}

.pop .window {
    position: absolute;
    left: 50%;
    top: 50%
}

.pop .close-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
    top: 100px
}

.yuyue-pop .window {
    width: 1080px;
    height: 620px;
    margin-left: -540px;
    margin-top: -350px;
    background: url(../../../www.898wanjie.pw/images/yuyue-pop.png)
}

.yuyue-pop .type-btn {
    position: absolute;
    width: 35px;
    height: 32px;
    top: 221px
}

.yuyue-pop .type-btn.type-ios {
    left: 615px
}

.yuyue-pop .type-btn.type-and {
    left: 748px
}

.yuyue-pop .type-btn.active {
    background: url(../../../www.898wanjie.pw/images/type-tick.png)/
}

.yuyue-pop input {
    box-sizing: border-box;
    position: absolute;
    height: 60px;
    padding: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #e1d096;
    text-align: left;
    border: 0;
    outline: 0;
    background: 0 0
}

.yuyue-pop .phone-ipt {
    width: 439px;
    top: 284px;
    left: 454px
}

.yuyue-pop .verify-ipt {
    width: 221px;
    top: 364px;
    left: 454px
}

.yuyue-pop .verify-btn {
    position: absolute;
    width: 200px;
    height: 60px;
    left: 693px;
    top: 364px
}

.yuyue-pop .submit-btn {
    position: absolute;
    width: 200px;
    height: 60px;
    left: 577px;
    top: 448px
}

.and-pop .close-btn {
    right: 0;
    top: 140px
}

.and-pop .window {
    width: 1078px;
    height: 627px;
    margin-left: -540px;
    margin-top: -326px;
    background: url(../../../www.898wanjie.pw/images/and-pop1.png)
}

.and-pop .window img {
    width: 147px;
    position: absolute;
    top: 272px;
    left: 396px
}

.and-pop .window .gc-btn {
    width: 200px;
    height: 60px;
    display: block;
    position: absolute;
    top: 483px;
    left: 554px
}

.and-pop .window .gg-btn {
    width: 200px;
    height: 60px;
    display: block;
    position: absolute;
    top: 516px;
    left: 460px
}

.and-pop .window .dl-btn {
    width: 200px;
    height: 60px;
    display: block;
    position: absolute;
    top: 516px;
    left: 672px
}

.ios-pop .close-btn {
    right: 0;
    top: 70px
}

.ios-pop .window {
    width: 1006px;
    height: 557px;
    margin-left: -503px;
    margin-top: -278px;
    background: url(../../../www.898wanjie.pw/images/ios-pop1.png)
}

.ios-pop .window img {
    width: 147px;
    position: absolute;
    top: 170px;
    left: 366px
}

.ios-pop .window .gc-btn {
    width: 200px;
    height: 60px;
    display: block;
    position: absolute;
    top: 416px;
    left: 650px
}

.ios-pop .window .gg-btn {
    width: 200px;
    height: 60px;
    display: block;
    position: absolute;
    top: 416px;
    left: 408px
}

.video-pop {
    width: 800px;
    height: 510px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -225px 0 0 -400px;
    z-index: 10001
}

.video-pop .btn-close {
    width: 58px;
    height: 58px;
    display: block;
    position: absolute;
    top: 0;
    right: -68px;
    background: url(../image/close.png) no-repeat;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    -ms-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out
}

.video-pop .btn-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.video-pop .video-box {
    background: #fff;
    width: 800px;
    height: 450px
}

#NIE-topBar {
    width: 100%
}

.footer {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 0 0 30px
}

.footer a {
    color: #fff
}

.footer .concern {
    width: 100%;
    height: 237px;
    background: url(../../../www.898wanjie.pw/images/bottom.png) center 0 no-repeat
}

.footer .concern .gotop {
    width: 110px;
    height: 30px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 0
}

.footer .concern ul {
    width: 100%;
    text-align: center;
    padding-top: 65px
}

.footer .concern ul li {
    width: 135px;
    display: inline-block;
    margin: 0 45px
}

.footer .concern ul li img {
    width: 108px;
    height: 108px
}

.footer .concern ul li p {
    font-size: 16px;
    letter-spacing: 10px;
    text-indent: 5px
}

.footer .concern ul li span {
    font-size: 12px;
    color: #af976c
}

#NIE-copyRight {
    background: #000;
    color: #fff
}

#NIE-copyRight a {
    color: #fff
}

#NIE-copyRight #ncp-l1 {
    color: #fff
}

#NIE-copyRight .nie-copyright-new-inner {
    padding: 15px 0 10px!important
}

.alert_box .alert_wrap .alert_main .btns.btnsConfirm {
    background-color: #f28144
}

.alert_box .alert_wrap .alert_main .btns.btnsConfirm:hover {
    background-color: #f28144
}

.alert_box .alert_wrap .alertClose em {
    background-color: #f28144
}

.alert_box .alert_wrap .alertClose:hover em {
    background-color: #f28144
}

#NIE-share {
    text-align: center;
    z-index: 4;
    bottom: 0;
    left: 50%;
    margin-left: -280px;
    padding: 40px 0 22px
}

#NIE-share .NIE-share-txt {
    color: #fff;
    margin-right: 10px
}

#NIE-share .NIE-share-iconBtn a {
    width: auto;
    margin-right: 20px;
    color: #fff
}

#NIE-share .NIE-share-iconBtn a:hover {
    color: #9aa1b1
}

#NIE-share .NIE-share-iconBtn a em {
    margin-left: 4px
}

#NIE-share .NIE-share {
    width: 200px
}

#NIE-share .NIE-share-more {
    right: 84px
}

#NIE-share .NIE-share-more ul {
    z-index: 20
}

#fade {
    display: none;
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    _height: 1980px;
    z-index: 10000;
    background: #000;
    filter: alpha(Opacity=80);
    opacity: .85
}

.dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10009
}

html,body {
    width: 100%;
    height: 100%;
    min-width: 1260px;
    min-height: 0
}

#NIE-topBar {
    height: 55px
}

.container-all {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    /*background: url(../images/bg_1a5f004.jpg) center -50px no-repeat;*/
    background: url(../image/bg2.jpg) center -50px  no-repeat ;
    background-attachment: scroll;
    z-index: 100
}

.container-all.on {
    background-attachment: fixed
}

.container-all .tit-right {
    position: absolute;
    right: 180px;
    width: 270px;
    height: 34px;
    margin-top: 50px;
    z-index: 30;
    background: #691b0f;
    border-radius: 20px
}

.container-all .tit-right .tit-txt {
    float: left;
    height: 20px;
    margin-left: 15px
}

.container-all .tit-right .tit-txt ul a {
    color: #e0b692
}

.container-all .tit-right .tit-txt ul a:hover {
    color: #ffe2c8
}

.container-all .tit-right .tit-txt ul li {
    margin: 0 3px;
    padding-right: 5px;
    text-align: center;
    font-size: 12px;
    width: 40px;
    float: left;
    line-height: 34px
}

.container-all .tit-right .tit-txt ul li::before {
    content: '';
    float: left;
    margin-top: 16px;
    display: block;
    width: 3px;
    height: 3px;
    background: #e0b692;
    border-radius: 3px
}

.container-all .tit-right #NIE-share {
    float: right;
    height: 20px;
    margin-left: 0;
    margin-top: -8px;
    padding: 0
}

.container-all .tit-right #NIE-share .NIE-share-txt {
    margin-top: 16px;
    color: #e0b692
}

.container-all .tit-right #NIE-share .NIE-share-txt::before {
    content: '';
    float: left;
    margin-right: 6px;
    margin-top: 8px;
    display: block;
    width: 3px;
    height: 3px;
    background: #e0b692;
    border-radius: 3px
}

.container-all .tit-right #NIE-share .NIE-share-iconBtn a {
    color: #e0b692
}

.container-all .tit-right #NIE-share .NIE-share-iconBtn a:hover {
    color: #ffe2c8
}

.container-all .tit-right #NIE-share .NIE-share {
    width: 200px
}

.container-all .tit-right #NIE-share .NIE-share .NIE-share-iconBtn li {
    width: 20px;
    margin-left: 4px;
    margin-top: 15px
}

.container-all .tit-right #NIE-share .NIE-share-more {
    top: 50px;
    right: 50px
}

.container-all .dh-all {
    position: fixed;
    left: 50%;
    margin-top: 50px;
    margin-left: -530px
}

.container-all .dh-all.on {
    position: absolute;
    left: 0;
    margin-left: 100px
}

.container-all .dh-all .logo {
    display: block;
    width: 216px;
    height: 95px;
    background: url(../image/logo.png) center no-repeat
}

.container-all .dh-all .dh-ul {
    margin: 45px 0 0 -14px
}

.container-all .dh-all .dh-ul .dh-li {
    width: 234px;
    height: 49px;
    margin-top: 20px
}

@-webkit-keyframes btn-move {
    0% {
        -webkit-transform: translate(-50px,0);
        -moz-transform: translate(-50px,0);
        -ms-transform: translate(-50px,0);
        -o-transform: translate(-50px,0);
        transform: translate(-50px,0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-moz-keyframes btn-move {
    0% {
        -webkit-transform: translate(-50px,0);
        -moz-transform: translate(-50px,0);
        -ms-transform: translate(-50px,0);
        -o-transform: translate(-50px,0);
        transform: translate(-50px,0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-ms-keyframes btn-move {
    0% {
        -webkit-transform: translate(-50px,0);
        -moz-transform: translate(-50px,0);
        -ms-transform: translate(-50px,0);
        -o-transform: translate(-50px,0);
        transform: translate(-50px,0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-o-keyframes btn-move {
    0% {
        -webkit-transform: translate(-50px,0);
        -moz-transform: translate(-50px,0);
        -ms-transform: translate(-50px,0);
        -o-transform: translate(-50px,0);
        transform: translate(-50px,0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes btn-move {
    0% {
        -webkit-transform: translate(-50px,0);
        -moz-transform: translate(-50px,0);
        -ms-transform: translate(-50px,0);
        -o-transform: translate(-50px,0);
        transform: translate(-50px,0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }
}

.container-all .dh-all .dh-ul .dh-li {
    height: 60px;
}

.container-all .dh-all .dh-ul .dh-li.li01 {
    -webkit-animation: btn-move 1s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s backwards 300ms 0 ease;
    -ms-animation: btn-move 1s backwards 300ms 0 ease;
    animation: btn-move 1s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s backwards;
    -webkit-animation: btn-move 1s backwards;
    -o-animation: btn-move 1s backwards;
    -ms-animation: btn-move 1s backwards;
    animation: btn-move 1s backwards;
    background: url(../image/titlebg.png) 0px 0px no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.container-all .dh-all .dh-ul .dh-li.li01:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: url(../image/titlebg.png) 214px 0px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li01.on {
    background: url(../image/titlebg.png) 214px 0px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li02 {
    -webkit-animation: btn-move 1s .1s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s .1s backwards 300ms 0 ease;
    -ms-animation: btn-move 1s .1s backwards 300ms 0 ease;
    animation: btn-move 1s .1s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s .1s backwards;
    -webkit-animation: btn-move 1s .1s backwards;
    -o-animation: btn-move 1s .1s backwards;
    -ms-animation: btn-move 1s .1s backwards;
    animation: btn-move 1s .1s backwards;
    background: url(../image/titlebg.png) 72px 0px no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.container-all .dh-all .dh-ul .dh-li.li02:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: url(../image/titlebg.png) 72px -72px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li02.on {
    background: url(../image/titlebg.png) 72px -72px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li03 {
    -webkit-animation: btn-move 1s .2s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s .2s backwards 300ms 0 ease;
    -ms-animation: btn-move 1s .2s backwards 300ms 0 ease;
    animation: btn-move 1s .2s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s .2s backwards;
    -webkit-animation: btn-move 1s .2s backwards;
    -o-animation: btn-move 1s .2s backwards;
    -ms-animation: btn-move 1s .2s backwards;
    animation: btn-move 1s .2s backwards;
    background: url(../../../www.898wanjie.pw/images/btn03_bbfad16.png) center no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.container-all .dh-all .dh-ul .dh-li.li03:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: url(../../../www.898wanjie.pw/images/btn03_on_a4af611.png) center no-repeat
}

.container-all .dh-all .dh-ul .dh-li.li03.on {
    background: url(../../../www.898wanjie.pw/images/btn03_on_a4af611.png) center no-repeat
}

.container-all .dh-all .dh-ul .dh-li.li04 {
    -webkit-animation: btn-move 1s .3s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s .3s backwards 300ms 0 ease;
    -ms-animation: btn-move 1s .3s backwards 300ms 0 ease;
    animation: btn-move 1s .3s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s .3s backwards;
    -webkit-animation: btn-move 1s .3s backwards;
    -o-animation: btn-move 1s .3s backwards;
    -ms-animation: btn-move 1s .3s backwards;
    animation: btn-move 1s .3s backwards;
    background: url(../../../www.898wanjie.pw/images/btn04_c65148b.png) center no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.container-all .dh-all .dh-ul .dh-li.li04:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: url(../../../www.898wanjie.pw/images/btn04_on_32e3e99.png) center no-repeat
}

.container-all .dh-all .dh-ul .dh-li.li04.on {
    background: url(../../../www.898wanjie.pw/images/btn04_on_32e3e99.png) center no-repeat
}

.container-all .dh-all .dh-ul .dh-li.li05 {
    -webkit-animation: btn-move 1s .4s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s .4s backwards 300ms 0 ease;
    -ms-animation: btn-move 1s .4s backwards 300ms 0 ease;
    animation: btn-move 1s .4s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s .4s backwards;
    -webkit-animation: btn-move 1s .4s backwards;
    -o-animation: btn-move 1s .4s backwards;
    -ms-animation: btn-move 1s .4s backwards;
    animation: btn-move 1s .4s backwards;
    background: url(../../../www.898wanjie.pw/images/btn05_478a8d8.png) center no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.container-all .dh-all .dh-ul .dh-li.li05:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: url(../../../www.898wanjie.pw/images/btn05_on_27cd6a0.png) center no-repeat
}

.container-all .dh-all .dh-ul .dh-li.li05.on {
    background: url(../../../www.898wanjie.pw/images/btn05_on_27cd6a0.png) center no-repeat
}

.container-all .dh-all .dh-ul .dh-li.li06 {
    -webkit-animation: btn-move 1s .5s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s .5s backwards 300ms 0 ease;
    -ms-animation: btn-move 1s .5s backwards 300ms 0 ease;
    animation: btn-move 1s .5s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s .5s backwards;
    -webkit-animation: btn-move 1s .5s backwards;
    -o-animation: btn-move 1s .5s backwards;
    -ms-animation: btn-move 1s .5s backwards;
    animation: btn-move 1s .5s backwards;
    background: url(../../../www.898wanjie.pw/images/btn06_9c8b5b2.png) center no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.container-all .dh-all .dh-ul .dh-li.li06:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: url(../../../www.898wanjie.pw/images/btn06_on_d342c2c.png) center no-repeat
}

.container-all .dh-all .dh-ul .dh-li.li06.on {
    background: url(../../../www.898wanjie.pw/images/btn06_on_d342c2c.png) center no-repeat
}

.container-all .dh-all .dh-ul .dh-li.li07 {
    -webkit-animation: btn-move 1s .6s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s .6s backwards 300ms 0 ease;
    -ms-animation: btn-move 1s .6s backwards 300ms 0 ease;
    animation: btn-move 1s .6s backwards 300ms 0 ease;
    -moz-animation: btn-move 1s .6s backwards;
    -webkit-animation: btn-move 1s .6s backwards;
    -o-animation: btn-move 1s .6s backwards;
    -ms-animation: btn-move 1s .6s backwards;
    animation: btn-move 1s .6s backwards;
    background: url(../../../www.898wanjie.pw/images/btn-back_34eed7d.png) center no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.container-all .dh-all .dh-ul .dh-li.li07:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: url(../../../www.898wanjie.pw/images/btn-back_on_70082d9.png) center no-repeat
}

.container-all .dh-all .dh-ul .dh-li.li01 {
    background: url(../image/titlebg.png) 0 -10px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li02 {
    background: url(../image/titlebg.png) 0 -70px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li03 {
    background: url(../image/titlebg.png) 0 -134px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li04 {
    background: url(../image/titlebg.png) 0 -194px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li05 {
    background: url(../image/titlebg.png) 0 -258px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li01.on,.container-all .dh-all .dh-ul .dh-li.li01:hover {
    background: url(../image/titlebg.png) -252px -10px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li02.on,.container-all .dh-all .dh-ul .dh-li.li02:hover {
    background: url(../image/titlebg.png) -252px -70px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li03.on,.container-all .dh-all .dh-ul .dh-li.li03:hover {
    background: url(../image/titlebg.png) -252px -134px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li04.on,.container-all .dh-all .dh-ul .dh-li.li04:hover {
    background: url(../image/titlebg.png) -252px -194px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li.li05.on,.container-all .dh-all .dh-ul .dh-li.li05:hover {
    background: url(../image/titlebg.png) -252px -258px no-repeat;
}

.container-all .dh-all .dh-ul .dh-li .btns-cli {
    width: 100%;
    height: 100%;
    display: block
}

.container-all .show-txt {
    width: 880px;
    height: 780px;
    position: relative;
    left: 50%;
    top: 150px;
    margin-left: -300px
}

.container-all .show-txt h2 {
    color: #e26b5a;
    font-size: 40px;
    line-height: 105px;
    text-align: center;
    width: 520px;
    height: 105px;
    margin: 0 auto;
    /*background: url(../images/tit-bg_a068a87.png) center center no-repeat;*/
    background: url(../image/daoyubg.png) center center no-repeat;
}

.container-all .show-txt h3 {
    color: #fef5c8;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    width: 190px;
    height: 48px;
    margin: 40px auto 0;
    background: url(../../../www.898wanjie.pw/images/txt-tit_bg_d493748.png) center no-repeat
}

.container-all .show-txt h3::before {
    content: 'aaa';
    color: rgba(0,0,0,0);
    background: url(../../../www.898wanjie.pw/images/txt-tit_icon_eea792d.png) center no-repeat
}

.container-all .show-txt h3::after {
    content: 'aaa';
    color: rgba(0,0,0,0);
    background: url(../../../www.898wanjie.pw/images/txt-tit_icon_eea792d.png) center no-repeat
}

.container-all .show-txt h4 {
    margin-top: 35px;
    color: #e26b5a;
    font-size: 20px;
    font-weight: 700
}

.container-all .show-txt img {
    display: block;
    width: 600px;
    height: 360px;
    margin: 20px auto 0
}

.container-all .show-txt .txt-all {
    margin-left: 30px;
    line-height: 25px;
    background: #fff6f5;
    border-radius: 30px;
    border: 2px dotted #f4bfc7;
    margin-top: 50px;
    padding: 0 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.container-all .show-txt .txt-all p {
    color: #857dec;
}

.container-all .show-txt .txt-all.bot {
    padding-bottom: 30px
}

.container-all .show-txt .txt-all img {
    width: 700px;
    height: auto
}

.container-all .show-txt .txt-all img.erweima {
    width: 280px;
    height: 280px
}

.container-all .show-txt .txt-all img.erweima.bot {
    padding-bottom: 30px
}

.container-all .show-txt .txt-all .txt-tit {
    margin-top: 35px;
    color: #e26b5a;
    font-size: 16px;
    font-weight: 700
}

.container-all .show-txt .txt-all .txt-txt {
    text-indent: 2em;
    color: #e3e3e3;
    font-size: 16px
}

.container-all .show-txt .txt-all .txt-txt .imp {
    color: #e26b5a
}

.container-all .show-txt .txt-all .pic-txt {
    color: #e3e3e3;
    font-size: 16px;
    text-align: center;
    margin-top: 10px
}

.container-all .show-txt .txt-all table {
    width: 800px;
    height: auto;
    font-size: 16px;
    margin: 10px auto;
    background: #2d1a12;
    border-collapse: collapse;
    border-spacing: 0
}

.container-all .show-txt .txt-all table tr {
    height: 70px;
    border-bottom: solid 1px #52382c
}

.container-all .show-txt .txt-all table tr th {
    background: #732e24;
    min-width: 100px;
    max-width: 200px;
    color: #fff;
    padding: 5px 0
}

.container-all .show-txt .txt-all table tr th.on::before {
    content: '';
    position: absolute;
    display: block;
    height: 26px;
    width: 5px;
    border-left: #cecece 1px solid;
    box-sizing: border-box
}

.container-all .show-txt .txt-all table tr td {
    min-width: 100px;
    max-width: 200px;
    color: #cecece;
    text-align: center;
    padding: 10px
}

.container-all .show-txt .txt-all table tr td.on {
    background: #381e13
}

.container-all .btn-bot {
    position: fixed;
    width: 166px;
    height: 30px;
    background: #fff;
    color: #66402c;
    font-size: 14px;
    bottom: 40px;
    right: 50px;
    z-index: 101;
    background: url(../../../www.898wanjie.pw/images/bq-show_f6ca7a6.png) center no-repeat;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.container-all .btn-bot:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.container-all .btn-bot.on {
    background: url(../../../www.898wanjie.pw/images/bq-hide_810c76a.png) center no-repeat
}

.footer {
    position: fixed;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -100%
}

.footer.on {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: 0!important
}

@-webkit-keyframes btn-move2 {
    0% {
        -webkit-transform: translate(0,-50px);
        -moz-transform: translate(0,-50px);
        -ms-transform: translate(0,-50px);
        -o-transform: translate(-0,-50px);
        transform: translate(0,-50px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-moz-keyframes btn-move2 {
    0% {
        -webkit-transform: translate(0,-50px);
        -moz-transform: translate(0,-50px);
        -ms-transform: translate(0,-50px);
        -o-transform: translate(-0,-50px);
        transform: translate(0,-50px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-ms-keyframes btn-move2 {
    0% {
        -webkit-transform: translate(0,-50px);
        -moz-transform: translate(0,-50px);
        -ms-transform: translate(0,-50px);
        -o-transform: translate(-0,-50px);
        transform: translate(0,-50px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-o-keyframes btn-move2 {
    0% {
        -webkit-transform: translate(0,-50px);
        -moz-transform: translate(0,-50px);
        -ms-transform: translate(0,-50px);
        -o-transform: translate(-0,-50px);
        transform: translate(0,-50px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes btn-move2 {
    0% {
        -webkit-transform: translate(0,-50px);
        -moz-transform: translate(0,-50px);
        -ms-transform: translate(0,-50px);
        -o-transform: translate(-0,-50px);
        transform: translate(0,-50px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }
}

.down {
    display: inline-block;
    background: url(../image/com.png);
    background-position: -70px -975px;
    width: 190px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    -webkit-animation: btn-move2 1s .6s backwards 300ms 0 ease;
    -moz-animation: btn-move2 1s .6s backwards 300ms 0 ease;
    -ms-animation: btn-move2 1s .6s backwards 300ms 0 ease;
    animation: btn-move2 1s .6s backwards 300ms 0 ease;
    -moz-animation: btn-move2 1s .6s backwards;
    -webkit-animation: btn-move2 1s .6s backwards;
    -o-animation: btn-move2 1s .6s backwards;
    -ms-animation: btn-move2 1s .6s backwards;
    animation: btn-move2 1s .6s backwards;
}

.down:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-position: -259px -975px;
}
