@charset "utf-8";

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.layui48 {
    line-height: 24px;
    text-align: center;
}

.layui48 .layui-layer-content {
    line-height: 24px;
    padding: 15px;
}

.layui48 .layui-layer-content p {
    line-height: 32px;
    font-size: 14px;
}

.player_name {
    display: inline-block;
    vertical-align: top;
    max-width: 190px;
    height: 24px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.blbl {
    animation: myfirst 1s infinite ease-in-out;
    -webkit-animation: myfirst 1s infinite ease-in-out;
}

.ell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn {
    display: block;
    transition: filter 0.2s linear;
    text-align: center;
    cursor: pointer;
}

.btn:hover {
    text-decoration: none;
    /* -webkit-filter: brightness(1.3); */
    /* filter: brightness(1.3); */
}

/* ---------------------------------------------样式初始化---------------------------------------- */
body {
    background-color: #ffedc5;
}

.wrap {
    width: 100%;
    min-width: 1200px;
    color: #3e3b2f;
    overflow: hidden;
}

.userbar {
    width: 1104px;
    margin: 0 auto;
}

.user {
    position: relative;
    width: 100%;
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    text-decoration: underline;
    color: #fff;
}

.grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.box1 {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 550px;
    background: url(../images/banner.jpg) center top no-repeat;
    z-index: 10;
}

.header {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    z-index: 3;
}

.header-time {
    position: absolute;
    top: 422px;
    left: 50%;
    width: 850px;
    height: 52px;
    line-height: 52px;
    margin-left: -425px;
    background: #01579f;
    border: 5px solid #1aa5f7;
    border-radius: 26px;
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    color: #e8e4d3;
}

.videobox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 500px;
    overflow: hidden;
    z-index: 3;
}

.videobox video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 500px;
    margin-left: -960px;
}

#vloop {
    display: none;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.t1 {
    position: absolute;
    top: 226px;
    left: 0;
    width: 100%;
    height: 191px;
    background: url("../images/t1.png") center no-repeat;
}

/* ----------------------------------------container------------------------------------ */
.container-box {
    position: relative;
    padding-top: 70px;
    background: url("../images/bg2.jpg") center 0 no-repeat;
    z-index: 3;
}

.section-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.section3 {
    margin-top: 36px;
}

.section4 {
    margin-top: 36px;
}

.ib {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.title {
    position: relative;
    width: 1070px;
    height: 137px;
    margin: 0 auto;
    background: center top no-repeat;
    z-index: 3;
}

.title1 {
    background-image: url("../images/title1.png");
}

.title2 {
    background-image: url("../images/title2.png");
}

.title3 {
    background-image: url("../images/title3.png");
}

.title4 {
    background-image: url("../images/title4.png");
}

.title5 {
    background-image: url("../images/title5.png");
}

.page_nav_box {
    position: absolute;
    top: 515px;
    left: 28px;
    width: 1200px;
    height: 82px;
    z-index: 9999;
}

.page_nav_bar {
    position: relative;
    width: 100%;
    height: 82px;
    margin: 0 auto;
}

.page_nav_bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.page_nav_content {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.page_nav {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    z-index: 9999;
}

.page_nav_item {
    position: absolute;
    top: 0;
    width: 297px;
    height: 82px;
    background: url("../images/nav_txt.png") no-repeat;
    transition: all .3s ease-out;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    z-index: 5;
}

.pn1 {
    left: -175px;
}

.pn2 {
    left: 134px;
    background-position: 0 -82px;
}

.pn3 {
    left: 442px;
    background-position: 0 -246px;
}

.pn4 {
    left: 751px;
    background-position: 0 -164px;
}

.pn5 {
    top: -2px;
    left: 1060px;
    width: 327px;
    height: 97px;
    background-position: 0 -328px;
}


.page_nav_item b {
    display: none;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    color: #5d341b;
}

/* ----------------------- 至尊VIP专区买赠套装-start ---------------------------- */
.tag_free {
    position: absolute;
    top: -10px;
    left: -24px;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    background: #43ea80 linear-gradient(to right, #43ea80, #38f8d4);
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #271404;
}

.tagr,
.tagdate {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 32px;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background-color: #f00;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.ditem .tagdate {
    top: -8px;
    right: -12px;
}

.tagw {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 56px;
    height: 23px;
    line-height: 23px;
    background: url("../images/tagw.png") no-repeat;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.tags {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 18px;
    height: 64px;
    line-height: 14px;
    background: url("../images/tags.png") no-repeat;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    font-style: normal;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 2;
}

.stack_w4 .tagdate {
    right: 40px;
}

.buybar {
    position: relative;
    width: 522px;
    height: 79px;
    margin: 0 auto 22px;
}

.discount-kb,
.discount21 {
    position: absolute;
    top: -10px;
    left: 230px;
    display: none;
    width: 138px;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    background: #ff0f47 linear-gradient(to right, #ff0f47, #ffab96);
    -webkit-border-top-right-radius: 16px;
    -moz-border-top-right-radius: 16px;
    border-top-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-bottom-left-radius: 16px;
    border-bottom-left-radius: 16px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
}

.discount21 {
    top: -4px;
    left: 330px;
}

.del2 {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 16px;
    color: #795423;
}

.buybar2 {
    position: absolute;
    top: 408px;
    right: 0px;
    width: 560px;
}

.buybar2 .kbshow {
    width: 172px;
    height: 63px;
    margin-left: 42px;
    transition: all .3s linear;
}

.buybar2 .kbfont {
    top: 33px;
    left: 230px;
}

.kb_1648 {
    background-image: url(../images/kb_1648.png);
}

.kbshow1,
.kb_1948 {
    background-image: url(../images/kb_1948.png);
}

.kb_17348 {
    background-image: url(../images/kb_17348.png);
}

.kbshow2,
.kb_8750 {
    background-image: url(../images/kb_8750.png);
}

.kb_8999 {
    background-image: url(../images/kb_8999.png);
}

.kb_8425 {
    background-image: url(../images/kb_8425.png);
}

.kb_8725 {
    background-image: url(../images/kb_8725.png);
}

.kb_9536 {
    background-image: url(../images/kb_9536.png);
}

.kb_9836 {
    background-image: url(../images/kb_9836.png);
}

.kbshow3,
.kb_10925 {
    background-image: url(../images/kb_10925.png);
}

.kb_11225 {
    background-image: url(../images/kb_11225.png);
}

.kb_12036 {
    background-image: url(../images/kb_12036.png);
}

.kb_12336 {
    background-image: url(../images/kb_12336.png);
}

.btn-suit {
    position: absolute;
    top: 250px;
    left: 300px;
    width: 365px;
    height: 66px;
    margin: 0 auto;
    background: url("../images/btn_vip1948.png") center no-repeat;
    transition: all .3s ease;
    cursor: pointer;
}

.vip-send {
    position: absolute;
    top: 96px;
    left: 380px;
}

.vip-send-item {
    position: relative;
    float: left;
    width: 162px;
    height: 120px;
    margin: 0 12px;
}

.vip-send-item img {
    display: block;
    margin: 0 auto;
}

.vip-send-item .tagname {
    top: 88px;
}

.zengGift {
    position: absolute;
    right: 28px;
    bottom: 35px;
    width: 452px;
    height: 40px;
    margin: 0 auto;
}

.zengVipIpt {
    display: block;
    width: 448px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border: 2px solid #f1dfb9;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    text-indent: 78px;
    font-size: 16px;
    color: #d17d21;
    outline: none;
}

.btn-zengvip,
.btn_zeng_bingwang {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    width: 144px;
    height: 34px;
    line-height: 34px;
    background: #fb9014 url("../images/ico_cart.png") 28px 8px no-repeat;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    text-align: left;
    text-indent: 64px;
    font-size: 18px;
    color: #fff;
}

.zengbar {
    position: relative;
    width: 525px;
    height: 84px;
    margin: 56px auto 0;
}

.zengvip {
    position: relative;
    width: 145px;
    height: 84px;
    margin-left: 22px;
}

.zengvip i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background-color: #ff3434;
    font-style: normal;
    font-size: 12px;
    color: #fff;
}

.zengMonth {
    position: absolute;
    top: 18px;
    right: 0;
    width: 330px;
}

.zengMonth li {
    float: left;
    margin-left: 20px;
}

/* ----------------------- 至尊VIP专区买赠套装-end   ---------------------------- */

/* ----------------------- VIP赠送抽奖次数 + 日志-start ---------------------------- */
.lottery-log {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 160px;
    line-height: 24px;
    background-color: #92ebf7;
    border: 2px solid #d7f9ff;
    font-style: italic;
    text-align: center;
    font-size: 12px;
    color: #333;
    z-index: 6;
    overflow: hidden;
}

.log1 {
    top: 117px;
}

.log2 {
    top: -40px;
}

.log3 {
    top: -30px;
    z-index: 5;
}

.log4 {
    top: -34px;
}

.logname {
    position: relative;
    width: 100%;
    height: 25px;
    line-height: 24px;
    margin: 0 auto;
    background: url("../images/logarror.png") center no-repeat;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 3;
}

.logCont {
    position: relative;
    width: 350px;
    height: 128px;
    margin: 5px auto 0;
    overflow: hidden;
}

.growth-log .logCont {
    width: 326px;
    height: 260px;
    margin-top: 4px;
}

.logCont ul {
    width: 100%;
    overflow: hidden;
}

.logCont li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #732f15;
}

/* ----------------------- VIP赠送抽奖次数-end ---------------------------- */

/*------------------------ 进度条样式 ----------------------*/
.stack-lottery {
    position: relative;
    width: 1200px;
    height: 210px;
    margin-top: 10px;
}

.stepbar {
    position: absolute;
    top: 195px;
    left: 0;
    width: 1200px;
    height: 8px;
    background-color: #f9f4eb;
    border: 1px solid #d9b99b;
    border-radius: 5px;
    overflow: hidden;
}

.stepbar-active {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 0;
    height: 8px;
    background: linear-gradient(to bottom, #60d8eb, #199cc2 50%, #60d8eb);
    border-radius: 5px;
    transition: all 1s ease-out;
    z-index: 2;
}

.stack-lottery-step {
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    background: url("../images/vip_ice.png") center 65px no-repeat;
    z-index: 5;
}

.stack-lottery-tit {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #000;
    z-index: 5;
}

.active .stack-lottery-tit {
    display: none;
}

.stack-lottery-step .tagname {
    top: 128px;
    left: 20px;
}

.stepen {
    line-height: 50px;
}

.countstep {
    font-weight: normal;
}

.stack-lottery-ico {
    position: relative;
    display: block;
    width: 161px;
    height: 101px;
}

.stack-ico-gun {
    position: absolute;
    top: 7px;
    left: 0px;
    display: block;
    width: 226px;
    height: 110px;
    background: url("../images/stack_gun.png") no-repeat;
    z-index: 3;
}

.active .stack-ico-gun {
    background-image: url("../images/stack_gun2.png");
}

.unabled .stack-ico-gun {
    opacity: 0.7;
}

.stack-ico-gun0,
.active .stack-ico-gun0 {
    top: 30px;
    background: url("http://img.175pt.com/GameTools/202204203831943.jpg") 30px 0 no-repeat;
}

.stack-ico-gun1 {
    left: 20px;
    background-position: 0 0;
}

.stack-ico-gun2 {
    background-position: 0 -110px;
}

.stack-ico-gun3 {
    background-position: 0 -220px;
}

.stack-ico-gun4 {
    background-position: 0 -330px;
}

.stack-ico-gun5 {
    background-position: 0 -440px;
}

.countNum {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 94px;
    line-height: 94px;
    text-align: center;
    font-weight: bold;
    font-size: 94px;
    color: #a0c2c2;
}

.step_used {
    position: absolute;
    top: 64px;
    left: 50%;
    display: none;
    width: 142px;
    height: 40px;
    margin-left: -71px;
    background: url("../images/step_get.png") center no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #fff;
    z-index: 4;
}

.unabled .step_used {
    display: block;
}

.stackcount {
    position: absolute;
    top: 5px;
    left: 20px;
    width: 129px;
    height: 115px;
    background: url("../images/beike.png") center top no-repeat;
    z-index: 4;
}

.st1,
.st2,
.st3,
.st4 {
    position: absolute;
    top: 15px;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #3a3a3a;
}

.st1 {
    left: 15px;
    transform: rotate(-25deg);
}

.st2 {
    top: 8px;
    left: 35px;
    transform: rotate(-10deg);
}

.st3 {
    top: 8px;
    left: 60px;
    transform: rotate(10deg);
}

.st4 {
    left: 80px;
    transform: rotate(25deg);
}

.stackcount em {
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    width: 75px;
    height: 32px;
    line-height: 32px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    text-align: right;
    font-weight: bold;
    font-size: 38px;
    color: #ffffff;
}

.stackcount b {
    position: absolute;
    top: 60px;
    left: 80px;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.ico_rec {
    position: absolute;
    top: 129px;
    right: 35px;
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background: #ff1616;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.stack-ico-gift {
    position: absolute;
    top: 129px;
    right: 58px;
    display: block;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    font-size: 14px;
    color: #000;
    z-index: 3;
}

.btn-stack {
    position: absolute;
    top: 160px;
    left: 50%;
    display: none;
    width: 131px;
    height: 31px;
    line-height: 30px;
    margin-left: -65px;
    background: url("../images/btn_free.png") no-repeat;
    transition: all cubic-bezier(0, 0, 0.33, 1);
    border-radius: 3px;
    font-size: 16px;
    color: #632d06;
    z-index: 3;
}

.stack-lottery-step.active .btn-stack {
    display: block;
}

.stack-lottery-step.unabled .btn-stack {
    display: none;
}

/* --------------------------- 抽奖-start -------------------------------- */
.section2 {
    margin-top: 74px;
}

.lottery-box {
    position: relative;
    width: 1208px;
    height: 1340px;
    margin-left: -4px;
    margin-top: 20px;
    background: url(../images/bg_lucky.png) center 0px no-repeat;
    z-index: 3;
}

.lottery-list {
    width: 1176px;
    margin: 0 auto;
}

.lottery-unit {
    position: relative;
    float: left;
    width: 162px;
    height: 107px;
    padding-top: 10px;
    margin: 0 3px 5px;
    background: url(../images/item.png) no-repeat;
    overflow: hidden;
}

.unitsq {
    background-image: url("../images/item_sq.png");
}

.unitz {
    background-image: url("../images/item_z.png");
}

.lottery-unit.active {
    background-image: url("../images/item_on.png");
}

.lottery-unit img {
    display: block;
    width: 145px;
    height: 84px;
    margin-left: 8px;
}

.lottery-unit.none {
    visibility: hidden;
}

.lottery-btn {
    width: 1044px;
    margin: 8px 0 8px 160px;
}

.btn-lottery {
    position: relative;
    float: left;
    width: 245px;
    height: 66px;
    line-height: 66px;
    margin: 0 5px;
    background: no-repeat;
    transition: all .3s ease;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #8b4500;
    cursor: pointer;
}

.btn-lottery0 {
    background-image: url("../images/btn_lucky_0.png");
}

.btn-lottery1 {
    background-image: url("../images/btn_lucky_1.png");
}

.btn-lottery5 {
    background-image: url("../images/btn_lucky_2.png");
}

.btn-lottery11 {
    background-image: url("../images/btn_lucky_3.png");
}

.lottery-tips {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(to right, rgba(105, 222, 241, 0) 10%, rgba(105, 222, 241, 1), rgba(105, 222, 241, 0) 90%);
    text-align: center;
    font-size: 16px;
    color: #300707;
}

.maskL {
    position: absolute;
    top: 10px;
    left: 8px;
    display: none;
    width: 145px;
    height: 84px;
    line-height: 84px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 0px;
    color: #fff;
}

.lottery-unit:hover .maskL,
.lottery-unit.active .maskL {
    display: none !important;
}

.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;
    }
}

/* --------------------------- 抽奖-end -------------------------------- */

/*-------------------------- 翻牌-start ---------------------------*/

.giftbag-main {
    width: 1073px;
    min-height: 454px;
    margin: 68px auto 0;
}

.giftbag-title {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 32px;
    color: #732f15;
}

.giftbag-tips {
    height: 42px;
    line-height: 42px;
    margin-bottom: 11px;
    text-align: center;
    font-size: 16px;
    color: #ff0000;
}

.gift-list {
    width: 1112px;
    margin: 0 auto;
    margin-top: 11px;
}

.gift-item {
    float: left;
    position: relative;
    width: 252px;
    height: 460px;
    margin: 0 13px 30px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gift-item-doubel {
    display: none;
}

.gift-desc {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #9ffcfc;
}

.gift-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    padding-top: 19px;
    -moz-transition-property: opacity, -moz-transform, -moz-box-shadow;
    -moz-transition-duration: .5s;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: .5s;
    transition-property: opacity, transform, box-shadow;
    transition-duration: .5s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gift-content-front {
    position: relative;
    background: url(../images/giftbag_front.png) no-repeat;
    cursor: pointer;
    z-index: 10;
}

.gift-item1 .gift-content-front {
    background-image: url(../images/giftbag_front2.png);
}

.gift-item2 .gift-content-front {
    background-image: url(../images/giftbag_front3.png);
}

.gift-item3 .gift-content-front {
    background-image: url(../images/giftbag_front4.png);
}

.gift-front-effect {
    position: absolute;
    top: 100px;
    left: 50%;
    display: block;
    width: 187px;
    height: 187px;
    margin-left: -100px;
    background-image: url(../images/bag_effect.png);
    transition: all .3s ease-in-out;
}

.gift-front-bag {
    position: absolute;
    top: 115px;
    left: 50%;
    display: block;
    width: 128px;
    height: 145px;
    margin-left: -64px;
    background-image: url(../images/bag.png);
    transition: all .3s ease-in-out;
}

.gift-content-front:hover .gift-front-effect {
    opacity: 1;
    animation: effectRotate 5s linear infinite;
}

.gift-content-back {
    background: url(../images/giftbag_back.png) no-repeat;
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
    z-index: 8;
}

.gift-item1 .gift-content-back {
    background-image: url(../images/giftbag_back2.png);
}

.gift-item2 .gift-content-back {
    background-image: url(../images/giftbag_back3.png);
}

.gift-item3 .gift-content-back {
    background-image: url(../images/giftbag_back4.png);
}

.card-flipped .gift-content-front {
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    z-index: 8;
}

.gift-content2 {
    transition-delay: .2s;
}

.gift-content3 {
    transition-delay: .3s;
}

.gift-content4 {
    transition-delay: .4s;
}

.gift-content5 {
    transition-delay: .5s;
}

.gift-content5 {
    transition-delay: .5s;
}

.gift-content6 {
    transition-delay: .6s;
}

.gift-content7 {
    transition-delay: .7s;
}

.gift-content8 {
    transition-delay: .8s;
}

.card-flipped .gift-content-back {
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
    z-index: 10;
}

.btn-stack-lottery:hover,
.btn-lengend.heart,
.btn-lottery:hover,
.btn-buy:hover {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.zengDate {
    position: absolute;
    top: 32px;
    right: 20px;
    width: 24px;
    height: 51px;
    line-height: 20px;
    padding-top: 3px;
    background-image: url(../images/tag_date2.png);
    text-align: center;
    font-size: 16px;
    color: #fff;
}

::-webkit-input-placeholder,
::-moz-placeholder,
::placeholder {
    color: #9d9a8f;
}

/*-------------------------- 翻牌-end   ---------------------------*/
/* ---------------------- VIP成长值抽取 start ------------------- */
.growth-box {
    position: relative;
    width: 1200px;
    /* height: 791px; */
    margin-top: -10px;
    background: url("../images/growth_bg.png") center top no-repeat;
}

.vipnow {
    position: absolute;
    top: 46px;
    left: 24px;
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #ebf6ff;
}

.vipnow em {
    color: #ffeab0;
}

.growth-sendbar {
    position: relative;
    width: 690px;
    height: 38px;
    margin-left: 312px;
    margin-bottom: 5px;
    background-color: #70c8da;
    border-radius: 20px;
}

.btn-send-level {
    position: absolute;
    top: 0;
    right: -182px;
    width: 214px;
    height: 38px;
    background: url("../images/btn_send_level.png") center no-repeat;
}

.growth-header {
    position: relative;
    width: 1200px;
    margin-bottom: 10px;
    overflow: hidden;
}

.growth-slide {
    position: relative;
    float: left;
    width: 293px;
    height: 111px;
    margin: 0 3px 12px;
    background: url(../images/growth_level_item.png) no-repeat;
}

.growth-slide-max {
    width: 394px;
    height: 131px;
    margin: 0 3px;
    background: url(../images/vip_level_max.png) top center no-repeat;
}

.tagdate22 {
    top: 0;
    right: 0px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 12px;
}

.growth-slide.active .tagdate22,
.growth-slide.active .tagdate22 {
    display: none;
}

.tagr1 {
    top: 98px;
    right: 37px;
}

.tagr2 {
    top: 210px;
    right: 38px;
}

.tagr3 {
    top: 107px;
    right: 45px;
}

.tagr4 {
    top: 217px;
    right: 46px;
}

.blank2 {
    width: 100%;
    height: 10px;
}

.vip-img {
    position: absolute;
    top: 22px;
    left: 112px;
    text-align: center;
    opacity: 0.7;
}

.enable .vip-img {
    opacity: 1;
}

.slide11 .vip-img {
    top: 12px;
}

.giftbag-name {
    position: absolute;
    top: 18px;
    left: 0px;
    width: 110px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    z-index: 55;
}

.giftbag-name b {
    display: block;
    font-size: 24px;
    color: #d7f9ff;
}

.giftbag-name em {
    display: block;
    font-weight: normal;
    font-size: 15px;
    color: #ffe5a3;
}

.growth-slide-max .giftbag-name {
    top: 28px;
}

.growth-slide-max .giftbag-name b {
    color: #ffe5a3;
}

.giftbag-name10,
.giftbag-name11 {
    top: 50px;
    width: 100%;
    height: 26px;
    background: center no-repeat;
    font-size: 0;
}

.vip-tooname {
    position: absolute;
    top: 324px;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    color: #d43529;
}

.giftbag-pane {
    position: absolute;
    top: 12px;
    left: 140px;
    width: 98px;
    height: 92px;
    line-height: 92px;
    background: url(../images/giftbag.png) center no-repeat;
    text-align: center;
    font-size: 0;
    color: #d43529;
}

.growth-slide-max .giftbag-pane {
    top: 18px;
    left: 185px;
}

.giftbag-desc {
    position: absolute;
    top: 126px;
    left: 0;
    display: none;
    width: 100%;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    color: #d43529;
}

.frontTxt {
    position: absolute;
    top: 126px;
    left: 0;
    display: none;
    width: 100%;
    height: 27px;
    line-height: 27px;
    padding-left: 96px;
    font-size: 14px;
    color: #fff;
}

.vip-top .frontTxt {
    top: 364px;
}

.frontTxt b {
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    font-weight: normal;
    color: #d43529;
}

/* .active .frontTxt, */
.giftbag-desc-back {
    display: none;
}

.giftbag-desc-front {
    font-size: 0;
}

/* .active .giftbag-desc-back {
    display: block;
} */

.zegnbar-mask {
    position: absolute;
    top: 153px;
    left: 5px;
    width: 309px;
    height: 50px;
    background-color: #8d5f3a;
    opacity: 0.8;
    z-index: 4;
}

.vip-top .zegnbar-mask {
    top: 389px;
    left: 6px;
    width: 242px;
}

.active .zegnbar-mask {
    display: none;
}

.btn-giftbag,
.giftbag-pane,
.giftbag-tool {
    -moz-transition-property: opacity, -moz-transform, -moz-box-shadow;
    -moz-transition-duration: .5s;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: .5s;
    transition-property: opacity, transform, box-shadow;
    transition-duration: .5s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.vip-top.active .btn-giftbag,
.growth-slide.active .btn-giftbag,
.growth-slide.active .giftbag-pane {
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    z-index: 8;
}

.giftbag-tool {
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
    z-index: 8;
}

.growth-slide.active .giftbag-tool {
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
    z-index: 10;
}

.giftbag-tool {
    position: absolute;
    top: 28px;
    left: 95px;
    width: 310px;
    margin: 0 auto;
}

.giftbag-img {
    position: absolute;
    top: 0;
    width: 104px;
    height: 62px;
}

.giftbag-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.giftbag-img0 {
    left: 0;
    z-index: 2;
}

.giftbag-img1 {
    left: 90px;
    z-index: 1;
}

.btn-giftbag {
    position: absolute;
    left: 12px;
    bottom: 16px;
    width: 86px;
    height: 24px;
    line-height: 22px;
    background: url(../images/btn_level.png) no-repeat;
    font-weight: normal;
    font-size: 12px;
    color: #5d2506;
    z-index: 5;
}

.growth-gotten‌ {
    position: absolute;
    left: 15px;
    bottom: 10px;
    display: none;
    width: 68px;
    height: 39px;
    background: url(../images/vip_get.png) no-repeat;
    z-index: 6;
}

.growth-slide.active .growth-gotten‌ {
    display: block;
}

.minbag {
    position: absolute;
    top: -2px;
    left: -30px;
    width: 55px;
    height: 39px;
    background: url(../images/giftbag_min.png) no-repeat;
    z-index: 2;
}

.zegnbar {
    position: absolute;
    left: 38px;
    bottom: 6px;
    width: 270px;
    height: 36px;
    border-top: 0;
    z-index: 3;
}

.vip-top .zegnbar {
    bottom: 14px;
    width: 210px;
}

.zengInput {
    position: relative;
    width: 266px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border: 2px solid #fac04b;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    text-indent: 40px;
    font-size: 16px;
    color: #691f24;
    outline: none;
}

.vip-top .zengInput {
    width: 206px;
    text-indent: 20px;
}

.zengInput:focus {
    border-color: #e3a837;
}

.btn-zeng {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    width: 84px;
    height: 30px;
    line-height: 30px;
    background: #fb9014;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    text-indent: 0;
    font-size: 16px;
    color: #fff;
}

.gift-success {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #ff5400;
}

.growth-content {
    position: relative;
    width: 1076px;
    padding-top: 10px;
    margin: 0 auto;
}

.growth-list {
    position: relative;
    width: 1200px;
    height: 286px;
}

.growth-item {
    float: left;
    width: 220px;
    height: 143px;
    margin: 0 25px;
    background: url(../images/growth_card_bg.png) no-repeat center center;
}

.growth-item-l,
.growth-item-g {
    width: 300px;
    background-image: url(../images/growth_card_max.png);
}

.growth-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
    border: 1px solid #c5922a;
}

.growth-item em {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.growth-info-content {
    position: relative;
    width: 700px;
    margin: 10px auto;
}

.growth-info {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #c8f2f7;
    font-size: 0;
}

.growth-info span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 16px;
    color: #000;
}

.growth-info-total {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    width: 300px;
    height: 26px;
    line-height: 26px;
    margin: 0;
    background-color: #3d8a98;
    text-align: center;
    color: #fff !important;
}

.btn-growth-group {
    width: 808px;
    margin: 0 auto 48px;
    text-align: center;
    font-size: 0;
}

.btn-growth {
    position: relative;
    float: left;
    width: 245px;
    height: 66px;
    line-height: 66px;
    margin: 0 12px;
    background: center no-repeat;
    transition: all .3s ease;
    font-style: italic;
    font-weight: bold;
    font-size: 0;
    color: #fdf7f4;
    cursor: pointer;
}

.btn-growth1 {
    background-image: url(../images/btn_growth1.png);
}

.btn-growth2 {
    background-image: url(../images/btn_growth2.png);
}

.btn-growth3 {
    background-image: url(../images/btn_growth3.png);
}

/* ---------------------- VIP成长值抽取 end ------------------- */

/* ---------------------- 经典年卡套装 start ------------------- */
.desc {
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding-top: 20px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.suitbox {
    width: 100%;
    height: 340px;
    background: url("../images/vip_year_suit.png") center top no-repeat;
}


.h242 {
    width: 100%;
    height: 242px;
}

.h480 {
    width: 100%;
    height: 480px;
}

.suitpane_desc {
    position: absolute;
    right: 10px;
    bottom: 7px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #d17d21;
}

.suitpane_desc_02,
.suitpane_desc_03 {
    position: absolute;
    top: 58px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

.suitpane_desc_02 {
    left: 366px;
    color: #d17d21;
}

.suitpane_desc_03 {
    left: 660px;
    color: #fff;
}

.dlist {
    width: 516px;
    margin: 0 auto;
}

.ditem {
    position: relative;
    float: left;
    width: 197px;
    height: 125px;
    padding-top: 20px;
    margin: 0 3px 5px;
    background-repeat: no-repeat;
}

.ditem-dt {
    width: 309px;
    height: 155px;
    padding-top: 25px;
    margin: 0 48px;
    background: url("../images/vip.png") center no-repeat;
}

.ditem-free {
    background-color: #b27a00;
}

.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");
}

.ditembg {
    display: none;
}

.dimg {
    position: relative;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.ditem-dd .dimg {
    width: 106px;
    height: 62px;
}

.ditem-dd .dimg img {
    width: 100%;
    height: 100%;
}

.ditem-dd.active .dimg {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
}

.dtname {
    position: relative;
    display: block;
    margin-top: 6px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #cd442a;
    z-index: 3;
}

.dname {
    position: relative;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #666;
    z-index: 3;
}

.discount4 {
    position: absolute;
    top: 115px;
    left: 116px;
    display: none;
    width: 40px;
    height: 18px;
    line-height: 18px;
    background-color: #ffd7b4;
    border: 1px solid #f00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #f00;
    z-index: 3;
}

.stack_wbg {
    position: absolute;
    top: 1px;
    left: 7px;
    display: none;
    width: 180px;
    height: 100px;
    background: url("../images/stack_light.png") no-repeat;

}

.delPrice {
    position: absolute;
    top: 379px;
    left: 40px;
    height: 24px;
}

.delPrice del {
    float: left;
    display: block;
    width: 120px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.suit-price {
    position: relative;
    width: 320px;
    margin: 32px auto 16px;
    text-align: center;
}

.tagAct {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background-color: #fecd38;
    font-weight: bold;
    font-size: 14px;
    color: #f03902;
}

.tagAct4 {
    left: 216px;
}

.priceNum {
    display: inline-block;
    vertical-align: bottom;
    *display: inline;
    zoom: 1;
    width: 154px;
    height: 48px;
    line-height: 48px;
    margin-right: 8px;
    background: right top no-repeat;
    font-family: Arial;
    /* font-size: 66px; */
    font-size: 0px;
    color: #691f24;
}

.priceNum1 {
    background-image: url("../images/kb_1948.png");
}

.priceNum2 {
    background-image: url("../images/kb_2299.png");
}

.priceNum3 {
    background-image: url("../images/kb_16999.png");
}

.priceNum4 {
    background-image: url("../images/kb_6999.png");
}

.priceKB {
    font-size: 26px;
    color: #691f24;
}

.priceDesc {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #d43529;
}

.tagi {
    position: absolute;
    top: -3px;
    left: -25px;
    display: block;
    width: 138px;
    height: 33px;
    line-height: 38px;
    background: url("../images/tag_i.png") no-repeat;
    text-indent: 15px;
    font-size: 14px;
    color: #fff;
}

.tagi4 {
    top: 65px;
    left: 0px;
    text-indent: 35px;
}

.tagi02 {
    top: 90px;
    left: 20px;
    text-indent: 45px;
}

.suit_zeng_img {
    position: absolute;
    top: 540px;
    left: 50px;
    width: 145px;
    height: 84px;
}

/* ---------------------- 经典年卡套装 end ------------------- */
.explain {
    width: 1100px;
    padding: 0 0 50px;
    margin: 0 auto;
}

.explain .hdsm h1 {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.explain .hdsm p {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.list-item::after,
.lottery-list li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    z-index: 3;
}

.list-item:hover::after,
.lottery-list li:hover::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    z-index: 1;
}

.layui-layer-content {
    font-size: 14px;
}

@-webkit-keyframes flashFire {
    50% {
        opacity: .4;
        transform: scale(.95);
    }
}

@-o-keyframes flashFire {
    50% {
        opacity: .4;
        transform: scale(.95);
    }
}

@keyframes flashFire {
    50% {
        opacity: .4;
        transform: scale(.95);
    }
}

@-webkit-keyframes effectRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes effectRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes effectRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #fff inset;
    }
}

@keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #fff inset;
    }
}

@-webkit-keyframes heartBeatLoop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeatLoop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@-webkit-keyframes toolCarousel1 {
    0% {
        background-position: 208px 0;
    }

    100% {
        background-position: -208px 0;
    }
}

@keyframes toolCarousel1 {
    0% {
        background-position: 208px 0;
    }

    100% {
        background-position: -208px 0;
    }
}

@-webkit-keyframes toolCarousel2 {
    0% {
        background-position: -208px 0;
    }

    100% {
        background-position: 208px 0;
    }
}

@keyframes toolCarousel2 {
    0% {
        background-position: -208px 0;
    }

    100% {
        background-position: 208px 0;
    }
}

@-webkit-keyframes flashFire2 {
    50% {
        opacity: .4;
        transform: scale(.8);
    }
}

@-o-keyframes flashFire2 {
    50% {
        opacity: .4;
        transform: scale(.8);
    }
}

@keyframes flashFire2 {
    50% {
        opacity: .4;
        transform: scale(.8);
    }
}

/* --------------------------- 抽奖弹窗 ----------------------------- */
#layer-lucky h4 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}

#layer-send h6 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 20px;
    color: #333;
}

.lucky-list {
    text-align: center;
    margin: 0 20px;
    font-size: 0;
}

.lucky-list li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    width: 180px;
    margin: 0 5px 10px;
    text-align: center;
}

.lucky-list li img {
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.lucky-list .card_name {
    display: block;
    width: 180px;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.lucky-1 {
    width: 226px;
    margin: 0 auto;
}

.lyaer-lucky.layui-layer-iframe .layui-layer-btn,
.lyaer-lucky.layui-layer-page .layui-layer-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0px;
    background: #fff;
}

.step_tag {
    position: absolute;
    top: 20px;
    left: 35px;
    display: block;
    width: 120px;
    height: 18px;
    line-height: 18px;
    background: url("../images/tag_2.png") no-repeat;
    text-indent: 5px;
    text-align: center;
    font-size: 12px;
    color: #194607;
    z-index: 3;
}

.tagsq {
    position: absolute;
    top: 91px;
    left: 24px;
    display: block;
    width: 113px;
    height: 18px;
    line-height: 18px;
    background: url("../images/tag_lucky.png") no-repeat;
    text-align: center;
    font-size: 0;
    z-index: 3;
}

.tagsq em,
.tagsq b {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}

.tagsq em {
    width: 40px;
    color: #fff;
}

.tagsq b {
    width: 62px;
    font-weight: normal;
    color: #000;
}

.stack-lottery-step .tagsq {
    top: 20px;
}

.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;
}

.unlock {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url("../images/unlock.png") no-repeat;
    background-size: 100% 100%;
    z-index: 56;
}

.unlock em {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-top: 38px;
    background-color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7) url("../images/icon_lock.png") 30px 4px no-repeat;
    text-align: center;
    font-size: 16px;
    color: #b2b0ac;
}

.tagchecked {
    position: absolute;
    right: 10px;
    bottom: 12px;
    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;
}

.active .tagchecked {
    display: block;
}

/* 兵王套装 */
.bingwang {
    width: 100%;
    margin-top: -40px;
    margin-bottom: 24px;
}

.bingwang_pane {
    position: relative;
    width: 572px;
    min-height: 800px;
    background: center top no-repeat;
}

.bingwang1 {
    float: left;
    background-image: url("../images/bingwang_p1.png");
}

.bingwang2 {
    float: right;
    background-image: url("../images/bingwang_p2.png");
}

.btn-bingwang {
    width: 347px;
    height: 79px;
    margin: 0 auto;
    background: url("../images/btn_buy_year.png") center no-repeat;
    transition: all .3s ease;
    cursor: pointer;
}



/* ----------------------- 免费领取两次-start ----------------------------- */
.rollbox {
    position: relative;
}

.roll-aside {
    position: absolute;
    top: 178px;
    right: 0;
    width: 304px;
    height: 270px;
    background: url("../images/free_baihu.png") no-repeat;
}

.roll-aside-title {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #ebf6ff;
}

.tagname {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 162px;
    height: 24px;
    line-height: 26px;
    background: url("../images/tag_name.png") no-repeat;
}

.tagname em {
    display: block;
    width: 90px;
    padding-left: 28px;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.tagname b {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 45px;
    height: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.tagname-suit {
    top: 180px;
    left: 102px;
}

.roll-aside .tagname {
    top: 15px;
}

.tagname-poolvip {
    top: 290px;
    left: 148px;
}

.btn-baihu {
    position: absolute;
    top: 188px;
    left: 50%;
    width: 282px;
    height: 66px;
    margin-left: -141px;
    background: url("../images/btn_free_baihu.png") center no-repeat;
    font-size: 0;
}

.roll-aside-desc {
    position: absolute;
    top: 264px;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #cfeaff;
}

.roll-content {
    width: 868px;
    height: 356px;
    background: url("../images/roll_bg.png") no-repeat;
}

.roll-title {
    position: relative;
    height: 26px;
    line-height: 26px;
    margin-bottom: 32px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #ebf6ff;
}

.roll-title_oi {
    position: absolute;
    left: 100px;
    font-weight: bold;
    font-size: 24px;
}

#slide1 {
    position: relative;
    width: 840px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.roll-list {
    position: relative;
    width: 5220px;
    /* height: 115px; */
    z-index: 1;
}

.roll-item {
    position: relative;
    float: left;
    width: 151px;
    margin: 0 5px;
}

.rolltwo,
.rolltop {
    position: relative;
    width: 100%;
    height: 151px;
    height: 124px;
    margin-bottom: 26px;
}

.roll-item img {
    display: block;
    width: 145px;
    height: 84px;
    border: 3px solid #a1dcf4;
    border-radius: 4px;
}

.btn-roll {
    display: block;
    width: 131px;
    height: 31px;
    line-height: 30px;
    margin: 2px auto 0;
    background: url("../images/btn_free.png") center no-repeat;
    transition: all .3s ease-in-out;
    text-align: center;
    font-size: 16px;
    color: #602906;
}

.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;
}

/* 自选至尊VIP兵王礼包 */
.pollbox {
    position: relative;
    width: 100%;
    height: 918px;
    background: url("../images/pool.png") center no-repeat;
}

.poll-vip {
    float: left;
    width: 200px;
}

.poll-equip {
    position: absolute;
    top: 142px;
    left: 498px;
    width: 286px;
}

.poll-equip-item {
    position: relative;
    width: 286px;
    height: 104px;
    padding-top: 20px;
    margin-bottom: 8px;
    background: url("../images/pool_item.png") center no-repeat;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.poll-equip-item.active {
    background-image: url("../images/pool_item_on.png");
}

.poll-skin {
    position: absolute;
    top: 120px;
    right: 54px;
    width: 286px;
}

.skinbox {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.skinbox0 {
    display: block;
    width: 286px;
}

.skin-list {
    width: 286px;
}

.skin-item {
    position: relative;
    width: 286px;
    height: 74px;
    padding-top: 20px;
    margin-bottom: 4px;
    background: url("../images/pool_skin_item.png") center top no-repeat;
    transition: all .3s ease-in-out;

    overflow: hidden;
    cursor: pointer;
}

.skin-item.active {
    height: 104px;
    padding-top: 20px;
    background-image: url("../images/pool_item_on.png");
}

.pool-img {
    position: relative;
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.pool-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: url("../images/pool_mask.png") no-repeat;
    z-index: 2;
}

.btn-buy-equip {
    position: absolute;
    top: 580px;
    left: 50%;
    width: 365px;
    height: 66px;
    margin-left: -182px;
    background: url("../images/btn_vip_2299.png") center no-repeat;
    transition: all .3s ease-in-out;
    font-size: 0;
}

.btn-buy-equip:active {
    transform: scale(0.96);
}

.subjoin_send {
    position: absolute;
    right: 15px;
    bottom: 24px;
    width: 680px;
    height: 54px;
    background: url("../images/pool_send.png") no-repeat;
    border-radius: 4px;
    overflow: hidden;
}

.subjoin_send3 {
    width: 666px;
}

.send_name {
    display: block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.vipLevelSelect {
    display: block;
    width: 210px;
    height: 38px;
    line-height: 38px;
    margin-top: 7px;
    margin-left: 7px;
    background-color: transparent;
    border: none;
    border-radius: 18px;
    text-shadow: 0 1px 3px rgba(255, 255, 255, .7);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ff0000;
    cursor: pointer;
    outline: none;
}

.vipPayID {
    position: absolute;
    top: 4px;
    left: 235px;
    width: 400px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    background-color: #fff;
    border: 2px solid rgba(200, 145, 48, .2);
    border-radius: 18px;
    text-align: center;
    font-size: 18px;
    color: #d17d21;
    outline: none;
}

.zengSelect {
    display: block;
    width: 210px;
    height: 38px;
    line-height: 38px;
    margin-top: 7px;
    margin-left: 7px;
    background-color: #fff;
    border: 2px solid #cadbd6;
    border-radius: 18px;
    text-align: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    outline: none;
}

.buyzengInput {
    position: absolute;
    top: 7px;
    right: 245px;
    width: 200px;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    background-color: #fff;
    border: 2px solid #cadbd6;
    border-radius: 18px;
    text-align: center;
    font-size: 18px;
    color: #d17d21;
    outline: none;
}

.btn-zeng1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 243px;
    height: 54px;
    line-height: 54px;
    background: url("../images/btn_send_pool.png") no-repeat;
    border-radius: 4px;
    font-size: 0px;
    color: #000;
}

.pool-send-tool {
    position: absolute;
    right: 4px;
    bottom: 58px;
}

.send-tool-item {
    position: relative;
    float: left;
    width: 209px;
    height: 153px;
    padding-top: 29px;
    margin-right: 10px;
    background: url("../images/send_tool_item.png") no-repeat;
}

.send-tool-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.send-desc {
    position: absolute;
    left: 22px;
    bottom: 42px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.pool-title1,
.pool-title2 {
    position: absolute;
    background: linear-gradient(180deg, #ffce4b, #fbf1de);
    -webkit-background-clip: text;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: transparent;
}

.pool-title1 {
    top: 54px;
    left: 437px;
    width: 400px;
}

.pool-title2 {
    top: 69px;
    left: 854px;
    width: 300px;
}

.pool-title-desc {
    position: absolute;
    top: 88px;
    left: 435px;
    width: 404px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.pool-vip-desc {
    position: absolute;
    top: 420px;
    left: 39px;
    width: 384px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.pool-vip-desc a {
    display: block;
    width: 384px;
    margin: 5px auto;
    color: #00a4f1;
}

.section-tianqi {
    position: relative;
    width: 100%;
    height: 800px;
    margin-top: 40px;
    background: url("../images/tianqi_bg.png") center top no-repeat;
}

.tianqilinek {
    position: absolute;
    top: 566px;
    left: 50%;
    width: 471px;
    height: 106px;
    margin-left: -240px;
    background: url("../images/link.png") center no-repeat;
    transition: all .3s ease-in-out;
}

.tianqilinek:hover {
    transform: scale(0.98);
}