@charset "utf-8";

:root {
    /* --animate-duration: .5s; */
    --animate-delay: 0.3s;
}

.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);
}

.box1 {
    position: relative;
    width: 100%;
    height: 640px;
    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: 640px;
    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: 750px;
    margin: 0 auto;
}

.header_foot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 154px;
    background: url(../images/bg_top.png) center no-repeat;
    z-index: 5;
}

.headtag {
    position: absolute;
    top: 81px;
    left: 50%;
    width: 289px;
    height: 66px;
    margin-left: -145px;
    background: url(../images/tag11.png) center top no-repeat;
    z-index: 4;
}

.userbar {
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 20px;
    z-index: 10;
}

.user {
    position: relative;
    width: 100%;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #fff;
}

.active-time {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 24px;
    background: url("../images/time.png") center no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #7b0009;
    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;
    z-index: 4;
}

.section {
    position: relative;
    z-index: 1;
}


.section2 {
    margin-top: 70px;
    z-index: 3;
}

.section5 {
    margin-top: 70px;
}

.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: 42px;
    text-align: center;
}

.nitem {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 274px;
    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");
}

.nitem4 {
    background-image: url("../images/nn4.png");
}

.nitem5 {
    background-image: url("../images/nn5.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: 950px;
    margin: 0 auto;
}

.navFixed ul li {
    float: left;
    width: 180px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    background: linear-gradient(to bottom, #cc1a0f 60%, #f3b278);
    border: 1px solid #a08d6c;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #feeac7;
    cursor: pointer;
}

.title {
    position: relative;
    width: 1255px;
    height: 130px;
    margin-left: -27px;
    background-repeat: no-repeat;
    z-index: 3;
}

.title1 {
    background-image: url("../images/p01.png");
}

.title2 {
    background-image: url("../images/p02.png");
}

.title3 {
    background-image: url("../images/p03.png");
}

.title4 {
    background-image: url("../images/p04.png");
}

.title5 {
    background-image: url("../images/p05.png");
}

.title_key {
    width: 1026px;
    height: 145px;
    margin: 18px auto 0;
    background-position: 0 -470px;
}

.tit-des {
    position: absolute;
    top: 88px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #ffe397;
}

.ib {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
}

.tagh {
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background-color: #d20e1f;
    background: linear-gradient(to bottom, #871218, #d20e1f);
    border: 1px solid #e55944;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.tagdate,
.tagmin {
    position: absolute;
    top: 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: 18px;
    right: 17px;
}

/* ----------------------- 免费领取两次-start ----------------------------- */

.freebox {
    position: relative;
    width: 350px;
    height: 520px;
    margin-top: 20px;
    margin-bottom: 72px;
    background: url("../images/free_baihu.png") no-repeat;
}

.freebox .tagdate {
    top: 126px;
    right: 230px;
    height: 24px;
    line-height: 24px;
}

.free_t {
    padding-top: 312px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 37px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.btn-free {
    width: 241px;
    height: 48px;
    margin: 0 auto;
    background: url("../images/btn_free.png") no-repeat;
    font-size: 0;
}

.rollbox {
    position: absolute;
    top: 150px;
    right: 0;
    width: 810px;
    height: 513px;
    background: url("../images/free_bg2.png") no-repeat;
}

.descr1,
.descr2 {
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #fa7000;
}

.descr1 {
    padding-top: 54px;
}

.descr2 {
    padding-top: 24px;
}

.roll-aside {
    width: 100%;
}

.aside_list {
    width: 785px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.aside_item {
    float: left;
    width: 147px;
    height: 95px;
    padding-top: 5px;
    margin: 0 5px;
    background: url("../images/aside_item.png") no-repeat;
}

.aside_item_img {
    display: block;
    width: 135px;
    margin: 0 auto;
}

.btn-buy-vip {
    width: 320px;
    height: 58px;
    margin: 0 auto;
    background: url("../images/btn_buy_god.png") no-repeat;
    font-size: 0;
}

.roll-content {
    width: 800px;
    height: 267px;
}

#slide1 {
    position: relative;
    width: 790px;
    height: 138px;
    margin-left: 10px;
    overflow: hidden;
}

.roll-list {
    position: relative;
    width: 5220px;
    /* height: 115px; */
    z-index: 1;
}

.roll-item {
    position: relative;
    float: left;
    width: 145px;
    margin-right: 10px;
}

.roll-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.btn-roll {
    width: 145px;
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
    background: url("../images/btn_roll.png") center no-repeat;
    transition: all .3s ease-in-out;
    text-align: center;
    font-size: 14px;
    color: #764320;
}

.roll_status {
    position: absolute;
    top: 150px;
    left: 5%;
    display: none;
    width: 90%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #b63f1e;
}

.roll-refresh {
    position: absolute;
    top: 94px;
    left: 6px;
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background-color: #f5cd82;
    font-size: 12px;
    color: #b63f1e;
}

.roll-date {
    position: relative;
    width: 100%;
    height: 138px;
}

.dateItem {
    float: left;
    width: 114px;
    padding-top: 10px;
    position: relative;
}

.dateItem::after {
    position: absolute;
    top: 49px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #f39e4d;
}

.dateItem.active::after {
    display: none;
}

.dateItemNum {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #fffbd6;
}

.dateItemIco {
    position: absolute;
    top: 34px;
    left: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background: url("../images/dateIco.png") center no-repeat;
    z-index: 3;
}

.dateItem.active .dateItemIco {
    background-image: url("../images/dateIco_on.png");
}

.dateItemCard {
    display: block;
    width: 95px;
    height: 60px;
    margin-top: 20px;
    background: center no-repeat;
}

.dateItemCard0 {
    background-image: url("../images/date_days.png");
}

.dateItemCard1 {
    background-image: url("../images/date_week.png");
}

.arrow_right {
    position: absolute;
    top: 38px;
    right: -3px;
    display: block;
    width: 26px;
    height: 26px;
    background: url("../images/arrow_right.png") center no-repeat;
}

/*------------------------ 进度条样式 ----------------------*/
.stack-lottery {
    position: relative;
    width: 1200px;
    height: 150px;
    margin-top: 20px;
}

.stepbar {
    position: absolute;
    top: 130px;
    left: 0;
    width: 1110px;
    height: 10px;
    background-color: #b3ada0;
    border: 1px solid #f7f4ef;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.stepbar-active {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 0;
    height: 10px;
    background-color: #fa7000;
    transition: all 1s ease-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
}

.stack-lottery-step {
    position: relative;
    float: left;
    width: 172px;
    height: 136px;
    margin-left: 12px;
    background: url("../images/step_item.png") center top no-repeat;
    z-index: 5;
}

.step0 {
    margin-left: 100px;
}

.step3,
.step4,
.step5 {
    background-image: url("../images/step_sq.png");
}

.stack-lottery-tit {
    position: absolute;
    top: 73px;
    left: 0;
    width: 108px;
    height: 24px;
    line-height: 24px;
    background-color: #3a3a3a;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 5;
}

.step3 .stack-lottery-tit,
.step4 .stack-lottery-tit,
.step5 .stack-lottery-tit {
    background-color: #b84227;
}

.stepen {
    line-height: 50px;
}

.countstep {
    font-weight: normal;
}

.stack-lottery-ico {
    position: relative;
    display: block;
    width: 161px;
    height: 101px;
}

.stack-ico-gun {
    position: absolute;
    top: 7px;
    left: 50%;
    display: block;
    width: 145px;
    height: 84px;
    margin-left: -72px;
    z-index: 3;
}

.stack-ico-gun0 {
    background-image: url("http://img.175pt.com/GameTools/202204203831943.jpg");
}

.stack-ico-gun1 {
    background-image: url("http://img.175pt.com/GameTools/202204200395201.jpg");
}

.stack-ico-gun2 {
    background-image: url("http://img.175pt.com/GameTools/202304162522988.jpg");
}

.stack-ico-gun3 {
    background-image: url("http://img.175pt.com/GameTools/202204203345780.jpg");
}

.stack-ico-gun4 {
    background-image: url("http://img.175pt.com/GameTools/202204203253103.jpg");
}

.stack-ico-gun5 {
    background-image: url("http://img.175pt.com/GameTools/202204204249848.jpg");
}

.step_used {
    position: absolute;
    top: 34px;
    left: 50%;
    display: none;
    width: 142px;
    height: 142px;
    line-height: 210px;
    margin-left: -71px;
    background: url("../images/step_get.png") center no-repeat;
    text-shadow: 1px 0 3px rgba(0, 0, 0, .5);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    z-index: 4;
}

.used .step_used {
    display: block;
}

.stackcount {
    position: absolute;
    top: 18px;
    left: 0;
    width: 86px;
    height: 86px;
    background: url("../images/lucky_count.png") center no-repeat;
    z-index: 4;
}

.stackcount i {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding-top: 16px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #3a3a3a;
}

.stackcount em {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #000;
}

.stackcount b {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #ffeccc;
}

.ico_rec {
    position: absolute;
    top: 73px;
    right: 0px;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    background: #ff1616;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.stack-ico-gift {
    position: absolute;
    top: 165px;
    right: 50px;
    display: none;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    font-size: 16px;
    color: #7b0009;
    z-index: 3;
}

.btn-stack {
    position: absolute;
    top: 99px;
    left: 50%;
    width: 168px;
    height: 25px;
    line-height: 26px;
    margin-left: -84px;
    background-color: transparent;
    transition: all cubic-bezier(0, 0, 0.33, 1);
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.active .btn-stack {
    background-color: #fa7000;
}

/* ---------------------------------------  P1 双11福利礼包 end  ---------------------------------------- */
/* ----------------------------------  P2 双11全仓非卖品限时集合 start ----------------------------------- */

.lottery-box {
    position: relative;
    width: 1200px;
    height: 924px;
    padding-top: 45px;
    background: url(../images/lucky_bg.png) center 0px no-repeat;
    z-index: 3;
}

.lottery-list {
    width: 1162px;
    margin: 0 auto;
}

.lottery-unit {
    position: relative;
    float: left;
    width: 158px;
    height: 89px;
    padding-top: 4px;
    margin: 0 4px 4px;
    background: url(../images/item.jpg) no-repeat;
    overflow: hidden;
}

.lottery-unit img {
    display: block;
    width: 145px;
    height: 84px;
    margin-left: 8px;
}

.lottery-unit.none {
    visibility: hidden;
}

.lottery-btn {
    width: 1124px;
    margin: 0 auto;
}

.btn-lottery {
    position: relative;
    float: left;
    width: 257px;
    height: 58px;
    line-height: 58px;
    margin: 0 12px;
    background: url("../images/btn_lucky.png") no-repeat;
    transition: all .3s ease;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #643b0f;
    cursor: pointer;
}

.lottery_em {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 132px;
    height: 58px;
    line-height: 58px;
    text-align: right;
    font-weight: bold;
    font-size: 24px;
    color: #643b0f;
}

.lottery_b {
    position: absolute;
    top: 16px;
    left: 140px;
    display: block;
    width: 84px;
    height: 26px;
    line-height: 26px;
    background-color: #ce6f0a;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff3d9;
}

.btn-lottery11 .lottery_b {
    background-color: #ff1616;
}

.lottery-tips {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #300707;
}

.maskL {
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
    width: 145px;
    height: 84px;
    line-height: 84px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 0px;
    color: #fff;
}

.lottery-unit:hover .maskL,
.lottery-unit.active .maskL {
    display: none !important;
}

.lottery-absolute p {
    text-align: center;
}

.effect {
    position: absolute;
    top: 488px;
    left: 5px;
    width: 24px;
    line-height: 26px;
    height: 313px;
    padding: 93px 14px;
    font-size: 20px;
    color: #feeac7;
    overflow: hidden;
}

.effect::after {
    position: absolute;
    top: -100px;
    left: 0;
    width: 88px;
    height: 88px;
    content: '';
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    -webkit-transform: skewx(-60deg);
    -moz-transform: skewx(-60deg);
    -o-transform: skewx(-60deg);
    transform: skewx(-60deg);
    -webkit-animation: mv 1.8s ease-in-out infinite;
    -moz-animation: mv 1.8s ease-in-out infinite;
    -o-animation: mv 1.8s ease-in-out infinite;
    animation: mv 1.8s ease-in-out infinite;
    z-index: 3;
}

@-webkit-keyframes mv {}

@keyframes mv {
    100% {
        top: 450px;
    }
}

.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: 88px;
}

.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;
}


/* 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   ----------------------------------*/


/*-------------------------- P3 新青花重磅回归 end   ---------------------------*/
/*-------------------------------  抽奖弹窗   ---------------------------------*/
#layer-lucky h4 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}

.lucky-list {
    text-align: center;
    margin: 0 20px;
    font-size: 0;
}

.lucky-list li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 230px;
    margin-bottom: 10px;
    text-align: center;
}

.lucky-list li img {
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.lucky-list .card_name {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.lucky-1 {
    width: 226px;
    margin: 0 auto;
}

.lyaer-lucky.layui-layer-iframe .layui-layer-btn,
.lyaer-lucky.layui-layer-page .layui-layer-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0px;
    background: #fff;
}

.explain {
    width: 1120px;
    padding: 50px 0 50px;
    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;
}


@-webkit-keyframes bounceDown {
    25% {
        transform: translateY(-5px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(5px);
    }
}

@keyframes bounceDown {
    25% {
        transform: translateY(-5px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(5px);
    }
}

.artifact-li.active i {
    animation: bounceDown 1s ease-in infinite;
}

@keyframes shan {
    25% {
        opacity: .5;
    }

    50%,
    100% {
        opacity: 1;
    }

    75% {
        opacity: .8;
    }
}

@-webkit-keyframes bounceDown2 {
    25% {
        transform: translateY(-3px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(3px);
    }
}

@keyframes bounceDown2 {
    25% {
        transform: translateY(-3px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(3px);
    }
}

.slideImg {
    animation: bounceDown2 1s ease-in infinite;
}

/*------------------------------------ 套装购买 ------------------------------*/

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ---------------------- 经典年卡套装 end ------------------- */
.player_name {
    display: inline-block;
    vertical-align: top;
    max-width: 130px;
    height: 24px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*-------------------------- 翻牌-end   ---------------------------*/
/* .section5 {} */

.popup-limited-content {
    position: relative;
    width: 1200px;
    height: 670px;
    background: url("../images/p5.jpg") no-repeat;
}

.ptgift {
    position: absolute;
    top: 368px;
    left: 296px;
    width: 912px;
}

.ptgift-item {
    float: left;
    width: 234px;
    padding: 0 35px;
}

.ptgift-row {
    height: 18px;
    line-height: 18px;
    padding-top: 16px;
    padding-right: 5px;
    border-bottom: 1px solid #f4cc9e;
}

.ptgift-row em,
.ptgift-row b {
    font-weight: normal;
    font-size: 14px;
}

.ptgift-row em {
    float: left;
    color: #9c1208;
}

.ptgift-row b {
    float: right;
    color: #fff4d0;
}

.pt1,
.pt2 {
    position: absolute;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 23px;
    color: #fff;
}

.pt1 {
    top: 42px;
    left: 556px;
    font-weight: bold;
    font-size: 38px;
}

.pt2 {
    top: 388px;
    left: 56px;
    line-height: 40px;
    text-align: right;
    font-weight: normal;
    font-size: 26px;
}

.contact-t1 {
    position: relative;
    display: block;
    height: 24px;
    line-height: 24px;
    padding-left: 280px;
    margin-top: 8px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #cb5d19;
}

.contact-t2 {
    position: absolute;
    top: 0px;
    display: block;
    height: 24px;
    line-height: 24px;
    padding-left: 80px;
    font-weight: normal;
    font-size: 16px;
    color: #cb5d19;
}

.contact-t2 {
    left: 580px;
}

.contact-t2-i1 {
    position: absolute;
    top: -4px;
    left: 42px;
    width: 31px;
    height: 31px;
    background-image: url(../images/ico_avatar.png);
}

.contact-t2-i2 {
    position: absolute;
    top: 0;
    left: 144px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_qq.png);
}

.link_server {
    display: block;
    width: 265px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    background: url("../images/btn_lucky_hover.png") no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #cd442a;
}

.poolPop {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 111;
}

.maskp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.poolContent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 792px;
    height: 412px;
    margin-top: -206px;
    margin-left: -396px;
    background: url('../images/pool_bg.png') center no-repeat;
}

.poolTname {
    height: 30px;
    line-height: 30px;
    padding-top: 21px;
    margin-bottom: 29px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ffe5b2;
}

.poolRow {
    position: relative;
    width: 550px;
    line-height: 24px;
    padding-left: 120px;
    margin: 0 auto 24px;
    margin-left: 70px;
    margin-bottom: 24px;
    font-size: 16px;
    color: #ac4018;
}

.poolRow b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    font-weight: normal;
}

.btn_confirm_poll {
    width: 269px;
    height: 74px;
    line-height: 74px;
    margin: 0 auto;
    margin-top: -12px;
    background: url(../images/btn_lucky.png) center no-repeat;
    text-align: center;
    font-size: 24px;
    color: #cb402b;
}

/*---------------------------------------- 买赠专区 -----------------------------------------*/
.deserth6 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #da4d26;
}

.deserth6 em {
    font-weight: bold;
    color: #f00;
}

.desert_container {
    position: relative;
    width: 786px;
    height: 1112px;
    padding-top: 82px;
    margin-top: -40px;
    background: url("../images/desert_bg.png") center top no-repeat;
}

.desert-list {
    width: 1224px;
    margin: 0 auto;
    margin-top: 30px;
}

.desert-item {
    position: relative;
    float: left;
    width: 179px;
    height: 150px;
    padding-top: 18px;
    margin-right: 24px;
    margin-bottom: 22px;
    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;
}

.desertsq {
    background-image: url("../images/desert_item_sq.png");
}

.desert-item.active {
    background-image: url('../images/desert_item_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);
}

.cart1,
.cart2 {
    position: absolute;
    top: 140px;
    left: 12px;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
}

.cart1 {
    display: none;
    color: #fff;
}

.cart2 {
    display: block;
    color: #ff1616;
}

.desert-item.active .cart1 {
    display: block;
}

.desert-item.active .cart2 {
    display: none;
}

.dname {
    position: absolute;
    top: 10px;
    left: 12px;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff7dd;
}

.desert-item del {
    display: block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    padding-left: 17px;
    text-align: left;
    font-size: 14px;
    color: #3a3a3a;
}

.desertImg {
    position: absolute;
    top: 15px;
    left: 18px;
    display: block;
    width: 160px;
    height: 220px;
    background: url("../images/gunshow.png") no-repeat;
    transition: all .2s ease-in-out;
}

.dtimg {
    position: absolute;
    top: 80px;
    left: 50%;
    display: block;
    width: 145px;
    height: 84px;
    margin-left: -72px;
}

.desertImg1 {
    background-position: 0px -220px;
}

.desertImg2 {
    background-position: -160px 0;
}

.desertImg3 {
    background-position: -320px 0;
}

.desertImg4 {
    background-position: -480px 0;
}

.desertImg5 {
    background-position: -160px -220px;
}

.desertImg6 {
    background-position: -320px -220px;
}

.desertImg7 {
    background-position: -480px -220px;
}

.icodis {
    position: absolute;
    top: 110px;
    right: 17px;
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background: #ff1616;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    z-index: 4;
}


.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;
}

.desert-item.active .tagcheck {
    display: block;
}

.tageffect {
    position: absolute;
    top: 85px;
    left: 140px;
    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: 482px;
    margin: 20px auto 0;
}

.desert-count {
    position: relative;
    display: block;
    width: 380px;
    height: 68px;
    line-height: 32px;
    border: 1px solid #fff;
}

.desert-count::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e5e7ea;
}

.desert-count i {
    position: absolute;
    top: 12px;
    left: 6px;
    display: block;
    width: 40px;
    height: 34px;
    background: url("../images/icon_cart.png") center no-repeat;
    z-index: 3;
}

.desert-countnum {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 100px;
    height: 60px;
    line-height: 60px;
    padding-left: 44px;
    background-color: #3a3a3a;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.desert-del {
    position: absolute;
    top: 0px;
    left: 5px;
    display: block;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.desert_kb_t {
    position: absolute;
    top: 50px;
    left: 155px;
    display: block;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 24px;
    color: #643b0f;
}

.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;
}

.btn-desert_tag {
    position: absolute;
    top: 8px;
    left: 246px;
    display: block;
    width: 126px;
    height: 22px;
    line-height: 22px;
    background-color: #ff1616;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    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: 30px;
    left: 0;
    display: block;
    width: 150px;
    height: 54px;
    line-height: 54px;
    text-align: right;
    font-family: 'D-DIN';
    font-weight: bold;
    font-size: 40px;
    color: #b63f1e;
}

.desert_arrow_down {
    position: absolute;
    top: 4px;
    left: 134px;
    display: block;
    width: 13px;
    height: 16px;
    background: url("../images/arrow_down.png") no-repeat;
}

.desert-discount {
    display: none;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #b63f1e;
}

.xzpane {
    display: block;
    margin-top: 6px;
    text-align: center;
}

.xz_tag {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    margin-right: 5px;
    background: #ff4624 linear-gradient(to bottom, #960101, #f92503);
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}

.btn-desert {
    position: absolute;
    top: -18px;
    right: 0;
    width: 380px;
    height: 93px;
    background: url(../images/btn_desert.png) no-repeat;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 4;
}

.btn-addCart {
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 135px;
    height: 39px;
    line-height: 36px;
    margin-left: -67px;
    background: url(../images/btn_addcart.png) center no-repeat;
    transition: all .3s ease;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #98441b;
    cursor: pointer;
}

.desert-item.active .btn-addCart {
    background-image: url("../images/btn_selected.png");
    font-size: 0;
}

.desert-tag {
    position: absolute;
    top: 0px;
    right: 60px;
    margin: 0;
}

.xz_base {
    position: relative;
    z-index: 3;
    width: 800px;
    height: 160px;
    margin-top: 10px;
}

.xz_base_item {
    position: relative;
    float: left;
    width: 160px;
    height: 160px;
    margin: 0 10px;
    background: url("../images/xz_base.png") center no-repeat;
}

.icon_xz {
    position: absolute;
    top: 27px;
    left: 6px;
    display: block;
    width: 150px;
    height: 124px;
    background: url("../images/xz_ico.png") center no-repeat;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.icon_xz0 {
    background-image: url("../images/xz_tf_ico.png");
    /* background-position: 0 -64px; */
}

.icon_xz1 {
    background-image: url("../images/xz_hj_ico.png");
    /* background-position: 0 -64px; */
}

.icon_xz2 {
    background-image: url("../images/xz_ico_spz.png");
    /* background-position: 0 -128px; */
}

.icon_xz3 {
    background: url("../images/xz_ico_22.png") no-repeat;
    /* background-position: 0 -128px; */
}

.discount_bar {
    position: relative;
    width: 496px;
    height: 45px;
    margin: 0 auto 10px;
}

.discount_step {
    position: absolute;
    top: 20px;
    left: 0;
    width: 494px;
    height: 4px;
    background-color: #fff4d4;
    border: 1px solid #762b11;
}

.discount_step::after {
    position: absolute;
    top: -1px;
    left: 395px;
    display: block;
    content: '';
    width: 100px;
    height: 6px;
    background: url("../images/discount_step.jpg") no-repeat;
}

.discount_red {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 0;
    height: 4px;
    background-color: #e34a20;
    transition: all 1s ease-out;
    z-index: 3;
}

.discount_item {
    position: absolute;
    top: 0;
    z-index: 5;
}

.discount_item1 {
    left: -20px;
}

.discount_item2 {
    left: 136px;
}

.discount_item3 {
    left: 278px;
}

.discount_item_ico {
    display: block;
    width: 45px;
    height: 45px;
    background: url("../images/ico_d1.png") no-repeat;
    transition: all .2s linear;
}

.discount_item.active .discount_item_ico {
    background-image: url("../images/ico_d0.png");
}

.discount_item em {
    position: absolute;
    top: 38px;
    left: -15px;
    display: block;
    width: 75px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    color: #b63f1e;
}

.discount_item b {
    position: absolute;
    top: 38px;
    left: 60px;
    display: block;
    width: 50px;
    height: 18px;
    line-height: 17px;
    padding: 0 3px;
    background-color: #e0180e;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #f9ffc4;
}

.xz_base_name {
    position: absolute;
    top: 110px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 40%, #fff 60%, rgba(255, 255, 255, 0));
    text-align: center;
    font-size: 0;
}

.icon_xz_tag {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #7b0009;
}

.icon_xz_tag2 {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    margin-left: 5px;
    background: linear-gradient(to bottom, #960101, #f52305);
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.xz_base_limit {
    position: absolute;
    top: 138px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #b63f1e;
}

.subjoin {
    position: absolute;
    top: 481px;
    right: 0;
    width: 405px;
    height: 1024px;
    background: url("../images/desert_aside.png") no-repeat;
}

.subjoin-desc {
    line-height: 22px;
    margin-top: 44px;
    text-align: center;
    font-size: 16px;
    color: #b63f1e;
}

.subsuit-count {
    position: absolute;
    top: 164px;
    left: 0;
    display: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #98441b;
}

.subsuit-count2 {
    top: 593px;
}

.btn-subw {
    position: absolute;
    top: 430px;
    left: 50%;
    width: 341px;
    height: 69px;
    margin-left: -170px;
    background: url("../images/btn_suit.png") no-repeat;
    font-size: 0;
}

.btn-subw2 {
    top: 858px;
}

.subname {
    position: absolute;
    top: 366px;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #b63f1e;
}

.subname2 {
    top: 794px
}

.subjoin_h5 {
    height: 36px;
    line-height: 36px;
    padding-top: 4px;
    text-align: center;
    font-size: 18px;
    color: #da4d26;
}

.subjoin_h6 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 12px;
    text-align: center;
    font-family: "思源宋体 CN";
    font-weight: bold;
    font-size: 16px;
    color: #da4d26;
}

.subjoin-item {
    display: none;
    width: 175px;
    height: 478px;
    margin-left: 5px;
    background: url("../images/subjoin.png") no-repeat;
    transition: all .2s ease-in;
}

.subjoin-item:hover {
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
}

.subjoin2 {
    position: absolute;
    top: 40px;
    left: 185px;
    margin-left: 0;
}

.subjoin_img {
    position: relative;
    width: 145px;
    height: 84px;
    margin: 0 auto 14px;
}

.subjoin_p {
    line-height: 18px;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #da4d26;
}

.btn-buy-subjoin {
    width: 169px;
    height: 43px;
    line-height: 30px;
    background: url("../images/btn_free_god.png") no-repeat;
    font-size: 12px;
}

.btn-buy-subjoin2 {
    background-image: url("../images/btn_free_xqh.png");
}

.subjoin_send {
    position: relative;
    width: 528px;
    height: 42px;
    margin: 10px auto 0;
    background-color: #3a3a3a;
    overflow: hidden;
}

.subjoin_send3 {
    width: 666px;
}

.send_name {
    display: block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.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: 160px;
    width: 248px;
    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;
}

.subjoin_send3 .buyzeng {
    left: 178px;
    width: 368px;
}

.btn-zeng {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: #b83f1e linear-gradient(to bottom, #b83f1e, #f68134);
    font-size: 18px;
    color: #f9ffc4;
}

.dialog-html {
    display: none;
}

.dialog-list {
    max-width: 625px;
    padding: 20px 20px 10px;
    background: #c3a15a;
    -webkit-box-shadow: 0 0 15px #000000;
    -moz-box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    z-index: 10;
    overflow: hidden;
}

.dialog-item {
    float: left;
    width: 145px;
    margin: 0 4px 2px;
}

.dialog-item .img {
    display: block;
    max-width: 145px;
    height: 84px;
    margin: 0 auto;
    overflow: hidden;
}

.dialog-item img {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    max-width: 145px;
    max-height: 84px;
    margin: 0 auto;
}

.dialog-item .name {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

/* -----------------------------------------审判者直购-0------------------------- */
.section-spz {
    margin-top: 50px;
}

.swiper-btn {
    position: relative;
    width: 688px;
    height: 93px;
    margin: 0 auto;
}

.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: 1208px;
    height: 738px;
    margin-top: 18px;
    margin-left: -4px;
    margin-bottom: 64px;
    background: url(../images/suitbox.png) center top no-repeat;
}

.suit-three {
    position: relative;
    float: left;
    width: 528px;
}

.suit-nine {
    float: right;
    width: 648px;
}

.spzname {
    position: absolute;
    top: 45px;
    left: 214px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    z-index: 3;
}

.marquee_wrap {
    position: absolute;
    top: 45px;
    left: 214px;
    width: 410px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    z-index: 3;
    overflow: hidden;
}

.marquee_track {
    display: flex;
    width: 3573px;
    white-space: nowrap;
    animation: marquee 13s linear infinite;
}

/* .marquee_track span {} */
.marquee_track:hover {
    animation-play-state: paused;
    /* 悬停暂停 */
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.spzlist {
    width: 100%;
    height: 275px;
    padding-top: 45px;
}

.spzlist li {
    position: relative;
    float: left;
    width: 145px;
    height: 84px;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
}

.spzlist li img {
    transition: all .3s linear;
}

.spzlist li:hover img {
    transform: scale(1.15);
}

.equip_list {
    width: 462px;
    height: 84px;
    margin: 51px auto 0;
}

.equip_item {
    float: left;
    width: 145px;
    height: 84px;
    margin-left: 5px;
    border: 2px solid #fff;
    border-radius: 2px;
}

.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: 320px;
    height: 93px;
    margin-left: 30px;
    margin-bottom: 50px;
    background: url(../images/btn_suit.png) no-repeat;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 4;
}

.suit-nine .btn-suit {
    margin-left: 80px;
}

.swiper-btn .btn-suit {
    float: left;
    margin: 0 12px;
}

.suit-del {
    position: absolute;
    top: 0px;
    left: 5px;
    display: block;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.suit_kb_t {
    position: absolute;
    top: 50px;
    left: 140px;
    display: block;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 24px;
    color: #643b0f;
}

.btn-suit_txt {
    position: absolute;
    top: 44px;
    left: 240px;
    display: block;
    width: 66px;
    height: 32px;
    line-height: 32px;
    background-color: #ff1616;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.btn-suit_tag {
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    width: 126px;
    height: 22px;
    line-height: 22px;
    background-color: #ff1616;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff3d9;
}

.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: 30px;
    left: 0;
    display: block;
    width: 136px;
    height: 54px;
    line-height: 54px;
    text-align: right;
    font-family: 'D-DIN';
    font-weight: bold;
    font-size: 40px;
    color: #643b0f;
}

.suit_arrow_down {
    position: absolute;
    top: 4px;
    left: 134px;
    display: block;
    width: 13px;
    height: 16px;
    background: url("../images/arrow_down.png") no-repeat;
}

.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: center;
    font-size: 18px;
    color: #fff;
}

/* 抬头轮播 */
.carousel-wrapper {
    position: relative;
    height: 280px;
    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: 690px;
    height: 320px;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
}

.carousel-inner {
    position: absolute;
    width: 690px;
    height: 320px;
    cursor: pointer;
    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);
    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(-380px) scale(0.7) rotateY(-5deg);
    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(380px) scale(0.7);
    z-index: 2;
    opacity: 0.75;
}

.carousel-item.left-near .carousel-inner {
    transform: translateX(-180px) rotateY(-25deg);
}

.carousel-item.right-near .carousel-inner {
    transform: translateX(180px) rotateY(25deg);
}

/* 点击区域 */
.click-zone {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    z-index: 100;
    cursor: pointer;
}

.click-zone.left {
    left: -30px;
}

.click-zone.right {
    right: -30px;
}

/* 动画效果 */
.carousel-item.animating {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.simg {
    position: absolute;
    top: 30px;
    left: 50%;
    display: block;
    width: 570px;
    height: 234px;
    margin-left: -300px;
}

.simg_equip {
    position: relative;
    display: block;
    width: 173px;
    height: 143px;
    padding-top: 30px;
    margin-top: 90px;
    margin-left: 485px;
    background: url("../images/slide_equip.png") no-repeat;
}

.simg_equip img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 2px;
}

.simg_equip .tagdate {
    top: 129px;
    width: 100%;
    background: none;
    font-size: 16px;
    z-index: 3;
}