
.loogCont{
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1000;
}
.lengthLoog{
  border:1px solid #b9c2cb;
  width: 320px;
  color: #4f4d4d;
  position: absolute;
  right: -320px;
  transition: right .3s;
  border-radius: 4px 4px 0 0;
  background: #fff;
  box-shadow: 0 1px 15px #6D6B6B;
}
.showLoogBtn{
  position: absolute;
  right: 320px;
  margin-top: 60px;
  height: 140px;
  background: #b62929;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  width: 40px;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  writing-mode: tb-rl;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 1px 15px #6D6B6B;
}
.showLength{
  right: 0;
}
.lengthLoog .head{
  display: flex;
  border-bottom:1px solid #b9c2cb;
}

.ranking,.cl_bet_ta{
  display: none;

}

.lengthLoog .active{
  display: block;
}

.lengthLoog .head .active{
  background-color: #b62929;
  color: #fff;
}

/* 头部 */
.lengthLoog .head>div{
  width: 160px;
  height: 45px;
  font-weight: bold;
  font-size: 15px;
  background-color: #353535;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 主体内容 */
.lengthLoog .content {
  padding-top: 10px;
}

/* 长龙排行 */
.lengthLoog .content .ranking{
  padding: 10px;
  height: 780px;
}
.lengthLoog .content .ranking table{
  border-collapse:collapse;
  border-spacing:0;
  width: 100%;
}
.lengthLoog .content .ranking tr{
  background-color: #fff;
}

.lengthLoog .content .ranking tr th{
  border: 1px solid #b9c2cb;
  height: 23px;
  padding: 0 5px;
  text-align: left;
  font-size: 12px;
  /* border: 1px solid #daa4a3; */
  font-weight: 400;
  color: #4f4d4d;
}

.lengthLoog .content .ranking tr td{
  border: 1px solid #b9c2cb;
  color: red;
  height: 23px;
  padding: 0 5px;
  text-align: left;
  font-size: 12px;
  /* border: 1px solid #daa4a3; */
  font-weight: 400;
  /* color: #4f4d4d; */
  text-align: center;
}

/* 长龙投注 */
.lengthLoog .content .cl_bet_ta{
  padding-top: 10px;

}

.lengthLoog .content .cl_bet_ta .cl_bet{
  font-size: 13px;
    position: relative;
    height: 780px;
    overflow: auto;
    color: #000;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_stage{
  padding-left: 10px;
  border-bottom: 1px solid #b9c2cb;
  padding-bottom: 10px;
  font-size: 13px;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_stage select{
  width: 45px;
  height: 26px;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list{
  height: 688px;
    overflow-y: scroll;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item{
  width: 300px;
    min-height: 150px;
    background: #fff0f0;
    margin: 10px auto;
    position: relative;
    border-radius: 10px;
    font-size: 13px
}

/* 开奖中||已封盘*/
.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .entertained{
  position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0,0,0,.3);
    border-radius: 6px;
    line-height: 172px;
    text-align: center;
    color: #fff;
    font-size: 2em;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .def{
  border-radius: 6px;
    height: 150px;
    background: #fff;
    border: 1px solid #b9c2cb;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .def .name{
  line-height: 2;
    padding-right: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #b9c2cb;
    display: flex;
    justify-content: space-between;
}



.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .def .plays{
  height: 55px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .def .plays .time{
  color: red;
  font-size: 1.2em;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .def .plays .play{
  min-width: 46px;
    height: 46px;
    padding: 0 3px;
    border-radius: 2px;
    box-shadow: 0 0 5px #2161b3;
    margin-left: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .def .step{
  height: 10px;
    width: 98%;
    background: #353535;
    margin: 5px 1%;
    transition: width 1s;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .def .step .active{
  width: 50%;
    background: #ed3243;
    height: 100%;
    position: relative;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .def .step .active span{
  position: absolute;
    background: #000;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-weight: 700;
    font-size: .7em;
    bottom: 0;
    right: -15px;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .def .other{
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .def .other .fl{
  display: flex;
  align-items: center;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .def .other span{
  color: red;
  margin: 0 5px;
  min-width: 15px;
  height: 15px;
  line-height: 13px;
  text-align: center;
}

.lengthLoog .content .cl_bet_ta .cl_bet .cl_list .more_box .cl_item .def .other .play{
  font-size: .9em;
  border: 1px solid #ccc;
  line-height: 1.3;
  padding: 2px;
}

/* 尾部 */
.lengthLoog .content .cl_bet_ta .cl_bet .bet_box{
  height: 55px;
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #b9c2cb;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.lengthLoog .content .cl_bet_ta .cl_bet .bet_box div{
  margin-right: 15px;
  align-items: center;
}

.flex{
  display: flex;
}

.cl_bet .cl_period{
  font-weight: bold;
  color: red;
}

.cl_bet .c_red{
  color:red;
}

.cl_bet .c_black{
  color:black;
}

.cl_bet .c_green{
  color:green;
}

.u_btn1{
  display: inline-block;
  width: 56px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: bottom;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 3px;
  background: rgb(243, 169, 47);
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}

.bet_money{
  width: 70px;
    height: 20px;
    border: #b9c2cb 1px solid;
    text-align: center;
}

.clearFlex{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}

.play_active{
  background-color: #FFF8B6 !important;
}