@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 {
    position: relative;
    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: #cbd2de;
}

.wrap {
    width: 100%;
    min-width: 1280px;
    background: url(../images/bg.jpg) center top no-repeat;
    color: #3e3b2f;
    overflow: hidden;
}

.userbar {
    position: absolute;
    left: 210px;
    bottom: 10px;
    width: 700px;
}

.user {
    position: relative;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #253150;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    text-decoration: underline;
    color: #253150;
}

.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: 675px;
    z-index: 10;
}

.header {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    z-index: 3;
}

.htxt {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 382px;
    background: url("../images/htxt.png") center no-repeat;
}

.header-time {
    position: absolute;
    left: 0;
    bottom: 176px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-family: "思源宋体 CN";
    font-size: 30px;
    color: #253150;
}

.header-time b {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 48px;
    background-color: #ef9d1f;
    text-align: center;
    font-weight: normal;
    color: #fff;
}


/* ----------------------------------------container------------------------------------ */
.container-box {
    position: relative;
    z-index: 5;
}

.section-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto 46px;
}

.ib {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.title {
    position: relative;
    width: 993px;
    height: 110px;
    margin: 0 auto;
    z-index: 3;
}

.title3 {
    height: 180px;
}

.page_nav_box {
    position: absolute;
    top: 500px;
    width: 1200px;
    height: 118px;
    margin: 0 auto;
    z-index: 9999;
}

.page_nav_bar {
    position: relative;
    width: 100%;
    height: 78px;
    padding: 6px 0;
    margin: 0 auto;
}

.page_nav_bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 3333;
}

.page_nav_content {
    position: relative;
    width: 1200px;
    height: 78px;
    margin: 0 auto;
}

.page_nav {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    z-index: 9999;
}

.page_nav_item {
    position: relative;
    float: left;
    width: 227px;
    height: 68px;
    margin: 0 6px;
    background: no-repeat;
    transition: all .3s ease-out;
    font-size: 0;
    cursor: pointer;
    z-index: 5;
}

.pn1 {
    background-image: url("../images/nav1.png");
}

.pn2 {
    /* background-position: 0 -78px; */
    background-image: url("../images/nav2.png");
}

.pn3 {
    /* background-position: 0 -156px; */
    background-image: url("../images/nav3.png");
}

.pn4 {
    /* background-position: 0 -234px; */
    background-image: url("../images/nav4.png");
}

.pn5 {
    /* background-position: 0 -234px; */
    background-image: url("../images/nav5.png");
}

.page_nav_item i {
    position: absolute;
    left: 7px;
    bottom: 16px;
    display: none;
    width: 110px;
    height: 14px;
    line-height: 14px;
    padding: 0 5px;
    background-color: #424242;
    text-align: right;
    font-style: normal;
    font-size: 10px;
    color: #fff;
}

.page_nav_item b {
    position: absolute;
    top: 3px;
    right: 7px;
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 0 6px;
    background-color: #ff0c0c;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #fff;
}

.free-tool {
    position: absolute;
    top: -68px;
    left: 50%;
    width: 211px;
    height: 166px;
    margin-left: -600px;
    background: url("../images/free.png") no-repeat;
    z-index: 3;
}

.freeImg {
    display: block;
    width: 145px;
    height: 84px;
    padding-top: 17px;
    margin: 0 auto;
}

.freename {
    display: block;
    height: 32px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #253150;
}

.btn-free {
    width: 175px;
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
    background-color: #d8512e;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

/* ----------------------- 至尊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;
}

.weapon-item .tag_free {
    top: 10px;
    left: 0px;
}

.tagr,
.tagdate {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 32px;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background-color: #fff;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #f00;
    z-index: 3;
}

.ditem .tagdate {
    top: -8px;
    right: -12px;
}

.free-tool .tagdate {
    top: 17px;
    right: 33px;
}

.tagsq {
    position: absolute;
    top: 6px;
    left: 7px;
    display: block;
    width: 53px;
    height: 28px;
    line-height: 24px;
    background: url("../images/tagsq.png") no-repeat;
    font-style: normal;
    font-size: 0;
    color: #fff;
    z-index: 2;
}

.weapon-item .tagdate {
    top: 17px;
    right: 26px;
}

.stack_w4 .tagdate {
    right: 40px;
}

.buybar {
    position: relative;
    width: 522px;
    height: 62px;
    margin: 0 auto 0;
}

.discount-kb,
.discount21 {
    position: absolute;
    top: 0px;
    right: 3px;
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    background-color: #f00;
    text-align: center;
    font-size: 12px;
    color: #fff;
    pointer-events: none;
}


.p1 {
    float: left;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: -5px;
    letter-spacing: 5px;
    text-align: center;
    font-size: 16px;
    color: #481905;
}

.p2 {
    position: absolute;
    top: 536px;
    left: 5px;
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    text-align: left;
    font-size: 13px;
    color: #4e4e4e;
}

.p3 {
    position: absolute;
    top: 87px;
    left: 0;
    display: none;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.zengGift {
    position: absolute;
    top: 560px;
    left: 138px;
    width: 430px;
    height: 32px;
}

.zengGift::after,
.zengGift::before {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    width: 314px;
    height: 1px;
    background-color: #8e8e8e;
}

.zengGift::after {
    top: 0;
}

.zengGift::before {
    bottom: 0;
}

.buyzeng,
.zengVipIpt {
    display: block;
    width: 300px;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    margin-top: 2px;
    margin-left: 1px;
    background-color: rgba(255, 255, 255, .1);
    border: none;
    text-align: center;
    font-size: 16px;
    border: none;
    outline: none;
}

.btn-zengvip {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 112px;
    height: 32px;
    line-height: 32px;
    background-color: #ffa303;
    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 img {}

.zengvip i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background-color: #ff3434;
    font-style: normal;
    font-size: 12px;
    color: #fff;
}

.zeng-txt {
    position: absolute;
    top: 0;
    left: 180px;
    width: 330px;
    padding-top: 10px;
}

.zeng-txt h6 {
    height: 20px;
    line-height: 20px;
    font-weight: 800px;
    font-size: 16px;
    color: #5d341b;
}

.zeng-txt p {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #5d341b;
}

.copybar {
    position: relative;
    width: 314px;
    height: 28px;
    line-height: 28px;
    margin-top: 2px;
    background-color: #ffe3c1;
    border: 2px solid #ae6a3f;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #5d341b;
    outline: none;
    overflow: hidden;
}

.copy-txt {
    display: block;
    width: 249px;
    height: 28px;
    line-height: 28px;
    padding-left: 5px;
    background: transparent;
    border: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
}

.btn-copy {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    background-color: #fbad37;
    text-align: center;
    color: #fff;
}

.zengMonth {
    width: 100%;
    margin: 10px auto 0;
}

.zengMonth li {
    float: left;
    width: 120px;
    margin: 0 10px;
}

.zengMonth li img {
    display: block;
    width: 100%;
}


/* ----------------------- 至尊VIP专区买赠套装-end   ---------------------------- */

/* ----------------------- VIP赠送抽奖次数 + 日志-start ---------------------------- */
.vipnow {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.lottery-log {
    position: absolute;
    top: 0;
    right: -30px;
    width: 329px;
    height: 157px;
    line-height: 24px;
    background: url("../images/log.png") center top no-repeat;
    font-size: 12px;
    color: #333;
    z-index: 3;
    overflow: hidden;
}

.logbg {
    position: absolute;
    top: 2px;
    left: 2px;
    display: none;
    width: 282px;
    height: 190px;
    background: #ffd58d linear-gradient(to bottom, #ffd58d, #ffffff);
    border: 1px solid #865e43;
    z-index: 2;
}

.log1 {
    top: -68px;
}

.log2 {
    top: 900px;
}

.log3 {
    top: -145px;
}

.logname {
    position: relative;
    display: block;
    width: 280px;
    height: 30px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
    font-family: "思源宋体 CN";
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.logCont {
    position: relative;
    width: 300px;
    height: 118px;
    margin: 0 auto;
    overflow: hidden;
}

.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: #193b74;
}

/* ----------------------- VIP赠送抽奖次数-end ---------------------------- */

/*------------------------ 进度条样式 ----------------------*/
.stack-lottery {
    position: relative;
    width: 860px;
    height: 100%;
    margin-left: 24px;
}

.stack-lottery-count {
    position: absolute;
    top: 30px;
    left: 0;
    width: 84px;
    height: 54px;
    line-height: 24px;
    font-family: 'alibaba';
    text-align: left;
    font-weight: normal;
    font-size: 0px;
    color: #3e3b2f;
}

.stack-lottery-count em {
    vertical-align: bottom;
    font-weight: bold;
    font-size: 28px;
}

.stack-lottery-count i {
    line-height: 18px;
    vertical-align: bottom;
    font-style: normal;
    font-size: 18px;
}

.stack-lottery-count b {
    font-weight: normal;
    display: block;
    font-size: 14px;
}

.stackname {
    position: absolute;
    top: 40px;
    left: 15px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #271404;
    z-index: 3;
}

.step3 .stackname,
.step4 .stackname {
    left: 66px;
}

.stepbar {
    position: absolute;
    top: 324px;
    left: 7px;
    width: 1186px;
    height: 4px;
}

.stepbar-active {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 4px;
    background-color: #f8b034;
    transition: all 1s ease-out;
    z-index: 2;
}

/* 
 0-30   300  10
 30-50  180  9
 50-60  160  16 
 60-80  160  8
 860
*/

.stack-lottery-step {
    position: absolute;
    top: 0;
    width: 221px;
    height: 92px;
    background: url("../images/stack_item.png") no-repeat;
    z-index: 5;
}

.stack-lottery-step.step3,
.stack-lottery-step.step4 {
    background-image: url("../images/stack_item_sq.png");
}

.stack-lottery-step.get,
.stack-lottery-step.active {
    background-image: url("../images/stack_item_on.png");
}

.stack-lottery-step .tagdate {
    background: none;
}

.step0 {
    left: 86px;
}

.step1 {
    left: 296px;
}

.step2 {
    left: 506px
}

.step3 {
    left: 716px;
}

.step4 {
    left: 927px;
}

.stackbg {
    position: absolute;
    top: 3px;
    left: 2px;
    display: none;
    width: 185px;
    height: 128px;
    background: #fff2bf linear-gradient(to bottom, #fff2bf, #fff9e9);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.stack-lottery-tit {
    position: absolute;
    top: 55px;
    left: 40px;
    line-height: 30px;
    padding: 2px 0;
    padding-left: 30px;
    text-align: left;
    font-size: 14px;
    color: #271404;
}

.stack-lottery-tit em {
    margin-left: 24px;
    margin-right: 3px;
    font-weight: bold;
    font-size: 25px;
}

.stack-lottery-ico {
    position: relative;
    width: 185px;
    height: 56px;
    margin-top: 5px;
    margin-left: 30px;
    background: url("../images/stack_gun.png") no-repeat;
    z-index: 3;
}

.stack_w1 {
    background-position: 0 -56px;
}

.stack_w2 {
    background-position: 0 -112px;
}

.stack_w3 {
    background-position: 0 -168px;
}

.stack_w4 {
    background-position: 0 -224px;
}

.iconpoint {
    position: absolute;
    top: 140px;
    left: 50%;
    display: none;
    width: 42px;
    height: 40px;
    margin-left: -21px;
    background: url(../images/stack_point1.png) no-repeat;
    z-index: 3;
}

.iconpoint.active {
    background-image: url("../images/stack_point2.png");
}

.iconChecked {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 134px;
    background: rgba(0, 0, 0, .15) url(../images/get.png) center 8px no-repeat;
    z-index: 5;
}

.get .iconChecked {}

.stack-ico-gift {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 110px;
    height: 110px;
    margin-left: -55px;
    background: url(../images/stack.png) no-repeat;
    z-index: 1;
}

.active .stack-ico-gift {
    background-image: url(../images/stack_on.png);
}

/* .active .stack-ico-gift {
    background-image: url(../images/stack_gift_grey.png);
} */

.btn-stack-lottery {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 183px;
    height: 30px;
    line-height: 30px;
    text-shadow: 1px 0 1px #f6ae31, 0px 1px 1px #f6ae31, -1px 0 1px #f6ae31, 0px -1px 1px #f6ae31;
    font-weight: bold;
    font-size: 16px;
    color: #fff5e5;
    z-index: 3;
}

.get .btn-stack-lottery,
.active .btn-stack-lottery {
    display: block;
}

/* --------------------------- 抽奖-start -------------------------------- */
.lottery-content {
    position: relative;
    width: 1200px;
    padding-top: 100px;
    z-index: 1;
}

.lottery-head {
    height: 96px;
}

.lottery-box {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    z-index: 3;
}

.tips-effect {
    position: absolute;
    display: none;
    width: 46px;
    height: 452px;
    background: url(../images/tag_effect.png) no-repeat;
    font-size: 0px;
}

.lottery-list {
    width: 100%;
}

.lottery-list li {
    position: relative;
    float: left;
    width: 165px;
    height: 92px;
    padding-top: 10px;
    margin: 0 1px 3px;
    background-image: url(../images/item.png);
    cursor: pointer;
    overflow: hidden;
}

.lottery-list li.unitsq {
    background-image: url(../images/item_sq.png);
}

.lottery-list li.active {
    background-image: url(../images/item_on.png);
}

.lottery-list li img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.lottery-list li.none {
    visibility: hidden;
}

.tag-date {
    position: absolute;
    font-size: 0;
}

.date1 {
    top: -5px;
    right: 0;
    width: 46px;
    height: 42px;
    background-position: -187px -19px;
}

.date2 {
    top: -6px;
    right: -6px;
    width: 58px;
    height: 58px;
    background-position: -55px -24px;
}

.maskl {
    position: absolute;
    top: 8px;
    left: 50%;
    display: none;
    width: 145px;
    height: 84px;
    margin-left: -72px;
    background-color: rgba(60, 60, 60, .2);
    /* background: url(../images/mask.png); */
}

.lottery-unit.active .maskl,
.lottery-unit:hover .maskl {
    display: none !important;
}

.lottery-btn {
    width: 940px;
    margin: 0 auto 15px;
}

.btn-lottery {
    position: relative;
    float: left;
    width: 219px;
    height: 62px;
    line-height: 62px;
    margin: 0 8px;
    background: url(../images/btn_lucky.png) center no-repeat;
    transition: all .3s ease;
    /* text-shadow: 2px 0 1px rgba(0, 0, 0, 0.3); */
    text-align: center;
    font-family: "思源宋体 CN";
    font-weight: bold;
    font-size: 20px;
    color: #193b74;
    cursor: pointer;
}

.btn-lottery0 {
    background-image: url("../images/btn_lucky2.png");
}

.btn-lottery3 {
    background-image: url("../images/btn_lucky3.png");
    color: #fff;
}

.btn-lottery b {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 98px;
    text-align: right;
}

.btn-lottery em {
    position: absolute;
    top: 0;
    left: 103px;
    display: block;
    width: 78px;
    text-align: center;
    color: #fff;
}

.btn-lottery3 b {
    left: 8px;
}

.btn-lottery3 em {
    left: 113px;
}

.lottery-tips {
    position: absolute;
    top: 285px;
    left: 10%;
    width: 80%;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.vipTips {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 16px;
    color: #193b74;
}

.lottery-absolute p {
    text-align: center;
}

/* --------------------------- 抽奖-end -------------------------------- */

/*-------------------------- 翻牌-start ---------------------------*/
.container_min {
    background: url("../images/bg2.jpg") center top no-repeat;
}


.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   ---------------------------*/

/*----------------------------------------  -----------------------------------------*/
.deserth6 {
    height: 30px;
    line-height: 30px;
    padding-top: 114px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #193b74;
}

.deserth6 em {
    font-weight: bold;
    color: #f00;
}

.desert-list {
    width: 820px;
    height: 618px;
}

.desert-item {
    position: relative;
    float: left;
    width: 194px;
    height: 191px;
    padding-top: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: url("../images/desert_item.png") center top no-repeat;
    transition: all .2s ease-in-out;
    filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.3));
    text-align: center;
    cursor: pointer;
}

.desert-item.active {
    background-image: url('../images/desert_item_on.png');
}

.desert-item:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
}

.desert-item:hover .desertImg {
    transform: scale(1.1);
}

.dname {
    position: absolute;
    top: 122px;
    left: 0;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #193b74;
}

.desert-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.desert-item del {
    display: block;
    width: 132px;
    height: 29px;
    line-height: 28px;
    text-align: right;
    font-size: 16px;
    color: #1e4077;
}

.desertImg {
    position: absolute;
    top: 40px;
    left: 0;
    display: block;
    width: 100%;
    height: 92px;
    background: url("../images/desert.png") no-repeat;
    transition: all .2s ease-in-out;
}

.desertImg1 {
    background-position: -194px 0;
}

.desertImg2 {
    background-position: -388px 0;
}

.desertImg3 {
    background-position: -582px 0;
}

.desertImg4 {
    background-position: 0 -92px;
}

.desertImg5 {
    background-position: -194px -92px;
}

.desertImg6 {
    background-position: -388px -92px;
}

.desertImg7 {
    background-position: -582px -92px;
}

.desertImg8 {
    background-position: 0 -184px;
}

.desertImg9 {
    background-position: -194px -184px;
}

.desertImg10 {
    background-position: -388px -184px;
}

.desertImg11 {
    background-position: -582px -184px;
}



.icodis {
    position: absolute;
    top: 149px;
    left: 0;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.active .icodis {
    width: 130px;
}

.desert-item .tagdate {
    top: 8px;
    right: 6px;
}

.tagcheck {
    position: absolute;
    bottom: 18px;
    right: 0;
    display: none;
    width: 68px;
    height: 28px;
    line-height: 28px;
    background: #fff url("../images/icon_checkbox.png") 8px 7px no-repeat;
    text-indent: 22px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 12px;
    color: #ff621d;
    z-index: 4;
}

.zixuan-item.active .tagcheck,
.desert-item.active .tagcheck {
    display: block;
}

.tageffect {
    position: absolute;
    top: 8px;
    left: 7px;
    display: block;
    width: 133px;
    height: 23px;
    line-height: 24px;
    background: url("../images/tageffect.png") no-repeat;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.desert-foot {
    position: relative;
    width: 810px;
    height: 100px;
    margin-top: 30px;
}

.desert-count {
    position: absolute;
    top: 62px;
    left: 80px;
    width: 366px;
    height: 30px;
    line-height: 30px;
    padding-left: 36px;
    background-color: #ceddfd;
    border-radius: 15px;
    color: #193b74;
}

.desert-count i {
    position: absolute;
    top: 0px;
    left: 10px;
    display: block;
    width: 21px;
    height: 30px;
    background: url("../images/icon_cart.png") center no-repeat;
}

.desert-countnum {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #193b74;
}

.desert-del {
    position: absolute;
    top: 0px;
    left: 80px;
    display: block;
    width: 140px;
    height: 20px;
    text-align: right;
    font-size: 18px;
    color: #1e4077;
}

.desert-total {
    position: absolute;
    top: 0;
    left: 220px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-weight: bold;
    font-size: 50px;
    color: #570909;
}

.desert-total_kb {
    position: absolute;
    top: 16px;
    left: 384px;
    width: 40px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    font-weight: bold;
    font-size: 20px;
    color: #570909;
}

.btn-desert {
    position: absolute;
    top: 10px;
    right: 60px;
    width: 262px;
    height: 75px;
    background-image: url(../images/btn_buy.png);
    transition: all .3s ease;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #fff;
    cursor: pointer;
}

.btn-desert i {
    position: absolute;
    top: -20px;
    left: 0px;
    display: block;
    width: 49px;
    height: 46px;
    background: url("../images/dis4.png") no-repeat;
}

.desert-tag {
    position: absolute;
    top: 0px;
    right: 60px;
    margin: 0;
}

.xz_base {
    width: 564px;
    height: 116px;
    margin-top: 10px;
}

.xz_base_item {
    position: relative;
    float: left;
    width: 108px;
    height: 116px;
    margin-left: 34px;
    margin-right: 46px;
    background: url("../images/xz_base.png") center 46px no-repeat;
}

.icon_xz {
    position: absolute;
    top: 0;
    left: 6px;
    display: block;
    width: 65px;
    height: 64px;
    background: url("../images/xz_ico.png") no-repeat;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.icon_xz1 {
    background-position: 0 -64px;
}

.icon_xz2 {
    background-position: 0 -128px;
}

.icon_xz_tag {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 16px;
    line-height: 16px;
    background-color: #e8a368;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.xz_base_limit {
    position: absolute;
    top: 86px;
    left: -10px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-color: rgba(169, 216, 255, .8);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    font-size: 14px;
    color: #193b74;
}

.desc_desert {
    position: absolute;
    top: 188px;
    left: 620px;
    line-height: 24px;
    color: #193b74;
}

.desc_p1 {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 23px;
}

.desc_p2 {
    line-height: 22px;
    font-size: 16px;
}

.subjoin {
    position: absolute;
    top: 270px;
    right: 9px;
    width: 364px;
    height: 615px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.subjoin_h5 {
    height: 36px;
    line-height: 36px;
    padding-top: 4px;
    text-align: center;
    font-size: 18px;
    color: #193b74;
}

.subjoin_h6 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 12px;
    text-align: center;
    font-family: "思源宋体 CN";
    font-weight: bold;
    font-size: 16px;
    color: #193b74;
}

.subjoin-item {
    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_img .tagdate {
    background-color: #fff;
    font-size: 14px;
    color: #f00;
}

.subjoin_p {
    line-height: 18px;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #193b74;
}

.btn-buy-subjoin {
    width: 169px;
    height: 43px;
    line-height: 30px;
    background: url("../images/btn_free_god.png") no-repeat;
    font-size: 0;
}

.btn-buy-subjoin2 {
    background-image: url("../images/btn_free_xqh.png");
}

.subjoin_send {
    position: relative;
    width: 358px;
    height: 36px;
    margin: 28px auto 0;
    border: 1px solid #1e3f77;
    border-radius: 6px;
    overflow: hidden;
}

.zengSelect {
    position: relative;
    width: 166px;
    height: 36px;
    line-height: 36px;
    background: url("../images/select_bg.png") no-repeat;
    border: none;
    text-align: center;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    color: #193b74;
}

.buyzeng {
    position: absolute;
    top: 0;
    left: 166px;
    width: 116px;
    height: 36px;
    line-height: 36px;
    color: #193b74;
}

.btn-zeng1 {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 66px;
    height: 34px;
    line-height: 34px;
    background-color: #193b74;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

/*-------------------------- part3-准神器套装 start   ---------------------------*/
.weapon-checkbox {
    position: relative;
    width: 1200px;
    height: 718px;
    padding-top: 88px;
}

.weapon-list {
    position: relative;
    width: 420px;
    z-index: 5;
}

.weapon-item {
    position: relative;
    float: left;
    width: 386px;
    height: 112px;
    /* margin-bottom: 8px; */
    background: url("../images/weapon_nav1.png") no-repeat;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.weapon-item.active {
    width: 423px;
    height: 103px;
}

.weapon-item2 {
    background-image: url("../images/weapon_nav2.png");
}

.weapon-item1.active {
    background-image: url("../images/weapon_checked1.png");
}

.weapon-item2.active {
    background-image: url("../images/weapon_checked2.png");
}

.tagchecked {
    position: absolute;
    top: 138px;
    left: 0px;
    display: none;
    width: 80px;
    height: 24px;
    line-height: 24px;
    background: #fff url("../images/icon_checkbox.png") 5px center no-repeat;
    text-indent: 26px;
    font-style: normal;
    font-size: 14px;
    color: #ff621d;
    z-index: 3;
}

.imgs {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 312px;
    height: 80px;
    background: url("../images/part3_nav.png") no-repeat;
    transition: all .2s ease-in;
    z-index: 2;
}

.imgs1 {
    background-position: 0 -90px;
}

.imgs2 {
    background-position: 0 -180px;
}

.imgs3 {
    background-position: 0 -270px;
}

.imgs4 {
    background-position: 0 -360px;
}

.imgs5 {
    background-position: 0 -450px;
}

.tname {
    position: absolute;
    left: 16px;
    bottom: 10px;
    width: 100%;
    height: 24px;
    transition: all .2s ease-in;
    text-align: left;
    font-size: 0;
    color: #fff;
}

.tname em {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.tname b {
    display: none;
    font-weight: normal;
    font-size: 14px;
}

.active .tname {
    color: #193b74;
}

.dtag {
    position: absolute;
    top: 0;
    right: 0px;
    display: none;
    width: 117px;
    height: 44px;
    background: url("../images/d1.png") no-repeat;
    z-index: 4;
}

.dtag2 {
    background-image: url("../images/d2.png");
}

.weapon-effect {
    position: absolute;
    top: 215px;
    left: 58px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.weapon-checked-gun {
    width: 474px;
    height: 286px;
    transition: all .3s ease-in-out;
}

.weapon-checked-item {
    position: absolute;
    display: none;
    width: 474px;
    height: 286px;
    background: url("../images/weapon0.png") center no-repeat;
    transition: all .3s ease-in-out;
    transform-origin: 0 0;
    opacity: 0;
    z-index: 5;
}

.checked3 {
    background-image: url("../images/weapon0.png");
}

.checked4 {
    background-image: url("../images/weapon1.png");
}

.checked5 {
    background-image: url("../images/weapon2.png");
}

.checked6 {
    background-image: url("../images/weapon3.png");
}

.checked7 {
    background-image: url("../images/weapon4.png");
}

.checked8 {
    background-image: url("../images/weapon5.png");
}

.checked3.active {
    animation: moveCheck 1s ease-in-out both;
}

.weapon-checked-item.active {
    display: block;
}

.weapon-checked-item.moveOut {
    transform-origin: 50% 50%;
    animation: moveCheckOut 1s ease-in-out both;
}

.checked4.active {
    animation: moveCheck1 1s ease-in-out both;
}

.checked5.active {
    animation: moveCheck2 1s ease-in-out both;
}

.checked6.active {
    animation: moveCheck3 1s ease-in-out both;
}

.checked7.active {
    animation: moveCheck4 1s ease-in-out both;
}

.checked8.active {
    animation: moveCheck5 1s ease-in-out both;
}

@keyframes moveCheck {
    0% {
        top: 30px;
        left: 0px;
        transform: scale(0);
        opacity: 0;
    }

    100% {
        top: 54px;
        left: 710px;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes moveCheckOut {
    0% {
        top: 54px;
        left: 710px;
        transform-origin: 50% 50%;
        transform: scale(1);
        opacity: 1;
    }

    100% {
        top: 54px;
        left: 710px;
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes moveCheck1 {
    0% {
        top: 260px;
        left: 0px;
        transform: scale(0);
        opacity: 0;
    }

    100% {
        top: 54px;
        left: 710px;
        transform: scale(1);
        opacity: 1;
    }
}


@keyframes moveCheck2 {
    0% {
        top: 472px;
        left: 0px;
        transform: scale(0);
        opacity: 0;
    }

    100% {
        top: 54px;
        left: 710px;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes moveCheck3 {
    0% {
        top: 30px;
        left: 420px;
        transform: scale(0);
        opacity: 0;
    }

    100% {
        top: 54px;
        left: 710px;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes moveCheck4 {
    0% {
        top: 272px;
        left: 420px;
        transform: scale(0);
        opacity: 0;
    }

    100% {
        top: 54px;
        left: 710px;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes moveCheck5 {
    0% {
        top: 472px;
        left: 420px;
        transform: scale(0);
        opacity: 0;
    }

    100% {
        top: 54px;
        left: 710px;
        transform: scale(1);
        opacity: 1;
    }
}

.weapon-show {
    position: absolute;
    top: 66px;
    right: 0px;
    width: 759px;
    height: 736px;
}

.weapon-show-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 759px;
    height: 736px;
    background: url("../images/weapon_item.png") no-repeat;
}

.weapon-show-item.active {
    display: block;
}

.weapon-checked-name {
    position: absolute;
    top: 254px;
    right: 32px;
    width: 182px;
    height: 40px;
    line-height: 40px;
    background: url("../images/checkgunname.png") center no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.weapon-show-pane {
    float: left;
    position: relative;
    width: 342px;
    height: 485px;
    /* background: url("../images/part3_item.png") no-repeat; */
    transition: all .2s ease-in;
}

.weapon-show-pane:hover {
    /* background-image: url("../images/part3_item_hover.png"); */
}

.weapon-show_name {
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    padding-top: 20px;
    text-shadow: 3px 0 4px rgba(0, 0, 0, 0.3);
    text-align: right;
    font-family: "思源宋体 CN";
    font-weight: bold;
    font-size: 28px;
    color: #193b74;
}

.showGun {
    position: absolute;
    top: -20px;
    left: -8px;
    width: 342px;
    height: 540px;
    background: url("../images/gun.png") no-repeat;
}

.showG11 {
    background-image: url("../images/weapon_cq_ak.png");
}

.showG21 {
    background-image: url("../images/weapon_cq_m4.png");
}

.showG31 {
    background-image: url("../images/weapon_cq_awp.png");
}

.showG41 {
    background-image: url("../images/weapon_xqh_ak.png?v=1");
}


.showG51 {
    background-image: url("../images/weapon_xqh_m4.png");
}

.showG61 {
    background-image: url("../images/weapon_xqh_awp.png");
}


.z1 {
    display: none;
    width: 272px;
    height: 24px;
    line-height: 24px;
    padding-right: 6px;
    margin-left: 10px;
    margin-bottom: 2px;
    background-color: rgba(58, 58, 58, 0.5);
    text-align: right;
    font-size: 16px;
    color: #e2dbd3;
}

.z2 {
    position: absolute;
    top: 22px;
    display: block;
    width: 168px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 20px;
    color: #fff;
}

.z2 i {
    position: absolute;
    top: 2px;
    left: 36px;
    display: block;
    width: 40px;
    height: 18px;
    line-height: 18px;
    background-color: #ff0c0c;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.desert-foot .z2 {
    left: 80px;
    width: 140px;
    color: #570909;
}

.desert-foot .z2 i {
    left: 14px;
    color: #fff;
}

.z3 {
    position: absolute;
    top: 0;
    left: 182px;
    display: block;
    width: 220px;
    height: 44px;
    line-height: 44px;
    text-align: left;
    font-weight: bold;
    font-size: 50px;
    color: #ffc887;
}

.z4 {
    position: absolute;
    top: 22px;
    left: 306px;
    display: block;
    height: 24px;
    line-height: 24px;
    margin-left: 3px;
    font-size: 20px;
    color: #fff;
}

.i5 {
    position: absolute;
    top: 24px;
    left: 352px;
    display: block;
    width: 10px;
    height: 24px;
    background: url("../images/arror_discount.png") center no-repeat;
}

.del2 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 168px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    font-size: 16px;
    color: #fff;
}

.weapon_foot_check {
    position: absolute;
    top: 56px;
    left: -18px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 36px;
    background: rgba(169, 216, 255, .8) url("../images/icon_cart.png") 10px 5px no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 14px;
    color: #193b74;
}

.buybar2 {
    position: absolute;
    top: 632px;
    right: 20px;
    width: 694px;
}

.buybar2::before,
.buybar2::after {
    position: absolute;
    left: 225px;
    content: '';
    display: block;
    width: 315px;
    height: 1px;
    background-color: #8e8e8e;
}

.buybar2::before {
    top: 28px;
}

.buybar2::after {
    top: 59px;
}

.buyname {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #795423;
}

.buytips {
    height: 24px;
    line-height: 24px;
    margin-bottom: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

@-webkit-keyframes bounceDown {
    25% {
        transform: translateY(-5px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(5px);
    }
}

@keyframes bounceDown {
    25% {
        transform: translateY(-5px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(5px);
    }
}

.btn-buy-weapon {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 262px;
    height: 75px;
    line-height: 74px;
    margin-left: -131px;
    background: url(../images/btn_buy.png) center no-repeat;
    transition: all .3s ease-in;
    font-size: 0;
    color: #fff;
}


.btn:hover {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.unlock {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 130px;
    padding-top: 80px;
    background: url("../images/unlock.png") no-repeat;
    background-size: 100% 100%;
    z-index: 56;
}

.unlock em {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7) url("../images/icon_lock.png") 110px center no-repeat;
    text-align: center;
    font-size: 22px;
    color: #b2b0ac;
}

.weapon_effect {
    position: absolute;
    top: 68px;
    right: 10px;
    width: 185px;
    height: 32px;
    line-height: 32px;
    background: url("../images/effect_w1.png") no-repeat;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.weapon_foot {
    position: absolute;
    top: 566px;
    left: 168px;
    width: 420px;
    background-color: rgba(255, 0, 255, .3);
}

.weapon_sub {
    position: absolute;
    top: 50px;
    right: 26px;
    width: 362px;
}

.weapon_sub_h5 {
    height: 32px;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.zixuan-list {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
}

.zixuan-item {
    position: relative;
    float: left;
    width: 173px;
    height: 160px;
    padding-top: 17px;
    margin: 0 4px 10px;
    background: url("../images/subweapon.png") center center no-repeat;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.zixuan-item.active {
    background-image: url("../images/subweapon2.png");
}

.zixuan-item:hover {
    transform: translateY(-5px);
}

.zixuan-item::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 6;
}

.zixuan-item.active::after {
    display: none;
}

.zixuan-item .tagcheck {
    bottom: 60px;
}

.zixuan-card {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
    overflow: hidden;
}

.zixuan-tool-card {
    display: block;
    width: 145px;
    height: 84px;
    z-index: 1;
}

.maskzi {
    position: absolute;
    top: 17px;
    left: 14px;
    display: none;
    width: 145px;
    height: 84px;
    background-color: rgba(0, 0, 0, .2);
    transition: all .2s ease-in-out;
    opacity: 1;
    z-index: 4;
}

.zixuan_em {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #193b74;
    cursor: pointer;
}

.zixuan-item.active .maskzi {
    opacity: 0;
}

.zixuan-checked {
    position: absolute;
    top: 0;
    left: 0px;
    width: 62px;
    height: 37px;
    line-height: 30px;
    background: url(../images/icon_checkbox.png) no-repeat;
    transition: all .2s ease-in-out;
    opacity: 0;
    text-align: left;
    text-indent: 4px;
    font-size: 18px;
    color: #fff;
    z-index: 4;
}

.art_xz .zixuan-checked,
.art_fudai .zixuan-checked,
.art_equip .zixuan-checked,
.zixuan-item.active .zixuan-checked {
    opacity: 1;
}

.tagmin {
    position: absolute;
    top: 17px;
    right: 15px;
    display: block;
    width: 40px;
    height: 18px;
    line-height: 18px;
    background: center no-repeat;
    background-color: #f95b2a;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    z-index: 3;
}

.art_equip .tagmin,
.art_fudai .tagmin {
    top: 10px;
}

/*-------------------------- part3-准神器套装 end   ---------------------------*/
.explain {
    width: 1160px;
    padding: 0 0 20px;
    margin: 0 auto;
    margin-top: -46px;
}

.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;
}

.dialog-html {
    display: none;
}

.dialog-list {
    max-width: 625px;
    padding: 20px 20px 10px;
    background: #c3a15a;
    -webkit-box-shadow: 0 0 15px #000000;
    -moz-box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    z-index: 10;
    overflow: hidden;
}

.dialog-item {
    float: left;
    width: 145px;
    margin: 0 4px 2px;
}

.dialog-item .img {
    display: block;
    max-width: 145px;
    height: 84px;
    margin: 0 auto;
    overflow: hidden;
}

.dialog-item img {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    max-width: 145px;
    max-height: 84px;
    margin: 0 auto;
}

.dialog-item .name {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

/* .page_nav::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    z-index: 1;
}

.page_nav:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    z-index: 1;
} */