@charset "utf-8";

img {
    display: block;
    margin: 0 auto;
}

.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);
}

.icon {
    background: url(../images/icon.png) no-repeat;
}

.userbar {
    position: absolute;
    bottom: 11px;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 5;
}

.user {
    position: relative;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #fff;
}

.active-time {
    position: relative;
    width: 410px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.sectionwrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.pagelogo {
    position: absolute;
    top: 20px;
    left: 50%;
    display: block;
    width: 200px;
    height: 64px;
    margin-left: -550px;
    cursor: pointer;
    z-index: 9;
}

.pagelogo img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

@-webkit-keyframes fadeInVideo {
    100% {
        height: 600px;
    }
}

@keyframes fadeInVideo {
    100% {
        height: 600px;
    }
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 960px;
    /* animation: fadeInVideo 1s ease-in-out 1s both; */
    overflow: hidden;
    z-index: 5;
}

.bg-video video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}

#vloop {
    display: none;
}

#vloopMin {
    display: none;
    height: 600px;
}

.header {
    position: relative;
    width: 1200px;
    height: 960px;
    margin: 0 auto;
    z-index: 11;
}

.grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.wrap {
    min-width: 1200px;
    background-color: #1f5658;
}

.container {
    position: relative;
    min-width: 1200px;
    background: url(../images/bg.jpg) center top no-repeat;
    overflow: hidden;
}

.section {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.section-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.title {
    position: relative;
    height: 150px;
    background: url(../images/title.png) center top no-repeat;
    z-index: 3;
}

.title4 {
    background-position: center -150px;
}

/*-------------------------- part1 免费赠送 start ---------------------------*/
.section1 {}

.swiperbox {
    width: 1200px;
}

.swiper-back {
    position: relative;
    width: 1200px;
    height: 328px;
    display: none;
    margin-top: -2px;
    margin-left: 2px;
}

.swiper-back-top,
.swiper-back-foot {
    position: absolute;
    left: 0;
    width: 1200px;
    height: 12px;
    background: url(../images/swiperBorder.png) no-repeat;
    background-size: 100%;
}

.knife-slide,
.knife-slide2 {
    position: absolute;
    top: 209px;
    right: 178px;
    display: block;
    width: 248px;
    height: 220px;
    background-image: url(../images/knife_zeng.png);
    z-index: 2;
}

.knife-slide2 {
    background-image: url(../images/knife_zeng2.png);
}

.swiper-back-top {
    top: 0;
}

.swiper-back-foot {
    bottom: 0;
}

.swiper-video {
    width: 1200px;
    height: 328px;
}

.swiper-container {
    /* position: absolute; */
    /* top: ; */
    /* left: -150px; */
    width: 1200px;
    height: 442px;
    z-index: 11;
}

.swiper-slide {
    overflow: hidden;
}

.swiperbox .swiper-slide {
    background: url("../images/slide_gunbg.png") no-repeat;
}

.swiperbox .swiper-slide0 {
    background: none;
}

.swiper-nav {
    position: absolute;
    top: 170px;
    left: 0;
    display: block;
    width: 1200px;
    height: 328px;
    z-index: 12;
}

.swiper-nav-prev,
.swiper-nav-next {
    position: absolute;
    top: 300px;
    width: 110px;
    height: 193px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.swiper-nav-prev {
    left: -110px;
    background-image: url(../images/nav_prev.png);
}

.swiper-nav-next {
    right: -110px;
    background-image: url(../images/nav_next.png);
}

.swiper-nav-next.swiper-button-disabled {
    opacity: .3;
}

.geteffect {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 2;
}

.slidename {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
}

.slidegun {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
}

@-webkit-keyframes floatMove {
    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 floatMove {
    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);
    }
}

.btn-swiper-bar {
    padding-top: 30px;
    height: 120px;
}

.btn-swiper {
    position: relative;
    float: left;
    width: 276px;
    height: 120px;
    margin: 0 12px;
    background: url(../images/smenu.png);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 0px;
}

.btn-swiper.active {
    background-image: url(../images/smenu_on.png);
}

.icon-nav-btn {
    position: relative;
    z-index: 1;
}

.icon-nav-txt {
    position: relative;
    display: none;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    z-index: 3;
}

.btn-swiper1 {
    background-position: 0 0;
}

.btn-swiper2 {
    background-position: -276px 0;
}

.btn-swiper3 {
    background-position: -552px 0;
}

.btn-swiper0 {
    background-position: -828px 0;
}

.settlement {
    position: relative;
    height: 170px;
    margin-top: -20px;
    margin-bottom: 30px;
    transition: all .3s cubic-bezier(0, 0, .33, 1);
    overflow: hidden;
}

.settlement .desert-title {
    font-weight: normal;
    font-weight: 16px;
}

.settlement.hide {
    height: 0;
}

.settlement-desc {
    float: left;
    width: 45%;
    text-align: right;
}

.settlement-desc em {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
}

.settlement-desc span {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #fdd37f;
}

.zegnbar {
    position: absolute;
    top: 450px;
    left: 50%;
    width: 244px;
    height: 30px;
    line-height: 30px;
    margin-left: -123px;
    background-color: #fff;
    border: 1px solid #b2f5f2;
    text-align: center;
    font-size: 16px;
    color: #072d2e;
}

.zegnbar2 {
    position: absolute;
    top: 450px;
    left: 50%;
    width: 244px;
    height: 30px;
    line-height: 30px;
    margin-left: -123px;
    background-color: #91babc;
    border: 1px solid #b2f5f2;
    text-align: center;
    font-size: 16px;
    color: #072d2e;
}

.zengInput {
    display: block;
    float: left;
    width: 178px;
    height: 30px;
    padding: 0 3px;
    background-color: #fff;
    font-size: 16px;
    color: #1c384b;
    outline: none;
    border: none;
}

::-webkit-input-placeholder,
::-moz-placeholder,
::placeholder {
    color: #9ffcfc;
}

.btn-zeng {
    float: right;
    width: 60px;
    height: 30px;
    background-color: #4bccc5;
    font-size: 16px;
    color: #1c384b;
}

.btn-buy {
    position: relative;
    width: 428px;
    height: 95px;
    padding-top: 45px;
    margin: 0 auto;
    background: url(../images/btn_buy.png) center no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #804919;
    cursor: pointer;
}

.mainprice {
    display: block;
    width: 100%;
    height: 72px;
    background: 90px center no-repeat;
}

.btn-buy i {
    position: absolute;
    top: 10px;
    left: -19px;
    display: block;
    width: 465px;
    height: 123px;
    margin: 0 auto;
    background: url(../images/btn_buy_light.png) no-repeat;
}

.btn-buy-main b {
    position: absolute;
    top: 20px;
    right: 10px;
    display: none;
    width: 100px;
    height: 21px;
    line-height: 20px;
    background: url(../images/tagd.png) no-repeat;
    background-size: 100% 100%;
    font-weight: normal;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.btn-buy-main span {
    position: absolute;
    top: 60px;
    left: 56px;
    display: block;
    width: 24px;
    height: 32px;
    line-height: 16px;
    padding: 5px 0;
    background-color: #f41915;
    font-weight: normal;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.zengDate {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 62px;
    height: 24px;
    line-height: 24px;
    background-color: #29dfdd;
    text-align: center;
    font-size: 16px;
    color: #052a2b;
}

.zengDate b {
    font-weight: normal;
}

.flip_light {
    position: absolute;
    top: 70px;
    left: 50%;
    display: block;
    width: 193px;
    height: 195px;
    margin-left: -96px;
    background: url("../images/flip_light.png") center no-repeat;
    z-index: 11;
}

.flip_font {
    position: absolute;
    top: 98px;
    left: 50%;
    display: block;
    width: 146px;
    height: 154px;
    margin-left: -73px;
    background: url("../images/flip_font.png") center no-repeat;
    z-index: 11;
}

.flip_qr {
    position: absolute;
    top: 32px;
    left: 50%;
    display: block;
    width: 99px;
    height: 122px;
    margin-left: -50px;
    background: url("../images/icon_qr.png") center no-repeat;
    z-index: 11;
}

.discount-list {
    width: 1146px;
    margin: 0 auto;
}

.discount-item {
    position: relative;
    float: left;
    width: 276px;
    margin: 0 5px;
    height: 300px;
}

.discount-icon {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    width: 54px;
    height: 62px;
    line-height: 60px;
    background: url("../images/icon_discount.png") center no-repeat;
    text-align: center;
    font-size: 22px;
    color: #ffe8a1;
}

/*-------------------------- part1 免费赠送 end ---------------------------*/


/*-------------------------- part2 全仓非卖品 start ---------------------------*/

.lottery-log {
    position: absolute;
    top: 822px;
    right: 0;
    width: 312px;
    height: 160px;
    line-height: 24px;
    padding: 0 15px;
    background: url("../images/log.png") no-repeat;
    font-size: 12px;
    color: #fff;
    z-index: 4;
    overflow: hidden;
}

.logtit {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.lottery-log .logCont {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.lottery-log ul {
    width: 100%;
    overflow: hidden;
}

.lottery-log li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}

/*-------------------------- part2 全仓非卖品 end   ---------------------------*/
.section2 {
    width: 1200px;
}

.discountak {
    height: 386px;
    background: url(../images/bg_s4.png) center top no-repeat;
}

.giftbag-main {
    width: 1200px;
    min-height: 454px;
}

.giftbag-tips {
    -webkit-text-shadow: 0 1px 0 #f58a1a, 0 -1px 0 #f58a1a, 1px 0 0 #f58a1a, -1px 0 0 #f58a1a;
    text-shadow: 0 1px 0 #f58a1a, 0 -1px 0 #f58a1a, 1px 0 0 #f58a1a, -1px 0 0 #f58a1a;
    letter-spacing: 1px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.gift-list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 26px;
    overflow: hidden;
}

.gift-item {
    float: left;
    position: relative;
    width: 300px;
    height: 506px;
    margin: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
}

.gift-item-doubel {
    display: none;
}

.gift-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center top no-repeat;
    -moz-transition-property: opacity, -moz-transform, -moz-box-shadow;
    -moz-transition-duration: .3s;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: .3s;
    transition-property: opacity, transform, box-shadow;
    transition-duration: .3s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gift-content-back {
    cursor: pointer;
    z-index: 3;
}

.gift-content-front {
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
    z-index: 2;
}

.gift-item .gift-content-back {
    height: 440px;
    background-image: url(../images/gift_back.png);
    z-index: 3;
}

.gift-item .gift-content-front {
    background-image: url(../images/gift_front.png);
}

.discount-item .gift-content-back {
    background-image: url(../images/discount_back.png);
    z-index: 3;
}

.discount-item .gift-content-front {
    background-image: url(../images/discount_front.png);
}

.card-flipped .gift-content-back {
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    z-index: 2;
}

.gift-content2 {
    transition-delay: .2s;
}

.gift-content3 {
    transition-delay: .3s;
}

.gift-content4 {
    transition-delay: .4s;
}

.gift-content5 {
    transition-delay: .5s;
}

.gift-content5 {
    transition-delay: .5s;
}

.gift-content6 {
    transition-delay: .6s;
}

.gift-content7 {
    transition-delay: .7s;
}

.gift-content8 {
    transition-delay: .8s;
}

.card-flipped .gift-content-front {
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
    z-index: 10;
}

.gift-name {
    position: absolute;
    top: 333px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    z-index: 5;
}

.discount-name {
    position: absolute;
    top: 141px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;

}

.gift-video {
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

.gift-bagname {
    position: absolute;
    left: 50%;
    bottom: 77px;
    width: 158px;
    height: 32px;
    line-height: 28px;
    margin-left: -79px;
    background-position: -210px -503px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #a4e1e1;
    z-index: 11;
}

.discount-bagname {
    position: absolute;
    top: 2px;
    left: 6px;
    width: 136px;
    height: 32px;
    line-height: 28px;
    background-position: -220px -503px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #a4e1e1;
    z-index: 11;
}

.zengImgBox {
    /* position: absolute; */
    width: 210px;
    height: 350px;
    margin: 0 auto;
    margin-top: 20px;
}

.discount-img {
    width: 238px;
    height: 84px;
    /* padding-top: 55px; */
    padding-top: 46px;
    margin: 0 auto;
}

.btn-giftbag {
    position: absolute;
    left: 25px;
    bottom: 27px;
    width: 137px;
    height: 35px;
    line-height: 35px;
    background-position: -210px -468px;
    font-weight: bold;
    font-size: 14px;
    color: #804919;
    z-index: 3;
}

.gift-desc,
.gift-success {
    position: absolute;
    top: 361px;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #a4e1e1;
}

.discount-price {
    position: absolute;
    top: 186px;
    left: 0;
    width: 100%;
    height: 32px;
}

.yhprice {
    display: block;
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-weight: bold;
    font-size: 28px;
    color: #ffedc0;
}

.discount-price i {
    position: absolute;
    top: 0;
    left: 160px;
    display: block;
    width: 56px;
    height: 16px;
    line-height: 16px;
    background-color: #f00;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #fff;
}

.discount-price del {
    position: absolute;
    top: 16px;
    left: 160px;
    height: 16px;
    line-height: 16px;
    display: block;
    font-size: 14px;
    color: #ffedc0;
}

.btn-buyak,
.btn-discount {
    position: absolute;
    top: 248px;
    left: 50%;
    display: block;
    width: 214px;
    height: 48px;
    margin-left: -107px;
    font-size: 0;
    z-index: 5;
}

.btn-buyak {
    background-image: url("../images/btn_discount_buy.png");
}

.btn-discount {
    background-image: url("../images/btn_discount_get.png");
}

.btn-stack:hover,
.btn-lengend.heart,
.btn-lottery:hover,
.btn-buy:hover {
    animation: heartBeatLoop 1s ease-in-out infinite;
}


/*-------------------------- part3顶级非卖品限时钜惠 end   ---------------------------*/
.desertbar {
    position: relative;
    width: 1200px;
    height: 212px;
    padding-top: 14px;
    background: url("../images/bg_sub.png") center no-repeat;
}

.desert-title {
    width: 700px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.section2 .desert-title {
    font-weight: normal;
    font-size: 18px;
}

.desert-list {
    width: 826px;
    margin-top: 8px;
    margin-left: 43px;
}

.desert-item {
    position: relative;
    float: left;
    width: 147px;
    height: 108px;
    padding: 2px;
    background-color: #4eaaaf;
    border: 1px solid #79afae;
    margin: 0 6px;
    cursor: pointer;
}

.desert-item.active {
    background-color: #2ffdfa;
    border-color: #2ffdfa;
}

.desert-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
    border: 1px solid #0b302f;
}

.desert-name {
    display: block;
    width: 147px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    background-color: #0b302f;
    text-align: center;
    font-weight: 14px;
    color: #2ffdfa;
}

.desertadd {
    position: absolute;
    top: 82px;
    left: 918px;
    display: block;
    width: 10px;
    height: 50px;
    margin: 0 auto;
    background-color: #2b9696;
}

.desertadd::after {
    position: absolute;
    top: 20px;
    left: -20px;
    display: block;
    content: '';
    width: 50px;
    height: 10px;
    margin: 0 auto;
    background-color: #2b9696;
}

.desert-equip {
    position: absolute;
    top: 26px;
    right: 82px;
    display: block;
    width: 145px;
    height: 138px;
    margin: 0 auto;
    background: url(../images/equip.png) center no-repeat;
    transition: all .3s cubic-bezier(0, 0, .33, 1);
}

.desert-equip.equiptwo {
    top: 8px;
}

.desert-equip em {
    position: absolute;
    top: 19px;
    left: 0px;
    display: block;
    width: 100%;
    height: 21px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.eimg {
    position: absolute;
    top: 41px;
    left: 0;
    display: none;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.eimg1 {
    display: block;
    z-index: 3;
}

.equiptwo .eimg2 {
    top: 72px;
    display: block;
    z-index: 1;
}

.desert-none {
    position: absolute;
    top: 0;
    left: 0;
    /* display: none; */
    width: 100%;
    height: 100%;
    line-height: 210px;
    text-align: center;
    font-size: 32px;
    color: #9d9d9d;
}

.tagdate {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 12px;
    background: url("../images/tagd.png") no-repeat;
    background-size: 100% 100%;
    font-style: normal;
    font-size: 12px;
    color: #fff;
}

.desert-checked {
    position: absolute;
    right: 0;
    bottom: 26px;
    display: none;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    background: #fff url("../images/icon_checkbox.png") 5px center no-repeat;
    text-indent: 18px;
    font-style: normal;
    font-size: 12px;
    color: #ff621d;
}

.desert-item.active .desert-checked {
    display: block
}

.maskd {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.desert-item.active .maskd {
    display: none;
}

/* ---------------------- 页面说明 end ------------------- */
.explain {
    width: 1200px;
    padding: 46px 0 50px;
    margin: 0 auto;
}

.explain .hdsm h1 {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.explain .hdsm p {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.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;
    box-shadow: 4px 4px 5px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, -7px -7px 20px 0px #0001;
    transition: all 0.3s ease;
}


.btnhover:hover::after {
    left: 0;
    width: 100%;
}

.layui-layer-content {
    font-size: 14px;
}

/*----------------------------- 抽奖弹窗 ----------------------------*/
#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: 180px;
    margin: 0 5px 10px;
    text-align: center;
}

.lucky-list li img {
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.lucky-list .card_name {
    display: block;
    width: 180px;
    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;
}


@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

@-webkit-keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

@-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);
    }
}