@charset "utf-8";

:root {
    /* --animate-duration: .5s; */
    --animate-delay: 0.3s;
}

.wrap {
    width: 100%;
    min-width: 1250px;
    background: #fbdcb7;
    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);
}

.box1 {
    position: relative;
    width: 100%;
    height: 750px;
    background: url(../images/banner.jpg) center top no-repeat;
    z-index: 3;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1360px;
    height: 750px;
    overflow: hidden;
    animation: fadeInVideo 3s ease-in-out 1s both;
    z-index: 1;
}

.bg-video video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 750px;
    margin-left: -960px;
}

.shenqibg video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 744px;
    margin-left: -960px;
}

#vloop {
    display: none;
}

.header {
    position: relative;
    width: 1200px;
    height: 750px;
    margin: 0 auto;
}

.header_foot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 154px;
    background: url(../images/bg_top.png) center no-repeat;
    z-index: 5;
}

.headtag {
    position: absolute;
    top: 81px;
    left: 50%;
    width: 289px;
    height: 66px;
    margin-left: -145px;
    background: url(../images/tag11.png) center top no-repeat;
    z-index: 4;
}

.userbar {
    width: 1000px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    background: linear-gradient(to right, rgba(242, 97, 97, 0), #f26161 50%, rgba(242, 97, 97, 0));
    z-index: 10;
}

.user {
    position: relative;
    width: 100%;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #fff;
}

.active-time {
    position: relative;
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #fcd799;
    z-index: 5;
}

.ht1,
.ht2 {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 479px;
    height: 90px;
    margin-left: -239px;
    background: url(../images/t1.png) center top no-repeat;
    z-index: 4;
}

.ht2 {
    top: 246px;
    background-image: url(../images/t2.png);
}

.showgun {
    position: absolute;
    top: 341px;
    left: 50%;
    width: 624px;
    height: 152px;
    margin-left: -315px;
    z-index: 4;
}

@-webkit-keyframes mv {}

@keyframes mvHeight {
    0% {
        height: 0;
    }

    100% {
        height: 584px;
    }
}

.couplet {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1385px;
    height: 584px;
    margin-left: -692px;
    background: url(../images/couplet.png) center top no-repeat;
    z-index: 1;
    animation: mvHeight 1.2s ease-in-out both;
}

.grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.container {
    position: relative;
    background: url(../images/bg.jpg) center top no-repeat;
    margin: 0 auto;
    z-index: 4;
}

.section {
    position: relative;
    z-index: 1;
}

.section2 {
    margin-top: 28px;
}

.section-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.pagenav {
    width: 1225px;
    padding-top: 28px;
    margin: 0 auto;
}

.nitem {
    float: left;
    width: 245px;
    height: 80px;
    background: no-repeat;
    text-align: center;
    cursor: pointer;
}

.nitem1 {
    background-image: url("../images/pn1.png");
}

.nitem2 {
    background-image: url("../images/pn2.png");
}

.nitem3 {
    background-image: url("../images/pn3.png");
}

.nitem4 {
    background-image: url("../images/pn4.png");
}

.nitem5 {
    background-image: url("../images/pn5.png");
}

.nitem em {
    display: none;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 30px;
    color: #feeac7;
}

.nitem2 em {
    font-size: 24px;
}

.nitem a {
    display: none;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-decoration: underline;
    font-weight: normal;
    font-size: 0;
    color: #feeac7;
}

.navFixed {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 36px;
    padding: 8px 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.navFixed ul {
    width: 1200px;
    margin: 0 auto;
}

.navFixed ul li {
    float: left;
    width: 230px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    background-image: url(../images/nav_fix.png);
    background-size: 100% 100%;
    border: 1px solid #a08d6c;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #feeac7;
    cursor: pointer;
}

.title {
    position: relative;
    width: 1026px;
    height: 94px;
    margin: 0 auto;
    background: url(../images/title.png) center top no-repeat;
    z-index: 3;
}


.title2 {
    background-position: 0 -94px;
}

.title3 {
    margin-top: 50px;
    background-position: 0 -188px;
}

.title4 {
    background-position: 0 -282px;
}

.title5 {
    background-position: 0 -376px;
}

.title_key {
    width: 1026px;
    height: 145px;
    margin: 18px auto 0;
    background-position: 0 -470px;
}

.tit-des {
    position: absolute;
    top: 88px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #ffe397;
}

.ib {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
}

.tagh {
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background-color: #d20e1f;
    background: linear-gradient(to bottom, #871218, #d20e1f);
    border: 1px solid #e55944;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.tagdate,
.tagmin {
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    width: 42px;
    height: 18px;
    line-height: 18px;
    background: url("../images/tag.png") no-repeat;
    text-indent: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.tagsq {
    position: absolute;
    top: -3px;
    left: -3px;
    display: block;
    width: 88px;
    height: 56px;
    line-height: 56px;
    background: url("../images/tagsq.png") no-repeat;
    text-indent: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.free .tagdate {
    top: 23px;
    right: 30px;
}

.roll-item .tagmin {
    top: 7px;
    right: 6px;
}

/* ----------------------- 免费领取两次-start ----------------------------- */
.section1 {
    height: 308px;
    margin-top: 42px;
    background: url("../images/bg_p1.png") center 58px no-repeat;
}

.rollbox {
    position: relative;
    width: 1360px;
    margin-top: 10px;
}

.roll-content {
    width: 833px;
}

.rollboxtips {
    position: relative;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    letter-spacing: 3px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

#slide1 {
    position: relative;
    width: 831px;
    height: 132px;
    margin-left: 20px;
    overflow: hidden;
}

#slide1::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 823px;
    height: 337px;
    pointer-events: none;
    z-index: 3;
}

.roll-list {
    position: relative;
    width: 5220px;
    /* height: 115px; */
    z-index: 1;
}

.roll-item {
    position: relative;
    float: left;
    width: 158px;
    height: 118px;
    padding: 2px;
    background-color: rgba(210, 47, 17, .5);
    border: 1px solid rgba(205, 153, 107, .6);
    margin: 0 3px;
}

.rolltwo,
.rolltop {
    position: relative;
    width: 158px;
    height: 111px;
    padding-top: 7px;
    margin: 0 auto;
    background: #fbd068 linear-gradient(to bottom, #fff6d3, #fbd068);
}

.roll-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.btn-roll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding-top: 90px;
    /* background: url("../images/btn_free.png") center no-repeat; */
    transition: all .3s ease-in-out;
    text-align: center;
    letter-spacing: 10px;
    font-size: 14px;
    color: #844e23;
}

/*------------------------ 进度条样式 ----------------------*/
.stack-lottery {
    position: relative;
    width: 860px;
    height: 284px;
    margin-left: 80px;
    margin-bottom: 82px;
}

.stepbar {
    position: absolute;
    top: 115px;
    left: 0;
    display: none;
    width: 842px;
    height: 4px;
    background-color: #fff1d3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.stepbar::before {
    position: absolute;
    top: -4px;
    left: -4px;
    content: '';
    display: none;
    width: 12px;
    height: 12px;
    background-color: #dfeefd;
    transform: rotate(45deg);
}

.stepbar-active {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 0%;
    height: 4px;
    background-color: #f33f35;
    transition: all 1s ease-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
}

.stack-lottery-step {
    position: absolute;
    top: 0;
    width: 173px;
    height: 284px;
    background: url("../images/step_item.png") center top no-repeat;
    z-index: 5;
}

.step1 {
    left: 0;
}

.step2 {
    left: 170px
}

.step3,
.step4,
.step5 {
    left: 340px;
    background-image: url("../images/step_sq.png");
}

.step4 {
    left: 510px;
}

.step5 {
    left: 680px;
}

.stack-lottery-step.active {
    background-image: url("../images/step_item_on.png");
}

.stack-lottery-step.step3.active,
.stack-lottery-step.step4.active,
.stack-lottery-step.step5.active {
    background-image: url("../images/step_sq_on.png");
}


.stack-lottery-tit {
    position: absolute;
    top: 210px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 550;
    font-size: 17px;
    color: #fff;
}

.stack-lottery-step.used .stack-lottery-tit {
    color: #e8ab9c;
}

.stack-lottery-ico {
    position: relative;
    display: block;
    width: 161px;
    height: 101px;
}

.stack-ico-gun {
    position: absolute;
    top: 20px;
    left: 50%;
    display: block;
    width: 143px;
    height: 120px;
    margin-left: -71px;
    background: url(../images/step_award.png) center top no-repeat;
    z-index: 3;
}

.stack-ico-gun2 {
    background-position: 0 -120px;
}

.stack-ico-gun3 {
    background-position: 0 -240px;
}

.stack-ico-gun4 {
    background-position: 0 -360px;
}

.stack-ico-gun5 {
    background-position: 0 -480px;
}

.step_used {
    position: absolute;
    top: 34px;
    left: 50%;
    display: none;
    width: 142px;
    height: 142px;
    line-height: 210px;
    margin-left: -71px;
    background: url("../images/step_get.png") center no-repeat;
    text-shadow: 1px 0 3px rgba(0, 0, 0, .5);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    z-index: 4;
}

.used .step_used {
    display: block;
}

.stackcount {
    position: absolute;
    top: 174px;
    left: -69px;
    display: block;
    width: 69px;
}

.stackcount em {
    display: block;
    width: 69px;
    height: 69px;
    line-height: 69px;
    background: url("../images/lucky_count.png") center no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #cd442a;
}

.stackcount b {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #ffeccc;
}

.ico_rec {
    position: absolute;
    top: 176px;
    left: 106px;
    display: block;
    height: 14px;
    line-height: 14px;
    padding: 0 5px;
    background-color: #ff4624;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.stack-ico-gift {
    position: absolute;
    top: 172px;
    right: 60px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .7);
    font-style: normal;
    font-size: 16px;
    color: #fff;
    z-index: 3;
}

.btn-stack {
    position: absolute;
    top: 240px;
    left: 50%;
    width: 134px;
    height: 31px;
    line-height: 31px;
    margin-left: -67px;
    background-image: url(../images/btn_free.png);
    transition: all cubic-bezier(0, 0, 0.33, 1);
    font-size: 18px;
    color: #cb402b;
    z-index: 3;
}

/* ---------------------------------------  P1 双11福利礼包 end  ---------------------------------------- */
/* ----------------------------------  P2 双11全仓非卖品限时集合 start ----------------------------------- */
.section2-content {
    height: 1694px;
    background: url(../images/bg_lottery.png) center 286px no-repeat;
}

.lottery-box {
    position: relative;
    width: 1100px;
    margin: 15px 0 15px 50px;
    z-index: 3;
}

.lottery-list {
    width: 100%;
    height: 100%;
}

.lottery-unit {
    position: relative;
    float: left;
    width: 145px;
    height: 84px;
    padding: 4px;
    margin: 2px;
    background: url(../images/item_lottery.png) no-repeat;
    overflow: hidden;
}

.lottery-unit.active {
    background-image: url("../images/item_lottery_on.png");
}

.lottery-unit-1,
.lottery-unit-2,
.lottery-unit-3,
.lottery-unit-4,
.lottery-unit-5,
.lottery-unit-10 {
    background-image: url("../images/item_lottery_sq.png");
}

.lottery-unit img {
    display: block;
    width: 100%;
    height: 100%;
}

.lottery-unit.none {
    visibility: hidden;
}

.lottery-btn {
    width: 1110px;
    margin-left: 64px;
}

.btn-lottery-show,
.btn-lottery {
    position: relative;
    float: left;
    width: 269px;
    height: 74px;
    line-height: 74px;
    margin: 0 4px;
    background-image: url(../images/btn_lucky.png);
    background-size: 100% 100%;
    transition: all .3s ease;
    /* text-shadow: 1px 1px 0 #ff8400; */
    /* font-family: 'alibaba'; */
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #cd442a;
    cursor: pointer;
}


.lottery-tips {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #300707;
}

.maskL {
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
    width: 145px;
    height: 84px;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 0;
}

.lottery-unit:hover .maskL,
.lottery-unit.active .maskL {
    display: none;
}

/* .maskL {
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 84px;
    text-align: center;
    font-size: 18px;
    color: #fff;
} */

.lottery-absolute p {
    text-align: center;
}

.effect {
    position: absolute;
    top: 488px;
    left: 5px;
    width: 24px;
    line-height: 26px;
    height: 313px;
    padding: 93px 14px;
    font-size: 20px;
    color: #feeac7;
    overflow: hidden;
}

.effect::after {
    position: absolute;
    top: -100px;
    left: 0;
    width: 88px;
    height: 88px;
    content: '';
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    -webkit-transform: skewx(-60deg);
    -moz-transform: skewx(-60deg);
    -o-transform: skewx(-60deg);
    transform: skewx(-60deg);
    -webkit-animation: mv 1.8s ease-in-out infinite;
    -moz-animation: mv 1.8s ease-in-out infinite;
    -o-animation: mv 1.8s ease-in-out infinite;
    animation: mv 1.8s ease-in-out infinite;
    z-index: 3;
}

@-webkit-keyframes mv {}

@keyframes mv {
    100% {
        top: 450px;
    }
}

.lottery-log {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 180px;
    line-height: 24px;
    padding-top: 74px;
    background: no-repeat;
    font-size: 13px;
    color: #fff;
    z-index: 4;
    overflow: hidden;
}

.log1 {
    top: 322px;
    left: 50%;
    height: 110px;
    margin-left: 266px;
}

.log2 {
    top: 3px;
    right: -78px;
    height: 288px;
    background-image: url("../images/log2.png");
}

.log3 {
    top: -80px;
    left: 50%;
    width: 355px;
    height: 258px;
    padding-top: 60px;
    margin-left: 336px;
    background-image: url("../images/log3.png");
}

.log4 {
    top: -80px;
    height: 228px;
    background-image: url("../images/log4.png");
    pointer-events: none;
}

.lottery-log .logCont {
    width: 288px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.log2 .logCont {
    width: 288px;
    height: 188px;
}

.log3 .logCont {
    width: 320px;
    height: 186px;
}

.log4 .logCont {
    width: 288px;
    height: 128px;
}

.lottery-log ul {
    width: 100%;
    overflow: hidden;
}

.lottery-log li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}

/* animation: bounce-down 1s linear infinite; */

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateX(-5px);
    }

    50%,
    100% {
        -webkit-transform: translateX(0);
    }

    75% {
        -webkit-transform: translateX(5px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateX(-5px);
    }

    50%,
    100% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(5px);
    }
}

/* ---------------------------  P2 双11全仓非卖品限时集合 end  ------------------------------*/
/*----------------------------- P3 新青花重磅回归 start   ----------------------------------*/

.free {
    position: absolute;
    top: 144px;
    left: 50%;
    width: 208px;
    height: 150px;
    padding-top: 24px;
    margin-left: -700px;
    background: url(../images/free.png) no-repeat;
    z-index: 9;
}

.free img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.btn-free {
    width: 134px;
    height: 31px;
    line-height: 31px;
    margin: 14px auto 0;
    background: url(../images/btn_free.png) center no-repeat;
    text-align: center;
    font-size: 18px;
    color: #cb402b;
}


/*-------------------------- P3 新青花重磅回归 end   ---------------------------*/
/*-------------------------------  抽奖弹窗   ---------------------------------*/
#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;
}

.lucky-list {
    text-align: center;
    margin: 0 20px;
    font-size: 0;
}

.lucky-list li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 230px;
    margin-bottom: 10px;
    text-align: center;
}

.lucky-list li img {
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.lucky-list .card_name {
    display: block;
    width: 100%;
    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;
}

.explain {
    width: 1100px;
    padding: 50px 0 50px;
    -webkit-text-shadow: 0px 0 1px #bbb;
    -moz-text-shadow: 0px 0 1px #bbb;
    text-shadow: 0px 0 1px #bbb;
    margin: 0 auto;
    color: #cd442a;
}

.explain .hdsm h1 {
    line-height: 36px;
    font-size: 16px;
}

.explain .hdsm p {
    line-height: 28px;
    font-size: 14px;
}

.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;
}

.btnhover::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 1px;
    left: 0;
    direction: rtl;
    z-index: -1;
    border-radius: 8px;
    -webkit-box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    -moz-box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}


.btnhover:hover::after {
    left: auto;
    right: -1px;
    width: 100%;
}

.layui-layer-content {
    font-size: 14px;
}


/* --------------------------------- 子弹抽奖-start ---------------------------- */

.btn_keyScreen {
    position: relative;
    width: 269px;
    height: 74px;
    line-height: 74px;
    margin: 0 auto;
    background: url(../images/btn_lucky.png) no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #cc3436;
    z-index: 56;
}

.keytips {
    position: absolute;
    top: 188px;
    left: 750px;
    font-size: 14px;
    color: #cd442a;
}

.keybox {}

.keyItem {
    position: relative;
    float: left;
    width: 288px;
    height: 430px;
    margin: 0 6px;
    background: url("../images/keyitem.png") center 20px no-repeat;
}

.btn_keyitem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 396px;
    z-index: 3;
    cursor: pointer;
}

.keyItem4 {
    background-image: url("../images/fudai.png");
    background-position: center top;
}

.keyAvartar {
    width: 200px;
    height: 233px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.keyAvartar1 {
    background-image: url("../images/avatar_tong.png");
}

.keyAvartar2 {
    background-image: url("../images/avatar_yin.png");
}

.keyAvartar3 {
    background-image: url("../images/avatar_jin.png");
}

.bullet {
    position: absolute;
    top: 408px;
    left: 50%;
    width: 268px;
    height: 26px;
    line-height: 26px;
    margin-left: -134px;
    background-color: #d39e7f;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.keyIco {
    position: absolute;
    top: 142px;
    left: 50%;
    width: 164px;
    height: 164px;
    margin-left: -82px;
    background: center no-repeat;
}

.keyIco1 {
    background-image: url("../images/key_tong.png");
}

.keyIco2 {
    background-image: url("../images/key_yin.png");
}

.keyIco3 {
    background-image: url("../images/key_jin.png");
}

.keyIco4 {
    background-image: url("../images/key_shenqi.png");
}

/* --------------------------------- 子弹抽奖-end ------------------------------ */

@-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);
    }
}

.artifact-li.active i {
    animation: bounceDown 1s ease-in infinite;
}

@keyframes shan {
    25% {
        opacity: .5;
    }

    50%,
    100% {
        opacity: 1;
    }

    75% {
        opacity: .8;
    }
}

@-webkit-keyframes bounceDown2 {
    25% {
        transform: translateY(-3px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(3px);
    }
}

@keyframes bounceDown2 {
    25% {
        transform: translateY(-3px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(3px);
    }
}

.slideImg {
    animation: bounceDown2 1s ease-in infinite;
}


/*------------------------------------ 套装购买 ------------------------------*/
.section4 {
    height: 1315px;
    background: url("../images/bg56.jpg") center top no-repeat;
}

.suitbox {
    width: 100%;
    height: 1008px;
    margin-top: 15px;
    color: #fff;
}

.suitpane {
    position: relative;
    width: 575px;
    height: 860px;
    padding-top: 64px;
    background: url("../images/suit_vip.png") center top no-repeat;
}

.suitpane.fl {
    /* margin-left: 28px; */
}

.suitpane.fr {
    /* margin-right: 23px; */
}

.suitName {
    width: 100%;
    height: 42px;
    background: center no-repeat;
}

.suitpane.fl .suitName {
    background-image: url("../images/suit_name2.png");
}

.suitpane.fr .suitName {
    background-image: url("../images/suit_name1.png");
}

.suitMain {
    margin-top: 28px;
    text-align: center;
}

.suitMain-item {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: ;
    margin: 0 9px;
}

.dlist {
    width: 516px;
    margin: 0 auto;
    margin-top: 20px;
}

.dlist2 {
    width: 420px;
    height: 182px;
}

.ditem {
    position: relative;
    float: left;
    background-repeat: no-repeat;
    /* transition: all .2s ease; */
}

.ditem-dt {
    width: 309px;
    height: 155px;
    padding-top: 25px;
    margin: 0 48px;
}

.ditem-free {
    width: 182px;
    height: 145px;
    padding-top: 33px;
    margin: 0 14px;
    background-image: url("../images/dfree.png");
}

.ditem-dd {
    position: relative;
    width: 127px;
    height: 132px;
    padding-top: 50px;
    margin: 0 1px;
    background: url("../images/discount1.png") center no-repeat;
    cursor: pointer;
}

/* ffdb3d  fff9e9 */
.ditem-dd.active {
    background-image: url("../images/discount2.png");
}

.dimg {
    position: relative;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.dimg img {
    display: block;
    width: 100%;
}

.suitMain .dimg {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
    border: 1px solid #ffed88;
}

.ditem-dd .dimg {
    width: 106px;
    height: 62px;
}

.ditem-dd.active .dimg {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
}

.dname {
    position: relative;
    display: block;
    margin-top: 6px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #cd442a;
    z-index: 3;
}

.del {
    position: relative;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #666;
    z-index: 3;
}

.suitMain .dname {
    margin-top: 0;
    font-size: 16px;
    color: #8e2816;
}

.p1 {
    position: absolute;
    top: 225px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: -5px;
    letter-spacing: 5px;
    text-align: center;
    font-size: 16px;
    color: #8e2816;
}

.discount4 {
    position: absolute;
    top: 115px;
    left: 116px;
    display: none;
    width: 40px;
    height: 18px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #f00;
    z-index: 3;
}

.zengGift {
    position: relative;
    width: 482px;
    height: 54px;
    margin: 7px auto 0;
}

.zengVipIpt {
    display: block;
    width: 326px;
    height: 52px;
    line-height: 52px;
    background: #ee7c5d;
    border: 1px solid #e6a08e;
    text-align: center;
    font-size: 28px;
    color: #fff3c8;
    outline: none;
}

.zengVipIpt::-webkit-input-placeholder,
.zengVipIpt::-moz-placeholder,
.zengVipIpt::placeholder {
    color: #f7be99;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-zengvip {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 161px;
    height: 54px;
    line-height: 54px;
    background: url("../images/btn_zeng.png") no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #cd442a;
}

.zengMonth {
    width: 458px;
    margin: 0 auto;
}

.zengMonth li {
    position: relative;
    float: left;
    width: 217px;
    height: 121px;
    padding-top: 18px;
    background: url("../images/zeng_month.png") center no-repeat;
    margin: 0 6px;
    text-align: center;
}

.zengMonth li img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.zengMonth li em {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #e2a37f;
}

.tagchecked {
    position: absolute;
    top: 138px;
    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;
}

.ditem-dd .tagchecked {
    top: 10px;
}

.suitPrice {
    position: relative;
    width: 240px;
    height: 63px;
    margin: 26px auto 0;
}

.suitPrice_ico {
    display: block;
    width: 240px;
    height: 63px;
    margin: 0 auto;
    background: no-repeat;
}

.suitPrice_k29 {
    background-image: url("../images/kb_2299.png");
}

.suitPrice_k16 {
    background-image: url("../images/kb_16.png");
}

.ii {
    position: absolute;
    top: 26px;
    right: -10px;
    display: block;
    font-weight: bold;
    font-size: 30px;
    color: #b6410a;
}

.ii2 {
    right: -24px;
}

.btn-suit {
    width: 357px;
    height: 92px;
    line-height: 92px;
    margin: 0 auto;
    background: url("../images/btn_suit.png") center no-repeat;
    transition: all .3s ease;
    font-weight: bold;
    font-size: 33px;
    border-radius: 4px;
    color: #cd442a;
    cursor: pointer;
}

.tag_free {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 7px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #fff;
}

.ditem .tagdate {
    top: 2px;
    right: 2px;
}

.zengImg2 {
    position: relative;
    width: 480px;
    height: 139px;
    margin: 0 auto;
    background: url("../images/zeng_week.png") center no-repeat;
}

.zengName2 {
    position: absolute;
    top: 104px;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #e2a37f;
}

.zengName {
    height: 36px;
    line-height: 36px;
    margin-top: 106px;
    text-align: center;
    font-family: '思源黑体';
    font-weight: bold;
    font-size: 34px;
    color: #fff3c8;
}

.p2 {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #fff3c8;
}

.imonth,
.iweek {
    position: absolute;
    top: 3px;
    left: 7px;
    display: block;
    width: 65px;
    height: 27px;
    background: no-repeat;
}

.imonth {
    background-image: url("../images/imonth.png");
}

.iweek {
    background-image: url("../images/iweek.png");
}

/* ---------------------- 经典年卡套装 end ------------------- */
.section3 {
    margin-top: 52px;
    background: url("../images/bg3.jpg") center 80px no-repeat;
}

.content-shenqi {
    position: relative;
    width: 100%;
    height: 744px;
    margin-top: 15px;
    z-index: 3;
}

.shenqibg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: center top no-repeat;
    z-index: 1;
}

.shenqibg1 {
    display: block;
    background-image: url("../images/bg_tf.jpg");
}

.shenqibg2 {
    background-image: url("../images/bg_tj.jpg");
}

.shenqibg3 {
    background-image: url("../images/bg_lx_ak.jpg");
}

.shenqibg4 {
    background-image: url("../images/bg_lx_m4.jpg");
}

.shenqibg5 {
    background-image: url("../images/bg_lx_all.jpg");
}


.content-shenqi-body {
    position: relative;
    height: 744px;
    z-index: 2;
}

.four-nav {
    position: fixed;
    top: 50%;
    left: 0;
    display: none;
    width: 324px;
    height: 492px;
    padding-top: 58px;
    margin-top: -304px;
    background: url(../images/art_menu_default.png) center top no-repeat;
    z-index: 111;
}

.four-nav-item {
    position: relative;
    width: 296px;
    height: 83px;
    background: url(../images/art_menu_item.png) center no-repeat;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.four-nav-item.active {
    background-image: url(../images/art_menu_item_on.png);
}

.currentNav {
    position: absolute;
    top: -10px;
    left: 0px;
    display: none;
    width: 339px;
    height: 123px;
    line-height: 83px;
    background: url("../images/art_nav_on.png") center no-repeat;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    text-indent: 16px;
    font-weight: bold;
    font-size: 0;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}

.four-nav-item.active .currentNav {
    display: block;
}

.navicoss {
    position: absolute;
    top: 18px;
    left: 30px;
    display: block;
    width: 223px;
    height: 50px;
    background: url("../images/art_name.png") center top no-repeat;
    transition: all .3s ease;
    font-size: 0;
    color: #fff;
    z-index: 3;
}

.four-nav-item.active .navicoss {
    background-image: url("../images/art_name2.png");
}

.navicoss1 {
    background-position: 0 -50px;
}

.navicoss2 {
    background-position: 0 -100px;
}

.navicoss3 {
    background-position: 0 -150px;
}

.navicoss4 {
    background-position: 0 -200px;
}


.four-nav-tool1,
.four-nav-tool2 {
    top: 34px;
    width: 102px;
    height: 59px;
}

.four-nav-tool1 {
    left: 107px;
    background-image: url(../images/card_self4.png);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.four-nav-item1 .four-nav-tool1 {
    background-image: url(../images/card_self2.png);
}

.four-nav-tool2 {
    left: 198px;
    background-size: 100% 100%;
    z-index: 1;
}

.four-nav-item1 .four-nav-tool2,
.four-nav-item2 .four-nav-tool2 {
    background-image: url(../images/equip_awp.jpg);
}

.four-nav-item3 .four-nav-tool2,
.four-nav-item4 .four-nav-tool2 {
    background-image: url(../images/equip_ak.jpg);
}

.four-nav-item .four-nav-checked {
    top: -7px;
    left: 332px;
    display: none;
    width: 136px;
    height: 137px;
    background-image: url(../images/icon_checked.png);
}

.four-nav-item:hover .four-nav-checked {
    display: block;
    animation: heartBeatLoop 1s ease-in-out infinite;
    background-image: url(../images/icon_checked2.png);
}

.four-nav-item.active .four-nav-checked {
    display: block;
    /* animation: heartBeatLoop 1s ease-in-out infinite; */
}

.navName {
    position: absolute;
    top: 33px;
    left: 200px;
    display: none;
    width: 88px;
    height: 20px;
    line-height: 20px;
    /* background: linear-gradient(to bottom, #ffe0ca, #fdba2d);
    -webkit-background-clip: text;
    background-clip: text; */
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fdba2d;
    opacity: 0;
    z-index: 5;
}

.fix_close .navicoss {
    opacity: 0;
}

.fix_close .navName {
    display: block;
    opacity: 1;
}

.four-nav-item.active .navName {
    /* background: linear-gradient(to bottom, #ffdfc4, #fdbb31);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; */
    /* -webkit-text-stroke: 1px #b8b8b8; */
    /* text-stroke: 1px #b8b8b8; */
    text-shadow: 0 0 1px rgba(0, 0, 0, .7), 0 0 3px rgba(0, 0, 0, .7), 0 0 5px rgba(0, 0, 0, .7), 0 0 15px rgba(0, 0, 0, .7);
    color: #fecd78;
}

.close_fixnav {
    position: absolute;
    top: 228px;
    right: -15px;
    width: 73px;
    height: 105px;
    background: url("../images/close_nav.png") center no-repeat;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 3;
}

.fix_close .close_fixnav {
    background-image: url(" ../images/close_nav2.png");
}

.hasico {
    position: absolute;
    top: 17px;
    right: 10px;
    display: none;
    width: 45px;
    height: 53px;
    background: url("../images/hasico.png") center no-repeat;
}


.four-nav-item.hasfudai .hasico {
    display: block;
}

.fix_close .four-nav-item .hasico {
    display: none;
}

/* 神器右侧主体 */
.content-shenqi-main {
    position: relative;
    width: 1200px;
    height: 744px;
    margin: 0 auto;
}

.shenqi-content {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 744px;
    z-index: 3;
}

.shenqi-content1 {
    display: block;
}

.videobox {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1920px;
    height: 1080px;
    margin-left: -960px;
    z-index: 1;
}

.videoArt {
    display: none;
}

.videoArt1 {
    display: block;
}

.shenqi-video {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1920px;
    height: 1080px;
    margin-left: -960px;
}

.effect-img {
    position: absolute;
    top: 360px;
    left: 50%;
    width: 747px;
    height: 134px;
    margin-left: -374px;
}

.art_effect {
    position: absolute;
    top: 199px;
    right: 13px;
    width: 271px;
    height: 134px;
    background: url("../images/art_effect.png") no-repeat;
}

.art_xz {
    position: absolute;
    top: 90px;
    left: 0px;
    display: none;
    width: 340px;
    height: 250px;
    background: url("../images/art_xz.png") no-repeat;
}

.art_xz2 {
    background-position: -340px 0;
}

.art_xz3 {
    background-position: -680px 0;
}

.art_xz4 {
    background-position: -1020px 0;
}

.art_privilege {
    position: absolute;
    top: 312px;
    left: 330px;
    display: none;
    width: 560px;
    height: 160px;
    background: url("../images/art_privilege.png") no-repeat;
}

.art_privilege2 {
    background-position: 0 -160px;
}

.art_privilege3 {
    background-position: 0 -320px;
}

.art_privilege4 {
    background-position: 0 -480px;
}

.artlogo {
    position: absolute;
    top: 132px;
    right: 20px;
    width: 312px;
    height: 154px;
    background: url("../images/artlogo.png") no-repeat;
    z-index: 9;
}

.art_gain {
    position: absolute;
    top: 430px;
    left: 50%;
    width: 688px;
    height: 179px;
    margin-left: -344px;
    background: center no-repeat;
}

.art_gain1 {
    background-image: url('../images/tf_t.png');
}

.art_gain2 {
    background-image: url('../images/tj_t.png');
}

.art_gain3 {
    background-image: url('../images/lx_ak_t.png');
}

.art_gain4 {
    background-image: url('../images/lx_m4_t.png');
}

.art_gain5 {
    background-image: url('../images/lx_t.png');
}

.zengpane {
    position: absolute;
    top: 472px;
    left: 20px;
    width: 596px;
    height: 124px;
}

.zengpane-item {
    float: left;
    width: 174px;
    height: 124px;
    padding-left: 14px;
    margin-right: 10px;
    background: url("../images/zeng_item.png") no-repeat;
}

.zengpane-item em {
    display: block;
    height: 32px;
    line-height: 30px;
    text-indent: 14px;
    font-size: 14px;
    color: #f00;
}

.zengpane-item img {
    display: block;
    margin: 0 auto;
}

.zengpane-item .tagmin {
    top: 30px;
    right: 26px;
}


.zixuan-tool2 {
    position: absolute;
    top: 338px;
    right: -108px;
    width: 371px;
    height: 248px;
    padding: 3px;
    background: url("../images/zixuan.png") center no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.zixuan-title {
    height: 28px;
    line-height: 28px;
    padding-top: 8px;
    margin-bottom: 14px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ffe5b2;
}

.zixuan-list {
    width: 306px;
    margin: 0 auto;
    font-size: 0;
}

.zixuan-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    margin: 0 10px 12px;
    width: 133px;
    height: 77px;
    cursor: pointer;
}

.zixuan-item::before {
    position: absolute;
    top: -4px;
    left: -6px;
    content: '';
    display: none;
    width: 145px;
    height: 85px;
    background-color: #ff8a00;
    border-radius: 3px;
}

.zixuan-item::after {
    position: absolute;
    top: -2px;
    left: -4px;
    content: '';
    display: none;
    width: 141px;
    height: 81px;
    background-color: #ff2f2f;
    border-radius: 3px;
}

.zixuan-item.active::before,
.zixuan-item.active::after {
    display: block;
}

.zixuan-tool-card {
    position: relative;
    display: block;
    width: 133px;
    height: 77px;
    z-index: 3;
}

.maskzi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wrap.png);
    transition: all .3s ease-in-out;
    opacity: 1;
    z-index: 4;
}

.zixuan-item.active .maskzi {
    opacity: 0;
}

.zixuan-checked {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 72px;
    height: 24px;
    line-height: 24px;
    background: #fff url(../images/icon_checkbox.png) 8px center no-repeat;
    transition: all .3s ease-in-out;
    opacity: 0;
    text-align: left;
    text-indent: 28px;
    font-size: 12px;
    color: #ff621d;
    z-index: 4;
}

.zixuan-item.active .zixuan-checked {
    opacity: 1;
}

.btn-buy {
    position: absolute;
    left: 50%;
    width: 240px;
    height: 59px;
    line-height: 52px;
    background: center no-repeat;
    transition: all .3s ease;
    text-shadow: 0 1px 0 rgba(49, 33, 2, 0.5);
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #fff;
    cursor: pointer;
}

.btn_buy1 {
    top: 600px;
    width: 378px;
    height: 107px;
    margin-left: -189px;
    background-image: url("../images/btn_buy_tf.png");
}

.btn_buy2 {
    top: 618px;
    width: 364px;
    height: 81px;
    margin-left: -182px;
    background-image: url("../images/btn_buy_tj.png");
}

.btn_buy3,
.btn_buy4 {
    top: 594px;
    width: 369px;
    height: 135px;
    margin-left: -184px;
    background-image: url("../images/btn_buy_lxak.png");
}

.btn_buy5 {
    top: 618px;
    width: 332px;
    height: 72px;
    margin-left: -169px;
    background-image: url("../images/btn_buy_lx.png");
}

.delsq {
    position: absolute;
    top: 702px;
    left: 50%;
    display: block;
    width: 200px;
    height: 24px;
    line-height: 24px;
    margin-left: -100px;
    text-align: center;
    font-size: 16px;
    color: #a3a4a4;
}

.art_line {
    position: absolute;
    top: 178px;
    left: 132px;
    width: 384px;
    height: 231px;
    background-repeat: no-repeat;
}

.art_line1 {
    background-image: url("../images/line_tf.png");
}

.art_line2 {
    background-image: url("../images/line_tj.png");
}

.art_line3 {
    background-image: url("../images/line_lx.png");
}

.art_e {
    position: absolute;
    width: 217px;
    height: 83px;
    background: no-repeat;
}

.art_e1 {
    top: 140px;
    left: 50px;
}

.art_e2 {
    top: 266px;
    left: 6px;
}

.art_e3 {
    top: 384px;
    left: 52px;
}

.art_e11 {
    background-image: url("../images/tf_e1.png");
}

.art_e12 {
    background-image: url("../images/tf_e2.png");
}

.art_e13 {
    background-image: url("../images/tf_e3.png");
}

.art_e21 {
    background-image: url("../images/tj_e1.png");
}

.art_e22 {
    background-image: url("../images/tj_e2.png");
}

.art_e23 {
    background-image: url("../images/tj_e3.png");
}

.art_e31 {
    background-image: url("../images/lx_ak_e1.png");
}

.art_e32 {
    background-image: url("../images/lx_ak_e2.png");
}

.art_e33 {
    background-image: url("../images/lx_ak_e3.png");
}

.art_e43 {
    background-image: url("../images/lx_m4_e3.png");
}

.art_e53 {
    background-image: url("../images/lx_e3.png");
}

/*-------------------------- 神器购买-end   ---------------------------*/
/*-------------------------- 翻牌-start ---------------------------*/
.giftbag-main {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 116px;
    background: url("../images/bg35.jpg") center top repeat-y;
    background-size: 1920px 100%;
    z-index: 3;
}

.giftbag-title {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 32px;
    color: #732f15;
}

.giftbag-tips {
    /* position: absolute;
    top: -100px;
    left: 0; */
    width: 100%;
    height: 63px;
    line-height: 30px;
    padding-top: 52px;
    margin-top: 20px;
    background: url("../images/giftbag_title.png") center top no-repeat;
    text-align: center;
    font-size: 18px;
    color: #fff4d4;
}

.gift-list {
    position: absolute;
    top: 0px;
    left: 50%;
    display: none;
    width: 1200px;
    height: 404px;
    margin-left: -600px;
}

.gift_list1 {
    display: block;
}

.gift-item {
    float: left;
    position: relative;
    width: 288px;
    height: 434px;
    margin: 0 6px 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gift-item-doubel {
    display: none;
}

.gift_count {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 268px;
    height: 26px;
    line-height: 26px;
    margin-left: -134px;
    background-color: #962610;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.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: 408px;
    -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 {
    background: url(../images/fudai.png) no-repeat;
    cursor: pointer;
    z-index: 10;
}

.cardico {
    position: absolute;
    top: 134px;
    left: 50%;
    display: block;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    background: url('../images/cardico.png') no-repeat;
    /* transition: all .3s ease-in-out; */
}

.cardico2 {
    background-position: -200px 0;
}

.cardico3,
.cardico4,
.cardico5 {
    background-position: -400px 0;
}


.gift-content-front:hover .cardico {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.gift-content-back {
    background: url(../images/giftbag_back.png) center 20px 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: .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;
}


.gift-name {
    position: absolute;
    top: 300px;
    left: 16px;
    width: 255px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #973a23;
    z-index: 5;
}

.bagname {
    position: absolute;
    top: 349px;
    left: 0;
    display: none;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .9);
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    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;
    top: 20px;
    left: 50%;
    width: 210px;
    height: 350px;
    margin-left: -105px;
}

.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 {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    color: #ffb400;
}

.zegnsku em {
    font-weight: bold;
    font-size: 22px;
    color: #ce1e0b;
}

.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,
.heartbeat:hover {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.zengDate {
    position: absolute;
    top: 306px;
    right: 12px;
    display: none;
    width: 61px;
    height: 20px;
    line-height: 20px;
    background: url(../images/tag.png) center no-repeat;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.zegnbar,
.zegnbar2 {
    position: absolute;
    top: 348px;
    left: 21px;
    width: 242px;
    height: 28px;
    line-height: 28px;
    transition: all .3s ease-in-out;
    border: 2px solid #bdab61;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.zegnbar2 {
    display: none;
    width: 224px;
    padding: 0 5px;
    background-color: #f6eab7;
    text-align: center;
    font-size: 16px;
    color: #210f00;
}

.zengInput {
    display: block;
    width: 224px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    background-color: #f7f2e1;
    font-size: 16px;
    color: #333;
    transition: all .3s ease-in-out;
    border: none;
    outline: none;
}

.zengInput:focus {
    border-color: #ff9200;
}

.btn-zeng {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 28px;
    line-height: 28px;
    background-color: #ff9200;
    font-size: 16px;
    color: #fff;
}

.id2 {
    position: absolute;
    top: 10px;
    width: 23px;
    height: 45px;
    padding: 9px 10px;
    background: url("../images/tagd.png") center no-repeat;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.id22 {
    left: 258px;
}

.id23 {
    left: 428px;
}

.id24 {
    left: 610px;
}

.etbox {
    position: absolute;
    top: 581px;
    width: 100%;
    height: 24px;
}

.et {
    position: absolute;
    top: 0;
    display: block;
    width: 150px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.et1 {
    left: 267px;
}

.et2 {
    left: 436px;
}

.et3 {
    left: 606px;
}

.et4 {
    left: 779px;
}

.player_name {
    display: inline-block;
    vertical-align: top;
    max-width: 130px;
    height: 24px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*-------------------------- 翻牌-end   ---------------------------*/
.section5 {
    margin-top: -72px;
}

.popup-limited-content {
    position: relative;
    width: 1200px;
    height: 670px;
    background: url("../images/p5.jpg") no-repeat;
}

.ptgift {
    position: absolute;
    top: 368px;
    left: 296px;
    width: 912px;
}

.ptgift-item {
    float: left;
    width: 234px;
    padding: 0 35px;
}

.ptgift-row {
    height: 18px;
    line-height: 18px;
    padding-top: 16px;
    padding-right: 5px;
    border-bottom: 1px solid #f4cc9e;
}

.ptgift-row em,
.ptgift-row b {
    font-weight: normal;
    font-size: 14px;
}

.ptgift-row em {
    float: left;
    color: #9c1208;
}

.ptgift-row b {
    float: right;
    color: #fff4d0;
}

.pt1,
.pt2 {
    position: absolute;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 23px;
    color: #fff;
}

.pt1 {
    top: 42px;
    left: 556px;
    font-weight: bold;
    font-size: 38px;
}

.pt2 {
    top: 388px;
    left: 56px;
    line-height: 40px;
    text-align: right;
    font-weight: normal;
    font-size: 26px;
}

.contact-t1 {
    position: relative;
    display: block;
    height: 24px;
    line-height: 24px;
    padding-left: 280px;
    margin-top: 8px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #cb5d19;
}

.contact-t2 {
    position: absolute;
    top: 0px;
    display: block;
    height: 24px;
    line-height: 24px;
    padding-left: 80px;
    font-weight: normal;
    font-size: 16px;
    color: #cb5d19;
}

.contact-t2 {
    left: 580px;
}

.contact-t2-i1 {
    position: absolute;
    top: -4px;
    left: 42px;
    width: 31px;
    height: 31px;
    background-image: url(../images/ico_avatar.png);
}

.contact-t2-i2 {
    position: absolute;
    top: 0;
    left: 144px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_qq.png);
}

.link_server {
    display: block;
    width: 265px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    background: url("../images/btn_lucky_hover.png") no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #cd442a;
}

.poolPop {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 111;
}

.maskp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.poolContent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 792px;
    height: 412px;
    margin-top: -206px;
    margin-left: -396px;
    background: url('../images/pool_bg.png') center no-repeat;
}

.poolTname {
    height: 30px;
    line-height: 30px;
    padding-top: 21px;
    margin-bottom: 29px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ffe5b2;
}

.poolRow {
    position: relative;
    width: 550px;
    line-height: 24px;
    padding-left: 120px;
    margin: 0 auto 24px;
    margin-left: 70px;
    margin-bottom: 24px;
    font-size: 16px;
    color: #ac4018;
}

.poolRow b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    font-weight: normal;
}

.btn_confirm_poll {
    width: 269px;
    height: 74px;
    line-height: 74px;
    margin: 0 auto;
    margin-top: -12px;
    background: url(../images/btn_lucky.png) center no-repeat;
    text-align: center;
    font-size: 24px;
    color: #cb402b;
}