.Betting_box{
    width: 814px;
    height: 819px;
    z-index: 800;
    position: fixed;
    top: 50%;
    left: 35%;
    background-color: rgb(242, 242, 242);
    transform: translate(-50%, -50%);
    border-radius: 7px;
    box-shadow: 0px 0px 15px #000000;
    box-sizing: border-box;
    overflow: hidden;
}
.Betting_box>.box_head{
    height: 80px;
    position: relative;
    background: rgb(74,119,225);
    
}
.box_head>div{
    height: 100%;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #ffffff;
    font-size: 35px;
    padding-left: 20px;
}
.box_head>.date{
    left: 30px;
}
.box_head>.time{
    right: 80px;
}
.box_head>.close{
    width: 80px;
    height: 75px;
    right: 5px;
    top: 5px;
    color: red;
    font-weight: 900;
    font-size: 45px !important;
    border: none;
}
.box_content{
    height: 476px;
    padding: 7px 5px 5px 5px
}
.box_intro{
    height: 70px;
    position: relative;
    font-size: 35px;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 0px 10px;
}
.content_center{
    height: 490px;
    background: rgb(74,119,225);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 10px;
}
.box_money{
    width: 95%;
    height: 65px;
    color: #ffffff;
    position: relative;
    font-size: 35px;
    display: flex;
    border: 1px solid rgb(74,119,225);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}
.box_money>.money{
    width: 40%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    background: rgb(153, 102, 204);
}
.box_money>.input{
    width: 60%;
    height: 100%;
    font-size: 35px;
    text-align: center;
    font-weight: 900;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.box_integer{
    width: 720px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0px;
    margin-top: 10px;
    position: relative;
}
.box_integer>.item{
    box-sizing: border-box;
    width: 180px;
    height: 180px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.circle_select{
    color: rgb(255,255,51) !important;
    background-color:rgb(255, 153, 0)  !important;
}
.box_integer>.item>.circle{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 150px;
    color: rgb(255, 153, 0);
    background-color: rgb(255,255,51);
    font-size: 45px;
    font-weight: 900;
    box-shadow: 2px 2px 5px #000000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.box_limit{
    width: 99%;
    height: 55px;
    margin: 5px 0px;
    font-size: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 0px 10px;
}
.box_button{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
    padding: 0px 20px;
    background: #ffffff;
    font-size: 26px;
}
.box_button>div:active{
    background: rgb(255, 153, 255);
}
.box_button>div{
    width: 150px;
    height: 70px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
}
.box_button>.can_bet{
    background: #f44402;
}
.box_button>.cancel{
    /* background: rgb(9,70,127); */
}
.box_button>.empty{
    background: rgb(153,153,204);
}
.box_button>.save{
    background: rgb(0, 130, 210);
}
.box_button>.confirm{
    background: rgb(74, 118, 255);
}
.box_button>.confirm_print{
    background: rgb(74, 118, 255);
    color: #fff;
}
.bg_y{
    background-color: rgb(236,182,41) !important;
    animation: bg_y_shink 1s infinite;
}
@keyframes bg_y_shink {
    0%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.Results{
    position: relative;
}
.result_box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: linear-gradient(to bottom,rgb(205,251,64),rgb(137,0,16));*/
}
.result_box>div{
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
}
.sum_time{
    bottom: 0;
    left: 0;
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    background-color: red;
}
.lucky_number{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 70px;
    line-height: 120px;
    font-weight: 700;
    box-shadow: 0 0 5px #000;
}
/* .number_count{
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgb(160, 0, 19);
    font-size: 40px;
    line-height: 60px;
} */
.result_number_bg{
    background: rgb(195, 0, 23);
}
.payout{
    color: red;
    font-size: 32px;
}
.mt_home{
    margin-top: 101px;
    margin-bottom: 0px;
}
.big{
    background-color: #0461ea;
}
.small{
    background-color: #f9250e;
}
.betting_box{
    width: 100%;
    height: 100px;
    position: relative;
    /* box-sizing: border-box; */
}
.betting_order{
    width: 100%;
    position: absolute;
    bottom: 96px;
    border: 5px solid rgb(71, 73, 70);
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: rgb(242, 242, 242);
    z-index: 100;
}
.betting_momont{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 5px solid rgb(71, 73, 70);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.betting_momont>div{
    height: 55px;
    cursor: pointer;
}
.betting_momont>.momont_input_box{
    width: 15%;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.betting_momont>.momont_quick_box{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.betting_momont>.momont_order_box{
    width: 15%;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border:1px solid rgb(1, 167, 245);
}
.betting_momont>.momont_button_box{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.betting_momont>.momont_input_box>.momont_input{
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: 50px;
    font-size: 20px;
    border-radius: 5px;
    border:1px solid #ccc;
    padding: 5px;
}
.betting_momont>.momont_input_box>.momont_input:focus{
    border:2px solid rgb(1, 167, 245);
}
.betting_momont>.momont_quick_box>.item{
    width: 12%;
    height: 100%;
    border:1px solid rgb(1, 167, 245);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}
.betting_momont>.momont_quick_box>.item:not(:last-child){
    border-right: none;
}
.betting_momont>.momont_quick_box>.item>.circle{
    width: 100%;
    height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.betting_momont>.momont_quick_box>.item>.click{
    background: rgb(1, 167, 245);
    box-shadow: 0px 0px 5px 5px rgb(229, 199, 39);
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
}
.betting_momont>.momont_order_box>div{
    height: 100%;
}
.betting_momont>.momont_order_box>.order_left{
    width: 70%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
}
.betting_momont>.momont_order_box>.order_right{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.betting_momont>.momont_order_box>.order_right>div{
    transform: rotate(90deg);
}
.betting_momont>.momont_button_box>button{
    width: 30%;
    height: 100%;
    border-radius: 10px;
    font-size: 20px;
    /* box-shadow: 0 0 0 2px #ccc; */
    cursor: pointer;
}
.betting_momont>.momont_button_box>button:active{
    box-shadow: 0 0 2px 2px red;
}
.save{
    background: rgb(0, 102, 255);
    color: #ffffff;
}
.momont_button_box>.bet{
    background: #ccc;
    color: #ffffff;
}
.momont_button_box>.empty{
    width: 109px !important;
    background: #ffffff;
    font-size: 14px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.selectBetType{
    border: 9px solid #f0ce2c !important;
    box-sizing: border-box;
}
.betting_order_head{
    width: 95%;
    height: 70px;
    position: relative;
}
.betting_order_table{
    width: 95%;
    margin-bottom: 50px;
}
.betting_order_head>div{
    position: absolute;
    height: 100%;
    display: flex;
}
.betting_order_head_left{
    left:0;
    display: flex;
    align-items: center;
}
.betting_order_head_left>span:first-child{
    font-size: 25px;
}
.betting_order_head_left>span{
    margin: 0 50px 0 20px;
    font-size: 20px;
}
.betting_order_head_right{
    right:0;
    width: 100px;
    color: rgb(0, 102, 255);
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}
.betting_order_head_right>div{
    transform: rotate(90deg);
    margin-left: 5px;
}
.bet_order_table{
    width: 100%;
}
.bet_order_table tr{
    height: 30px;
    line-height: 30px;
}
.bet_order_table tr>th{
    border: 1px solid rgb(144, 144, 144);
    background-color: rgb(174, 174, 174);
}
.bet_order_table tr>td{
    text-align: center;
    border: 1px solid rgb(144, 144, 144);
}
.bet_order_table tr>th:nth-child(1),
.bet_order_table tr>td:nth-child(1){
    width: 10%;
}
.bet_order_table tr>th:nth-child(2),
.bet_order_table tr>td:nth-child(2){
    width: 30%;
}
.bet_order_table tr>th:nth-child(3),
.bet_order_table tr>td:nth-child(3){
    width: 30%;
}
.bet_order_table tr>th:nth-child(4),
.bet_order_table tr>td:nth-child(4){
    width: 30%;
}

.bet_order_table tr>td:nth-child(3),
.bet_order_table tr>td:nth-child(4){
    color: blue;
}
.orderline{
    width: 80%;
    height: 2px;
    border-top: 1px solid #ccc;
    opacity: .5;
    margin-left: 10px;
}
#betting_order_open .arrow_up{
    transform: rotate(-90deg);
    color: blue;
}
.momont_button_box>.can_bet{
    background: #f44402;
}
#draw_result{
    margin-right: 15px;
}
.addmoney_bg{
    width: 100%;
    height: 45px;
    position: absolute;
    top: 98px;
    left: 0;
    background:url(../Resource/images/10015.gif);
    background-size: 100% 100%;
    text-align: center;
    line-height: 45px;
    font-size: 28px;
    font-weight: 900;
    color: #eff4aa;
}
.world_zone{
    margin-right: 10px;
}
.orderlist_addmoney{
    color: black;
    margin-left: 10px;
}
.fix_home{
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
}
.fix_lucky99{
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    /*z-index: 10;*/
}
.fix_lucky90{
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
}
.fix_lucky12{
    position: fixed !important;
    width: 100%!important;
    height: 100% !important;
    z-index: 10;
}
.fix_lucky23D{
    position: fixed !important;
    width: 101%!important;
    height: 101% !important;
    z-index: 10;
    margin-left: -6px;
    margin-top: -1px;
}
.fix_lucky99_left{
    width: 40% !important;
    height: 100% !important;
}
.fix_lucky90_left{
    width: 70% !important;
    height: 100% !important;
}
.fix_lotto12{
    position: fixed !important;
    width: 100%!important;
    height: 100% !important;
    z-index: 10;
}
.fix_lotto80{
    position: fixed !important;
    width: 100% !important;
    height: 92% !important;
    z-index: 10;
}
.fix_klak63{
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
}
.mt_0{
    margin-top: 0 !important;
}
.pt_0{
    padding-top: 0 !important;
}
.width_100{
    width: 100% !important;
}
.height_100{
    height: 100% !important;
}

.mode-img[data-v-a453e228] {
    position: fixed;
    bottom: 10%;
    right: 5%;
    width: 80px;
    height: 80px;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
}
.mode_active[data-v-a453e228]{
    opacity: 1;
    background: #fff;
}
.dropdown[data-v-a453e228] {
     /* 改成 fixed，和按钮用同一个定位基准 */
    position: fixed;
    /* 调整位置，让它刚好在按钮旁边，比如按钮的左上方 */
    bottom: calc(10% + 80px + 10px); /* 按钮bottom + 按钮高度 + 间距 */
    right: 5%; /* 和按钮的right值保持一致 */
    padding: 10px 5px 5px;
    min-width: 150px;
    min-height: 60px;
    background: #fff;
    border-radius: 10px;
    z-index: 9999999;
    box-shadow: 0 1.5px 3px #0000004d, 0 -1.5px 3px #0000004d inset;
}
.mode-active[data-v-a453e228] {
    width: 100%;
    height: 40px;
    background: #ff3c00;
    border-radius: 10px;
    color: #fff!important;
}
/*.dropdown-item[data-v-a453e228] {
    cursor: pointer;
    padding: 10px 5px;
    height: 50px;
    font-size: 25px;
    font-weight: 700;
    color: #333;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.dropdown-item-img[data-v-a453e228] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}*/

.dropdown[data-v-a453e228] {
    position: fixed;
    bottom: calc(10% + 80px + 10px);
    right: 5%;
    padding: 10px;
    max-width: 90vw;
    max-height: 80vh;
    background: #fff;
    border-radius: 10px;
    z-index: 9999999;
    box-shadow: 0 1.5px 3px #0000004d, 0 -1.5px 3px #0000004d inset;
    /* 固定3列布局 */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    overflow-y: auto;
}

.dropdown-item[data-v-a453e228] {
    cursor: pointer;
    padding: 10px 5px;
    height: 50px;
    font-size: 25px;
    font-weight: 700;
    color: #333;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 6px;
    transition: background 0.2s;
}
.dropdown-item:hover {
    background: #f0f0f0;
}

.dropdown-item-img[data-v-a453e228] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    flex-shrink: 0;
}

/* 确认框*/ 
.custom-confirm-modal {  
    display: none; /* 默认隐藏 */  
    position: fixed; /* 固定定位 */  
    z-index: 200; /* 置于顶层 */  
    left: 0;  
    top: 0;  
    width: 100%; /* 宽度 */  
    height: 100%; /* 高度 */  
    overflow: auto; /* 如果需要滚动 */  
    background-color: rgba(0,0,0,0.4); /* 背景色，带透明度 */  
  }  
    
  .custom-confirm-modal-content {  
    background-color: #fefefe;  
    margin: 15% auto; /* 15% 从顶部 和 自动水平居中 */  
    padding-left: 20px;  
    padding-right: 20px;  
    
    border: 1px solid #888;  
    width: 500px; /* 宽度 */  
    height: 250px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);  
  }  
  .custom-confirm-modal-content p{
    font-size: 22px; 
    margin-top: 35px;
    line-height: 40px;
  }
  .custom-confirm-close {  
    color: #aaa;  
    float: right;  
    font-size: 35px;  
    font-weight: bold;  
  }  
    
  .custom-confirm-close:hover,  
  .custom-confirm-close:focus {  
    color: black;  
    text-decoration: none;  
    cursor: pointer;  
  }  

  .custom-confirm-btn-group{
    padding: 60px;  
  }
    
  .custom-confirm-btn, .custom-cancel-btn {  
    padding: 10px 20px;  
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;  
  }  
    
  .custom-confirm-btn {  
    background-color: #0082d2;  
    color: white;  
    border-radius: 10px;
  }  
    
  .custom-cancel-btn {  
    background-color: #ccc;  
    color: rgb(0, 0, 0);  
    border-radius: 10px;
  }

