html{
    height: 100%;
    overflow: hidden;
}
body{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto !important;

    background-position: top center;
    background-size: cover;

}
.wrap_rwd{
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;

    /*background-image: url("../img/map_rwd_bg.gif");*/
    /*background-position: top center;*/
    /*background-size: cover;*/
    /*overflow-x: hidden;*/
    overflow-y: auto !important;
}
/*header*/
.header_main{
    width: 100%;
    margin: 0;
    padding:0;
    position: absolute;
    top: 0;
    z-index: 9;
}
.header_main .row{
    /*padding-left:10px;
    padding-right:10px;*/
}
.header_main .row>[class^=col-] {
    padding-left:0px;
    padding-right:0px;
}
.header_main .logoImg{
    width: 105%;
    height:auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -7px;
    left: -2px;
    z-index: 2;
}
@keyframes logo{
    0%  { transform:  scale(1.05);}
    50%  { transform:  scale(0.95);}
    100%  { transform: scale(1.05);}
}
.logo_move{
    animation: logo 3s infinite;
}
.header_main .memberImg{
    width: 102%;
    height:auto;
    margin: 0;
    padding: 0;
    position: relative;
    top: 2px;
    left: -1px;
    z-index: 1;

}
.header_main .col-2 .monkeyImg{
    width: 125%;
    height:auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0%;
    right: 0;
    z-index: 9;
}
.header_main .col-2 .m_moveB {
    animation-name: monkey_moveB;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes monkey_moveB{
    0%{
        top: 0%;
    }
    50%{
        top: 10%;
    }
    100%{
        top: 0%;
    }
}
.header_main .marqueeMobile{
    width: 90%;
    height: 36px;
    line-height: 24px;
    font-size: 16px;
    margin: -6px 0 0 0;
    padding:8px 0 3px 20px !important;
    color: #FFFFFF;
    display: inline-block;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index:1;
}
.header_main .downApp{
    width: 16%;
    height:auto;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 56%;
    left: 2%;
    z-index: 9;
}
.header_main .downApp a{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.header_main .downApp img{
    width: 100%;
    height:auto;
}

.header_main .marqueeMobile .marqueeWidth{
    position: relative;
    z-index: 5000;
    max-width:100000px;
    overflow: hidden;
}

.header_main .marqueeMobile .marquee{
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    margin:0;
    padding:0;
    overflow: hidden;
}
.header_main .marqueeMobile .marquee p{
    margin-right:150px;
}

.header_main .col-5 .memberBox{
    width: 100%;
    height: 100%;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
.header_main .col-5 .memberBox .nickName{
    width: 100%;
    height: 31%;
    padding: 1px 25px 0 40px;
    font-size: 1.1em;
    text-align: center;
    color: #000000;
    /*設定DIV中物件置中*/
    display:flex;
    align-items:center;
    justify-content:center;

}
.header_main .col-5 .memberBox .property{
    width: 100%;
    height: 49%;
    padding: 6px 10px 5px 30px;
    line-height: 1.1em;
    font-size: 1em;
    text-align: center;
    color: #FFFFFF;
    /*設定DIV中物件置中*/
    display:flex;
    align-items:center;
    justify-content:center;
}
.header_main .col-5 .memberBox .refresh{
    width: 100%;
    height: 20%;
    padding:0 30px 0 50px;
    font-size: 1em;
    text-align: center;
    color: #FFFFFF;
}
.header_main .col-5 .memberBox .refresh a{
    color: #FFFFFF !important;
    text-decoration: none;
}
.header_main .col-5 .memberBox .refresh span{
    margin: 0 2px 0 ;
}
.header_main .col-5 .memberBox .refresh img{
    width:auto;
    height: 130%;
    margin:0 0 0 0;
    padding:0;
    position: relative;
    z-index: 9;
}
/*main*/
.main_mobile{
    /*width: 100%;*/
    /*height: 88%;*/
    margin:0px;
    padding:0;
}
/*@media (min-width: 720px) and (max-width: 767px) {
    .main_mobile{
        margin-bottom: 290px !important;
    }
}
@media (min-width: 768px) and (max-width: 770px) {
    .main_mobile{
        margin-bottom: 390px !important;
    }
}*/
.main_mobile .row{
    height: 80vh;
    padding-left:10px;
    padding-right:10px;
    margin:105px 0 0 0;
    /*overflow-y: auto;*/
}
.main_mobile .row>[class^=col-] {
    padding-left:0px;
    padding-right:0px;
}
.main_mobile .col-6{
    height: 33.33333333333333%;
    text-align: center;
    flex: auto;
}

.main_mobile .col-6 a{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;

    text-align: center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.main_mobile .col-6 a img{
    width: 100%;
    height: auto;
    /*margin:-10px 0 0 0;*/
    position: relative;
    padding: 0px;
}
/*ip567使用*/
@media (max-width: 320px) {
    .main_mobile .col-6 a img{
        width: 100%;
       
    }
}

/*.main_mobile .col-6 a img{
    width: auto;
    height:100%;
    margin:-16px 0 0 0;
    padding:0;
    position: relative;
}*/
.main_mobile .col-4{
    /*text-align: center;
    display:flex;*/
    flex: auto;
    align-items:center;
    justify-content:center;
    padding: 0px;
    height: 97%;
}
.main_mobile .col-4 a{
    width: 100%;
    position: relative;
}
.main_mobile .col-4 a img{
    width: 95%;
    height:auto;
    padding:0;
    position: relative;
}
/*.main_mobile .col-6 a:hover img{
    width: 100%;
    height:auto;
    margin:-15px 0 0 0;
    padding:0;
    position: relative;
    z-index: 8;

    -webkit-transition: all 150ms ease-out 500ms;
    -ms-transition: all 150ms ease-out 500ms;
    transition: all 150ms ease-out 500ms;

}*/

/*footer*/
.footer_menu{
    width: 100%;
    /*height: 60px;*/
    margin: 0;
    padding:0px 5px 0;
    position: absolute;
    bottom: 1%;
    z-index: 9;
}
.footer_menu .row{
    padding-left:10px;
    padding-right:10px;
}
.footer_menu .row>[class^=col-] {
    padding-left:0px;
    padding-right:0px;
}
.col-5parts {
    flex: 0 0 20%;
    max-width: 20%;
}
.col-4parts {
    flex: 0 0 25%;
    max-width: 20%;
    margin: 0 3% 0 0;
}
.col-4parts:first-child {
    flex: 0 0 25%;
    max-width: 23%;
    margin: 0 4% 0 4%;
}

.menuIco{
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.menuIco a{
    width: 100%;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    text-decoration: none;
    display: inline;
}
.menuIco a:hover{
    width: 100%;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    text-decoration: none;
    display: inline;
}
.menuIco img{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.menuIco .icoWord{
    width: 100%;
    padding-bottom:0.5em;
    line-height: 24px;
    text-align: center;
    font-size: 1em;
    font-weight: bolder;
    color: #FFFFFF;
    position: absolute;
    bottom:8%;
    z-index: 5;
}
.menuIco .icoWord span{
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom:2px;
    z-index: 5;
}
.menuIco .icoWord p{
    width: 100%;
    margin: 0;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 5;
}
@media(min-width:0px){
    .monkey2_text {
        top: 10% !important;
        left: 10% !important;
    }
}
@media(min-width:320px){
    .monkey2_text {
        top: 10% !important;
        left: 8% !important;
    }
}
@media(min-width:360px){
    .monkey2_text {
        top: 8% !important;
        left: 18% !important;
    }
}
@media (min-width: 375px) and (max-width: 424px) {
    .main_mobile .col-6 a img{
        width: 100%;
    }
    .monkey2_text {
        top: 10% !important;
        left: 20% !important;
    }
}
@media (min-width: 425px) and (max-width: 519px) {

    .main_mobile .col-6 a img {
        width: 100%;
    }
    .monkey2_text {
        top: 10% !important;
        left: 14% !important;
    }
}
@media (min-width: 520px) and (max-width: 767px) {

    .header_main .marqueeMobile .marquee {
        line-height: 30px;
    }
    .menuIco img{
        width: 80%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    .menuIco .icoWord{
        font-size: 1.2em;
        bottom:10%;
        z-index: 5;
    }
    .main_mobile .col-6 a img {
        width: 80%;
    }

    .modal-dialog-login {
        margin: 0px auto !important;
    }
    .modal-dialog {
        max-width: 95%;
        /* margin: 0.8rem auto !important; */
        /*margin-bottom: 8% !important;
        margin-top: 20% !important;*/
    }
    .h_t_yellow{
        background: linear-gradient(to top, rgb(196 162 50) 30%, #dddddd);
        background: -webkit-linear-gradient(to top, rgb(196 162 50) 30%, #ffffff);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 24px;
        font-weight: 600;
    }
    .monkey2_text {
        top: 2% !important;
        left: 18% !important;
    }

}

@media  (min-width: 768px) and (max-width: 800px) {

    .header_main .marqueeMobile .marquee {
        line-height: 30px;
    }
    .menuIco img{
        width: 80%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    .menuIco .icoWord{
        font-size: 1.4em;
        bottom:12%;
        z-index: 5;
    }
    .main_mobile .col-6 a img {
        width: 80%;
    }
    .modal-dialog-login {
        margin: 0px auto !important;
    }
    .modal-dialog {
        max-width: 95%;
        /* margin: 0.8rem auto !important; */
    }
    .monkey2_text {
        top: 2% !important;
        left: 20% !important;
    }
    
}
@media (min-width: 800px) {

    .main_mobile .col-6 a img {
        width: 80%;
    }
    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
    .h_t_yellow{
        background: linear-gradient(to top, rgb(196 162 50) 30%, #dddddd);
        background: -webkit-linear-gradient(to top, rgb(196 162 50) 30%, #ffffff);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 30px;
        font-weight: 600;
    }
    .monkey2_text {
        top: 2% !important;
        left: 20% !important;
    }
       
}
@media (min-width: 1024px) {
    .main_mobile .col-6 a img {
        width: 80%;
    }    
    .h_t_yellow{
        background: linear-gradient(to top, rgb(196 162 50) 30%, #dddddd);
        background: -webkit-linear-gradient(to top, rgb(196 162 50) 30%, #ffffff);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 34px;
        font-weight: 600;
    }  
    .monkey2_text {
        top: 8% !important;
        left: 20% !important;
    }
}
.theForm_Stored_value_Rwd_bg {
    background-color: #e2e7eb59;
    border-radius: 4px;
}

/*---------------跳窗------------------*/
.homepage_login_cancel {
    position: absolute;
    top: 5px;
    right: 7px;
    cursor: pointer;
    z-index: 9000;
    color: rgb(196 162 50);
}
.modal-body-iamgree{
    background: hsla(0, 82%, 21%, 0);
    color: #fff !important;
}
.modal-content {
    /*height: 100%;*/
    margin: auto;
}
.modal-dialog {
    height: 60%;
    /* margin: 0.8rem ; */
    /*overflow-y: scroll;*/
}
.modal-header {
    border-bottom: 0px solid #e9ecef;
    padding: 1rem 1rem;
}
.modal-content-iamgree {
    background-color: rgb(15 15 15);
    border-radius: 10px;
    border-color: rgb(196 162 50) !important;
    border: 2px solid;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 62%);
}
.modal-body{
    /*display: flex;*/
    padding: 0px;
    width: 100%;
    height: 100%;
}
/*--登入跳出--*/
.modal-dialog-login {
    max-width: 600px !important;
    height: 100%;
    margin: 0px auto !important;
}
.modal-body-login {
    padding: 0px;
    padding-top: 10px !important;
}
/*--遊戲跳出--*/
.game-div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 48%;
    display: inline-block;
    /*padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;*/
    
}
/*垂直置中*/
.centerBox{
    width:100%;
    height:100%;

    /*設定DIV中物件置中*/
    display:flex;
    align-items:center;
    justify-content:center;
}

.box {
    
    overflow: hidden;
    perspective: 800px;
    position: relative;
    margin-bottom: 2px;
    border-radius: 29%;
}
.box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(36deg, #272b66 42.34%, transparent 42.34%) 0 0, linear-gradient(72deg, #2d559f 75.48%, transparent 75.48%) 0 0, linear-gradient(-36deg, #9ac147 42.34%, transparent 42.34%) 100% 0, linear-gradient(-72deg, #639b47 75.48%, transparent 75.48%) 100% 0, linear-gradient(36deg, transparent 57.66%, #e1e23b 57.66%) 100% 100%, linear-gradient(72deg, transparent 24.52%, #f7941e 24.52%) 100% 100%, linear-gradient(-36deg, transparent 57.66%, #662a6c 57.66%) 0 100%, linear-gradient(-72deg, transparent 24.52%, #9a1d34 24.52%) 0 100%, #43a1cd linear-gradient(#ba3e2e, #ba3e2e) 50% 100%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    transform: translateX(-50%) translateY(-50%) scale(0) rotate(360deg);
    transition: all 0.3s ease 0s;
}
.box img {
    width: 100%;
    height: auto;
}
.box .box-content {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.box .inner-content {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 2;
    transform: translate(-50%, -50%) scale(2);
    transition: all 0.3s ease 0.2s;
}
.box:hover:before {
    opacity: 0.7;
    transform: translateX(-50%) translateY(-50%) scale(1.5) rotate(0);
}
.box:hover:after {
    opacity: 1;
}
.box .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    position: relative;
    transition: all 0.3s ease 0.2s;
    text-shadow: 0 0 0em #ffe000, 0 0 0.2em #ffe000, 0 0 0.2em #ffe000;
}
.box .icon {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease 0.2s;
}
.box .icon li a {
    display: block;
    width: 59px;
    height: 40px;
    line-height: 40px;
    border-radius: 30%;
    background: #fff;
    font-size: 14px;
    color: #000;
    transition: all 0.3s ease 0s;
    font-family: Arial,'Microsoft YaHei','Microsoft JhengHei',Helvetica, sans-serif !important;
}
.box .box-content {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.box:hover .inner-content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.box:hover .icon {
    bottom: 7px;
    width: 81%;
}
.box .icon li {
    display: inline-block;
    margin: 0 2px;
}
.box .icon li a:hover {
    background: #3e0e0c;
    color: #fff;
}
/*--聊天室 --*/
/* .test {
    width: 93% !important;
} */
.sidebar-rwd {
    width: 100% !important;
}
/*標頭文字*/
.h_t_yellow{
    background: linear-gradient(to top, rgb(196 162 50) 30%, #dddddd);
    background: -webkit-linear-gradient(to top, rgb(196 162 50) 30%, #ffffff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 767px){
    .sidebar {
        position: relative !important;
        left: auto !important;
    }
}
@media(min-width:767px){
      .modal-chat-content {
        width: 100%;
        height: 100%;
        margin: auto;
    } 
    .header_main .marqueeMobile{
        width: 90%;
        height: 36px;
        line-height: 36px;
        margin: 10px 0 0 0;
        padding:8px 0 3px 40px !important;
        color: #FFFFFF;
        display: inline-block;
        background-size: cover;
        overflow: hidden;
        position: relative;
        z-index:1;
    }
    .header_main .marqueeMobile .marquee{
        float: left;
        height: 24px;
        line-height: 24px;
        font-size: 28px;
        display: inline-block;
        margin:0;
        padding:0;
        overflow: hidden;
    }
    .h_t_yellow{
        background: linear-gradient(to top, rgb(196 162 50) 30%, #dddddd);
        background: -webkit-linear-gradient(to top, rgb(196 162 50) 30%, #ffffff);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 28px;
        font-weight: 600;
    }
}
/*--聯絡我們 --*/
.line-number{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
.line-number img{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
/*.line-number div {
    right: -128% !important;
}*/
.line-number .line-word {
    font-size: 1.5em;
    font-weight: 700;
    -webkit-text-stroke: 0px #135f13;
    color: white;
    /*text-shadow: 5px 8.66px 9.9px rgba(17, 5, 8, 0.75);
    -moz-transform: matrix( 1.8,0,0,1.8,0,0);
    -webkit-transform: matrix( 1.8,0,0,1.8,0,0);
    -ms-transform: matrix( 1.8,0,0,1.8,0,0);*/

    position: absolute;
    bottom: 26%;
    right: 18%;
    z-index: 99;
}
.line-number .line-word-shadow {
    font-size: 1.5em;
    font-weight: 700;
    -webkit-text-stroke: 2.2px #135f13;
    color: white;
    text-shadow: 3px 6.66px 9.9px rgba(17, 5, 8, 0.75);
    -moz-transform: matrix( 1.8,0,0,1.8,0,0);
    -webkit-transform: matrix( 1.8,0,0,1.8,0,0);
    -ms-transform: matrix( 1.8,0,0,1.8,0,0);

    position: absolute;
    bottom: 26%;
    right: 18%;
    z-index: 97;
}
/*ip5使用*/
@media (max-width: 320px) {
    .line-number .line-word,
    .line-number .line-word-shadow{
        font-size: 1.2em;
    }
}
.use-absolute {
    height: 24vh !important;
}
/*--會員互傳 --*/
.table {
    font-size: 14px !important;
}
/*--會員條款 --*/

/*.modal-content-iamgree {
    background-color: rgba(0, 0, 0, 1) !important;
}*/
/*-- 表格 --*/
.modal-table {
    display: flex;
    background-color: rgba(0, 0, 0, 0.71);
    border-radius: 10px;
    height: 100%;
}
/*-- 表格 --*/
.mouse{
    width: auto;
    height: 40px;

}
.widget-stats .widget-stats-title, a.widget-stats .widget-stats-title {
    font-size: 16px;
}
.loader {
     margin-top:auto !important;
}
/*-- loading --*/
.loader {
    width: 280px !important;
}
.loader {
    font-size: 200% !important;
}
.span-loader {
    width: 31px !important;
    text-align: center;
}

/*-- 龍宮風火輪 --*/
.monkey2_row{
    width: 300% !important;
    margin-left: -20%;;
}
.monkey3_row {
    width: 265% !important;
}
.monkey-m-l {
    margin-left: 30%!important
}
.monkey-m-l2 {
    margin-left: 2%!important
}
.content-img {
    max-width: 250% !important;
}
.monkey2_img {
    width:100% !important;
    height:auto;
    top: 25% !important;
    left: 14% !important;
    margin-top: 39px !important;
}
.monkey2_text {
    /* max-width: 13.5% !important; */
    height: auto;
}
.test_monkey2_2 {
    /* width: 200px !important; */
    width:80%;
    margin-left:10% !important;
}
/*ip5使用*/
@media (max-width: 320px){
    .monkey-m-l2 {
        margin-left: 0% !important;
    }
    .test_monkey2_2 {
        margin-left:20% !important;
        /* background: rgba(82, 76, 76, 0.47) !important; */
    }
}

/*-------------------基礎設定-------------------*/
/*垂直置中*/
.flexbox-center{
    /*設定DIV中物件置中*/
    display:flex;
    align-items:center;
    justify-content:center;
}

.lh-16{
    line-height: 16px !important;
}

.close-btn-style{
	    background: rgb(196 125 21 / 0%) !important;
    border-color: rgb(196 125 21 / 0%) !important;
    width: 20px !important;
    height: 17px !important;
    font-size: 16px !important;
    margin-top: 3px !important;	
}
.close-btn-style i{
	    color: #fff !important;
}
.horizontal-bg{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    position: fixed;
    background: hsl(0deg 0% 0% / 94%);
    background-size: 70% 100%;
    background-position: center;
    background-repeat: no-repeat;
    
}

.eee{
   color: red; 
}