.box{
    display:flex;
    position:relative;
    height:90%;
    background:#F3F3F3;
}
.bottom{
    flex:1;
}
.bleBox{
    right:-343px;
    width:384px;
    z-index:10000;
    display:flex;
    height:100%;
    align-items:center;
    position:fixed;
    transition: all 0.2s linear 0s;
}
.ant-drawer-content-wrapper{
    transition: all 0.2s linear 0s !important;
}
.bleBG{
    background-image:url("img/bleBG.svg");
    width:42px;
    height:166px;
    display:flex;
    font-size:18px;
    justify-content:center;
    flex-direction:column;
    position:relative;
    z-index:10001;
}
.bleBG span{
    display:flex;
    width:18px;
    align-items:center;
    color:#4276E1;
    font-weight:400;
    margin-left:20px;
    line-height:20px;
}
.bleBG img{
    width:16.5px;
    height:15.4px;
    margin-top:6px;
    margin-left:20px;
}
.bleDrawer{
    width:340px;
    height:100%;
    background:white;
    padding:20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    box-shadow: 0px 6px 9px #D8D8D8;
}
.bleSearch{
    height:42px;
    width:294px;
    border-radius:4px;
    border:1px solid #4276E1;
    font-size:18px;
    color:#4276E1;
    display:flex;
    justify-content:center;
    align-items:center;
    letter-spacing: 1.6px;
    margin-bottom:32px;
}
.bleSearch img{
    height:26.3px;
    width:26.3px;
    margin-right:10.8px;
}
.bleTitle{
    font-size: 16px;
    color: #232323;
    display:block;
    width:100%;
}
.bleListBox{
    width:100%;
}
.bleListOne{
    width:100%;
    height:57px;
    border-bottom: 1px solid rgba(151,151,151,0.21);
    font-size: 16px;
    color: #666666;
    padding-bottom:11.5px;
    display:flex;
    align-items:flex-end;
}
.bleListOne span:nth-of-type(1){
    flex:1;
}
.bleListOne span:nth-of-type(2){
    color:#4276E1;
    border-right:1px solid rgba(151,151,151,0.20);
    padding-right:10px;
}
.bleListOne22{
    color:#4276E1;
    padding-left:10px;
}

.bleListOne33{
    color:#999;
    padding-left:10px;
}