.title {
  font-size: 20px;
}
.material_change .ant-form-item-label > label {
  color: #fff;
}
.planName {
  margin-right: 10px;
}
.bottom_div {
  margin-top: 10px;
}
.cascader_panel .el-cascader-panel.is-bordered {
  border: none;
}
.popover_class .ant-popover-inner-content {
  padding: 0;
}
.img_material {
  width: 180px;
  height: 140px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.img_material .closeIcon {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 20px;
  color: red;
  display: none;
  background: #fff;
  z-index: 9;
  border-radius: 10px;
}
.img_material video {
  width: 100%;
  height: 100%;
}
.img_material:hover {
  border: 1px solid #1877f2;
  cursor: pointer;
}
.img_material:hover .closeIcon {
  display: block;
}
.img_material:hover .material_tit {
  color: #1877f2;
}
.multiple-choice {
  width: 100%;
  height: 100%;
}
.multiple-choice .radio-group {
  width: 100%;
}
.multiple-choice .image-show {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.multiple-choice .image-show .box-image {
  width: 200px;
  height: 200px;
  margin-left: 15px;
}
.multiple-choice .image-show .box-image .image-proportion {
  width: 180px;
  height: 140px;
  border: #ccc dashed 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.multiple-choice .image-show .box-image .image-proportion .checkbox-group-iamge {
  position: absolute;
  top: -12px;
  right: -15px;
}
.multiple-choice .image-show .box-image .name-ele {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiple-choice .image-show-pagination {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.whether-affirm-allocation-compound {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5%;
}
.footer-button {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

