﻿html.pc {
    max-width: 50%;
    margin: 0 auto;
}

.header_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0px 6px;
    box-sizing: border-box;
    /* -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);*/
}

    .header_box .header_left {
        display: flex;
        align-items: center;
    }

    .header_box .header_right {
        display: flex;
        align-items: center;
    }

    .header_box .header_left .menu_icon {
        width: 35px;
        cursor: pointer;
    }

    .header_box .header_left .logo_title {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .header_box .header_left .logo_title .logo_img {
            width: 110px;
            margin-right: 10px;
        }

.van-popover__wrapper {
    display: inline-block;
}

.header_box .header_right .address_div {
    color: #00fc81;
    font-size: 14.5px;
    box-sizing: border-box;
    padding: 2px 10px 0px;
    border-radius: 5px;
    border: 1px solid #00fc81;
    cursor: pointer;
    margin-right: 6px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_box .header_right .lang_icon {
    cursor: pointer;
    width: 32px;
    margin-top: 2px;
}

.stars {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -10%;
    left: 0;
    z-index: -1;
}

.indexnews .card {
    background: #101a24;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.indexnews a {
    transition: 0.2s all;
    color: #1b283b;
    outline: 0 !important;
}

.indexnews .card .card-body {
    padding: 5px 16px;
    line-height: 1.4em;
    font-size: 15px;
    font-weight: 600;
}
/*首頁文字輪動*/
.visible {
    float: left;
    font-weight: 400;
    overflow: hidden;
    height: 30px;
    width: 100%;
    margin-left: 10px;
    margin-top: -8px;
}

    .visible a {
        color: #fff;
        font-weight: 600;
    }

div#abgne_marquee {
    position: relative;
    overflow: hidden; /* 超出範圍的部份要隱藏 */
    width: 100%;
    height: 37px;
    border: 0px solid #ccc;
}

    div#abgne_marquee ul, div#abgne_marquee li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    div#abgne_marquee ul {
        position: absolute;
    }

        div#abgne_marquee ul li a {
            display: block;
            overflow: hidden; /* 超出範圍的部份要隱藏 */
            font-size: 13px;
            height: 37px;
            line-height: 37px;
            text-decoration: none;
        }

.news-title {
    border: 1px solid #fff;
    border-radius: 20px;
}

.left-icon {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-weight: 700;
    width: 100px;
}


.iconedbox2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1em;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    color: #00fc81 !important;
}

    .iconedbox2 a {
        color: #00fc81 !important;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    margin-top: 240px;
    position: absolute;
    border-radius: 8px;
    background-color: #2a2a2aeb;
    min-width: 120px;
    overflow: auto;
    box-shadow: 0 2px 12px #3232331f;
    z-index: 1;
}

    .dropdown-content a {
        color: #fff;
        padding: 5px 5px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #f1f1f1
}

.show {
    display: block;
}

.lang_list {
    font-size: 14px;
    cursor: pointer;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
}

.icon-box {
    color: #00fc81 !important;
    font-size: 40px;
}

.bg-black {
    background: #000 !important;
    color: #FFF !important;
}

.indexicon .card {
    background: #101a24;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.indexicon a {
    transition: 0.2s all;
    color: #1b283b;
    outline: 0 !important;
}

.indexicon .card .card-body {
    padding: 5px 16px;
    line-height: 1.4em;
    font-size: 15px;
    font-weight: 400;
}

.index-ion-icon {
    font-size: 13px;
    color: #00fc81;
    transition: 0.1s all;
    margin-top: 1px;
    margin-bottom: 3px;
    justify-content: center;
}

.indexicon .section-title {
    font-size: 16px;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-weight: 600;
}

.in_text {
    color: #fff;
}

.indexGA .card {
    background: #101a24;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.indexGA a {
    transition: 0.2s all;
    color: #1b283b;
    outline: 0 !important;
}

.indexGA .card .card-body {
    padding: 20px 10px;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: 300;
}

.indexGA-title {
    font-size: 16px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-weight: 500;
}

.indexGA .card.product-card .card-body {
    padding: 0px;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: 300;
}

.indexGA .card.product-card .image {
    width: 100%;
    /* height:70px;*/
    border-radius: 6px;
}

.my .card {
    background: #101a24;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.my .mytext {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}

    .my .mytext div {
        color: #00fc81;
    }

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #00fc81 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.fund .card {
    background: #101a24;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.fund .ftext1 {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
}

.fund .ftext2 {
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
}

    .fund .ftext2 div {
        font-size: 16px;
        font-weight: 600;
        color: #FFF;
        padding-left: 20px;
    }

.btn-fund {
    background: #00fc81 !important;
    border-color: #00fc81 !important;
    color: #151515 !important;
    /*width:100px*/
}

.fundline {
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    padding-right: 20px;
}

.fundmoney {
    align-items: center;
    justify-content: center;
}

.fundline .text1 {
    font-size: 17px;
    color: #FFF;
    font-weight: 600
}

.fundline .text2 {
    font-size: 20px;
    color: #FFF;
    font-weight: 600
}

.fundline .text3 {
    font-size: 15px;
    color: #00fc81;
}

.pop_Recharge {
    background-color: #ffffff0d !important;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}

.pop_Recharge1 {
    background-color: #ffffff0d !important;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 8px;
    box-sizing: border-box;
}

.pop_title {
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}

.title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    color: #fff;
}

.input_div {
    border: 1px solid #00fc81;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px 0px 15px;
    margin-top: 10px;
    border-radius: 8px;
}

    .input_div div {
        flex: none;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 5px;
        cursor: pointer;
        color: #fff;
    }

    .input_div input {
        flex: 1;
        line-height: 40px;
        background: transparent;
        border: 0px;
        border-radius: 0;
        font-size: 15px;
        color: #fff;
        padding: 0px 5px;
        box-sizing: border-box;
    }

    .input_div select {
        flex: 1;
        height: 40px;
        background: transparent;
        border: 0px;
        border-radius: 0;
        font-size: 15px;
        color: #fff;
        padding: 0px 5px;
        box-sizing: border-box;
    }

        .input_div select option {
            font-weight: normal;
            display: block;
            min-height: 1.2em;
            padding: 0px 2px 1px;
            white-space: nowrap;
            background-color: #ffffff !important;
            color: #101a24
        }

/* 自定義下拉箭頭 */
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%
}

    .select-wrapper select {
        appearance: none; /* 瀏覽器預設樣式 */
        -webkit-appearance: none; /* Webkit瀏覽器 */
        -moz-appearance: none; /* Firefox瀏覽器 */
        background-color: transparent;
        padding: 10px 30px 10px 10px; /* 調整內邊距以容納自定義箭頭 */
        border: 1px solid #00fc81;
        border-radius: 5px;
        font-size: 16px;
        width: 100%;
        color: #FFF
    }

    .select-wrapper::after {
        content: '\25BC'; /* Unicode箭頭字符 */
        position: absolute;
        top: calc(50% - 10px);
        right: 10px;
        font-size: 14px;
        pointer-events: none; /* 禁止點擊事件 */
    }

    .select-wrapper select option {
        font-weight: normal;
        display: block;
        min-height: 1.2em;
        padding: 0px 2px 1px;
        white-space: nowrap;
        background-color: #ffffff !important;
        color: #101a24;
        width: 100%
    }

.save_btn {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
}

.Intext1 {
    font-size: 15px;
    font-weight: 300;
    color: #FFF;
}

.Intext2 {
    font-size: 24px;
    font-weight: 600;
    color: #00fc81;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.Intext3 {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
}

.Intext4 {
    font-size: 15px;
    font-weight: 500;
    color: #00fc81;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.Inline {
    border-right: 1px solid #ccc;
}
/*產能*/
.package_info {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

    .package_info .info_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .package_info .info_item div {
            font-size: 15px;
            color: #fff;
        }

/*AI*/
.ai .info_item {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .ai .info_item div {
        font-size: 15px;
        color: #fff;
    }

.enter ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}

    .enter ul li.active {
        color: #000;
        background: #00fc81;
        border: 1px solid #00fc81;
    }

    .enter ul li {
        width: 98px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        font-weight: 500;
        color: #fff;
        margin: 5px;
        border-radius: 10px;
        border: 1px solid #00fc81;
    }

.van-button--buy {
    width: 100%;
    height: 45px;
    color: #000;
    background: #00fc81;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    border: none;
}

.buytext1 {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}

.right a {
    transition: 0.2s all;
    color: #FFF;
    outline: 0 !important;
}

.sharelev {
    color: #00fc81;
    padding-right: 5px
}

.shareprice {
    color: #00fc81;
    padding-left: 5px
}

.sharetext {
    font-size: 12px;
    font-weight: 300 !important;
}

.btn-gat {
    background: #00fc81 !important;
    border-color: #00fc81 !important;
    color: #151515 !important;
    width: 200px;
}

.indexpower {
    align-items: center;
}

.indexgattext {
    font-size: 15px;
    font-weight: 400 !important;
    color: #fff
}

.indexgattext1 {
    font-size: 13px;
    font-weight: 400 !important;
    color: #fff
}

.indexgattext2 {
    font-size: 18px;
    font-weight: 500 !important;
    color: #00fc81
}

.ai_text {
    font-size: 18px;
    font-weight: 500 !important;
    color: #fff
}

.ai_text1 {
    font-size: 14px;
    font-weight: 400 !important;
    color: #fff
}

#mySelect {
    height: 80px; /* 設定選項顯示區域的高度 */
    overflow-y: auto; /* 啟用垂直滾動 */
    -webkit-overflow-scrolling: touch; /* 啟用平滑滾動 */
}

.select-style {
    width: 100%;
    background-color: transparent;
    text-align: center;
}

    .select-style select {
        width: 100%;
        height: 100%;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        color: #00fc81;
        border: none;
        outline: none;
        background-color: transparent;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select-style select option {
            color: #00fc81;
            text-align: center;
            margin: 5px;
            background-color: transparent;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

.bline {
    border-bottom: 1px solid #ffffff0d;
    padding-bottom: 20px;
}

.title_box1 {
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    color: #fff;
}

.address_short {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    margin-top: 15px;
}

.input_div textarea {
    flex: 1;
    line-height: 60px;
    background: transparent;
    border: 0px;
    border-radius: 0;
    font-size: 13px;
    color: #fff;
    padding: 0px 5px;
    box-sizing: border-box;
}

.net_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    cursor: pointer;
}

    .net_item .net_img {
        flex: none;
    }

        .net_item .net_img img {
            width: 38px;
            border-radius: 100%;
            margin-top: .05rem;
        }

    .net_item div {
        text-align: center;
        color: #fff;
        flex: 1;
    }

.pop_title {
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 22px;
}

.address_div2 {
    background-color: #ffffff0d !important;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

.address_div img {
    width: 24px;
    border-radius: 100%;
    margin-right: 10px;
}

.lang-content {
    margin-top: 240px;
    min-width: 120px;
    overflow: auto;
    z-index: 1;
}

    .lang-content a {
        color: #fff;
        padding: 5px 5px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        display: block;
    }

.appHeader .dropdown-menu {
    margin-top: 5px !important;
    background-color: #ffffff69 !important;
    color: #00fc81;
}

    .appHeader .dropdown-menu a {
        margin: 5px;
        color: #00fc81;
    }

.duan_kai_img {
    width: 21px !important;
    margin-right: 5px;
    margin-left: 10px
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: .3125em;
    background-color: #ffffff0d !important;
    -webkit-backdrop-filter: blur(40px) !important;
    backdrop-filter: blur(40px) !important;
    font-family: inherit;
    font-size: 1rem;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #FFF !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #00974d !important;
    color: #fff;
    font-size: 15px !important;
}

.address-label {
    color: #00fc81 !important;
}

.address-label {
    color: #00fc81 !important;
}

.money .nav-tabs.style1 .nav-item .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    border: 0 !important;
    line-height: 1.2em;
    width: 100%;
    border-radius: 6px;
    padding: 6px 10px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px !important;
}

.money .nav-tabs.style1 {
    border: 0px solid #00fc81;
    /* background: #1B283B; */
    color: #fff;
    border-radius: 6px;
    display: flex;
}

.money .nav-tabs .nav-link {
    color: #495057;
    background-color: #00fc81 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}
