@charset "utf-8";

/* html { 
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
    _filter:none; 
} */
:root {
    --animate-duration: .5s;
    --animate-delay: 0.3s;
}

.min_nav {
    position: relative;
    z-index: 9999;
}

.foot {
    width: 100%;
    height: 184px;
    min-width: 1200px;
    margin: 0 auto;
    line-height: 24px;
    background: url(../images/bgfoot.jpg) center no-repeat;
    color: #fff;
}

.foot a {
    color: #fff;
}

.layui48 {
    line-height: 24px;
    text-align: center;
}

.layui48 .layui-layer-content {
    line-height: 24px;
    padding: 15px;
}

.layui48 .layui-layer-content p {
    line-height: 32px;
    font-size: 14px;
}

.player_name {
    display: inline-block;
    vertical-align: top;
    max-width: 190px;
    height: 24px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

@-webkit-keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

.blbl {
    animation: myfirst 1s infinite ease-in-out;
    -webkit-animation: myfirst 1s infinite ease-in-out;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.btn {
    display: block;
    transition: filter 0.2s linear;
    text-align: center;
    cursor: pointer;
}

.btn:hover {
    text-decoration: none;
}

.iconSprites {
    display: block;
    background: url("../images/sprites.png") no-repeat;
}

/* ---------------------------------------------样式初始化---------------------------------------- */

.wrap {
    width: 100%;
    min-width: 1220px;
    background-color: #fff8d4;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1220px;
    height: 680px;
    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: 680px;
    margin-left: -960px;
}

#vloop {
    display: none;
}

.userbar {
    width: 1200px;
    margin: 20px auto 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.user {
    position: relative;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, .9);
    font-size: 20px;
    color: #fff;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #fff;
}

.activityTime {
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #fff;
    z-index: 4;
}

.activityTime em {
    position: absolute;
    top: 76px;
    left: 0;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #f3ead0;
}

.grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.box1 {
    position: relative;
    width: 100%;
    min-width: 1220px;
    height: 680px;
    background: url('../images/banner.jpg') center top no-repeat;
    z-index: 3;
}

.header {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.head_t1,
.head_t2 {
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 5;
}

.head_t1 {
    top: 10px;
    left: 30px;
    width: 176px;
    height: 56px;
    background-image: url("http://www.175pt.com/gw_index_new/images/logo.png");
    cursor: pointer;
}

.head_t2 {
    top: 66px;
    left: 20px;
    width: 167px;
    height: 170px;
    background-image: url(../images/ten.png);
}

.head_tag {
    position: absolute;
    top: 221px;
    left: 103px;
    display: none;
    width: 65px;
    height: 302px;
    background-image: url(../images/head_tag.png);
}

.backhome {
    position: absolute;
    top: 40px;
    right: 35px;
    display: block;
    width: 172px;
    height: 44px;
    line-height: 44px;
    background: url("../images/btn_back.png") center no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    color: #fce38e;
    z-index: 33;
}

.backhome:hover {
    text-decoration: none;
}

/* ----------------------------------------container------------------------------------ */
.container-box {
    position: relative;
    background: url("../images/bg.jpg") center top no-repeat;
    font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
    z-index: 9;
}

.section {
    transition: all .3s ease-in;
}

.section-wrap {
    position: relative;
    width: 1220px;
    margin: 0 auto;
}

.h152 {
    width: 100%;
    height: 152px;
    margin-bottom: 10px;
}

.ib {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
}

.section1 {
    height: 1113px;
}

.section3 {
    margin-top: 200px;
}

.section4 {
    padding-top: 55px;
}

.section5 {
    padding-bottom: 120px;
}

.section6 {
    padding-top: 66px;
}

.title {
    position: absolute;
    left: 50%;
    display: none;
    width: 1200px;
    height: 152px;
    margin-left: -600px;
    z-index: 3;
}

.page_nav_box {
    position: relative;
    width: 100%;
    height: 97px;
    padding-top: 13px;
    z-index: 9;
}

.page_nav_bar {
    width: 1220px;
    height: 97px;
    margin: 0 auto;
}

.page_nav_bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 155px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.page_nav_content {
    position: relative;
    width: 1220px;
    height: 100%;
    margin: 0 auto;
}

.page_nav {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1485px;
    height: 100%;
    margin-left: -742px;
    z-index: 9;
}

.page_nav_item {
    position: absolute;
    top: 0;
    width: 315px;
    height: 97px;
    background: url(../images/sprites.png);
    transition: all .3s ease-out;
    cursor: pointer;
    overflow: hidden;
}

.page_nav_bar.fixed .page_nav_content {
    transform: scale(.8);
}

.page_nav_content .pn2 {
    left: 293px;
    background-position: -315px 0;
}

.page_nav_content .pn3 {
    left: 586px;
    background-position: 0 -97px;
}

.page_nav_content .pn4 {
    left: 878px;
    background-position: -315px -97px;
}

.page_nav_content .pn5 {
    left: 1170px;
    background-position: 0 -194px;
}

.page_nav_fixed {
    position: fixed;
    top: 0px;
    left: 0;
    display: none;
    width: 100%;
    min-width: 1220px;
    height: 50px;
    padding: 8px 0;
    background: rgba(0, 0, 0, .7) url(../images/fixnav.png) center no-repeat;
    transition: all .3s ease-in-out;
    z-index: 99;
}

.page_nav_fixed.fixed {
    display: block;
}

.page_nav_dl {
    width: 1250px;
    height: 50px;
    margin: 0 auto;
    z-index: 9999;
}

.page_nav_dd {
    position: relative;
    float: left;
    width: 250px;
    height: 50px;
    /* background: url(../images/menu_hover.png) no-repeat; */
    transition: all .3s ease-out;
    cursor: pointer;
    overflow: hidden;
}

.tagdate {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 35px;
    height: 15px;
    line-height: 14px;
    background: url("../images/tag.png") center no-repeat;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.tagmin {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 18px;
    line-height: 18px;
    background: url("../images/tag1.png") center no-repeat;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.tageffect {
    position: absolute;
    top: 0;
    left: 7px;
    display: block;
    width: 18px;
    line-height: 12px;
    padding: 4px 0 12px;
    background: url("../images/tag2.png") center no-repeat;
    text-shadow: 0 1px 1px rgba(103, 0, 0, .3);
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.tagsq {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 56px;
    height: 23px;
    line-height: 23px;
    background: url("../images/tag3.png") center no-repeat;
    text-shadow: 0 1px 1px rgba(103, 0, 0, .3);
    text-align: center;
    text-indent: 8px;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

/* ----------------------- VIP赠送抽奖次数 + 日志-start ---------------------------- */
.lottery-log {
    position: absolute;
    top: 0;
    right: -20px;
    width: 381px;
    height: 172px;
    line-height: 24px;
    background-color: #fff;
    border: 2px solid #fff;
    font-size: 12px;
    color: #333;
    z-index: 4;
    overflow: hidden;
}

.log1 {
    top: 218px;
}

.log2 {
    top: -190px;
}

.log3 {
    top: -196px;
}


.logname {
    width: 381px;
    height: 25px;
    line-height: 24px;
    margin: 0 auto;
    background: url("../images/logname.png") bottom center no-repeat;
    font-style: italic;
    text-align: center;
    font-size: 16px;
    color: #fff;
}


.lottery-log .logCont {
    width: 400px;
    height: 169px;
    margin: 0 auto;
    overflow: hidden;
}

.log0 .logCont {
    height: 132px;
}

.lottery-log ul {
    width: 100%;
    overflow: hidden;
}

.lottery-log li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #732f15;
}

/* ----------------------- VIP赠送抽奖次数-end ---------------------------- */

/* ----------------------- 免费领取两次-start ----------------------------- */
.rollbox {
    position: relative;
    width: 874px;
    margin-top: 185px;
}

.roll-content {
    width: 874px;
    height: 415px;
    background: url("../images/rollbg.jpg") no-repeat;
}

.roll_timer {
    position: relative;
    width: 858px;
    height: 50px;
    margin-left: 12px;
    margin-bottom: 15px;
}

.roll_timer_il,
.roll_timer_ir {
    position: absolute;
    top: 0;
    display: none;
    width: 20px;
    height: 50px;
}

.roll_timer_item {
    position: absolute;
    top: 3px;
    width: 176px;
    height: 44px;
    background: url("../images/hover_default.png");
    background-position: 0 -425px;
}

.roll_timer_item.active {
    background-image: url("../images/hover_active.png");
}

.roll_timer_item1 {
    left: -11px;
}

.roll_timer_item2 {
    left: 152px;
}

.roll_timer_item3 {
    left: 314px;
    width: 228px;
    background-position: 0 -381px;
}

.roll_timer_item4 {
    left: 530px;
}

.roll_timer_item5 {
    left: 693px;
}

.timerico {
    display: block;
    width: 125px;
    height: 31px;
    margin: 7px auto 0;
}

.timerico1 {
    background-position: 0 -311px;
}

.timerico2 {
    background-position: 0 -342px;
}

.timerico3 {
    width: 177px;
    background-position: 0 -435px;
}

.timerico4 {
    background-position: 0 -373px;
}

.timerico5 {
    background-position: 0 -404px;
}


.discount_giftbag {
    position: absolute;
    top: -150px;
    width: 136px;
    height: 172px;
    background-position: -494px -283px;
}

.discount_giftbag1 {
    right: 370px;
}

.discount_giftbag2 {
    right: 198px;
    width: 166px;
    background: url("../images/card_dsq.png") no-repeat;
    background-position: 0 0;
}

.btn_discount_giftbag {
    position: absolute;
    left: 50%;
    top: 120px;
    display: block;
    width: 126px;
    height: 25px;
    line-height: 24px;
    margin-left: -63px;
    background: url("../images/hover_default.png") no-repeat;
    background-position: -228px -381px;
    text-align: center;
    font-size: 14px;
    color: #764320;
    cursor: pointer;
    z-index: 3;
}

.discount_giftbag b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #2a1504;
}

.discount_giftbag1_img {
    position: absolute;
    top: 46px;
    left: 50%;
    display: block;
    width: 111px;
    height: 74px;
    margin-left: -55px;
    background: url("../images/cardvip.png") center no-repeat;
}

.discount_giftbag2_img {
    position: absolute;
    top: 30px;
    left: 50%;
    display: block;
    width: 87px;
    height: 106px;
    margin-left: -44px;
    background: url("../images/cardsq.png") center no-repeat;
}

.discount_giftbag3_img {
    position: absolute;
    top: 60px;
    left: 50%;
    display: none;
    width: 130px;
    margin-left: -65px;
}

.etr {
    position: absolute;
    top: 18px;
    right: 7px;
    width: 88px;
    height: 19px;
    line-height: 18px;
    background-position: -380px -291px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.discount_giftbag .tagdate {
    position: absolute;
    top: 40px;
    right: 7px;
    width: 88px;
    height: 19px;
    line-height: 18px;
    background-size: 100% 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.doubleTag {
    position: absolute;
    top: -58px;
    left: 198px;
    width: 136px;
    height: 66px;
    background-position: -244px -291px;
    z-index: 3;
}

.doubleTag2 {
    left: 578px;
}


.doubleTag em {
    display: block;
    width: 129px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #764320;
}

.tag_d1,
.tag_d2 {
    position: absolute;
    top: 26px;
    left: 15px;
    display: block;
}

.tag_d2 {
    left: 76px;
}

.tag_d3 {
    position: absolute;
    top: 23px;
    left: 54px;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #764320;
}

.rolltips {
    position: relative;
    width: 342px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 2px;
    background-color: rgba(165, 77, 23, .3);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

#slide1 {
    position: relative;
    width: 817px;
    height: 400px;
    padding-top: 25px;
    margin-left: 52px;
    overflow: hidden;
}

.roll-list {
    position: relative;
    width: 5220px;
    z-index: 1;
}

.roll-item {
    position: relative;
    float: left;
    width: 175px;
    margin: 0 6px;
}

.rolltwo,
.rolltop {
    position: relative;
    width: 100%;
    height: 131px;
    padding-top: 18px;
    background: url("../images/roll_item.png") no-repeat;
}

.rolltop {
    margin-bottom: 60px;
}

.roll-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.btn-roll {
    display: block;
    width: 167px;
    height: 38px;
    line-height: 38px;
    margin: 12px auto 0;
    background: url("../images/btn_roll.png") center no-repeat;
    transition: all .3s ease-in-out;
    text-align: center;
    font-size: 0;
    color: #fff;
}

.btn-roll:hover,
.btn-roll:active {
    /* background-image: url("../images/btn_roll_on.png"); */
}

.freeRight {
    position: absolute;
    top: 499px;
    right: 0;
    width: 332px;
    height: 406px;
}

.freeRight-tag {
    position: absolute;
    top: 0;
    right: 22px;
    width: 73px;
    height: 25px;
    line-height: 24px;
    background-color: #ff6a19;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.freeRight_tool {
    position: absolute;
    top: 30px;
    width: 188px;
    height: 266px;
    background-repeat: no-repeat;
    transform: scale(.9);
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.freeRight_tool1 {
    left: 46px;
    background-image: url("../images/free_ak.png");
    z-index: 2;
}

.freeRight_tool2 {
    right: 44px;
    background-image: url("../images/free_m4.png");
    z-index: 1;
}

.ffcc {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 99px;
    height: 19px;
    background: url("../images/ffcc.png") no-repeat;
}

.fname {
    position: absolute;
    top: 22px;
    left: 12px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 20px;
    color: #582709;
    z-index: 3;
}

.fcc {
    position: absolute;
    top: 55px;
    left: 0px;
    width: 80px;
    height: 21px;
    line-height: 18px;
    background-position: -125px -357px;
    text-indent: 13px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.fdd {
    position: absolute;
    top: 27px;
    left: 123px;
    width: 47px;
    height: 17px;
    line-height: 16px;
    background-position: -473px -194px;
    text-indent: 13px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.freeRight_tool.active {
    transform: scale(1);
    z-index: 3;
}

.freeRight_tool.active .ffcc {
    display: block;
}

.free_prev,
.free_next {
    position: absolute;
    top: 132px;
    width: 45px;
    height: 67px;
    background: no-repeat;
    transition: all .3s ease-in-out;
    cursor: pointer;
    z-index: 4;
}

.free_prev {
    left: 0;
    background-image: url("../images/free_prev.png");
}

.free_next {
    right: 0;
    background-image: url("../images/free_next.png");
}

.free_txt {
    position: absolute;
    top: 302px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #623b0d;
}

.btn_free {
    position: absolute;
    top: 328px;
    left: 50%;
    width: 211px;
    height: 48px;
    margin-left: -106px;
    background: url("../images/btn_free.png") no-repeat;
    cursor: pointer;
}

.free_del {
    position: absolute;
    top: 378px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #623b0d;
}

/* ----------------------- 免费领取两次-end ------------------------------- */

/* --------------------------- 抽奖-end -------------------------------- */


@-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);
    }
}

/*-------------------------- 翻牌-start ---------------------------*/
.giftbag-main {
    width: 1168px;
    height: 380px;
    margin: 0 auto;
    margin-top: 62px;
}

.giftbag-title {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 32px;
    color: #732f15;
}

.giftbag-tips {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #5a2a08;
}

.gift-list {
    width: 1168px;
    margin: 0 auto;
}

.gift-item {
    float: left;
    position: relative;
    width: 365px;
    height: 344px;
    margin: 0 12px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gift-item-doubel {
    display: none;
}

.gift-desc {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #9ffcfc;
}

.gift-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 365px;
    height: 344px;
    -moz-transition-property: opacity, -moz-transform, -moz-box-shadow;
    -moz-transition-duration: .5s;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: .5s;
    transition-property: opacity, transform, box-shadow;
    transition-duration: .5s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gift-content-front {
    background: url(../images/giftbg.png) no-repeat;
    cursor: pointer;
    z-index: 10;
}

.cardico {
    position: absolute;
    top: 40px;
    left: 50%;
    display: block;
    width: 142px;
    height: 208px;
    margin-left: -71px;
    background: url('../images/cardico.png') no-repeat;
    /* transition: all .3s ease-in-out; */
}

/* .gift-content-front:hover .cardico {
    animation: heartBeatLoop 1s ease-in-out infinite;
} */

.gift-content-back {
    background: url(../images/giftbg.png) no-repeat;
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
    z-index: 8;
}

.card-flipped .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: 8;
}

.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-back {
    -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: 276px;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    color: #5a2a08;
}

.bagname2,
.bagname {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    /* text-shadow: 0 0 1px rgba(0, 0, 0, .5); */
    letter-spacing: 1px;
    text-align: center;
    font-weight: normal;
    font-style: italic;
    font-size: 21px;
    color: #5a2a08;
    z-index: 5;
}

.bagname2 {
    top: 7px;
    left: 30px;
    height: 28px;
    line-height: 28px;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    color: #fff;
}

.gift-content1 .bagname2 {
    left: 24px;
}

.gift-content-back .bagname {
    top: 240px;
}

.btn-openbag {
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 206px;
    height: 41px;
    margin-left: -103px;
    background: url("../images/hover_default.png") no-repeat;
    background-position: -128px -523px;
}

.zengImgBox {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 300px;
    height: 160px;
    margin-left: -150px;
}

.zengImgBox img {
    display: block;
    width: 100%;
}

.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;
}

.zegnsku {
    position: absolute;
    top: 312px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #5a2a08;
}


.gift-success {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #ff5400;
}

.btn_discount_giftbag:hover,
.btn-artifact:hover,
.btn-stack-lottery:hover,
.btn-lengend.heart,
.btn-lottery:hover,
.heartbeat:hover {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.zengDate {
    position: absolute;
    top: 286px;
    right: 48px;
    display: none;
    width: 61px;
    height: 20px;
    line-height: 20px;
    background: url(../images/tag.png) center no-repeat;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.zegnbar {
    position: absolute;
    top: 192px;
    left: 50%;
    width: 242px;
    height: 28px;
    margin-left: -121px;
    transition: all .3s ease-in-out;
    border: 1px solid #bdab61;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 3;
}

.zengInput {
    display: block;
    width: 224px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    background-color: #f7f2e1;
    font-size: 16px;
    color: #333;
    transition: all .3s ease-in-out;
    border: none;
    outline: none;
}

.zengInput:focus {
    border-color: #e3a837;
}

.zegnbar2 {
    position: absolute;
    top: 192px;
    left: 50%;
    width: 242px;
    height: 28px;
    line-height: 28px;
    margin-left: -121px;
    transition: all .3s ease-in-out;
    background-color: #f6eab7;
    border: 1px solid #bdab61;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #210f00;
    z-index: 3;
}

.btn-zeng {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 28px;
    line-height: 28px;
    background-color: #e3a837;
    font-size: 16px;
    color: #fff;
}

::-webkit-input-placeholder,
::-moz-placeholder,
::placeholder {
    color: #9d9a8f;
}

/*-------------------------- 翻牌-end   ---------------------------*/

.explain {
    width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
}

.explain .hdsm h1 {
    line-height: 36px;
    font-size: 16px;
    color: #333;
}

.explain .hdsm p {
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

.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;
}

.layui-layer-content {
    font-size: 14px;
}

@-webkit-keyframes flashFire {
    50% {
        opacity: .4;
        transform: scale(.95);
    }
}

@-o-keyframes flashFire {
    50% {
        opacity: .4;
        transform: scale(.95);
    }
}

@keyframes flashFire {
    50% {
        opacity: .4;
        transform: scale(.95);
    }
}

@-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)
    }
}

@-webkit-keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #fff inset;
    }
}

@keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #fff 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);
    }
}


@-webkit-keyframes toolCarousel1 {
    0% {
        background-position: 208px 0;
    }

    100% {
        background-position: -208px 0;
    }
}

@keyframes toolCarousel1 {
    0% {
        background-position: 208px 0;
    }

    100% {
        background-position: -208px 0;
    }
}

@-webkit-keyframes toolCarousel2 {
    0% {
        background-position: -208px 0;
    }

    100% {
        background-position: 208px 0;
    }
}

@keyframes toolCarousel2 {
    0% {
        background-position: -208px 0;
    }

    100% {
        background-position: 208px 0;
    }
}

@-webkit-keyframes flashFire2 {
    50% {
        opacity: .4;
        transform: scale(.8);
    }
}

@-o-keyframes flashFire2 {
    50% {
        opacity: .4;
        transform: scale(.8);
    }
}

@keyframes flashFire2 {
    50% {
        opacity: .4;
        transform: scale(.8);
    }
}

/* --------------------------- 抽奖弹窗 ----------------------------- */
#layer-lucky h4,
.layerShare-title {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}

#layer-send h4 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 12px;
    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;
}

.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;
}

/*----------------------------------------  -----------------------------------------*/

.xztips {
    height: 28px;
    line-height: 28px;
    padding-left: 42px;
    font-size: 16px;
    color: #fff;
}

.xzpane {
    position: relative;
    height: 72px;
    margin-top: 12px;
    margin-left: 36px;
}

.xzpane_item {
    float: left;
    position: relative;
    width: 123px;
    height: 72px;
    margin-left: 9px;
}

.xzpane_item.active {
    box-shadow: 0 0 5px #fff;
}

.xzpane_item img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
}

.tagXzname {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 16px;
    line-height: 15px;
    padding: 0 6px;
    background-color: #ff4800;
    transition: all .1s ease-in-out;
    transform: skew(-5deg);
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.xzMask {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    transition: all .1s ease-in-out;
    z-index: 4;
}

.xzpane_item.active .xzMask {
    display: none;
}

.xzCheck {
    position: absolute;
    top: -8px;
    right: -8px;
    display: none;
    width: 139px;
    height: 87px;
    background: url("../images/checkxz.png") center no-repeat;
    transition: all .1s ease-in-out;
    z-index: 1;
}

.xzpane_item.active .xzCheck {
    display: block;
}

.desert-list {
    width: 1200px;
    margin-bottom: 8px;
}

.desert-item {
    position: relative;
    float: left;
    width: 161px;
    height: 110px;
    padding-top: 3px;
    margin: 5px;
    transition: all .3s ease-in-out;
    text-align: center;
    cursor: pointer;
}

.desert_mask1,
.desert_mask2 {
    position: absolute;
    transition: all .1s ease-in-out;
}

.desert_mask1 {
    top: 0;
    left: 0;
    width: 158px;
    height: 111px;
    background-color: #ffedbe;
    z-index: 2;
}

.desert_mask2 {
    top: 2px;
    left: 4px;
    width: 157px;
    height: 112px;
    background-color: #ddca99;
    z-index: 1;
}

.desert-item.active .desert_mask1 {
    background-color: #ff7e00;
    z-index: 1;
}

.desert-item.active .desert_mask2 {
    background-color: #71533b;
    z-index: 2;
}

.desert-item img {
    position: relative;
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
    z-index: 3;
}

.del {
    position: relative;
    display: block;
    width: 145px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    background-color: #9d8f8b;
    transition: all .1s ease-in-out;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 5;
}

.desert-item.active .del {
    background-color: #886841;
}

.icodis {
    position: absolute;
    top: 104px;
    right: 26px;
    display: none;
    width: 46px;
    height: 16px;
    line-height: 16px;
    background-color: #ffd7a5;
    border: 1px solid #f00;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #f00;
}

.desert-item .tagdate {
    top: 3px;
    right: 6px;
}


.tagcheck {
    position: absolute;
    top: 63px;
    right: 10px;
    display: none;
    width: 72px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    text-indent: 20px;
    font-style: normal;
    font-size: 12px;
    color: #ff621d;
    z-index: 3;
}

.icheck {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 14px;
    height: 14px;
    background: url("../images/icon_checkbox.png") center no-repeat;
}

.desert-item.active .tagcheck {
    display: block;
}

.discount_step {
    position: relative;
    width: 100%;
    height: 58px;
    margin-top: 45px;
}

.discount_item {
    position: absolute;
    top: 0;
    width: 177px;
    height: 58px;
}

.discount_item1 {
    left: 38px;
}

.discount_item2 {
    left: 250px;
}

.discount_item3 {
    left: 462px;
    width: 216px;
}

.discount_item4 {
    left: 720px;
    width: 216px;
}

.discount_item5 {
    left: 992px;
}

.discount_item_tag {
    position: relative;
    display: block;
    width: 58px;
    height: 45px;
    line-height: 34px;
    margin-left: 12px;
    background: url("../images/hover_default.png") no-repeat;
    background-position: -0px -523px;
    transition: all .2s ease-in;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #e25000;
    z-index: 5;
}

.discount_item.active .discount_item_tag {
    background-image: url("../images/hover_active.png");
}

.discount_item5 .discount_item_tag,
.discount_item5.active .discount_item_tag {
    top: -60px;
    left: 30px;
    width: 134px;
    height: 103px;
    background-image: url("../images/discount6.png");
    background-position: 0 0;
    font-size: 0;
}

.discount_item em {
    position: absolute;
    top: 31px;
    display: block;
    width: 100%;
    height: 27px;
    line-height: 26px;
    margin-top: 3px;
    background: url("../images/hover_default.png") no-repeat;
    background-position: 0 -496px;
    transition: all .2s ease-in;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    z-index: 3;
}

.discount_item3 em,
.discount_item4 em {
    background-position: 0 -469px;
}

.discount_item3 em {
    text-indent: -62px;
}

.discount_item4 em {
    text-indent: -62px;
}

.discount_item.active em {
    background-image: url("../images/hover_active.png");
}

.icoZeng {
    position: absolute;
    bottom: 1px;
    right: 15px;
    display: block;
    width: 58px;
    height: 19px;
    line-height: 18px;
    background-position: -380px -330px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    z-index: 3;
}

.uncheck {
    position: absolute;
    top: 24px;
    left: 0;
    display: none;
    width: 100%;
    height: 36px;
    line-height: 36px;
    transition: all .3s ease-in-out;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #764320;
}

.hascheck .uncheck {
    display: none;
    transform: scale(0);
    opacity: 0;
}

.desert-foot {
    position: relative;
    width: 100%;
    height: 131px;
    margin-top: 20px;
    margin-bottom: 48px;
}

.checkedbox {
    position: relative;
    width: 748px;
    height: 102px;
    margin-left: 42px;
}

.btn-checkprev,
.btn-checknext {
    position: absolute;
    top: 12px;
    width: 22px;
    height: 50px;
    padding-top: 14px;
    background-color: #fff;
    cursor: pointer;
    z-index: 5;
}

.btn-checkprev {
    left: 0;
}

.btn-checknext {
    right: 0;
}

.btn-checkprev i,
.btn-checknext i {
    display: block;
    width: 12px;
    height: 35px;
    margin: 0 auto;
    background: url("../images/hover_default.png") no-repeat;
    background-position: -177px -425px;
}

.btn-checknext i {
    background-position: -189px -425px;
}


.checkswiper {
    width: 688px;
    height: 90px;
    margin-left: 30px;
}

.desert_pricebar {
    position: absolute;
    top: 0px;
    right: 70px;
    height: 42px;
}

.checked-list .swiper-slide {
    width: 151px;
    height: 102px;
}

.checked-list .swiper-slide:last-child {
    margin-right: 0;
}

.desert-del {
    float: right;
    display: block;
    height: 30px;
    margin-top: 6px;
    text-align: right;
    font-size: 18px;
    color: #412a01;
}

.desert-del b {
    display: block;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
    font-size: 14px;
    color: #ff4800;
}

.delSum {
    display: block;
    height: 18px;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #e25000;
}

.desert-total {
    float: right;
    min-width: 155px;
    height: 48px;
    line-height: 48px;
    margin-left: 10px;
    text-align: right;
    color: #764320;
}

.totalKB {
    text-align: right;
    font-weight: bold;
    font-size: 48px;
}

.desert-total b {
    font-size: 18px;
}

.btn-desert {
    position: absolute;
    top: 48px;
    right: 58px;
    width: 241px;
    height: 48px;
    background-image: url(../images/btn_buy.png);
    transition: all .2s ease;
    text-shadow: 0 1px 0 rgba(49, 33, 2, 0.5);
    font-size: 0;
    cursor: pointer;
}

.desert_tag_bar {
    position: absolute;
    bottom: 0px;
    right: 50px;
    height: 36px;
}

.desert_tagtips {
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    font-size: 16px;
    color: #000;
}

.desert-count {
    float: left;
    position: relative;
    height: 36px;
    line-height: 36px;
    padding-right: 24px;
    margin-right: 10px;
}

.desert-count i {
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    width: 21px;
    height: 30px;
    background: url("../images/icon_cart.png") center no-repeat;
}

.desert-countnum {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.desert_discount_num,
.desert_discount_gift,
.desert_discount_xz {
    float: left;
    width: 58px;
    height: 19px;
    line-height: 18px;
    margin-top: 9px;
    margin-left: 1px;
    background: url("../images/sprites.png") no-repeat;
    background-position: -380px -330px;
    transition: all .2s ease-in;
    text-align: center;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.desert_discount_gift {
    width: 0;
    background-position: -380px -291px;
}

.desert_discount_xz {
    position: relative;
    width: 0;
}

.countdownArt5 {
    position: absolute;
    top: 0;
    left: -10px;
    width: 260px;
    height: 32px;
    line-height: 28px;
    background: url("../images/countdown.png") no-repeat;
    text-indent: 20px;
    text-align: left;
}

/* 准神器兵王礼包 */

.artifact_tab {
    width: 522px;
    margin: 0 auto 13px;
}

.artifact_tab_li {
    float: left;
    position: relative;
    width: 251px;
    height: 53px;
    margin: 0 5px;
    background: url("../images/hover_active.png") no-repeat;
    cursor: pointer;
}

.artifact_tab_li.active {
    background-image: url("../images/hover_default.png");
}

.artifact_tab_li::after {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/tabli_hover.png") center no-repeat;
}

.artifact_tab_li.active::after {
    display: block;
}

.artifact_tab_li1 {
    background-position: 0 -568px;
}

.artifact_tab_li2 {
    background-position: 0 -621px;
}

.artifact_tab_li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 19px;
    line-height: 18px;
    background-position: -380px -291px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.btn-artifact-prev,
.btn-artifact-next {
    position: absolute;
    top: 300px;
    width: 83px;
    height: 117px;
    cursor: pointer;
    z-index: 33;
}

.btn-artifact-prev {
    left: -40px;
    background-image: url("../images/swiper_prev.png");
}

.btn-artifact-next {
    right: -40px;
    background-image: url("../images/swiper_next.png");
}

.artifactSwiper {
    width: 1220px;
    height: 718px;
}

.artifact_pane {
    position: relative;
    width: 1188px;
    height: 700px;
    padding: 0 17px;
}

.artifact_item {
    float: left;
    position: relative;
    width: 544px;
    margin: 0 24px;
}

.artifact_dl {
    width: 534px;
    margin: 0 auto;
}

.artifact_dt {
    float: left;
    position: relative;
    width: 276px;
    height: 46px;
    line-height: 46px;
    padding-right: 266px;
    text-align: right;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.artifact_dt em {
    position: absolute;
    top: 13px;
    left: 280px;
    width: 128px;
    height: 18px;
    line-height: 18px;
    padding-top: 2px;
    background-position: 0 -291px;
    text-indent: 35px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.artifact_dd {
    float: left;
    position: relative;
    width: 177px;
    height: 381px;
    margin-left: 1px;
    background: url("../images/hover_default.png") no-repeat;
    transition: all .3s ease-in;
}

.artifact_item2 .artifact_dd {
    background-position: -177px 0;
}

.artifact_dd.active {
    background-image: url("../images/hover_active.png");
}

.artifact_dd:hover {
    background-image: url("../images/hover_active.png");
}

.artifact_dd_tag {
    position: absolute;
    left: 9px;
    height: 17px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
}

.dd_tag1 {
    top: 16px;
    width: 47px;
    background-position: -473px -194px;
    text-align: center;
    font-size: 14px;
}

.dd_tag2 {
    top: 48px;
    padding-left: 20px;
    background-position: -315px -194px;
}

.dd_tag3 {
    top: 66px;
    padding-left: 20px;
    background-position: -315px -194px;
}

.dd_tag4 {
    top: 84px;
    width: 64px;
    padding-left: 20px;
    background-position: -389px -194px;
}

.artifact_img {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 167px;
    height: 368px;
    background: no-repeat;
    background-size: 8016px 368px;
    animation: runMove 3s steps(48) infinite;
}

@keyframes runMove {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: -8016px;
    }
}

.artifact_img1 {
    background-image: url("../images/gun_step_spzak.png");
}

.artifact_img2 {
    background-image: url("../images/gun_step_spzawp.png");
}

.artifact_img3 {
    background-image: url("../images/gun_step_spzm4.png");
}

.artifact_img4 {
    background-image: url("../images/gun_step_hak.png");
}

.artifact_img5 {
    background-image: url("../images/gun_step_hawp.png");
}

.artifact_img6 {
    background-image: url("../images/gun_step_hm4.png");
}

.artifact_zengimg {
    width: 544px;
    height: 143px;
    margin-top: 13px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}

.artifact_zengimg1 {
    background-image: url("../images/zmonth.png");
}

.artifact_zengimg2 {
    background-image: url("../images/zmonth2.png");
}

.artifact_zengimg3 {
    background-image: url("../images/zyear.png");
}

.artifact_zengimg4 {
    background-image: url("../images/zyear2.png");
}

.artifact_foot {
    position: relative;
    padding-right: 242px;
    margin-bottom: 10px;
}

.artifact_zengtxt {
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.btn-artifact {
    position: absolute;
    top: 0;
    right: 20px;
    width: 221px;
    height: 48px;
    background-image: url(../images/btn_buy2.png);
    transition: all .2s ease;
    text-shadow: 0 1px 0 rgba(49, 33, 2, 0.5);
    font-size: 0;
    cursor: pointer;
    z-index: 3;
}

.artifact_xz {
    position: absolute;
    right: -46px;
    bottom: 50px;
    width: 68px;
    height: 66px;
    background-position: -205px -357px;
}

.artifact_xz2 {
    background-position: -136px -291px;
}

/* 神秘商店 */
.section6pic {
    position: relative;
    width: 1230px;
    height: 319px;
    margin-top: 120px;
    margin-left: -5px;
    background: url("../images/bg_fest.png") center 0 no-repeat;
}

.btn-fest6 {
    position: absolute;
    top: 224px;
    left: 50%;
    display: block;
    width: 312px;
    height: 69px;
    margin-left: -156px;
    background: url("../images/btn_fest.png") no-repeat;
}

.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;
}

.ghlayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.ghlayer-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.ghlayer-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 624px;
    padding: 0 23px;
    background: #fff8d6 linear-gradient(to bottom, #f6e090, #fef6d0);
    -webkit-border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

.ghlayer-send .ghlayer-box {
    height: 280px;
    margin-top: -140px;
}

.ghlayer-share .ghlayer-box {
    height: 280px;
    margin-top: -140px;
}

.ghlayer500 {
    width: 500px;
    margin-left: -273px;
}

.ghlayer-name {
    height: 72px;
    line-height: 72px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.ghlayer-name em {
    display: inline-block;
    vertical-align: bottom;
    _display: inline;
    zoom: 1;
    height: 46px;
    line-height: 38px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.ghlayer-shareimg-list {
    width: 420px;
    margin: 0 auto;
}

.ghlayer-shareimg {
    float: left;
    width: 200px;
    height: 120px;
    margin: 0 5px;
}

.ghlayer-shareimg img {
    display: block;
    margin: 0 auto;
}

.ghlayer-shareimg em {
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #412a01;
}

.ghlayer-img {
    position: relative;
    width: 200px;
    height: 100px;
    margin: 0 auto;
}

.ghlayer-img img {
    display: block;
    margin: 0 auto;
}

.zengPayBar {
    position: relative;
    width: 388px;
    height: 30px;
    margin: 0 auto 20px;
}

.zengPayBar em {
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 16px;
    color: #412a01;
}

.zengPayId {
    display: block;
    width: 200px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    margin-left: 120px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    transition: all .3s ease-in-out;
    border: 1px solid #bdab61;
    border-radius: 4px;
    outline: none;
}

.ghlayer-footer {
    width: 400px;
    height: 32px;
    margin: 0 auto;
}

.btn-cancel,
.btn-confirm {
    float: left;
    width: 180px;
    height: 32px;
    line-height: 32px;
    margin: 0 10px;
    box-shadow: 1px 3px 7px rgba(0, 0, 0, .3);
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.btn-confirm {
    background-color: #fb9336;
}

.btn-cancel {
    background-color: #8c8c94
}

.close-ghlayer {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url("../images/clouse.png") center no-repeat;
    transition: all .3s cubic-bezier(0, 0, .33, .99);
    z-index: 5;
    cursor: pointer;
}

.close-ghlayer:hover {
    transform: rotate(90deg);
}