@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;
}

.fix_nav {
    width: 245px;
    height: 346px;
    padding-top: 60px;
    background: url(../images/fix_navbg.png) no-repeat;
    position: fixed;
    left: 35px;
    top: 260px;
    z-index: 998;
    text-align: center;
    font-size: 18px;
}

.fix_nav .fix_nav_open {
    display: none;
    position: absolute;
    right: -34px;
    top: 128px;
    width: 34px;
    height: 150px;
    background: url(../images/fix_nav_open.png) no-repeat;
    transform: 0.5s ease-out all;
}

.fix_nav.fix_close .fix_nav_open {
    display: block;
}

.fix_nav ul {
    width: 212px;
    margin: 0 auto;
}

.fix_nav li {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #fff19b;
    cursor: pointer;
}

.fix_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff19b;
}

.fix_nav li:hover {
    color: #fff;
}

.fix_nav a:hover {
    text-decoration: none;
}

.fix_nav .nav_top {
    position: absolute;
    width: 212px;
    height: 40px;
    bottom: 10px;
}

.fix_nav .nav_kf {
    position: absolute;
    width: 212px;
    height: 86px;
    bottom: 56px;
}

.fix_nav li.fix_nav_close {
    position: absolute;
    top: 400px;
    right: 100px;
    width: 39px;
    height: 39px;
    background: #e2d9c8 url(../images/fix_nav_close.png) center no-repeat;
    background-size: 60%;
    border: 1px solid #c7a172;
    border-radius: 50%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.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); */
}

/* ---------------------------------------------样式初始化---------------------------------------- */

.wrap {
    width: 100%;
    min-width: 1360px;
    background-color: #fff8d4;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1360px;
    height: 750px;
    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: 750px;
    margin-left: -960px;
}

#vloop {
    display: none;
}

.userbar {
    width: 1200px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.user {
    position: relative;
    width: 100%;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, .9);
    font-size: 22px;
    color: #fff;
    z-index: 5;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #fff;
}

.active-time {
    position: absolute;
    top: 558px;
    left: 50%;
    width: 940px;
    height: 120px;
    margin-left: -470px;
    background: url(../images/header_title.png) no-repeat;
    text-align: center;
    font-size: 0;
    color: #9e0b01;
    z-index: 4;
}

.active-time 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: 1360px;
    height: 750px;
    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;
    z-index: 9;
}

.section {
    background: #f7efca linear-gradient(to bottom, #f6df90, #fff8d6) center top no-repeat;
    transition: all .3s ease-in;
}

.section-wrap {
    position: relative;
    width: 1360px;
    margin: 0 auto;
}

.h152 {
    width: 100%;
    height: 152px;
    margin-bottom: 10px;
}

.ib {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
}

.section0 {
    height: 1200px;
    background: #f7efca url(../images/bg1.jpg) center top no-repeat;
}

.section1 {
    padding-top: 19px;
    padding-bottom: 122px;
}

.section3 {
    padding-bottom: 104px;
}

.section4 {
    padding-top: 55px;
    padding-bottom: 136px;
}

.section5 {
    padding-bottom: 120px;
}

.section6 {
    padding-top: 66px;
}

.title {
    position: absolute;
    left: 50%;
    width: 1200px;
    height: 152px;
    margin-left: -600px;
    background: url(../images/title.png) center top no-repeat;
    z-index: 3;
}

.title2 {
    top: -124px;
    background-position: 0 -152px;
}

.title3 {
    top: -105px;
    background-position: 0 -304px;
}

.title4 {
    top: -159px;
    background-position: 0 -456px;
}

.title5 {
    top: -104px;
    background-position: 0 -608px;
}

.title6 {
    top: -171px;
    background-position: 0 -760px;
}

.title1s {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #f00;
}

.page_nav_box {
    position: relative;
    width: 100%;
    height: 140px;
    margin: 0 auto;
    z-index: 9;
}

.page_nav_bar {
    position: absolute;
    top: -62px;
    width: 1360px;
    height: 85px;
    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: 1360px;
    margin: 0 auto;
}

.page_nav {
    width: 1344px;
    height: 100%;
    margin: 0 auto;
    z-index: 9;
}

.page_nav_item {
    position: relative;
    float: left;
    width: 320px;
    height: 85px;
    margin: 5px 8px;
    background: url(../images/menu.png) no-repeat;
    transition: all .3s ease-out;
    cursor: pointer;
    overflow: hidden;
}

.page_nav_bar.fixed .page_nav_content {
    margin-top: -8px;
    transform: scale(.8);
}

.pn2 {
    background-position: 0 -85px;
}

.pn3 {
    background-position: 0 -170px;
}

.pn4 {
    background-position: 0 -255px;
}

.pn5 {
    margin-left: 170px;
    background-position: 0 -340px;
}

.pn6 {
    background-image: url("../images/nav6.png");
    /* background-position: 0 -425px; */
    background-position: 0 0;
}

.pn7 {
    background-position: 0 -515px;
}

.pn4 em {
    position: absolute;
    top: 46px;
    left: 0;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    transition: all .3s ease-in-out;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.pn4:hover em {
    color: #732f15;
}

.pn1 em {
    position: absolute;
    top: 51px;
    left: 100px;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #392611;
}

.page_nav_fixed {
    position: fixed;
    top: -66px;
    left: 0;
    width: 100%;
    min-width: 1360px;
    height: 50px;
    padding: 8px 0;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transition: all .3s ease-in-out;
    z-index: 99;
}

.page_nav_fixed.fixed {
    top: 0;
}

.page_nav_dl {
    width: 1360px;
    height: 50px;
    margin: 0 auto;
    z-index: 9999;
}

.page_nav_dd {
    position: relative;
    float: left;
    width: 188px;
    height: 50px;
    margin: 0 3px;
    background: url(../images/menu_hover.png) no-repeat;
    transition: all .3s ease-out;
    cursor: pointer;
    overflow: hidden;
}

.page_nav_dd.pn2 {
    background-position: 0 -50px;
}

.page_nav_dd.pn3 {
    background-position: 0 -100px;
}

.page_nav_dd.pn4 {
    background-position: 0 -150px;
}

.page_nav_dd.pn5 {
    margin-left: 0;
    background-position: 0 -200px;
}

.page_nav_dd.pn6 {
    background-position: 0 -250px;
}

.page_nav_dd.pn7 {
    background-position: 0 -300px;
}

.tagdate {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 61px;
    height: 20px;
    line-height: 20px;
    background: url("../images/tag.png") center no-repeat;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    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;
    right: 0;
    width: 419px;
    height: 225px;
    line-height: 24px;
    background-image: url(../images/log.png);
    font-size: 12px;
    color: #333;
    z-index: 4;
    overflow: hidden;
}

.log0 {
    top: 169px;
    height: 180px;
    background-size: 100% 100%;
}

.log2 {
    top: 0;
}

.log2 {
    top: 30px;
}

.log3 {
    top: -106px;
}

.log5 {
    top: -135px;
}

.logname {
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.log0 .logname {
    height: 44px;
    line-height: 44px;
}

.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: 1360px;
    margin-top: 20px;
}

.roll-content {
    width: 833px;
}

.rollboxtips {
    position: relative;
    height: 83px;
    background: url('../images/t11.png') left center no-repeat;
}

.rollboxtips b,
.rollboxtips em {
    position: absolute;
    top: 40px;
    display: block;
    height: 30px;
    line-height: 30px;

}

.rollboxtips b {
    left: 34px;
    font-weight: normal;
    font-size: 16px;
    color: #210f00;
}

.rollboxtips em {
    left: 180px;
    width: 486px;
    text-align: center;
    font-size: 18px;
    color: #fff4d4;
}

#slide1 {
    position: relative;
    width: 831px;
    height: 325px;
    padding-top: 20px;
    background-color: #fff8d8;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

#slide1::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 823px;
    height: 337px;
    border: 4px solid #c8b868;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    pointer-events: none;
    z-index: 3;
}

.roll-list {
    position: relative;
    width: 5220px;
    /* height: 115px; */
    z-index: 1;
}

.roll-item {
    position: relative;
    float: left;
    width: 161px;
    /* height: 115px; */
    margin: 0 6px;
}

.rolltwo,
.rolltop {
    position: relative;
    width: 100%;
    height: 131px;
    padding-top: 17px;
    margin-bottom: 8px;
    background: url("../images/roll_item.png") no-repeat;
}

.roll-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.btn-roll {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    margin: 7px auto 0;
    background: url("../images/btn_roll.png") center no-repeat;
    transition: all .3s ease-in-out;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.btn-roll:hover,
.btn-roll:active {
    background-image: url("../images/btn_roll_on.png");
}

.aside-send {
    position: absolute;
    top: 352px;
    right: 0;
}

.aside-title {
    float: left;
    width: 100%;
    height: 32px;
    margin-bottom: 5px;
    background: url("../images/t12.png") center center no-repeat;
}

.aside-share-title {
    height: 54px;
    line-height: 18px;
    font-size: 14px;
    color: #412a01;
}

.aside-share-title em {
    color: #ff0707;
}

.aside-share-item {
    position: relative;
    float: left;
    width: 256px;
}

.aside-card {
    position: absolute;
    top: 60px;
    left: 0;
    width: 256px;
    height: 250px;
    -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;
}

.aside-card-front {
    background: url(../images/share_bg1.png) no-repeat;
    z-index: 10;
}

.aside-card-back {
    background: url(../images/share_bg2.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 .aside-card-front {
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    z-index: 8;
}

.aside-free {
    transition-delay: .3s;
}

.card-flipped .aside-card-back {
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
    z-index: 10;
}

.aside-share-count {
    position: absolute;
    top: 372px;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-indent: 17px;
    font-size: 14px;
    color: #412a01;
}

.send-way {
    position: absolute;
    top: 310px;
    left: 17px;
    width: 240px;
    height: 64px;
    background: url('../images/btn_share.png') center center no-repeat;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.send-way em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
}

.send-way-tips {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    text-shadow: 0 1px 0 rgba(49, 33, 2, .56);
}

.aside-card-name {
    height: 34px;
    line-height: 34px;
    padding-left: 34px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #210f00;
}

.aside-card-img {
    position: relative;
    width: 145px;
    height: 84px;
    margin-left: 59px;
    margin-bottom: 6px;
}

.aside-card-freetips {
    position: absolute;
    top: 321px;
    left: 17px;
    width: 240px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #412a01;
    cursor: pointer;
}


/* ----------------------- 免费领取两次-end ------------------------------- */

/*------------------------ 进度条样式 ----------------------*/

.stack-lottery {
    position: relative;
    width: 918px;
    height: 276px;
    margin-top: -17px;
    margin-left: 15px;
}

.h36 {
    width: 100%;
    height: 36px;
}

.stack-lottery-tips {
    position: absolute;
    top: 50px;
    left: 12px;
    line-height: 24px;
    padding-left: 45px;
    background: url("../images/stack_star.png") 0 center no-repeat;
    font-size: 16px;
    color: #412a01;
}

.stack-lottery-count {
    position: absolute;
    top: 94px;
    left: 0;
    width: 130px;
    height: 130px;
    background: url("../images/stack_count.png") center top no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #462c06;
    z-index: 5;
}

.stack-lottery-count em {
    display: block;
    height: 90px;
    line-height: 90px;
    padding-top: 20px;
    font-size: 32px;
}

.stack-lottery-count b {
    display: block;
    height: 26px;
    line-height: 26px;
    font-weight: normal;
    font-size: 14px;
}

.stepbar {
    position: absolute;
    top: 148px;
    left: 98px;
    width: 760px;
    height: 21px;
    background-color: #ece0aa;
    border: 2px solid #e6aa20;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.stepbar-active {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 0;
    height: 21px;
    background-image: url("../images/baractive.jpg");
    transition: all 1s ease-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 2;
}

/* 
 0-30   300  10
 30-45  240  16
 45-60  180  12 
 60-80  140  7
 860
*/
.stack-lottery-step .tagmin {
    top: 100px;
    left: 12px;
    right: auto;
}

.stack-lottery-step {
    position: absolute;
    top: 0;
    width: 160px;
    height: 276px;
    background: url("../images/stack_default.png") no-repeat;
    transition: all 1s ease-out;
    z-index: 5;
}

.stack-lottery-step.status1 {
    cursor: pointer;
}

.step1 {
    left: 230px;
}

.step2 {
    left: 410px
}

.step3 {
    left: 590px;
    background-position: -160px 0;
}

.step4 {
    left: 770px;
    background-position: -160px 0;
}

.stack-lottery-step.status1,
.stack-lottery-step.status2,
.stack-lottery-step.status3 {
    background-image: url("../images/stack_hover.png");
}

.stack-lottery-tit {
    position: relative;
    width: 120px;
    height: 36px;
    line-height: 14px;
    padding-top: 56px;
    padding-left: 13px;
    font-size: 14px;
    color: #946322;
    z-index: 5;
}

.stack-lottery-tit em {
    margin: 0 2px;
    font-weight: bold;
    font-size: 24px;
    color: #412a01;
}

.stack-lottery-ico {
    position: absolute;
    top: 4px;
    left: 16px;
    display: block;
    width: 142px;
    height: 230px;
    margin: 0 auto;
    filter: gray;
}

/* .stack-lottery-ico.active {} */

.stack-ico-gun {
    display: block;
    width: 142px;
    height: 230px;
    background: url("../images/stack_gun2.png") no-repeat;
}

.stack-ico-gun2 {
    background-position: -142px 0;
}

.stack-ico-gun3 {
    background-position: -284px 0;
}

.stack-ico-gun4 {
    background-position: -426px 0;
}

.btn-stack-lottery {
    position: absolute;
    top: 236px;
    left: 0;
    display: none;
    width: 142px;
    height: 25px;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
    color: #ff7800;
    z-index: 3;
}

.btn-stack-get {
    position: absolute;
    top: 236px;
    left: 12px;
    display: none;
    width: 115px;
    height: 34px;
    line-height: 30px;
    background: url('../images/btn_get.png') center no-repeat;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.status1 .btn-stack-lottery {
    display: block;
}

.status2 .btn-stack-get,
.status3 .btn-stack-get {
    display: block;
}

.stack_right {
    position: absolute;
    top: 106px;
    left: 24px;
    display: none;
    width: 92px;
    height: 92px;
    background: url('../images/stack_right.png') center no-repeat;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.stack_mask {
    position: absolute;
    bottom: 0px;
    left: 5px;
    display: none;
    width: 129px;
    height: 238px;
    background: url('../images/stack_mask.png') center no-repeat;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.status2 .stack_right,
.status3 .stack_right {
    display: block;
}

.status3 .stack_mask {
    display: block;
}

.stack-lottery-name {
    position: absolute;
    top: 198px;
    left: 14px;
    width: 110px;
    height: 20px;
    line-height: 20px;
    background: linear-gradient(to right, rgba(179, 141, 18, .1), #b38d12 20%, #b38d12 80%, rgba(179, 141, 18, .1));
    text-shadow: 0 0 1px rgba(0, 0, 0, .9);
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.active .stack-lottery-name {
    font-weight: bold;
    font-size: 16px;
}

/* --------------------------- 抽奖-start -------------------------------- */
.lottery-content {
    position: relative;
    width: 1360px;
    padding: 30px 0 30px;
    background: url(../images/bg_lucky.jpg) center top no-repeat;
    z-index: 1;
}

.lottery-head {
    height: 276px;
}

.lottery-box {
    position: relative;
    width: 1296px;
    margin: 0 auto;
    z-index: 3;
}

.tips-effict {
    width: 400px;
    height: 24px;
    line-height: 24px;
    margin-left: -8px;
    background-color: #741b17;
    letter-spacing: 1px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.lottery-list {
    width: 1296px;
    margin: 0 auto;
}

.lottery-list li {
    position: relative;
    float: left;
    width: 158px;
    height: 89px;
    padding-top: 8px;
    margin: 2px;
    background-image: url(../images/item_lottery.png);
    cursor: pointer;
    overflow: hidden;
}

.lottery-list li.active {
    background-image: url(../images/item_lottery_on.png);
}

.lottery-list li img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.lottery-list li.none {
    visibility: hidden;
}

.tag-date {
    position: absolute;
    font-size: 0;
}

.date1 {
    top: -5px;
    right: 0;
    width: 46px;
    height: 42px;
    background-position: -187px -19px;
}

.date2 {
    top: -6px;
    right: -6px;
    width: 58px;
    height: 58px;
    background-position: -55px -24px;
}

.mask-lottery {
    position: absolute;
    top: 8px;
    left: 3px;
    display: none;
    width: 145px;
    height: 84px;
    background-color: rgba(60, 60, 60, .2);
    /* background: url(../images/mask.png); */
}

.lottery-unit.active .mask-lottery,
.lottery-unit:hover .mask-lottery {
    display: none !important;
}

.lottery-btn {
    width: 1011px;
    margin: 20px auto 0;
}

.btn-lottery-show,
.btn-lottery {
    position: relative;
    float: left;
    width: 219px;
    height: 57px;
    line-height: 52px;
    margin: 0 15px;
    background-image: url(../images/btn_lucky.png);
    background-size: 100% 100%;
    transition: all .3s ease;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .9);
    font-family: 'alibaba';
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.btn-lottery-show:hover,
.btn-lottery:hover {
    background-image: url(../images/btn_lucky_hover.png);
}


.btn-lottery-show:hover,
.btn-package:hover,
.btn-growth:hover,
.btn-suit:hover,
.btn-lottery:hover {
    transform: translate(1px, 3px);
}

.btn-lottery-show {
    margin-right: 30px;
}

.lottery-tips {
    position: absolute;
    top: 285px;
    left: 10%;
    width: 80%;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.vipTips {
    width: 100%;
    line-height: 24px;
    padding: 5px 0;
    text-align: center;
    /* font-weight: bold; */
    font-size: 14px;
    color: #732f15;
}

.vipTips a {
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 15px auto;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    color: #f82e2e;
}

.lottery-absolute p {
    text-align: center;
}

/* --------------------------- 抽奖-end -------------------------------- */

/*-------------------------- 神器购买-start ---------------------------*/


.sectionArt1 {
    background-image: url("../images/bg_art1.jpg");
}


.sectionArt2 {
    background-image: url("../images/bg_art2.jpg");
}

.sectionArt3 {
    background-image: url("../images/bg_art3.jpg");
}

.sectionArt4 {
    background-image: url("../images/bg_art4.jpg");
}

/* .artgun1 {
    position: absolute;
    top: 39px;
    left: 410px;
    width: 1156px;
    height: 682px;
    background: url("../images/art4.png");
} */

/* .artgun1 {
    position: absolute;
    top: 18px;
    left: 447px;
    width: 1324px;
    height: 876px;
    background: url("../images/art1.png");
} */

/* .artgun2 {
    position: absolute;
    top: 5px;
    left: 316px;
    width: 1156px;
    height: 815px;
    background: url("../images/art2.png");
}

.artgun3 {
    position: absolute;
    top: 39px;
    left: 410px;
    width: 1156px;
    height: 815px;
    background: url("../images/art3.png");
} */

.content-shenqi {
    position: relative;
    width: 1360px;
    height: 1428px;
    z-index: 3;
}

.content-shenqi-body {
    position: relative;
    height: 790px;
    padding-top: 86px;
}

.four-nav {
    float: left;
    width: 420px;
    height: 748px;
    margin-left: 36px;
    padding-left: 24px;
    background: url("../images/art_line.png") left center no-repeat;

}

.four-nav-item {
    position: relative;
    width: 420px;
    height: 170px;
    background: url(../images/art_menu_default.png);
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.four-nav-item.active {
    width: 420px;
    height: 220px;
    background-image: url(../images/art_menu_hover.png);
}

.four-nav-item2 {
    background-position: 0 -220px;
}

.four-nav-item3 {
    background-position: 0 -440px;
}

.four-nav-item4 {
    background-position: 0 -660px;
}

.currentNav {
    position: absolute;
    top: 46px;
    left: -12px;
    display: none;
    width: 195px;
    height: 43px;
    line-height: 43px;
    background: url("../images/navchecked.png") no-repeat;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    text-indent: 16px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}

.four-nav-item.active .currentNav {
    display: block;
}

.navico {
    position: absolute;
    top: 50px;
    left: -40px;
    display: block;
    width: 36px;
    height: 40px;
    background: url("../images/point.png") center no-repeat;
}

.four-nav-item.active .navico {
    top: 100px;
}

.four-nav-tool1,
.four-nav-tool2 {
    top: 34px;
    width: 102px;
    height: 59px;
}

.four-nav-tool1 {
    left: 107px;
    background-image: url(../images/card_self4.png);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.four-nav-item1 .four-nav-tool1 {
    background-image: url(../images/card_self2.png);
}

.four-nav-tool2 {
    left: 198px;
    background-size: 100% 100%;
    z-index: 1;
}

.four-nav-item1 .four-nav-tool2,
.four-nav-item2 .four-nav-tool2 {
    background-image: url(../images/equip_awp.jpg);
}

.four-nav-item3 .four-nav-tool2,
.four-nav-item4 .four-nav-tool2 {
    background-image: url(../images/equip_ak.jpg);
}

.four-nav-item .four-nav-checked {
    top: -7px;
    left: 332px;
    display: none;
    width: 136px;
    height: 137px;
    background-image: url(../images/icon_checked.png);
}

.four-nav-item:hover .four-nav-checked {
    display: block;
    animation: heartBeatLoop 1s ease-in-out infinite;
    background-image: url(../images/icon_checked2.png);
}

.four-nav-item.active .four-nav-checked {
    display: block;
    /* animation: heartBeatLoop 1s ease-in-out infinite; */
}

.four-nav-gun {
    position: absolute;
    top: 0px;
    right: -49px;
    width: 284px;
    height: 133px;
    background: url(../images/four_nav_gun.png);
    z-index: 4;
}

.four-nav-item2 .four-nav-gun {
    background-position: 0 -220px;
}

.four-nav-item3 .four-nav-gun {
    background-position: 0 -440px;
}

.four-nav-item4 .four-nav-gun {
    background-position: 0 -660px;
}

@-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);
    }
}

.four-nav-item.active .four-nav-gun {
    animation: bounceDown 1s ease-in infinite;
}

/* 神器右侧主体 */
.content-shenqi-main {
    float: left;
    position: relative;
    width: 880px;
    height: 748px;
}

.shenqi-content {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 880px;
    height: 748px;
    z-index: 3;
}

.shenqi-content1 {
    display: block;
}

.videobox {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1920px;
    height: 1080px;
    margin-left: -960px;
    z-index: 1;
}

.videoArt {
    display: none;
}

.videoArt1 {
    display: block;
}

.shenqi-video {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1920px;
    height: 1080px;
    margin-left: -960px;
}

.effect-img {
    position: absolute;
    top: 360px;
    left: 50%;
    width: 747px;
    height: 134px;
    margin-left: -374px;
}

.art_effect {
    position: absolute;
    top: 318px;
    left: 0px;
    width: 312px;
    height: 154px;
    background: url("../images/art_effect.png") no-repeat;
}

.art_xz {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 340px;
    height: 250px;
    background: url("../images/art_xz.png") no-repeat;
}

.art_xz2 {
    background-position: -340px 0;
}

.art_xz3 {
    background-position: -680px 0;
}

.art_xz4 {
    background-position: -1020px 0;
}

.art_privilege {
    position: absolute;
    top: 312px;
    left: 330px;
    width: 560px;
    height: 160px;
    background: url("../images/art_privilege.png") no-repeat;
}

.art_privilege2 {
    background-position: 0 -160px;
}

.art_privilege3 {
    background-position: 0 -320px;
}

.art_privilege4 {
    background-position: 0 -480px;
}

.artlogo {
    position: absolute;
    top: 132px;
    right: 20px;
    width: 312px;
    height: 154px;
    background: url("../images/artlogo.png") no-repeat;
    z-index: 9;
}

.zengpane {
    position: absolute;
    top: 472px;
    left: 20px;
    width: 596px;
    height: 124px;
}

.zengpane-item {
    float: left;
    width: 174px;
    height: 124px;
    padding-left: 14px;
    margin-right: 10px;
    background: url("../images/zeng_item.png") no-repeat;
}

.zengpane-item em {
    display: block;
    height: 32px;
    line-height: 30px;
    text-indent: 14px;
    font-size: 14px;
    color: #f00;
}

.zengpane-item img {
    display: block;
    margin: 0 auto;
}

.zengpane-item .tagmin {
    top: 30px;
    right: 26px;
}


.zixuan-tool2 {
    position: absolute;
    top: 610px;
    left: 29px;
    width: 573px;
    height: 117px;
    padding: 3px;
    background-color: #fef7d2;
    border: 1px solid #73672e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.zixuan-title {
    height: 28px;
    line-height: 28px;
    background-color: #b99a51;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.zixuan-list {
    float: left;
    width: 573px;
    height: 82px;
    padding-top: 7px;
    background-color: #bfb185;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    font-size: 0;
}

.zixuan-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    margin: 0 5px;
    width: 130px;
    height: 75px;
    cursor: pointer;
}

.zixuan-tool-card {
    display: block;
    width: 130px;
    height: 75px;
}

.shenqi-content1 .zixuan-item {
    margin: 0 10px;
}

.maskzi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wrap.png);
    transition: all .3s ease-in-out;
    opacity: 1;
}

.zixuan-item.active .maskzi {
    opacity: 0;
}

.zixuan-checked {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 130px;
    height: 76px;
    background: url(../images/zixuan_checked.png) no-repeat;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.zixuan-item.active .zixuan-checked {
    opacity: 1;
}


.settlement-calc {
    position: absolute;
    top: 522px;
    right: 0;
    width: 240px;
}

.settlement-price {
    display: block;
    width: 100%;
    height: 40px;
    background: center no-repeat;
}

.settlement-price.price188 {
    background-image: url("../images/kb188.png");
}

.settlement-price.price175 {
    background-image: url("../images/kb175.png");
}

.settlement-calc del {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    color: #412a01;
}

.settlement-price-act {
    width: 118px;
    height: 26px;
    line-height: 26px;
    margin: 8px auto;
    background-color: #f00;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.btn-buy {
    width: 240px;
    height: 59px;
    line-height: 52px;
    background-image: url(../images/btn_buy.png);
    transition: all .3s ease;
    text-shadow: 0 1px 0 rgba(49, 33, 2, 0.5);
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.countdownArt {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #412a01;
}

/*-------------------------- 神器购买-end   ---------------------------*/
/*-------------------------- 翻牌-start ---------------------------*/
.giftbag-main {
    width: 1073px;
    min-height: 454px;
    margin: 0 auto;
}

.giftbag-title {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 32px;
    color: #732f15;
}

.giftbag-tips {
    height: 31px;
    line-height: 30px;
    padding-top: 52px;
    background: url("../images/giftbag_title.png") center top no-repeat;
    text-align: center;
    font-size: 18px;
    color: #fff4d4;
}

.gift-list {
    width: 1176px;
    margin: 0 auto;
    margin-top: 18px;
}

.gift-item {
    float: left;
    position: relative;
    width: 260px;
    height: 460px;
    margin: 0 17px 30px;
    -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: 100%;
    height: 460px;
    -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/giftbag_front.png) no-repeat;
    cursor: pointer;
    z-index: 10;
}

.cardico {
    position: absolute;
    top: 134px;
    left: 50%;
    display: block;
    width: 204px;
    height: 133px;
    margin-left: -102px;
    background: url('../images/cardico.png') no-repeat;
    /* transition: all .3s ease-in-out; */
}

.cardico2 {
    background-position: -204px 0;
}

.cardico3 {
    background-position: -408px 0;
}

.cardico4 {
    background-position: -612px 0;
}

.gift-content-front:hover .cardico {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.gift-content-back {
    background: url(../images/giftbag_back.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: 290px;
    left: 16px;
    width: 255px;
    height: 54px;
    line-height: 50px;
    background: url("../images/giftbag_name.png") center no-repeat;
    text-indent: 60px;
    font-weight: normal;
    font-size: 18px;
    color: #210f00;
    z-index: 5;
}

.bagname {
    position: absolute;
    top: 349px;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .9);
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    z-index: 5;
}

.gift-video {
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

.ibrown {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #a59668;
    z-index: 4;
}

.ibrown1 {
    top: 15px;
    left: 4px;
}

.ibrown2 {
    top: 15px;
    right: 4px;
}

.ibrown3 {
    left: 4px;
    bottom: 9px;
}

.ibrown4 {
    right: 4px;
    bottom: 9px;
}

.gift-bagname {
    position: absolute;
    left: 15px;
    bottom: 27px;
    width: 158px;
    height: 32px;
    line-height: 32px;
    background-position: -210px -503px;
    font-size: 0;
    z-index: 3;
}

.zengImgBox {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 210px;
    height: 350px;
    margin-left: -105px;
}

.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: 20px;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    color: #412a01;
}

.zegnsku em {
    font-size: 22px;
}

.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-stack-lottery:hover,
.btn-lengend.heart,
.btn-lottery:hover,
.heartbeat:hover {
    animation: heartBeatLoop 1s ease-in-out infinite;
}

.zengDate {
    position: absolute;
    top: 306px;
    right: 12px;
    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: 400px;
    left: 9px;
    width: 242px;
    height: 28px;
    transition: all .3s ease-in-out;
    border: 2px solid #bdab61;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.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: 400px;
    left: 9px;
    display: none;
    width: 224px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    transition: all .3s ease-in-out;
    background-color: #f6eab7;
    border: 2px solid #bdab61;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #210f00;
}

.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   ---------------------------*/
.server-pane {
    position: relative;
    width: 1358px;
    height: 423px;
    background: url("../images/bg_server.jpg") center no-repeat;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.server-pane::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 1352px;
    height: 417px;
    border: 3px solid #e1bc4a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    pointer-events: none;
}

.server-desc {
    display: none;
}

.server-desc em {
    display: block;
    height: 76px;
    line-height: 76px;
    font-size: 62px;
}

.server-desc b {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 44px;
}

.server-desc2 {
    position: absolute;
    top: 375px;
    left: 56px;
    height: 36px;
    line-height: 36px;
    font-size: 32px;
    color: #ffc37b;
}

.server-time {
    position: absolute;
    top: 339px;
    left: 56px;
    font-size: 21px;
    color: #fff;
}

.server-dl {
    position: absolute;
    top: 98px;
    left: 770px;
}

.server-dl dd {
    position: relative;
    height: 68px;
    margin-bottom: 16px;
}

.server-dl dd em {
    display: block;
    height: 68px;
    line-height: 68px;
    font-weight: bold;
    font-size: 25px;
    color: #412a01;
}

.server-dl dd b {
    position: absolute;
    top: 13px;
    left: 375px;
    display: block;
    width: 158px;
    height: 46px;
    line-height: 42px;
    background-image: url("../images/btn_server.png");
    -webkit-text-shadow: 0 1px 1px rgba(50, 33, 2, .5);
    -moz-text-shadow: 0 1px 1px rgba(50, 33, 2, .5);
    text-shadow: 0 1px 1px rgba(50, 33, 2, .5);
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.btn-server-link {
    position: absolute;
    top: 356px;
    left: 888px;
    width: 240px;
    height: 59px;
    line-height: 54px;
    background: url("../images/btn_lucky.png") no-repeat;
    -webkit-text-shadow: 0 1px 1px rgba(50, 33, 2, .5);
    -moz-text-shadow: 0 1px 1px rgba(50, 33, 2, .5);
    text-shadow: 0 1px 1px rgba(50, 33, 2, .5);
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.explain {
    width: 1100px;
    padding: 20px 0 50px;
    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;
}

/*----------------------------------------  -----------------------------------------*/
.desert-list {
    width: 1326px;
    height: 704px;
    padding-top: 86px;
    margin-bottom: 8px;
}

.desert-item {
    position: relative;
    float: left;
    width: 211px;
    height: 150px;
    padding-top: 16px;
    margin: 5px;
    background: url("../images/desert_item.png") center top no-repeat;
    transition: all .3s ease-in-out;
    text-align: center;
    cursor: pointer;
}

.desert-item.active {
    background-image: url('../images/desert_item_on.png');
}


.desert-item img {
    display: block;
    width: 145px;
    height: 84px;
    margin: 0 auto;
}

.desert-item del {
    display: block;
    width: 132px;
    height: 29px;
    line-height: 28px;
    text-align: right;
    font-size: 16px;
    color: #412a01;
}

.desert-item em {
    display: block;
    height: 30px;
    line-height: 30px;
    text-indent: 24px;
    font-size: 18px;
    color: #fff;
}

.icodis {
    position: absolute;
    top: 104px;
    right: 26px;
    display: block;
    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: 8px;
    right: 6px;
}

.tagcheck {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    width: 68px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    text-indent: 22px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 12px;
    color: #ff621d;
    z-index: 4;
}

.desert-foot {
    position: relative;
    width: 630px;
    height: 100px;
    margin: 0 auto;
}

.desert-count {
    position: absolute;
    top: 32px;
    left: 0;
    width: 110px;
    height: 30px;
    line-height: 30px;
    padding-left: 24px;
}

.desert-count i {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 21px;
    height: 30px;
    background: url("../images/icon_cart.png") center no-repeat;
}

.desert-countnum {
    display: block;
    font-weight: bold;
    font-size: 25px;
    color: #f00;
}

.desert-del {
    position: absolute;
    top: 64px;
    left: 0;
    display: block;
    width: 140px;
    height: 30px;
    font-size: 18px;
    color: #412a01;
}

.desert-total {
    position: absolute;
    top: 28px;
    left: 140px;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    font-weight: bold;
    font-size: 54px;
    color: #d19b33;
}

.btn-desert {
    position: absolute;
    top: 30px;
    right: 0;
    width: 240px;
    height: 59px;
    line-height: 52px;
    background-image: url(../images/btn_buy.png);
    transition: all .3s ease;
    text-shadow: 0 1px 0 rgba(49, 33, 2, 0.5);
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.btn-desert i {
    position: absolute;
    top: -20px;
    left: 0px;
    display: block;
    width: 49px;
    height: 46px;
    background: url("../images/dis4.png") no-repeat;
}

.desert-tag {
    position: absolute;
    top: 0px;
    right: 60px;
    margin: 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;
}

/* 神秘商店 */
.section6pic {
    position: relative;
    width: 1360px;
    height: 400px;
    background: url("../images/bg_fest.jpg") center 0 no-repeat;
}

.btn-fest6 {
    position: absolute;
    top: 270px;
    left: 50%;
    display: block;
    width: 312px;
    height: 69px;
    margin-left: -156px;
    background: url("../images/btn_fest.png") no-repeat;
}

.signview {
    position: relative;
    width: 1360px;
    height: 288px;
    margin-top: 14px;
}

.sign-title {
    height: 32px;
    background: url("../images/t13.png") center no-repeat;
}

.signbar {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to right, #ece0aa, #debe64 25%, #f3d06d 50%, #debe64 75%, #ece0aa);
}

.signbar-top,
.signbar-btm {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #ece0aa, #debe64 20%, #f3d06d 50%, #debe64 75%, #ece0aa);
}

.signbar-top {
    top: 70px;
}

.signbar-btm {
    top: 84px;
}

.sign-list {
    position: relative;
    width: 1208px;
    margin: 0 auto;
    z-index: 5;
}

.sign-dd {
    position: relative;
    float: left;
    width: 302px;
    height: 256px;
    background: url("../images/sign_item2.png") center 35px no-repeat;
    cursor: pointer;
}

.signdt {
    height: 34px;
    line-height: 34px;
    text-indent: 28px;
    text-align: center;
    font-size: 16px;
    color: #412a01;
}

.sign-name {
    height: 34px;
    line-height: 34px;
    margin-top: 30px;
    text-indent: 50px;
    font-size: 16px;
    color: #210f00;
}

.signdate {
    position: absolute;
    top: 165px;
    left: 96px;
    display: block;
    width: 61px;
    height: 20px;
    line-height: 20px;
    background: url("../images/tag.png") center no-repeat;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    z-index: 3;
}

.signdate2 {
    left: 217px;
}

.sign-p {
    height: 34px;
    line-height: 34px;
    margin-top: 122px;
    text-indent: 28px;
    text-align: center;
    font-size: 13px;
    color: #ff0707;
}

.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);
}