:root {
    --jia_background: #F65253;
    --jian_background: #4E8DFF;
  }
#alert_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
}

#alert_wrap img {
    width: 70%;
    min-width: 350px;
    max-width: 500px;
    height: auto;
}

#biInfo {
    width: 100%;
    background-color: #141619;

}

.biInfo_top {
    width: 100%;
    background-color: #22272f;
    height: 5em;
    display: flex;
    box-sizing: border-box;
    padding-left: 0.5em;
    padding-right: 0.5em;

}

.btt_val_down {
    display: inline-block;
    /* 可选：调整数字和三角的位置 */
    vertical-align: middle;
    margin-left: 0px;
}

.btt_val_down::before {
    content: "▼";
    /* 或者用 "\25BC" */
    display: inline-block;
    font-size: 0.8em;
    /* 根据需要缩小三角 */
    color: #c11b39;
 
    /* 三角颜色 */
    margin-right: 0.3em;
    vertical-align: middle;
}
.btt_val_up {
    display: inline-block;
    /* 可选：调整数字和三角的位置 */
    vertical-align: middle;
    margin-left: 0px;
}

.btt_val_up::before {
    content: "▲";       
    /* 或者用 "\25BC" */
    display: inline-block;
    font-size: 0.8em;
    /* 根据需要缩小三角 */
    color: #225ab4;
    /* 三角颜色 */
    margin-right: 0.3em;
    
}

.bt_item1 {
    flex: 3;
}

.bt_item2 {
    text-align: right;
    box-sizing: border-box;
    padding-top: 2.3em;
}
.bt_item2_div_on{
    width: 2em;
    border: 1px solid #225ab4;
      /* 指定背景图 */
    background-image: url("../img/btn-chart-folding.svg");

    /* 水平和垂直都居中 */
    background-position: center center;
    /* 或者写成 background-position: 50% 50%; */

    /* 不要平铺 */
    background-repeat: no-repeat;

    /* 根据需求填充容器：cover（裁剪、充满）或 contain（等比缩放） */
    background-size: 23% auto; 
    /* background-size: contain; */
    height: 1.2em;
}
.bt_item2_div_no{
    width: 2em;
    border: 1px solid #424857;
      /* 指定背景图 */
    background-image: url("../img/btn-chart-folding.svg");

    /* 水平和垂直都居中 */
    background-position: center center;
    /* 或者写成 background-position: 50% 50%; */

    /* 不要平铺 */
    background-repeat: no-repeat;

    /* 根据需求填充容器：cover（裁剪、充满）或 contain（等比缩放） */
    background-size: 23% auto; 
    /* background-size: contain; */
    height: 1.2em;
}

.btt_title {
    font-size: 0.8em;
    color: #d8dadf;
    line-height: 1em;
    margin-top: 1em;
}

.btt_info_main {
    font-size: 0.7em;
    font-weight: bold;

}

.btt_info_main span {
    margin-left: 0.5em;
}

.btti_down {
    color: #c11b39;
}

.btti_up {
    color:#225ab4 ;
}

.btt_max_min {
    color: #757d8c;
    font-size: 0.6em;
    line-height: 1em;
}

.btt_max_min span {
    margin-left: 0.5em;
}
.kline_main{
    width: 100%;
    background-color: black;
}
.km_time{
    display: flex;
    color: white;
    background-color: #1e222a;
}
.km_time_item{
    flex: 1;
    text-align: center;
    font-size: 0.6em;
}
.km_time_item_on{
    background-color: black;
}
.km_content{
    height: 300px;
}
#chart {
    width: 100%;
    height: 300px;
    background-color: black;
    margin-top: 1em;
}
.bottom_main{
    width: 100%;
    margin: auto;
    background-color: black;
}
.buy_main{
    width: 97%;
    margin: auto;
    margin-top: 20px;
    background-color: #1e222a;
    border-radius: 10px;
    color: white;
    font-size: 0.6em;
    overflow: hidden;
}
.buy_title{
    padding-left: 1em;
    font-size: 1.2em;
    border-bottom: 1px solid #343843;
}
.bm_content{
    display: flex;
    width: 100%;
    background-color: #1e222a;
    height: 34em;
}
.bmc_left{
    flex: 2;
    background-color: #161a25;
    height: 100%;
    overflow-y: scroll;
    scrollbar-color: #484747 transparent;
    scrollbar-width: thin;
}
.bmc_left::-webkit-scrollbar { width: 0.2em; }
.bmc_right{
    flex: 3;
    background-color: #1e222a;
    height: 100%;
}
.bmcl_item{
    border-bottom: 1px solid #292d38;
    width: 100%;
    display: flex;   
}
.bmcli_left{
    flex: 1;
    line-height: 1.4em;
    text-align: right;
    padding: 0.5em 0.5em;
    border-right: 1px solid #292d38;
}
.bmcli_left_jia{
    color: #225ab4;
}
.bmcli_left_jian{
    color: #c11b39;
}
.bmcli_right{
    flex: 1;
    line-height: 3.8em;
    padding: 0em 0.5em;
}
.bmcr_tab{
    line-height: 2.5em;
    display: flex;
    font-size: 1.2em;
    background-color: #222631;
}
.bmcrt_item{
    flex: 1;
    text-align: center;
}
.bmcrt_item_hong{
    background-color: #c01d3a;
}
.bmcrt_item_lv{
    background-color: #225ab4;
}
.bmcr_buy{
    line-height: 2em;
    width: 95%;
    margin: auto;
    margin-top: 20px;
}
.bmcrb_money{
    display: flex;
    color: #7e8490;
    font-size: 1.0em;
}
.bmcrbm_name{
    flex: 1;
}
.bmcr_input{
    width: 95%;
    margin: auto;
    color: #6c727e;
    font-weight: bold;
}
.bmcr_input span{
    color: #454b57;
}
.bmcri_input{
    width: 100%;
    border: 1px solid #343843;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 0.4em;
    display: flex;
}
.bmcrii_val{
    flex: 5;
}
.bmcri_input input{
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0px;
    padding-left: 0.3em;
    color: white;
  
}
.bmcrii_do{
    flex: 1;
    border-left: 1px solid #343843;
    text-align: center;
    font-size: 1.3em;
}
.bmcr_btn{
    width: 95%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    border-radius: 0.3em;
}
.order_tab{
    font-size: 1.2em;
    border-bottom: 1px solid #343843;
    display: flex;
    text-align: center;
}
.ot_item{
    flex: 1;
}
.ot_item_on{
    border-bottom: 1px solid #225ab4;
}
.no_data{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 20em;
    min-height: 20em;
    display: none;
}
.bm_content_order{
    height: 30em;
    overflow-y: scroll;
    scrollbar-color: #484747 transparent;
    scrollbar-width: thin;  
}
.bm_content_order::-webkit-scrollbar { width: 10px; }
.order_item{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #343843;
}
.oi_left{
    flex: 2;
    text-align: left;
    padding-left: 0.8em;
}
.oi_right{
    flex: 3;
    text-align: center;
    padding-right: 0.8em;
}
.oi_center{
    flex: 2;
    text-align: center;
}
.oi_do{
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0.8em;
    box-sizing: border-box;
}
.oi_do div{
    line-height: 2em;
    width: 100%;
    background-color: #c01d3a;
    border-radius: 0.4em;
}
.bmcri_bili{
    text-align: right;
    color: #757d8c;
    width: 95%;
    margin: auto;
}
/* 遮罩层 */
#loadingOverlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

/* 动画圆圈 */
.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.article_more{
    width: 20%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    border-radius: 0.3em;
    background-color: #222631;
    color: white;
    font-size: 1.2em;
    line-height: 1.4em;
    cursor: pointer;
    border: 1px solid #343843;
}
.article_more2{
    width: 20%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    border-radius: 0.3em;
    background-color: white;
    color: black;
    font-size: 1.2em;
    line-height: 1.4em;
    cursor: pointer;
    border: 1px solid #343843;
}
.time_top_data{
    font-size: 0.7em;
    width: 100%;
    margin: auto;
    background-color: #22272E;
    color: white;
    line-height: 1.8em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.3em;
}
.ttd_top{
    display: flex;
    width: 95%;
    margin: auto;
    padding-top: 1.5em;

}
.ttd_top_left{
    flex: 2;
    text-align: left;
}
.ttd_top_left span:nth-child(1){
    color: #4E8DFF;
}
.ttd_top_left span:nth-child(2){
    padding: 0.2em;
    background-color: var(--jia_background);
    border-radius: 0.2em;
}
.ttd_top_center{
    flex: 1.5;
    text-align: left;
    position: relative; 
}
.ttd_top_right{
    flex: 2;
    text-align: right;
}
.ttd_top_right span:nth-child(1){
    color: #9D9D9D;
}
.ttd_all_bi{
    position: absolute;
    width: 100%;
    border: 1px solid #343843;
    background-color: #343843;
    border-radius: 0.3em;

}
.ttd_all_bi div{
    padding: 0.2em;
    box-sizing: border-box;
}
.ttd_all_bi_on{
    background-color: #070707;
}
.ttd_top_center::after {
    content: "▼";
    /* 或者用 "\25BC" */
    display: inline-block;
    font-size: 0.8em;
    /* 根据需要缩小三角 */
    color: #767676;
 
    /* 三角颜色 */
    margin-left: 0.3em;
    vertical-align: middle;
}


.ttd_all_bi div:nth-child(1)::after {
    content: "▲";       
    /* 或者用 "\25BC" */
    display: inline-block;
    font-size: 0.8em;
    /* 根据需要缩小三角 */
    color: #767676;
    /* 三角颜色 */
    margin-left: 0.3em;
    
}
.ttd_center{
    width: 95%;
    margin: auto;
    margin-top: 1em;
    display: flex;text-align: left;
}
.ttdc_item{
    flex: 1;
}
.ttdc_item span{
    margin-left: 0.2em;
}
.ttdci_name{
    color: #9D9D9D;
}
.ttdc_item_jia{
    color: var(--jia_background);
}
.ttdc_item_jian{
    color: var(--jian_background);
}
.time_tab{
    width: 100%;
    line-height: 3.5em;
    text-align: center;
    color: #FAFAFA;
    display: flex;
    background-color: #22272E;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.8em;
}
.tt_item{
    flex: 1;
}
.tt_item_on{
    background-color: #1772F8;
}

.time_type {
    margin: 0;
    padding: 0;
    background: url('../img/time_back.png') no-repeat center center;
    background-color: black;
    background-size: cover;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh; /* 垂直居中 */
    
  }
  .button-grid {
    display: grid;
    grid-template-columns: repeat(2, 9em); /* 每行两个按钮 */
    grid-gap: 2em; /* 按钮之间的间距 */
  

  }
  
  .btn {
    background-color: rgba(100, 100, 100, 0.8) !important;
    color: white !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    height: 5em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* padding: 0 !important; */  /* 如果有高度需求，可以把padding去掉 */
}

  
  /* 当前选中的按钮 */
  .btn.active {
    background-color: rgba(255, 72, 72, 0.9) !important;
  }

  .time_do {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh; /* 垂直居中 */
    background-color: #22272E;
  }
  .td-grid {
    display: grid;
    grid-template-columns: repeat(2, 8em); /* 每行两个按钮 */
    grid-gap: 3em; /* 按钮之间的间距 */
  }
  
  .td_btn {
    color: white;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    border-radius: 0.5em;
    font-size: 0.8em;
    line-height: 1.5em;
    cursor: pointer;
  }
  
  /* 当前选中的按钮 */
  .td_btn.active {
    background-color: #F65253;
  }
  .td_btn.noactive {
    background-color: #4E8DFF
  }
  .time_alert{
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .ta_main{
    width: 80%;
    height: 11em;
    background-color: white;
    border-radius: 10px;
  }
  .tam_main{
    width: 95%;
    margin: auto;
  }
  .tam_title{
    text-align: center;
    color: #4E8DFF;
    margin-top: 1em;
  }
  .tam_input{
    width: 100%;
    border: 1px solid #DDDDDD;
    height: 2.5em;
    margin-top: 10px;
  }
  .tam_input input{
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    outline: none;
    box-sizing: border-box;
    padding: 0.3em;
  }
  .tam_money{
    width: 100%;
    display: flex;
    font-size: 0.6em;
  }
  .tam_money div:nth-child(1){
    flex: 1;
    text-align: left;
    color: #767676;
  }
  .tam_button{
    width: 30%;
    text-align: center;
    background-color: #1772F8;
    color: white;
    margin: auto;
    border-radius: 0.3em;
    font-size: 0.8em;
    margin-top: 1em;
    line-height: 2.5em;
  }
  .time_jieguo_success{
    margin: 0;
    padding: 0;
    background: url('../img/time_bottom_success.png') no-repeat center center;
    background-color: black;
    background-size: cover;
    font-family: sans-serif;
    height: 45vh; /* 垂直居中 */
    overflow: hidden;
  }
  .time_jieguo_success div:nth-child(1){
    color: #FAB005;
    font-size: 1.5em;
    text-align: center;
    margin-top: 5vh;
    font-weight: bold;
  }
  .time_jieguo_success div:nth-child(2){
    color: white;
    font-size: 0.8em;
    text-align: center;
  }
  .time_jieguo_success div:nth-child(3){
    width: 30%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    margin: auto;
    border-radius: 0.3em;
    font-size: 0.8em;
    margin-top: 2vh;
    line-height: 2.5em;
  }
  .time_jieguo_fail{
    margin: 0;
    padding: 0;
    background: url('../img/time_bottom_fail.png') no-repeat center center;
    background-color: black;
    background-size: cover;
    font-family: sans-serif;
    height: 45vh; /* 垂直居中 */
    overflow: hidden;
  }
  .time_jieguo_fail div:nth-child(1){
    color: #C0C0C0;
    font-size: 1.5em;
    text-align: center;
    margin-top: 5vh;
    font-weight: bold;
  }
  .time_jieguo_fail div:nth-child(2){
    color: white;
    font-size: 0.8em;
    text-align: center;
  }
  .time_jieguo_fail div:nth-child(3){
    width: 30%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    margin: auto;
    border-radius: 0.3em;
    font-size: 0.8em;
    margin-top: 2vh;
    line-height: 2.5em;
  }
[v-cloak] {
    display: none;
}
.daojishi_main{
    width: 100%;
    background-color: #22272E;
    padding-top: 2em;
    min-height: 15em;
}
.daojishi_title{
    text-align: center;
    width: 100%;
}
.daojishi_title img{
    height: 1.2em;
}
.dm_main{
    width: 14em;
    height: 7em;
    margin: auto ;
    margin-top: 1em;
    background: url('../img/daojishi/time_play_back.png') no-repeat center center;
    background-size: cover;
    position: relative;
}
.dm_heng{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2em;
    background: url('../img/daojishi/time_play_heng.png') no-repeat center center;
    background-size: cover;
    transform: translateY(-50%);
}
.daojishi_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;   /* 水平居中 */
    align-items: center;       /* 垂直居中（如需）*/
    gap: 1em;                  /* 项目之间的间隔，可自定义 */
}
.djc_item img {
    display: block;
    height: 4em;    /* 可按需调整 */
    width: auto;
}
.index_four_box{
    width: 100%;
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding-top: 2em;
    padding-bottom: 2em;
}
.ifb_title{
    width: 100%;
    text-align: center;
}
.ifb_title div:nth-child(2){
    color: #181818;
    font-size: 0.8em;
}
.ifb_main2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-top: 2em;
}
.ifb_main {
    display: grid;
    grid-template-columns: repeat(2, 8em); /* 每行两个按钮 */
    grid-gap: 1em; /* 按钮之间的间距 */
}
.index_five_box{
    box-sizing: border-box;
    background-color: white;
    padding-top: 3em;
}
.tab_main{
    display: flex;
    width: 100%;
}
.tm_name_left{
    flex: 1;
    text-align: left;
}
.tm_name_right{
    color: #1772F8;
}
.list_main{
    width: 95%;
    margin: auto;
    background-color: #FAFAFA;
    margin-top: 1em;
    border-radius: 0.5em;
    box-sizing: border-box;
    padding: 1em;
}
.lm_list{
    display: flex;
}
.lml_name{
    flex: 2;
    text-align: left;
    box-sizing: border-box;
    padding-left: 1em;
    color: #C0C0C0;
}
.lml_val{
    flex: 3;
}