/*lật hình*/
.item_flip_inner img{
    width: 100%;
    /*object-fit: cover;*/
}
.item_flip_inner{

}
.flipimg{
    margin:  10px 0;
}
/* #notiseviceModal img{
    width: 100% !important;
} */
.flipimg:hover {
    animation-name: spaceboots;
    animation-duration: .8s;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    cursor: pointer;
}
/*.item_play_try a{*/
/*    background: #1670d0;*/
/*    float: left;*/
/*    width: 100%;*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    -webkit-border-radius: 8px;*/
/*    -moz-border-radius: 8px;*/
/*    -ms-border-radius: 8px;*/
/*    -o-border-radius: 8px;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #1670d0;*/
/*    padding: 11px 0;*/
/*    margin-top: 10px;*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    transition: .2s ease;*/
/*}*/
.item_flip_inner_image{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
    left: 0;

}
.item_flip_inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
@keyframes  spaceboots {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px) rotate(1deg);
    }

    30% {
        transform: translateY(2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/*slot machine*/
.item_slot_inner img{
    width: 118px;
    height: 80px;
}
.item_slot{
    position: relative;
}
.item_slot_inner{
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.item_slot_inner_img{
    padding: 0 28px;
}
.item_slot {
    background-size: 720px 495px !important;
    width: 720px;height: 495px

}
@media screen and (max-width: 580px){

}
/*modal*/
.rank-list{
    list-style: none;
}
.rank-modal-tab{font-size:15px}
.modal-content .modal-header p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #354052;
    margin: auto;
}
.rank-modal-tab ul.nav-tabs {
    border-bottom: none;
    margin-bottom: 10px;
}
.rank-modal-tab ul.nav-tabs li {
    width: 33%;
    text-align: center;
}
.rank-modal-tab ul.nav-tabs li.active a, .rank-modal-tab ul.nav-tabs li.active a:active, .rank-modal-tab ul.nav-tabs li.active a:focus, .rank-modal-tab ul.nav-tabs li.active a:hover {
    border-radius: 0;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 4px solid #f0564a;
    opacity: 1;font-size:13px;font-weight:bld
}
.rank-modal-tab ul.nav-tabs li a, .rank-modal-tab ul.nav-tabs li a:active, .rank-modal-tab ul.nav-tabs li a:focus, .rank-modal-tab ul.nav-tabs li a:hover {
    cursor: pointer;
    border-radius: 0;
    background-color: initial;
    outline: none;
    border: none;
    border-bottom: 4px solid #fff;
    opacity: .5;
    color: #000;
    padding-top: 0;;font-size:13px;font-weight:bld
}
.rank-modal-tab ul.nav-tabs li a, .rank-modal-tab ul.nav-tabs li a:active, .rank-modal-tab ul.nav-tabs li a:focus, .rank-modal-tab ul.nav-tabs li a:hover {
    cursor: pointer;
    color: #000;
}
.top-info-section {
    text-align: center;
    border-bottom: 10px solid #f4f3f3;
    margin-top: 50px;
    position: relative;
}
.top-info-section img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.top-info-section .background-top1 {
    position: absolute;
    top: -34px;
    left: 29%;
    height: 149px;
    width: 190px;
}
.rank-modal-tab p {
    color: orange;
    font-size: 1.4rem;
    line-height: 25px;
}
.rank-modal-tab p a{
    color: #f0564a;font-size:14px
}
.rank-modal-tab ul.rank-list {
    margin-top: 10px;
    padding: 0;
}
.rank-modal-tab ul.rank-list li {
    padding: 10px 0;
}.pull-left {
     float: left !important;
 }
.rank-modal-tab ul.rank-list li p {
    margin-right: 10px;
    color: #333;
    font-size:15px
}
.rank-modal-tab ul.rank-list li .avt, .rank-modal-tab ul.rank-list li .name-player-review {
    float: left;
    min-width: 40px;
}
.avt-xs {
    width: 25px;
    height: 25px;
}
.avt {
    position: relative;
}
.rank-modal-tab ul.rank-list li img {
    margin-right: 10px;
    color: #333;
    width: 30px;
    height: 30px;
    border-radius: 150px;
}
.avt .avt-img {
    min-width: 25px;
}
.rank-modal-tab ul.rank-list li img {
    margin-right: 10px;
    color: #333;
    width: 30px;
    height: 30px;
    border-radius: 150px;
}
.avt .vip-avatar {
    position: absolute;
    top: -5px;
    left: -2px;
}
.rank-modal-tab ul.rank-list li .avt, .rank-modal-tab ul.rank-list li .name-player-review {
    float: left;
    min-width: 40px;
}
.rank-modal-tab ul.rank-list li p {
    margin-right: 10px;
    color: #333;
}
.hidden-over-name {
    display: block;
    overflow: hidden;
}
#tap1 a:hover{
    text-decoration: none;
}

@media    screen and (max-width: 678px) {
    .top-info-section .background-top1 {
        position: absolute;
        top: -34px;
        left: 19%;
        height: 149px;
        width: 190px;
    }

    .modal-content .modal-header p {
        margin: 0;
        padding-left: 32px;
    }

}
.clickgif{-webkit-animation: glowing 500ms infinite;
    -moz-animation: glowing 500ms infinite;
    -o-animation: glowing 500ms infinite;
    animation: glowing 500ms infinite;cursor:pointer}

@-webkit-keyframes glowing {
    0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
    50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
    100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}

@-moz-keyframes glowing {
    0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
    50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
    100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}

@-o-keyframes glowing {
    0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
    50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
    100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

@keyframes glowing {
    0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
    50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
    100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}


.pyro > .before, .pyro > .after {
    position: absolute;
    width: 7px;
    height: 7px;
    pointer-events: none;
    z-index: 99999999;
    border-radius: 50%;
    box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-moz-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-o-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-ms-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; } }
@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; } }
@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; } }
@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; } }
@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; } }
@-webkit-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; } }
@-moz-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; } }
@-o-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; } }
@-ms-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; } }
@keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; } }
::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.item_spin_list{
    height: 460px;
    overflow: hidden;
}
.item_spin_list_less{
    display: none;
    position: relative;
    z-index: 1;
    color: #086a2a;
    margin: 20px auto;
    text-align: center;
    font-weight: 600;
}
.item_spin_list_more{
    position: relative;
    z-index: 1;
    color: #086a2a;
    margin: 20px auto;
    text-align: center;
    font-weight: 600;
    display: block;
}
.item_spin_list_more:hover,.item_spin_list_less:hover{
    text-decoration: none;
    color: #086a2a;
    cursor: pointer;
}

@media screen and (min-width: 800px){
    #luotquayModal .list-roll-inner {
        width: 85%;
        margin-top: 30px;
        max-height: 400px;
        overflow-y: scroll;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1600px){
    #luotquayModal .list-roll-inner {
        width: 85%;
        margin-top: 30px;
        max-height: 600px;
        overflow-y: scroll;
        margin: 0 auto;
    }
}
.item_slot_inner_img{
    display: inline-block;
    /*margin-top: 2px;*/
    /*margin-left: 1px;*/
    /*margin-right: 45px;*/
    margin: 0 36px;
    background-size: 100px 79px;
    width: 100px;
    height: 79px;
}
@media screen and (max-width: 580px){
    .item_slot_inner_img{
        display: inline-block!important;
        display: inline-block !important;
        background-size: 50px 50px !important;
        width: 50px !important;
        height: 50px !important;
        position: relative;
        border-radius: 13px;
        margin: 0 12px!important;
        padding: 0!important
    }
}

td{
    width: 146px;
}
td{
    width: 146px;
}




/*fix minigame*/
#smashwheel #start-played{
    z-index: 2;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
#smashwheel #start-played img{
    width: 60%;
}

#smashwheel .minigame-image{
    width: 60%;
    max-width: 100%;
    opacity: 1;
}
/*squaredesktop*/
#squaredesktop .box {
    min-width: 40px;
    min-height: 40px;
    width: 80%;
    padding: 10px;
}

#squaredesktop img {
    width: 100%;

}
#squaredesktop #start-played img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80% ;
}
#squaredesktop .play{
    display: block;
    margin: 0 auto;
    width: 80%;
    position: relative;
    z-index: 1;
}

/*slot machine*/
#slotmachine #slot1,#slotmachine #slot2,#slotmachine #slot3{
    display: inline-block;
    margin: 0 24px;
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
}
@media (max-width: 992px) {
    #slotmachine .item_slot_inner {
        bottom: 60px;
    }
    #slotmachine .item_slot {
        background-size: 600px 428px !important;
        width: 600px;
        height: 428px;
        margin: auto;
    }
    #slotmachine #slot1,#slotmachine  #slot2, #slotmachine #slot3 {
        background-size: 100px;
        width: 100px;
        margin: 0px 20px!important;
        height: 100px;
    }

}
@media only screen and (max-width: 768px) {
    #slotmachine .item_slot_inner {
        bottom: 56px;
    }
    #slotmachine #slot1,#slotmachine  #slot2,#slotmachine  #slot3 {
        background-size: 80px 80px !important;
        width: 80px;
        height: 80px;
        margin: 0px 18px !important;
    }
    #slotmachine .item_slot {
        width: 500px;
        height: 358px;
        margin: auto;
        background-size: 500px 358px !important;
    }

    #slotmachine .item_slot_inner img {
        width: 46px;
        height: auto;
    }
    #slotmachine .item_slot_inner_img {
        padding: 0 16px;
    }
}


@media only screen and (max-width: 573px) {
    #slotmachine .item_slot_inner {
        bottom: 32px;
    }
    #slotmachine #slot1,#slotmachine #slot2,#slotmachine #slot3 {
        background-size: 56px 56px!important;
        width: 56px!important;
        margin: 0px 9px!important;
        height: 56px!important;
    }
    #slotmachine .item_slot {

        background-size: 320px 230px !important;
        width: 320px;
        height: 230px;
        margin: auto;
    }

    #slotmachine .item_slot_inner img {
        width: 46px;
        height: auto;
    }
    #slotmachine .item_slot_inner_img {
        padding: 0 16px;
    }
}



@media (max-width: 768px) {
    #smashwheel .minigame-image{
        width: 80%;

    }
    #smashwheel #start-played{

        bottom: 24px;

    }

    #squaredesktop .box {
        width: 100%;
    }


}

/*slotmachine5*/
#slotmachine5 .item_play_spin_five_record {

    width: 720px;
    height: 400px;
    background-size: 720px 400px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
#slotmachine5 #slot1,#slotmachine5 #slot2,#slotmachine5 #slot3,#slotmachine5 #slot4,#slotmachine5 #slot5{
    display: inline-block;
    background-size: 100px 93px;
    width: 100px;
    height: 93px;
    margin: 0 8px;

    background-repeat: no-repeat;
}
#slotmachine5 .item_five_record_inner img{
    width: 118px;
    height: 80px;
}
#slotmachine5 .item_five_record_inner{
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
#slotmachine5 .item_five_record_inner_img{
    padding: 0 28px;
}
#slotmachine5 .item_five_record_inner_img{
    display: inline-block;

    margin: 0 8px;
    background-size: 100px 93px;
    width: 100px;
    height: 93px;
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    #slotmachine5 .item_play_spin_five_record {

        width: 600px;
        height: 320px;
        background-size: 600px 320px;

    }
    #slotmachine5 #slot1,#slotmachine5 #slot2,#slotmachine5 #slot3,#slotmachine5 #slot4,#slotmachine5 #slot5{
        background-size: 80px 80px!important;
        width: 80px!important;
        height: 80px!important;
        margin: 0 8px!important;
    }
    #slotmachine5 .item_five_record_inner{
        bottom: 32px;
    }
    #rubywheel .rotation-button {
        left: 50%;
        transform: translateX(-50%);
    }
    #rubywheel .rotation-button img{
        width: 80px;
    }
}
@media (max-width: 768px) {
    #slotmachine5 .item_play_spin_five_record {

        width: 500px;
        height: 270px;
        background-size: 500px 270px;

    }
    #slotmachine5 #slot1,#slotmachine5 #slot2,#slotmachine5 #slot3,#slotmachine5 #slot4,#slotmachine5 #slot5{
        background-size: 60px 60px !important;
        width: 60px!important;
        height: 60px!important;
        margin: 0 10px!important;
    }
}
@media only screen and (max-width: 573px) {
    #slotmachine5 .item_play_spin_five_record {

        width: 320px;
        height: 172px;
        background-size: 320px 172px;

    }
    #slotmachine5 .item_five_record_inner {
        bottom: 18px;
    }
    #slotmachine5 #slot1,#slotmachine5 #slot2,#slotmachine5 #slot3,#slotmachine5 #slot4,#slotmachine5 #slot5{
        background-size: 42px 42px !important;
        width: 42px !important;
        height: 42px!important;
        margin: 0 4px !important;
        padding: 0 !important;
    }

}

@media only screen and (max-width: 376px) {
    #slot1,#slot2,#slot3,#slot4,#slot5{
        background-size: 54px 52px!important;
        width: 54px!important;
        height: 54px!important;
        margin: 0 4.3px!important;
    }
}


@media (max-width: 580px) {

    .item_five_record_inner_img {
        display: inline-block;
        margin-left: 0px!important;
        margin-right: 0px!important;
        background-size: 52px 48px!important;
        width: 52px!important;
        height: 48px!important;
        border-radius: 4px!important;
    }
    .item_five_record_inner {
        position: absolute;
        bottom: 22px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
    }
    .item_play_spin_five_record .item_play_spin_progress, .item_play_spin_five_record .item_play_spin_sale-off{
        bottom: 0;
    }
}
#flip .item_flip_inner{
    width: 70%;
    margin: auto;

}#flip.boxflip{
    width: 90%;
    margin: auto;

}
