@charset "utf-8";

@font-face {
    font-family: 'alibaba';
    src: url('../font/Alibaba-PuHuiTi-Regular.eot');
    src: url('../font/Alibaba-PuHuiTi-Regular.eot?#font-spider') format('embedded-opentype'),
        url('../font/Alibaba-PuHuiTi-Regular.woff') format('woff'),
        url('../font/Alibaba-PuHuiTi-Regular.ttf') format('truetype'),
        url('../font/Alibaba-PuHuiTi-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --animate-delay: 0.5s;
}

.wrap {
    width: 100%;
    min-width: 1280px;
    background: #270730 url(../images/bg.jpg?v=1.01) center top no-repeat;
    overflow: hidden;
}

.btn {
    display: block;
    transition: filter 0.2s linear;
    text-align: center;
    cursor: pointer;
}

.btn:hover {
    text-decoration: none;
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
}

.box1 {
    position: relative;
    width: 100%;
    height: 1080px;
    z-index: 3;
}

.tag-top {
    position: absolute;
    top: 70px;
    left: 0;
    display: block;
    width: 145px;
    height: 33px;
    background: url("../images/tag_top.png") no-repeat;
    z-index: 33;
}

.bg-video {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 1080px;
    overflow: hidden;
    animation: fadeInVideo 3s ease-in-out 1s both;
    z-index: 1;
}

.bg-video video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 100%;
    margin-left: -960px;
}

#vloop {
    display: none;
}

.header {
    position: relative;
    width: 1200px;
    height: 580px;
    margin: 0 auto;
}

.headtag {
    position: absolute;
    top: 316px;
    left: -135px;
    display: none;
    width: 794px;
    height: 285px;
    background: url("../images/logo_max.png") center no-repeat;
}

.userbar {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 20px;
    z-index: 10;
}

.user {
    position: relative;
    width: 100%;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #fff;
}

.grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.container {
    position: relative;
    /* background: url(../images/bg.jpg) center 0 no-repeat; */
    margin: 0 auto;
    z-index: 2;
}

.section {
    position: relative;
    z-index: 1;
}

.section2 {
    margin-top: 42px;
    z-index: 3;
}

.section-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.section-desc {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #b63f1e;
    z-index: 3;
}

.navFixed {
    position: fixed;
    top: 50%;
    left: 7px;
    display: none;
    width: 201px;
    margin-top: -252px;
    z-index: 999;
}

.navFixed.vipClaimed {
    margin-top: -165px;
}

.navFixed.vipClaimed .freebox {
    display: none;
}

.daterange {
    width: 230px;
    height: 47px;
    background: url("../images/daterange.png") no-repeat;
    font-size: 0;
}

.navdl {
    position: relative;
}

.np {
    position: relative;
    width: 201px;
    height: 54px;
    line-height: 54px;
    margin-bottom: 4px;
    background: url("../images/np.png") no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ce9ed8;
    cursor: pointer;
}

.np4,
.np5 {
    background-image: url("../images/np2.png");
    color: #b2e0db;
}

.np.active::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;

}

.nptxt {
    position: relative;
    z-index: 3;
}

.np::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/nav_on.png") no-repeat;
    transition: all .2s ease;
    z-index: 0;
    opacity: 0;
}

.np.active::before {
    opacity: 1;
}

.tagNewNp1 {
    text-align: left;
}

.np1 .tagmin {
    top: 6px;
    left: 48px;
    right: auto;
}

.freebox {
    position: relative;
    display: block;
    width: 200px;
    height: 160px;
    margin-bottom: 10px;
    background-color: rgba(222, 178, 225, .8);
    border-radius: 4px;
}

.free_t {
    height: 20px;
    line-height: 20px;
    padding: 10px 0 6px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.vipimg {
    position: relative;
    width: 145px;
    height: 84px;
    margin: 0 auto 6px;
}

.btn-free {
    width: 180px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    background-color: #711674;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
}

.title {
    position: relative;
    width: 1026px;
    height: 154px;
    margin: 0 auto;
    background: center top no-repeat;
    z-index: 3;
}

.title2 {
    height: 208px;
    background-image: url("../images/title2.png");
}

.title4 {
    height: 201px;
    background-image: url("../images/title4.png");
    /* background-position: 0 -282px; */
}


.title2-des {
    position: absolute;
    top: 156px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #cacaca;
}

.tagh {
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background-color: #d20e1f;
    background: linear-gradient(to bottom, #871218, #d20e1f);
    border: 1px solid #e55944;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.tagdate,
.tagmin {
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    min-width: 24px;
    height: 18px;
    line-height: 18px;
    padding: 0 3px;
    background: #c71234;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.tagdate::before,
.tagmin::before {
    position: absolute;
    top: 0;
    left: -9px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-bottom: 18px solid #c71234;
}

.tagdate::after,
.tagmin::after {
    position: absolute;
    top: 0;
    right: -9px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-top: 18px solid #c71234;
}

.tagsq {
    position: absolute;
    top: 60px;
    left: -3px;
    display: block;
    width: 157px;
    height: 34px;
    line-height: 56px;
    background: url("../images/tag_effect_sq.png") no-repeat;
    text-indent: 5px;
    text-align: center;
    font-size: 0;
    color: #fff;
    z-index: 3;
}

/* ----------------------- 免费领取两次-start ----------------------------- */

.section1 {
    position: relative;
}

.tianqi-effect {
    width: 1206px;
    height: 126px;
    margin-left: -3px;
    margin-bottom: 28px;
}

.effect-col {
    position: relative;
    float: left;
    width: 193px;
    height: 126px;
    margin: 0 4px;
    background-repeat: no-repeat;
    animation: appear 1s ease-out forwards;
    opacity: 0;
}

.effect-col01 {
    animation-delay: 0.1s;
    background-image: url("../images/effect01.png");
}

.effect-col02 {
    animation-delay: 0.1s;
    background-image: url("../images/effect02.png");
}

.effect-col03 {
    animation-delay: 0.2s;
    background-image: url("../images/effect03.png");
}

.effect-col04 {
    animation-delay: 0.3s;
    background-image: url("../images/effect04.png");
}

.effect-col05 {
    animation-delay: 0.4s;
    background-image: url("../images/effect05.png");
}

.effect-col06 {
    animation-delay: 0.5s;
    background-image: url("../images/effect06.png");
}

@keyframes appear {
    from {
        opacity: 0;
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.vipinfos {
    position: relative;
    width: 1200px;
    height: 100px;
}

.progressbar {
    position: absolute;
    top: 20px;
    left: 162px;
    width: 974px;
    height: 22px;
    background: url("../images/progressbar.png") no-repeat;
    z-index: 1;
}

.progress-slide {
    position: absolute;
    top: 11px;
    left: 121px;
    width: 0px;
    height: 9px;
    background-image: url("../images/progress_slide.png");
}

.progress-slide_badge {
    position: absolute;
    top: 0;
    right: -7px;
    display: none;
    width: 7px;
    height: 8px;
    background: url("../images/progress_badge.png") no-repeat;
}

.vipinfos-txt {
    position: absolute;
    left: 52px;
    height: 56px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    text-shadow:
        0 0 1px #ed2aff,
        0 0 2px #ed2aff,
        0 0 3px #ed2aff,
        0 0 4px #ed2aff,
        0 0 8px #ed2aff,
        0 0 16px #ed2aff;
}

.vipinfos-col {
    position: absolute;
    top: 23px;
    width: 124px;
    height: 82px;
    z-index: 3;
}

.col0 {
    left: 220px;
}

.col1 {
    left: 470px;
}

.col2 {
    left: 730px;
}

.col3 {
    left: 870px;
}

.col4 {
    left: 1020px;
}

.vico {
    display: block;
    width: 22px;
    height: 24px;
    margin: 0 auto 7px;
    background: url("../images/progress_ico1.png") center no-repeat;
}

.vico0 {
    background-image: url("../images/progress_ico0.png");
}

.vlevel,
.vprice {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}


.vprice {
    color: #9a9a9a;
}

.col0 .vlevel,
.col0 .vprice {
    color: #9a9a9a;
}

.vprice.current {
    color: #e126eb;
}

.tagNew {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 53px;
    height: 24px;
    line-height: 24px;
    background: url("../images/tag_new.png") center no-repeat;
    text-indent: 16px;
    font-family: 'alibaba';
    font-style: italic;
    font-size: 18px;
    color: #fff;
    z-index: 4;
}

.zixuan-item .tagNew {
    top: 209px;
    z-index: 4;
}

.zixuan-item .tagNew1 {
    left: 172px;
}

.zixuan-item .tagNew2 {
    left: 206px;
}

.zixuan-item .tagmin {
    top: 212px;
}

.effect-col .tagNew {
    left: 3px;
    z-index: 4;
}

.tagNewr2 {
    top: 94px;
    left: 36px;
}

.effect-col .tagmin {
    top: 6px;
    right: 92px;
    z-index: 1;
}

.effect-col06 .tagmin06 {
    right: 128px;
}

.tagmin1 {
    right: 115px;
}

.tagmin2 {
    right: 81px;
}

.tagTq {
    position: absolute;
    top: 18px;
    left: 60px;
    display: block;
    width: 150px;
    height: 84px;
    line-height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    font-family: 'alibaba';
    font-style: italic;
    font-size: 0;
    color: #fff;
}

.tagTq1 {
    background-image: url("../images/tianqi_tag_sy.png");
}

.tagTq2 {
    background-image: url("../images/tianqi_tag_knife.png");
}

.tq-sub-name {
    position: absolute;
    bottom: 14px;
    left: 30px;
    display: block;
    width: 260px;
    height: 32px;
    background-repeat: no-repeat;
}

.tq-sub-name1 {
    background-image: url("../images/tianqi_name_sy.png");
}

.tq-sub-name2 {
    background-image: url("../images/tianqi_name_knife.png");
}

.tianqi-checkbox {
    position: relative;
    width: 100%;
    height: 294px;
}

.tianqi-check-title {
    width: 750px;
    height: 31px;
    margin-bottom: 7px;
    background: url("../images/check_t1.png") no-repeat;
    color: #fff;
}

.tianqi-check-title_1,
.tianqi-check-title_2,
.tianqi-checkbox-right_title {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 'alibaba';
    font-style: italic;
    font-size: 20px;
}

.tianqi-check-title_1,
.tianqi-checkbox-right_title {
    width: 248px;
    text-shadow: 0 0 6px rgba(0, 0, 0, .78);
    font-weight: bold;
    color: #fae8fd;
}

.tianqi-check-title_2 {
    position: absolute;
    top: 0;
    left: 228px;
    width: 500px;
    font-weight: normal;
    color: #000;
}

.tianqi-checkbox-right_title {
    width: 100%;
}

.tianqi-checkbox-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 417px;
    height: 100%;
    background: url("../images/bag_right.png") no-repeat;
}

.rname {
    position: absolute;
    top: 246px;
    display: block;
    height: 24px;
    line-height: 24px;
    font-family: 'alibaba';
    font-size: 16px;
    color: #fff;
}

.rname1 {
    left: 76px;
}

.rname2 {
    left: 258px
}


.btn-buy-tianqi {
    position: relative;
    width: 471px;
    height: 106px;
    line-height: 106px;
    margin: 20px auto 0;
    background: url("../images/btn_buy_tq.png") center no-repeat;
    transition: all .3s ease;
    text-align: center;
    font-size: 0;
    color: #fff;
}

.tianqi-price {
    position: absolute;
    top: 6px;
    left: 60px;
    height: 100px;
    line-height: 100px;
    text-shadow: 0 0 6px rgba(183, 19, 224, .53);
    font-family: 'D-DIN';
    font-weight: bold;
    font-size: 47px;
    color: #e6e2ed;
}

.time-limit {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 73px;
    height: 29px;
    line-height: 29px;
    background: url("../images/tag_limit.png") center no-repeat;
    text-align: center;
    font-family: 'alibaba';
    font-style: italic;
    font-size: 18px;
    color: #fff;
    z-index: 12;
}

.btn-buy-tianqi .tagdate {
    top: 8px;
    right: 370px;
}

.gift-content-front .time-limit {
    top: 373px;
}

.gift-content-front .tagdate {
    top: 378px;
    right: 132px;
    z-index: 11;
}

.btn-three_tf .time-limit {
    top: 35px;
    left: 10px;
}

.btn-three_tf .tagdate {
    top: 40px;
    right: 238px;
    z-index: 11;
}

.btn-three_lx .time-limit {
    top: 26px;
    left: 10px;
}

.btn-three_lx .tagdate {
    top: 31px;
    right: 239px;
    z-index: 11;
}


.buytips {
    height: 44px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #d1abd4;
}

/* ------------------ 日志 --------------- */
.lottery-log {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 180px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    z-index: 4;
    overflow: hidden;
}

.log1 {
    top: 506px;
}

.log3 {
    top: 765px;
}

.lottery-log .logCont {
    width: 288px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.lottery-log ul {
    width: 100%;
    overflow: hidden;
}

.lottery-log li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #cacaca;
}

.log3 li {
    color: #fff;
}

/* ---------------------------  P2 双11全仓非卖品限时集合 end  ------------------------------*/
/*-------------------------------  抽奖弹窗   ---------------------------------*/
#layer-lucky h4 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}

.lucky-list {
    text-align: center;
    margin: 0 20px;
    font-size: 0;
}

.lucky-list li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 230px;
    margin-bottom: 10px;
    text-align: center;
}

.lucky-list li img {
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.lucky-list .card_name {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.lucky-1 {
    width: 226px;
    margin: 0 auto;
}

.lyaer-lucky.layui-layer-iframe .layui-layer-btn,
.lyaer-lucky.layui-layer-page .layui-layer-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0px;
    background: #fff;
}

.explain {
    width: 1150px;
    padding: 50px 0 50px;
    -webkit-text-shadow: 0px 0 1px #bbb;
    -moz-text-shadow: 0px 0 1px #bbb;
    text-shadow: 0px 0 1px #bbb;
    margin: 0 auto;
    color: #fff;
}

.explain .hdsm h1 {
    line-height: 36px;
    font-size: 16px;
}

.explain .hdsm p {
    line-height: 28px;
    font-size: 14px;
}

.list-item::after,
.lottery-list li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    z-index: 3;
}

.list-item:hover::after,
.lottery-list li:hover::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    z-index: 1;
}

.btnhover::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 1px;
    left: 0;
    direction: rtl;
    z-index: -1;
    border-radius: 8px;
    -webkit-box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    -moz-box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}


.btnhover:hover::after {
    left: auto;
    right: -1px;
    width: 100%;
}

.layui-layer-content {
    font-size: 14px;
}

/*------------------------------------ 套装购买 ------------------------------*/

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ---------------------- 经典年卡套装 end ------------------- */
.section3 {
    margin-top: 10px;
}

.content-shenqi {
    position: relative;
    width: 100%;
    z-index: 3;
}

.shenqibg {
    position: absolute;
    top: 201px;
    left: 0;
    width: 100%;
    height: 740px;
    background: center top no-repeat;
    z-index: 1;
}

.shenqibg video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 740px;
    margin-left: -960px;
}


.content-shenqi-body {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

/* 抬头轮播 */
.carousel-wrapper {
    position: relative;
    height: 530px;
    perspective: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}

.carousel-item {
    position: absolute;
    top: 0;
    width: 638px;
    height: 100%;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
}

.carousel-inner {
    position: absolute;
    width: 638px;
    height: 100%;
    cursor: pointer;
    background: center no-repeat;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

/* 左侧邻近图片 */
.carousel-item.left-near {
    perspective: 800px;
    perspective-origin: right center;
    transform: translateX(-400px) scale(0.5);
    z-index: 2;
    opacity: 0.75;
    overflow: visible;
}

/* 中间图片 */
.carousel-item.center {
    transform: translateX(0) scale(1);
    z-index: 10;
    opacity: 1;
}

/* 右侧邻近图片 */
.carousel-item.right-near {
    perspective: 800px;
    perspective-origin: left center;
    transform: translateX(400px) scale(0.5);
    z-index: 2;
    opacity: 0.75;
}

.carousel-item.left-near .carousel-inner {
    transform: translateX(-100px);
}

.carousel-item.right-near .carousel-inner {
    transform: translateX(180px);
}

/* 点击区域 */
.click-zone {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    z-index: 100;
    cursor: pointer;
}

.click-zone.left {
    left: -30px;
    background: url("../images/arrow_left.png") 250px 50px no-repeat;
}

.click-zone.right {
    right: -30px;
    background: url("../images/arrow_right.png") 20px 50px no-repeat;
}

/* 动画效果 */
.carousel-item.animating {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.inner-logo {
    position: absolute;
    top: 0px;
    left: 50%;
    display: block;
    width: 384px;
    height: 255px;
    margin-left: -192px;
    background: center 0 no-repeat;
    z-index: 1;
}

.inner-logo0 {
    background-image: url("../images/ico_tf.png");
}

.inner-logo1 {
    background-image: url("../images/ico_lx_ak.png");
}

.inner-logo2 {
    background-image: url("../images/ico_m4.png");
}

.simg {
    position: absolute;
    top: 50px;
    left: 0px;
    display: block;
    width: 638px;
    height: 400px;
    background-repeat: no-repeat;
    z-index: 3;
}

.simg0 {
    background-image: url("../images/tf_ak.png");
}

.simg1 {
    background-image: url("../images/lx_ak.png");
}

.simg2 {
    background-image: url("../images/lx_m4.png");
}

/* 神器右侧主体 */
.content-shenqi-main {
    position: relative;
    width: 1200px;
    height: 530px;
    margin: 0 auto;
}

.zixuan-list {
    width: 756px;
    font-size: 0;
}

.zixuan-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    _display: inline;
    zoom: 1;
    width: 370px;
    height: 256px;
    margin-right: 8px;
    background: url("../images/tianqi_check.png") no-repeat;
    transition: all .2s ease;
    cursor: pointer;
}

.zixuan-item.active {
    background-image: url("../images/tianqi_checked.png");
}

.zixuan-tool-card {
    position: absolute;
    top: 48px;
    left: 68px;
    display: block;
    width: 252px;
    height: 138px;
    background: center no-repeat;
    z-index: 3;
}

.kills-effect {
    position: absolute;
    top: 186px;
    left: 38px;
    font-family: 'alibaba';
    font-size: 16px;
    color: #e0dee0;
}

.card1 {
    background-image: url("../images/tianqi_sy.png");
}

.card2 {
    background-image: url("../images/tianqi_knife.png");
}

.zixuan-checked {
    position: absolute;
    right: 0px;
    bottom: 18px;
    width: 107px;
    height: 29px;
    line-height: 29px;
    background: url(../images/tag_checked.png) no-repeat;
    transition: all .3s ease-in-out;
    opacity: 0;
    text-align: center;
    font-family: 'alibaba';
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    color: #edd8d8;
    z-index: 4;
}

.zixuan-item.active .zixuan-checked {
    opacity: 1;
}

.btn-buy {
    position: absolute;
    left: 370px;
    width: 370px;
    height: 164px;
    line-height: 52px;
    background: center no-repeat;
    transition: all .3s ease;
    text-shadow: 0 1px 0 rgba(49, 33, 2, 0.5);
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #fff;
    cursor: pointer;
}

.btn_buy1 {
    top: 672px;
    width: 453px;
    height: 209px;
    background-image: url("../images/btn_buy_tq2.png");
}

.btn_buy2 {
    top: 682px;
    width: 453px;
    height: 210px;
    background-image: url("../images/btn_buy_loong2.png");
}

.btn_buy3,
.btn_buy4 {
    top: 682px;
    width: 453px;
    height: 209px;
    background-image: url("../images/btn_buy_lak2.png");
}

.btn_buy5 {
    top: 682px;
    width: 453px;
    height: 209px;
    background-image: url("../images/btn_buy_l22.png");
}

.buytag {
    position: absolute;
    top: 35px;
    left: 269px;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    background-color: #f00;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.subjoin {
    position: relative;
    width: 100%;
    width: 1200px;
    height: 380px;
    background: url("../images/subjoin.png") center 0 no-repeat;
}

.subjoin-row {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.subjoin-row0 {
    display: block;
}

.subjoin-left {
    position: relative;
    float: left;
    width: 368px;
    height: 225px;
}

.subjoin-right {
    position: relative;
    float: right;
    width: 776px;
    height: 225px;
}

.subjoin-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 0 0 6px rgba(0, 0, 0, .78);
    font-family: 'alibaba';
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    color: #d9c7dd;
}

.subjoin-cont {
    position: relative;
    width: 100%;
    height: 190px;
}

.tcard {
    position: absolute;
}

.tcard0 {
    top: 42px;
    left: 118px;
    width: 145px;
    height: 84px;
}

.tcard1,
.tcard2 {
    top: 22px;
    left: 72px;
    width: 233px;
    height: 138px;
    background-image: url("../images/tcard_knife_lx.png");
}

.tcard-name {
    position: absolute;
    left: 15px;
    bottom: 12px;
    display: block;
    height: 31px;
    background-repeat: no-repeat;
}

.tcard-name0 {
    width: 180px;
    background-image: url("../images/tcard_name_spz.png");
}

.tcard-name1,
.tcard-name2 {
    width: 150px;
    background-image: url("../images/tcard_name_lxknife.png");
}

.subjoin-row0 .subjoin-cont .tagdate {
    top: 149px;
    left: 210px;
    right: auto;
}

.subjoin-row1 .subjoin-cont .tagdate,
.subjoin-row2 .subjoin-cont .tagdate {
    top: 149px;
    left: 188px;
    right: auto;
}

.subjoin-list {
    width: 700px;
    height: 84px;
    padding-top: 50px;
    margin: 0 auto;
}

.subjoin-item {
    position: relative;
    float: left;
    width: 145px;
    height: 84px;
    margin: 0 15px;
}

.subjoin-btn {
    float: left;
    width: 100%;
    height: 124px;
    margin-top: 30px;
}

.btn-three {
    position: relative;
    width: 378px;
    height: 100%;
    margin: 0 auto;
    background: center no-repeat;
}

.btn-three_tf {
    background-image: url("../images/btn_buy_tf.png");
}

.btn-three_lx {
    background-image: url("../images/btn_buy_lx.png");
}

.subjoin-del {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #aaa;
}

/*-------------------------- 神器购买-end   ---------------------------*/
/*-------------------------- 翻牌-start ---------------------------*/
.tianqi-fudai {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    z-index: 3;
}

.giftbag-main {
    position: relative;
    width: 100%;
    height: 448px;
    z-index: 3;
}

.giftbag-tips {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-top: 52px;
    margin-top: 36px;
    margin-bottom: 18px;
    background: url("../images/giftbag_title.png") center top no-repeat;
    text-align: center;
    font-size: 18px;
    color: #cacaca;
}

.giftbag-footer {
    width: 100%;
    height: 20px;
    margin-top: 16px;
    background: url("../images/footer.png") center top no-repeat;
}

.gift-list {
    position: absolute;
    top: 0px;
    left: 50%;
    display: none;
    width: 1240px;
    height: 448px;
    margin-left: -620px;
}

.gift_list1,
.gift_list2 {
    display: block;
}

.gift-item {
    float: left;
    position: relative;
    width: 268px;
    height: 448px;
    margin: 0 21px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gift-item:hover {
    transform: translateY(-10px);
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
}

.gift-item-doubel {
    display: none;
}

.gift_count {
    position: absolute;
    top: 379px;
    left: 0;
    display: block;
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: url("../images/btn_open.png") center no-repeat;
    text-align: center;
    font-size: 22px;
    color: #fff;
    z-index: 11;
}

.gift-desc {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #9ffcfc;
}

.gift-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 448px;
    -moz-transition-property: opacity, -moz-transform, -moz-box-shadow;
    -moz-transition-duration: .5s;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: .5s;
    transition-property: opacity, transform, box-shadow;
    transition-duration: .5s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gift-content-front {
    background: url(../images/fudai.png) no-repeat;
    cursor: pointer;
    z-index: 10;
}

.tianqi-fudai .gift-content-front {
    background-image: url(../images/bag_front.png);
}

.cardico {
    position: absolute;
    top: 126px;
    left: 50%;
    display: block;
    width: 230px;
    height: 136px;
    margin-left: -112px;
    background: url('../images/cardico.png') no-repeat;
    /* transition: all .3s ease-in-out; */
}

.cardico1 {
    top: 204px;
    height: 166px;
    background-image: url("../images/tainqi_ico.png");
}

.cardico2 {
    background-position: 0 -136px;
}

.cardico3 {
    background-position: 0 -272px;
}

.cardico4 {
    background-position: 0 -408px;
}

.gift-content-front:hover .cardico {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.gift-content-back {
    background: url(../images/giftbag_back.png) center 0 no-repeat;
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
    z-index: 8;
}

.tianqi-fudai .gift-content-back {
    background-image: url(../images/bag_back.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;
}

.gift-name_bar {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 18px;
    text-align: center;
    font-size: 0;
    z-index: 3;
}

.gift-name {
    display: inline-block;
    vertical-align: middle;
    _display: inline;
    zoom: 1;
    height: 50px;
    line-height: 50px;
    margin-right: 13px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    z-index: 5;
}

.gift-name_bar .tagdate {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    vertical-align: middle;
    _display: inline;
    zoom: 1;
    font-style: italic;
}

.bagname {
    position: absolute;
    top: 26px;
    left: 0;
    display: none;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #cacaca;
}


.gift-content-back .bagname {
    display: block;
}

.gift-video {
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

.ibrown {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #a59668;
    z-index: 4;
}

.ibrown1 {
    top: 15px;
    left: 4px;
}

.ibrown2 {
    top: 15px;
    right: 4px;
}

.ibrown3 {
    left: 4px;
    bottom: 9px;
}

.ibrown4 {
    right: 4px;
    bottom: 9px;
}

.gift-bagname {
    position: absolute;
    left: 15px;
    bottom: 27px;
    width: 158px;
    height: 32px;
    line-height: 32px;
    background-position: -210px -503px;
    font-size: 0;
    z-index: 3;
}

.zengImgBox {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 210px;
    height: 350px;
    margin-left: -105px;
}

.btn-giftbag {
    position: absolute;
    left: 25px;
    bottom: 27px;
    width: 137px;
    height: 35px;
    line-height: 35px;
    background-position: -210px -468px;
    font-weight: bold;
    font-size: 14px;
    color: #804919;
    z-index: 3;
}

.zengsku {
    position: absolute;
    top: 339px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #cacaca;
}

.gift-success {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #ff5400;
}

.btn-stack-lottery:hover,
.btn-lengend.heart,
.btn-lottery:hover,
.heartbeat:hover {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.zengDate {
    position: absolute;
    top: 306px;
    right: 12px;
    display: none;
    width: 61px;
    height: 20px;
    line-height: 20px;
    background: url(../images/tag.png) center no-repeat;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.zengbar,
.zengbar2 {
    position: absolute;
    top: 379px;
    left: 0;
    width: 100%;
    height: 68px;
    line-height: 68px;
    transition: all .3s ease-in-out;
    text-align: center;
    overflow: hidden;
}

.zengbar::before,
.zengbar2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: url("../images/btn_zeng.png") center no-repeat;
    transition: all .3s ease-in-out;
    text-align: center;
    overflow: hidden;
    pointer-events: none;
    z-index: 5;
}

.zengbar2 {
    display: none;
    font-size: 15px;
    color: #cacaca;
}

.zengInput {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 169px;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    background-color: transparent;
    border: 2px solid #3e3041;
    transition: all .3s ease-in-out;
    text-align: center;
    font-size: 18px;
    color: #f6f5fa;
    outline: none;
}

/* .zengInput:focus {
    border-color: #ff9200;
} */

.btn-zeng {
    position: absolute;
    top: 10px;
    right: 0;
    width: 80px;
    height: 48px;
    line-height: 48px;
    background-color: #711674;
    font-size: 18px;
    color: #f9ffc4;
}

.id2 {
    position: absolute;
    top: 10px;
    width: 23px;
    height: 45px;
    padding: 9px 10px;
    background: url("../images/tagd.png") center no-repeat;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.id22 {
    left: 258px;
}

.id23 {
    left: 428px;
}

.id24 {
    left: 610px;
}

.etbox {
    position: absolute;
    top: 581px;
    width: 100%;
    height: 24px;
}

.et {
    position: absolute;
    top: 0;
    display: block;
    width: 150px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.et1 {
    left: 267px;
}

.et2 {
    left: 436px;
}

.et3 {
    left: 606px;
}

.et4 {
    left: 779px;
}

.player_name {
    display: inline-block;
    vertical-align: top;
    max-width: 130px;
    height: 24px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*-------------------------- 翻牌-end   ---------------------------*/



.tagcheck {
    position: absolute;
    bottom: 1px;
    left: 42px;
    display: none;
    width: 80px;
    height: 28px;
    line-height: 28px;
    background: url("../images/icon_checkbox2.png") 8px 7px no-repeat;
    text-indent: 22px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-shadow: -1px 0 0 #98441b, 0 1px 0 #98441b;
    font-weight: bold;
    font-size: 16px;
    color: #f9ffc4;
    z-index: 4;
    pointer-events: none;
}

.zixuan-item.active .tagcheck,
.desert-item.active .tagcheck {
    display: block;
}


.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;
}

.compensation {
    position: relative;
    width: 1200px;
    height: 542px;
    margin: 78px auto 0;
    background: url("../images/compensation.png") no-repeat;
}

.compensation-tips {
    height: 64px;
    line-height: 32px;
    padding-top: 88px;
    margin-bottom: 36px;
    text-align: center;
    font-size: 18px;
    color: #cacaca;
}

.compensation-txt {
    width: 980px;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    font-size: 16px;
    color: #cacaca;
}

.btn-compensation {
    width: 316px;
    height: 74px;
    line-height: 74px;
    margin: 20px auto 0;
    background: url("../images/btn_get_cyan.png") no-repeat;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .4);
    font-size: 24px;
    color: #fff;
}

.compensation-list {
    width: 1000px;
    margin: 0 auto 20px;
}

.compensation-item {
    position: relative;
    float: left;
    width: 225px;
    height: 103px;
    padding-top: 28px;
    margin: 0 12px;
    background: url("../images/compensation_item.png") no-repeat;
}

.compensation-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.tagNew31 {
    top: 1px;
    left: 0;
    z-index: 3;
}

.tagdate-c1 {
    top: 4px;
    left: 50px;
    right: auto;
    z-index: 1;
}

.tagdate-c3,
.tagdate-c4 {
    top: 4px;
    left: 15px;
    right: auto;
}