.fillin_banner {
    /* background: url(../../img/bp/myBp.png) center center no-repeat !important; */
    background-size: cover;
}

.bp {
    width: 976px;
}

.mySmartBP {
    display: flex;
    justify-content: space-between;
}

.mySmartBP>p>span {
    font-size: 20px;
    font-weight: 400;
    color: #282828;
    margin-right: 50px;
    cursor: pointer;
}

.mySmartBP>p>span:last-child {
    margin-right: 0;
}

.mySmartBP>p>span.active {
    font-weight: bold;
    color: #1459F4;
}

.mySmartBP .playBackCenter {
    width: 138px;
    height: 40px;
    line-height: 40px;
    background: #EDEFF1;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
}

.mySmartBP div img {
    vertical-align: middle;
}

.mySmartBP div span {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    margin-left: 6px;
}

.myBpList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
}

.myBpList>div {
    width: 312px;
    margin-bottom: 28px;
    cursor: pointer;
    position: relative;
    margin-right: 19px;
}

.myBpList>div:nth-child(3n) {
    margin-right: 0;
}

.bpMask {
    width: 100%;
    height: 170px;
    background: #000;
    opacity: .3;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.myBpList>div:hover .edit,
.myBpList>div:hover .bpMask {
    display: block;
}

.myBpList .cover {
    width: 100%;
    height: 170px;
    object-fit: cover;
    box-shadow: 0px 0px 13px 0px rgba(98, 136, 200, 0.23);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 19px;
}

.myBpList .bpName {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.myBpList .edit {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 124px;
    cursor: pointer;
    display: none;
}

.operate {
    width: 145px;
    padding: 18px 22px;
    position: absolute;
    top: 152px;
    left: 250px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(118, 118, 118, 0.52);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    z-index: 10;
}

.operate>p {
    margin-bottom: 12px;
}

.operate>p:last-child {
    margin-bottom: 0;
}

.operate img {
    width: 14px;
    vertical-align: middle;
}

.operate span {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    margin-left: 12px;
}

.statePayment {
    width: 69px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 5px 0px rgba(118, 118, 118, 0.52);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: absolute;
    top: 124px;
    left: 12px;
}

.none-show {
    text-align: center;
    margin-top: 50px;
}

.none-show>p {
    font-size: 20px;
    color: #0487FC;
    text-align: center;
    margin-top: 20px;
}


/* 回收站 */

.backBpList {
    visibility: hidden;
}

.recycleBin {
    display: flex;
    align-items: center;
}

.recycleBin>div {
    cursor: pointer;
}

.recycleBin .icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #F4F7FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(98, 136, 200, 0.23);
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.recycleBin .icon img {
    vertical-align: middle;
}

.recycleBin .icon+span {
    font-size: 16px;
    font-weight: bold;
    color: #0D1631;
    margin-left: 13px;
}

.recycleBin>p {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    margin-left: 9px;
}