.section {
  overflow: visible;
}
.room {
  margin-top: 40px;
  min-height: 480px;
}
.room #myTab {
  border-bottom: 1px solid #0167c0;
}
.room #myTab > li {
  width: 114px;
  height: 47px;
}
.room #myTab > li.active a {
  color: #fff;
  background: #0167c0;
  border-radius: unset;
}
.room #myTab > li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  text-align: center;
  border: none;
}
.room #myTabContent #all {
  margin: 40px 0;
}
.room #myTabContent #all .allList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.room #myTabContent #all .allList .allitem {
  width: 270px;
  height: 130px;
  background: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.room #myTabContent #all .allList .allitem .allitemTop {
  font-size: 16px;
  color: #999;
  display: flex;
  align-items: center;
}
.room #myTabContent #all .allList .allitem .allitemTop img {
  margin-right: 10px;
}
.room #myTabContent #all .allList .allitem .allitemBottom {
  font-size: 36px;
  color: #666;
  font-weight: bold;
}
.room #myTabContent #all .tableList > table tbody tr:nth-child(2n-1) {
  background: #f6f6f6;
}
.room #myTabContent #all .tableList > table tr {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}
.room #myTabContent #all .tableList > table tr th,
.room #myTabContent #all .tableList > table tr td {
  width: 300px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.room #myTabContent #all .tableList > table tr th {
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.room #myTabContent #all .tableList > table tr td {
  font-size: 16px;
  color: #666;
  height: 47px;
  line-height: 47px;
}
.room #myTabContent #teach-group .flowTop,
.room #myTabContent #teach .flowTop,
.room #myTabContent #student .flowTop,
.room #myTabContent #parents .flowTop {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.room #myTabContent #teach-group .flowTop .flowTitle,
.room #myTabContent #teach .flowTop .flowTitle,
.room #myTabContent #student .flowTop .flowTitle,
.room #myTabContent #parents .flowTop .flowTitle {
  font-size: 16px;
  color: #666;
}
.room #myTabContent #teach-group .flowTop .flowTitle > em,
.room #myTabContent #teach .flowTop .flowTitle > em,
.room #myTabContent #student .flowTop .flowTitle > em,
.room #myTabContent #parents .flowTop .flowTitle > em {
  color: #0167c0;
}
.room #myTabContent #teach-group .flowTop .flowSelect,
.room #myTabContent #teach .flowTop .flowSelect,
.room #myTabContent #student .flowTop .flowSelect,
.room #myTabContent #parents .flowTop .flowSelect {
  width: auto;
  font-size: 16px;
  position: relative;
}
.room #myTabContent #teach-group .flowTop .flowSelect .flowNowSelect,
.room #myTabContent #teach .flowTop .flowSelect .flowNowSelect,
.room #myTabContent #student .flowTop .flowSelect .flowNowSelect,
.room #myTabContent #parents .flowTop .flowSelect .flowNowSelect {
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.room #myTabContent #teach-group .flowTop .flowSelect .flowNowSelect::after,
.room #myTabContent #teach .flowTop .flowSelect .flowNowSelect::after,
.room #myTabContent #student .flowTop .flowSelect .flowNowSelect::after,
.room #myTabContent #parents .flowTop .flowSelect .flowNowSelect::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 7px;
  background: url(../images/icon_xiala.png) no-repeat center center / cover;
}
.room #myTabContent #teach-group .flowTop .flowSelect .selectList,
.room #myTabContent #teach .flowTop .flowSelect .selectList,
.room #myTabContent #student .flowTop .flowSelect .selectList,
.room #myTabContent #parents .flowTop .flowSelect .selectList {
  width: 120px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 35px;
  cursor: pointer;
  max-height: 286px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.room #myTabContent #teach-group .flowTop .flowSelect .selectList > div,
.room #myTabContent #teach .flowTop .flowSelect .selectList > div,
.room #myTabContent #student .flowTop .flowSelect .selectList > div,
.room #myTabContent #parents .flowTop .flowSelect .selectList > div {
  margin: 10px 0;
}
.room #myTabContent #teach-group .flowTop .flowSelect .selectList::-webkit-scrollbar,
.room #myTabContent #teach .flowTop .flowSelect .selectList::-webkit-scrollbar,
.room #myTabContent #student .flowTop .flowSelect .selectList::-webkit-scrollbar,
.room #myTabContent #parents .flowTop .flowSelect .selectList::-webkit-scrollbar {
  width: 4px;
  background: #eee;
}
.room #myTabContent #teach-group .flowTop .flowSelect .selectList::-webkit-scrollbar-thumb,
.room #myTabContent #teach .flowTop .flowSelect .selectList::-webkit-scrollbar-thumb,
.room #myTabContent #student .flowTop .flowSelect .selectList::-webkit-scrollbar-thumb,
.room #myTabContent #parents .flowTop .flowSelect .selectList::-webkit-scrollbar-thumb {
  background-color: #a1a1a8;
  border-radius: 4px;
}
.room #myTabContent #teach-group .flowTop .flowSelect .selectList::before,
.room #myTabContent #teach .flowTop .flowSelect .selectList::before,
.room #myTabContent #student .flowTop .flowSelect .selectList::before,
.room #myTabContent #parents .flowTop .flowSelect .selectList::before {
  content: "";
  width: 100%;
  height: 35px;
  display: block;
  position: absolute;
  top: -25px;
}
.room #myTabContent #teach-group .flowTop .flowSelect .selectList span,
.room #myTabContent #teach .flowTop .flowSelect .selectList span,
.room #myTabContent #student .flowTop .flowSelect .selectList span,
.room #myTabContent #parents .flowTop .flowSelect .selectList span {
  display: block;
  padding: 10px;
  text-align: center;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.room #myTabContent #teach-group .flowTop .flowSelect .selectList span:hover,
.room #myTabContent #teach .flowTop .flowSelect .selectList span:hover,
.room #myTabContent #student .flowTop .flowSelect .selectList span:hover,
.room #myTabContent #parents .flowTop .flowSelect .selectList span:hover {
  color: #fff;
  background: #0167c0;
}
.room #myTabContent #teach-group .flowList,
.room #myTabContent #teach .flowList,
.room #myTabContent #student .flowList,
.room #myTabContent #parents .flowList {
  display: flex;
  flex-wrap: wrap;
}
.room #myTabContent #teach .flowList .flowUserBox,
.room #myTabContent #student .flowList .flowUserBox,
.room #myTabContent #parents .flowList .flowUserBox {
  width: 150px;
  margin-right: 25px;
  margin-bottom: 40px;
}
.room #myTabContent #teach-group .flowList .flowUserBox:nth-child(5n),
.room #myTabContent #teach .flowList .flowUserBox:nth-child(7n),
.room #myTabContent #student .flowList .flowUserBox:nth-child(7n),
.room #myTabContent #parents .flowList .flowUserBox:nth-child(7n) {
  margin-right: 0;
}
.room #myTabContent #teach-group .flowList .page,
.room #myTabContent #teach .flowList .page,
.room #myTabContent #student .flowList .page,
.room #myTabContent #parents .flowList .page {
  width: 100%;
}
.room #myTabContent #teach .flowList .flowUser,
.room #myTabContent #student .flowList .flowUser,
.room #myTabContent #parents .flowList .flowUser {
  width: 150px;
  height: 182px;
  padding: 20px 0 15px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.room #myTabContent #teach-group .flowList .flowUser > a,
.room #myTabContent #teach .flowList .flowUser > a,
.room #myTabContent #student .flowList .flowUser > a,
.room #myTabContent #parents .flowList .flowUser > a {
  width: 100%;
  text-align: center;
}
.room #myTabContent #teach-group .flowList .flowUser:hover,
.room #myTabContent #teach .flowList .flowUser:hover,
.room #myTabContent #student .flowList .flowUser:hover,
.room #myTabContent #parents .flowList .flowUser:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.room #myTabContent #teach .flowList .flowUser img,
.room #myTabContent #student .flowList .flowUser img,
.room #myTabContent #parents .flowList .flowUser img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}
.room #myTabContent #teach .flowList .flowUser .userTitle,
.room #myTabContent #student .flowList .flowUser .userTitle,
.room #myTabContent #parents .flowList .flowUser .userTitle {
  font-size: 18px;
  width: 128px;
  box-sizing: border-box;
  margin: 15px 10px 20px;
  text-overflow: ellipsis;
  word-break: keep-all;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.room #myTabContent #teach .flowList .flowUser .flowButton,
.room #myTabContent #student .flowList .flowUser .flowButton,
.room #myTabContent #parents .flowList .flowUser .flowButton {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  color: #949ead;
  background: #eee;
  cursor: pointer;
}
.room .nav-tabs > li > a:hover {
  background-color: transparent;
}





.room #myTabContent #teach-group .flowList .flowUser{
    width: 190px;
    height: 270px;
    padding: 20px 0 15px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.room #myTabContent #teach-group .flowList .flowUser img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.room #myTabContent #teach-group .flowList .flowUser .userTitle{
    font-size: 16px;
    width: 128px;
    margin: 15px auto 2px;
    box-sizing: border-box;
    /* margin: 15px 10px 20px; */
    text-overflow: ellipsis;
    /* word-break: keep-all; */
    text-align: center;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    height: 66px;
    font-weight: bold;
}

.room #myTabContent #teach-group .flowList .flowUser .flowButton {
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #949ead;
    background: #eee;
    cursor: pointer;
}

.room #myTabContent #teach-group .flowList .flowUserBox {
  width: 192px;
  margin-right: 60px;
  margin-bottom: 40px;
}

.icon-chengyuanshu {
    width: 20px;
    height: 20px;
    background: url(../images/icon_chengyuanshu.png) no-repeat;
    margin:0px;
}

.icon_yinyong {
    width: 20px;
    height: 20px;
    background: url(../images/icon_yinyong.png) no-repeat;
    margin:0px;
}

.icon_jianggao {
    width: 20px;
    height: 20px;
    background: url(../images/icon_jianggao.png) no-repeat;
    margin:0px;
}