@charset "utf-8";

/* @font-face {
    font-family: 'alibaba';
    src: url('../font/Alibaba-PuHuiTi-Regular.eot');
    src: url('../font/Alibaba-PuHuiTi-Regular.eot?#font-spider') format('embedded-opentype'),
        url('../font/Alibaba-PuHuiTi-Regular.woff') format('woff'),
        url('../font/Alibaba-PuHuiTi-Regular.ttf') format('truetype'),
        url('../font/Alibaba-PuHuiTi-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} */

.min_nav {
    position: relative;
    z-index: 9999;
}


.foot {
    width: 100%;
    height: 184px;
    min-width: 1200px;
    margin: 0 auto;
    line-height: 24px;
    background: url(../images/bgfoot.jpg) center no-repeat;
    color: #fff;
}

.foot a {
    color: #fff;
}

.layui48 {
    line-height: 24px;
    text-align: center;
}

.layui48 .layui-layer-content {
    line-height: 24px;
    padding: 15px;
}

.layui48 .layui-layer-content p {
    line-height: 32px;
    font-size: 14px;
}

.player_name {
    display: inline-block;
    vertical-align: top;
    max-width: 190px;
    height: 24px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

@-webkit-keyframes myfirst {

    /* Safari 与 Chrome */
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

.blbl {
    animation: myfirst 1s infinite ease-in-out;
    -webkit-animation: myfirst 1s infinite ease-in-out;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.fix_nav {
    width: 245px;
    height: 346px;
    padding-top: 60px;
    background: url(../images/fix_navbg.png) no-repeat;
    position: fixed;
    left: 35px;
    top: 260px;
    z-index: 998;
    text-align: center;
    font-size: 18px;
}

.fix_nav .fix_nav_open {
    display: none;
    position: absolute;
    right: -34px;
    top: 128px;
    width: 34px;
    height: 150px;
    background: url(../images/fix_nav_open.png) no-repeat;
    transform: 0.5s ease-out all;
}

.fix_nav.fix_close .fix_nav_open {
    display: block;
}

.fix_nav ul {
    width: 212px;
    margin: 0 auto;
}

.fix_nav li {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #fff19b;
    cursor: pointer;
}

.fix_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff19b;
}

.fix_nav li:hover {
    color: #fff;
}

.fix_nav a:hover {
    text-decoration: none;
}

.fix_nav .nav_top {
    position: absolute;
    width: 212px;
    height: 40px;
    bottom: 10px;
}

.fix_nav .nav_kf {
    position: absolute;
    width: 212px;
    height: 86px;
    bottom: 56px;
}

.fix_nav li.fix_nav_close {
    position: absolute;
    top: 400px;
    right: 100px;
    width: 39px;
    height: 39px;
    background: #e2d9c8 url(../images/fix_nav_close.png) center no-repeat;
    background-size: 60%;
    border: 1px solid #c7a172;
    border-radius: 50%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.btn {
    display: block;
    transition: filter 0.2s linear;
    text-align: center;
    cursor: pointer;
}

.btn:hover {
    text-decoration: none;
    /* -webkit-filter: brightness(1.3); */
    /* filter: brightness(1.3); */
}

/* ---------------------------------------------样式初始化---------------------------------------- */
.wrap {
    width: 100%;
    min-width: 1280px;
    background-color: #1390c3;
    overflow: hidden;
}

.userbar {
    width: 1104px;
    padding: 16px 0 10px;
    margin: 0px auto 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.user {
    position: relative;
    width: 100%;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #fff;
}

.active-time {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 26px;
    color: #fff;
    z-index: 4;
}

.grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.box1 {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 524px;
}

.header {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    z-index: 3;
}

.head_t1,
.head_t2 {
    position: absolute;
    overflow: hidden;
    z-index: 5;
}

.head_t1 {
    left: 0;
    bottom: -28px;
    width: 100%;
    height: 206px;
    background: url(../images/t1.png) center no-repeat;
}

.free {
    position: absolute;
    top: -12px;
    left: 0;
    width: 212px;
    height: 177px;
    /* padding-top: 36px; */
    background: url(../images/free.png) no-repeat;
    z-index: 11;
}

.freeimg {
    display: block;
    margin: 40px auto 0;
}

.btn-free {
    position: absolute;
    top: 132px;
    left: 50%;
    width: 155px;
    height: 40px;
    line-height: 38px;
    margin-left: -77px;
    background: url(../images/btn_free.png) no-repeat;
    transition: all .3s linear;
    -webkit-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    -moz-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.free .tagd {
    top: 40px;
    right: 34px;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 524px;
    overflow: hidden;
    z-index: 3;
}

.bg-video video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 524px;
    margin-left: -960px;
}

/* ----------------------------------------container------------------------------------ */
.container-box {
    position: relative;
    padding-top: 12px;
    background: url(../images/bg.jpg) center top no-repeat;
}

.section-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.section1 {
    padding-top: 180px;
    margin-top: 24px;
}

.section4 {
    padding-top: 254px;
    margin-bottom: 40px;
}

.ib {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.title {
    position: relative;
    width: 1200px;
    height: 74px;
    margin: 0 auto;
    /* background: url(../images/title.png) center top no-repeat; */
    z-index: 3;
}

.title1 {
    height: 35px;
}

.title2 {
    background-position: center -35px;
}

.title3 {
    background-position: center -109px;
}

.title4 {
    margin-bottom: 44px;
    background-position: center -183px;
}



.roll-time {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #462c06;
}

.page_nav_box {
    position: relative;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    z-index: 99;
}

.page_nav_bar {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.page_nav_bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.page_nav_content {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.page_nav {
    width: 1200px;
    height: 100%;
    text-align: center;
    z-index: 9999;
}

.page_nav_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 220px;
    height: 80px;
    margin: 0 8px;
    background: url(../images/menu_default.png) center top no-repeat;
    transition: all .3s ease-out;
    cursor: pointer;
    overflow: hidden;
}

.page_nav_bar.fixed .page_nav_content {
    /* margin-top: -8px; */
    /* transform: scale(.9); */
}

.page_nav_item.active,
.page_nav_item:hover {
    background-image: url(../images/menu_hover.png);
}

.pn2 {
    background-position: 0 -80px;
}

.pn3 {
    background-position: 0 -160px;
}

.pn4 {
    background-position: 0 -240px;
}

.pn5 {
    background-position: 0 -320px;
}


/* ----------------------- VIP赠送抽奖次数 + 日志-start ---------------------------- */
.lottery-log {
    position: absolute;
    width: 330px;
    height: 122px;
    line-height: 24px;
    padding: 5px 0;
    background: url(../images/log.png) no-repeat;
    font-size: 12px;
    color: #333;
    z-index: 4;
    overflow: hidden;
}

.log2 {
    top: 0;
    right: 0;
}

.log3 {
    top: 1016px;
    right: 0;
    background-image: url(../images/log2.png);
    background-size: 100% 100%;
}

.log4 {
    top: 110px;
    right: 0;
}

.logname {
    display: none;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.lottery-log .logCont {
    width: 280px;
    height: 118px;
    margin: 0 auto;
    overflow: hidden;
}

.lottery-log ul {
    width: 100%;
    overflow: hidden;
}

.lottery-log li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}

/* ----------------------- VIP赠送抽奖次数-end ---------------------------- */

/* --------------------------- 抽奖-start -------------------------------- */
.lottery-content {
    position: relative;
    width: 1200px;
    height: 788px;
    z-index: 1;
}

.lottery-head {
    height: 164px;
    margin-bottom: 20px;
}

.lottery-box {
    position: relative;
    margin: 0 auto;
    z-index: 3;
}

.tips-effict {
    width: 400px;
    height: 24px;
    line-height: 24px;
    margin-left: -8px;
    background-color: #741b17;
    letter-spacing: 1px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.lottery-list {
    width: 1169px;
    margin: 0 auto;
}

.lottery-list li {
    position: relative;
    float: left;
    width: 161px;
    height: 95px;
    padding-top: 11px;
    margin: 0 3px 6px;
    background-image: url(../images/free_item.png);
    cursor: pointer;
    overflow: hidden;
}

.lottery-list li.active {
    background-image: url(../images/item_on.png);
}

.tagsq {
    position: absolute;
    top: 13px;
    right: 7px;
    display: block;
    width: 48px;
    height: 18px;
    background: url("../images/tag_sq.png") no-repeat;
    font-size: 0;
}

.lottery-list li img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.lottery-list li.none {
    visibility: hidden;
}

.tag-date {
    position: absolute;
    font-size: 0;
}

.date1 {
    top: -5px;
    right: 0;
    width: 46px;
    height: 42px;
    background-position: -187px -19px;
}

.date2 {
    top: -6px;
    right: -6px;
    width: 58px;
    height: 58px;
    background-position: -55px -24px;
}

.mask-lottery {
    position: absolute;
    top: 8px;
    left: 3px;
    display: none;
    width: 145px;
    height: 84px;
    background-color: rgba(60, 60, 60, .2);
    /* background: url(../images/mask.png); */
}

.lottery-unit.active .mask-lottery,
.lottery-unit:hover .mask-lottery {
    display: none !important;
}

.lottery-btn {
    width: 1078px;
    margin: 0 auto;
}

.btn-lottery {
    position: relative;
    float: left;
    width: 239px;
    height: 59px;
    line-height: 59px;
    margin: 0 15px;
    background: url(../images/btn_lucky.png) no-repeat;
    transition: all .3s ease;
    -webkit-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    -moz-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.btn-lottery-show:hover,
.btn-lottery:hover {
    /* background-image: url(../images/btn_lucky_on.png); */
}

.btn-free:hover,
.btn-package:hover,
.btn-growth:hover,
.btn-suit:hover {
    transform: translate(1px, 3px);
}

.lottery-tips {
    position: absolute;
    top: 285px;
    left: 10%;
    width: 80%;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.vipTips {
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 14px;
    color: #175373;
}

.vipTips a {
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 15px auto;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    color: #f82e2e;
}

.lottery-absolute p {
    text-align: center;
}

/* --------------------------- 抽奖-end -------------------------------- */

/*-------------------------- 神器购买-start ---------------------------*/
.section3 {
    padding-top: 189px;
}

.content-shenqi {
    width: 1200px;
}

.shenqi-body {
    position: relative;
    width: 1200px;
    height: 736px;
    overflow: hidden;
}

.shenqi-border {
    position: relative;
    width: 1200px;
    height: 736px;
    background: url("../images/shenqi_bg.png") no-repeat;
    pointer-events: none;
    z-index: 3;
}

.shenqi-item {
    position: absolute;
    top: 14px;
    width: 898px;
    height: 468px;
    background-repeat: no-repeat;
    transition: all .3s cubic-bezier(0, 0, .33, .99);
    cursor: pointer;
}

.shenqi-tf {
    left: 21px;
    z-index: 1;
}

.shenqi-tj {
    left: 816px;
    z-index: 2;
}

.shenqi-tj.active {
    left: 280px;
}

.shenqi-gun_tj {
    position: absolute;
    top: 400px;
    right: -270px;
    width: 610px;
    height: 297px;
    background: url(../images/tianji.png) right center no-repeat;
    transition: all .3s cubic-bezier(0, 0, .33, .99);
    pointer-events: none;
    z-index: 4;
}

.shenqi-gun_tj.active {
    position: absolute;
    right: 70px;
    width: 744px;
}

.shenqi-tj-spilt {
    position: absolute;
    top: 278px;
    left: 745px;
    width: 258px;
    height: 468px;
    background: url("../images/shenqi_split.png") no-repeat;
    transition: all .3s cubic-bezier(0, 0, .33, .99);
    /* pointer-events: none; */
    cursor: pointer;
    z-index: 5;
}

.shenqi-tj-spilt.active {
    left: 210px;
}

.effect1 {
    position: absolute;
    top: 22px;
    left: 64px;
    width: 700px;
    height: 100%;
    background: url("../images/effect1.png") no-repeat;
}

.effect2 {
    position: absolute;
    top: 302px;
    left: 906px;
    width: 260px;
    height: 414px;
    background: url("../images/effect2.png") no-repeat;
    transition: all .3s cubic-bezier(0, 0, .33, .99);
    pointer-events: none;
    z-index: 4;
}

.effect2.active {
    left: 370px;
    width: 776px;
}

.shenqi-tj-spilt2 {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 70px;
    height: 468px;
    background: url("../images/shenqi_split2.png") no-repeat;
    z-index: 4;
}

#vloop2 {
    position: absolute;
    top: 0;
    left: 79px;
    width: 898px;
    height: 468px;
}

.shenqi-tool {
    position: absolute;
    top: 532px;
    left: 68px;
    width: 1100px;
    height: 154px;
    z-index: 6;
}

.shenqi-tool_sq {
    position: relative;
    float: left;
    width: 280px;
    height: 154px;
    margin-right: 50px;
}

.shenqi-tool_sqimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 154px;
}

.shenqi-tool_sqimg2 {
    display: none;
}

.zeng-tool-item {
    position: relative;
    float: left;
    width: 181px;
    height: 136px;
    margin-top: 8px;
    margin-right: 4px;
    background: url("../images/zeng_item.png") no-repeat;
}

.zeng-tool-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 26px auto 0;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.imgsq1,
.imgsq2 {
    position: absolute;
    left: 17px;
    margin-top: 0;
}

.zeng-tool-item .imgsq2 {
    display: none;
}

.tagd {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 32px;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background-color: #ff2929;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.icon-zeng {
    position: absolute;
    top: -12px;
    left: 0px;
    width: 184px;
    height: 42px;
    line-height: 42px;
    background: url("../images/icon_zeng.png") no-repeat;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.tagchecked {
    position: absolute;
    bottom: 1px;
    right: -18px;
    width: 184px;
    height: 42px;
    line-height: 42px;
    background: url("../images/icon_checked.png") no-repeat;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.shenqi-tool_sq .tagd {
    top: 3px;
    right: 5px;
}

.zeng-tool-item .tagd {
    top: 26px;
    right: 17px;
}

.settlement-bar {
    position: relative;
    width: 1200px;
    height: 56px;
    margin-top: 65px;
}

.settlement-price {
    float: left;
    display: block;
    width: 268px;
    height: 56px;
    background: center center no-repeat;
}

.price175 {
    background-image: url(../images/kb_17500.png);
}

.settlement-calc-del {
    display: block;
    float: left;
    width: 280px;
    line-height: 24px;
    padding-top: 4px;
    text-align: right;
    font-size: 18px;
    color: #fff;
}

.settlement-calc-del del {
    display: block;
}

.settlement-calc-del b {
    display: block;
    font-weight: normal;
}

.btn-buy {
    width: 259px;
    height: 56px;
    line-height: 52px;
    background-image: url(../images/btn_buy.png);
    transition: all .3s ease;
    -webkit-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    -moz-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

.btn-buy-shenqi {
    float: left;
}

/*-------------------------- 神器购买-end   ---------------------------*/


/*-------------------------- 翻牌-start ---------------------------*/
.giftbag-main {
    width: 1200px;
    min-height: 454px;
    margin: 31px auto 0;
}

.giftbag-tips {
    height: 42px;
    line-height: 42px;
    padding-top: 100px;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 16px;
    color: #27f5f1;
}

.gift-list {
    width: 1200px;
    height: 460px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.gift-item {
    float: left;
    position: relative;
    width: 262px;
    height: 442px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gift-item0 {
    margin-left: 29px;
}

.gift-item1 {
    margin-left: 34px;
}

.gift-item2 {
    margin-left: 32px;
}

.gift-item3 {
    margin-left: 29px;
}

.gift-item-doubel {
    display: none;
}

.gift-desc {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #9ffcfc;
}

.gift-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    /* padding-top: 10px; */
    -moz-transition-property: opacity, -moz-transform, -moz-box-shadow;
    -moz-transition-duration: .3s;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: .3s;
    transition-property: opacity, transform, box-shadow;
    transition-duration: .3s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gift-content-front {
    background: url(../images/fudai_off.jpg) no-repeat;
    cursor: pointer;
    z-index: 10;
}

.blackhole {
    position: absolute;
    top: 28px;
    left: 50%;
    display: block;
    width: 242px;
    height: 338px;
    margin-left: -124px;
    background: url(../images/blackhole.png) center no-repeat;
}

.gift-name-tips {
    position: absolute;
    top: 346px;
    left: 0;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.gift-content-front:hover .blackhole {
    animation: spinHole 1.5s linear infinite;
}

@keyframes spinHole {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    10% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    20% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    50% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    90% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }


}

.gift-content-open {
    position: absolute;
    top: 134px;
    left: 50%;
    display: block;
    width: 136px;
    height: 137px;
    margin-left: -68px;
    background-image: url(../images/icon_checked2.png);
    transition: all .3s ease-in-out;
    opacity: 0;
}

.gift-content-front:hover .gift-content-open {
    opacity: 1;
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.gift-content-back {
    background: url(../images/fudai_open.jpg) no-repeat;
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
    z-index: 8;
}

.card-flipped .gift-content-front {
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    z-index: 8;
}

.gift-content2 {
    transition-delay: .1s;
}

.gift-content3 {
    transition-delay: .2s;
}

.gift-content4 {
    transition-delay: .3s;
}

.gift-content5 {
    transition-delay: .4s;
}

.gift-content5 {
    transition-delay: .5s;
}

.gift-content6 {
    transition-delay: .6s;
}

.gift-content7 {
    transition-delay: .7s;
}

.gift-content8 {
    transition-delay: .8s;
}

.card-flipped .gift-content-back {
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
    z-index: 10;
}

.gift-name {
    position: absolute;
    top: 346px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    z-index: 5;
}

.gift-video {
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

.ibrown {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #a59668;
    z-index: 4;
}

.ibrown1 {
    top: 15px;
    left: 4px;
}

.ibrown2 {
    top: 15px;
    right: 4px;
}

.ibrown3 {
    left: 4px;
    bottom: 9px;
}

.ibrown4 {
    right: 4px;
    bottom: 9px;
}

.gift-bagname {
    position: absolute;
    left: 15px;
    bottom: 27px;
    width: 158px;
    height: 32px;
    line-height: 32px;
    background-position: -210px -503px;
    font-size: 0;
    z-index: 3;
}

.zengImgBox {
    /* position: absolute; */
    width: 210px;
    height: 350px;
    margin: 0 auto;
}

.btn-giftbag {
    position: absolute;
    left: 25px;
    bottom: 27px;
    width: 137px;
    height: 35px;
    line-height: 35px;
    background-position: -210px -468px;
    font-weight: bold;
    font-size: 14px;
    color: #804919;
    z-index: 3;
}

.zegnsku {
    display: none;
    height: 32px;
    line-height: 16px;
    text-align: center;
}

.zegnsku em {
    color: #ff5400;
}

.gift-success {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #ff5400;
}

.btn-stack-lottery:hover,
.btn-lengend.heart,
.btn-lottery:hover,
.btn-buy:hover,
.btn-buy2:hover {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.zengDate {
    position: absolute;
    top: 32px;
    right: 20px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    background-color: #ff300e;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.zegnbar {
    position: absolute;
    left: 11px;
    bottom: 0;
    width: 238px;
    height: 32px;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.zengInput {
    position: absolute;
    bottom: 0;
    display: block;
    width: 224px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    background-color: #3e5f79;
    font-size: 16px;
    color: #333;
    transition: all .3s ease-in-out;
    border: 1px solid #c8fffb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c8fffb;
    outline: none;
}

.zengInput:focus {
    border-color: #4bccc5;
}

.zegnbar2 {
    position: absolute;
    left: 14px;
    bottom: 0;
    display: none;
    width: 224px;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    margin: 10px auto 0;
    background-color: #3e5f79;
    transition: all .3s ease-in-out;
    border: 1px solid #c8fffb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #c8fffb;
}

.btn-zeng {
    position: absolute;
    top: 1px;
    right: 3px;
    width: 52px;
    height: 30px;
    line-height: 30px;
    background-color: #4bccc5;
    /* border-top-right-radius: 3px; */
    /* border-bottom-right-radius: 3px; */
    font-size: 16px;
    color: #fff;
}

.zengInput::-webkit-input-placeholder,
.zengInput::-moz-placeholder,
.zengInput::placeholder {
    color: #c8fffb;
}

/*-------------------------- 翻牌-end   ---------------------------*/
/*-------------------------- 积分兵王-strat   ---------------------*/
.package1 {
    position: relative;
    width: 1200px;
    margin: 0 auto 50px;
}

.package-xz {
    position: relative;
    width: 583px;
    height: 559px;
    background: no-repeat;
}

.package-xz1 {
    float: left;
    background-image: url("../images/pxz1.png");
}

.package-xz2 {
    float: right;
    background-image: url("../images/pxz2.png");
}

.package2 {
    position: relative;
    width: 1200px;
    height: 543px;
    margin: 0 auto;
}

.package-odd {
    float: left;
    position: relative;
    width: 384px;
    height: 543px;
    margin-right: 24px;
    background: no-repeat;
}

.package-odd1 {
    background-image: url("../images/odd_ak.png");
}

.package-odd2 {
    background-image: url("../images/odd_awp.png");
}

.package-odd3 {
    margin-right: 0;
    background-image: url("../images/odd_m4.png");
}

.package-xz-foot {
    position: absolute;
    left: 50%;
    top: 456px;
    width: 518px;
    height: 80px;
    margin-left: -259px;
}

.package-xz-des {
    position: absolute;
    top: 62px;
    left: 0;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #175373;
}

.package-xz-des em {
    color: #fd0000;
}

.pxdel {
    position: absolute;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.pxdel1 {
    top: 514px;
    left: 20px;
    width: 50%;
}

.pxdel2 {
    top: 514px;
    right: 20px;
    width: 50%;
}

.pxdel3 {
    top: 490px;
    left: 0;
    width: 100%;
}

.btn-buy2 {
    position: relative;
    width: 239px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    background-repeat: no-repeat;
    transition: all .3s ease;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.package1 .btn-buy2 {
    float: left;
    margin: 0 10px;
}

.package-odd .btn-buy2 {
    position: absolute;
    top: 430px;
    left: 50%;
    margin-left: -119px;
}

.btn-buy-month {
    background-image: url("../images/btn_month.png");
}

.btn-buy-year {
    background-image: url("../images/btn_year.png");
}

.btn-buy2 i {
    position: absolute;
    top: -8px;
    left: 0;
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    background-color: #fd5300;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.icon-xz {
    position: absolute;
    top: -22px;
    right: -22px;
    display: block;
    width: 54px;
    height: 50px;
    background: center no-repeat;
}

.icon-xz1 {
    background-image: url("../images/xz_bw_ico.png");
}

.icon-xz2 {
    background-image: url("../images/xz_cq_ico.png");
}

/*-------------------------- 积分兵王-end   ------------------------*/


.explain {
    width: 1100px;
    padding: 0 0 50px;
    margin: 0 auto;
}

.explain .hdsm h1 {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.explain .hdsm p {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.list-item::after,
.lottery-list li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    z-index: 3;
}

.list-item:hover::after,
.lottery-list li:hover::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    z-index: 1;
}

.layui-layer-content {
    font-size: 14px;
}

@-webkit-keyframes flashFire {
    50% {
        opacity: .4;
        transform: scale(.95);
    }
}

@-o-keyframes flashFire {
    50% {
        opacity: .4;
        transform: scale(.95);
    }
}

@keyframes flashFire {
    50% {
        opacity: .4;
        transform: scale(.95);
    }
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2)
    }
}

@-webkit-keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #fff inset;
    }
}

@keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #fff inset;
    }
}

@-webkit-keyframes heartBeatLoop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeatLoop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@-webkit-keyframes toolCarousel1 {
    0% {
        background-position: 208px 0;
    }

    100% {
        background-position: -208px 0;
    }
}

@keyframes toolCarousel1 {
    0% {
        background-position: 208px 0;
    }

    100% {
        background-position: -208px 0;
    }
}

@-webkit-keyframes toolCarousel2 {
    0% {
        background-position: -208px 0;
    }

    100% {
        background-position: 208px 0;
    }
}

@keyframes toolCarousel2 {
    0% {
        background-position: -208px 0;
    }

    100% {
        background-position: 208px 0;
    }
}

@-webkit-keyframes flashFire2 {
    50% {
        opacity: .4;
        transform: scale(.8);
    }
}

@-o-keyframes flashFire2 {
    50% {
        opacity: .4;
        transform: scale(.8);
    }
}

@keyframes flashFire2 {
    50% {
        opacity: .4;
        transform: scale(.8);
    }
}

/* --------------------------- 抽奖弹窗 ----------------------------- */
#layer-lucky h4 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}

#layer-send h4 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}

.lucky-list {
    text-align: center;
    margin: 0 20px;
    font-size: 0;
}

.lucky-list li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    width: 180px;
    margin: 0 5px 10px;
    text-align: center;
}

.lucky-list li img {
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.lucky-list .card_name {
    display: block;
    width: 180px;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.lucky-1 {
    width: 226px;
    margin: 0 auto;
}

.lyaer-lucky.layui-layer-iframe .layui-layer-btn,
.lyaer-lucky.layui-layer-page .layui-layer-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0px;
    background: #fff;
}



/*---------------------------- 新老青花瓷兵王套装 -------------------------*/
.packagebox {
    position: relative;
}

.package {
    position: relative;
    width: 609px;
    height: 708px;
    padding-top: 36px;
    background: url(../images/package.png) center top no-repeat;
}

.package-name {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #f7cb54;
}

.package-time {
    position: absolute;
    top: 135px;
    left: 46px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    background-color: #ff300e;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.package-select-name {
    position: absolute;
    top: 155px;
    left: 46px;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    font-size: 16px;
    color: #462c06;
}

.package-effect {
    position: absolute;
    top: 189px;
    left: 46px;
    width: 330px;
    height: 28px;
    line-height: 28px;
    padding-left: 18px;
    background: url(../images/effect_bar.png) left center no-repeat;
    font-size: 16px;
    color: #462c06;
}

.package-img {
    width: 422px;
    height: 180px;
    margin: 0 auto 30px;
    background: url(../images/package_img.png) no-repeat;
    background-position: 0 0;
    transition: all .3s ease-in;
}

.package-img2 {
    background-position: 0 -540px;
}

.package-list {
    width: 510px;
    margin: 0 auto;
}

.package-li {
    float: left;
    position: relative;
    width: 170px;
    background: url(../images/circle_default.png) center top no-repeat;
    cursor: pointer;
}

.package-li.active {
    background-image: url(../images/circle_on.png);
}

.package-li-img {
    display: block;
    width: 100%;
    height: 96px;
    background: url(../images/package_select.png) no-repeat;
}

.package-li-img2 {
    background-position: 0 -95px;
}

.package-li-img3 {
    background-position: 0 -190px;
}

.package-li-img4 {
    background-position: 0 -285px;
}

.package-li-img5 {
    background-position: 0 -380px;
}

.package-li-img6 {
    background-position: 0 -475px;
}

.package-li-selected {
    position: absolute;
    top: 78px;
    left: 50%;
    display: none;
    width: 70px;
    height: 24px;
    line-height: 24px;
    margin-left: -35px;
    background: #fff url(../images/icon_checkbox.png) 7px 5px no-repeat;
    border-radius: 2px;
    text-indent: 24px;
    font-size: 12px;
    color: #ff621d;
}

.package-li.active .package-li-selected {
    display: block;
}

.package-li-name {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #462c06;
}

.package-free {
    position: relative;
    width: 414px;
    padding-top: 40px;
    margin: 0 auto;
}

.package-free-title {
    position: absolute;
    top: 12px;
    left: -22px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.package-free-item {
    position: relative;
    float: left;
    width: 145px;
    margin: 0 31px;
}

.package-free-name {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #462c06;
}

.package-free-img {
    position: relative;
    width: 145px;
    height: 84px;
}

.package-footer {
    position: relative;
    width: 510px;
    margin: 52px auto 0;
}

.package-footer .btn-buy {
    float: right;
}

.package-price {
    float: left;
    position: relative;
    width: 216px;
    padding-top: 18px;
    text-align: right;
}

.package-price-discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 18px;
    line-height: 18px;
    background-color: #f00;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.package-price-del {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #462c06;
}

.package-price-now {
    height: 40px;
    background: right center no-repeat;
}

.price3500 {
    background-image: url(../images/price_3500.png);
}

.price4980 {
    background-image: url(../images/price_4980.png);
}