@charset "utf-8";

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.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;
}

.blbl {
    animation: myfirst 1s infinite ease-in-out;
    -webkit-animation: myfirst 1s infinite ease-in-out;
}

.ell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.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: 1200px;
    color: #3e3b2f;
    overflow: hidden;
}

.userbar {
    width: 1104px;
    padding-top: 30px;
    margin: 0 auto 8px;
}

.user {
    position: relative;
    width: 100%;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #3e3b2f;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    text-decoration: underline;
    color: #3e3b2f;
}

.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: 500px;
    background: url(../images/banner.jpg) center top no-repeat;
    z-index: 10;
}

.header {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    z-index: 3;
}

.header-time {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 22px;
    color: #3e3b2f;
}

.videobox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 500px;
    overflow: hidden;
    z-index: 3;
}

.videobox video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 500px;
    margin-left: -960px;
}

#vloop {
    display: none;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* ----------------------------------------container------------------------------------ */
.container-box {
    position: relative;
    background: url(../images/bg.jpg) center top repeat-y;
    z-index: 3;
}

.section-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto 52px;
}

.ib {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.title {
    position: relative;
    width: 993px;
    height: 110px;
    margin: 0 auto;
    background: url(../images/title.png) center 0 no-repeat;
    z-index: 3;
}

.title2 {
    background-position: center -110px;
}

.title3 {
    background-position: center -220px;
}

.title4 {
    height: 168px;
    background-position: center -330px;
}

.page_nav_box {
    position: relative;
    width: 1200px;
    height: 85px;
    padding: 6px 0;
    margin: 0 auto;
    z-index: 9999;
}

.page_nav_bar {
    position: relative;
    width: 100%;
    height: 73px;
    padding: 6px 0;
    margin: 0 auto;
}

.page_nav_bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.page_nav_content {
    position: relative;
    width: 1200px;
    height: 73px;
    margin: 0 auto;
}

.page_nav {
    position: relative;
    width: 1200px;
    height: 100%;
    z-index: 9999;
}

.page_nav_item {
    position: relative;
    float: left;
    width: 229px;
    height: 66px;
    line-height: 66px;
    margin: 0 5px;
    background: url(../images/menu_item.png) no-repeat;
    transition: all .3s ease-out;
    -webkit-text-shadow: 0 1px 1px #da8a12;
    -moz-text-shadow: 0 1px 1px #da8a12;
    text-shadow: 0 1px 1px #da8a12;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
}

.page_nav_item.active,
.page_nav_item:hover {
    background-image: url(../images/menu_item_on.png);
}

.page_nav_item em {
    display: none;
    height: 30px;
    line-height: 30px;
    font-style: italic;
    font-weight: bold;
    font-size: 0;
    color: #5d341b;
}

.page_nav_item b {
    display: none;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    color: #5d341b;
}


.free-tool {
    position: absolute;
    top: -48px;
    left: 0px;
    display: none;
    width: 205px;
    height: 198px;
    background: url(../images/item_f.png) no-repeat;
}

.free-time {
    height: 17px;
}

.free-imgs {
    position: relative;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.free-tips {
    height: 36px;
    line-height: 36px;
    margin-top: 14px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #5d341b;
}

.btn-free {
    width: 140px;
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
    background-color: #f78422;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

/* ----------------------- 至尊VIP专区买赠套装-start ---------------------------- */
.tag_free {
    position: absolute;
    top: 68px;
    left: -30px;
    display: block;
    width: 101px;
    height: 35px;
    line-height: 30px;
    text-indent: 10px;
    background: url(../images/tag_free.png) no-repeat;
    text-shadow: 1px 1px 1px #333;
    text-align: center;
    font-style: normal;
    font-size: 15px;
    color: #fff;
}

.tagr,
.tagdate {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 30px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    background-color: #f00;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.tagw {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 87px;
    height: 19px;
    line-height: 19px;
    background: url("../images/tagw.png") no-repeat;
    font-style: normal;
    text-indent: 20px;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.stack_w4 .tagdate {
    right: 40px;
}

.buybar {
    position: relative;
    width: 522px;
    height: 62px;
    margin: 15px auto 0;
}

.kbshow {
    width: 150px;
    height: 60px;
    background: right center no-repeat;
}

.kbfont {
    position: absolute;
    top: 23px;
    left: 154px;
    width: 60px;
    height: 30px;
    background: url(../images/kbfont.png) no-repeat;
}

.kbico {
    position: absolute;
    top: 18px;
    left: 0;
    width: 22px;
    height: 61px;
    background: url(../images/kb_ico.png) no-repeat;
}

.weapon-light {
    position: absolute;
    top: 78px;
    left: 0;
    width: 772px;
    height: 652px;
    background: url(../images/weapon_light.gif) no-repeat;
    z-index: 0;
}

.discount-kb {
    position: absolute;
    top: 0;
    left: 154px;
    display: block;
    width: 110px;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
    background-color: #ff3434;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.del22 {
    position: absolute;
    top: -24px;
    left: 0;
    display: block;
    width: 20px;
    line-height: 20px;
    padding: 20px 5px;
    background: #e9ae7c linear-gradient(to bottom, #fe914f, #debc94);
    font-size: 20px;
    color: #fff;
}

.del22::before,
.del22::after {
    position: absolute;
    left: 2px;
    content: '';
    display: block;
    width: 26px;
    height: 3px;
    background-color: #6eded2;
    font-size: 20px;
    color: #fff;
}

.del22::before {
    top: 3px;
}

.del22::after {
    bottom: 3px;
}

.del2 {
    position: absolute;
    top: -24px;
    left: 42px;
    display: block;
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 24px;
}

.buybar2 {
    position: absolute;
    top: 388px;
    left: 780px;
    width: 370px;
    height: 330px;
}

.buybar2 .kbshow {
    width: 172px;
    height: 63px;
    margin-left: 42px;
    transition: all .3s linear;
}

.buybar2 .kbfont {
    top: 33px;
    left: 230px;
}

.buybar2 .discount-kb {
    top: 0px;
    left: 230px;
}

.kb_1648 {
    background-image: url(../images/kb_1648.png);
}

.kbshow1,
.kb_1948 {
    background-image: url(../images/kb_1948.png);
}

.kb_17348 {
    background-image: url(../images/kb_17348.png);
}

.kbshow2,
.kb_8750 {
    background-image: url(../images/kb_8750.png);
}

.kb_8999 {
    background-image: url(../images/kb_8999.png);
}

.kb_8425 {
    background-image: url(../images/kb_8425.png);
}

.kb_8725 {
    background-image: url(../images/kb_8725.png);
}

.kb_9536 {
    background-image: url(../images/kb_9536.png);
}

.kb_9836 {
    background-image: url(../images/kb_9836.png);
}

.kbshow3,
.kb_10925 {
    background-image: url(../images/kb_10925.png);
}

.kb_11225 {
    background-image: url(../images/kb_11225.png);
}

.kb_12036 {
    background-image: url(../images/kb_12036.png);
}

.kb_12336 {
    background-image: url(../images/kb_12336.png);
}

.btn-suit {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 248px;
    height: 56px;
    line-height: 56px;
    background-image: url(../images/btn_lottery.png);
    transition: all .3s ease;
    text-shadow: 1px 1px 0 #da8a12;
    /* font-family: 'alibaba'; */
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.zengbar {
    position: relative;
    width: 525px;
    height: 84px;
    margin: 56px auto 0;
}

.zengvip {
    position: relative;
    width: 145px;
    height: 84px;
    margin-left: 22px;
}

.zengvip img {}

.zengvip i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background-color: #ff3434;
    font-style: normal;
    font-size: 12px;
    color: #fff;
}

.zeng-txt {
    position: absolute;
    top: 0;
    left: 180px;
    width: 330px;
    padding-top: 10px;
}

.zeng-txt h6 {
    height: 20px;
    line-height: 20px;
    font-weight: 800px;
    font-size: 16px;
    color: #5d341b;
}

.zeng-txt p {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #5d341b;
}

.copybar {
    position: relative;
    width: 314px;
    height: 28px;
    line-height: 28px;
    margin-top: 2px;
    background-color: #ffe3c1;
    border: 2px solid #ae6a3f;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #5d341b;
    outline: none;
    overflow: hidden;
}

.copy-txt {
    display: block;
    width: 249px;
    height: 28px;
    line-height: 28px;
    padding-left: 5px;
    background: transparent;
    border: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
}

.btn-copy {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    background-color: #fbad37;
    text-align: center;
    color: #fff;
}

/* ----------------------- 至尊VIP专区买赠套装-end   ---------------------------- */

/* ----------------------- VIP赠送抽奖次数 + 日志-start ---------------------------- */
.vipnow {
    position: absolute;
    top: 115px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.lottery-log {
    position: absolute;
    top: 0;
    right: 0;
    width: 342px;
    height: 120px;
    line-height: 24px;
    padding: 0 5px;
    background: url(../images/log2.png) no-repeat;
    font-size: 12px;
    color: #333;
    z-index: 0;
    overflow: hidden;
}

.growth-log {
    width: 342px;
    height: 290px;
    line-height: 24px;
    background: url("../images/log4.png") center no-repeat;
    font-size: 12px;
    color: #333;
    z-index: 4;
    overflow: hidden;
}

.log1 {
    top: 52px;
    width: 312px;
    height: 180px;
    background-image: url("../images/log1.png");
}

.log2 {
    z-index: 3;
}

.log3 {
    top: 206px;
    right: 45px;
}

.logname {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #5d341b;
}

.logCont {
    width: 262px;
    height: 124px;
    margin: 0 auto;
    overflow: hidden;
}

.log2 .logCont,
.log3 .logCont {
    margin-top: 5px;
    height: 110px;
}


.growth-log .logCont {
    height: 250px;
}

.logCont ul {
    width: 100%;
    overflow: hidden;
}

.logCont li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #732f15;
}

/* ----------------------- VIP赠送抽奖次数-end ---------------------------- */

/*------------------------ 进度条样式 ----------------------*/
.stack-lottery {
    position: relative;
    width: 860px;
    height: 182px;
    margin-left: 54px;
}

.stack-lottery-count {
    position: absolute;
    top: 52px;
    left: 0;
    width: 84px;
    height: 54px;
    line-height: 24px;
    margin-top: 36px;
    font-family: 'alibaba';
    text-align: center;
    font-weight: normal;
    font-size: 0px;
    color: #3e3b2f;
}

.stack-lottery-count em {
    vertical-align: bottom;
    font-weight: bold;
    font-size: 34px;
}

.stack-lottery-count i {
    line-height: 18px;
    vertical-align: bottom;
    font-style: normal;
    font-size: 14px;
}

.stack-lottery-count b {
    font-weight: normal;
    display: block;
    font-size: 14px;
}

.stackname {
    height: 28px;
    line-height: 28px;
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
}

.stepbar {
    position: absolute;
    top: 138px;
    left: 0;
    width: 760px;
    height: 8px;
    background-color: #fff;
    border: 1px solid #ae6a3f;
    box-shadow: inset 0 0 4px rgba(186, 168, 136, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.stepbar-active {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 0%;
    height: 8px;
    background-color: #f88e2c;
    background-image: linear-gradient(to bottom, #f88e2c, #fec847);
    transition: all 1s ease-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
}

/* 
 0-30   300  10
 30-50  180  9
 50-60  160  16 
 60-80  160  8
 860
*/
.stack-lottery-step {
    position: absolute;
    top: 0;
    width: 185px;
    z-index: 5;
}

.stack-lottery-step.step4 {
    width: 215px;
}

.step1 {
    left: 80px;
}

.step2 {
    left: 270px
}

.step3 {
    left: 460px;
}

.step4 {
    left: 650px;
}

.stack-lottery-tit {
    width: 185px;
    height: 18px;
    line-height: 18px;
    padding: 2px 0;
    margin: 0 auto 3px;
    text-align: center;
    font-size: 14px;
    color: #5d341b;
}

.stack-lottery-tit em {
    color: #ff4d01;
}

.stack-lottery-ico {
    position: relative;
    width: 185px;
    height: 86px;
    margin: 0 auto;
    background: center no-repeat;
}

.stack_w1 {
    background-image: url("../images/stack_w1.png");
}

.stack_w2 {
    background-image: url("../images/stack_w2.png");
}

.stack_w3 {
    background-image: url("../images/stack_w3.png");
}

.stack_w4 {
    background-image: url("../images/stack_w4.png");
}

/* .stack-lottery-ico.active {} */

.icondown {
    width: 17px;
    height: 9px;
    margin: 4px auto 14px;
    background: url(../images/arror_down.png) no-repeat;
    z-index: 1;
}

.stack-ico-gift {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 110px;
    height: 110px;
    margin-left: -55px;
    background: url(../images/stack.png) no-repeat;
    z-index: 1;
}

.active .stack-ico-gift {
    background-image: url(../images/stack_on.png);
}

/* .active .stack-ico-gift {
    background-image: url(../images/stack_gift_grey.png);
} */

.btn-stack-lottery {
    display: block;
    width: 76px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    background-color: #f78422;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.btn-stack-lottery.active {}

/* --------------------------- 抽奖-start -------------------------------- */
.lottery-content {
    position: relative;
    width: 1200px;
    height: 964px;
    padding-top: 50px;
    margin-top: -24px;
    background: url("../images/bg_p1.jpg") center top no-repeat;
    z-index: 1;
}

.lottery-head {
    height: 218px;
}

.lottery-box {
    position: relative;
    width: 1127px;
    margin: 0 auto;
    z-index: 3;
}

.tips-effect {
    position: absolute;
    display: none;
    width: 46px;
    height: 452px;
    background: url(../images/tag_effect.png) no-repeat;
    font-size: 0px;
}

.lottery-list {
    width: 100%;
}

.lottery-list li {
    position: relative;
    float: left;
    width: 157px;
    height: 84px;
    padding: 8px 0;
    margin: 0 2px 2px;
    background-image: url(../images/item_lottery.jpg);
    cursor: pointer;
    overflow: hidden;
}

.lottery-list li.active {
    background-image: url(../images/item_lottery_on.jpg);
}

.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;
}

.maskl {
    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 .maskl,
.lottery-unit:hover .maskl {
    display: none !important;
}


.lottery-btn {
    width: 1044px;
    margin: 18px auto 0;
}

.btn-growth,
.btn-lottery-show,
.btn-lottery {
    position: relative;
    float: left;
    width: 245px;
    height: 53px;
    line-height: 53px;
    margin: 0 8px;
    background: url(../images/btn_lottery.png) center no-repeat;
    transition: all .3s ease;
    text-shadow: 0 1px 1px #da8a12;
    /* font-family: 'alibaba'; */
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

/* .btn-lottery-show:hover,
.btn-lottery:hover {
    background-image: url(../images/btn_lottery_free.png);
} */

/* .btn-lottery-show {
    margin-right: 30px;
} */

.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: 40px;
    line-height: 40px;
    text-align: center;
    /* font-weight: bold; */
    font-size: 14px;
    color: #732f15;
}

.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 ---------------------------*/

.giftbag-main {
    width: 1073px;
    min-height: 454px;
    margin: 68px auto 0;
}

.giftbag-title {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 32px;
    color: #732f15;
}

.giftbag-tips {
    height: 42px;
    line-height: 42px;
    margin-bottom: 11px;
    text-align: center;
    font-size: 16px;
    color: #ff0000;
}

.gift-list {
    width: 1112px;
    margin: 0 auto;
    margin-top: 11px;
}

.gift-item {
    float: left;
    position: relative;
    width: 252px;
    height: 460px;
    margin: 0 13px 30px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.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: 460px;
    padding-top: 19px;
    -moz-transition-property: opacity, -moz-transform, -moz-box-shadow;
    -moz-transition-duration: .5s;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: .5s;
    transition-property: opacity, transform, box-shadow;
    transition-duration: .5s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gift-content-front {
    position: relative;
    background: url(../images/giftbag_front.png) no-repeat;
    cursor: pointer;
    z-index: 10;
}

.gift-item1 .gift-content-front {
    background-image: url(../images/giftbag_front2.png);
}

.gift-item2 .gift-content-front {
    background-image: url(../images/giftbag_front3.png);
}

.gift-item3 .gift-content-front {
    background-image: url(../images/giftbag_front4.png);
}

.gift-front-effect {
    position: absolute;
    top: 100px;
    left: 50%;
    display: block;
    width: 187px;
    height: 187px;
    margin-left: -100px;
    background-image: url(../images/bag_effect.png);
    transition: all .3s ease-in-out;
}

.gift-front-bag {
    position: absolute;
    top: 115px;
    left: 50%;
    display: block;
    width: 128px;
    height: 145px;
    margin-left: -64px;
    background-image: url(../images/bag.png);
    transition: all .3s ease-in-out;
}

.gift-content-front:hover .gift-front-effect {
    opacity: 1;
    animation: effectRotate 5s linear infinite;
}

.gift-content-back {
    background: url(../images/giftbag_back.png) 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;
}

.gift-item1 .gift-content-back {
    background-image: url(../images/giftbag_back2.png);
}

.gift-item2 .gift-content-back {
    background-image: url(../images/giftbag_back3.png);
}

.gift-item3 .gift-content-back {
    background-image: url(../images/giftbag_back4.png);
}

.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: .2s;
}

.gift-content3 {
    transition-delay: .3s;
}

.gift-content4 {
    transition-delay: .4s;
}

.gift-content5 {
    transition-delay: .5s;
}

.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;
}

.btn-stack-lottery:hover,
.btn-lengend.heart,
.btn-lottery:hover,
.btn-buy:hover {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.zengDate {
    position: absolute;
    top: 32px;
    right: 20px;
    width: 24px;
    height: 51px;
    line-height: 20px;
    padding-top: 3px;
    background-image: url(../images/tag_date2.png);
    text-align: center;
    font-size: 16px;
    color: #fff;
}


::-webkit-input-placeholder,
::-moz-placeholder,
::placeholder {
    color: #9d9a8f;
}

/*-------------------------- 翻牌-end   ---------------------------*/
/*-------------------------- part3-准神器套装 start   ---------------------------*/
.weapon-checkbox {
    position: relative;
    width: 1200px;
    height: 730px;
    background: url("../images/bg_p3.jpg");
}

.weapon-list {
    position: relative;
    width: 1176px;
    padding-top: 25px;
    margin: 0 auto;
    z-index: 5;
}

.weapon-item {
    position: relative;
    float: left;
    width: 176px;
    height: 122px;
    padding-top: 11px;
    margin: 0 10px;
    background: url("../images/dd0.png") no-repeat;
    animation: all .3s ease-in-out;
    cursor: pointer;
}

.weapon-item.active {
    background-image: url("../images/dd0_on.png");
}

.tagchecked {
    position: absolute;
    top: 75px;
    left: 0px;
    display: none;
    width: 80px;
    height: 24px;
    line-height: 24px;
    background: #fff url("../images/icon_checkbox.png") 5px center no-repeat;
    text-indent: 26px;
    font-style: normal;
    font-size: 14px;
    color: #ff621d;
    z-index: 3;
}

.weapon-item.active .tagchecked {
    display: block;
}

.imgs {
    position: relative;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.tname {
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    color: #3e3b2f;
}

.active .tname {
    color: #fff;
}

.weapon-checked-equip {
    position: absolute;
    top: 535px;
    left: 488px;
    width: 145px;
    height: 84px;
}

.weapon-effect {
    position: absolute;
    top: 215px;
    left: 58px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.weapon-checked-gun {
    position: absolute;
    top: 242px;
    left: 50px;
    width: 720px;
    height: 200px;
    background: url("../images/weapon0.png") center no-repeat;
    transition: all .3s ease-in-out;
}

.weapon-checked-name {
    position: absolute;
    top: 457px;
    left: 450px;
    width: 182px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}


.buyname {
    height: 48px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #795423;
}

.buytips {
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #795423;
}

.buyzengbar {
    position: relative;
    width: 416px;
    height: 36px;
    margin-top: 4px;
    margin-left: -30px;
}

.zengSelect {
    position: relative;
    width: 190px;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    background-color: #f4dab6;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

.buyzeng {
    position: relative;
    width: 210px;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    background-color: #f4dab6;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
}

.btn-zeng1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 34px;
    line-height: 34px;
    background: #d98c31 linear-gradient(to bottom, #d98c31, #ffdb8f);
    border: 1px solid #fff;
    border-radius: 4px;
    text-shadow: 1px 1px 1px #333;
    font-size: 16px;
    color: #fff;
}

.weapon-checked-price {
    position: absolute;
    top: 596px;
    left: 32px;
}

.weapon-checked-price dd {
    float: left;
    width: 200px;
    margin-right: 16px;
    text-align: center;
}

.weapon-tag1 {
    display: block;
    width: 101px;
    height: 35px;
    line-height: 28px;
    background: url("../images/tag_free.png") left 0 no-repeat;
    text-shadow: 1px 0 0 #333;
    font-size: 15px;
    color: #fff;
}

.weapon-tag2 {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}

.weapon-tag3 {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}

@-webkit-keyframes bounceDown {
    25% {
        transform: translateY(-5px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(5px);
    }
}

@keyframes bounceDown {
    25% {
        transform: translateY(-5px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(5px);
    }
}

.btn-buy {
    width: 327px;
    height: 70px;
    margin: 0 auto;
    background: url(../images/btn_buy.png) no-repeat;
}

.btn-buy1 {
    width: 245px;
    height: 53px;
    margin: 3px auto 0;
    background: url(../images/btn_buy_s.png) no-repeat;
}

.btn:hover {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.unlock {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120px;
    padding-top: 80px;
    background: url("../images/unlock.png") no-repeat;
    background-size: 100% 100%;
    z-index: 56;
}

.unlock em {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7) url("../images/icon_lock.png") 110px center no-repeat;
    text-align: center;
    font-size: 22px;
    color: #b2b0ac;
}

/*-------------------------- part3-准神器套装 end   ---------------------------*/
/* ---------------------- VIP成长值抽取 start ------------------- */
.growth-header {
    position: relative;
    width: 800px;
    height: 417px;
    margin-bottom: 20px;
    overflow: hidden;
}

.growth-slide {
    float: left;
    position: relative;
    width: 341px;
    height: 201px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: url(../images/item_vip.png) no-repeat;
}

.vtop10,
.vtop11 {
    position: absolute;
    top: -4px;
    right: 0;
    width: 240px;
    height: 417px;
    background: url(../images/item_vip_top.png) top center no-repeat;
}

.vtop10 {
    right: 252px;
}

.tagr1 {
    top: 43px;
    right: 37px;
}

.tagr2 {
    top: 181px;
    right: 38px;
}

.tagr3 {
    top: 78px;
    right: 45px;
}

.tagr4 {
    top: 188px;
    right: 46px;
}

.blank2 {
    width: 100%;
    height: 10px;
}

.vip-img {
    padding-top: 43px;
    text-align: center;
}

.giftbag-name {
    position: absolute;
    top: 1px;
    left: -1px;
    width: 168px;
    height: 50px;
    line-height: 18px;
    background-image: url("../images/giftbag_name.png");
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 55;
}

.vtop10 .giftbag-name,
.vtop11 .giftbag-name {
    top: 7px;
}

.giftbag-name span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 36px;
    line-height: 18px;
    padding-top: 4px;
    text-align: right;
}

.giftbag-name b {
    position: absolute;
    top: 0;
    left: 41px;
    display: block;
    width: 52px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 42px;
}

.giftbag-name em {
    position: absolute;
    top: 0;
    left: 92px;
    width: 70px;
    height: 18px;
    line-height: 18px;
    padding-top: 4px;
    font-size: 14px;
    z-index: 5;
}

.vip-tooname {
    position: absolute;
    top: 275px;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    color: #5d341b;
}

.giftbag-pane {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: url(../images/giftbag.png) top center no-repeat;
    text-align: center;
    font-size: 0;
    color: #5d341b;
}

.giftbag-desc {
    position: absolute;
    top: 128px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #5d341b;
}

.giftbag-desc-front {
    font-size: 0;
}

.giftbag-desc-back {
    display: none;
}

.active .giftbag-desc-back {
    display: block;
}

.zegnbar-mask {
    position: absolute;
    left: 1px;
    bottom: 0;
    width: 340px;
    height: 50px;
    background: url(../images/maskzeng.png) no-repeat;
    background-size: 100% 100%;
    z-index: 4;
}

.vip-top .zegnbar-mask {
    width: 240px;
    height: 53px;
}

.active .zegnbar-mask {
    display: none;
}

.btn-giftbag,
.giftbag-pane,
.giftbag-tool {
    -moz-transition-property: opacity, -moz-transform, -moz-box-shadow;
    -moz-transition-duration: .5s;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: .5s;
    transition-property: opacity, transform, box-shadow;
    transition-duration: .5s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.vip-top.active .btn-giftbag,
.growth-slide.active .btn-giftbag,
.growth-slide.active .giftbag-pane {
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    z-index: 8;
}

.giftbag-tool {
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
    z-index: 8;
}

.growth-slide.active .giftbag-tool {
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
    z-index: 10;
}

.giftbag-tool {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 310;
}

.giftbag-img {
    position: relative;
    float: left;
    width: 145px;
    height: 84px;
    margin: 0 5px;
}

.btn-giftbag {
    position: absolute;
    left: 50%;
    bottom: 58px;
    width: 180px;
    height: 39px;
    line-height: 39px;
    margin-left: -90px;
    background: url(../images/btn_open.png) no-repeat;
    font-size: 0;
    z-index: 3;
}

.vip-top .btn-giftbag {
    bottom: 62px;
}

.zegnbar {
    position: absolute;
    left: 20px;
    bottom: 7px;
    width: 300px;
    height: 35px;
    padding-top: 12px;
    border-top: 0;
    overflow: hidden;
    z-index: 3;
}

.vip-top .zegnbar {
    left: 5px;
    width: 230px;
}

.zengInput {
    position: relative;
    width: 210px;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    background-color: #f4dab6;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
}

.vip-top .zengInput {
    width: 150px;
}

.zengInput:focus {
    border-color: #e3a837;
}

.btn-zeng {
    position: absolute;
    top: 12px;
    right: 5px;
    width: 60px;
    height: 34px;
    line-height: 34px;
    background: #d98c31 linear-gradient(to bottom, #d98c31, #ffdb8f);
    border: 1px solid #fff;
    border-radius: 4px;
    text-shadow: 1px 1px 0 #333;
    font-size: 16px;
    color: #fff;
}

.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;
}


.growth-box {
    position: relative;
    width: 1200px;
    margin: 10px auto 0;
}

.growth-content {
    position: relative;
    width: 1100px;
    height: 580px;
    padding-top: 32px;
    padding: 32px 50px 0;
    margin: 0 auto;
    background: url("../images/bg_growth.jpg") center top no-repeat;
}

.growth-list {
    position: relative;
    float: left;
    width: 720px;
    height: 470px;
}

.growth-item {
    float: left;
    width: 232px;
    height: 134px;
    padding-top: 15px;
    margin: 0 4px 8px;
    background: url(../images/growth_item_s.png) no-repeat center center;
}

.growth-item-l {
    width: 352px;
    /* height: 149px; */
    background-image: url(../images/growth_item_l.png);
}

.growth-item-g {
    width: 352px;
    background-image: url(../images/growth_item_g.png);
}

.growth-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
    border: 1px solid #c5922a;
}

.growth-item em {
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 13px;
    text-align: center;
    font-size: 14px;
    color: #5d341b;
}

.growth-info-content {
    float: right;
    position: relative;
    width: 342px;
}

.growth-info {
    width: 334px;
    height: 126px;
    padding-top: 16px;
    margin: 28px auto 0;
    background: url(../images/growth_info.png) no-repeat;
}

.growth-info p {
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #5d341b;
}

.btn-growth-group {
    position: absolute;
    left: 50%;
    bottom: 38px;
    float: left;
    width: 843px;
    margin-left: -421px;
    text-align: center;
    font-size: 0;
}

.btn-growth {
    margin: 0 18px;
}

/* .btn-growth:hover {
    background-image: url(../images/btn_lottery_free.png);
} */

/* ---------------------- VIP成长值抽取 end ------------------- */

/* ---------------------- 经典年卡套装 start ------------------- */
.desc {
    width: 800px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    background: #d6c7a6 linear-gradient(to right, rgba(230, 214, 166, .8), rgba(255, 255, 255, .8) 50%, rgba(230, 214, 166, .8) 100%);
    text-align: center;
    font-size: 18px;
    color: #80481c;
}

.desc4 {
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -400px;
    background: none;
    color: #3e3b2f;
}

.suitbox {
    width: 100%;
    height: 524px;
    padding-top: 100px;
    margin-top: 15px;
    background: url("../images/bg_p2.jpg") center top no-repeat;
}

.dlist {
    width: 460px;
    padding: 0 56px;
}

.ditem {
    float: left;
    width: 182px;
    height: 120px;
    padding-top: 6px;
    margin: 0 24px 10px;
    background-repeat: no-repeat;
}

.ditem-dt {
    width: 216px;
    height: 122px;
    padding-top: 11px;
    margin: 0 122px 18px;
    background-image: url("../images/ddt.png");
}

.ditem-dd {
    background-image: url("../images/dd1.png");
}

.ditem-free {
    float: left;
    width: 182px;
    background-image: url("../images/dd2.png");
}

.dimg {
    position: relative;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.dimg img {}

.dname {
    display: block;
    margin-top: 6px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #3e3b2f;
}

/* ---------------------- 经典年卡套装 end ------------------- */
.explain {
    width: 1100px;
    padding: 20px 0 50px;
    margin: 0 auto;
}

.explain .hdsm h1 {
    line-height: 36px;
    font-size: 16px;
    color: #333;
}

.explain .hdsm p {
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

.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 effectRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes effectRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes effectRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-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 h6 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 20px;
    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;
}

.tagsq {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    background-color: #ff4646;
    border-bottom-left-radius: 6px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #fff;
}

.dialog-html {
    display: none;
}

.dialog-list {
    max-width: 625px;
    padding: 20px 20px 10px;
    background: #c3a15a;
    -webkit-box-shadow: 0 0 15px #000000;
    -moz-box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    z-index: 10;
    overflow: hidden;
}

.dialog-item {
    float: left;
    width: 145px;
    margin: 0 4px 2px;
}

.dialog-item .img {
    display: block;
    max-width: 145px;
    height: 84px;
    margin: 0 auto;
    overflow: hidden;
}

.dialog-item img {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    max-width: 145px;
    max-height: 84px;
    margin: 0 auto;
}

.dialog-item .name {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

/* .page_nav::before {
    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: 1;
}

.page_nav:hover:before {
    -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;
} */