@charset "utf-8";

:root {
    /* --animate-duration: .5s; */
    --animate-delay: 0.3s;
}

.wrap {
    width: 100%;
    min-width: 1280px;
    background: #e8e7e5;
    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: 600px;
    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: 600px;
    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: 600px;
    margin: 0 auto;
}

.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: #052b51;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #052b51;
}

.active-time {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-top: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #052b51;
    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: 42px;
    z-index: 3;
}

.section4 {
    margin-top: 72px;
}

.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: 1200px;
    margin: 0 auto 58px;
    text-align: center;
}

.nitem {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    _display: inline;
    zoom: 1;
    width: 281px;
    height: 66px;
    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, #0f1e6c 60%, #4056a7);
    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;
    height: 98px;
    margin-left: -27px;
    background: center no-repeat;
    z-index: 3;
}

.title1 {
    background-image: url("../images/p01.png");
}

.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;
}

.tagsq,
.step_tag {
    position: absolute;
    display: block;
    width: 119px;
    height: 27px;
    background: url("../images/tag_sq.png") center no-repeat;
    text-align: center;
    font-size: 0;
    color: #fff;
    z-index: 3;
}

.tagsq {
    top: 48px;
    right: 23px;
}

.step_tag {
    top: 110px;
    right: 24px;
}

.free .tagdate {
    top: 23px;
    right: 30px;
}

.desert-item .tagdate {
    top: 25px;
    right: 45px;
}

/* ----------------------- 免费领取两次-start ----------------------------- */

.freebox {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 211px;
    height: 142px;
    padding-top: 16px;
    background: url("../images/free.png") no-repeat;
}

.freeimg {
    position: relative;
    width: 145px;
    height: 84px;
    margin: 0 auto 4px;
}

.btn-free {
    width: 150px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    background: url("../images/btn_free.png") center no-repeat;
    font-size: 16px;
    color: #7a5319;
}

/*------------------------ 进度条样式 ----------------------*/
.stack-lottery {
    position: relative;
    width: 1200px;
    height: 200px;
    margin-top: 20px;
}

.stepbar {
    position: absolute;
    top: 130px;
    left: 0;
    display: none;
    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: none;
    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: 165px;
    height: 200px;
    margin-left: 5px;
    background: url("../images/step_item.png") center top no-repeat;
    z-index: 5;
}

.step3,
.step4,
.step5 {
    background-image: url("../images/step_item_sq.png");
}

.step0 {
    margin-left: 185px;
}

.stack-lottery-tit {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 108px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    color: #052b51;
    z-index: 5;
}


.stepen {
    line-height: 50px;
}

.countstep {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    font-size: 26px;
    color: #052b51;
}

.stack-lottery-ico {
    position: relative;
    display: block;
    width: 161px;
    height: 101px;
}

.stack-ico-gun {
    position: absolute;
    top: 37px;
    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: 12px;
    left: 0;
    width: 158px;
    height: 158px;
    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: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.stackcount em {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}

.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: 37px;
    right: 11px;
    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: 130px;
    left: 50%;
    width: 116px;
    height: 28px;
    line-height: 28px;
    margin-left: -58px;
    background: url("../images/btn_free.png") center no-repeat;
    background-size: 100%;
    transition: all cubic-bezier(0, 0, 0.33, 1);
    font-size: 14px;
    color: #7a5319;
    z-index: 3;
}

/* ---------------------------------------  P1 双11福利礼包 end  ---------------------------------------- */
/* ----------------------------------  P2 双11全仓非卖品限时集合 start ----------------------------------- */
.lottery-box {
    position: relative;
    width: 1204px;
    height: 924px;
    padding-top: 43px;
    margin-left: -2px;
    background: url(../images/lucky_bg.png) center 0px no-repeat;
    z-index: 3;
}

.lottery-list {
    width: 1170px;
    margin: 0 auto;
}

.lottery-unit {
    position: relative;
    float: left;
    width: 165px;
    height: 93px;
    padding-top: 9px;
    margin: 1px;
    background: url(../images/item.png) no-repeat;
    border-radius: 6px;
    overflow: hidden;
}

.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-free {
    position: absolute;
    top: 14px;
    left: 18px;
    width: 411px;
    height: 142px;
    background: url("../images/bg_free_vip.png") no-repeat;
    z-index: 3;
}

.lottery-free img {
    position: absolute;
    top: 28px;
    left: 32px;
    display: block;
    width: 145px;
    height: 84px;
}

.lottery-free-tips {
    position: absolute;
    top: 15px;
    left: 202px;
    width: 180px;
    height: 60px;
    line-height: 20px;
    font-size: 15px;
    color: #212121;
}

.btn-lottery-free {
    position: absolute;
    top: 82px;
    left: 202px;
    width: 150px;
    height: 36px;
    line-height: 36px;
    background: url("../images/btn_free.png") center no-repeat;
    font-size: 16px;
    color: #7a5319;
}

.tagAngle0 {
    top: 28px;
    right: 234px;
}

.lottery-btn {
    width: 756px;
    margin-left: 436px;
}

.btn-lottery {
    position: relative;
    float: left;
    width: 250px;
    height: 70px;
    line-height: 70px;
    margin: 0 1px;
    background: url("../images/btn_lucky.png") no-repeat;
    transition: all .3s ease;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    color: #643b0f;
    cursor: pointer;
}

.btn-lottery5 {
    background-position: 0 -70px;
}

.btn-lottery11 {
    background-position: 0 -140px;
}

.lottery_em {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    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: none;
    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;
    margin-bottom: 26px;
    text-indent: 436px;
    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: 0px;
    width: 329px;
    height: 137px;
    line-height: 24px;
    background: url("../images/log.png") no-repeat;
    font-size: 13px;
    color: #3f3f3f;
    z-index: 4;
    overflow: hidden;
}

.log1 {
    top: 488px;
    right: -50px;
}

.log2 {
    top: 88px;
}

.log3 {
    top: 768px;
}

.log4 {
    top: -30px;
}

.logname {
    position: relative;
    width: 100%;
    height: 25px;
    line-height: 24px;
    padding-top: 4px;
    text-align: center;
    font-family: '思源宋体 CN';
    font-size: 16px;
    color: #fff;
    z-index: 3;
}

.logCont {
    width: 312px;
    height: 100px;
    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  ------------------------------*/
/*-------------------------------  抽奖弹窗   ---------------------------------*/
#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;
}

/*---------------------------------------- 买赠专区 -----------------------------------------*/
.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: 1225px;
    margin: 0 auto;
    margin-top: 30px;
}

.desert-item {
    position: relative;
    float: left;
    width: 233px;
    height: 165px;
    padding-top: 25px;
    margin-right: 12px;
    margin-bottom: 12px;
    background: url("../images/desert_item.png") center top no-repeat;
    transition: all .2s ease-in-out;
    filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.3));
    text-align: center;
    cursor: pointer;
}

.desert-item.active {
    background-image: url('../images/desert_item_on.png');
}

.desert-item:hover {
    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: 152px;
    left: 0;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-indent: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.cart1 {
    display: none;
}

.cart2 {
    display: block;
}

.desert-item.active .cart1 {
    display: block;
}

.desert-item.active .cart2 {
    display: none;
}

.desert-item del {
    display: block;
    width: 142px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    font-size: 14px;
    color: #3a3a3a;
}

.icodis {
    position: absolute;
    top: 117px;
    right: 45px;
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    background: #ff1616;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    z-index: 4;
}

.tagcheck {
    position: absolute;
    top: 0px;
    right: 0px;
    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-weight: normal;
    font-size: 12px;
    color: #ff621d;
    z-index: 4;
    pointer-events: none;
}

.desert-item.active .tagcheck {
    display: block;
}

.desert-foot {
    position: relative;
    width: 482px;
    height: 88px;
    margin: 20px auto 0;
    font-family: '思源宋体 CN';
}

.foot-discount {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 241px;
    height: 36px;
    line-height: 36px;
    background: url("../images/discount_bar.png") no-repeat;
    z-index: 3;
}

.desert-count {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 241px;
    height: 36px;
    line-height: 36px;
    background: url("../images/discount_bar.png") no-repeat;
    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;
    z-index: 3;
}

.desert-countnum {
    position: absolute;
    top: 34px;
    left: 38px;
    display: block;
    height: 24px;
    line-height: 24px;
    padding-left: 32px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.desert-del {
    position: absolute;
    top: 24px;
    left: 280px;
    display: block;
    width: 150px;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.desert_kb_t {
    position: absolute;
    top: 45px;
    left: 280px;
    display: block;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.btn-desert_txt {
    position: absolute;
    top: 49px;
    left: 368px;
    display: block;
    width: 38px;
    height: 18px;
    line-height: 18px;
    background-color: #193b74;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.btn-desert-del {
    position: absolute;
    top: -15px;
    left: 5px;
    width: 241px;
    height: 36px;
    background: url("../images/discount_bar.png") no-repeat;
}

.btn-suit .btn-desert-del {
    top: 82px;
    left: 40px;
}

.desert_kb_d2 {
    position: absolute;
    top: 1px;
    left: 50px;
    display: block;
    width: 166px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #052b51;
}

.btn-desert_tag {
    position: absolute;
    top: 1px;
    left: 60px;
    display: block;
    width: 126px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #052b51;
}

.desert_kb_d {
    position: absolute;
    top: 0;
    left: 0px;
    display: block;
    width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    color: #fff;
}

.desert-total {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 272px;
    height: 54px;
    line-height: 54px;
    text-align: right;
    font-weight: bold;
    font-size: 46px;
    color: #fff;
}

.desert_arrow_down {
    position: absolute;
    top: 4px;
    left: 134px;
    display: block;
    width: 13px;
    height: 16px;
    background: url("../images/arrow_down.png") no-repeat;
}

.btn-desert {
    position: relative;
    width: 442px;
    height: 88px;
    margin: 0 auto;
    background: url(../images/btn_desert.png) no-repeat;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 1;
}

.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;
}

.discount_bar {
    position: relative;
    width: 448px;
    height: 45px;
    margin-left: 203px;
}

.discount_step {
    position: absolute;
    top: 19px;
    left: 0;
    width: 448px;
    height: 8px;
}

.discount_step::after {
    position: absolute;
    top: -1px;
    left: 395px;
    display: none;
    content: '';
    width: 100px;
    height: 8px;
}

.discount_red {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 0;
    height: 8px;
    background-color: #da1414;
    transition: all 1s ease-out;
    z-index: 3;
}

.discount_item {
    position: absolute;
    top: 5px;
    z-index: 5;
}

.discount_item1 {
    left: -20px;
}

.discount_item2 {
    left: 136px;
}

.discount_item3 {
    left: 278px;
}

.discount_item_ico {
    display: block;
    width: 36px;
    height: 36px;
    background: url("../images/ico_d0.png") center no-repeat;
    transition: all .2s linear;
}

.discount_item.active .discount_item_ico {
    background-image: url("../images/ico_d1.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;
}

.dialog-html,
.multiple-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);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 抬头轮播 */
.carousel-wrapper {
    position: relative;
    height: 396px;
    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: 735px;
    height: 396px;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
}

.carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    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);
    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: rotateY(15deg);
}

.carousel-item.right-near .carousel-inner {
    transform: translateX(80px) rotateY(-15deg);
}

/* 点击区域 */
.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: -20px;
    left: 25px;
    display: block;
    width: 738px;
    height: 457px;
}

.simg_equip {
    position: absolute;
    top: 238px;
    display: block;
    width: 163px;
    height: 113px;
    padding-top: 8px;
    background: url("../images/simg_equip.png") no-repeat;
}

.simg_equip1 {
    left: 530px;
}

.simg_equip2 {
    left: 362px;
}

.simg_equip3 {
    left: 180px;
}

.simg_equip img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.simg_equip_txt {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #093e75;
}

.simg_equip .tagdate {
    font-size: 14px;
    z-index: 3;
}

/* 购买按钮 */
.btn-suit {
    position: relative;
    width: 310px;
    height: 130px;
    margin: 0 15px;
    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: -24px;
    left: 0;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
    color: #052b51;
}

.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: 13px;
    right: 62px;
    display: block;
    width: 50px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.btn-suit_btn {
    position: relative;
    width: 310px;
    height: 60px;
    margin: 0 auto;
    background: url("../images/btn_suit.png") center no-repeat;
    font-family: '思源宋体 CN';
    z-index: 2;
}

.btn-suit_tag {
    position: absolute;
    top: 40px;
    left: 17px;
    display: block;
    width: 280px;
    height: 50px;
    line-height: 66px;
    background-color: #121213;
    border-radius: 8px;
    font-family: '微软雅黑';
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
}

.suit_kb_d {
    position: absolute;
    top: 33px;
    left: 140px;
    display: block;
    width: 70px;
    height: 16px;
    line-height: 16px;
    background-color: #643b0f;
    text-align: center;
    font-size: 14px;
    color: #ffd77a;
}

.suit-total {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 186px;
    height: 54px;
    line-height: 54px;
    text-align: right;
    font-weight: bold;
    font-size: 24px;
    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: #052b51;
}

/* ------------------------------  新青花瓷丛猎买赠专区 -------------------------------- */
.multiple-list {
    width: 792px;
    height: 552px;
}

.multiple-item {
    position: relative;
    float: left;
    width: 190px;
    height: 178px;
    margin-right: 8px;
    margin-bottom: 6px;
    background: url("../images/item_multiple.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;
}

.multiple-item.active {
    background-image: url('../images/item_multiple_on.png');
}

.multiple-item:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
}

.multiple-item:hover .desertImg {
    transform: scale(1.1);
}

.dname {
    position: absolute;
    top: 122px;
    left: 0;
    display: none;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #193b74;
}

.multiple-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.multiple-item del {
    display: block;
    width: 132px;
    height: 29px;
    line-height: 28px;
    text-align: right;
    font-size: 16px;
    color: #1e4077;
}

.desertImg {
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    width: 100%;
    height: 84px;
    transition: all .2s ease-in-out;
}

.multiple-item .tagdate {
    top: 8px;
    right: 6px;
}

.mprice {
    position: absolute;
    top: 137px;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.multiple-item.active .tagcheck {
    display: block;
}

.tageffect {
    position: absolute;
    top: 88px;
    left: 0px;
    display: block;
    width: 170px;
    height: 60px;
    line-height: 50px;
    padding-right: 25px;
    background: url("../images/tageffect.png") no-repeat;
    text-align: center;
    text-shadow:
        1px 1px 1px #000,
        0px 1px 1px #000,
        0px -1px 1px #000,
        1px 0px 1px #000,
        -1px 0px 1px #000,
        -1px -1px 1px #000,
        0px 0px 5px #000;
    font-size: 14px;
    color: #fff;
}

.carousel-item .tageffect {
    top: 180px;
    left: 392px;
}

.multiple-foot {
    position: relative;
    width: 803px;
    height: 176px;
    margin-top: 5px;
    margin-left: -6px;
    background: url("../images/multiple_foot.png") no-repeat;
}

.multiple-count {
    position: absolute;
    top: 50px;
    left: 80px;
    width: 366px;
    height: 30px;
    line-height: 30px;
    padding-left: 36px;
    border-radius: 15px;
    color: #193b74;
}

.cart_blue {
    position: absolute;
    top: 0px;
    left: 10px;
    display: block;
    width: 21px;
    height: 30px;
    background: url("../images/cart_blue.png") center no-repeat;
}

.multiple-calc {
    height: 32px;
    line-height: 32px;
    padding-top: 10px;
    text-align: center;
    font-size: 0;
}

.mib {
    display: inline-block;
    vertical-align: middle;
    _display: inline;
    zoom: 1;
}

.multiple-countnum {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #193b74;
}

.multiple-del {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #193b74;
}

.multiple-del-kb {
    margin-left: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #e0180e;
}

.z2 {
    font-size: 16px;
    color: #e0180e;
}

.multiple-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 204px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.multiple_xz {
    display: none;
    background-color: #da1414;
    width: 0;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    margin-left: 5px;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
}

.multiple_xz.active {
    display: inline-block;
    width: auto;
}

.multiple-total_kb {
    position: absolute;
    top: 19px;
    right: 45px;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.btn-multiple {
    position: absolute;
    top: 106px;
    left: 246px;
    width: 309px;
    height: 63px;
    background-image: url(../images/btn_multiple.png);
    transition: all .3s ease;
    text-align: center;
    font-family: '思源宋体 CN';
    font-weight: bold;
    font-size: 0;
    color: #fff;
    cursor: pointer;
}

.btn-multiple i {
    position: absolute;
    top: -20px;
    left: 0px;
    display: block;
    width: 49px;
    height: 46px;
    background: url("../images/dis4.png") no-repeat;
}

.multiple-tag {
    position: absolute;
    top: 0px;
    right: 60px;
    margin: 0;
}

.multiple-info {
    position: relative;
    width: 778px;
    height: 103px;
    background: url("../images/multiple_info.png") center no-repeat;
}

.multiple-info_dis {
    position: absolute;
    top: 24px;
    right: 60px;
    width: 436px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    color: #193b74;
}

.multiple-info_dis em {
    color: #d11d1d;
}

.deserth6 {
    position: absolute;
    top: 54px;
    right: 60px;
    width: 436px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #193b74;
}

.deserth6 em {
    font-weight: bold;
    color: #f00;
}

.xz_base {
    width: 230px;
    height: 90px;
    padding-top: 10px;
    margin-left: 50px;
}

.xz_base_item {
    position: relative;
    float: left;
    width: 108px;
    height: 90px;
    margin-left: 5px;
}

.icon_xz {
    display: block;
    width: 65px;
    height: 64px;
    margin: 0 auto;
    background: url("../images/xz_ico.png") no-repeat;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.icon_xz0 {
    background-position: 0 -64px;
}

.icon_xz1 {
    background-position: 0 -128px;
}

.icon_xz_tag {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 16px;
    line-height: 16px;
    background-color: #e8a368;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.icon_xz_tag::after {
    position: absolute;
    top: 0;
    left: -8px;
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-bottom: 16px solid transparent;
    border-right: 4px solid #e8a368;
    border-left: 4px solid transparent;
}

.xz_base_limit {
    position: absolute;
    top: 56px;
    left: 0;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-color: rgba(169, 216, 255, .8);
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    color: #193b74;
}

.desc_desert {
    position: absolute;
    top: 188px;
    left: 620px;
    line-height: 24px;
    color: #193b74;
}

.desc_p1 {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 23px;
}

.desc_p2 {
    line-height: 22px;
    font-size: 16px;
}

.subjoin {
    position: absolute;
    top: 100px;
    right: 0;
    width: 370px;
    height: 646px;
    padding-left: 15px;
    background-color: #e8f0f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.subjoin_h5 {
    height: 50px;
    line-height: 50px;
    padding-top: 4px;
    text-align: center;
    font-size: 24px;
    color: #193b74;
}

.subjoin_need {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #193b74;
}

.subjoin_h6 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 12px;
    text-align: center;
    font-family: "思源宋体 CN";
    font-weight: bold;
    font-size: 16px;
    color: #193b74;
}

.subjoin-item {
    width: 175px;
    height: 478px;
    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: 92px;
    right: 15px;
}

.subjoin_img {
    position: relative;
    width: 145px;
    height: 84px;
    margin: 0 auto 14px;
}

.subjoin_img .tagdate {
    background-color: #fff;
    font-size: 14px;
    color: #f00;
}

.subjoin_p {
    line-height: 18px;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #193b74;
}

.btn-buy-subjoin {
    width: 169px;
    height: 43px;
    line-height: 30px;
    background: url("../images/btn_free_god.png") no-repeat;
    font-size: 0;
}

.btn-buy-subjoin2 {
    background-image: url("../images/btn_free_xqh.png");
}

.subjoin_send {
    position: relative;
    width: 364px;
    height: 36px;
    margin: 0 auto;
    background-color: #ecf9ff;
    border: 1px solid #1e3f77;
    border-radius: 6px;
    overflow: hidden;
}

.subjoin_send1 {
    width: 584px;
}

.subjoin_send2 {
    width: 364px;
    margin-top: 20px;
    margin-left: -5px;
}

.zengSelect {
    position: relative;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(150deg, #f8f0ea 50%, #b7e2f9);
    border: none;
    text-align: center;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    color: #193b74;
}

.subjoin_send1 .zengSelect {
    width: 185px;
}

.buyzeng {
    position: absolute;
    top: 0px;
    left: 160px;
    width: 248px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    background-color: #ecf9ff;
    border: 0;
    text-align: center;
    font-size: 20px;
    color: #333;
    outline: none;
}

.buyzeng1 {
    left: 185px;
    width: 320px;
}

.buyzeng2 {
    width: 128px;
}

.btn-zeng {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 68px;
    height: 34px;
    line-height: 34px;
    background: #193b74;
    border-radius: 4px;
    font-size: 16px;
    color: #f9ffc4;
}

.btn:hover {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

@-webkit-keyframes heartBeatLoop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeatLoop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}