@charset "utf-8";

:root {
    /* --animate-duration: .5s; */
    --animate-delay: 0.3s;
}

.wrap {
    width: 100%;
    min-width: 1280px;
    background: #f5852f;
    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: 520px;
    background: url(../images/banner.jpg) center top no-repeat;
    z-index: 13;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1360px;
    height: 520px;
    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: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    margin-left: -600px;
    z-index: 3;
}

.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: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    z-index: 10;
}

.user {
    position: relative;
    width: 100%;
    line-height: 34px;
    text-shadow: 0 0 5px #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #000;
}

.active-time {
    position: absolute;
    top: 424px;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    text-shadow: 0 0 5px #fff;
    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;
}

.header_txt {
    position: absolute;
    top: 336px;
    left: 50%;
    width: 738px;
    height: 53px;
    line-height: 52px;
    margin-left: -369px;
    background: url("../images/htxt.png") center no-repeat;
    text-shadow: 0 0 2px #2388d3, 0 0 8px rgba(0, 0, 0, .5);
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    color: #fff;
}

.container {
    position: relative;
    background: url(../images/bg.jpg) center 0 no-repeat;
    margin: 0 auto;
    z-index: 4;
}

.section {
    position: relative;
    z-index: 1;
}

.section1 {
    padding-top: 90px;
    z-index: 10;
}

.section2 {
    margin-top: 30px;
    z-index: 3;
}

.section3 {
    margin-top: 50px;
    margin-bottom: 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: #fff;
    z-index: 3;
}

.pagenav {
    position: absolute;
    top: 468px;
    left: -137px;
    width: 1475px;
    height: 92px;
    text-align: center;
    z-index: 12;
}

.nitem {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 282px;
    height: 92px;
    margin: 0 5px;
    background: no-repeat;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    text-align: center;
    font-size: 0;
    cursor: pointer;
}

.nitem:hover {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.7));
}

.nitem1 {
    background-image: url("../images/nav1.png");
}

.nitem2 {
    background-image: url("../images/nav2.png");
}

.nitem3 {
    background-image: url("../images/nav3.png");
}

.nitem4 {
    background-image: url("../images/nav4.png");
}

.nitem5 {
    background-image: url("../images/nav5.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: 1200px;
    height: 130px;
    background: center no-repeat;
    z-index: 3;
}

.title1 {
    background: url("../images/title1.png") 70px 0 no-repeat;
}

.title2 {
    background-image: url("../images/title2.png");
}

.title3 {
    background-image: url("../images/title3.png");
}

.title4 {
    background-image: url("../images/title4.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;
}

.step_tag {
    position: absolute;
    top: 100px;
    right: 5px;
    display: block;
    width: 120px;
    height: 18px;
    line-height: 18px;
    background: url("../images/tag_2.png") no-repeat;
    text-indent: 5px;
    text-align: center;
    font-size: 12px;
    color: #194607;
    z-index: 3;
}

.stack-lottery-step .tagsq {
    top: 100px;
    left: 80px;
}

.free .tagdate {
    top: 23px;
    right: 30px;
}

.desert-item .tagdate {
    top: 18px;
    right: 17px;
}

.tagsq {
    position: absolute;
    top: 91px;
    left: 24px;
    display: block;
    width: 113px;
    height: 18px;
    line-height: 18px;
    background: url("../images/tag_lucky.png") no-repeat;
    text-align: center;
    font-size: 0;
    z-index: 3;
}

.tagsq em,
.tagsq b {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}

.tagsq em {
    width: 40px;
    color: #fff;
}

.tagsq b {
    width: 62px;
    font-weight: normal;
    color: #000;
}

.desert-item .tagsq {
    top: 88px;
    left: 38px;
}

/* ----------------------- 免费领取两次-start ----------------------------- */
.welfare {
    position: relative;
    width: 100%;
    z-index: 5;
}

.freebox {
    position: relative;
    width: 580px;
    height: 192px;
}

.free-bg {
    position: absolute;
    top: 0;
    left: 144px;
    width: 318px;
    height: 192px;
    background: url("../images/free_bg.png") center no-repeat;
    z-index: 0;
}

.free-tag {
    position: absolute;
    top: -10px;
    left: -30px;
    width: 169px;
    height: 105px;
    background: url("../images/tag_free.png") no-repeat;
    z-index: 2;
}

.cardfree {
    position: relative;
    width: 330px;
    height: 84px;
    padding-top: 18px;
    margin-left: 137px;
}

.cardfree dd {
    float: left;
    width: 145px;
    height: 84px;
    margin: 0 10px;
}

.freebox .tagdate {
    top: 0px;
    right: 230px;
    height: 24px;
    line-height: 24px;
}

.free_t {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.btn-free {
    position: absolute;
    top: 90px;
    left: 50%;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin-left: -70px;
    background: url("../images/btn_free.png") center no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #8b4500;
    z-index: 4;
}

.club-gift {
    position: absolute;
    top: 178px;
    right: 0;
    width: 580px;
    height: 200px;
    background: url("../images/guild_master.png") no-repeat;
}

.free-title {
    position: relative;
    width: 146px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    margin-left: 180px;
    background-color: #fff;
    border: 2px solid #ff800e;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
}

.free-title em {
    position: relative;
    z-index: 2;
}

.free-title::after {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    content: '';
    width: 58px;
    height: 22px;
    background-color: #b0e152;
    border-radius: 5px;
    z-index: 0;
}

.free_club_des {
    position: relative;
    width: 340px;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    margin-left: 200px;
    background-color: #fff;
    border: 2px solid #ff800e;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
}

.free_club_des em {
    position: relative;
    z-index: 2;
}

.free_club_des::after {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    content: '';
    width: 108px;
    height: 22px;
    background-color: #b0e152;
    border-radius: 5px;
    z-index: 0;
}

.btn-club-gift {
    position: absolute;
    top: 72px;
    left: 300px;
    width: 190px;
    height: 38px;
    line-height: 38px;
    background-color: #ff800e;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}


.free_club_need {
    position: absolute;
    top: 116px;
    left: 290px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #000;
}

.free-week,
.one-week {
    position: relative;
    float: left;
    width: 580px;
    height: 200px;
    background: url("../images/fuli_bg.png") no-repeat;
}

.one-week {
    float: right;
}

.fuli_t {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 80px;
    background-repeat: no-repeat;
}

.fuli_t1 {
    background-image: url("../images/fuli_1.png");
}

.fuli_t2 {
    background-image: url("../images/fuli_2.png");
}

.week-tool {
    position: absolute;
    top: 60px;
    left: 62px;
    width: 482px;
}

.week-li {
    position: relative;
    float: left;
    width: 215px;
    height: 110px;
    margin: 0 13px;
    background: url("../images/fuli_item.png") no-repeat;
}

.week-li .tagdate {
    top: 7px;
    height: 18px;
    line-height: 18px;
    padding: 0 2px;
}

.week-li img {
    display: block;
    width: 123px;
    height: 70px;
    margin: 10px auto 0;
}

.btn-week-free,
.btn-week-buy {
    position: absolute;
    left: 1px;
    bottom: 2px;
    display: block;
    width: 211px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    background-color: #ff800e;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

/*------------------------ 进度条样式 ----------------------*/
.stack-lottery {
    position: relative;
    width: 1200px;
    height: 210px;
    margin-top: 10px;
    background: url("../images/stack_bg.png");
}

.stepbar {
    position: absolute;
    top: 195px;
    left: 34px;
    width: 1110px;
    height: 12px;
    background-color: #f9a240;
}

.stepbar-active {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 0;
    height: 12px;
    background: linear-gradient(to right, #eb6404 70%, #fde32c);
    transition: all 1s ease-out;
    z-index: 2;
}

.stack-lottery-step {
    position: relative;
    float: left;
    width: 180px;
    height: 200px;
    margin-left: 12px;
    z-index: 5;
}

.step0 {
    margin-left: 30px;
}

.step3,
.step4,
.step5 {}

.stack-lottery-tit {
    position: absolute;
    top: 174px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    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: 0px;
    display: block;
    width: 226px;
    height: 110px;
    background: url("../images/stack_gun.png") no-repeat;
    z-index: 3;
}

.active .stack-ico-gun {
    background-image: url("../images/stack_gun2.png");
}

.unabled .stack-ico-gun {
    opacity: 0.7;
}

.stack-ico-gun0,
.active .stack-ico-gun0 {
    top: 30px;
    background-image: url("http://img.175pt.com/GameTools/202204203831943.jpg");
}

.stack-ico-gun1 {
    left: 20px;
    background-position: 0 0;
}

.stack-ico-gun2 {
    background-position: 0 -110px;
}

.stack-ico-gun3 {
    background-position: 0 -220px;
}

.stack-ico-gun4 {
    background-position: 0 -330px;
}

.stack-ico-gun5 {
    background-position: 0 -440px;
}

.step_used {
    position: absolute;
    top: 64px;
    left: 50%;
    display: none;
    width: 142px;
    height: 40px;
    margin-left: -71px;
    background: url("../images/step_get.png") center no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #fff;
    z-index: 4;
}

.unabled .step_used {
    display: block;
}

.stackcount {
    position: absolute;
    top: 38px;
    left: 26px;
    width: 108px;
    height: 86px;
    z-index: 4;
}

.st1,
.st2,
.st3,
.st4 {
    position: absolute;
    top: 5px;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #3a3a3a;
}

.st1 {
    left: 10px;
    transform: rotate(-25deg);
}

.st2 {
    top: 0;
    left: 30px;
    transform: rotate(-10deg);
}

.st3 {
    top: 0px;
    left: 50px;
    transform: rotate(10deg);
}

.st4 {
    left: 70px;
    transform: rotate(25deg);
}

.stackcount em {
    position: absolute;
    top: 32px;
    left: 0;
    display: block;
    width: 66px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-weight: bold;
    font-size: 38px;
    color: #ff7200;
}

.stackcount b {
    position: absolute;
    top: 40px;
    left: 68px;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.ico_rec {
    position: absolute;
    top: 129px;
    right: 35px;
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background: #ff1616;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.stack-ico-gift {
    position: absolute;
    top: 129px;
    right: 58px;
    display: block;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    font-size: 14px;
    color: #000;
    z-index: 3;
}

.btn-stack {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 100px;
    height: 25px;
    line-height: 26px;
    margin-left: -50px;
    background-color: #ea6000;
    transition: all cubic-bezier(0, 0, 0.33, 1);
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.stack-lottery-step.active .btn-stack {
    background-color: #fa7000;
    background-image: linear-gradient(to bottom, #19fff4, #aeffae);
    border: 2px solid #aeffae;
    color: #000;
}

.stack-lottery-step.unabled .btn-stack {
    background-image: linear-gradient(to bottom, #7fd09f, #aeffae);
}

/* ---------------------------------------  P1 双11福利礼包 end  ---------------------------------------- */
/* ----------------------------------  P2 双11全仓非卖品限时集合 start ----------------------------------- */

.lottery-box {
    position: relative;
    width: 1208px;
    height: 1490px;
    padding-top: 30px;
    margin-left: -4px;
    background: url(../images/bg_lucky.png) center 0px no-repeat;
    z-index: 3;
}

.lottery-list {
    width: 1176px;
    margin: 0 auto;
}

.lottery-unit {
    position: relative;
    float: left;
    width: 162px;
    height: 107px;
    padding-top: 10px;
    margin: 0 3px 5px;
    background: url(../images/item.png) no-repeat;
    overflow: hidden;
}

.unitsq {
    background-image: url("../images/item_sq.png");
}

.unitz {
    background-image: url("../images/item_z.png");
}

.lottery-unit.active {
    background-image: url("../images/item_on.png");
}

.lottery-unit img {
    display: block;
    width: 145px;
    height: 84px;
    margin-left: 8px;
}

.lottery-unit.none {
    visibility: hidden;
}

.lottery-btn {
    width: 1044px;
    margin-left: 130px;
}

.btn-lottery {
    position: relative;
    float: left;
    width: 237px;
    height: 68px;
    line-height: 68px;
    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: #8b4500;
    cursor: pointer;
}

.lottery-tips {
    width: 100%;
    height: 24px;
    line-height: 24px;
    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: 375px;
    height: 145px;
    line-height: 24px;
    background: url("../images/log.png") no-repeat;
    font-size: 13px;
    color: #3f3f3f;
    z-index: 4;
    overflow: hidden;
}

.log1 {
    top: 30px;
}

.log3 {
    top: 238px;
    right: 52px;
}

.log4 {
    top: -24px;
}

.logname {
    height: 26px;
    line-height: 26px;
    padding-top: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.lottery-log .logCont {
    width: 95%;
    height: 105px;
    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: #000;
}

.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: #000;
    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: 0 0 46px;
    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: 835px;
    margin-top: 12px;
    z-index: 3;
}

.desert-list {
    position: relative;
    width: 808px;
    height: 540px;
    margin-left: -21px;
    padding-top: 12px;
    padding-left: 15px;
    background: linear-gradient(to bottom, #f8ebcf, #ffe56c);
    border: 6px solid #147fca;
    border-radius: 20px;
}

.desert-list::before {
    position: absolute;
    top: -13px;
    left: -13px;
    display: block;
    content: '';
    width: 835px;
    height: 564px;
    border: 7px solid rgba(255, 255, 255, 0.42);
    border-radius: 30px;
}

.desert-item {
    position: relative;
    float: left;
    width: 183px;
    height: 136px;
    margin-right: 15px;
    margin-bottom: 40px;
    background: url("../images/desert_item.png") center top no-repeat;
    border: 2px solid #fff;
    border-radius: 8px;
    transition: all .2s ease-in-out;
    filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.3));
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.desertsq {
    background-image: url("../images/desert_sq.png");
}

.desert-item.active {
    background-image: url("../images/select_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: 110px;
    left: 0px;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.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: 7px;
    display: block;
    width: 174px;
    height: 77px;
    background: url("../images/gun_selected.png") no-repeat;
    transition: all .2s ease-in-out;
}

.dtimg {
    position: absolute;
    top: 12px;
    left: 50%;
    display: block;
    width: 145px;
    height: 84px;
    margin-left: -72px;
}

.desertImg1 {
    background-position: 0px -77px;
}

.desertImg2 {
    background-position: -0 -154px;
}

.desertImg3 {
    background-position: -0 -231px;
}

.desertImg8 {
    background-position: -0 -385px;
}

.desertImg9 {
    background-position: -0 -462px;
}

.desertImg10 {
    background-position: -0 -539px;
}

.desertImg11 {
    background-position: -0 -308px;
}

.icodis {
    position: absolute;
    top: 144px;
    right: 0;
    display: block;
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #d86710;
    z-index: 4;
}


.tagcheck {
    position: absolute;
    right: 0px;
    bottom: 32px;
    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;
}

.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: 1200px;
    height: 173px;
    background: url("../images/desert_foot.png") no-repeat;
    z-index: 1;
}

.footbar {
    position: absolute;
    right: 45px;
    bottom: 4px;
    width: 412px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 0;
}

.desert-count {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    height: 24px;
    line-height: 24px;
    padding-left: 36px;
    padding-right: 10px;
    border-radius: 15px;
}

.desert-count i {
    position: absolute;
    top: 1px;
    left: 10px;
    display: block;
    width: 21px;
    height: 24px;
    line-height: 24px;
}

.desert-countnum {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.desert-del {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.desert-total {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.desert-discount {
    display: none;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    background-color: #f23030;
    margin-right: 15px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.xzpane {
    position: absolute;
    top: 24px;
    right: 45px;
    display: block;
    min-width: 412px;
    margin-top: 6px;
    text-align: center;
}

.xz_tag {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin-right: 5px;
    background: #0b3a7a;
    border-radius: 5px;
    font-size: 18px;
    color: #ffcc1a;
}

.btn-desert {
    position: absolute;
    top: 71px;
    right: 45px;
    width: 412px;
    height: 73px;
    line-height: 73px;
    background-image: url(../images/btn_buy_l.png);
    transition: all .3s ease;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #f9ffc4;
    cursor: pointer;
}

.btn-desert_em,
.btn-desert_b {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px;
    color: #f00;
}

.btn-desert_em {
    margin-right: 15px;
}

.btn-desert_b {
    color: #8b4500;
}

.btn-addCart {
    position: absolute;
    left: 50%;
    bottom: -6px;
    display: none;
    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;
    display: none;
    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; */
}

.desert-foot_t {
    position: absolute;
    top: 30px;
    left: 210px;
    font-size: 18px;
    color: #ffffff;
}

.discount_bar {
    position: absolute;
    top: 96px;
    left: 80px;
    width: 496px;
    height: 45px;
    margin: 0 auto 10px;
}

.discount_step {
    position: absolute;
    top: 20px;
    left: 0;
    width: 494px;
    height: 13px;
    background-color: #16478a;
}

.discount_red {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 0;
    height: 13px;
    background-color: #4fb6df;
    transition: all 1s ease-out;
    z-index: 3;
}

.discount_item {
    position: absolute;
    top: 0;
    z-index: 5;
}

.discount_item1 {
    left: -20px;
}

.discount_item2 {
    left: 200px;
}

.discount_item3 {
    left: 392px;
}

.discount_item_ico {
    display: block;
    width: 45px;
    height: 45px;
    /* background: url("../images/ico_d1.png") no-repeat; */
    transition: all .2s linear;
}

.em1,
.em2 {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 131px;
    height: 36px;
    font-size: 0;
}

.em1 {
    background-image: url("../images/d2.png");
}

.em2 {
    background-image: url("../images/d1.png");
}

.dzeng {
    position: absolute;
    top: -20px;
    width: 130px;
    height: 24px;
    line-height: 24px;
    background-color: #0b3a7a;
    text-align: center;
    border-radius: 5px;
    font-weight: normal;
    font-size: 18px;
    color: #ffcc1a;
}

.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: #fff;
}

.subjoin {
    position: absolute;
    top: 140px;
    right: -38px;
    width: 405px;
    height: 570px;
}

.subjoin-desc {
    position: relative;
    width: 382px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.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;
    font-size: 0;
}

.subjoin-title {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.suit-name {
    width: 142px;
    height: 26px;
    line-height: 26px;
    margin-left: 20px;
    margin-bottom: 18px;
    background-color: #fff;
    border: 2px solid #ff800e;
    border-radius: 4px;
    font-size: 0;
}

.suit-name em,
.suit-name b {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.suit-name em {
    width: 82px;
}

.suit-name b {
    width: 56px;
    height: 20px;
    line-height: 20px;
    background-color: #b0e152;
    border-radius: 3px;
}

.subjoin-item {
    position: absolute;
    top: 58px;
    display: block;
    width: 206px;
    height: 400px;
    padding-top: 56px;
    background: url("../images/suit_sub.png") no-repeat;
    transition: all .2s ease-in;
    z-index: 1;
}

.subjoin-item:hover {
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
}

.subjoin1 {
    position: absolute;
    right: 0;
    margin-left: 0;
}

.subjoin2 {
    position: absolute;
    left: 0;
    margin-left: 0;
}

.subjoin_img {
    position: relative;
    width: 132px;
    height: 76px;
    margin-left: 26px;
    margin-bottom: 18px;
}

.subjoin_img img {
    width: 100%;
    height: 100%;
}

.subjoin_p {
    line-height: 18px;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #da4d26;
}

.btn-buy-subjoin {
    position: relative;
    width: 156px;
    height: 58px;
    margin-left: 14px;
    background-color: #ff800e;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.btn-buy-subjoin b {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
}

.btn-buy-subjoin em {
    display: block;
    font-size: 14px;
}

.vips {
    position: absolute;
    top: -18px;
    right: -12px;
    display: block;
    width: 65px;
    height: 50px;
    background: url("../images/vips.png") center no-repeat;
}

.subjoin_send {
    position: absolute;
    top: 520px;
    width: 380px;
    height: 42px;
    margin: 10px auto 0;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.subjoin_send3 {
    width: 666px;
}

.send_name {
    display: block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.zengSelect {
    display: block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border: 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    outline: none;
}

.buyzeng {
    position: absolute;
    top: 3px;
    left: 150px;
    width: 150px;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    background-color: #fff;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    color: #000;
    outline: none;
}

.btn-zeng1 {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 68px;
    height: 38px;
    line-height: 38px;
    background: #aeffae linear-gradient(to bottom, #aeffae, #19fff4);
    border-radius: 4px;
    font-size: 18px;
    color: #000;
}

.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: #fff;
}

.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;
}

/*  -------------------------------精品靓号立减五千优惠----------------------------------  */
.section-lh {
    margin-top: 100px;
    background: url("../images/part03.png") center top no-repeat;
}

.listbox {
    padding-top: 450px;
    height: 720px;
}

.lh-list {
    float: left;
    width: 292px;
    margin: 0 4px;
}

.lh-item {
    position: relative;
    width: 293px;
    height: 216px;
    margin-bottom: 20px;
    background: url("../images/item_lh.png") center top no-repeat;
}

.mask-lh {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 100%;
    height: 183px;
    background-color: rgba(0, 0, 0, .3);
    transition: all .2s ease-in;
    border-radius: 8px;
    opacity: 0;
}

.lhnum {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 42px;
    color: #573e12;
    z-index: 3;
}

.lhdel {
    position: absolute;
    top: 148px;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.lhprice {
    position: absolute;
    top: 188px;
    right: 115px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 16px;
    color: #000;
}

.btn-buy-lh {
    position: absolute;
    top: 118px;
    left: 50%;
    display: block;
    width: 237px;
    height: 49px;
    line-height: 49px;
    margin-left: -118px;
    background: url("../images/btn_lh.png") no-repeat;
    transition: all .2s ease-in;
    opacity: 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #442a02;
    z-index: 4;
}

.lh-item:hover .mask-lh,
.lh-item:hover .btn-buy-lh {
    opacity: 1;
}

/* .lh-item.grey .btn-buy-lh {
    background-image: url("../images/btn_sale.png");
} */

.taglh3 {
    position: absolute;
    top: 188px;
    right: 36px;
    display: block;
    width: 66px;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    background-color: #f23030;
    border-radius: 3px;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.tagy {
    position: absolute;
    top: 8px;
    right: -6px;
    display: block;
    width: 38px;
    height: 20px;
    line-height: 16px;
    background: url("../images/tag_y.png") center no-repeat;
    font-weight: normal;
    text-indent: 9px;
    font-size: 12px;
    color: #fff;

}

.taglh1,
.taglh2 {
    position: absolute;
    left: 8px;
    display: block;
    height: 23px;
    line-height: 23px;
    background: center no-repeat;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.taglh1 {
    top: 9px;
    width: 93px;
    background-image: url("../images/taglh1.png");
    text-indent: 10px;
}

.list2 .taglh1 {
    background-image: url("../images/taglh12.png");
}

.list3 .taglh1 {
    background-image: url("../images/taglh13.png");
}

.list4 .taglh1 {
    background-image: url("../images/taglh14.png");
}

.taglh2 {
    top: 38px;
    width: 69px;
    background-image: url("../images/tag_only.png");
}

.morelh {
    position: relative;
    display: block;
    width: 150px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    background: url("../images/btn_more.png") center no-repeat;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.morelh:hover,
.contact-qq:hover {
    text-decoration: none;
}

.morelh::after {
    position: absolute;
    top: 10px;
    left: 114px;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/arrow_right.png") no-repeat;
}

.contact-qq {
    position: relative;
    display: block;
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
    text-indent: -100px;
    text-align: center;
    font-size: 22px;
    color: #000;
    cursor: pointer;
}

.iq1 {
    position: absolute;
    top: 4px;
    left: 470px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("http://lh.175pt.com/images/avatar.png") no-repeat;
    background-size: 100% 100%;
}

.iq2 {
    position: absolute;
    top: 1px;
    left: 850px;
    display: block;
    width: 138px;
    height: 33px;
    background: url("../images/qq2.png") no-repeat;
    background-size: 100% 100%;
}

/*  -------------------------------精品靓号立减五千优惠----------------------------------  */

.section6pic {
    position: relative;
    width: 100%;
    height: 402px;
    margin-top: 50px;
    background: url("../images/festbg.png") center 0 no-repeat;
}

.btn-fest6 {
    position: absolute;
    top: 288px;
    left: 50%;
    display: block;
    width: 312px;
    height: 69px;
    margin-left: -156px;
    background: url("../images/btn_fest.png") no-repeat;
}

/*-------------------------- part3-准神器套装 start   ---------------------------*/
.bingwang {
    position: relative;
    width: 100%;
    height: 334px;
    margin-top: -30px;
    margin-bottom: 50px;
    background: url("../images/bingw_bg.png") center no-repeat;
}

.bingwang-desc {
    position: absolute;
    right: 14px;
    bottom: 7px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.bingwang-xz {
    position: absolute;
    top: 78px;
    left: 68px;
}

.xz-ico {
    position: absolute;
    display: block;
    width: 172px;
    height: 174px;
    background: url("../images/xz_ico_b.png") no-repeat;
}

.xz-name {
    position: absolute;
    top: 150px;
    left: 100px;
    width: 113px;
    height: 24px;
    line-height: 24px;
    background: url("../images/xz_tag.png") no-repeat;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #f00;
}

.bingwang-list {
    position: absolute;
    top: 58px;
    left: 312px;
}

.bingwang-item {
    position: relative;
    float: left;
    width: 188px;
    height: 152px;
    margin-left: 25px;
    background: url("../images/bingw_item.png") no-repeat;
}


.bingwang-item .tagdate {
    top: 7px;
    height: 18px;
    line-height: 18px;
}

.bimg {
    position: absolute;
    top: 25px;
    left: 50%;
    display: block;
    width: 145px;
    height: 84px;
    margin-left: -72px;
}

.bname {
    position: absolute;
    top: 110px;
    left: 0;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fffac3;
}

.btn-bingwang {
    position: absolute;
    top: 220px;
    left: 440px;
    width: 412px;
    height: 73px;
    background: url("../images/btn_buy_l.png") no-repeat;
}

.bingwang-kb {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 236px;
    height: 73px;
    line-height: 73px;
    text-align: right;
    font-weight: bold;
    font-size: 26px;
    color: #8b4500;
}

.bingwang-tag {
    position: absolute;
    top: 21px;
    left: 245px;
    display: block;
    width: 86px;
    height: 18px;
    line-height: 18px;
    background-color: #f00;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.bingwang-del {
    position: absolute;
    top: 40px;
    left: 245px;
    display: block;
    width: 136px;
    height: 18px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #8b4500;
}

.bingwang-zengbar {
    position: absolute;
    top: 256px;
    right: 20px;
    width: 242px;
    height: 34px;
    line-height: 34px;
    background-color: #ffffff;
    border-radius: 6px;
}

.buyzeng3 {
    position: absolute;
    top: 0;
    left: 0px;
    width: 160px;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    background-color: #fff;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 18px;
    color: #000;
    outline: none;
}

.btn-zeng3 {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 68px;
    height: 30px;
    line-height: 30px;
    background: #aeffae linear-gradient(to bottom, #aeffae, #19fff4);
    border-radius: 4px;
    font-size: 18px;
    color: #000;
}

.weapon-checkbox {
    position: relative;
    width: 1200px;
    height: 730px;
    background: url("../images/bg_p3.png");
}

.weaponzixuan {
    position: relative;
    width: 1176px;
    padding-top: 25px;
    margin: 0 auto;
    z-index: 5;
}

.weapon-list {
    position: relative;
    width: 1176px;
    margin: 0 auto;
    z-index: 5;
}

.weapon-item {
    position: relative;
    float: left;
    width: 187px;
    height: 140px;
    margin: 0 10px;
    background: url("../images/select_item.png") no-repeat;
    animation: all .3s ease-in-out;
    cursor: pointer;
}

.weapon-item.active {
    background-image: url("../images/select_item_on.png");
}

.tagchecked {
    position: absolute;
    top: 82px;
    right: 2px;
    display: none;
    width: 80px;
    height: 24px;
    line-height: 24px;
    background: #fff url("../images/icon_checkbox.png") 5px center no-repeat;
    text-indent: 26px;
    font-style: normal;
    font-size: 14px;
    color: #ff621d;
    z-index: 3;
}

.weapon-item.active .tagchecked {
    display: block;
}

.imgs {
    position: absolute;
    top: 14px;
    left: 21px;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.weapon-item .tname {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin-top: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.weapon-checked-subtool {
    position: absolute;
    top: 536px;
    left: 143px;
    width: 145px;
    height: 84px;
}

.weapon-checked-equip {
    position: absolute;
    top: 536px;
    left: 394px;
    width: 145px;
    height: 84px;
}

.weapon-effect {
    position: absolute;
    top: 215px;
    left: 58px;
    display: block;
    width: 113px;
    height: 18px;
    line-height: 18px;
    background: url(../images/tag_lucky.png) no-repeat;
    text-align: center;
    font-size: 0;
    z-index: 3;
}

.tagsq.tagsqchecked {
    top: 432px;
    left: 432px;
}

.weapon-checked-gun {
    position: absolute;
    top: 242px;
    left: 50px;
    width: 720px;
    height: 200px;
    background: url("../images/weapon0.png") center no-repeat;
    transition: all .3s ease-in-out;
}

.weapon-checked-name {
    position: absolute;
    top: 455px;
    left: 410px;
    width: 216px;
    height: 38px;
    line-height: 36px;
    background: url("../images/weapon_name0.png") center no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #fff;
}

.buyname {
    position: absolute;
    top: 96px;
    left: 0;
    height: 48px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #795423;
}

.buytips {
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #795423;
}

.weapon-checked-price {
    position: absolute;
    top: 620px;
    left: 137px;
}

.weapon-checked-price dd {
    position: relative;
    float: left;
    width: 156px;
    height: 130px;
    margin-right: 96px;
    text-align: center;
}

.weapon-tag1 {
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 101px;
    height: 24px;
    line-height: 24px;
    background: url("../images/tag_w2.png") left 0 no-repeat;
    font-size: 15px;
    color: #f00;
}

.weapon-tag2 {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}

.weapon-tag3 {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}

@-webkit-keyframes bounceDown {
    25% {
        transform: translateY(-5px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(5px);
    }
}

@keyframes bounceDown {
    25% {
        transform: translateY(-5px);
    }

    50%,
    100% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(5px);
    }
}

.btn-buy {
    width: 327px;
    height: 70px;
    margin: 0 auto;
    background: url(../images/btn_buy.png) no-repeat;
}

.btn-buy1 {
    width: 245px;
    height: 53px;
    margin: 3px auto 0;
    background: url(../images/btn_buy_s.png) no-repeat;
}


.unlock {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120px;
    padding-top: 80px;
    background: url("../images/unlock.png") no-repeat;
    background-size: 100% 100%;
    z-index: 56;
}

.unlock em {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7) url("../images/icon_lock.png") 110px center no-repeat;
    text-align: center;
    font-size: 22px;
    color: #b2b0ac;
}

/*-------------------------- part3-准神器套装 end   ---------------------------*/

.kbshow {
    position: absolute;
    top: 28px;
    left: 62px;
    width: 150px;
    height: 60px;
    background: right center no-repeat;
}

.kbfont {
    position: absolute;
    top: 55px;
    left: 212px;
    width: 60px;
    height: 30px;
    background: url(../images/kbfont.png) no-repeat;
}

.kbico {
    position: absolute;
    top: 18px;
    left: 0;
    width: 22px;
    height: 61px;
    background: url(../images/kb_ico.png) no-repeat;
}

.weapon-light {
    position: absolute;
    top: 78px;
    left: 0;
    width: 772px;
    height: 652px;
    background: url(../images/weapon_light.gif) no-repeat;
    z-index: 0;
}

.discount-kb {
    position: absolute;
    top: 30px;
    left: 212px;
    display: block;
    width: 90px;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
    background-color: #ff3434;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.del22 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 49px;
    height: 82px;
    background: url("../images/tag_price.png") no-repeat;
    font-size: 0;
    color: #fff;
}

.del2 {
    position: absolute;
    top: 0;
    left: 62px;
    display: block;
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 24px;
}

.buybar2 {
    position: absolute;
    top: 410px;
    left: 774px;
    width: 370px;
    height: 330px;
}

.btn-buy-weapon {
    position: absolute;
    top: 162px;
    left: 6px;
    width: 324px;
    height: 73px;
    line-height: 73px;
    margin: 0 auto;
    background: url(../images/btn_weapon.png) no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #8b4500;
}

.kbshow2,
.kb_6999 {
    background-image: url(../images/kb_6999.png);
}

.kb_3099 {
    background-image: url(../images/kb_3099.png);
}

.kb_2699 {
    background-image: url(../images/kb_2699.png);
}

.kb_888 {
    background-image: url(../images/kb_888.png);
}