.btn_bottom_wrap{
  height: 240px;
  position: relative;
  padding-bottom: 30px;
  border: 1px solid #e0dcdc;
  margin: 10px 19px;
}
.btn_bottom{
    position: absolute;
    bottom: -3px;   
    left: 7px;     
}
.collect_reason{
  width: 240px;
  border: 1px solid #e0dcdc;
  padding: 2px;
  outline: none;
  font-size: 14px;
  height: 29px;
  margin-left: 19px;
}
/* 收藏已收藏-取消弹窗 */
#tagCollectCancel,#tagCollectCancel_PL{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  opacity: 1;
}
.CollectCancelInner{
  padding: 32px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #ccc;
  border-radius: 7px;
  width: 432px;
  top: 160px;
  position: fixed;
  left: 50%;
  transform: translate(-50%,0);
}
.CollectCancelInner .CollectCancelInner_header{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}
.CollectCancelInner_header img{
  margin-right: 3px;
}
.CollectCancelInner_content{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin: 12px 30px;
}
.collect_files_list{
  display: inline-block;
}
.collect_files_list .collect_files_item{
  color: #1677FF;
  cursor: pointer;
}
.CollectCancelInner_content_btn{
  text-align: right;
}
.CollectCancelInner_content_btn span{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 16px;
  border-radius:4px ;
}
.cancelCollectConfirmBtn{
  color: #FFFFFF;
  background: #1677FF;
}
.cancelCollectConfirmBtn_PL{
  color: #FFFFFF;
  background: #1677FF;
}
.cancelCollectBackBtn{
  color: #666666;
  background: #FAFAFA;
  border: 1px solid #DDDDDD;

}
.item-info .collect_reason{
  border: none;
  margin-left: 0;
  margin-right: 5px;
}
#labelList{
  position: absolute;
  top: -8px;
  right: 0;
  width: 200px;
  padding-bottom: 0px;
}
.pl_moveLabel .hasCollectlabelNum{
  display: none;
  padding: 0 5px;
  background-color: #1677FF;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pl_moveLabel .hasCollectlabelNum img{
  margin-right: 3px;
}
.label_list input{
  margin-right: 3px;
}
.label_list{
  padding: 5px;
  max-height: 115px;
  overflow-y: auto;
}
.label_list .label{
  font-weight: 400;
}
.labeList_bot{
  font-weight: 400;
  border-top: 1px solid #b1b1b1;
}
.labeList_bot .add_new_label_btn{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  padding:2px 5px;
}
#labelList  .labeList_bot .add_new_label_wrap{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  display: none;
}
.pl_moveLabel .labeList_bot .add_new_label_wrap input{
  width: calc(100% - 49px);
  border: none;
  outline: none;
}
.new_add_label_name_confirm{
  width: 44px;
  background-color: #1677FF;
  font-size: 14px;
  color:#fff;
  border: none;
  outline: none;
  float: right;
}
.add_new_label_btn i{
  margin-right: 3px;
}
.pl_moveLabel .labeList_bot .add_new_label_wrap{
  margin-right: 0px!important;
}
.pl_move_confirm{
  width: 100%;
  text-align: center;
  background-color: #1C64B9;
  font-size: 14px;
  color: #fff;
}
.mycase-span .pl_wrap img{
  margin-right: 3px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.label_list label{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-weight: 400;
  vertical-align: top;
  line-height: 33px;
  width: 85%;
}
.labeList_bot .add_new_label_btn i{
  font-weight: 400;
}