﻿.mystery{
    padding: 4% 0;
    min-height: 95vh;
}

.mystery .step-mark {
    display: none;
    color: #fff;
}

.mystery.step-show{
    overflow: hidden;
}

.mystery.step-show::before{
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.mystery .set-width{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.mystery .ob-head{
    margin-top: 50px;
    position: relative;
}

.mystery .ob-head .content{
    width: 100%;
    padding: 0 30px;
}

.mystery .ob-head .content::before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-top: 16.5%;
    background-color: #29283a;
    background-image: url(../../images/mystery/KV-PC.jpg);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 2;
    border-radius: 20px;
    border: 10px solid #d21238;
    box-shadow: 0px 0px 0px 10px #f5406a, 0px 0px 10px 5px rgba(0,0,0,.5);
}

.mystery .ob-head .content::after{
    position: absolute;
    content: '';
    width: 450px;
    height: 220px;
    background-image: url(../../images/mystery/logo.png?v=1.0);
    background-repeat: no-repeat;
    background-position: center 15px;
    background-color: #f5406a;
    top: 20px;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

.mystery .ob-head .info{
    background-color: #a00e30;
    height: 20px;
    width: 98%;
    margin: 0 auto;
    position: relative;
}

.mystery .mystery-info {
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    z-index: 4;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #333;
    border-radius: 20px;
    box-shadow: 0px 5px 5px rgba(0,0,0,.5);
}

.mystery .ob-head .mystery-info:hover{
    box-shadow: 0px 5px 10px rgba(0,0,0,.6);
}

@keyframes info-arrow {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(2px);
    }
}

.mystery .ob-head .mystery-info > i {
    animation: info-arrow .7s ease-in infinite alternate;
}

.mystery .ob-body .content {
    display: flex;
    position: relative;
    width: 100%;
    background-color: #f5406a;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.6);
    z-index: 1;
}

.mystery .ob-body::before,
.mystery .ob-body::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 40px;
    background-color: #282738;
    border-radius: 10px;
    bottom: -25px;
}

.mystery .ob-body::before{
    left: 10%;
}

.mystery .ob-body::after{
    right: 10%;
}

.mystery .ob-body .mystery-list {
    width: calc(100% - 190px);
    min-height: 200px;
    /*overflow: hidden;*/
    background-color: #29283a;
    border-radius: 15px;
    padding: 10px 50px;
    box-shadow: 0px 0px 0px 10px #d21238;
    margin-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 320px;
}

.mystery .ob-body .mystery-list.list-disabled:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.mystery .ob-body .mystery-list .swiper-container{
    width: 100%;
    position: relative;
}

.mystery .ob-body .mystery-list .cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.mystery .ob-body .mystery-list .cover::before,
.mystery .ob-body .mystery-list .cover::after {
    content: '';
    width: 1px;
    background-color: rgba(255,255,255,0.1);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    z-index: 1;
}

.mystery .ob-body .mystery-list .cover::before{
    height: 100%;
    box-shadow: 10px 0px 0px 10px rgba(255,255,255,0.1), 55px 0px 0px 20px rgba(255,255,255,0.1);
    left: 0;
    top: -35%;
}

.mystery .ob-body .mystery-list .cover::after{
    height: 140%;
    box-shadow: 25px 0px 0px 25px rgba(255,255,255,0.1), 125px 0px 0px 60px rgba(255,255,255,0.1);
    right: 18%;
}

.mystery .ob-body ul {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    opacity: 1;
    transition: .3s;
    position: relative;
}

.mystery .ob-body ul::after {
    content: '';
    width: 102%;
    height: 15px;
    background-color: #29283a;
    position: absolute;
    bottom: -10px;
    left: -1%;
}

.mystery .ob-body ul.mystery-opacity{
    opacity: 0;
    transition: .3s;
}

.mystery .ob-body ul[data-col='3'] {
    grid-template-columns: auto auto auto;
}

.mystery .ob-body ul[data-col='4'] {
    grid-template-columns: auto auto auto auto;
}

.mystery .ob-body ul[data-col='5'] {
    grid-template-columns: auto auto auto auto auto;
}

.mystery .ob-body ul[data-col='6'] {
    grid-template-columns: auto auto auto auto auto auto;
}

.mystery .ob-body ul[data-col='7'] {
    grid-template-columns: auto auto auto auto auto auto auto;
}

.mystery .ob-body ul li{
    padding: 20px 10px;
    position: relative;
}

.mystery .ob-body ul li::after {
    content: '';
    height: 8px;
    width: 100%;
    background: linear-gradient(to bottom, #cccbcb 0%,#cccbcb 35%,#818080 100%);
    box-shadow: 1px 0px 0px 1px rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    bottom: -5px;
}

.mystery .ob-body .box {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 120%;
    /*background-image: url(../../images/mystery/box-black.png);*/
    background-size: cover;
    background-repeat: no-repeat;
}

.mystery .ob-body .box:not(.box-none)::before{
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../../images/mystery/box.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    transition: .3s;
}

.mystery .ob-body .box.box-none{
    background-image: url(../../images/mystery/box-black.png);
}

.mystery .ob-body .box:hover::before{
    transform: translateY(-15px);
    transition: .3s;
}

.mystery .ob-body .box.off{
    background-image: url(../../images/mystery/box-soldout.png);
    cursor: default;
}

/*.mystery .ob-body .box.none {
    background-image: url(../../images/mystery/boxes_off_bg.jpg);
    cursor: default;
}*/

.mystery .ob-body .box.off::before,
.mystery .ob-body .box.none::before{
    display: none;
}

@keyframes arrowL{
    0%, 40% {
        transform: translateX(-2px);
    }

    20%, 60%, 100% {
        transform: translateX(0px);
    }
}

@keyframes arrowR {
    0%, 40% {
        transform: translateX(2px);
    }

    20%, 60%, 100% {
        transform: translateX(0px);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mystery .ob-body .mystery-list .btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #a0a0a0;
    background-color: #000;
    color: #a0a0a0;
    box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    z-index: 1;
}

.mystery .ob-body .mystery-list .btn:hover{
    background-color: #222;
}

.mystery .ob-body .mystery-list .btn:disabled {
    background-color: #333;
}

.mystery .ob-body .mystery-list .btn-prev {
    left: 0;
}

.mystery .ob-body .mystery-list .btn-next {
    right: 0;
}

.mystery .swiper-button-next::after {
    animation: arrowR .8s infinite ease-in-out alternate;
}

.mystery .swiper-button-prev::after {
    animation: arrowL .8s infinite ease-in-out alternate;
}

.mystery .swiper-button-next.swiper-button-disabled::after,
.mystery .swiper-button-prev.swiper-button-disabled::after{
    animation: none;
}

.mystery .ob-body .mystery-btn {
    display: flex;
    flex: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    min-width: 160px;
}

.mystery .ob-body .mystery-btn a{
    position: relative;
    cursor: pointer;
    color: #fff;
    /*font-weight: bold;*/
}

.mystery-btn .mystery-btn-top{
    display: flex;
    flex-direction: column;
}

.mystery-btn .mystery-btn-top a{
    font-size: 16px;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 30px;
    color: #fff;
}

.mystery-btn .mystery-btn-top a::before{
    content: '';
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 2px;
}

.mystery-btn .ob-body .mystery-btn-top a:active {
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
    transform: translateY(6px);
}

.mystery-btn .buy-btn {
    background: linear-gradient(135deg, #fcad50 0%, #fcad50 10%, #fd6600 40%, #fd6600 100%);
    box-shadow: 0px 3px 0px 0px #863d0b, 0px 9px 10px rgba(0,0,0,.3);
}

.mystery-btn .ob-body .buy-btn:hover {
    background: linear-gradient(135deg, #fcad50 0%, #fcad50 15%, #fd6600 45%, #fd6600 100%);
    box-shadow: 0px 3px 0px 0px #863d0b, 0px 10px 10px rgba(0,0,0,.33);
}

.mystery-btn .buy-btn::before {
    width: 44px;
    height: 44px;
    background-image: url(../../images/mystery/icon-buy.png);
}

.mystery-btn .buy-btn.play::before {
    display: none;
}

.mystery-btn .buy-btn span {
    display: block;
    color: #000;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin: 3px 0 5px;
    font-weight: bold;
}

.mystery-btn .buy-btn strong{
    color: #fd6600;
    font-size: 1.4rem;
    margin: 0 5px;
}

.mystery-btn .buy-btn i{
    font-size: 14px;
}

.mystery-btn .buyAll-btn {
    background: linear-gradient(135deg, #c0dc65 0%, #c0dc65 10%, #889533 40%, #889533 100%);
    box-shadow: 0px 3px 0px 0px #575f20, 0px 9px 10px rgba(0,0,0,.3);
}

.mystery-btn .ob-body .buyAll-btn:hover {
    background: linear-gradient(135deg, #c0dc65 0%, #c0dc65 15%, #889533 45%, #889533 100%);
    box-shadow: 0px 3px 0px 0px #575f20, 0px 10px 10px rgba(0,0,0,.33);
}

.mystery-btn .buyAll-btn::before{
    content: '';
    width: 60px;
    height: 44px;
    display: block;
    background-image: url(../../images/mystery/icon-buyAll.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 2px;
}

.mystery-btn .mystery-btn-bottom {
    display: flex;
    width: 100%;
}

.mystery-btn .mystery-btn-bottom a:hover {
    filter: brightness(1.1);
}

.mystery-btn .mystery-btn-bottom a {
    flex: 1;
    font-size: 15px;
}

.mystery-btn .mystery-btn-bottom a::before{
    border-radius: 50%;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center center;
    background-color: #df0037;
    box-shadow: 2px 2px 5px rgba(0,0,0,.4);
    margin-bottom: 5px;
}

.mystery-btn .home-btn::before {
    background-image: url(../../images/mystery/icon-home.png);
}

.mystery-btn .index-btn::before {
    background-image: url(../../images/mystery/icon-index.png);
}

#mystery-last {
    position: fixed;
    bottom: 80px;
    z-index: 30;
    background-color: rgba(0,0,0,.7);
    border-radius: 0 5px 5px 0;
    color: #fff;
    transition: .3s;
    transform: translateX(-100%);
}

#mystery-last.on{
    transition: .3s;
    transform: translateX(0);
}

#mystery-last.off{
    transition: .3s;
    transform: translateX(-85%);
}

#mystery-last .info{
    padding: 10px 30px 10px 40px;
    position: relative;
}

#mystery-last .info::before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../../images/mystery/icon.png);
    background-size: contain;
    position: absolute;
    left: 5px;
    top: 5px;
}

#mystery-last.off .info{
    height: 40px;
}

#mystery-last .info span{
    color: #faff00;
    padding: 0 5px;
    font-weight: bold;
}

#mystery-last .mystery-last-btn {
    display: block;
    padding: 10px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

#mystery-last .mystery-last-btn span{
    writing-mode: vertical-lr;
    font-size: 12px;
}

#mystery-last.off .mystery-last-btn{
    padding: 0;
    right: -10px;
}

#mystery-last.off .mystery-last-btn div{
    width: 55px;
}

#mystery-last.off .mystery-last-btn div i{
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    color: #ff9600;
    font-size: 13px;
    animation: arrow 1s infinite alternate;
}

@keyframes arrow{
    0%, 20%, 40%, 100% {
        transform: translate(0px, -50%);
    }
    10%, 30% {
        transform: translate(2px, -50%);
    }
}

#mysteryModal .modal-header,
#mysteryModal .modal-footer,
#mysteryInfoModal .modal-header,
#mysteryInfoModal .modal-footer {
    border: none;
}

#mysteryModal .close span,
#mysteryInfoModal .close span {
    color: #fff;
    font-size: 2rem;
    background-color: #999;
    border-radius: 50%;
    padding-bottom: 4px;
    width: 40px;
    height: 40px;
    display: block;
}

#mysteryModal .modal-content,
#mysteryInfoModal .modal-content {
    border: 2px solid #999;
    border-radius: 15px;
}

#mysteryModal .modal-body {
    font-size: 20px;
    color: #000;
    line-height: initial;
    padding-top: 0;
}

#mysteryModal .modal-body img {
    max-width: 300px;
    margin: 10px 0 5px;
}

#mysteryModal .modal-footer,
#mysteryInfoModal .modal-footer {
    display: flex;
    justify-content: center;
}

#mysteryModal .modal-footer a,
#mysteryInfoModal .modal-footer a{
    color: #fff;
    border: none;
    transition: .3s;
    border-radius: 50px;
    min-width: 110px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

#mysteryModal .modal-footer a:not(.btn-secondary),
#mysteryInfoModal .modal-footer a:not(.btn-secondary){
    background-color: #f5406a;
}

#mysteryModal .modal-footer a:hover,
#mysteryInfoModal .modal-footer a:hover{
    filter: brightness(1.1);
    transition: .3s;
}

#mysteryModal .font-red {
    color: #ff0000;
}

#mysteryInfoModal .modal-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
    margin-top: -40px;
    margin-bottom: 10px;
}

#mysteryInfoModal .mystery-special {
    border-bottom: 2px solid rgba(0,0,0,0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#mysteryInfoModal .mystery-special p{
    font-size: 0.9rem;
    font-weight: bold;
    padding: 3px 10px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 15px;
    display: inline-block;
}

#mysteryInfoModal .mystery-special ul{
    justify-content: center;
}

#mysteryInfoModal .mystery-special ul[data-col='1'] img,
#mysteryInfoModal .mystery-special ul[data-col='2'] img{
    width: 70%;
}

#mysteryInfoModal ul {
    display: grid;
    grid-template-columns: auto auto auto;
}

.mystery-login::before,
.mystery-none::before {
    content: '';
    width: 169px;
    height: 134px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    margin: 0 auto 20px;
}

.mystery-login::before {
    background-image: url(../../images/mystery/icon-login.gif);
}
.mystery-none::before {
    background-image: url(../../images/mystery/icon-none.gif);
}

.mystery-confirm::before {
    content: '';
    width: 180px;
    height: 220px;
    display: block;
    background-image: url(../../images/mystery/box.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 20px;
    animation: confirm .8s ease-in infinite alternate;
}

@keyframes confirm {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(5px);
    }
}

.mystery-open::before {
    content: '';
    width: 225px;
    height: 225px;
    display: block;
    background-image: url(../../images/mystery/animation_logonotext.gif);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 40px;
}

/*.mystery-open::before {
    content: '';
    width: 180px;
    height: 220px;
    display: block;
    background-image: url(../../images/mystery/boxes.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    animation: open .3s infinite ease-in-out alternate;
}

.mystery-open.openbox::before {
    background-image: url(../../images/mystery/boxes_open.png);
    animation: none;
}

@keyframes open {
    0% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}*/

.mystery-open p {
    margin: 30px 0 60px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.mystery-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.barrage{
    position: absolute;
    right: 20px;
    top: -55px;
}

.barrage-btn,
.barrage-btn:active,
.barrage-btn:focus {
    border: 1px solid #f64674;
    border-radius: 50px;
    padding: 5px 15px;
    color: #f64674;
    background-color: #fff !important;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.barrage-btn:hover{
    opacity: .95;
}

.barrage-list {
    position: absolute;
    width: 100%;
    height: 95%;
    z-index: 3;
    top: -10px;
    left: 0;
    overflow: hidden;
    text-align: left;
}

.barrage-list li{
    width: 100%;
    position: relative;
    left: -30%;
}

.barrage-list li div {
    position: absolute;
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    padding: 2px 15px;
    font-weight: bold;
    border: 1px solid #f64674;
    box-shadow: 0px 2px 5px rgba(0,0,0,.5);
    opacity: 0.9;
    white-space: nowrap;
    font-size: 14px;
}

.barrage-list li div.resize{
    transform: scale(0.85);
    padding: 1px 12px;
}

.barrage-list li span{
    color: #f64674;
}

@keyframes barrage-list {
    0% {
        left: -30%;
    }

    100% {
        left: 100%;
    }
}

.mystery .swiper-button-next,
.mystery .swiper-button-prev {
    width: 44px;
    background-color: #000;
    border-radius: 50%;
    border: 2px solid #a0a0a0;
    box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    text-align: center;
    outline: none;
}

.mystery .swiper-button-next:after,
.mystery .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
    color: #a0a0a0;
}

.mystery .swiper-button-next{
    right: -5px;
}

.mystery .swiper-button-prev{
    left: -5px;
}

.mystery.step-show .step-mark {
    position: absolute;
    width: 300px;
    text-align: left;
    font-size: 16px;
}

.mystery.step-show .step-mark::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
}

.mystery.step-show .ob-body .content,
.mystery[data-step="1"] .ob-body .mystery-btn .mystery-btn-top {
    z-index: 11;
}

.mystery[data-step="1"] .mystery-info,
.mystery[data-step="2"] .swiper-button-next,
.mystery[data-step="2"] .swiper-button-prev,
.mystery[data-step="2"] .mystery-list .step-mark.step2,
.mystery[data-step="3"] .mystery-list .step-mark.step3,
.mystery[data-step="3"] .mysterySwiper {
    z-index: 12;
}

.mystery.step-show .ob-body .content::before {
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    border-radius: 20px;
}

.mystery[data-step="1"] .mystery-info .step-mark,
.mystery[data-step="1"] .mystery-btn .step-mark,
.mystery[data-step="2"] .mystery-list .step-mark.step2,
.mystery[data-step="3"] .mystery-list .step-mark.step3 {
    display: block;
}

.mystery[data-step="1"] .mystery-info .step-mark {
    top: -60px;
    left: -60px;
}

.mystery[data-step="1"] .mystery-btn .buy-btn .step-mark {
    top: -90px;
    left: -20px;
}

.mystery[data-step="1"] .mystery-info .step-mark::after {
    width: 100px;
    height: 150px;
    background-image: url(../../images/mystery/arrow-1.png);
    background-size: 50%;
}

.mystery[data-step="1"] .mystery-btn .buy-btn .step-mark::after {
    width: 64px;
    height: 120px;
    background-image: url(../../images/mystery/arrow-6.png);
    background-size: 60%;
    margin: -30px auto 0;
}

.mystery[data-step="1"] .mystery-btn .buyAll-btn .step-mark {
    left: -75px;
    top: 40px;
}

.mystery[data-step="1"] .mystery-btn .buyAll-btn .step-mark::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    width: 70px;
    height: 84px;
    background-image: url(../../images/mystery/arrow-5.png);
    background-size: 100%;
}

.mystery[data-step="2"] .mystery-list .step-mark.step2,
.mystery[data-step="3"] .mystery-list .step-mark.step3 {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
}

.mystery[data-step="3"] .mystery-list .step-mark.step3{
    top: -180px;
}

.mystery[data-step="2"] .mystery-list .step-mark.step2::before,
.mystery[data-step="3"] .mystery-list .step-mark.step3::before,
.mystery[data-step="2"] .mysteryStep .step2 .step-mark::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    width: 185px;
    height: 240px;
    background-image: url(../../images/jollybuy-ip.png);
    background-size: 80%;
}

.mystery[data-step="2"] .swiper-button-next,
.mystery[data-step="2"] .swiper-button-prev {
    box-shadow: 1px 1px 5px rgba(255,255,255,.6), 0px 0px 10px rgba(255,255,255,.8);
}

.mystery.step-show .mysteryStep {
    display: block;
}

.mysteryStep {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,.8);*/
    left: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.mysteryStep button {
    background: linear-gradient(#777 0%, #777 5%, #111 30%, #111 100%);
    color: #fff;
    border-radius: 5px;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 1px rgba(255,255,255, 0.8), 0px 0px 15px rgba(255,255,255, 0.8);
    padding: 12px 20px;
    font-size: 20px;
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    animation: mysteryStep-btn 1s infinite alternate;
}

.mysteryStep .swiper-pagination-bullet{
    background: #fff;
    width: 16px;
    height: 16px;
}

.mysteryStep-close {
    display: none;
    width: 42px;
    height: 42px;
    display: flex;
    position: fixed;
    font-size: 32px;
    color: #111 !important;
    z-index: 999;
    top: 5%;
    right: 10%;
    background-color: #eee;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

@keyframes mysteryStep-btn {
    0% {
        box-shadow: 0px 0px 1px rgba(255,255,255, 0.8), 0px 0px 15px rgba(255,255,255, 0.8);
    }

    100% {
        box-shadow: 0px 0px 1px rgba(255,255,255, 0.5), 0px 0px 15px rgba(255,255,255, 0.5);
    }
}

@media (max-width: 786px) {
    .mystery .ob-head .content {
        padding: 0 15px;
    }

    .mystery .ob-head .content::before {
        background-image: url(../../images/mystery/KV-MB.jpg);
        padding-top: 34.5%;
        border: 5px solid #d21238;
        box-shadow: 0px 0px 0px 5px #f5406a, 0px 0px 5px 5px rgba(0,0,0,.5);
    }

    .mystery .ob-head .content::after {
        width: 210px;
        height: 140px;
        background-size: 60%;
        background-position: center 10px;
    }

    .mystery .ob-head .info{
        width: 95%;
    }

    .mystery .mystery-info {
        top: -10px;
        font-size: 0.85rem;
        padding: 8px 12px;
    }

    .mystery .ob-body{
        padding: 10px;
        margin-top: -15px;
    }

    .mystery .ob-body::before,
    .mystery .ob-body::after {
        width: 35px;
        bottom: -6px;
        border-radius: 8px;
    }

    .mystery .ob-body::before {
        left: 15%;
    }

    .mystery .ob-body::after {
        right: 15%;
    }

    .mystery .ob-body .content{
        display: block;
        padding: 10px;
    }

    .mystery .ob-body .mystery-list{
        padding: 5px 25px 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 0px 5px #d21238;
    }

    .mystery .ob-body .mystery-list {
        width: 100%;
    }

    .mystery .ob-body .mystery-list .btn-prev {
        left: -5px;
    }

    .mystery .ob-body .mystery-list .btn-next {
        right: -5px;
    }

    .mystery .ob-body ul {
        grid-template-columns: auto auto auto !important;
    }

    .mystery .ob-body ul li{
        padding: 20px 5px;
        margin-bottom: -5px;
    }

    .mystery .ob-body ul li::after{
        bottom: -3px;
    }

    .mystery .ob-body .mystery-btn{
        position: fixed;
        width: 100%;
        z-index: 30;
        bottom: 0;
        left: 0;
        flex-direction: row-reverse;
        justify-content: space-around;
        background-color: #025cb8;
        border-radius: 10px 10px 0 0;
        height: 50px;
    }

    .mystery .ob-body .mystery-list .cover::before{
        top: -35%;
    }

    .mystery .ob-body .mystery-list .cover::after {
        box-shadow: 15px 0px 0px 15px rgba(255,255,255,0.1), 80px 0px 0px 40px rgba(255,255,255,0.1);
    }

    .mystery-btn .mystery-btn-top {
        flex-direction: row-reverse;
        margin-top: -33px;
    }

    .mystery-btn .mystery-btn-top a{
        margin-bottom: 0;
        font-size: 13px;
        padding: 3px 8px;
    }

    .mystery-btn .mystery-btn-top a+a{
        margin-right: 10px;
    }

    .mystery-btn .buy-btn::before {
        width: 25px;
        height: 25px;
        background-size: 125% !important;
        margin-bottom: 0 !important;
    }

    .mystery-btn .buyAll-btn::before {
        width: 34px;
        height: 25px;
        margin-bottom: 0 !important;
    }

    .mystery-btn .buy-btn {
        box-shadow: 0px 2px 0px 0px #823500, 0px 4px 3px rgba(0,0,0,.3);
    }

    .mystery-btn .buy-btn span{
        padding: 0;
        margin: 3px 0 0 0;
    }

    .mystery-btn .buy-btn strong{
        font-size: 1rem;
        margin: 0 3px;
    }

    .mystery-btn .buy-btn i{
        font-size: 12px;
    }

    .mystery-btn .buyAll-btn {
        box-shadow: 0px 2px 0px 0px #575f20, 0px 5px 5px rgba(0,0,0,.25);
    }

    .mystery-btn .mystery-btn-bottom {
        width: auto;
        margin-top: -35px;
    }

    .mystery-btn .mystery-btn-bottom a {
        flex: none;
        font-size: 13px;
    }

    .mystery-btn .mystery-btn-bottom a::before{
        margin-bottom: 2px;
        width: 36px;
        height: 36px;
    }

    .mystery-btn .home-btn{
        padding: 0 14px;
    }

    #mysteryModal .modal-body{
        font-size: 18px;
    }

    #mysteryInfoModal .modal-title {
        font-size: 1.1rem;
        margin-top: -45px;
    }

    #mysteryModal .close span,
    #mysteryInfoModal .close span {
        font-size: 1.6rem;
        width: 32px;
        height: 32px;
    }

    #mysteryModal .modal-footer a,
    #mysteryInfoModal .modal-footer a {
        font-size: 0.9rem;
    }

    #mysteryInfoModal ul {
        display: grid;
        grid-template-columns: auto auto;
    }

    #mysteryInfoModal .mystery-special ul[data-col='2'] img {
        width: 100%;
    }

    .barrage {
        right: 10px;
        top: -40px;
    }

    .barrage-btn,
    .barrage-btn:active,
    .barrage-btn:focus {
        font-size: 0.8rem;
        padding: 3px 10px;
    }

    .barrage-list li{
        left: -100%;
    }

    .barrage-list li div {
        font-size: 12px;
        padding: 0px 10px;
    }

    .barrage-list li div.resize {
        transform: scale(0.8);
        padding: 0 8px;
    }

    @keyframes barrage-list {
        0% {
            left: -100%;
        }

        100% {
            left: 100%;
        }
    }

    #DOWN.p-bottom {
        padding-bottom: 70px;
    }

    .mystery.step-show .step-mark {
        font-size: 15px;
    }

    .mystery[data-step="1"] .mystery-btn .buy-btn .step-mark {
        left: -40px;
    }

    .mystery[data-step="1"] .mystery-btn .buyAll-btn .step-mark {
        left: -40px;
        top: -40px;
    }

    .mystery[data-step="1"] .mystery-btn .buyAll-btn .step-mark::before,
    .mystery[data-step="2"] .mystery-list .step-mark.step2,
    .mystery[data-step="2"] .mystery-btn,
    .mystery[data-step="3"] .mystery-btn {
        display: none;
    }

    .mystery[data-step="1"] .mystery-btn .buyAll-btn .step-mark::after {
        width: 92px;
        height: 150px;
        background-image: url(../../images/mystery/arrow-4.png);
        background-size: 40%;
    }

    .mystery[data-step="2"] .mysteryStep .step2 .step-mark {
        display: block;
        text-align: center;
        width: 100%;
        top: 40%;
    }

    .mystery[data-step="2"] .mysteryStep .step2 .step-mark::before{
        background-size: 45%;
        position: absolute;
        right: -85px;
        top: -80px;
    }

    .mystery[data-step="2"] .mysteryStep .step2 .step-mark span{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 50px;
        margin-top: 20px;
    }

    .mystery[data-step="2"] .mysteryStep .step2 .step-mark span .icon-hand{
        width: 55px;
        height: 66px;
        margin: 0 70px;
        background-image: url(../../images/mystery/hand.png);
        display: inline-block;
        animation: icon-hand 1.2s ease infinite;
    }

    .mystery[data-step="3"] .mystery-list .step-mark.step3{
        top: -100px;
    }

    .mystery[data-step="3"] .mystery-list .step-mark.step3::before {
        height: 130px;
    }

    @keyframes icon-hand {
        0% {
            transform: translateX(30px);
        }

        100% {
            transform: translateX(-30px);
        }
    }

    .mysteryStep button {
        bottom: 30%;
        font-size: 18px;
        padding: 10px 15px;
    }

    .mysteryStep .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .mysteryStep-close {
        width: 32px;
        height: 32px;
        font-size: 24px;
        top: 5%;
        right: 5%;
    }
}

.mystery-loader span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: rgba(255,255,255,0.8);
    box-sizing: border-box;
    animation: animloader 1s linear infinite alternate;
}

@keyframes animloader {
    0% {
        box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
    }

    33% {
        box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
    }

    66% {
        box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
    }

    100% {
        box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
    }
}

@media (max-width: 320px) {
    .mystery .ob-head .content::after {
        width: 160px;
        height: 125px;
    }
    .mystery-btn .mystery-btn-top a {
        padding: 3px;
    }
    .mystery-btn .home-btn{
        padding: 0 5px;
    }
    .mysteryStep button {
        bottom: 30%;
    }
}
