.login_div,
.dialog_div,
.loading_div,
.betConfirm_div,
.account_info_operation_div,
.addMoney_div,
.Mask,
.transfer_div{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.login_div{
    z-index: 200;
}
.dialog_div{
    z-index: 900;
}
.loading_div{
    z-index: 999;
    /* background-image: url(../Resource/images/loading_3.jpg); */
    background: rgb(0, 99, 255);
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading_div>img{
    width:250px;
    height: 250px;
}

.betConfirm_div,
.account_info_operation_div,
.addMoney_div{
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dialog_box{
    width: 300px;
    /* border: 1px solid #ccc; */
    background-color: #ffffff;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}
.alert_box{
    min-width: 300px;
    background-color: #ffffff;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    font-size: 20px;
    z-index: 999;
}
.dialog_box>div,
.alert_box>div{
    width: 100%;
}
.dialog_buttons,
.dialog_head{
    flex-shrink: 0;
}
.dialog_head,
.alert_head{
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.alert_head{
    justify-content: center;
}
.dialog_head>.Status,
.alert_head>.Status{
    padding-left: 10px;
    font-size: 21px;
}
.dialog_head>.close,
.alert_head>.close{
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align:end;
    padding-right: 10px;
    color: red;
    font-weight: 900;
}
.dialog_content,
.alert_content{
    padding: 10px 20px;
    text-align: center;
    padding: 30px;
}
.dialog_buttons,
.alert_buttons{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(22, 155, 213);
    color: #ffffff;
}
.dialog_buttons>.title{
    max-width: 200px;
    overflow: hidden;
    height: 40px;
    margin-left: 15px;
    font-size: 19px;
    font-weight: 900;
    line-height: 40px;


}
.dialog_buttons>.confirm{
    width: 87px;
    height: 35px;
    background-color: rgb(22, 155, 213);
    /* border: 1px solid blue; */
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin-right: 15px;
    border-radius: 5px;
}
.dialog_buttons>.confirm:active{
    background-color: #ffffff;
}
.operation_box{
    width: 668px;
    height: 455px;
    background-color: #ffffff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    /* display: flex;
    flex-direction: column; */
}
.operation_head{
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: rgb(153, 102, 102);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}
.operation_head>.head_title{
    margin-left: 10px;
}
.operation_head>.head_title>span{
    padding: 0 5px;
}
.operation_head>.head_close{
    width: 60px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    color: red;
    font-weight: 900;
    font-size: 24px;
}
.operation_content{
    position: absolute;
    bottom: 40px;
    left: 100px;
    width: 500px;
    height: 333px;
}
.operation_content>div{
    width: 100%;
}
.operation_content>.content_info{
    height: 152px;
    position: absolute;
    top: 0;
}
.operation_content>.content_money{
    height: 40px;
    position: absolute;
    top: 200px;
    display: flex;
}
.operation_content>.content_button{
    height: 45px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}
.content_info>.table {
  width: 500px;
  height: 150px;
  border-collapse: collapse;
}

.content_info>.table th,
.content_info>.table td {
  width: 200px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: rgb(233, 233, 233);
  
}

.content_info>.table td:nth-child(2) {
  width: 294px;
 
}



.account_info_operation_box{
    width: 668px;
    
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #ccc;
    border-radius: 10px;
    
    /* display: flex;
    flex-direction: column; */
}

.account_info_operation_box_max{
    height: 650px;
}

.account_info_operation_box_min{
    height: 600px;
}

.account_info_operation_head{
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: rgb(153, 102, 102);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}
.account_info_operation_head>.head_title{
    margin-left: 10px;
}
.account_info_operation_head>.head_title>span{
    padding: 0 5px;
}
.account_info_operation_head>.head_close{
    width: 60px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    color: red;
    font-weight: 900;
    font-size: 24px;
}

.account_info_operation_box .operation_content{
    position: absolute;
    top: 60px;
    left: 100px;
    width: 550px;
    height: 550px;
    overflow-y: scroll;
}

.content_info>.info_table {
    width: 500px;
    height: 150px;
    border-collapse: collapse;
    margin-top: 30px;
  }
  
  .content_info>.info_table th,
  .content_info>.info_table td {
    width: 200px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    padding-top:10px;
    padding-bottom:10px;
  }

  .content_info>.info_table th {
    background-color: rgb(233, 233, 233);
  }

  
  .content_info>.info_table td:nth-child(2) {
    width: 294px;
    padding-left:10px;
    padding-right:10px;
  }

.content_money>div{
    height: 100%;
    border: .5px solid black;
}
.content_money>.money_lable{
    width: 220px;
    text-align: center;
    line-height: 40px;
}
.content_money>.money_input{
    width: 336px;
    border-left: none;
}
.content_money>.money_input>.input{
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: blue;
}
.operation_content>.content_button>div{
    height: 100%;
    width: 158px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
}
.operation_content>.content_button>div:active{
    background-color: #ffffff;
    color: black;
}
.close{
    /* background-color: #ccc; */
    border: 1px solid #ccc;
}
.border_none{
    border: none !important;
}
.confirm{
    background-color: red;
    color: #ffffff;
}
.view_0,
.view_0_1,
.view_1,
.view_2,
.view_3,
.view_4,
.view_5,
.view_6,
.view_7,
.view_8,
.view_9{
    width: 100%;
    /* min-width: 1900px; */
    margin-top: -82px;
}

.betConfirm_box{
    /* width: 800px; */
    width: 350px;
    border: 1px solid gray;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    opacity: 1;

}
.betConfirm_box>div{
    width: 100%;
}
.betConfirm_head_box{
    height: 50px;
    border-bottom: 2px solid gray;
    background-color: rgb(23, 133, 213);
    color: #ffffff;
}
.betConfirm_head{
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
}
.betConfirm_content_box{
    position: relative;
}
.betConfirm_content{
    position: relative;
    /* margin: 25px; */
}
.betConfirm_content>div{
    width: 100%;
}
.betConfirm_content_data{
    height: 40px;
    display: flex;
}
.betConfirm_content_data>.item{
    width: 33%;
    height: 40px;
    line-height: 40px;
}
.betConfirm_content_data>.item>span{
    margin-left: 10px;
}
.betConfirm_content_label{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
.betConfirm_content_button{
    height: 50px;
    margin-top: 10px;
    position: relative;
    font-size: 24px;
}
.betConfirm_content_button>div{
    height: 100%;
    text-align: center;
    line-height: 50px;
    position: absolute;
    /* width: 100px; */
    width: 50%;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.betConfirm_content_button_left{
    left: 0;
}
.betConfirm_content_button_right{
    background-color: rgb(22, 155, 213);
    color: #fff;
    right: 0;
}
.betConfirm_content_table_list{
    width: 100%;
}
.betConfirm_content_table_list tr{
    height: 50px;
    line-height: 50px;
}
.betConfirm_content_table_list tr>th{
    border: 1px solid rgb(144, 144, 144);
    background-color: rgb(236, 238, 255);
}
.betConfirm_content_table_list tr>td{
    text-align: center;
    border: 1px solid rgb(144, 144, 144);
}
.betConfirm_content_table_list tr>th,
.betConfirm_content_table_list tr>td{
    width: 50%;
}
.betConfirm_content_total{
    height: 30px;
    line-height: 30px;
    display: flex;
    margin-top: 10px;
}
.betConfirm_content_total>span{
    margin-left: 10px;
    color: red;
}
/* .Main{
    width: 100vw;
    height: 100vh;
} */
.nav_line{
    width: 1903px;
    height: 2px;
    background: #ffffff;
    position: fixed;
    top: 80px;
    z-index: 10;
}
.addMoney_box{
    width: 400px;
    height: 400px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.addMoney_Number{
    width: 250px;
    height: 250px;
    text-align: center;
    line-height: 250px;
    font-size: 150px;
    font-weight: 900;
    color: #ffffff;
    background: url(../Resource/images/lucky99/specail.png);
    background-size: 100% 100%;
}
.addMoney_content{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.addMony_odds{
    margin-top: 10px;
    font-weight: 900;
}
