@import url('theme-vars.css');
* {  
    -webkit-touch-callout:none;  
    -webkit-user-select:none;  
    -khtml-user-select:none;  
    -moz-user-select:none;  
    -ms-user-select:none;  
    user-select:none;  
} 
input,textarea {      
    user-select: auto;
    -webkit-user-select:auto; /*webkit浏览器*/     
} 
img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}
* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    height: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:link,
a:hover,
a:visited {
    color: unset;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

body {
    font-size: 0;
    color: #fff;
    font-family: "微軟正黑體";
    height: 100%;
    overflow-x: hidden;
    background-color: var(--bg-white);
    position: relative;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 0px;
}

*::-webkit-scrollbar {
    width: 0px;
}

.hide {
    display: none;
}

.header {
    width: 100%;
    height: 3.5rem;
    background-color: var(--bg-white);
    position: relative;
    /* overflow: hidden; */
}

.header .swiper-container {
    width: 100%;
    height: 100%;
}

.header .swiper-container img {
    width: 100%;
    height: 100%;
}

.header .header-icons {
    width: 100%;
    height: 1rem;
    z-index: 2;
    pointer-events: visibleStroke;

    background: linear-gradient(180deg, #7DD1C9 0%, #49A299 100%);
}

.header .header-icons .profile {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-icons .profile .personal {
    margin-left: .2rem;
    margin-top: .1rem;
    display: flex;
    justify-content: start;
    position: relative;
}

.header .header-icons .profile .personal .avatar {
    width: .8rem;
    height: .8rem;
    border-radius: .5rem;
    border: 2px #fff solid;
}

.header .header-icons .profile .personal .avatar img {
    width: 100%;
    height: 100%;
}

.header .header-icons .profile .personal .nickname {
    line-height: .4rem;
    height: .4rem;

    font-weight: 700;
    font-size: .3rem;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px #000000, 0px 0px 8px #000000;
}

.header .header-icons .profile .personal .personal-section2 {
    display: flex;
}

.header .header-icons .profile .personal .vip {
    background-image: url(../images/index/vipBg.png?v=1);
    font-size: .22rem;
    width: 0.8rem;
    height: 0.4rem;
    line-height: .4rem;
    background-size: 100% 100%;
    color: white;
    font-weight: bolder;
    text-align: center;
}

.header .header-icons .profile .personal .newLevel {
    background-image: url(../images/index/levelBg.png?3);
    font-size: .22rem;
    width: 1rem;
    height: 0.4rem;
    line-height: .4rem;
    background-size: 100% 100%;
    color: white;
    font-weight: bolder;
    text-align: center;
}

.header .header-icons .profile .personal .my {
    position: absolute;
    background-image: url('../images/index/04.png');
    font-size: .2rem;
    width: 1rem;
    height: .4rem;
    line-height: .4rem;
    background-size: 100% 100%;
    bottom: .05rem;
    /* bottom: 0; */
    left: 0.6rem;
    color: #4b1a02;
    font-weight: bolder;
    padding-left: .4rem;
}

.balance-area {
    display: flex;
}

.balance-area .recharge {
    text-shadow: 1px 1px 2px black;
    font-weight: 300;
    font-size: .25rem;
    color: white;
    height: .65rem;
    width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/index/recharge.png?2);
    background-size: cover;
}

.header .header-icons .profile .balance {
    height: .5rem;
    line-height: .5rem;
    font-size: .33rem;
    font-weight: 500;
    margin-top: .1rem;
    min-width: 2.8rem;
    box-sizing: padding-box;
    color: #fff;
    padding: 1px 1px 1px 0;
    /* background-image: url(../images/index/06.png); */
    /* background-size: 100% 100%; */
    background: rgba(0, 0, 0, 0.5);
    border-radius: .25rem;
    border: 1px solid #fff;
    border-left: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: .12rem;

   
    
}

.header .header-icons .profile .balance img {
    height: .8rem;
    width: .8rem;
    margin-left: -0.1rem;
}

.header .header-icons .profile .balance .refresh {
    height: .3rem;
    width: .3rem;
}

.header .header-icons .profile .balance span {
    margin-right: .2rem;
    display: block;
    height: .39rem;
    line-height: .39rem;
}

.header .header-icons .profile .setting-wrapper {
    display: flex;
    max-width: 1.2rem;
    justify-content: end;
    align-items: center;

    margin-right: 3px;
}

.header .header-icons .profile .btn-screen-turn {
    width: .45rem;
    height: .45rem;
    cursor: pointer;
    z-index: 99;
    background-image: url('../images/index/orientation.png');
    background-size: 100% 100%;
    position: absolute;
    top: 1.1rem;
}

.header .header-icons .profile .setting {
    background-image: url(../images/index/08.png?v=3);
    background-size: 100% 100%;
    width: .6rem;
    height: .6rem;
}

.header .notice {
    position: absolute;
    display: flex;
    font-size: .2rem;
    color: var(--text-white);
    bottom: .6rem;
    z-index: 3;
    left: 2.5%;
    width: 95%;
    display: flex;
    justify-content: start;
    flex-direction: row;
    align-items: center;
    /*background-color: rgba(70, 7, 4, 0.9);*/
    border-radius: .2rem;
}

.header .notice .icon {
    width: .5rem;
    height: .4rem;
    margin-left: .05rem;
}

.notice-box {
    width: 95%;
    position: relative;
    height: .45rem;
    overflow: hidden;
}

.scroll {
    /*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
    position: absolute;
    left: 0;
    top: 0px;
    display: flex;
}

.scroll li {
    flex: 1;
    float: left;
    display: block;
    line-height: .45rem;
    text-align: center;
    margin-right: .2rem;
    word-break: keep-all;
    white-space: nowrap;
    font-size: .25rem;
    color: white;
}

.scroll li a {
    color: white;
    font-size: 15px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
}

.game-class {
    /* position: absolute; */
    position: relative;
    width: 100%;
    /* left: 5%;
    right: 5%; */
    height: 1rem;
    margin-top: -.5rem;
    /* top: 3.1rem; */
    background-image: url('../images/index/11.png?v=5');
    background-size: 100% 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;

    display: none;
}

.game-class .wrapper {
    width: 80%;
    display: block;

    font-size: .3rem;
    color: #fff;
    height: .8rem;
    line-height: .8rem;
    font-weight: bold;
    position: relative;
}

.game-class .wrapper div {
    position: absolute;
    margin-left: -2%;
    flex: 1;
    display: flex;
    height: .7rem;
    margin-top: .05rem;
    justify-content: center;
    align-items: center;
    width: 19%;
    color: #656F78;
}

.game-class .wrapper div:nth-child(2) {
    left: 14.3%;
}

.game-class .wrapper div:nth-child(3) {
    left: 28.6%;
}

.game-class .wrapper div:nth-child(4) {
    left: 42.9%;
}

.game-class .wrapper div:nth-child(5) {
    left: 57.1%;
}

.game-class .wrapper div:nth-child(6) {
    left: 71.4%;
}

.game-class .wrapper div:nth-child(7) {
    left: 85.7%;
    /* width: 15%; */
}

.game-class .wrapper .active {
    background-image: url('../images/index/10.png?v=3');
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    background-size: 100% 100%;
}

.game-class-2 {
    position: absolute;
    left: 5%;
    right: 5%;
    height: .8rem;
    top: 3.9rem;
    background-image: url('../images/index/11.svg?v=1');
    background-size: 100% 100%;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-class-2 .wrapper {
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;

    justify-content: space-evenly;

    font-size: .25rem;
    color: #4b1a02;
    height: .8rem;
    line-height: .8rem;
    font-weight: bold;
}

.game-class-2 .wrapper div {
    flex: 1;
    display: flex;
    height: .7rem;
    width: .3rem;
    justify-content: center;
    align-items: center;
}

.game-class-2 .wrapper .active {
    background-image: url('../images/index/10.png?v=2');
    color: var(--text-white);
    background-size: 100% 100%;
}

.index-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 5.3rem);
    max-height: calc(100% - 5.3rem);
    overflow-x: scroll;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}

.index-games-icons-row {
    display: flex;
    width: 95%;
}

.index-center.search .index-games-icons-row {
    margin-top: .4rem;
}


.index-games-icons-row div img {
    width: 100%;
    /* height: 100%; */
}

.first-row-right {
    display: flex;
    flex-direction: column;
}

.index-games-icons-row .game-icon {
    padding: .08rem;
}

.index-games-icons-row.col3 .game-icon {
    width: 33%;
}


.index-games-icons-row.col3 .game-icon-col3 {
    width: 100%;
    height: auto;
}


.game-icon {
    position: relative;
}

.game-icon .show-jackpot {
    position: absolute;
    z-index: 2;
    width: 80%;
    height: 24%;
    left: 10%;
    background-size: 100% 100%;
}

.game-icon .show-jackpot {
    background-image: url('../images/index/jackpot.png');
}

.game-icon .show-jackpot .count {
    width: 100%;
    height: 100%;
    padding: 0 0 0.15rem 0;
    font-size: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-icon.big .show-jackpot .count {
    font-size: .4rem;
}

.game-icon .left-top {
    position: absolute;
    z-index: 3;
    width: .7rem;
    height: .7rem;
    background-size: 100% 100%;
    animation: scaleAnimation 1.3s infinite; /* 2秒一次，無限循環 */
}

/* 也可以使用動畫關鍵幀 */
@keyframes scaleAnimation {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}


.game-icon .left-top.hot {
    background-image: url('../images/index/hot.png');
}

.game-icon .left-top.recommend {
    background-image: url('../images/index/recommend.png');
}

.game-icon .left-top.new {
    background-image: url('../images/index/new.png');
}

.game-icon .right-top {
    background-image: url('../images/index/14.png?v=2');
    position: absolute;
    z-index: 3;
    width: .4rem;
    height: .4rem;
    right: 0;
    background-size: 100% 100%;
}

.game-icon.big .right-top {
    width: .8rem;
    height: .8rem;
}

.game-icon.big .left-top {
    width: .8rem;
    height: .8rem;
}

.game-icon .right-top.active {
    background-image: url('../images/index/13.png?v=2');
}

.game-icon .right-bottom {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    color: #4b1a02;
    font-size: .3rem;
    background-color: #fc0;
    font-weight: bolder;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: .4rem;
    border-radius: .2rem;
}

.game-icon .jackpot {
    position: relative;
}

.right-icon,
.left-icon {
    position: fixed;
    z-index: 4;
    width: 1rem;
    height: 59px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    /* padding-top: .85rem; */
    color: #4b1a02;
    font-weight: bolder;
    overflow: hidden;
    padding-right: 10px;

    background-position: right center;
    background-size: auto 100%;
}

.right-icon {
    padding-right: 0;
    padding-left: 10px;
    right: 0;
}
.right-icon img,
.left-icon img {
    height: 28px;
    margin-top: 8px;
}
.right-icon.icon-house img {
    margin-top: 0;
}
.icon-prop {
    background-image: url(../images/index/3in1_btn_4.png?v=1);
    top: 8.5rem;
    color: white;
}

.icon-gift-pack {
    bottom: 1.5rem;
    color: white;
    height: 1.5rem;
    width: auto;
}

.icon-gift-pack img {
    height: 100%;
    margin-top: 0;
}

.icon-task {
    background-image: url('../images/index/3in1_btn_1.png?v=1');
    top: 5.5rem;
    color: white;
}
.index-top-area {
    display: flex;
    padding-top: .2rem;
    justify-content: center;
}
.icon-top-button {
    background-image: url(../images/index/icon-top-button.png);
    background-size: 100% 100%;
    height: .8rem;
    width: 2.2rem;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 .2rem 0;
}

.icon-top-button img {
    width: .7rem;
}

.icon-house {
    background-image: url('../images/index/17.png?v=1');
    color: white;
    position: absolute;
    top: unset;
    bottom: 0;
    z-index: 200;
}

.icon-back {
    background-image: url('../images/index/17.png?v=1');
    color: white;
    position: absolute;
    top: unset;
    bottom: 0;
    z-index: 200;
    /* 回上頁 */
    background-position: left center;
}

.icon-line {
    background-image: url('../images/index/3in1_btn_3.png?v=1');
    top: 7.5rem;
    color: white;
}


.icon-chat {
    background-image: url('../images/index/3in1_btn_2.png?v=1');
    top: 6.5rem;
    color: white;
}

.icon-chat .chat-unread-notify {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: .2rem;
    background-color: yellow;
    border-radius: 50%;
}

.icon-guide {
    top: 10.5rem;
    color: white;
    height: 1.5rem;
    width: auto;
}

.icon-guide.right-icon img {
    height: 100%;
}

.icon-webapp {
    top: 9rem;
    color: white;
    height: 1.5rem;
    width: auto;
}

.icon-webapp.right-icon img {
    height: 100%;
    margin-top: 0;
}

.icon-event {
    top: 6.5rem;
    color: white;
    height: 1.5rem;
    width: auto;
}

.icon-event.right-icon img {
    height: 100%;
    margin-top: 0;
}

.icon-wheel {
    top: 9.5rem;
    color: white;
    height: 1.2rem;
    width: auto;
}

.icon-wheel img {
    height: 100%;
    margin-top: 0;
    
}

.icon-wheel img.rotate {
    animation: spin 2s linear infinite;
    
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.icon-csp {
    background-image: url('../images/index/12.png');
    bottom: 20vh;
    color: white;
}

.footer {
    background-color: var(--bg-white);
    height: 1.1rem;
    display: flex;
    justify-content: space-evenly;
    bottom: 0;
    position: absolute;
    width: 7.5rem;
}

.footer .block {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    position: relative;
}

.footer .block .tag {
    position: absolute;
    bottom: .13rem;
    font-size: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    color: #fff;
    font-weight: bold;
    border-radius: .2rem;
    z-index: 4;

    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.footer .block .tag.big {
    font-size: .3rem;
    width: 1.2rem;
    border-radius: .3rem;
    bottom: .3rem;
}

.footer .block .icon {
    position: absolute;
    bottom: .45rem;
    font-weight: bolder;
    background-size: 100% 100%;
    width: .7rem;
    height: .7rem;;
    z-index: 2;
}

.footer .block .icon.activity {
    background-image: url('../images/index/19.png?v=8');
}

.footer .block .icon.rank {
    background-image: url('../images/index/20.png?v=8');
    width: .75rem;
}

.footer .block .icon.shop {
    background-image: url('../images/index/18.png?v=9');
    width: .8rem;
    height: .75rem;
    z-index: 3;
}

.footer .block .icon.gift {
    background-image: url('../images/index/21.png?v=8');
}

.footer .block .icon.society {
    background-image: url('../images/index/22.png?v=8');
    width: .6rem;
}

.footer .block .icon.icon-service {
    background-image: url('../images/index/services.png');
    width: .4rem;
    height: .4rem;
}

/*****页面对话框*****/
#page-dialog {
    font-size: .5rem;
    color: black;
}

#page-dialog .page-dialog-header,
.dialog-header {
    padding: unset;
    position: relative;
    margin: 0 auto;
    margin-top: calc(20% + 40px);
    width: 100vw; 
    /* top: -70px; */
    background-image: url(../images/index/main_title.png?3);
    background-size: 100% 100%;
    /* border: 10px solid #FFF94A; */
    /* border-radius: 20px; */
    /* background-color: #FFBA00; */
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
}

.dialog-header-2 {
    background-image: url(../images/index/main_title2.png?1);
    height: 3rem;
}

#page-dialog .page-dialog-header {
    margin: 0 auto 0 auto;
}
.page-dialog-menu-wrapper,
.dialog-header>div {
    height: 1rem;
    width: 75%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: .3rem;
    color: white;
    font-weight: bold;
    margin-top: .6rem;
}

.page-dialog-menu-wrapper>div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* border-right: 1px solid white; */
}

.page-dialog-menu-wrapper>div>div {
    width: 80%;
    height: .7rem;
    border-radius: .35rem;
    font-size: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-dialog-menu-wrapper>div::after {
    content: '|';
    color: white;
    position: absolute;
    right: 0;
    text-shadow: none;
}

.page-dialog-menu-wrapper>div:last-child:after {
    content: '';
    color: white;
    position: absolute;
    right: 0;
}

#page-dialog .page-dialog-header .close,
.dialog-header .close {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

#page-dialog .page-dialog-header .close>div,
.dialog-header .close>div {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    background-image: url('../images/index/close.png?1');
}

#page-dialog .crown {
    display: block;
    width: 110px;
    height: 50px;
    position: absolute;
    /* top: 5px; */
    top: -35px;
    left: calc(50% - 55px);
}

.page-dialog-menu-active>div {
    background: linear-gradient(180deg, #FFFFFF 0%, #C5C5C5 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5), inset 0px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 17px;
    color: #000;
    /* background-image: url('../images/index/25.png');
    background-size: 100% 100%; */
}

#page-dialog .page-dialog-body-wrapper,
.dialog-body-wrapper {
    width: 96vw;
    margin: 0 auto;
    position: relative;

    border-radius: 15px;
    margin-top: -30px;
    height: 75%;

    border: 10px solid transparent;
    border-radius: 16px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to bottom, #52D3BE, #13806E);
}

#page-dialog .page-dialog-body,
.dialog-body {
    border: 5px solid #fff;
    border-radius: 5px;
    position: relative;
    background-color: white;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    color: #000;
}

#page-dialog .page-dialog-footer {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    height: 1.1rem;
    bottom: 0rem;
    z-index: 100;
}

#page-dialog .page-dialog-footer img:nth-child(1) {
    height: 1.1rem;
}

.page-dialog-footer-close {
    position: fixed;
    left: calc(50vw - 0.5rem);
    bottom: .5rem;
    width: 1rem;
}

.dialog-header {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    margin: 0 auto;
}

.van-popup--center {
    border-radius: 0 !important;
    background: transparent !important;
}

.dialog-header-without-title {
    background-image: url(../images/index/004-2.png);
    height: .5rem;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .4rem;
    padding-bottom: .3rem;
    position: absolute;
    top: 1rem;
    width: 100%;
    border-radius: .55rem .55rem 0 0;
}

.has-footer .page-dialog-body,
.has-footer .dialog-body {
    padding-bottom: 46px;
}

.has-footer .close {
    margin-bottom: 1rem;
}

.dialog-footer a {
    display: none;
}

.has-footer .dialog-footer a {
    display: inline;
}

.dialog-border {
    position: absolute;
    width: 9px;
    height: 96%;
    display: none;
}

.dialog-body-wrapper {
    background-color: white;
    margin: 0 auto;
    margin-top: -.5rem;
    overflow-y: hidden;
    border-radius: 30px;
}

.dialog-body {
    height: 100%;
    font-size: .3rem;
    min-height: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
}

/****** vant *******/
.van-overlay {
    background-color: rgb(0, 0, 0, .5) !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.primary-button,
.danger-button {
    /* button */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    gap: 7px;

    /* 按鈕漸層_黃 */
    background: linear-gradient(180deg, #6AC5EB 41.5%, #269BCD 83.5%, #6AC5EB 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    border-radius: 50px;

    background-size: 100% 100%;
    color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .25rem;

    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.warm-button {
    /* button */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    gap: 7px;

    /* 按鈕漸層_藍 */
    background: linear-gradient(180deg, #A6CFFF 0%, #8CC1FF 52%, #06AAF1 55%, #06B9F1 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    border-radius: 50px;

    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .2rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.cancel-button {
    /* button */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;

    /* 按鈕漸層_灰 */
    background: linear-gradient(180deg, #F4F4F4 0%, #E4E4E4 52%, #CECECE 55%, #C0C0C0 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    border-radius: 50px;

    background-size: 100% 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .25rem;
    font-weight: 800;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.close-button {
    min-width: 86px;
    padding: 0 10px;
    height: 40px;
    font-size: .3rem;
    font-weight: bold;
    margin: 0 auto;
    box-sizing: border-box;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #A6CFFF 0%, #8CC1FF 52%, #06AAF1 55%, #06B9F1 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.text-title-block {
    font-size: .25rem;
    text-align: center;
    margin: .3rem 0;
}

.text-title-block span {
    /* 內文標題欄 */

    box-sizing: border-box;

    /* Auto layout */
    padding: 10px 15px;
    gap: 7px;

    width: 90px;
    height: 38px;

    background: #52D3BE;
    border: 2px solid #52D3BE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

    position: relative;
    z-index: 2;
    color: white;
    font-weight: 800;
    font-size: 16px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.text-title-block hr {
    position: relative;
    top: 0.22rem;
    z-index: 1;
    background-color: #52D3BE;
    color: #52D3BE;
    border: none;
    height: 4px;
}

.chat-unread-notify {
    width: 0.4rem;
    height: 0.4rem;
    background-image: url(/static/blue/wap/sgo/images/index/warning.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.msg-unread-notify {
    width: 0.4rem!important;
    height: 0.4rem!important;
    background-image: url(/static/blue/wap/sgo/images/index/warning.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.bankbook-bg {
    border-radius: .3rem;
    background-color: #E3E3E3;
    padding: 15px 20px;
    height: 60px;
    margin: 0 auto;
    margin-top: .1rem;

    display: flex;
    justify-content: space-evenly;
    font-size: .25rem;
    align-items: center;
    width: 90%;
}

.bankbook-bg .btn {
    width: 40%;
    color: black;
    font-size: .3rem;
    text-align: center;
    /* button_2 */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    gap: 7px;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;

    background: linear-gradient(180deg, #6AC5EB 41.5%, #269BCD 83.5%, #6AC5EB 100%);
    mix-blend-mode: normal;
    border: 2px solid #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    border-radius: 50px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;


}

.bankbook-bg .btn-active {
    border-color: #000;
}

b.star {
    display: inline-block;
    margin: 0 .3rem;
    width: 13px !important;
    height: 13px !important;
    background: url(../images/index/star.svg) no-repeat;
}

.van-popup {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.has-footer .dialog-footer, .has-footer .dialog-footer {
    bottom: 0!important;
}


@media only screen and (orientation: landscape) {
    html{
        font-size: 53px !important;
    }
    body,
    .header,
    #vue-index,
    .header .header-icons .profile,
    .footer {
        width: 414px;
    }
    body,
    #vue-index {
        margin: 0 auto;
    }
    .footer,.header,.header .header-icons .profile,.icon-task {
        left:calc(50% - 207px);
    }
}

.table {
    margin: 0 auto;
    width: 96%;
    border-collapse: collapse;
}

.table thead {
    font-size: 0.3rem;
    color: #000;
    background-color: #E7E7E7;
    font-weight: normal;
    border-radius: 15px;
}

.table thead tr {
    height: 26px;
}

table {
    border-collapse: separate;
    empty-cells: hide;
}

table thead tr th:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

table thead tr th:last-child {
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

.table tbody tr {
    border-bottom: 1px solid #edebe6;
    height: 1rem;
}


table tr th {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

table tr td {
    font-size: 14px;
    font-weight: normal;
}
