#msg_site_popup_modal a {
    cursor: pointer;
}

#msg_site_popup_modal .message-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

/*使視窗置中*/
#msg_site_popup_modal .message-popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

#msg_site_popup_modal .popup-content {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0 auto 1%;
}

#msg_site_popup_modal .popup-content .pop-bg {
    max-width: 100%;
    width: 700px;
    display: block;
    margin: auto;
}

#msg_site_popup_modal .pop-close {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 3%;
    top: 13%;
    background-image: url('/Content/img/message/site_popup/icon_close.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

#msg_site_popup_modal .button-wrap {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    width: 35%;
    margin: auto;
}

#msg_site_popup_modal .button-link01>a,
.button-link02>a {
    width: 100%;
    padding-bottom: 50%;
    display: block;
    margin: auto;
    text-decoration: none;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    background-image: url('/Content/img/message/site_popup/btn_ok.png');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;

}

#msg_site_popup_modal .button-link02>a {
    margin-top: -8%;
    padding-bottom: 33%;
    background-image: url('/Content/img/message/site_popup/btn_cancel.png');
}

#msg_site_popup_modal .button-link01>a:hover,
.button-link02>a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@media only screen and (max-height: 768px) {
    #msg_site_popup_modal .popup-content .pop-bg {
        width: 700px;
    }

    #msg_site_popup_modal .button-link01>a,
    .button-link02>a {

        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
    }

    #msg_site_popup_modal .button-link01>a:hover,
    .button-link02>a:hover {
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
    }
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 20;
    /* Sit on top */
    /* padding-top: 100px; Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, .75);
}

@-webkit-keyframes mymove {
    from {
        top: -100px;
    }

    to {
        top: -75px;
    }
}

/* Standard syntax */
@keyframes mymove {
    from {
        top: -100px;
    }

    to {
        top: -75px;
    }
}

.spinkr_wraper {
    position: relative;
    -webkit-animation: mymove 0.5s;
    /* Safari 4.0 - 8.0 */
    animation: mymove 0.5s;
    max-width: 1200px;
    display: none;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translate(-50%, 30%);
    /*margin-left: -160px;*/
    z-index: 3200;
    width: 93%;
}

.spinkr_wraper .spin_control {
    position: relative;
    width: 100%;
}

.spin_control img {
    max-width: 1200px;
    vertical-align: top;
    margin-top: -3px;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.banner-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.spinkr_wraper .spin_control .btn_view {
    position: absolute;
    bottom: 29px;
    left: 62px;
    width: 206px;
    height: 49px;
    background-color: #000;
    opacity: 0;
}

.spinkr_wraper .spin_control .btn_chk {
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    height: 37px;
    background-color: #000;
    opacity: 0;
}

.spinkr_wraper .spin_control .btn_clse {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 37px;
    background-color: #000;
    opacity: 0;
}

.btn_clse {
    color: white;
    cursor: pointer;
}

.btn_clse:hover,
.btn_clse:focus {
    color: #000;
    text-decoration: none;
}

#myModal.modal .modal-footer {
    border-top: none;
    position: relative;
    z-index: 2;
}


#msg_event_popup_modal a {
    cursor: pointer;
}

#msg_event_popup_modal .message-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

/*使視窗置中*/
#msg_event_popup_modal .message-popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

#msg_event_popup_modal .popup-content {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0 auto 1%;
}

#msg_event_popup_modal .popup-content .pop-bg {
    max-width: 100%;
    width: 700px;
    display: block;
    margin: auto;
}

#msg_event_popup_modal .pop-close {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 3%;
    top: 13%;
    background-image: url('Content/img/message/event_popup/icon_close.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

#msg_event_popup_modal .button-wrap {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    width: 35%;
    margin: auto;
}

#msg_event_popup_modal .button-link01>a,
.button-link02>a {
    width: 100%;
    padding-bottom: 50%;
    display: block;
    margin: auto;
    text-decoration: none;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    background-image: url('Content/img/message/event_popup/btn_ok.png');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;

}

#msg_event_popup_modal .button-link02>a {
    margin-top: -8%;
    padding-bottom: 33%;
    background-image: url('Content/img/message/event_popup/btn_cancel.png');
}

#msg_event_popup_modal .button-link01>a:hover,
.button-link02>a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@media only screen and (max-height: 768px) {
    #msg_event_popup_modal .popup-content .pop-bg {
        width: 700px;
    }

    #msg_event_popup_modal .button-link01>a,
    .button-link02>a {

        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
    }

    #msg_event_popup_modal .button-link01>a:hover,
    .button-link02>a:hover {
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
    }
}

#vue_gamehall_box .recommend-game-block .game-box .game-img {
    width: auto;
}

.game-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}