@charset "utf-8";

:root {
    /* --animate-duration: .5s; */
    --animate-delay: 0.3s;
}

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;
}

.wrap {
    width: 100%;
    min-width: 1280px;
    background: #fff1cd;
    overflow: hidden;
}

.blbl {
    animation: myfirst 1s infinite ease-in-out;
    -webkit-animation: myfirst 1s infinite ease-in-out;
}

@-webkit-keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #f00 inset;
    }
}

@keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #f00 inset;
    }
}

.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);
}

.lottery-log {
    position: absolute;
    top: 0;
    right: 0;
    width: 423px;
    height: 95px;
    line-height: 24px;
    padding-top: 42px;
    background: url("../images/log.jpg") no-repeat;
    font-size: 13px;
    color: #3f3f3f;
    z-index: 4;
    overflow: hidden;
}

.log1 {
    top: -170px;
}

.log2 {
    right: -50px;
}

.log3 {
    top: 70px;
    right: -100px;
}

.lottery-log .logCont {
    width: 400px;
    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: #3f3f3f;
}

/* -----------------------------  常用 start  ----------------------------------- */
.box1 {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../images/banner.jpg?v=1.01) center top no-repeat;
    z-index: 3;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1360px;
    height: 500px;
    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: block;
}

.header {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.userbar {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    z-index: 10;
}

.user {
    position: relative;
    width: 100%;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #000;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #000;
}

.active-time {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    z-index: 5;
}

.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;
}

.section {
    position: relative;
    z-index: 1;
}

.section1 {
    padding-top: 210px;
}

.section2 {
    margin-top: 70px;
}

.section3 {
    padding-top: 260px;
}

.section-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.section-desc {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #b63f1e;
    z-index: 3;
}

.pagenav {
    width: 1385px;
    margin: 0 auto;
    padding-top: 94px;
    text-align: center;
}

.nitem {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    _display: inline;
    zoom: 1;
    width: 374px;
    height: 78px;
    background: no-repeat;
    text-align: center;
    font-size: 0;
    cursor: pointer;
}

.nitem1 {
    background-image: url("../images/nn1.png");
}

.nitem2 {
    background-image: url("../images/nn2.png");
}

.nitem3 {
    background-image: url("../images/nn3.png");
}

.navFixed {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 36px;
    padding: 8px 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.navFixed ul {
    width: 700px;
    margin: 0 auto;
}

.navFixed ul li {
    float: left;
    width: 220px;
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
    background: linear-gradient(-120deg, #f36d0e 60%, #f3b175);
    border: 1px solid #a08d6c;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #feeac7;
    cursor: pointer;
}

.title {
    position: relative;
    display: none;
    width: 1255px;
    height: 130px;
    margin-left: -27px;
    background-repeat: no-repeat;
    z-index: 3;
}

.ib {
    display: inline-block;
    vertical-align: middle;
    _display: inline;
    zoom: 1;
}

.tagh {
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background-color: #d20e1f;
    background: linear-gradient(to bottom, #871218, #d20e1f);
    border: 1px solid #e55944;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.tagdate,
.tagmin {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    min-width: 32px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background: #ff1616;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.tagsq,
.step_tag {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 64px;
    height: 32px;
    background: url("../images/tag_sq.png") no-repeat;
    text-indent: 5px;
    text-align: center;
    font-size: 0;
    color: #fff;
    z-index: 3;
}

.free .tagdate {
    top: 23px;
    right: 30px;
}

.desert-item .tagdate {
    top: 140px;
    right: auto;
    left: 100px;
}

/* ----------------------- 免费领取两次-start ----------------------------- */
.freebox {
    position: absolute;
    top: -170px;
    left: 0;
    width: 175px;
    height: 120px;
    padding-top: 11px;
    background: url("../images/free.png") no-repeat;
    border-radius: 4px;
}

.freebox .tagdate {
    top: 11px;
    right: 15px;
}

.freeImg {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.free_t {
    display: none;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.btn-free {
    width: 168px;
    height: 24px;
    line-height: 24px;
    margin: 10px auto 0;
    background-color: #fa7000;
    font-size: 16px;
    color: #FFF;
}

/* animation: bounce-down 1s linear infinite; */

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateX(-5px);
    }

    50%,
    100% {
        -webkit-transform: translateX(0);
    }

    75% {
        -webkit-transform: translateX(5px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateX(-5px);
    }

    50%,
    100% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(5px);
    }
}

/* ---------------------------  P2 双11全仓非卖品限时集合 end  ------------------------------*/
/*----------------------------- P3 新青花重磅回归 start   ----------------------------------*/
.redPacket {
    position: absolute;
    top: 530px;
    left: 120px;
    width: 100px;
    height: 100px;
    background: url("../images/redPacket_bg.png") no-repeat;
    z-index: 11;
}

.btn-redPacket {
    width: 100px;
    height: 100px;
    background: url("../images/redPacket.png") center no-repeat;
    animation: heartbeat 1.2s infinite;
    border-radius: 4px;
    text-align: center;
    font-size: 0;
    color: #fff;
}

.redPacket-desc {
    position: absolute;
    top: 540px;
    left: 236px;
    width: 266px;
    height: 60px;
    line-height: 20px;
    font-size: 16px;
    color: #000;
}

.redPacket-count {
    position: absolute;
    top: 600px;
    left: 236px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #f00;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.15);
    }

    30% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.12);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.btn:hover {
    animation: heartbeatBtn 1.2s infinite;
}

@keyframes heartbeatBtn {
    0% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.05);
    }

    30% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.04);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

/*-------------------------- P3 新青花重磅回归 end   ---------------------------*/
/*-------------------------------  抽奖弹窗   ---------------------------------*/
#layer-lucky {
    display: none;
}

#layer-lucky h4 {
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    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: 1120px;
    padding: 50px 0 50px;
    margin: 0 auto;
    color: #000;
}

.explain .hdsm h1 {
    line-height: 36px;
    font-size: 16px;
}

.explain .hdsm p {
    line-height: 28px;
    font-size: 14px;
}

.list-item::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 {
    -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;
}

/*-------------------------------  抽奖弹窗 end  ---------------------------------*/
/*------------------------------------ 套装购买 ------------------------------*/

/* ---------------------- 经典年卡套装 end ------------------- */
.player_name {
    display: inline-block;
    vertical-align: top;
    max-width: 130px;
    height: 24px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*---------------------------------------- 买赠专区 -----------------------------------------*/
.deserth6 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #da4d26;
}

.deserth6 em {
    font-weight: bold;
    color: #f00;
}

.desert_container {
    position: relative;
    width: 786px;
    height: 1112px;
    padding-top: 82px;
    margin-top: -40px;
}

.desert-list {
    width: 1252px;
    margin: 0 auto;
}

.desert-item {
    position: relative;
    float: left;
    width: 287px;
    height: 170px;
    margin: 0 12px 28px;
    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.desert-main {
    width: 387px;
    margin: 0 14px 28px;
    background-image: url("../images/desert_item_l.png");
}

.desert-item.active {
    background-image: url('../images/desert_item_on.png');
}

.desert-item.desert-main.active {
    background-image: url("../images/desert_item_l_on.png");
}

.desert-item:hover {
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
}

.desert-item:hover .desertImg {
    transform: scale(1.1);
}

.desert-zeng {
    position: relative;
    float: left;
    width: 592px;
    height: 170px;
    margin: 0 17px;
    background-color: #977a62;
}

.jiazeng-list {
    position: absolute;
    top: 64px;
    left: 6px;
    width: 580px;
    height: 84px;
}

.jiazeng-item {
    position: relative;
    float: left;
    width: 145px;
    height: 84px;
    overflow: hidden;
}

.jiazeng-item img {
    display: block;
    height: 100%;
}

.cart1,
.cart2 {
    position: absolute;
    top: 137px;
    right: 12px;
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.desert-name {
    position: absolute;
    top: 137px;
    left: 12px;
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: left;
    font-size: 14px;
    color: #fff;
}

.dname {
    position: absolute;
    top: 10px;
    left: 12px;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff7dd;
}

.desert-item del {
    position: absolute;
    top: 104px;
    right: 10px;
    display: block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    padding-left: 17px;
    text-align: right;
    font-size: 14px;
    color: #000;
}

.toolimg {
    position: absolute;
    top: 20px;
    left: 74px;
    display: block;
    width: 145px;
    height: 84px;
}

.tagcheck {
    position: absolute;
    top: 116px;
    left: 3px;
    display: none;
    width: 80px;
    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;
    pointer-events: none;
}

.active .tagcheck {
    display: block;
}

.jiazeng {
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 134px;
    height: 37px;
    background: url("../images/jiazeng.png") no-repeat;
}

.selectTitle {
    position: absolute;
    top: 0;
    left: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.tageffect {
    position: absolute;
    top: 70px;
    right: 6px;
    display: block;
    width: 157px;
    height: 34px;
    line-height: 24px;
    background: url("../images/tag_effect.png") no-repeat;
    text-align: center;
    font-size: 0px;
    color: #fff;
}

.desert-foot {
    position: relative;
    width: 528px;
    margin: 20px auto 0;
}

.btn-desert {
    position: relative;
    width: 401px;
    height: 67px;
    background: url(../images/btn_buy_400.png) no-repeat;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 4;
}

.desert-count {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 100px;
    height: 54px;
    line-height: 32px;
    padding-left: 40px;
    background-color: #3a3a3a;
    border: 1px solid #fff;
}

.desert-count i {
    position: absolute;
    top: 12px;
    left: 30px;
    display: block;
    width: 40px;
    height: 34px;
    background: url("../images/icon_cart.png") center no-repeat;
    z-index: 3;
}

.desert-countnum {
    position: absolute;
    top: 18px;
    left: 74px;
    display: block;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.desert-del {
    position: absolute;
    top: -10px;
    left: 0px;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    background-color: #f00;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.desert_kb_t {
    position: absolute;
    top: 22px;
    left: 170px;
    display: block;
    width: 58px;
    height: 33px;
    line-height: 33px;
    background: url("../images/kb_font.png") center no-repeat;
    font-weight: bold;
    font-size: 0;
    color: #fff;
}

.btn-desert_txt {
    position: absolute;
    top: 44px;
    left: 266px;
    display: block;
    width: 66px;
    height: 32px;
    line-height: 32px;
    background-color: #ff1616;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff3d9;
}

.desert_kb_d {
    position: absolute;
    top: 33px;
    left: 155px;
    display: block;
    width: 60px;
    height: 16px;
    line-height: 16px;
    background-color: #643b0f;
    text-align: center;
    font-size: 14px;
    color: #ffd77a;
}

.desert-total {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 166px;
    height: 33px;
    line-height: 33px;
    text-align: right;
    font-family: 'D-DIN';
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}

.btn-addCart {
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 135px;
    height: 39px;
    line-height: 36px;
    margin-left: -67px;
    background: url(../images/btn_addcart.png) center no-repeat;
    transition: all .3s ease;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #98441b;
    cursor: pointer;
}

.desert-item.active .btn-addCart {
    background-image: url("../images/btn_selected.png");
    font-size: 0;
}


.subjoin_send {
    position: relative;
    width: 528px;
    height: 42px;
    background-color: #3a3a3a;
    overflow: hidden;
}

.subjoin_send1 {
    margin-left: 544px;
}

.subjoin_send2 {
    margin: 0px auto;
}

.subjoin_send3 {
    margin: 20px auto;
}

.send_name {
    display: block;
    width: 170px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.zengSelect {
    display: block;
    width: 170px;
    height: 42px;
    line-height: 42px;
    background-color: #3a3a3a;
    border: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.buyzeng {
    position: absolute;
    top: 3px;
    left: 172px;
    width: 230px;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    background-color: #d9d9d9;
    border: 1px solid #fff;
    text-align: center;
    font-size: 20px;
    color: #333;
    outline: none;
}

.btn-zeng {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 106px;
    height: 36px;
    line-height: 36px;
    background: #fa7000;
    font-size: 18px;
    color: #f9ffc4;
}

.dialog-html {
    display: none;
}

.dialog-list {
    max-width: 625px;
    padding: 20px 20px 10px;
    background: #c3a15a;
    -webkit-box-shadow: 0 0 15px #000000;
    -moz-box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    z-index: 10;
    overflow: hidden;
}

.dialog-item {
    float: left;
    width: 145px;
    margin: 0 4px 2px;
}

.dialog-item .img {
    display: block;
    max-width: 145px;
    height: 84px;
    margin: 0 auto;
    overflow: hidden;
}

.dialog-item img {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    max-width: 145px;
    max-height: 84px;
    margin: 0 auto;
}

.dialog-item .name {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

/* -----------------------------------------审判者直购-0------------------------- */
.section-spz {
    margin-top: 50px;
}

.swiper-btn {
    position: relative;
    width: 680px;
    height: 93px;
    margin-top: 35px;
    margin-left: 194px;
}

.tag_discount {
    position: absolute;
    top: 13px;
    right: 200px;
    display: block;
    width: 105px;
    height: 28px;
    background-image: url(../images/tag_discount.png);
}

.suitbox {
    position: relative;
    width: 1200px;
    padding-top: 120px;
    margin-bottom: 64px;
}

.suit-three {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.spzname {
    position: absolute;
    top: 45px;
    left: 214px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    z-index: 3;
}

.spzlist {
    width: 900px;
    height: 479px;
    padding-top: 60px;
    margin: 0 auto 15px;
}

.spzlist li {
    position: relative;
    float: left;
    width: 291px;
    height: 479px;
    background: url("../images/three_item.png") center no-repeat;
    cursor: pointer;
}

.spzlist .liawp {
    margin-right: 15px;
}

.tname {
    position: absolute;
    top: -24px;
    left: 0;
    display: block;
    width: 100%;
    height: 82px;
    background: no-repeat;
}

.tname-ak {
    background-image: url("../images/three_name_ak.png");
}

.tname-awp {
    background-image: url("../images/three_name_awp.png");
}

.tname-m4 {
    background-image: url("../images/three_name_m4.png");
}

.spzlist li img {
    transition: all .3s linear;
}

.spzlist li:hover img {
    transform: scale(1.15);
}

.equip_list {
    width: 910px;
    height: 168px;
    margin: 0 auto;
}

.equip_item {
    position: relative;
    float: left;
    width: 213px;
    height: 168px;
    margin: 0 4px;
    background: url("../images/equip_item.png") no-repeat;
}

.equip_item img {
    display: block;
    margin: 0 auto;
}

.equip_z {
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffddbc;
}

.h8 {
    display: block;
    width: 100%;
    height: 8px;
}

.equip_del {
    position: absolute;
    top: 132px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #e7b98e;
}

.equip_item .tagdate {
    top: 8px;
    right: 34px;
}

.equip_zeng {
    height: 29px;
    line-height: 29px;
    margin-top: 10px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.suit-three-name {
    position: absolute;
    left: 314px;
    bottom: 42px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #000;
}

.suit-three-del {
    position: absolute;
    left: 688px;
    bottom: 56px;
    width: 200px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #3c0707;
}

.suit-three-price {
    position: absolute;
    left: 688px;
    bottom: 34px;
    width: 200px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #ff3939;
}

.zengCard {
    position: absolute;
    top: 537px;
    left: 365px;
    width: 145px;
    height: 84px;
}

.suit-nine .zengCard {
    left: 430px;
}

/* 购买按钮 */
.btn-suit {
    position: relative;
    width: 328px;
    height: 67px;
    background: center no-repeat;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 4;
}

.btn-month {
    background-image: url("../images/btn_month.png");
}

.btn-year {
    margin-left: 18px;
    background-image: url("../images/btn_year.png");
}

.btn-three {
    width: 401px;
    margin: 10px auto 0;
    background-image: url("../images/btn_buy_400.png");
}

.swiper-btn .btn-suit {
    float: left;
}

.suit-del {
    position: absolute;
    top: 46px;
    left: 43px;
    display: block;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.btn-month .suit-del {
    left: 53px;
}

.suit-del3 {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    background-color: #f00;
    font-size: 14px;
    color: #fff;
}

.suit_kb_t {
    position: absolute;
    top: 50px;
    left: 140px;
    display: none;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 24px;
    color: #643b0f;
}

.btn-suit_txt {
    position: absolute;
    top: 18px;
    left: 240px;
    display: block;
    width: 66px;
    height: 32px;
    line-height: 32px;
    background-color: #81340f;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff3d9;
}

.suit_txt3 {
    top: 22px;
    left: 304px;
}

.btn-suit_tag {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
    background-color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.suit_kb_d {
    position: absolute;
    top: 33px;
    left: 140px;
    display: block;
    width: 70px;
    height: 16px;
    line-height: 16px;
    background-color: #643b0f;
    text-align: center;
    font-size: 14px;
    color: #ffd77a;
}

.suit-total {
    position: absolute;
    top: 8px;
    left: 42px;
    display: block;
    width: 144px;
    height: 54px;
    line-height: 54px;
    background: center no-repeat;
    text-align: right;
    font-family: 'D-DIN';
    font-weight: bold;
    font-size: 40px;
    color: #643b0f;
}

.kb_558 {
    background-image: url("../images/kb_558.png");
}

.kb_5588 {
    background-image: url("../images/kb_5588.png");
}

.kb_6588 {
    background-image: url("../images/kb_6588.png");
}

.kb_14666 {
    width: 160px;
    left: 46px;
    background-image: url("../images/kb_14666.png");
}


.suit-discount {
    display: none;
    vertical-align: middle;
    _display: inline;
    zoom: 1;
    margin-left: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #b63f1e;
}

.sendp {
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    color: #000;
}

.sendp1 {
    margin-left: 544px;
}

.sendp2 {
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

/* 抬头轮播 */
.carousel-wrapper {
    position: relative;
    height: 412px;
    perspective: 1200px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item {
    position: absolute;
    width: 844px;
    height: 412px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/slide_bg.png") center no-repeat;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.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(-360px) scale(0.7);
    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(360px) scale(0.7);
    z-index: 2;
    opacity: 0.75;
    filter: blur(2px);
}

.carousel-item.left-near .carousel-inner {
    /* transform: translateX(-180px); */
}

.carousel-item.right-near .carousel-inner {
    /* transform: translateX(180px); */
}

/* 点击区域 */
.click-zone {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    background: center no-repeat;
    z-index: 100;
    cursor: pointer;
}

.click-zone.left {
    left: -30px;
    background-image: url("../images/slide_prev.png");
}

.click-zone.right {
    right: -30px;
    background-image: url("../images/slide_next.png");
}

/* 动画效果 */
.carousel-item.animating {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.spzEffect {
    position: absolute;
    top: 40px;
    left: 200px;
    display: block;
    width: 228px;
    height: 37px;
    background: url("../images/spz_effect.png") no-repeat;
}

.spzName {
    position: absolute;
    top: -6px;
    left: 38px;
    width: 235px;
    height: 64px;
    background: 0 center no-repeat;
}

.spzName0 {
    background-image: url("../images/spz_name_ak.png");
}

.spzName1 {
    background-image: url("../images/spz_name_m4.png");
}

.spzName2 {
    background-image: url("../images/spz_name_awp.png");
}

.simg {
    position: absolute;
    top: 30px;
    left: 50%;
    display: block;
    width: 570px;
    height: 234px;
    margin-left: -300px;
}

.simg_equip_box {
    position: absolute;
    left: 95px;
    bottom: 38px;
    width: 472px;

}

.simg_equip {
    position: relative;
    float: left;
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 4px;
    border: 2px solid #fff;
}

.simg_equip img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
    border-radius: 2px;
}

.simg_equip .tagdate {
    top: 0px;
    width: 100%;
    display: none;
    background: none;
    font-size: 16px;
    z-index: 3;
}

.simg_equip_txt {
    position: absolute;
    top: -4px;
    left: -2px;
    height: 22px;
    line-height: 22px;
    background-color: #000000;
    padding: 0 5px;
    font-size: 14px;
    color: #fff;
}

.secondaryWeapon {
    position: absolute;
    top: 372px;
    right: 0;
    width: 313px;
    height: 172px;
    background: url("../images/jiagou.png") center no-repeat;
}

.secondaryWeapon .tagdate {
    top: 144px;
    right: 260px;
}

.secondary-item {
    position: absolute;
    top: 30px;
    width: 90px;
    height: 108px;
    background: center no-repeat;
    text-align: center;
    cursor: pointer;
}

.secondary1 {
    width: 137px;
}

.secondary2 {
    left: 137px;
}

.secondary3 {
    left: 231px;
}

.secname {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-shadow:
        1px 1px 1px #000,
        1px -1px 1px #000,
        -1px 1px 1px #000,
        -1px -1px 1px #000;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.secGun {
    display: block;
    width: 100%;
    margin-top: -10px;
    transition: all .2s ease-in-out;
}

.secGun1 {
    width: 137px;
    height: 74px;
    background-image: url("../images/sec_1.png");
}

.secGun2 {
    width: 94px;
    height: 80px;
    background-image: url("../images/sec_2.png");
}

.secGun3 {
    width: 78px;
    height: 67px;
    background-image: url("../images/sec_3.png");
}

.secondary-item:hover .secGun1,
.active .secGun1 {
    background-image: url("../images/sec_12.png");
}

.secondary-item:hover .secGun2,
.active .secGun2 {
    background-image: url("../images/sec_22.png");
}

.secondary-item:hover .secGun3,
.active .secGun3 {
    background-image: url("../images/sec_32.png");
}

.secondary-item.active .secGun {
    transform: scale(1.1);
}

.secondary-item .tagcheck {
    top: 54px;
}

.secondary-price {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}

.secondary-del {
    position: absolute;
    top: 115px;
    left: 0;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #e7b98e;
}

.secondary-price {
    position: absolute;
    top: 141px;
    left: 0;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.fontb,
.fontz {
    position: absolute;
    top: 57px;
    left: 23px;
    display: block;
    width: 29px;
    height: 29px;
    background: url("../images/font_buy.png") center no-repeat;
}

.fontz {
    background-image: url("../images/font_zeng.png");
}

.spzlist .tagdate {
    top: 90px;
    right: 224px;
}

.sequence {
    position: absolute;
    top: 50px;
    left: 60px;
    width: 800px;
    height: 270px;
    background: no-repeat;
    background-size: 32768px 265px;
    animation: sequenceRun 2s steps(41) infinite;
}

@keyframes sequenceRun {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: -32768px;
    }
}

.sequence0 {
    background-image: url("../images/gak.png");
}

.sequence1 {
    background-image: url("../images/gm4.png");
}

.sequence2 {
    background-image: url("../images/gawp.png");
}

.artifact_img {
    position: absolute;
    top: 50px;
    left: 60px;
    width: 167px;
    height: 345px;
    background: no-repeat;
    background-size: 8016px 368px;
    animation: runMove 3s steps(48) infinite;
    transform: scale(1.1);
}

.artifact_desert {
    top: -105px;
    left: 108px;
    transform: scale(1) rotate(60deg);
}

@keyframes runMove {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: -8016px;
    }
}

.artifact_img1 {
    background-image: url("../images/gun_step_spzak.png");
}

.artifact_img2 {
    background-image: url("../images/gun_step_spzawp.png");
}

.artifact_img3 {
    background-image: url("../images/gun_step_spzm4.png");
}