.detail_box{
    width: 1000px;
    background: #fff;
    position: fixed;
    left: 342px;
    top: 221px;
    z-index: 100;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.detail_box>div{
    width: 100%;
}
.detail_head_box{
    height: 50px;
    border-bottom: 2px solid gray;
}
.detai_head{
    height: 40px;
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}
.detai_head>div{
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 20px;
}
.detail_head_name{
    width: 150px;
    font-size: 20px;
    font-weight: 500;
}
.detail_head_close{
    width: 80px;
    font-size: 30px;
    font-weight: 900;
    color: red;
    cursor: pointer;
}
.detail_content_box{
    position: relative;
}
.detail_content{
    position: relative;
    margin: 30px;
}
.detail_content>div{
    width: 100%;
}
.detail_content_data{
    height: 120px;
    display: flex;
    flex-wrap: wrap;
}
.detail_content_data>.item{
    width: 50%;
    height: 30px;
    line-height: 30px;
}
.detail_content_data>.item>span:nth-child(2){
    margin-left: 10px;
}
.detail_content_table{
    /* height: 200px; */
}
.detail_content_button{
    height: 50px;
    margin-top: 30px;
    position: relative;
}
.detail_content_button>div{
    height: 100%;
}
.detail_content_button_left{
    width: 200px;
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 50px;
    display: flex;
    align-items: center;
}
.detail_content_button_left>span{
    margin-left: 5px;
}.detail_content_button_left>span:not(:first-child){
    color: blue;
}
.detail_content_button_right{
    width: 100px;
    position: absolute;
    right: 0;
    border-radius: 5px;
    background-color: rgb(22, 155, 213);
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.detail_content_button_box{
     display: flex;
  gap: 10px;
  justify-content:flex-end; /* 居中，不需要可删掉 */

    
}

.detail_content_button_cancel_bet_Order{
    width: 100px;
    border-radius: 5px;
    background-color: rgb(22, 155, 213);
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.detail_content_button_colse{
    width: 80px;
    border-radius: 5px;
    background-color: rgb(201, 201, 201);
    color: #000000;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.detail_content_table_list,.klak63_detail_content_table_list{
    width: 100%;
}
.detail_content_table_list tr,.klak63_detail_content_table_list tr{
    height: 30px;
    line-height: 30px;
}
.detail_content_table_list tr>th,.klak63_detail_content_table_list  tr>th{
    border: 1px solid rgb(144, 144, 144);
    background-color: rgb(174, 174, 174);
}
.detail_content_table_list tr>td,.klak63_detail_content_table_list tr>td{
    text-align: center;
    border: 1px solid rgb(144, 144, 144);
}
.detail_content_table_list tr>th,
.detail_content_table_list tr>td,
.klak63_detail_content_table_list tr>th,
.klak63_detail_content_table_list tr>td
{
    width: 25%;
}
.lucky99_table_data,
.lucky99_table_title{
    display: flex;
}
.lucky99_table_data>.data,
.lucky99_table_title>.title{
    width: 17%;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid rgb(144, 144, 144);
    word-break: break-all;
    
}
.lucky99_table_data>.data:not(:last-child),
.lucky99_table_title>.title:not(:last-child){
    border-right: none;
}
.lucky99_table_title>.title{
    background-color: rgb(174, 174, 174);
}
.lucky99_table_data>.data{
    padding: 11px;
    border-top: none;
}


.lucky90_table_data,
.lucky90_table_title{
    display: flex;
}
.lucky90_table_data>.data,
.lucky90_table_title>.title{
    width: 17%;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid rgb(144, 144, 144);
    word-break: break-all;
    
}
.lucky90_table_data>.data:not(:last-child),
.lucky90_table_title>.title:not(:last-child){
    border-right: none;
}
.lucky90_table_title>.title{
    background-color: rgb(174, 174, 174);
}
.lucky90_table_data>.data{
    padding: 11px;
    border-top: none;
}
.group90_lk{
    font-weight: 900;
}
.group90_lk_1{
    color: #fa0000 !important;
}
.group90_lk_2{
    color: #32a001 !important;
}
.group90_lk_3{
    color: #f27700 !important;
}
.group90_lk_4{
    color: #02aff1 !important;
}
.group90_lk_5{
    color: #fd59a8 !important;
}

.size{
    display: inline-block;
    margin-right: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.sizeBig{
    background-color: red !important;
}
.sizeSmall{
    background-color: blue !important;
}
.page_num{
    margin-right: 15px;
}
.addMoneyitem{
    text-align: end;
}
.group_lk{
    font-weight: 900;
}
.group_lk_1{
    color: rgb(0, 102, 255) !important;
}
.group_lk_2{
    color: rgb(153,51,153) !important;
}
.group_lk_3{
    color: rgb(204,153,51) !important;
}
.group_lk_4{
    color: rgb(255,51,102) !important;
}
.group_lk_5{
    color: rgb(0,102,51) !important;
}
.lucky99_Group{
    display: flex;
}
.look_detail{
    cursor: pointer;
}
.scale_text{
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}
.lucky12_color_span{
    display: inline-block;
    width: 50px;
    height: 25px;
    line-height: 23px;
    text-align: center;
}
#order_detail_content_table{
    max-height: 311px;
    overflow-y: auto;
}
.Group23d_index{
    font-weight: 900;
}
.Group23d_number{
    /* color: #ccc; */
}


.sizeOE {
    display: inline-block;
    margin-right: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    /* background: #0461ea; */
    color: #fff;
    text-align: center
  }
  
 .sizeOdd{
    background: #996699 !important
  }
  
.sizeEven{
    background: #FF9966 !important
  }

.cf10_result_red_color{
    color: red;
    font-weight: bold;
}

.cf10_result_blue_color{
    color: #1e81f1;
    font-weight: bold;
}

.cf10_result_green_color{
    color: green;
    font-weight: bold;
}

.cf10_result_gray_color{
    color: gray;
    font-weight: bold;
}


.cf199_result_red_color{
    color: red;
    font-weight: bold;
}

.cf199_result_blue_color{
    color: #1e81f1;
    font-weight: bold;
}

.cf199_result_green_color{
    color: green;
    font-weight: bold;
}

.cf199_result_gray_color{
    color: gray;
    font-weight: bold;
}


.cf20_result_red_color{
    color: red;
    font-weight: bold;
}

.cf20_result_blue_color{
    color: #1e81f1;
    font-weight: bold;
}

.cf20_result_green_color{
    color: green;
    font-weight: bold;
}

.cf20_result_gray_color{
    color: gray;
    font-weight: bold;
}


.cf30_result_red_color{
    color: red;
    font-weight: bold;
}

.cf30_result_blue_color{
    color: #1e81f1;
    font-weight: bold;
}

.cf30_result_green_color{
    color: green;
    font-weight: bold;
}

.cf30_result_gray_color{
    color: gray;
    font-weight: bold;
}



.cf299_result_red_color{
    color: red;
    font-weight: bold;
}

.cf299_result_blue_color{
    color: #1e81f1;
    font-weight: bold;
}

.cf299_result_green_color{
    color: green;
    font-weight: bold;
}

.cf299_result_gray_color{
    color: gray;
    font-weight: bold;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.pk65_result_red_color{
    color: red;
    font-weight: bold;
}

.pk65_result_blue_color{
    color: #1e81f1;
    font-weight: bold;
}

.pk65_result_green_color{
    color: green;
    font-weight: bold;
}

.pk65_result_gray_color{
    color: gray;
    font-weight: bold;
}
