.none {
  display: none;
}
.base-font {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.clear-pm {
  margin: 0;
  padding: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.text-scale {
  display: inline-block;
  font-size: 12px !important;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.8333);
  transform: scale(0.8333);
}
.allcover {
  position: absolute;
  top: 0;
  right: 0;
}
.center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center,
.ct {
  position: absolute;
  top: 50%;
}
.ct {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text-green {
  color: #3aa60d;
}
.text-red {
  color: red;
}
.text-orange {
  color: #f60;
}
.fdc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bgColor {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(146, 0, 249, 0.99)),
    color-stop(44%, rgba(146, 0, 249, 0.99)),
    color-stop(93%, rgba(127, 0, 255, 0.99)),
    color-stop(97%, rgba(137, 0, 252, 0.99)),
    to(rgba(146, 0, 249, 0.99))
  );
  background: linear-gradient(
    0deg,
    rgba(146, 0, 249, 0.99),
    rgba(146, 0, 249, 0.99) 44%,
    rgba(127, 0, 255, 0.99) 93%,
    rgba(137, 0, 252, 0.99) 97%,
    rgba(146, 0, 249, 0.99)
  );
}
.row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row,
.row-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-around,
.row-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.column,
.column-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.column-left-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-end,
.column-left-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-left {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-left,
.row-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.row-between {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.school-filters .el-dialog__header {
  padding: 0;
}
.school-filters .el-dialog__header .el-dialog__headerbtn {
  top: 10px;
  right: 15px;
}
.school-filters .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.school-filters .el-dialog__header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: 45px;
  border-bottom: 1px solid #eee;
}
.school-filters .el-dialog__header .title h3 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.school-filters .el-dialog__body {
  padding: 20px 30px !important;
  height: 320px;
}
.school-filters .content .el-select {
  width: 145px;
}
.school-filters .content .el-select + .el-select {
  margin-left: 12px;
}
.school-filters .content .search-bar {
  margin-top: 12px;
}
.school-filters .content .school-list {
  margin-top: 15px;
  max-height: 170px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.school-filters .content .school-list .school-item {
  display: inline-block;
  line-height: 24px;
  width: 50%;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.school-filters .content .school-list .school-item.active {
  color: #2b99ff;
}
.school-filters .content .el-input__inner {
  height: 40px;
  border-radius: 0 !important;
  border: 1px solid #eee;
  color: #333;
}
.school-filters .content .empty-tips {
  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;
  height: 180px;
  text-align: center;
  color: #999;
}
.content[data-v-fd4de994] {
  background-color: #fff !important;
  margin-left: 30px;
}
.content[data-v-fd4de994] .el-form-item {
  margin-top: 4px;
}
.content[data-v-fd4de994] .el-form-item.school-form-item .el-select-dropdown {
  display: none !important;
}
.content[data-v-fd4de994] .el-form-item.required-label .el-form-item__label {
  position: relative;
  padding-right: 4px;
}
.content[data-v-fd4de994] .el-form-item.required-label .el-form-item__label:before {
  position: absolute;
  left: 0;
  content: '*';
  color: #f56c6c;
  margin-right: 4px;
}
.content[data-v-fd4de994] .el-form-item .name {
  width: 690px;
  margin-right: 10px;
}
.content[data-v-fd4de994] .el-form-item .album-name {
  width: 120px;
}
.content[data-v-fd4de994] .el-form-item .off-docs {
  margin-left: 185px;
}
.content[data-v-fd4de994] .el-form-item .album-attrs,
.content[data-v-fd4de994] .el-form-item .check-album {
  display: inline-block;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #2b99ff;
  font-size: 14px;
  margin-left: 10px;
  background-color: #d4eaff;
  padding: 0 15px;
  cursor: pointer;
}
.content[data-v-fd4de994] .el-form-item .el-textarea {
  width: 690px;
}
.content[data-v-fd4de994] .el-form-item .el-textarea .el-textarea__inner {
  padding: 12px;
}
.content[data-v-fd4de994] .el-form-item .auto-creat-btn {
  width: 145px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 10px;
}
.content .album-list-wrap[data-v-fd4de994] {
  padding: 0 20px;
}
.content .album-list-wrap .hd[data-v-fd4de994] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.content .album-list-wrap .hd .name[data-v-fd4de994] {
  color: #999;
}
.content .album-list-wrap .hd .search-wrap[data-v-fd4de994] {
  width: 500px;
}
.content .album-list-wrap .hd .search-wrap[data-v-fd4de994] .el-input-group__prepend {
  background-color: transparent;
}
.content .album-list-wrap .hd .search-wrap[data-v-fd4de994] .el-input-group__prepend .el-input__inner:focus {
  border-color: transparent;
}
.content .album-list-wrap .albums-wrap[data-v-fd4de994] {
  height: 320px;
  overflow-y: auto;
}
.content .album-list-wrap .albums-wrap .albums-list .album-item[data-v-fd4de994] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
}
.content .album-list-wrap .albums-wrap .albums-list .album-item + .album-item[data-v-fd4de994] {
  border-top: 1px solid #f5f5f5;
}
.content .album-list-wrap .albums-wrap .load-all[data-v-fd4de994] {
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}
.content .album-list-wrap .albums-wrap .empty[data-v-fd4de994] {
  height: 100%;
  line-height: 320px;
  text-align: center;
  color: #ccc;
}
.content .hint-box[data-v-fd4de994] {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  margin-bottom: 22px;
  color: #f56c6c;
  border-radius: 24px;
  background-color: rgba(245, 108, 108, 0.231);
}
.content .hint-box .hint-icon[data-v-fd4de994] {
  margin-right: 4px;
  font-size: 15px;
}
.content .select-con[data-v-fd4de994] {
  width: 820px;
}
.content .select-con .optional[data-v-fd4de994] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content .select-con .optional[data-v-fd4de994] .el-form-item {
  width: 270px;
}
.content .select-con .optional .stars-wrap[data-v-fd4de994] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}
.content .select-con span[data-v-fd4de994] {
  color: #ccccc0;
  margin-left: 10px;
  width: 34px;
}
.content .select-con[data-v-fd4de994] .el-input {
  width: 118px;
}
.album-tit-wrap .title[data-v-fd4de994] {
  color: #409eff;
  font-size: 16px;
  margin-bottom: 5px;
}
.album-tit-wrap .intro[data-v-fd4de994] {
  color: #ff4500;
  font-size: 13px;
  margin-bottom: 10px;
}
.album-tit-wrap .tit[data-v-fd4de994] {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.album-tit-wrap .tit.tow[data-v-fd4de994] {
  margin-top: 15px;
}
.album-tit-wrap .desc[data-v-fd4de994] {
  color: #333;
  font-size: 13px;
  margin-bottom: 10px;
}
.album-tit-wrap p[data-v-fd4de994] {
  color: #666;
  font-size: 13px;
  margin-bottom: 5px;
}
