.course-invite[data-v-462fa07d] {
  background-color: #fff;
  padding: 15px;
}
.header[data-v-462fa07d] {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.header .title[data-v-462fa07d] {
  font-size: 18px;
  font-weight: bold;
}
.header .btns[data-v-462fa07d] {
  display: flex;
}
.header .download[data-v-462fa07d] {
  text-decoration: underline;
  padding: 6px 6px 0 0;
  color: #999;
}
.header .btn[data-v-462fa07d] {
  width: 90px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 2px;
  border: 1px solid #bbbfc9;
  margin-left: 10px;
  font-size: 12px;
  cursor: pointer;
}
.header .share[data-v-462fa07d] {
  background: #4a39a0;
  border: 1px solid #4a39a0;
  color: #ffffff;
}
.header .icon-qr[data-v-462fa07d]::before {
  font-size: 16px;
  vertical-align: top;
}
.tean-box[data-v-462fa07d] {
  padding-top: 20px;
  min-height: 400px;
}
.tean-box .red-border[data-v-462fa07d] {
  border: 1px solid red;
}
.tean-box .link[data-v-462fa07d] {
  cursor: pointer;
}
.team[data-v-462fa07d] {
  border: 1px solid #eee;
  margin-bottom: 20px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
  flex-direction: column;
}
.team .dragula-container[data-v-462fa07d] {
  flex: 1;
}
.team .team-head[data-v-462fa07d] {
  display: flex;
  justify-content: space-between;
  background: rgba(74, 57, 160, 0.07);
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.team .team-name[data-v-462fa07d] {
  font-weight: bold;
  font-size: 14px;
}
.team .add-box[data-v-462fa07d] {
  text-align: center;
}
.team .user-lists[data-v-462fa07d] {
  padding: 0 10px;
}
.team .team-list[data-v-462fa07d] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team .team-list > div[data-v-462fa07d] {
  width: 450px;
}
.user[data-v-462fa07d] {
  vertical-align: middle;
  display: flex;
  line-height: 30px;
  padding: 15px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-bottom: 1px solid #eee;
}
.user .icon[data-v-462fa07d] {
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
  color: #999;
}
.user .el-icon-close[data-v-462fa07d] {
  font-size: 20px;
  margin-left: 10px;
}
.user .phone[data-v-462fa07d] {
  flex: 1;
}
.user .avatar[data-v-462fa07d] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 30px;
  color: #999;
}
.user .avatar img[data-v-462fa07d] {
  width: 30px;
  height: 30px;
}
.user .name[data-v-462fa07d] {
  margin-right: 5px;
}
.submit-box[data-v-462fa07d] {
  text-align: center;
}
.submit[data-v-462fa07d] {
  width: 200px;
  margin: auto;
}

