.hide {
    display: none;
}

.content {
    width: 100%;
    height: 3597px;
    background: url(../images/bg.png) top center;
    position: relative;
    min-width: 1100px;
    overflow: hidden;
}

.floor1 {
    padding-top: 488px;
    font-size: 18px;
    color: #ff4a4a;
    text-align: center;
}

.floor2 {
    margin: 6px auto 0;
    width: 264px;
    height: 79px;
    background: url(../images/open_btn.png) no-repeat;
}

.floor2:hover {
    cursor: pointer;
    background: url(../images/open_btn_hover.png) no-repeat;
}

.floor3 {
    text-align: center;
    color: #fff;
    font-size: 37px;
    font-weight: bold;
    margin-top: 24px;
}

.floor4 {
    text-align: center;
    color: #ff7373;
    font-size: 18px;
}

.activity-rules {
    position: relative;
}

.activity-rules::after {
    content: '';
    top: -12px;
    width: 17px;
    height: 17px;
    position: absolute;
    background: url(../images/question_icon.png) no-repeat;
}

.title {
    width: 326px;
    height: 145px;
}

.floor5 {
    margin: 82px auto 0;
    background: url(../images/title1.png) no-repeat;
}

.floor6 {
    user-select: none;
    margin: 58px auto 0;
    padding: 48px 0;
    width: 735px;
    height: 170px;
    background: url(../images/coupon_bg.png) no-repeat;
}

.coupon-wrap {
    margin: 0 50px;
    height: 100%;
}

.coupon-wrap .coupon-price {
    font-weight: bold;
    color: #feefbc;
    font-size: 34px;
    margin: 30px 0 0 18px;
}

.coupon-price .sum {
    font-size: 80px;
    margin-left: -20px;
}

.coupon-desc {
    margin: 56px 0 0 80px;
}

.coupon-desc .p1 {
    font-size: 30px;
    color: #feefbc;
}

.coupon-desc .p2 {
    color: #fbdb9e;
    font-size: 18px;
}

.get-status {
    width: 186px;
    height: 183px;
    background: url(../images/get_btn.png) no-repeat;
}

.get-status:hover {
    cursor: pointer;
    width: 186px;
    height: 183px;
    background: url(../images/get_btn_hover.png) no-repeat;
}

/* 已领10元代金券取按钮状态 */
.geted-status,
.geted-status:hover {
    cursor: default;
    background: url(../images/geted.png) no-repeat;
}

.floor7 {
    margin: 56px auto 0;
    background: url(../images/title2.png) no-repeat;
}

.floor8 {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.floor8 .replenish {
    vertical-align: middle;
    display: inline-block;
    width: 203px;
    height: 110px;
    background: url(../images/replenish_coupon.png) no-repeat;
}

.floor8 .replenish:hover {
    cursor: pointer;
    background: url(../images/replenish_coupon_hover.png) no-repeat;
}

.floor9 {
    user-select: none;
    margin: 0 auto;
    width: 1233px;
    height: 464px;
    position: relative;
    background: url(../images/part2_bg.png) no-repeat;
}

.go-back {
    font-size: 18px;
    text-decoration: underline;
    position: absolute;
    top: 36px;
    right: 20px;
}

.part2-inner-title {
    padding-top: 36px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.games-card {
    margin-top: 20px;
}

.games-card .swiper-container .swiper-slide .game-wrap {
    width: 384px;
    height: 144px;
    float: left;
}

.game-wrap>div {
    margin: 7px 0 0 6px;
    padding-top: 17px;
    width: 372px;
    height: 113px;
    background: url(../images/game_card_bg2.png) no-repeat;
}

.game-wrap .game-icon {
    margin: 0 0 0 14px;
    padding-top: 2px;
    width: 239px;
    height: 96px;
    background: url(../images/game_border2.png) no-repeat;
}

.game-wrap .game-icon img {
    display: block;
    width: 234px;
    height: 94px;
    margin: 0 0 0 3px;
}

.watch_game {
    margin-right: 11px;
    width: 97px;
    height: 98px;
    background: url(../images/click_watch.png) no-repeat;
}

.watch_game:hover {
    cursor: pointer;
    background: url(../images/click_watch_hover.png) no-repeat;
}

.current-game {
    width: 1164px;
    height: 288px;
}

.current-game>div {
    padding: 7px 10px;
    float: left;
    width: 562px;
    height: 130px;
}

.current-game .real-game {
    width: 100%;
    height: 128px;
    padding-top: 2px;
    background: url(../images/game_card_bg.png);
}

.current-game-icon {
    margin: 12px 0 0 15px;
    width: 100px;
    height: 101px;
    background: url(../images/game_border.png);
}

.current-game-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.current-game-price {
    font-size: 32px;
    font-weight: bold;
    color: #fbdb9e;
    margin: 38px 0 0 10px;
}

.current-game-coupon {
    width: 180px;
    margin: 40px 0 0 4px;
}

.current-game-coupon .p1 {
    font-size: 14px;
    color: #967331;
}

.current-game-coupon .p2 {
    font-size: 18px;
    color: #fbdb9e;
}

.current-game-exchange {
    width: 130px;
    height: 47px;
    margin: 41px 17px 0 0;
    background: url(../images/exchange.png);
}

.current-game-exchange:hover {
    cursor: pointer;
    background: url(../images/exchange_hover.png);
}

.common-page {
    text-align: center;
    margin-top: 17px;
}

.common-page span {
    display: inline-block;
    width: 43px;
    height: 43px;
}

.pagination .left-arrow {
    margin-right: 54px;
    background: url(../images/left_arrow.png) no-repeat;
}

.pagination .left-arrow:hover {
    background: url(../images/left_arrow_hover.png) no-repeat;
}

.pagination .right-arrow {
    background: url(../images/right_arrow.png) no-repeat;
}

.pagination .right-arrow:hover {
    background: url(../images/right_arrow_hover.png) no-repeat;
}

.pagination .left-arrow.not-click {
    cursor: not-allowed;
    background: url(../images/left_arrow.png) no-repeat;
}

.pagination .right-arrow.not-click {
    cursor: not-allowed;
    background: url(../images/right_arrow.png) no-repeat;
}

.floor10 {
    margin: 43px auto 0;
    background: url(../images/title3.png) no-repeat;
}

.floor11 {
    margin: 17px auto 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.floor12 {
    margin: 24px auto 0;
    width: 1162px;
    height: 79px;
}

.floor12>div {
    height: 66px;
    width: 386px;
    border: 1px solid #580d18;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 66px;
    cursor: pointer;
}

.floor12 .center {
    border-left: none;
    border-right: none;
}

.floor12 .active_type {
    border: none;
    height: 79px;
    background: url(../images/card_type_active.png) no-repeat;
}

.floor13 {
    user-select: none;
    margin: -12px auto;
    width: 1159px;
    height: 27px;
    border: 1px solid #580d18;
    border-top: none;
    border-bottom: none;
}

.floor13 {
    margin: -12px auto;
    width: 1159px;
    padding-top: 15px;
    border: 1px solid #580d18;
    border-top: none;
    height: 355px;
    background: url(../images/part3_bg.png) no-repeat;
}

.card_wrap .swiper-slide>div {
    float: left;
    width: 385px;
    height: 155px;
}

.card_wrap {
    position: relative;
}

#day-swiper {
    position: absolute;
    z-index: 1
}

#week-swiper {
    position: absolute;
    z-index: 10
}

#discount-swiper {
    position: absolute;
    z-index: 1
}


.common-game-inner {
    position: relative;
    margin: 23px 0 0 19px;
    width: 347px;
    height: 109px;
    background: url(../images/card_bg.png) no-repeat;
}

.common-game-price {
    color: #feefbc;
    font-size: 18px;
    font-weight: bold;
    margin: 34px 0 0 5px;
    text-align: center;
    width: 90px;
}
#discount-swiper .common-game-price {
    margin: 18px 0 0 5px;
}

.common-game-price .sp1 {
    font-size: 32px;
    margin-left: -6px;
}

.common-game-price .sp2 {
    font-size: 40px;
}

.common-game-price .discount-text {
    font-size: 24px;
    margin-left: -5px;
}

.common-game-desc {
    margin: 35px 0 0 25px;
}

.common-game-desc.discount-desc {
    margin: 35px 0 0 50px;
}

.common-game-desc p {
    color: #feefbc;
    font-size: 16px;
}

.common-game-btn {
    position: absolute;
    right: -10px;
    top: -15px;
    width: 142px;
    height: 141px;
    background: url(../images/get_btn2.png) no-repeat;
}

.common-game-btn:hover {
    cursor: pointer;
    background: url(../images/get_btn2_hover.png) no-repeat;
}

/* 已领日卡、月卡、9折券取按钮状态 */
.common-game-btn-geted,
.common-game-btn-geted:hover {
    cursor: not-allowed;
    background: url(../images/geted2.png) no-repeat;
}

.floor14 {
    user-select: none;
    margin: 30px auto 0;
}

.floor15 {
    margin: 43px auto 0;
    background: url(../images/title4.png) no-repeat;
}

.floor16 {
    margin: 0 auto;
    width: 1270px;
    height: 596px;
    background: url(../images/part4_bg.png) no-repeat;
}

.floor16 .icon1 {
    padding-top: 120px;
    margin-left: 220px;
    width: 256px;
}

.floor16 .icon2 {
    padding-top: 120px;
    margin-right: 300px;
    width: 256px;
}

.floor17 {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 86px;
    background: url(../images/bottom-fixed.png) top center;
}

.bottom-wrap {
    width: 1190px;
    margin: 0 auto;
}

.bottom-wrap .fl {
    margin-top: 13px;
}

.bottom-wrap .text1 {
    width: 166px;
    height: 37px;
    background: url(../images/hwyk.png);
}

.bottom-wrap .text2 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #c5403c;
}

.bottom-close {
    margin-top: 14px;
    margin-left: 17px;
    width: 16px;
    height: 16px;
    background: url(../images/bottom-close.png);
}
.bottom-close:hover {
    cursor: pointer;
    background: url(../images/bottom-close-hover.png);
}

.bottom-wrap .buy-btn {
    margin-top: 11px;
    width: 171px;
    height: 64px;
    background: url(../images/ljgm.png);
}

.bottom-wrap .buy-btn:hover {
    cursor: pointer;
    background: url(../images/ljgm-hover.png);
}

.bottom-price {
    margin-top: 13px;
    margin-right: 24px;
}

.bottom-price .text3 {
    width: 153px;
    height: 37px;
    background: url(../images/bottom-price.png);
}

.bottom-price .text4 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #c5403c;
    text-decoration: line-through;
}

.kefu-icon1 {
    width: 100%;
    height: 263px;
    background: url(../images/kefu_icon.png) no-repeat;
}

.kefu-icon2 {
    width: 100%;
    height: 263px;
    background: url(../images/super_kefu_icon.png) no-repeat;
}

.kefu-icon1-btn,
.kefu-icon2-btn {
    display: block;
    cursor: pointer;
    width: 255px;
    height: 76px;
}

.kefu-icon1-btn {
    background: url(../images/exclusive_kefu.png) no-repeat;
}

.kefu-icon2-btn {
    background: url(../images/super_channel.png) no-repeat;
}

.kefu-icon1-btn:hover {
    background: url(../images/exclusive_kefu_hover.png) no-repeat;
}

.kefu-icon2-btn:hover {
    background: url(../images/super_channel_hover.png) no-repeat;
}
