﻿@charset "utf-8";

/*-----------------初始化---------------------*/

* {
    padding: 0;
    margin: 0;
    border: none;
}

html,
body {
    color: #333;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    min-width: 1200px;
}

ul,
ol,
li {
    list-style: none;
}

var,
em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    display: inline;
    border: 0 none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
    font-size: 12px;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.w1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}


/*page1*/

.page1 {
    position: relative;
    height: 2187px;
    background: url("../img/page1.jpg") no-repeat center top;
    overflow: hidden;
}

.logo {
    position: absolute;
    top: 27px;
    left: 6px;
    width: 241px;
    height: 139px;
    display: inline-block;
    background: url(../img/logo.png) no-repeat;
}

.btn-enter {
    position: absolute;
    right: -2%;
    top: 26px;
}

    .btn-enter .enter-web {
        display: inline-block;
        width: 46px;
        height: 46px;
        background: url(../img/btn_enter.png) no-repeat 0px 0px;
    }

    .btn-enter .enter-game {
        display: inline-block;
        width: 46px;
        height: 46px;
        background: url(../img/btn_enter.png) no-repeat -54px 0px;
    }

    .btn-enter .enter-web:hover {
        background: url(../img/btn_enter1.png) no-repeat 0px 0px;
    }

    .btn-enter .enter-game:hover {
        background: url(../img/btn_enter1.png) no-repeat -54px 0px;
    }

.time {
    color: #ffea8b;
    text-align: center;
    width: 430px;
    position: absolute;
    left: 32%;
    top: 332px;
    height: 28px;
    line-height: 26px;
    font-size: 18px;
    background: -webkit-linear-gradient(left, #ffba58, #fff1bd, #ffba58);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rank1-person {
    position: absolute;
    width: 961px;
    height: 606px;
    left: -5%;
    top: 778px;
    background: url(../img/person1.png) no-repeat;
    -webkit-animation: jpd-motion 2s steps(19) infinite;
    -moz-animation: jpd-motion 2s steps(19) infinite;
    -ms-animation: jpd-motion 2s steps(19) infinite;
    animation: jpd-motion 2s steps(19) infinite;
    z-index: 0;
}

@-webkit-keyframes jpd-motion {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: -18259px 0px
    }
}

@-moz-keyframes jpd-motion {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: -18259px 0px
    }
}

@-o-keyframes jpd-motion {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: -18259px 0px
    }
}

@keyframes jpd-motion {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: -18259px 0px
    }
}

.rank2-person {
    position: absolute;
    width: 800px;
    height: 800px;
    left: -22%;
    top: 795px;
    background: url(../img/person2.png) no-repeat;
    -webkit-animation: jps-motion 2s steps(19) infinite;
    -moz-animation: jps-motion 2s steps(19) infinite;
    -ms-animation: jps-motion 1s steps(19) infinite;
    animation: jps-motion 2s steps(19) infinite;
}

@-webkit-keyframes jps-motion {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: -15200px 0px
    }
}

@-moz-keyframes jps-motion {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: -15200px 0px
    }
}

@-o-keyframes jps-motion {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: -15200px 0px
    }
}

@keyframes jps-motion {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: -15200px 0px
    }
}

.rank3-person {
    position: absolute;
    width: 800px;
    height: 600px;
    left: 44.3%;
    top: 954px;
    background: url(../img/person3.png) no-repeat;
    -webkit-animation: jp-motion 2s steps(10) infinite;
    -moz-animation: jp-motion 2s steps(10) infinite;
    -ms-animation: jp-motion 2s steps(10) infinite;
    animation: jp-motion 2s steps(10) infinite;
}

@-webkit-keyframes jp-motion {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: -8000px 0px
    }
}

@-moz-keyframes jp-motion {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: -8000px 0px
    }
}

@-o-keyframes jp-motion {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: -8000px 0px
    }
}

@keyframes jp-motion {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: -8000px 0px
    }
}

.rank1-cover {
    position: absolute;
    width: 249px;
    height: 184px;
    left: 39.6%;
    top: 1232px;
    background: url(../img/cover1.png) no-repeat;
}

.rank2-cover {
    position: absolute;
    width: 249px;
    height: 184px;
    left: 10.2%;
    top: 1385px;
    background: url(../img/cover2.png) no-repeat;
}

.rank3-cover {
    position: absolute;
    width: 249px;
    height: 184px;
    left: 69.2%;
    top: 1385px;
    background: url(../img/cover3.png) no-repeat;
}

.rank li {
    position: absolute;
    text-align: center;
    width: 182px;
    color: #80401e;
}

    .rank li h3 {
        font-weight: normal;
        font-size: 14px;
        color: #f05850;
    }

    .rank li p {
        font-weight: bold;
        font-size: 16px;
        line-height: 8px;
        margin-top: 6px;
        color: #ffe858;
    }

    .rank li.rank1 h3,
    .rank li.rank2 h3,
    .rank li.rank3 h3 {
        font-weight: normal;
        font-size: 16px;
        color: #f05850;
    }

    .rank li.rank1 p,
    .rank li.rank2 p,
    .rank li.rank3 p {
        font-weight: bold;
        font-size: 20px;
        color: #ffe858;
        line-height: 26px;
        margin-top: 0;
    }

    .rank li.rank1 {
        width: 260px;
        top: 1312px;
        left: 470px;
        z-index: 4;
    }

    .rank li.rank2 {
        width: 260px;
        top: 1461px;
        left: 116px;
    }

    .rank li.rank3 {
        width: 260px;
        top: 1460px;
        left: 824px;
    }

    .rank li.rank4 {
        top: 1768px;
        left: 116px;
    }

    .rank li.rank5 {
        top: 1723px;
        left: 379px;
    }

    .rank li.rank6 {
        top: 1723px;
        left: 639px;
    }

    .rank li.rank7 {
        top: 1773px;
        left: 898px;
    }

    .rank li.rank8 {
        top: 2038px;
        left: 246px;
    }

    .rank li.rank9 {
        top: 2038px;
        left: 508px;
    }

    .rank li.rank10 {
        top: 2038px;
        left: 770px;
    }


/*page2*/

.page2 {
    position: relative;
    height: 845px;
    background: url("../img/page2.jpg") no-repeat center top;
    overflow: hidden;
}

.ta {
    position: absolute;
    top: 109px;
    left: 191px;
    border-collapse: collapse;
    color: #d19c69;
}

    .ta tr td {
        text-align: center;
        line-height: 49px;
        font-size: 16px;
    }
    .ta tr td:first-child{opacity: 0;}
        .ta tr td.num {
            text-indent: -9999px;
        }

    .ta tr th {
        text-align: center;
        line-height: 51px;
        font-size: 18px;
        text-indent: -9999px;
    }


/*page3*/

.page3 {
    position: relative;
    height: 1580px;
    background: url("../img/page3.jpg") no-repeat center top;
    overflow: hidden;
}

.hdjl-sm {
    position: absolute;
    top: 268px;
    left: 56px;
    font-size: 15px;
    line-height: 34px;
    color: #ffedb6;
    width: 617px;
}

.click_get {
    position: absolute;
    top: 512px;
    left: 911px;
    width: 165px;
    height: 45px;
    cursor: pointer;
    background: url(../img/click_get.png) no-repeat;
}

    .click_get:hover {
        background: url(../img/click_get_h.png) no-repeat;
    }

.lunbo-box {
    width: 208px;
    height: 102px;
    position: absolute;
    left: 129px;
    top: 521px;
    cursor: pointer;
    background: url(../img/kaung_bg.png) no-repeat 0 0;
    -webkit-animation: lb-motion 2s steps(29) infinite;
    -moz-animation: lb-motion 2s steps(29) infinite;
    animation: lb-motion 2s steps(29) infinite;
}

.lunbo-box2 {
    left: 495px;
    top: 480px;
}

.lunbo-box3 {
    left: 866px;
    top: 520px;
}

.lunbo-box li {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 68px;
    top: 14px;
    display: none
}

    .lunbo-box li.on {
        display: block;
    }

    .lunbo-box li.t1 {
        background: url(../img/jl/1.png) no-repeat
    }

    .lunbo-box li.t2 {
        background: url(../img/jl/2.png) no-repeat
    }

    .lunbo-box li.t3 {
        background: url(../img/jl/3.png) no-repeat
    }

    .lunbo-box li.t4 {
        background: url(../img/jl/4.png) no-repeat
    }

    .lunbo-box li.t5 {
        width: 102px;
        height: 54px;
        left: 52px;
        top: 29px;
        background: url(../img/jl/5.png) no-repeat;
    }
.lunbo-box li.t6 { background: url(../img/jl/6.png) no-repeat }
.lunbo-box li.t7 { background: url(../img/jl/7.png) no-repeat }
.lunbo-box li.t8 { background: url(../img/jl/8.png) no-repeat }
.lunbo-box li.t9 { background: url(../img/jl/9.png) no-repeat;width: 155px;height: 54px;left: 25px;top: 20px; }
.lunbo-box2 .show_attr {
    position: absolute;
    width: 531px;
    height: 238px;
    z-index: 1;
    left: 180px;
    top: -58px;
    background: url(../img/show.png) no-repeat;
    display: none;
}

.lunbo-box2:hover .show_attr {
    display: block;
}

@-webkit-keyframes lb-motion {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -6032px 0;
    }
}

@-moz-keyframes lb-motion {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -6032px 0;
    }
}

@-ms-keyframes lb-motion {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -6032px 0;
    }
}

@-o-keyframes lb-motion {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -6032px 0;
    }
}

@keyframes pf-motion1 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -2086px 0;
    }
}

.slideTxtBox {
    width: 135px;
    height: 85px;
    position: absolute;
    left: 37%;
    top: 263px;
    cursor: pointer;
    -webkit-animation: pic 2s steps(10) infinite;
    -moz-animation: pic 2s steps(10) infinite;
    animation: pic 2s steps(10) infinite;
}

@-webkit-keyframes pic {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -1350px 0;
    }
}

@-moz-keyframes pic {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -1350px 0;
    }
}

@-ms-keyframes pic {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -1350px 0;
    }
}

@-o-keyframes pic {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -1350px 0;
    }
}

@keyframes pic {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -1350px 0;
    }
}

.slideTxtBox1 {
    width: 138px;
    height: 101px;
    left: 113px;
    top: 629px;
    background: url(../img/pic1.png) no-repeat;
    -webkit-animation: pic1 2s steps(8) infinite;
    -moz-animation: pic1 2s steps(8) infinite;
    animation: pic1 2s steps(8) infinite;
}

@-webkit-keyframes pic1 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -1104px 0;
    }
}

@-moz-keyframes pic1 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -1104px 0;
    }
}

@-ms-keyframes pic1 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -1104px 0;
    }
}

@-o-keyframes pic1 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -1104px 0;
    }
}

@keyframes pic1 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -1104px 0;
    }
}

.zi {
    position: absolute;
    width: 226px;
    height: 40px;
    left: 122px;
    top: 612px;
    background: url(../img/zi.png) no-repeat;
}

.zi1 {
    background-position: 0px -30px;
}

.zi2 {
    background-position: -368px 0px;
    left: 492px;
    top: 572px;
}

.zi3 {
    background-position: -732px -40px;
    left: 860px;
    top: 612px;
}

.slideTxtBox11 {
    left: 478px;
    top: 590px;
}

.slideTxtBox111 {
    left: 852px;
    top: 630px;
}

.slideTxtBox2 {
    left: 584px;
    top: 612px;
    background: url(../img/pic2.png) no-repeat;
}

.slideTxtBox3 {
    left: 957px;
    top: 646px;
    background: url(../img/pic3.png) no-repeat;
}

.slideTxtBox4 {
    left: 226px;
    top: 657px;
    background: url(../img/pic4.png) no-repeat;
}

.slideTxtBox .shine_box {
    width: 239px;
    height: 307px;
    z-index: 5;
    -webkit-animation: pf-motion 2s steps(7) infinite;
    -moz-animation: pf-motion 2s steps(7) infinite;
    animation: pf-motion 2s steps(7) infinite;
    position: absolute;
    left: 22px;
    top: -161px;
    display: none;
}

.slideTxtBox .shine_box1 {
    width: 298px;
    height: 327px;
    background: url(../img/shine_pic1.png) no-repeat 0 0;
    -webkit-animation: pf-motion1 2s steps(7) infinite;
    -moz-animation: pf-motion1 2s steps(7) infinite;
    animation: pf-motion1 2s steps(7) infinite;
}

.slideTxtBox .shine_box2 {
    width: 338px;
    height: 177px;
    left: 31px;
    top: -44px;
    background: url(../img/shine_pic2.png) no-repeat 0 0;
    -webkit-animation: pf-motion2 2s steps(9) infinite;
    -moz-animation: pf-motion2 2s steps(9) infinite;
    animation: pf-motion2 2s steps(9) infinite;
}

.slideTxtBox .shine_box3 {
    width: 246px;
    height: 147px;
    background: url(../img/shine_pic3.png) no-repeat 0 0;
    left: 83px;
    top: -31px;
    -webkit-animation: pf-motion3 2s steps(9) infinite;
    -moz-animation: pf-motion3 2s steps(9) infinite;
    animation: pf-motion3 2s steps(9) infinite;
}

.slideTxtBox .shine_box4 {
    width: 341px;
    height: 142px;
    left: 40px;
    top: -32px;
    background: url(../img/shine_pic4.png) no-repeat 0 0;
    -webkit-animation: pf-motion4 2s steps(9) infinite;
    -moz-animation: pf-motion4 2s steps(9) infinite;
    animation: pf-motion4 2s steps(9) infinite;
}

.slideTxtBox .alert-price1 {
    width: 545px;
    height: 185px;
    position: absolute;
    left: 90px;
    top: -47px;
    background: url(../img/alert-price1.png);
    z-index: 1;
    display: none;
    background-size: 100% 100%;
}

.slideTxtBox .alert-price2 {
    width: 492px;
    height: 223px;
    position: absolute;
    left: 81px;
    top: -67px;
    z-index: 1;
    background: url(../img/alert-price2.png);
    display: none;
}

.slideTxtBox .alert-price3 {
    width: 492px;
    height: 223px;
    position: absolute;
    left: 81px;
    top: -67px;
    background: url(../img/alert-price3.png);
    display: none;
}

.slideTxtBox .alert-price4 {
    width: 492px;
    height: 223px;
    position: absolute;
    left: 81px;
    top: -67px;
    background: url(../img/alert-price4.png);
    display: none;
}

.slideTxtBox:hover .alert-price {
    display: block;
}

.slideTxtBox:hover .shine_box {
    display: block;
}

.slideTxtBox-down {
    width: 257px;
    height: 117px;
    position: absolute;
    left: 39%;
    top: 710px;
    cursor: pointer;
}

    .slideTxtBox-down .alert-price-down {
        width: 212px;
        height: 362px;
        position: absolute;
        left: 102.8%;
        top: -104px;
        background: url("../img/alert-price1.png");
        display: none;
        z-index: 999;
    }

    .slideTxtBox-down:hover .alert-price-down {
        display: block;
    }

@-webkit-keyframes pf-motion1 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -2086px 0;
    }
}

@-moz-keyframes pf-motion1 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -2086px 0;
    }
}

@-ms-keyframes pf-motion1 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -2086px 0;
    }
}

@-o-keyframes pf-motion1 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -2086px 0;
    }
}

@keyframes pf-motion1 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -2086px 0;
    }
}

@-webkit-keyframes pf-motion2 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3042px 0;
    }
}

@-moz-keyframes pf-motion2 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3042px 0;
    }
}

@-ms-keyframes pf-motion2 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3042px 0;
    }
}

@-o-keyframes pf-motion2 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3042px 0;
    }
}

@keyframes pf-motion2 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3042px 0;
    }
}

@-webkit-keyframes pf-motion3 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -2214px 0;
    }
}

@-moz-keyframes pf-motion3 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -2214px 0;
    }
}

@-ms-keyframes pf-motion3 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -2214px 0;
    }
}

@-o-keyframes pf-motion3 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -2214px 0;
    }
}

@keyframes pf-motion3 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -2214px 0;
    }
}

@-webkit-keyframes pf-motion4 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3069px 0;
    }
}

@-moz-keyframes pf-motion4 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3069px 0;
    }
}

@-ms-keyframes pf-motion4 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3069px 0;
    }
}

@-o-keyframes pf-motion4 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3069px 0;
    }
}

@keyframes pf-motion4 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3069px 0;
    }
}


/*page4*/

.page4 {
    position: relative;
    height: 829px;
    background: url("../img/page4.jpg") no-repeat center top;
    overflow: hidden;
}

.faq {
    position: absolute;
    top: 246px;
    left: 550px;
    width: 520px;
}

    .faq li {
        float: left;
        width: 100%;
        line-height: 26px;
        margin-bottom: 16px;
        font-size: 14px;
    }

        .faq li p {
            color: #ff3300;
        }

        .faq li div {
            color: #80604f;
        }


/*底部*/


/*foot*/

.wrapper-footer {
    width: 100%;
    background: #1a0202;
    height: 202px;
    border-bottom: 3px solid #1a0202
}

.wrapper-inner {
    width: 1000px;
    margin: 0 auto;
    position: relative
}

    .wrapper-inner .qr-left {
        float: left;
        width: 282px;
        height: 138px;
        background: url(../img/footer_qr.png) no-repeat;
        margin: 30px 0 0 90px
    }

    .wrapper-inner .f-info-right {
        float: right;
        width: 500px;
        height: 40px;
        margin: 35px 40px 0 0;
        text-align: center
    }

.f-info-right .footer-logo {
    display: block;
    width: 127px;
    height: 45px;
    margin: 10px auto
}

.f-info-right p {
    color: #fff;
    line-height: 30px
}


/*弹层*/

.alert-wrap {
    width: 100%;
    height: 100%;
    display: none;
}

    .alert-wrap .shadow-box {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: #000;
        -webkit-opacity: 0.3;
        -khtml-opacity: 0.3;
        -moz-opacity: 0.3;
        filter: alpha(opacity=30);
        opacity: .5;
        z-index: 10;
    }

    .alert-wrap .msg-alert {
        position: fixed;
        z-index: 999;
        left: 50%;
        margin-left: -342px;
        top: 32%;
        margin-top: -81px;
        width: 613px;
        height: 337px;
        padding: 4px 20px 20px 20px;
        background: url("../img/alert_bg.png") no-repeat;
        display: none;
    }

        .alert-wrap .msg-alert .msg-tit h3 {
            line-height: 71px;
            height: 70px;
            color: #ffc17e;
            font-size: 35px;
            font-weight: 550;
            letter-spacing: 2px;
            text-align: center;
            padding: 0px 20px 0;
            font-family: "宋体";
        }

.msg-alert .btn-close {
    position: absolute;
    right: 62px;
    top: 16px;
    width: 13px;
    height: 13px;
    background: url("../img/dialog_close.png");
    transition: transform .6s 0s ease;
    -webkit-transition: transform .6s 0s ease;
    -moz-transition: transform .6s 0s ease;
    -ms-transition: transform .6s 0s ease;
    z-index: 10;
}

.msg-alert .msg-tit .btn-close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.msg-alert .msg-con {
    padding: 14px 72px;
}

    .msg-alert .msg-con .tip1 {
        font-size: 20px;
        text-align: center;
        line-height: 40px;
        color: #f5f3bd;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .msg-alert .msg-con .tip11 {
        margin-top: 72px;
    }

.alert-wrap .msg-alert .msg-con .service-nav {
    width: 500px;
    margin: 37px auto;
}

    .alert-wrap .msg-alert .msg-con .service-nav select {
        width: 212px;
        height: 36px;
        color: #f5f3bd;
        background: #2d1712;
        margin-right: 49px;
        padding: 0px 4px;
        outline: 0;
        border: .01rem solid #f5f3bd;
        border-radius: 0;
        font-size: 18px;
    }

        .alert-wrap .msg-alert .msg-con .service-nav select.second {
            margin-right: 0
        }

.msg-con .row {
    padding: 0px 48px;
}

.msg-con .for-com {
    padding: 10px 0 0;
}

.msg-con .row span {
    color: #f9ce8c;
    font-size: 14px;
    line-height: 25px;
    float: left;
    display: inline-block;
    min-width: 108px;
    text-align: right;
}

.msg-con .for-com span {
    min-width: 120px;
    font-size: 15px;
}

.msg-con .row input {
    width: 194px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    background: none;
    outline: none;
    border: none;
    color: #f9ce8c;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.msg-con .row select {
    width: 254px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-left: 10px;
    padding-left: 10px;
    background: #fff;
    outline: 1px solid #fcc938;
    border: 1px solid #f1d497;
    color: #958c8c;
}

.msg-con .for-com input,
.msg-con .for-com select {
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #fff;
    width: 280px;
}

.msg-con .for-com select {
    width: 290px;
}

.msg-con .row .btn-copy {
    left: 371px;
    top: 98px;
    width: 68px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #f9ce8c;
    text-decoration: underline;
    text-align: center;
}

    .msg-con .row .btn-copy:hover {
        background: #fff;
        color: #ffb24e;
    }

.msg-alert .msg-con .tip2 {
    color: #f9ce8c;
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    margin-top: 15px;
}

    .msg-alert .msg-con .tip2 span {
        color: #faee10;
    }

.msg-alert .msg-con .tip4 {
    line-height: 26px;
    text-align: left;
    padding: 0 25px;
    font-size: 15px;
    color: #f9c72c;
}

.msg-alert .msg-con .tip5 {
    color: #333;
    line-height: 28px;
    text-align: center;
}

.msg-alert .msg-con .tip3 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}

.msg-alert .msg-con .btn-alert {
    text-indent: -9999px;
    position: absolute;
    display: block;
    width: 162px;
    height: 42px;
    left: 50%;
    margin-left: -80px;
    bottom: 62px;
    background: url(../img/alert_btn.png) no-repeat;
}

    .msg-alert .msg-con .btn-alert:hover {
        background: url(../img/alert_btn_h.png) no-repeat;
    }

.msg-con table {
    margin: 15px auto 12px;
    border-collapse: collapse;
    min-width: 504px;
}

    .msg-con table th,
    .msg-con table td,
    .msg-con table tr {
        border: 1px solid #f9ca36;
        line-height: 24px;
        height: 24px;
        vertical-align: middle;
        padding: 3px 12px 2px;
        text-align: center;
    }

    .msg-con table th {
        font-size: 14px;
        color: #f9eb8a;
    }

    .msg-con table td {
        font-size: 13px;
        color: #fff;
    }

.msg-alert .page-list {
    padding: 12px 30px;
    text-align: center;
    margin-top: 0;
}

    .msg-alert .page-list span,
    .msg-alert .public_page a {
        color: #c5b4b4;
        line-height: 26px;
        padding: 2px 8px;
        font-size: 14px;
        background: #811810;
        box-shadow: none;
        margin: 0 6px;
        cursor: pointer;
        border: 2px solid #811810;
    }

        .msg-alert .page-list span:hover,
        .msg-alert .public_page a:hover,
        .msg-alert .public_page a.current {
            background: #fff;
            color: #811810;
            border: 2px solid #f0c874;
        }

.msg-alert .list-lucky-g {
    margin: 0 20px;
}

    .msg-alert .list-lucky-g li {
        width: 50%;
        float: left;
        text-indent: 50px;
        line-height: 26px;
        height: 26px;
        color: #e5bc7c;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


/*侧边栏*/

.floatNav {
    position: fixed;
    top: 246px;
    right: 88px;
    width: 176px;
    height: 284px;
    z-index: 9999;
    background: url(../img/nav_bg.png) no-repeat;
}

    .floatNav .nav-item {
        position: relative;
        float: left;
        width: 100%;
        height: 65px;
        line-height: 84px;
        color: #decd99;
        cursor: pointer;
        font-size: 20px;
        text-align: center;
        overflow: visible;
        font-weight: bold;
    }

        .floatNav .nav-item:hover,
        .floatNav .nav-item.active {
            color: #ffedb6;
        }

    .floatNav .nav-item1 {
        margin-top: 15px;
    }

    .floatNav .nav-top {
        font-size: 20px;
    }

@-webkit-keyframes fish {
    0% { background-position: 0 0 }
    100% { background-position: -3200px 0; }
}
@-moz-keyframes fish {
    0% { background-position: 0 0 }
    100% { background-position: -3200px 0; }
}
@-ms-keyframes fish {
    0% { background-position: 0 0 }
    100% { background-position: -3200px 0; }
}
@-o-keyframes fish {
    0% { background-position: 0 0 }
    100% { background-position: -3200px 0; }
}
@keyframes fish {
    0% { background-position: 0 0 }
    100% { background-position: -3200px 0; }
}
.fishNav {cursor:pointer;position: fixed; bottom: 60px; left: 13px;overflow: hidden; width: 370px; height: 393px;z-index: 599;box-sizing: border-box;background: url(../img/fish-bg.png) 107px 100px no-repeat; }
.fishNav .fish-bg{width: 370px; height: 393px;background: url(../img/fish.png) 0 0 no-repeat; -webkit-animation: fish 1.8s steps(8) infinite; -moz-animation: fish 1.8s steps(8) infinite; -ms-animation: fish 1.8s steps(8) infinite; animation: fish 1.8s steps(8) infinite;}
.fishNav .fish-word{position: absolute;width: 370px;height: 50px;bottom: 113px;left: 144px;background: url(../img/fish-word.png) 0 0 no-repeat;}
