@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@900&family=Noto+Sans+SC:wght@300;400;500;700;900&family=Noto+Sans+TC:wght@300;700;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:wght@300;400;500&family=ZCOOL+QingKe+HuangYou&display=swap');
*{
    box-sizing: border-box;
}
.fancybox-lock .fancybox-overlay{
    overflow-y: auto;
}
html, body {
    -webkit-text-size-adjust: 100%; /* 禁止文字自动调整大小 */
    touch-action: manipulation; /* 禁止双指缩放 */
}
.no_scroll{
    overflow: hidden;
}
html{
    font-size: 3.3333vw;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: 'Noto Serif TC', serif;
}
.content{
    overflow-x: 100%;
    -webkit-text-size-adjust: 100%; /* 禁止文字自动调整大小 */
    touch-action: manipulation; /* 禁止双指缩放 */
}

@media screen and (max-width: 1000px) and (min-width: 550px) {
    html {
        font-size: 2vw;
    }
}
@font-face {
    font-family: 'Digital Numbers Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Digital Numbers Regular'), url('DigitalNumbers-Regular.woff') format('woff');
}
body{
    margin: 0;
    padding: 0;
    background-color: #0f0f0f;
    font-family:'Noto Sans SC', 'Noto Sans TC', serif;
    -webkit-overflow-scrolling: unset;
    font-weight: 500;
}
input{
    touch-action: manipulation;
}
button{
    -webkit-appearance: none;
}

a {
    color: inherit;
    text-decoration: none
}

h2, .h2 {
    font-size: 2rem;
}
img{
    max-width: 100%;
    display: block;
}
/* 架站中彈窗 */
#noItem_box{
    padding:20px 0;
    background: none;
    border:none;
}
.no_item {
    position: relative;
    width: 20rem;
    margin: auto;
}
.no_item_text {
    position: absolute;
    color: #ffffff;
    font-size: 1.8rem;
    top: 7.5%;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: 2px 2px 2px #bf8e1a;
    line-height: 2rem;
}
/* !架站中彈窗 */
/* 客服按鈕 */
.service_fix_btn_box{
    text-align: right;
    padding: 0 0.5rem;
}
.service_fix_btn{
    display: inline-block;
    /* position: absolute; */
    /* right: 0.5rem; */
    position: relative;
    width: 7rem;
}
.service_fix_btn span{
    position: absolute;
    top: 61%;
    left: 0;
    right: 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    /*文字邊框 顏色 #000AD1*/
    text-shadow: -1px -1px 1px #000AD1, 1px -1px 1px #000AD1, -1px 1px 1px #000AD1, 1px 1px 1px #000AD1,
    -2px -2px 2px #000AD1, 2px -2px 2px #000AD1, -2px 2px 2px #000AD1, 2px 2px 2px #000AD1;
    font-weight: bold;
}
/* !客服按鈕 */
.text-red{
    color: #FF2929;
}
.site-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 50;
    /* max-width: 550px; */
    margin: auto;
}
.fix_header{
    position: fixed;
    /* max-width: 550px; */
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 550;
}
.site-header2{
    background: url(../images/member/top.jpg);
    background-size: cover;
    background-position: center;
    z-index: 50;
    padding-bottom: 16%;
    position: relative;
    

}
.site-header2 .logo{
    background: url(../images/member/login.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 34%;
    display: inline-block;
    position: absolute;
    left: 0.5rem;
    top: 0.6rem;
    bottom: 0.6rem;
}
.tab_content{
    display: none;
}
.btn.btn-member2{ /*會員專區登出按鈕*/
    background-color: #ADF0F9;
    border-radius: 5px;
    text-align: center;
    color:#676767;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 1rem;
    padding: 0.6rem;
}
.btn.btn-member1{ /*會員專區修改密碼按鈕*/
    background-color: #FF9A41;
    border-radius: 5px;
    text-align: center;
    color:#fff;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 1rem;
    padding: 0.6rem;
}
.backPage{
    background: url(../images/back.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 90;
    width: 2rem;
    height: 2rem;
    text-align: center;
    transform: translate(0, 30%);
    position: absolute;    
}
#close_right{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    top: 0!important;
    left: -40px;
    transition: all ease .3s;
    position: fixed;
    z-index: 999999999999;
}
.fixed_chat{
    width: 50px;
    height: 50px;
    background: #00c9d1;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    right: 1%;
    bottom: 2%;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    z-index: 9;
}
/*卷軸設定*/
::-webkit-scrollbar {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 80px;
    overflow: hidden;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 100px;
}

::-webkit-scrollbar-thumb {
    border-radius: 80px;
    background: #C2B9B9;
    border-radius: 100px;
}


.wrapper{
    width: 100%;
    /* max-width: 550px; */
    padding-top: 140px;
    background: linear-gradient(to bottom,  rgba(240,155,15,1) 0%,rgba(254,249,240,1) 28%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin: auto;
    position: relative;
    padding-bottom: 80px;
    min-height: 100vh;
}

.container{
    padding:  0 15px;
    max-width: 1366px;
    margin:auto;
    width: 100%;
    position: relative;
}
.bottom_btn{
    position: fixed;
    /* max-width: 550px; */
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    z-index: 100;
}
.bottom_btn a{
    display: block;
    width: 20%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #8C8C8C;
    padding: 5px 0;
    line-height: 1;

}
.bottom_btn a i{
    display: inline-block;
    width: 100%;
    padding-bottom: 2rem;
    position: relative;
}
.bottom_btn a i svg{
    width: 100%;
    position: absolute;
    top: -1%;
    left: 32.5%;
    right: 32.5%;
    max-width: 35%;
    height: 2rem;
}
/*.bottom_btn a:hover i svg path{
    fill: #05437A!important;
}
.bottom_btn a:hover {
    color: #05437A
}
*/
.bottom_btn3_page .bottom_btn3 i svg path{
    fill: #3b8faa!important;
}
.bottom_btn3_page .bottom_btn3 {
    color: #3b8faa
}

.bottom_btn2_page .bottom_btn2 i svg path{
    fill: #05437A!important;
}
.bottom_btn2_page .bottom_btn2 {
    color: #05437A
}
.bottom_btn4_page .bottom_btn4 i svg path,
.bottom_btn4_page .bottom_btn4 i svg rect
{
    fill: #00b542!important;
}

.bottom_btn4_page .bottom_btn4 {
    color: #00b542
}

.bottom_btn5_page .bottom_btn5 i svg path{
    fill: #00719b!important;
}
.bottom_btn5_page .bottom_btn5 {
    color: #00719b
}

/* 首頁上方卷軸 */
.top_btn .flex::-webkit-scrollbar {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 80px;
    overflow: hidden;
}
.top_btn .flex::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;  
}

.top_btn .flex::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: 
        url('../images/index/scroll1.png') left center no-repeat,
        url('../images/index/scroll2.png') right center no-repeat,
        linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(223,223,223,1) 48%, rgba(128,128,128,1) 100%);
    border: solid 1px #CFCFCF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
    background-size: auto 95%, auto 95%, 100% 100%;
    background-position: left center, right center, 0 0;
}

.top_btn .container:before {
    content: '';
    position: absolute;
    bottom: 0.25rem;
    left: 2rem;
    right: 2rem;
    height: 0.2rem;
    background: #6D6D6D;
    display: block;
    border-radius: 100px;
}

/* !首頁上方卷軸 */
.top_btn .container{
    padding: 0 2rem
}
.top_btn .arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    padding-bottom: 3rem;
}
.top_btn .arrow.arrowLeft{
    left: 0.5rem;
}
.top_btn .arrow.arrowRight{
    right: 0.5rem;
}
.top_btn .flex{
    display: flex;
    overflow-x: auto;
    z-index: 6;
    position: relative;
}
.top_btn .item{
    min-width: 20%;
    padding: 0 5px 5px;
    text-align: center;
    color: #6D6D6D;
    position: relative;
}
.top_btn .item .cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
}
.top_btn .item .pic{
    border-radius: 5px;
    border:solid 2px #C27500;
    padding: 0.3rem;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fff;

}
.top_btn .item .pic img{
    max-width: 50%;
}
.top_btn .item .name{
    margin: 0.3rem 0  ;
    font-size: 0.9rem;
}

.open_menu {
    width: 1.8rem;
    cursor: pointer;
    display: inline-block;
}
.open_menu:before,.open_menu:after{
    content: '';
    width: 100%;
    height: 0.3rem;
    border: solid 1px #707070;
    background: #fff;
    display: block;
    margin-bottom: 0.3rem;
}
.open_menu span{
    display: block;
    width: 100%;
    height: 0.3rem;
    border:solid 1px #707070;
    background: #fff;
    margin-bottom: 6px;

}
.menu_box{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background: #F5F5F5;
    z-index: 9995;
    padding: 20px 10px;
    max-width: 80%;
    height: 100vh;
    overflow: auto;
    display: none;
}
.out_box_mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 995;
    background: rgba(0,0,0,0.6);
}
.open_menu_active .out_box_mask{
    display: block;
}

.menu_box .menu{
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.menu_box .menu li a{
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 15px;
    font-size: 1.4rem;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
    padding: 0.8rem ;
    display: flex;
    align-items: center;
    position: relative;
}

.menu_box .menu li.has-child.active > a{
    border-radius: 15px 15px 0 0;
}
.menu_box .menu .has-child >a:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;

    background: url(../images/menu/child_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease .3s;
}
.menu_box .menu .has-child.active >a:after {
    transform:rotate(180deg);
}
.menu_box .menu > li:last-child a{
    color: #E14B87;
}
.menu_box .menu > li > a > img{
    width: 1.4rem !important;
    height: 1.4rem !important;
    margin-right: 0.5rem;
    object-fit: contain;
    object-position: center;

}
.menu_box .menu > li ul li a >img{
    width: 1.4rem!important;
    height: 1.4rem!important;
    margin-right: 5px;
    margin-left: 5px;
    object-fit: contain;
    object-position: center;  
}

.menu_box .menu .has-child ul{
    list-style: none;
    padding: 0;
    background: #fff;
    margin-top: -0.5rem;
    border-radius: 0 0 15px 15px;
    padding-left: 2rem;
    display: none;

}
.menu_box .menu .has-child ul li a:before{
    content: '';
    display: inline-block;
    background: url(../images/menu/menu_ic.png);
    width: 0.5rem;
    height: 0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;

}
.menu_box .menu .has-child ul li a{
    font-size: 1.3rem;
    padding-left: 20px;
    position: relative;
    padding: 0.4rem 0.8rem;

}
/*固定按鈕*/
.fix_button_box .ic1 .logo{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    display: block;
    background: url(../images/common/ic1.png);
    background-size: contain;
    -webkit-mask: url('../images/common/ic1.png') no-repeat center center;
    -webkit-mask-size: contain;
    mask: url('../images/common/ic1.png') no-repeat center center;
    mask-size: contain;
    left: 0;
    top: 0;
}

/* .fix_button_box .ic1 .logo:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 170%;
    height: 15px;
    background-color: rgb(215 174 81);
    transform-origin: center center;
    transform: translate(-50%, 50%) rotate(-60deg);
    animation: ScanLights 1.2s linear 1s infinite;
}
@keyframes ScanLights {
    0% {
        transform: translate(-100%, 50%) rotate(-60deg);
    }

    100% {
        transform: translate(100%, 50%) rotate(-60deg);
    }
} */

.fix_button_box{
    height: 0;
    position: fixed;
    right: 0;
    left: auto;
    top: 40%;
    z-index: 750;
    display: block;
    width: 5rem;
    height: 5rem;
}
.fix_button_box .ic{
    background: rgba(255,255,255,0.85);
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    padding: 0.5rem;
    position: absolute;
    transition: all ease .3s;
    text-align: center;
    border: solid 1px #CFCFCF;
    right: 2%;
}
.fix_button_box.active .ic img{
    max-width: 100%;
    max-height: 100%;
}
.fix_button_box .ic span{
    position: absolute;
    left: -1rem;
    right: -1rem;
    text-align: center;
    top: 100%;
    font-size: 1rem;
    font-weight: 700;
    color:#fff;
    text-shadow: -1px -1px 1px #A45500, 1px -1px 1px #A45500, -1px 1px 1px #A45500, 1px 1px 1px #A45500;
}
.fix_button_box .ic3 span{
    text-shadow: -1px -1px 1px #048D1D, 1px -1px 1px #048D1D, -1px 1px 1px #048D1D, 1px 1px 1px #048D1D;
}
.fix_button_box .ic5 span{
    text-shadow: -1px -1px 1px #000AD1, 1px -1px 1px #000AD1, -1px 1px 1px #000AD1, 1px 1px 1px #000AD1;
}
.fix_button_box .ic2{
    bottom: 3rem;
}
.fix_button_box .ic3,
.fix_button_box .ic5,
.fix_button_box .ic4{
    top: 3.2rem;
}
.fix_button_box .ic1{
    border-radius: 15px 5px 5px 15px;
    padding: 1rem;
    z-index: 3;

}
.fix_button_box.active .ic1{
    padding-left: 0;
    padding-right: 0;
    width: 3rem;
}

.fix_button_box.active .ic2{
    bottom: calc(100% + 2rem);
    right: 0.5rem;
}

.fix_button_box.active .ic3{
    right: 5rem;
    top: -3.5rem;
    margin-right: 12%;
}
.fix_button_box.active .ic5{
    right: 5rem;
    top: 2.8rem;
    margin-right: 12%;
}
.fix_button_box .ic4{
    top: 0;
}
.fix_button_box.active .ic4{
    top: 6rem;
    right: 0.5rem;
    
}
.fix_button_box .ic2,
.fix_button_box .ic3,
.fix_button_box .ic4,
.fix_button_box .ic5{
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
}
.fix_button_box.active .ic2,
.fix_button_box.active .ic3,
.fix_button_box.active .ic4,
.fix_button_box.active .ic5{
    opacity: 1;
    width: 4rem;
    height: 4rem;
    padding: 0.5rem;
}
.fix_button_box.active .ic3{
    background: linear-gradient(to bottom,  rgba(152,255,173,0.85) 0%,rgba(0,219,44,0.85) 74%,rgba(0,219,44,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border:none;
}
.fix_button_box.active .ic5{
    background: linear-gradient(to bottom,  rgba(107,221,255,0.85) 0%,rgba(9,119,245,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border:none;
}

/*!固定按鈕*/
/*遊戲轉點*/
.fancybox-bottom{
    top: auto !important;
    bottom: 0 !important;
}
.gamePopBox{
    width: 100%;
    max-width: 550px;
    margin: auto;
    background: #F6F6F6;
    border-radius: 48px 48px 0 0;
    z-index: 160;
    padding: 1rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.gamePopBox .btn-close{
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/close_ic.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    display: inline-block;
}
.gamePopBox .tit{
    color: #19D1E9;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 0.6rem;
}
.gamePopBox  .top{
    width: 80%;
    max-width: 200px;
    margin: auto;
}
.gamePopBox .row{
    display: flex;
    margin-bottom: 0.5rem;
}
.gamePopBox .row .c{
    color: #676767;
    font-weight: normal;
    font-size: 1.1rem;
    width: 60%;
}
.gamePopBox .row .c img{
    max-width: 1.2rem;
    max-height: 1.2rem;
    object-fit: contain;
    object-position: center;
}
.gamePopBox .row .c + .c{
    text-align: right;
    width: 40%;
    color: #FF9A41;
}
.gamePopBox .center{
    display: flex;


}
.gamePopBox .center .form-control{
    background: #fff;
    border:solid 1px #707070;
    border-radius: 0;
    font-size: 16px;
}
.gamePopBox .center .btn{
    background: #19D1E9;
    border-radius: 5px;
    color: #ffffff;
    padding: 0 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gamePopBox .bottom {
    display: flex;
    padding: 1rem
}
.gamePopBox .bottom .number_btn:before{
    content: '';
    margin: 0.5rem auto;
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(../images/number_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}
.gamePopBox .bottom .number_btn{
    width: 23%;
    margin: 0 1%;
    text-align: center;
    color: #FF9A41;
    font-weight: bold;
    font-size: 1.1rem;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 5px 6px rgba(0,0,0,0.16);
    padding:0.5rem;

}
.gamePopBox .btn2{
    background-color: #FFDFC4;
    border-radius: 5px;
    text-align: center;
    color: #676767;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 1rem;
    padding: 0.6rem;
}
/*!遊戲轉點*/
.bootstrap-select.btn-group .dropdown-menu.inner{
    max-height: 200px!important
}
#ukefu-point{
    bottom: 2%!important;
}
.fancybox-overlay {
    z-index: 999997 !important;
}
.fancybox-opened{
    z-index: 999998 !important;

}
.new_out_box .dropdown-menu::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.new_out_box .dropdown-menu::-webkit-scrollbar-track {
    background-color: rgb(161 112 197);
}

.new_out_box .dropdown-menu::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #5e0000;
}
.animated-box
.fancybox-margin{
    margin-right: auto!important;
}

#global_marquee{
    display: none;
}
.fancybox-opened .fancybox-skin{
    box-shadow: 0 0 0;
}
.site-footer{
    color: #B4B1B1;
    font-size: 1rem;
    font-weight: normal;
    padding-top: 1rem;
}
.icon-btn{
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    display: block;
    z-index: 88;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 13px;
    font-size: 14px;
}


.pt-1{
    padding-top: 1rem;
}
.out_box .box_check{
    display: none;
}
img{max-width:100%;height:auto!important;display:inline-block;vertical-align:middle;line-height:1}

.btn,.ibtn {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.btn::-moz-focus-inner,.ibtn::-moz-focus-inner {
    padding: 0;
    border: 0
}

.btn:focus,.ibtn:focus {
    outline: none
}



.text-h6 {
    font-size: 1.45rem!important;
    font-weight: 500;
    letter-spacing: .0125em!important;
    line-height: 2rem;
    font-family: "Roboto",sans-serif;
}

.sweet-alert .btn{
    padding:1rem 2rem;
    background-color: #337ab7;
    border-color: #2e6da4;
}
/*tooltip*/
.tooltip.bottom .tooltip-arrow{border-bottom-color:#00906c}
.tooltip-inner{background-color:#00906c}

/*top bar*/

.full_content .site-header:before{
    display: none;
}
.full_content{
    padding-bottom: 0;
}
.full_content .site-header{
    height: 52px;
    text-align: center;
}
.full_content div.content {
    height: calc(100vh - 52px);
    overflow-y: hidden;
}
.full_content.wrapper{
    padding-top: 5rem;
    overflow: hidden;

}


.btn-open{
    border: none;
    transition: .2s;
    cursor: pointer;
    width: 73px;
    height: 89px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    outline: 0!important;
    font-size: 1.4rem;

}
.btn-open span{
    display: block;
    width: 42px;
    color: #fff;
    position: absolute;
    top: 25%;
    transition: all ease .3s;
    white-space: initial;
    line-height: 1.2;
}
.btn-open.left{
    left: 10px;
    display: none;
}
.btn-open.left span{
    left: 24%;
}

.btn-open.left:hover span{
    color: #FFFF00;
}

.btn-open.right span{
    right: 60%;
    top: 20%;
}


.btn-open.right:hover span{
    color: #FFFF00;
}

.btn-
.btn-open.right{
    width: 68px;
    height: 72px;
}
.btn-open.active i:before{
    content: "\f00d";
}

.btn-open.right i{
    transform: rotateY(180deg);
}
.btn-open.right{
    right: 10px;
}

/*!top ban*/


/*內容設定*/
/*div.content{
    height: calc(100vh - 126px );
    overflow-y: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-x: hidden;
}

*/
/*彈窗*/
.fancybox{
    display: none;
}
.send_box,.send_box2{
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.6)
}
.fancybox-skin{
    background: none;
}

.site-main{
    padding:0 15px;
    width: 100%;
    box-sizing: border-box;
}
/*頁碼*/
.page{
    text-align: center;
    margin: 0 0 1.5rem;
}
.page ul{
    margin: 0;
}
.pagination > li > a{
    border-radius: 5px;
    margin: 0 2.5px 5px;
    background: #FFFFFF;
    color: #1F1E1F;
    font-weight: bold;
    position: relative;
    z-index: 2;
    border:solid 1px #FFFFFF;
    width: 34px;height: 34px;
    padding: 0;
    line-height: 32px;
}
.pagination > li > a span{
    display: inline-block;
    position: relative;
    top: -2px;
}
.pagination > li > a:before{
    border-radius: 5px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all ease .3s;
    background: #dfffc9; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #dfffc9 0%, #44a024 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #dfffc9 0%,#44a024 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #dfffc9 0%,#44a024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfffc9', endColorstr='#44a024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pagination > li.active > a:before{
    opacity: 1;
}
.pagination > li > a:hover{
    color: #1F1E1F;
    background: #fff;
    border-color: #fff;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    z-index: 2;
    color: #1F1E1F;
    cursor: default;
    background: #fff;
    border-color: #fff;
}

/*!頁碼*/

.black_box{
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    color: #000;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6;
    margin: 15px;
}
.leave_box{
    padding: 20px 40px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6;
    margin: 15px;
    position: relative;
}
.leave_box .bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    width: 100%!important;
    height: 100%!important;
}
.flex_box{
    display: flex;
    align-items: center;
    min-height: 335px;

}
.flex_box>div{
    width: 100%;
}
.leave_box .form-control{
    background: #fff;
    color: #000000;
    border:solid 2px #F954FF;
    border-radius: 9px;
}

.fancybox-close,
.fancybox-close2,
.fancybox-close3,
.fancybox-close4,
.fancybox-close5{
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    background: url(../images/index/close.png);
    right: 0.8rem;
    top: 0.5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.jackpot_box .fancybox-close {
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    right: 0.8rem;
    top: 0.5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/index/close2.png);
    
}
body .iframe-close{
    top: 4%!important;
    right: 5.5%;
    height: 67px;
    width: 41px;
    background-color: #000;
}

.leave-tit{
    font-size: 2.2rem;
    color: #F9D2FF;
    font-weight: bold;
    padding: 0 15px;
    text-align: center;
    width: 100%;

}
.leave-tit2{
    font-size: 1.3rem;
    font-weight: bold;
}
.leave-tit3{
    font-size: 2.2rem;
    font-weight: bold;
}
.leave-tit2.flex{
    margin-bottom: 1rem;
}
.leave-tit2.flex .smt{
    min-width: 150px;
    display: inline-block;
}
.smc{
    color: #1DD6F2;

}

.leave-tit4{
    font-size: 1.5rem;
    color: #6881FD;
    font-weight: bold;
    margin-top: 1rem;
}
#notOpen{
    padding: 50px 15px;
}
.leave-tit5{
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    padding: 0;
    text-shadow: -1px -1px 0 #04DAE0, 1px -1px 0 #04DAE0, -1px 1px 0 #04DAE0, 1px 1px 0 #04DAE0;
    text-align: center;

}

.leave_li{
    margin: 1rem 0;
}
.leave_box .leave-wrap .form-control{
    background: transparent;
    width: 100px;
    display: inline-block;
    margin-right: 0.2rem;
    border-radius: 0;
    border-width: 0 0 1px;
    color: #fff;
}
.g1_box {
    text-align: left;
    position: relative;
}
.btn-box.justify-center {
    justify-content: center;
}
.c{
    position: relative;
}
.g1_top{
    margin-bottom: 0.5rem;
    position: relative;
}
.g1_top span{
    position: absolute;
    left: 27px;
    top: 5px;
}
.g1_danger{
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: none;
}
.error .g1_danger{
    display: block;
}
.g1_top .form-control{
    background: transparent;
    color: #fff;
    text-align: right;
    border: solid 2px #fff;
}
.error .form-control{
    border-color: #ff5252;
}
.error .g1_top span{
    color: #ff5252;
}
.error .g1_danger{
    color: #ff5252;
}
.g1_box label{
    display: block;
}

/*全部轉回主帳戶*/
.withdrawbox{
    background-image: none;
}
.withdrawbox .top{
    margin: 0px -25px 3px;
    font-size: 27px;
    padding: 0px 0 10px;
    line-height: 1.4;
    position: relative;

}
.withdrawbox .top img,
.withdrawbox .bottom img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%!important;
    z-index: -1;
}
.withdrawbox .top .t2{
    font-size: 20px;
}
.withdrawbox .top .t1{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;

}
.withdrawbox .bottom{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 40px 40px 0px;
    margin: 0px -25px 0px;
    position: relative;
}
.withdrawbox .row{
    display: flex;
    flex-wrap: wrap;
    padding: 7px 0;
    align-items: center;
    justify-content: center;
}
.withdrawbox .bottom .row{
    border-bottom: solid 1px #A8CFD3;

}
.withdrawbox .row .col{
    width: 33.33%;
}


.btn-all{
    width: 100%;
}
/*!全部轉回主帳戶*/

@media screen and (max-width: 400px) {
    .withdrawbox .top{
        padding:20px 0;
    }

}


/*slot*/

.op0{
    opacity: 0;
}


/*商城*/
.member_tit{
    text-align: center;
    color: #fff;
    line-height: 2rem;
    padding: 15px 0px 22px;
    background-size: 100% 100%;
    /* text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff, 0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff; */
    margin: 5px -15px 10px;
    font-size: 29px;
}


.qrcode{
    text-align: center;
    margin: 1rem 0;
    color: #fff;
    line-height: 1.6;
}
.qrcode img{
    max-width: 180px;
}
.flex{
    display: flex;
}
.align-center{
    align-items: center;
}
.justify-between{
    justify-content: space-between;
}
.store_stit{
    font-size: 1.4rem;
}
.btn-store{
    background-color: #00acc1;
    border-color: #00acc1;
    border-radius: 5px;
    padding:2px 10px;
}
.btn-store i{
    margin-right: 0.2rem;
}

.bank-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bank-list li a{
    display: block;
    width: 100%;
    background: #10b981;
    padding:2px 7px;
    border-radius: 5px;
    margin: 0.5rem 0;
    font-size: 1.2rem;
    font-weight: bold;
}
.bank-list li a.active{
    background: #047857;
}
.bank-list li a i{
    margin-right: 0.2rem;

}
.btn-addBank{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border:solid 1px #fff;
    padding:4px 7px;
    font-size: 1.2rem;
    align-items: center;
}
.btn-addBank span.icon{
    content: '';
    background: url(../images/icon05.png) center no-repeat;
    width: 20px;
    height: 22px;
    background-size: contain;
}
.bank-box{
    margin-top: 2rem;
}
.bank-box .number_box{
    padding:0 50px;
    position: relative;
}
.bank-box .number_box .btn-num{
    position: absolute;
    bottom: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;

}
.number_box .form-control{
    border-radius: 0;
    border-width: 0 0 1px;
    border-color: #fff!important;
    background: transparent;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}
.number_box .btn-num.minus{
    left: 0;
}
.number_box .btn-num.add{
    right: 0;
}
.bottom-box{
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    padding:0 50px;
}
.bottom-box .btn{
    background-color: #2196f3;
    border-color: #2196f3;
    padding:8px 15px;
}
.bottom-box .btn:nth-child(1){
    width: 65%;
}
.bottom-box .btn:nth-child(2){
    width: 30%;
    background-color: #1976d2;
    border-color: #1976d2;
}
.btn-box{
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
}
.btn-box .btn{
    display: flex;
    background: #6498fe;
    border:none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0rem 0 0.5rem;
    outline: medium none;
    overflow: hidden;
    padding: 10px;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out 0s;
    width: 100%;
    box-shadow: 0 1px 2px 0px rgba(0,0,0,0.16), 0 1px 2px 0px rgba(0,0,0,0.23);
}
.btn-box.w-5{
    width: 80%;
    margin: 0 10%;

}
.btn-box.w-5.wrap{
    flex-wrap: wrap;
}
.btn-box.w-5.center{
    justify-content: center;
}
.btn-box.w-5.center .btn{
    margin-left:  1%;
    margin-right:  1%;
}
.btn-box.w-5 .btn{
    width: 49%;
}
.btn-box.w-5 .sbtn{
    width: 25%;
}
#Recharge_more{
    position: relative;
    overflow: inherit;
}
#Recharge_more.active #Recharge_gift{
    display: block;
}
#Recharge_gift{
    left: 0;
    right: 0;
    position: absolute;
    bottom: 100%;
    margin-bottom: 5px;
    width: 100%;
    display: none;
}
.btn-box .btn-ok{
    background: rgb(39,186,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(39,186,254,1) 0%, rgba(176,230,255,1) 29%, rgba(39,186,254,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(39,186,254,1) 0%,rgba(176,230,255,1) 29%,rgba(39,186,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(39,186,254,1) 0%,rgba(176,230,255,1) 29%,rgba(39,186,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27bafe', endColorstr='#27bafe',GradientType=0 ); /* IE6-9 */

    color: #000000;
}
.btn-box .btn-ok:hover{
    opacity: 0.9;
}
.btn-box .btn-cancel,
.btn-box .btn-order{
    background: #b4b4b4;
    color: #000000;
}
.btn-box .btn-cancel:hover,
.btn-box .btn-order:hover{
    opacity: 0.9;
}
.btn-box .btn-confirm{
    background: #19D1E9;
    color: #fff;
    outline: 0;
    box-shadow: 0 0 0 ;
    outline: 0 !important;
}
.btn-box .btn-confirm2{
    background: rgb(207,125,186); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(207,125,186,1) 0%, rgba(242,219,236,1) 16%, rgba(249,239,246,1) 21%, rgba(248,237,245,1) 32%, rgba(243,224,238,1) 54%, rgba(239,212,232,1) 68%, rgba(223,167,208,1) 83%, rgba(243,224,238,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(207,125,186,1) 0%,rgba(242,219,236,1) 16%,rgba(249,239,246,1) 21%,rgba(248,237,245,1) 32%,rgba(243,224,238,1) 54%,rgba(239,212,232,1) 68%,rgba(223,167,208,1) 83%,rgba(243,224,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(207,125,186,1) 0%,rgba(242,219,236,1) 16%,rgba(249,239,246,1) 21%,rgba(248,237,245,1) 32%,rgba(243,224,238,1) 54%,rgba(239,212,232,1) 68%,rgba(223,167,208,1) 83%,rgba(243,224,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf7dba', endColorstr='#f3e0ee',GradientType=0 ); /* IE6-9 */
    color: #000000;
}
.btn-box .btn-confirm:hover{
    opacity: 0.9;

}

#more{
  position: relative;
}
.more_box{
  position: absolute;
  bottom: 100%;
  margin-bottom: 1rem;
  left: 0;
  right: 0;
}
.more_box i{
    margin-right: 0.2rem;
    font-size: 1.4rem;
}
/*會員中心*/

.member_tab{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    /*justify-content: space-between;*/
    padding: 0 4px;
}
.member_tab>li{
    margin: 0 3px
}
.member_tab{
    padding:0;
    flex-wrap: wrap;

}

.member_tab .v-tab{
    margin-bottom: 20px;
}
.member_tab .v-tab{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .0125em;
    line-height: 2rem;
    color: #FFFFFF;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
    outline: none;
    padding: 0 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all ease .3s;
}

/*最新公告*/
.pic_news_box{
    text-align: center;
}
.pic_news_box img{
    max-width: 100%;
}

/*重要公告(平台公告+個人通知) + 會員專區>通知*/
.member_menu2{
	padding: 0;
    margin: 0 -2rem;
	display: flex;
	list-style: none;
}
.bottom .member_menu2{
    margin: 0 0rem
}

.member_menu2 li{
	width: 100%;
	text-align: center;
}
.member_menu2 li a{
	display: block;
	color: #8C8C8C;
	transition: all ease .3s;
	padding:0.5rem 0;
	font-size: 1.2rem;
	border-bottom: solid 0.2rem #8C8C8C;
}
.unread_count{
    background: #f00;
    display: inline-block;
    min-width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    color: #fff;
    border-radius: 50%;
    margin-left: 0.2rem;
    padding: 0 0.2rem;

}
.member_menu2 li.ui-tabs-active a{
	color: #5663DE;
	border-bottom: solid 0.3rem #5663DE;
}
.tab_container{
	padding:1rem 0;
}
/*重要公告 + 會員專區>通知*/
#news_box{
    padding: 0 1.5rem;
    display: none;
    margin-bottom: 100px;
}
.notify_box .member_menu2 li a{
    position: relative;
}

.news_box .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 1rem;
}
.news_box .top img{
    width: 40%;
}
.news_box .top .tit{
    background: #E54EA7;
    width: 50%;
    border: solid 1px #FF95BB;
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    padding: 0.5rem 0;
    
}
.news_box .bottom{
    border:solid 0.2rem #FF9A41;
    background: #fff;
    border-radius: 20px;
    padding:0.2rem 0 2rem;
}

.news_list {
    counter-reset: section; /* 初始化 counter 一次，應用於所有 .news_list_box */
}

.news_list .news_tit::before {
    counter-increment: section; /* 每遇到一個 .news_tit，counter 加 1 */
    content: counter(section) "."; /* 顯示當前的 counter 數字 */
    font-weight: bold;
    margin-right: 5px;
}
.news_box .news_tit .news_tag{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border:solid 1px #707070;
    color: #232323;
    padding: 0.1rem 0.2rem;
    font-weight: normal;
    opacity: 0;
}
.news_box .news_tit .news_tag1{
    opacity: 1;

}
.news_box .faq-item.active .news_tit .news_tag1{
    opacity: 0;
}
.news_box .faq-item.active .news_tit .news_tag2{
    opacity: 1;
}
.news_box .news_tit{
    color: #232323;
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
    padding: 0.2rem 0;
}
.news_box .unread{
    color: red;
}
.faq-answer{
    display: none;
}
.news_box .news_content{
    color: #3D3D3D;
    font-size: 1.1rem;
}
.news_box .box_check{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: #676767;
    margin-top: 1rem;

}
.news_box .box_check input{
    width: 1rem;
    height: 1rem;
    margin-right: 0.2rem;
    vertical-align: middle;
    margin-top: -3px;
}
.news_list{
    height: 35vh;
    overflow-y: auto;
    padding: 0 2rem;

}

.news_box .news_list .slick-arrow{
    background: url(../images/index/arrowA.png);
    width: 3rem;
    height: 3rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    border:none;
    position: absolute;
    top: 50%;

}
.news_box .news_list .slick-prev{
    transform: rotateY(180deg) translateX(50%); 
    left: 0;
}
.news_box .news_list .slick-next{
    right: 0;
    transform: translateX(50%);
}
.btn-news{
    background: #FF9A41;
    color: #fff;
    border-radius: 0.5rem;
    text-align: center;
    width: 70%;
    display: block;
    margin:0.3rem auto 0;
    padding: 0.5rem 0;
}
.notify_box .news_list{
    overflow: inherit;
    height: auto;
}
/*!重要公告*/
/*頁碼*/
.page{
    text-align: center;
    margin: 0.5rem 0 1.5rem;
    padding: 0rem 2rem;
}
.page .pagination{
    margin: 0;
    width: 100%;

}
.pagination > li {
    width: 11.5%;
    margin: 0 0.5% 5px;
    display: inline-block;

}

.pagination > li > a{
    border-radius: 5px;
    margin: 0 2px 5px;
    background: #FFFFFF;
    color: #1F1E1F;
    font-weight: bold;
    position: relative;
    z-index: 2;
    border: solid 1px #FFFFFF;
    width: 100%;
    height: 32px;
    padding: 0;
    line-height: 30px;

}
.pagination > li > a span{
    display: inline-block;
    position: relative;
    top: -2px;
}
.pagination > li > a:before{
    border-radius: 5px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all ease .3s;
    background: #dfffc9; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #dfffc9 0%, #44a024 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #dfffc9 0%,#44a024 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #dfffc9 0%,#44a024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfffc9', endColorstr='#44a024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pagination > li > a.active:before{
    opacity: 1;
}
.pagination > li > a:hover{
    color: #1F1E1F;
    background: #fff;
    border-color: #fff;
}
.pagination a.active,
.pagination a.active:hover,
.pagination a.active:focus {
    z-index: 2;
    color: #1F1E1F;
    cursor: default;
    background: #fff;
    border-color: #fff;
}
.pagination > li > a.disabled{
    cursor: no-drop;
}
/* !頁碼 */


.out_box .news_content .tab-pane{
    padding:40px 22px;
}
.news_content{
    margin-top: 0.5rem;
    position: relative;
    min-height: 30px;
}

.news_content .tab-pane {
    padding:50px 30px;
    height: calc(100vh - 155px);
    overflow-y: auto;
}


.accordion > .frame > .heading {
    transition: all 0.3s ease;
}
.accordion > .frame > .content {
    display: none;
    z-index: 1;
    height: auto;
}

.frame{
    border:solid 1px #BBBBBB;
    margin-bottom: 0.6rem;
    border-radius: 11px;
    padding: 6px;
}

.frame dt {
    cursor: pointer;
    color: #BBBBBB;
    line-height: 1.5;
    padding: 6px;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s ease;
    position: relative;
    border-radius: 12px;
}
.frame.active{
    border-color: #FFD334;
}
.frame.active dt{
    color: #FFD334;
}
dd.content {
    padding: 6px;
    display: none;
    font-size: 16px;
    position: relative;
    margin-left: 0;
    color: #fff;
}
/*機台上下分紀錄*/
.tabs_record{
    text-align: center;
}
.tabs_record .record_tab{
    background: url(../images/index/m_list.png?v2);
    background-size: 100% 100%;
    padding: 0 12px;
    display: inline-flex;
}
.tabs_record li{
    list-style: none;
}
.tabs_record li a {
    border: none;
    color: #000;
    font-weight: bold;
    line-height: 45px;
    font-size: 1.7rem;
    margin: 0 4px;
    display: inline-block;
    padding: 7px 7px;
}
.tabs_record li a.active{
    color: #E60012;
}
.tabs_record .ui-tabs-active a{
    color: #E60012;
}
/*!機台上下分紀錄*/
/*!最新公告*/
.member_tab .v-tab{
    margin-bottom: -2px;
    min-width: 60px!important;
    padding: 0 4px;
    line-height: 23px;
}
.member_tab .active .v-tab {
    color: #fff;
    position: relative;
    z-index: 3;
    background-color: #000F63;
    border-radius: 5px 5px 0 0;
}
.member_tab .ui-tabs-active .v-tab{
    color: #000000;
    position: relative;
    border-radius: 15px;
    z-index: 3;
}
.member_tab .active .v-tab:before{
    content: '';
    position: absolute;
    top: -2px;
    left: -1px;
    right: -1px;
    bottom: 0;
    display: block;
}
.member_conternt{
    color: #fff;
}
.m_li2 .m_tit{
    color: #FFA000;
}
.member_conternt .border-box{
    background: rgb(0,15,99); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,15,99,1) 0%, rgba(182,29,50,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,15,99,1) 0%,rgba(182,29,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,15,99,1) 0%,rgba(182,29,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000f63', endColorstr='#b61d32',GradientType=0 ); /* IE6-9 */

    width: 100%;
    border-radius:0 0 10px 10px;
    border:solid 1px #DFB665;
    padding:15px ;
    margin-bottom: 1rem;
}
.member_conternt .border-box2{
    border-radius:10px;
}
.member_conternt .border-box.none{
    text-align: center;
    border:none;
}
.mem_tit{
    text-align: left;
    font-size: 1.6rem;
    margin: 1rem 0;
    width: 100%;
}
.m_li{
    border-bottom: solid 1px rgba(255 ,255 ,255 , 0.12);
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}
.m_li.full_width{
    padding: 0.5rem 0rem;
    margin: 0 -5px;
}
.m_li.full_width span{
    width: 100%;
    display: inline-block;
    text-align: center;
    padding:0 3px;
}
.m_li .btn-enter{
    height: 30px;
    line-height: 28px;
    width: 96px;
}
.m_li .m_txt{
    color: #A5A5A5;
}
.m_li .line{
    color: #A5A5A5;
    font-weight: normal;
}
.m_li #url{
    color: #A5A5A5;
    font-weight: normal;
    /*background: #0b0b0d;*/
    border: none;
    width: 100%;
}
.m_li .copy{
    font-size: 1.6rem;
    color: #FFC107;
    width: 35px;
    text-align: right;
}
.m_li .gift{
    font-size: 1.6rem;
    color: #1DE9B6;
    width: 35px;
    text-align: right;
}



/* 維護彈窗 */
.fancybox-close-m {
    top: -1.5rem;
}
#maintenance_box {
    font-size: 1rem;
    text-align: center;
    line-height: 1.6;
    margin: 15px;
    position: relative;
    background: linear-gradient(to bottom,  rgba(240,155,15,1) 0%,rgba(254,249,240,1) 83%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border:none;
    padding: 2rem 40px 0rem;
    border-radius: 2rem;
}
#maintenance_box .content_box{
    display: flex;
    justify-content: center;
    color: #000000;
    padding: 0;
    
}
#maintenance_box .content_box .text_box{
    width: 40%;
    padding-top: 2rem;
}
#maintenance_box .content_box .tit{
    font-size: 2rem;
}
#maintenance_box  img{
    width: 10rem;
    object-fit: contain;
}
/* !維護彈窗 */
@media screen and (min-width: 1000px) {
    .top_btn .container:before{
        display: none;
    }
    .mobile{
        display: none;
    }
    .desktop{
        display: block;
    }
    html{
        font-size: 18px;
    }
    .fix_button_box .ic{
        right: 0;
    }
    .site-header .menu{
        list-style-type: none;     
        width: 84%;
        padding-left: 3%;   
        padding-top: 2%;
        display: block;
    }
    .site-header .menu li {
        display: inline-block;
        position: relative;
    }
    .site-header .menu li ul{
        display: none;
        position: absolute;
        left: 0;
        width: 150px;
        padding: 10px;
        z-index: 6;
        background: rgba(255, 255, 255, 0.9);
        border: solid 1px rgb(249 215 159);
    }
    .site-header .menu li ul li a{
        padding: 5px 0;
        display: block;
    }
    .site-header .menu li ul li ul{
        left: 100%;
        top: 0;
    }
    .site-header .menu li:hover > ul{
        display: block;
    }
    .site-header .menu li ul li {
        display: block;
    
    }
    .site-header .menu .menu-logout{
        float: right;
    }
    .site-header .menu li a {
        padding: 0 10px;
        font-size: 0.9rem;
    }
    .site-header .menu li a img{
        display: none;
    }

   
    .bottom_btn{
        width: 85px;
        left: 0;
        right: auto;
        flex-wrap: wrap;
        bottom: 10%;
        border-radius: 0 15px 15px 0;
        padding: 5px 0;    
        z-index: 600;
    }
    .bottom_btn a i{
        padding-bottom: 3rem;
    }
    .bottom_btn a i svg{
        top: -3%;
        max-width: 3rem;
        height: 3rem;
        left: 0;
        right: 0;
        margin: auto;
    }
    .bottom_btn a {
        width: 100%;
        font-size: 1.2rem;
        margin-bottom: 0.4rem;
    }
    .top_btn .item .pic img {
        max-width: 25%;
    }
    .menu_box .menu li a{
        font-size: 1rem;
    }
    

}
@media screen and (min-width: 550px) {
    .site-header2{
        max-width: 550px;
        padding-bottom: 88px;
    }
    .fix_header {
        width: 100%;
        max-width: inherit;
        background: linear-gradient(135deg, rgba(226, 99, 52, 1) 43%, rgba(226, 99, 52, 1) 43%, rgba(246, 127, 59, 1) 61%, rgba(246, 127, 59, 1) 61%);
    }
}
@media screen and (max-width: 1000px) {
    .sum_point{
        padding: 0px 30px;
    }
    .top_member .cont{
        width: 92%;
    }
    .sum_point:before {
        width: 40px;
        height: 40px;
        left: -16px;
        margin-top: -17px;
    }

    .top_member .ntext1 .account{
        width: auto;
        max-width: 50%;
        margin-right: 10px;
    }


    .new_out_box, .GameNumber{
        position: fixed;
    }

    .member_tab .v-tab{
        letter-spacing: -0.5px;
        min-width: inherit;
    }
    .coin_box .from{
        font-size: 0.8rem;
    }
    .coin_box .to{
        font-size: 1.5rem;
    }



    .g_img:hover:after,
    .g_img:active:before{
        opacity: 1;
    }
    .g_img:active:after{
        opacity: 0;
    }
    .member_tab>li {
        margin: 0 2px;
    }


}

@media screen and (max-width: 420px) {
    #right_box, #right_box2 {
        left: -75%;
        width: 75%;
    }
}
@media screen and (max-width: 414px) {

    .change_box .number_box{
        font-size: 1rem;
    }
    .change_text_box_tit{
        font-size: 0.9rem;
        padding: 0 5px;
    }
    .btn-open {
        width: 47px;
        height: 67px;
        font-size: 14px;
    }
    .btn-open span{
        width: 30px;
    }


}
@media screen and (max-width: 375px) {
    .member_tab .v-tab{
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 350px) {
    .site-main {
        padding: 0 5px;
        width: 100%;
        box-sizing: border-box;
    }

}



