@charset "utf-8";

:root {
    /* --animate-duration: .5s; */
    --animate-delay: 0.3s;
}

.wrap {
    width: 100%;
    min-width: 1280px;
    background: #fff1cd;
    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: 825px;
    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: 800px;
    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: 100%;
    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: 100%;
    height: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    z-index: 10;
}

.user {
    position: relative;
    width: 100%;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #7b0009;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #7b0009;
}

.active-time {
    position: relative;
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin-top: -30px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #7b0009;
    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 0 no-repeat;
    margin: 0 auto;
    z-index: 4;
}

.section {
    position: relative;
    z-index: 1;
}

.section2 {
    margin-top: 12px;
    z-index: 3;
}

.section-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.section-desc {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #b63f1e;
    z-index: 3;
}

.pagenav {
    width: 1430px;
    margin: 0 auto;
    text-align: center;
}

.nitem {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 283px;
    height: 77px;
    margin-bottom: 2px;
    background: no-repeat;
    text-align: center;
    font-size: 0;
    cursor: pointer;
}

.nitem1 {
    background-image: url("../images/pnav1.png");
}

.nitem2 {
    background-image: url("../images/pnav2.png");
}

.nitem3 {
    background-image: url("../images/pnav3.png");
}

.nitem4 {
    background-image: url("../images/pnav4.png");
}

.nitem5 {
    background-image: url("../images/pnav5.png");
}

.nitem6 {
    background-image: url("../images/pnav6.png");
}

.nitem7 {
    background-image: url("../images/pnav7.png");
}

.nitem8 {
    background-image: url("../images/pnav8.png");
}

.nitem9 {
    background-image: url("../images/pnav9.png");
}

.nitem em {
    display: none;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 30px;
    color: #feeac7;
}

.nitem2 em {
    font-size: 24px;
}

.pnav_tag1,
.pnav_tag2 {
    position: absolute;
    top: -7px;
    right: 0;
    width: 78px;
    height: 24px;
}

.pnav_tag1 {
    background-image: url("../images/pnav_tag1.png");
}

.pnav_tag2 {
    background-image: url("../images/pnav_tag2.png");
}

.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: 122px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    background: linear-gradient(to bottom, #cc1a0f 60%, #f3b278);
    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: 154px;
    margin: 0 auto;
    background: url(../images/title.png) center top no-repeat;
    z-index: 3;
}

.title1 {
    background-image: url("../images/title1.png");
    /* background-position: 0 -94px; */
}

.title2 {
    background-image: url("../images/title2.png");
    /* background-position: 0 -94px; */
}

.title3 {
    background-image: url("../images/title3.png");
    /* background-position: 0 -188px; */
}

.title4 {
    background-image: url("../images/title4.png");
    /* background-position: 0 -282px; */
}

.title5 {
    background-image: url("../images/title5.png");
    /* 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: #da1414;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.tagsq {
    position: absolute;
    top: 60px;
    left: -3px;
    display: block;
    width: 157px;
    height: 34px;
    line-height: 56px;
    background: url("../images/tag_effect_sq.png") no-repeat;
    text-indent: 5px;
    text-align: center;
    font-size: 0;
    color: #fff;
    z-index: 3;
}

.free .tagdate {
    top: 23px;
    right: 30px;
}

.roll-item .tagmin {
    top: 1px;
    right: 1px;
}

/* ----------------------- 免费领取两次-start ----------------------------- */
.section1 {}

.rollbox {
    position: relative;
    margin-top: -46px;
}

.roll-aside {
    position: absolute;
    top: 53px;
    right: 0;
    width: 277px;
    height: 570px;
    background: url("../images/roll_aside.png") no-repeat;
}


.btn-link {
    position: absolute;
    top: 196px;
    left: 50%;
    width: 235px;
    height: 68px;
    margin-left: -118px;
    background: url("../images/btn_link.png") center no-repeat;
}

.btn-link2 {
    top: 482px;
}

.linki {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 105px;
    height: 24px;
    background: url("../images/tag_limit.png") center no-repeat;
}

.aside_time {
    position: absolute;
    top: 66px;
    left: 16px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #b63f1e;
}

.aside_t1,
.aside_t2 {
    position: absolute;
    top: 360px;
    left: 16px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #b63f1e;
}

.aside_t2 {
    top: 394px;
}

.aside_t1 em,
.aside_t2 em {
    color: #f00;
}

.roll-content {
    width: 915px;
    height: 567px;
    padding-top: 60px;
    background: url("../images/roll_bg.png") no-repeat;
}

.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: 870px;
    height: 400px;
    margin-left: 20px;
    overflow: hidden;
}

.roll-list {
    position: relative;
    width: 5220px;
    /* height: 115px; */
    z-index: 1;
}

.roll-item {
    position: relative;
    float: left;
    width: 160px;
    margin: 0 3px;
}

.rolltwo,
.rolltop {
    position: relative;
    width: 100%;
    height: 157px;
    padding-top: 30px;
    margin-bottom: 14px;
    background: url("../images/roll_item.png") center no-repeat;
}

.rolcq {
    background-image: url("../images/roll_item_cq.png");
}

.roll-item img {
    display: block;
    width: 123px;
    height: 72px;
    margin: 0 auto;
}

.btn-roll {
    position: absolute;
    top: 126px;
    left: 5%;
    width: 90%;
    height: 24px;
    line-height: 24px;
    background: url("../images/btn_free.png") center no-repeat;
    transition: all .3s ease-in-out;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
}

.roll_status {
    position: absolute;
    top: 150px;
    left: 5%;
    display: block;
    width: 90%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #b63f1e;
}

.limit_cq {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 26px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fffbd6;
    z-index: 3;
}

.roll-refresh {
    position: absolute;
    top: 94px;
    left: 6px;
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background-color: #f5cd82;
    font-size: 12px;
    color: #b63f1e;
}

.roll-date {
    position: relative;
    width: 100%;
    height: 138px;
}

.dateItem {
    float: left;
    width: 114px;
    padding-top: 10px;
    position: relative;
}

.dateItem::after {
    position: absolute;
    top: 49px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #f39e4d;
}

.dateItem.active::after {
    display: none;
}

.dateItemNum {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #fffbd6;
}

.dateItemIco {
    position: absolute;
    top: 34px;
    left: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background: url("../images/dateIco.png") center no-repeat;
    z-index: 3;
}

.dateItem.active .dateItemIco {
    background-image: url("../images/dateIco_on.png");
}

.dateItemCard {
    display: block;
    width: 95px;
    height: 60px;
    margin-top: 20px;
    background: center no-repeat;
}

.dateItemCard0 {
    background-image: url("../images/date_days.png");
}

.dateItemCard1 {
    background-image: url("../images/date_week.png");
}

.arrow_right {
    position: absolute;
    top: 38px;
    right: -3px;
    display: block;
    width: 26px;
    height: 26px;
    background: url("../images/arrow_right.png") center no-repeat;
}

/*------------------------ 进度条样式 ----------------------*/
.stack-lottery {
    position: relative;
    width: 900px;
    height: 220px;
}

.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: relative;
    float: left;
    width: 180px;
    height: 220px;
    background: url("../images/step_item.png") center top no-repeat;
    z-index: 5;
}

.step3,
.step4,
.step5 {
    background-image: url("../images/step_sq.png");
}

.step2 {
    background-image: url("../images/step_item_on.png");
}

.step_tag {
    position: absolute;
    top: 130px;
    left: 22px;
    display: block;
    width: 157px;
    height: 34px;
    line-height: 56px;
    background: url(../images/tag_effect_sq.png) no-repeat;
    text-indent: 5px;
    text-align: center;
    font-size: 0;
    color: #fff;
    z-index: 3;
}

.stack-lottery-tit {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("../images/step_b.png") center top no-repeat;
    text-align: center;
    font-weight: 550;
    font-size: 17px;
    color: #fff;
    z-index: 5;
}

.stack-lottery-step.used .stack-lottery-tit {
    color: #e8ab9c;
}

.stepen {
    line-height: 50px;
}

.countstep {
    display: block;
    height: 24px;
    line-height: 24px;
    padding-top: 5px;
    font-size: 20px;
}

.stack-lottery-tit b {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.stack-lottery-ico {
    position: relative;
    display: block;
    width: 161px;
    height: 101px;
}

.stack-ico-gun {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 200px;
    height: 180px;
    margin-left: -71px;
    background: url(../images/step_award.png) center top no-repeat;
    z-index: 3;
}

.stack-ico-gun2 {
    background-position: 0 -180px;
}

.stack-ico-gun3 {
    background-position: 0 -360px;
}

.stack-ico-gun4 {
    background-position: 0 -540px;
}

.stack-ico-gun5 {
    background-position: 0 -720px;
}

.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: relative;
    width: 304px;
    height: 44px;
    margin: 12px auto;
    background: url("../images/lucky_count.png") center no-repeat;
    z-index: 4;
}

.stackcount em {
    position: absolute;
    top: 0;
    left: 172px;
    display: block;
    width: 70px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #b9421c;
}

.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: 167px;
    left: 116px;
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    background: #ff4624 linear-gradient(to bottom, #960101, #f92503);
    border-radius: 3px;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.stack-ico-gift {
    position: absolute;
    top: 165px;
    right: 50px;
    display: block;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    font-size: 16px;
    color: #7b0009;
    z-index: 3;
}

.step1 .stack-ico-gift {
    right: -30px;
    width: 210px;
}

.btn-stack {
    position: absolute;
    top: 188px;
    left: 50%;
    width: 134px;
    height: 24px;
    line-height: 24px;
    margin-left: -60px;
    background: url(../images/btn_free.png) center no-repeat;
    transition: all cubic-bezier(0, 0, 0.33, 1);
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

/* ---------------------------------------  P1 双11福利礼包 end  ---------------------------------------- */
/* ----------------------------------  P2 双11全仓非卖品限时集合 start ----------------------------------- */

.lottery-box {
    position: relative;
    width: 1200px;
    height: 1240px;
    padding-top: 70px;
    margin-top: -56px;
    background: url(../images/bg_lucky.png) center 0px no-repeat;
    z-index: 3;
}

.lottery-list {
    width: 1162px;
    margin: 0 auto;
}

.lottery-unit {
    position: relative;
    float: left;
    width: 158px;
    height: 89px;
    padding-top: 8px;
    margin: 0 4px 4px;
    background: url(../images/item.png) no-repeat;
    overflow: hidden;
}

.lottery-unit.active {
    background-image: url("../images/item_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: 145px;
    height: 84px;
    margin-left: 8px;
}

.lottery-unit.none {
    visibility: hidden;
}

.lottery-btn {
    width: 1156px;
    margin: 0 auto 20px;
}

.btn-lottery {
    position: relative;
    float: left;
    width: 281px;
    height: 81px;
    line-height: 81px;
    margin: 0 4px;
    transition: all .3s ease;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #cd442a;
    cursor: pointer;
}

.btn-lottery0 {
    background-image: url("../images/btn_lucky0.png");
}

.btn-lottery1 {
    background-image: url("../images/btn_lucky1.png");
}

.btn-lottery5 {
    background-image: url("../images/btn_lucky5.png");
}

.btn-lottery11 {
    background-image: url("../images/btn_lucky11.png");
}

.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;
    color: #2f9;
}

.lottery-unit:hover .maskL,
.lottery-unit.active .maskL {
    display: none;
}

.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: 52px;
    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: 236px;
    background-image: url("../images/log2.png");
}

.log3 {
    top: 455px;
    left: 400px;
    width: 730px;
    height: 72px;
    padding: 8px 0;
    margin: 0;
    background: linear-gradient(to right, rgba(206, 60, 36, 0), #ce3c24, rgba(206, 60, 36, 0));
}

.log4 {
    top: 220px;
    right: 0;
    width: 405px;
    height: 170px;
    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: 520px;
    height: 72px;
}

.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: #b63f1e;
}

.log3 li {
    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;
}


@-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;
}

/*------------------------------------ 套装购买 ------------------------------*/

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;
}

/* ---------------------- 经典年卡套装 end ------------------- */
.section3 {
    padding-top: 100px;
    margin-top: -83px;
    background: url("../images/sq_bg.jpg") center top no-repeat;
}

.content-shenqi {
    position: relative;
    width: 100%;
    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;
}

.shenqibg video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 1080px;
    margin-left: -960px;
}

.vip_en {
    position: absolute;
    top: -200px;
    left: 0;
    width: 205px;
    height: 252px;
    background: url("../images/vip_en.png") center top no-repeat;
    cursor: pointer;
    z-index: 13;
}

.vip_en.un {
    background-image: url("../images/vip_un.png");
}

/* 

.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;
    width: 1200px;
    height: 896px;
    margin: 0 auto;
    z-index: 2;
}

.shenqi_logo {
    position: absolute;
    top: -130px;
    left: 0;
    width: 301px;
    height: 175px;
    background: url("../images/shenqi_logo.png") no-repeat;
}

.four-nav {
    position: absolute;
    top: 86px;
    left: 0;
    width: 358px;
    height: 492px;
    z-index: 111;
}

.four-nav-item {
    position: relative;
    width: 358px;
    height: 138px;
    margin-bottom: 10px;
    background: url(../images/art_menu_item.png) center no-repeat;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.four-nav-item1 {
    background-image: url("../images/fnav_tq.png");
}

.four-nav-item2 {
    background-image: url("../images/fnav_loong.png");
}

.four-nav-item3 {
    background-image: url("../images/fnav_ak.png");
}

.four-nav-item4 {
    background-image: url("../images/fnav_m4.png");
}

.four-nav-item5 {
    background-image: url("../images/fnav_2.png");
}

.four-nav-item.active {
    background-image: url(../images/fnav_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: -5px;
    left: 10px;
    display: block;
    width: 340px;
    height: 144px;
    background: url("../images/fourgun.png") center top no-repeat;
    transition: all .3s ease;
    font-size: 0;
    color: #fff;
    z-index: 3;
}

.navicoss1 {
    background-position: 0 -144px;
}

.navicoss2 {
    background-position: 0 -288px;
}

.navicoss3 {
    background-position: 0 -432px;
}

.navicoss4 {
    background-position: 0 -576px;
}

.four-nav-item.active .navicoss {
    transform-origin: left bottom;
    transform: scale(1.15);
}

.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;
}

.art_gun_show {
    position: absolute;
    top: 86px;
    left: 330px;
    width: 920px;
    height: 245px;
    background: url("../images/lx_m4_s.png") no-repeat;
    /* background-size: ; */
    animation: stepRun 1s steps(30, end) infinite;
    transform: rotate(-30deg);
}

.lx_m4_g {
    background-image: url("../images/lx_m4_s.png");
}

.lx_tq_g {
    top: 50px;
    background-image: url("../images/lx_tq_s.png");
}

.lx_loong_g {
    top: 50px;
    background-image: url("../images/lx_loong_s.png");
}

.lx_ak_g {
    background-image: url("../images/lx_ak_s.png");
}

.lx_shuang_g {
    top: 30px;
    left: 480px;
    animation: stepRun2 1s steps(30, end) infinite;
    transform: rotate(-30deg) scale(1.3);
    background-image: url("../images/lx_shuang_s.png");
}

@keyframes stepRun {
    0% {
        background-position-y: 0;
    }

    100% {
        background-position-y: -7350px;
    }
}

@keyframes stepRun2 {
    0% {
        background-position-y: 0;
    }

    100% {
        background-position-y: -6574px;
    }
}

.effect-img {
    position: absolute;
    top: 360px;
    left: 50%;
    width: 747px;
    height: 134px;
    margin-left: -374px;
}

.art_effect {
    position: absolute;
    top: 334px;
    left: 780px;
    width: 271px;
    height: 134px;
    background: url("../images/art_effect.png") no-repeat;
    z-index: 2;
}

.art_xz {
    position: absolute;
    background: no-repeat;
    z-index: 2;
}

.art_xz1 {
    top: 340px;
    left: 540px;
    width: 268px;
    height: 111px;
    background-image: url("../images/art_logo_tq.png");
}

.art_xz2 {
    top: 315px;
    left: 536px;
    width: 275px;
    height: 170px;
    background-image: url("../images/art_logo_loong.png");
}

.art_xz3 {
    top: 340px;
    left: 518px;
    width: 280px;
    height: 180px;
    background-image: url("../images/art_logo_lak.png");
}

.art_xz4 {
    top: 340px;
    left: 518px;
    width: 280px;
    height: 180px;
    background-image: url("../images/art_logo_lm4.png");
}

.art_xz5 {
    top: 340px;
    left: 518px;
    width: 280px;
    height: 180px;
    background-image: url("../images/art_logo2.png");
}

.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: 554px;
    right: 0;
    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: 370px;
    width: 370px;
    height: 164px;
    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: 672px;
    width: 453px;
    height: 209px;
    background-image: url("../images/btn_buy_tq2.png");
}

.btn_buy2 {
    top: 682px;
    width: 453px;
    height: 210px;
    background-image: url("../images/btn_buy_loong2.png");
}

.btn_buy3,
.btn_buy4 {
    top: 682px;
    width: 453px;
    height: 209px;
    background-image: url("../images/btn_buy_lak2.png");
}

.btn_buy5 {
    top: 682px;
    width: 453px;
    height: 209px;
    background-image: url("../images/btn_buy_l22.png");
}

.buytag {
    position: absolute;
    top: 35px;
    left: 269px;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    background-color: #f00;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.delsq {
    position: absolute;
    top: 862px;
    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;
    display: none;
    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: 172px;
    height: 149px;
    background: no-repeat;
}

.art_e1 {
    top: 0;
    left: 432px;
}

.art_e2 {
    top: 20px;
    left: 588px;
}

.art_e3 {
    top: 124px;
    left: 900px;
}

.art_e4 {
    top: 210px;
    left: 1010px;
}

.art_e11 {
    background-image: url("../images/e_tq1.png");
}

.art_e12 {
    background-image: url("../images/e_tq2.png");
}

.art_e13 {
    background-image: url("../images/e_tq3.png");
}

.art_e14 {
    background-image: url("../images/e_tq4.png");
}

.art_e21 {
    background-image: url("../images/e_l1.png");
}

.art_e22 {
    background-image: url("../images/e_l2.png");
}

.art_e23 {
    background-image: url("../images/e_l3.png");
}

.art_e24 {
    background-image: url("../images/e_l4.png");
}

.art_e31 {
    background-image: url("../images/e_lak1.png");
}

.art_e32 {
    background-image: url("../images/e_lak2.png");
}

.art_e33 {
    background-image: url("../images/e_lak3.png");
}

.art_e34 {
    background-image: url("../images/e_lak4.png");
}

.art_e41 {
    background-image: url("../images/e_lm41.png");
}

.art_e43 {
    background-image: url("../images/lx_m4_e3.png");
}

.art_e44 {
    background-image: url("../images/lx_m4_e4.png");
}

.art_e51 {
    background-image: url("../images/lx_e1.png");
}

.art_e54 {
    background-image: url("../images/lx_e4.png");
}

.art_get {
    position: absolute;
    top: 560px;
    width: 187px;
    height: 115px;
    padding-top: 13px;
    background: url("../images/sq_get_item.png") no-repeat;
    text-align: center;
}

.art_get1 {
    left: 400px;
}

.art_get2 {
    left: 582px;
}

.art_get img {
    display: block;
    width: 128px;
    height: 74px;
    margin: 0 auto;
}

.art_get_em {
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
    text-indent: 5px;
    font-size: 14px;
    color: #000;
}

/*-------------------------- 神器购买-end   ---------------------------*/
/*-------------------------- 翻牌-start ---------------------------*/
.giftbag-main {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    /* 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 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-top: 38px;
    margin-top: 20px;
    background: url("../images/giftbag_title.png") center top no-repeat;
    text-align: center;
    font-size: 16px;
    color: #f9ffc4;
}

.gift-list {
    position: absolute;
    top: 0px;
    left: 50%;
    display: none;
    width: 1200px;
    height: 480px;
    margin-left: -600px;
}

.gift_list1 {
    display: block;
}

.gift-item {
    float: left;
    position: relative;
    width: 288px;
    height: 480px;
    margin: 0 6px 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gift-item:hover {
    transform: translateY(-10px);
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
}

.gift-item-doubel {
    display: none;
}

.gift_count {
    position: absolute;
    top: 365px;
    left: 0;
    width: 100%;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #000;
    z-index: 11;
}

.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: 432px;
    -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 {
    width: 274px;
    margin-left: -135px;
    background-image: url("../images/art_logo_lak.png");
}

.cardico4 {
    width: 274px;
    margin-left: -135px;
    background-image: url("../images/art_logo_lm4.png");
}

.cardico5 {
    width: 274px;
    margin-left: -135px;
    background-image: url("../images/art_logo2.png");
}


.gift-content-front:hover .cardico {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.gift-content-back {
    background: url(../images/giftbag_back.png) center 0 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: bold;
    font-size: 18px;
    color: #ea762f;
    z-index: 5;
}

.bagname {
    position: absolute;
    top: 300px;
    left: 0;
    /* display: ; */
    width: 100%;
    height: 58px;
    line-height: 58px;
    background: url("../images/btn_open.png") center no-repeat;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #fff;
}

.gift-content-back .bagname {
    display: none;
}

.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: 344px;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.zegnsku em {
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
    color: #cea941;
}

.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: 440px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fef0d2;
    transition: all .3s ease-in-out;
    border: 1px solid #e4adad;
    text-align: center;
    overflow: hidden;
}

.zegnbar2 {
    display: none;
    font-size: 18px;
    color: #da4d26;
}

.zengInput {
    display: block;
    width: 224px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    background-color: #f7f2e1;
    transition: all .3s ease-in-out;
    font-size: 18px;
    color: #da4d26;
    border: none;
    outline: none;
}

.zengInput:focus {
    border-color: #ff9200;
}

.btn-zeng {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 40px;
    line-height: 40px;
    background: #b83f1e linear-gradient(to bottom, #b83f1e, #f68134);
    font-size: 18px;
    color: #f9ffc4;
}

.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 {} */

.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;
}

/*---------------------------------------- 买赠专区 -----------------------------------------*/
.deserth6 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #da4d26;
}

.deserth6 em {
    font-weight: bold;
    color: #f00;
}

.desert_container {
    position: relative;
    width: 786px;
    height: 1112px;
    padding-top: 82px;
    margin-top: -40px;
    background: url("../images/desert_bg.png") center top no-repeat;
}

.desert-list {
    width: 724px;
    margin: 0 auto;
}

.desert-item {
    position: relative;
    float: left;
    width: 175px;
    height: 266px;
    padding-top: 8px;
    margin: 0 3px 15px;
    background: url("../images/desert_item.png") center top no-repeat;
    background-size: 175px 266px;
    transition: all .2s ease-in-out;
    filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.3));
    text-align: center;
    cursor: pointer;
}

.desertsq {
    background-image: url("../images/desert_item_sq.png");
}

.desert-item.active {
    background-image: url('../images/desert_item_on.png');
}

.desert-item:hover {
    background-size: 165px 256px;
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
}

.desert-item:hover .desertImg {
    transform: scale(1.1);
}

.dname {
    position: absolute;
    top: 10px;
    left: 12px;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff7dd;
}

.desert-item del {
    display: block;
    width: 132px;
    height: 29px;
    line-height: 28px;
    text-align: right;
    font-size: 16px;
    color: #1e4077;
}

.desertImg {
    position: absolute;
    top: 15px;
    left: 18px;
    display: block;
    width: 160px;
    height: 220px;
    background: url("../images/gunshow.png") no-repeat;
    transition: all .2s ease-in-out;
}

.dtimg {
    position: absolute;
    top: 80px;
    left: 50%;
    display: block;
    width: 145px;
    height: 84px;
    margin-left: -72px;
}

.desertImg1 {
    background-position: 0px -220px;
}

.desertImg2 {
    background-position: -160px 0;
}

.desertImg3 {
    background-position: -320px 0;
}

.desertImg4 {
    background-position: -480px 0;
}

.desertImg5 {
    background-position: -160px -220px;
}

.desertImg6 {
    background-position: -320px -220px;
}

.desertImg7 {
    background-position: -480px -220px;
}


.icodis {
    position: absolute;
    top: 212px;
    left: 0;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(to right, rgba(255, 198, 89, 0) 10%, #ffc659, rgba(255, 198, 89, 0) 90%);
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #b63f1e;
    z-index: 4;
}

.desert-item .tagdate {
    top: 8px;
    right: 6px;
}

.tagcheck {
    position: absolute;
    bottom: 1px;
    left: 42px;
    display: none;
    width: 80px;
    height: 28px;
    line-height: 28px;
    background: url("../images/icon_checkbox2.png") 8px 7px no-repeat;
    text-indent: 22px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-shadow: -1px 0 0 #98441b, 0 1px 0 #98441b;
    font-weight: bold;
    font-size: 16px;
    color: #f9ffc4;
    z-index: 4;
    pointer-events: none;
}

.zixuan-item.active .tagcheck,
.desert-item.active .tagcheck {
    display: block;
}

.tageffect {
    position: absolute;
    top: 175px;
    left: 17px;
    display: block;
    width: 157px;
    height: 34px;
    line-height: 24px;
    background: url("../images/tag_effect_qua.png") no-repeat;
    text-align: center;
    font-size: 0px;
    color: #fff;
}

.tageffect1 {
    background-image: url("../images/tag_effect_sq.png");
}

.desert-foot {
    position: relative;
    width: 688px;
    margin: 20px auto 0;
}

.footbar {
    position: relative;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: linear-gradient(to right, rgba(255, 200, 90, 0), #ffc659 50%, rgba(255, 200, 90, 0));
    text-align: center;
    font-size: 0
}

.desert-count {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    height: 32px;
    line-height: 32px;
    padding-left: 36px;
    padding-right: 10px;
    border-radius: 15px;
}

.desert-count i {
    position: absolute;
    top: 1px;
    left: 10px;
    display: block;
    width: 21px;
    height: 32px;
    background: url("../images/icon_cart.png") center no-repeat;
}

.desert-countnum {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #b63f1e;
}

.desert-del {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    height: 32px;
    font-size: 16px;
    color: #b63f1e;
}

.desert-total {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #b63f1e;
}

.desert-discount {
    display: none;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #b63f1e;
}

.xzpane {
    display: block;
    margin-top: 6px;
    text-align: center;
}

.xz_tag {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    margin-right: 5px;
    background: #ff4624 linear-gradient(to bottom, #960101, #f92503);
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}

.btn-desert {
    width: 361px;
    height: 82px;
    line-height: 86px;
    margin: 0 auto;
    background-image: url(../images/btn_desert.png);
    transition: all .3s ease;
    text-shadow: 0 1px 0 #c83b1a;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #f9ffc4;
    cursor: pointer;
}

.btn-addCart {
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 135px;
    height: 39px;
    line-height: 36px;
    margin-left: -67px;
    background: url(../images/btn_addcart.png) center no-repeat;
    transition: all .3s ease;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #98441b;
    cursor: pointer;
}

.desert-item.active .btn-addCart {
    background-image: url("../images/btn_selected.png");
    font-size: 0;
}

.desert-tag {
    position: absolute;
    top: 0px;
    right: 60px;
    margin: 0;
}

.xz_base {
    position: relative;
    z-index: 3;
    width: 800px;
    height: 160px;
    margin-top: 10px;
}

.xz_base_item {
    position: relative;
    float: left;
    width: 160px;
    height: 160px;
    margin: 0 10px;
    background: url("../images/xz_base.png") center no-repeat;
}

.icon_xz {
    position: absolute;
    top: 27px;
    left: 6px;
    display: block;
    width: 150px;
    height: 124px;
    background: url("../images/xz_ico.png") center no-repeat;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.icon_xz0 {
    background-image: url("../images/xz_tf_ico.png");
    /* background-position: 0 -64px; */
}

.icon_xz1 {
    background-image: url("../images/xz_hj_ico.png");
    /* background-position: 0 -64px; */
}

.icon_xz2 {
    background-image: url("../images/xz_ico_spz.png");
    /* background-position: 0 -128px; */
}

.icon_xz3 {
    background: url("../images/xz_ico_22.png") no-repeat;
    /* background-position: 0 -128px; */
}

.discount_bar {
    position: relative;
    width: 496px;
    height: 45px;
    margin: 0 auto 10px;
}

.discount_step {
    position: absolute;
    top: 20px;
    left: 0;
    width: 494px;
    height: 4px;
    background-color: #fff4d4;
    border: 1px solid #762b11;
}

.discount_step::after {
    position: absolute;
    top: -1px;
    left: 395px;
    display: block;
    content: '';
    width: 100px;
    height: 6px;
    background: url("../images/discount_step.jpg") no-repeat;
}

.discount_red {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 0;
    height: 4px;
    background-color: #e34a20;
    transition: all 1s ease-out;
    z-index: 3;
}

.discount_item {
    position: absolute;
    top: 0;
    z-index: 5;
}

.discount_item1 {
    left: -20px;
}

.discount_item2 {
    left: 136px;
}

.discount_item3 {
    left: 278px;
}

.discount_item_ico {
    display: block;
    width: 45px;
    height: 45px;
    background: url("../images/ico_d1.png") no-repeat;
    transition: all .2s linear;
}

.discount_item.active .discount_item_ico {
    background-image: url("../images/ico_d0.png");
}

.discount_item em {
    position: absolute;
    top: 38px;
    left: -15px;
    display: block;
    width: 75px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    color: #b63f1e;
}

.discount_item b {
    position: absolute;
    top: 38px;
    left: 60px;
    display: block;
    width: 50px;
    height: 18px;
    line-height: 17px;
    padding: 0 3px;
    background-color: #e0180e;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #f9ffc4;
}

.xz_base_name {
    position: absolute;
    top: 110px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 40%, #fff 60%, rgba(255, 255, 255, 0));
    text-align: center;
    font-size: 0;
}

.icon_xz_tag {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #7b0009;
}

.icon_xz_tag2 {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    margin-left: 5px;
    background: linear-gradient(to bottom, #960101, #f52305);
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.xz_base_limit {
    position: absolute;
    top: 138px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #b63f1e;
}

.subjoin {
    position: absolute;
    top: 481px;
    right: 0;
    width: 405px;
    height: 1024px;
    background: url("../images/desert_aside.png") no-repeat;
}

.subjoin-desc {
    line-height: 22px;
    margin-top: 44px;
    text-align: center;
    font-size: 16px;
    color: #b63f1e;
}

.subsuit-count {
    position: absolute;
    top: 164px;
    left: 0;
    display: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #98441b;
}

.subsuit-count2 {
    top: 593px;
}

.btn-subw {
    position: absolute;
    top: 430px;
    left: 50%;
    width: 341px;
    height: 69px;
    margin-left: -170px;
    background: url("../images/btn_suit.png") no-repeat;
    font-size: 0;
}

.btn-subw2 {
    top: 858px;
}

.subname {
    position: absolute;
    top: 366px;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #b63f1e;
}

.subname2 {
    top: 794px
}

.subjoin_h5 {
    height: 36px;
    line-height: 36px;
    padding-top: 4px;
    text-align: center;
    font-size: 18px;
    color: #da4d26;
}

.subjoin_h6 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 12px;
    text-align: center;
    font-family: "思源宋体 CN";
    font-weight: bold;
    font-size: 16px;
    color: #da4d26;
}

.subjoin-item {
    display: none;
    width: 175px;
    height: 478px;
    margin-left: 5px;
    background: url("../images/subjoin.png") no-repeat;
    transition: all .2s ease-in;
}

.subjoin-item:hover {
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
}

.subjoin2 {
    position: absolute;
    top: 40px;
    left: 185px;
    margin-left: 0;
}

.subjoin_img {
    position: relative;
    width: 145px;
    height: 84px;
    margin: 0 auto 14px;
}

.subjoin_p {
    line-height: 18px;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #da4d26;
}

.btn-buy-subjoin {
    width: 169px;
    height: 43px;
    line-height: 30px;
    background: url("../images/btn_free_god.png") no-repeat;
    font-size: 12px;
}

.btn-buy-subjoin2 {
    background-image: url("../images/btn_free_xqh.png");
}

.subjoin_send {
    position: absolute;
    top: 862px;
    width: 100%;
    height: 50px;
    margin: 88px auto 0;
    background-color: #fef0d2;
    border: 1px solid #e4adad;
    /* border-radius: 6px; */
    overflow: hidden;
}

.zengSelect {
    position: relative;
    width: 166px;
    height: 50px;
    line-height: 50px;
    background-color: #f9e3b9;
    border: none;
    text-align: center;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    color: #da4d26;
}

.buyzeng {
    position: absolute;
    top: 0;
    left: 166px;
    width: 148px;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    background-color: #fef0d2;
    border: none;
    font-size: 18px;
    color: #da4d26;
    outline: none;
}

.btn-zeng1 {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 80px;
    height: 48px;
    line-height: 48px;
    background: #b83f1e linear-gradient(to bottom, #b83f1e, #f68134);
    font-size: 18px;
    color: #f9ffc4;
}

.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;
}

.actlist {}

.actitem {
    position: relative;
    float: left;
    display: block;
    width: 377px;
    height: 568px;
    background: no-repeat;
    transition: all .2s linear;
    cursor: pointer;
}

.actitem:hover {
    transform: translateY(-10px);
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
}

.actitem1 {
    background-image: url("../images/act_01.png");
}

.actitem2 {
    margin: 0 34px;
    background-image: url("../images/act_02.png");
}

.actitem3 {
    background-image: url("../images/act_03.png");
}

.act_time {
    position: absolute;
    top: 63px;
    left: 16px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff4d4;
}

.actitem .btn-link {
    top: 444px;
}