.multicopy-wrap i, .list-groups {
  transition: .5s all;
  cursor: pointer;
}
.multicopy-wrap {
  width: 760px;
  padding: 10px 0 10px 10px;
  background: #fafafa;
  overflow: hidden;
}
.multicopy-wrap .tit_notice {
  color: #666;
  height: 30px;
  line-height: 30px;
  border-bottom: #ccc 1px solid;
  padding-bottom: 10px;
}
.multicopy-wrap .cont_notice {
  margin: 10px 0;
  line-height: 22px;
  color: #999;
  text-align: left;
}

.multicopy-wrap .biyi_box {
  float: left;
  width: 375px;
  height: 400px;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.multicopy-wrap .biyi_box .empty{
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.multicopy-wrap .biyi_head {
  font: 600 14px/14px 'microsoft yahei';
  height: 33px;
  line-height: 33px;
  background: #fcfcfc;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 10px;
}

.multicopy-wrap .biyi_all {
  float: right;
  margin-right: 10px;
  padding: 5px 8px;
  background-color: #f0f0f0;
  font: 300 14px/14px 'microsoft yahei';
  margin-top: 4px;
  cursor: pointer;
}

.multicopy-wrap .list-plans {
  padding: 5px;
  text-align: left;
}

.multicopy-wrap .list-plan {
  padding-left: 24px;
  position: relative;
  line-height: 24px;
}

.multicopy-wrap .plan-detial span {
  cursor: pointer;
}

.multicopy-wrap .plan-detial .jiantou {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  transform: rotate(90deg);
}
.multicopy-wrap .list-groups {
  height: 0;
  overflow: hidden;
}

.multicopy-wrap .open .jiantou{
  transform: rotate(180deg);
}

.multicopy-wrap .open .list-groups {
  height: 100px;
}

.multicopy-wrap .disabled {
  color: #ddd !important;
}

.multicopy-wrap .list-plan.only-plan {
  padding-left: 6px;
  .jiantou { display: none; }
}
