@charset "utf-8";

/*###############通用样式###############*/
html,
body,
body > form {
  height: 100%;
} /*页脚固定在页面底部样式*/
body {
  font: 14px/1.5 'Microsoft Yahei';
  background: #f4f4f4;
  color: #333;
}
.wrapper {
  position: relative;
  min-height: 100%;
  min-width: 1200px;
  overflow: hidden;
} /*页脚固定在页面底部样式*/
.inner {
  position: relative;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
} /*居中显示*/
.header-more > .inner {
  background: url(../images/student.png) no-repeat right top;
}
.module {
  position: relative;
} /*栏目设置为相对定位*/
a:hover {
  text-decoration: none;
}
.content {
  padding-bottom: 300px;
} /*页脚固定在页面底部content的padding-bottom值为页脚高度加间距*/

/* color */
.lblue {
  color: #0863d5;
}
.dblue {
  color: #3e77a4;
}
.dgrey {
  color: #333;
}
.lgrey {
  color: #999;
}
.green {
  color: #31ce25;
}
.lgreen {
  color: #31c74e;
}
.red {
  color: #eb1b25;
}
.dred {
  color: #f75991;
}
.orange {
  color: #ff8e00;
}
.dorange {
  color: #fc830b;
}
.white {
  color: #fff;
}
.mgrey {
  color: #666;
}
.cyan {
  color: #2fc8e1;
}

/*###############公共样式###############*/
.ml10 {
  margin-left: 10px;
}
.mt20 {
  margin-bottom: 20px;
}
.module {
  background: #fff;
  border: 1px solid transparent;
}
.module01 .module-header {
  position: relative;
  height: 60px;
  padding: 0 15px;
  border-bottom: 1px #f1f1f1 solid;
}
.module01 .module-title {
  float: left;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
  padding: 0 8px;
}
.module01 .module-title::before {
  position: absolute;
  left: -1px;
  top: 50%;
  width: 4px;
  height: 24px;
  margin-top: -12px;
  content: ' ';
  background: #0863d5;
}
.module01 .module-more {
  position: absolute;
  right: 23px;
  top: 19px;
  line-height: 30px;
  color: #999;
}
.module02 .module-header {
  position: relative;
  height: 60px;
  padding: 0 20px 0 32px;
  border-bottom: 1px #e8e8e8 solid;
}
.module02 .module-title {
  float: left;
  padding: 0 8px;
  line-height: 58px;
  height: 58px;
  font-size: 16px;
  color: #188eee;
  border-bottom: 2px #188eee solid;
}
.module02 .module-header .btn {
  float: right;
  margin-top: 14px;
}
.module03 {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #f4f4f4;
}
.module03 .module-header {
  height: 32px;
}
.module03 .module-title {
  position: relative;
  padding-left: 20px;
  line-height: 32px;
  font-size: 16px;
}
.module03 .module-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 18px;
  margin-top: -9px;
  content: ' ';
  background: linear-gradient(to bottom, #37bdf5, #319bf1);
  filter: progid:DXImageTransform.Microsoft.gradient(starty=0,startcolorstr=#ff37bdf5,endcolorstr=#ff319bf1,gradientType=1);
  border-radius: 2px;
}
.module04 {
  margin-bottom: 32px;
}
.module04 .module-header {
  position: relative;
  height: 38px;
}
.module04 .module-title {
  float: left;
  line-height: 38px;
  padding-right: 28px;
  font-size: 22px;
  font-weight: normal;
}
.module04 .module-more {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 38px;
  color: #999;
  font-size: 16px;
}

/*###############导航样式###############*/
.nav-box {
  background: #0863d5;
}
.nav {
  min-height: 50px;
  line-height: 50px;
}
.nav-item {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 50px;
}
.nav-item a {
  display: block;
  padding: 0 28px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  height: 100%;
}
.nav-item:hover {
  background: #0050b4;
}
.nav-item.active a,
.nav-item.active:hover a {
  background: #0050b4;
}
.nav .subNav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  background-color: #eee;
}
.nav .subNav-item {
  float: left;
}
.nav .subNav-item a {
  line-height: 30px;
  font-size: 14px;
}
.sideNav {
  padding: 0;
}
.sideNav .sideNav-item {
  position: relative;
  line-height: 50px;
}
.sideNav .sideNav-item::after {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  content: '';
  height: 1px;
  background: #f6f6f6;
}
.sideNav .sideNav-item > a {
  display: block;
  padding-left: 25px;
  font-size: 16px;
  border-right: 2px #fff solid;
  outline: none;
}
.sideNav .sideNav-item > a:hover {
  color: #188eee;
  background: url(../images/sideNav-active.png) no-repeat;
  border-right: 2px #188eee solid;
}
.sideNav .sideNav-item.active > a,
.sideNav .sideNav-item.active > a:hover {
  color: #188eee;
  background: url(../images/sideNav-active.png) no-repeat;
  border-right: 2px #188eee solid;
  font-weight: bold;
}
.sideNav .subNav {
  display: none;
}
.sideNav .subNav .subNav-item {
  position: relative;
  line-height: 32px;
  height: 32px;
}
.sideNav .subNav .subNav-item a {
  padding-left: 50px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sideNav .subNav .subNav-item:hover a,
.sideNav .subNav .subNav-item.active a {
  color: #188eee;
  display: block;
  background: url(../images/sideNav-active.png) no-repeat;
  border-right: 2px #188eee solid;
  font-weight: bold;
}
.sideNav .sideNav-item .icon {
  position: absolute;
  right: 24px;
  top: 20px;
  content: '';
  width: 5px;
  height: 5px;
  border-width: 1px 1px 0 0;
  border-color: #737373;
  border-style: solid;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.sideNav .sideNav-item.current .icon {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.sideNav .sideNav-item.current > a {
  color: #188eee;
}
.sideNav .sideNav-item.current .subNav {
  display: block;
}

/*###############页头样式###############*/
.header {
  position: relative;
}
.header .table {
  height: 30px;
}
.header > img {
  position: absolute;
  top: 0;
  left: 960px;
}
.topBar {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#66F4F4F4', endColorstr='#66F4F4F4');
  background: rgba(244, 244, 244, 0.4);
}
.topBar .inner {
  line-height: 30px;
  position: relative;
}
.topBar .inner > img {
  position: absolute;
  top: 5px;
  left: 2px;
  width: 15px;
  height: 20px;
}
.topBar .location {
  font-size: 12px;
  color: #fff;
  margin-left: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70px;
  display: block;
  float: left;
}
.topBar .inner .btn-change {
  font-size: 12px;
  margin: 0 3px 0 5px;
  color: #11effe;
  cursor: pointer;
}
.topBar .website {
  font-size: 12px;
  color: #fff;
}
.topBar .topBar-login {
  font-size: 14px;
  color: #188eee;
}
.header > .inner {
  height: 110px;
}

.loginInfo-btn {
  /* display: none; */
  position: absolute;
  top: 30px;
  right: 0;
  width: 120px;
  height: 110px;
  line-height: 35px;
  text-align: center;
  border: 1px #e8e8e8 solid;
  border-radius: 5px;
  box-shadow: 0 0 5px #d1d1d1;
  color: #333;
  background: #fff;
  z-index: 222;
}
.loginInfo-btn .exit-button {
  display: block;
  color: #333;
}
.loginInfo-btn a:hover {
  color: #3079d9;
}
.loginInfo-btn .exit-button {
  display: block;
  color: #333;
}
.header-inner {
  background: #fff;
}
.header-inner .inner {
  width: 1180px;
}
.header-inner .logo {
  padding: 15px 0;
  color: #3079d9;
  font-size: 30px;
}
.header-inner .logo .title {
  font-size: 36px;
  font-weight: bold;
}
.header-inner .nav-item {
  margin: 0 15px;
}
.header-inner .nav-item:nth-last-child(1) {
  margin-right: 0;
}
.header-inner .nav-item a {
  padding: 0;
  color: #333;
  font-weight: bold;
}
.header-inner .nav {
  margin-top: 32px;
  line-height: 34px;
}
.header-inner .nav-item:hover a {
  border-bottom: 3px #0084e1 solid;
  color: #0084e1;
}
.header-inner .nav-item.active a,
.header-inner .nav-item.active:hover a {
  border-bottom: 3px #0084e1 solid;
  color: #0084e1;
}
.header-inner .nav-item:hover a::after {
  border: none;
}
.header-inner .nav-item.active a::after,
.header-inner .nav-item.active:hover a::after {
  border: none;
}

/*###############页尾样式###############*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #313038; /* padding: 45px 0; */
} /*页脚固定在页面底部*/
.footer .inner {
  padding: 40px 0 48px;
}
.footer-content p {
  color: #8b8b8b;
  line-height: 24px;
}
.footer-content p a {
  padding: 0 5px;
}
.footer-content-fl {
  width: 480px;
  margin-right: 32px;
}
.footer-flags {
  position: absolute;
  right: 0;
  top: 45px;
}
.footer-zlxz {
  position: absolute;
  top: 45px;
  right: 400px;
  color: #8b8b8b;
}
.footer-zlxz .title {
  font-size: 16px;
}
.footer-zlxz p {
  line-height: 24px;
}
.footer-zlxz p a {
  color: #8b8b8b;
}

/*###############名师工作室列表样式###############*/
/* .teaching-studio-index{background: url(../images/teach-studio.png) no-repeat top center;} */
.teaching-studio-index .inner {
  padding-top: 192px;
}
.tab-transverse {
  margin-bottom: 20px;
  padding: 0 20px;
}
.tab-transverse .tab-list {
  line-height: 40px;
  border-bottom: 1px #e5e5e5 dashed;
}
.tab-transverse .tab-list .title {
  display: inline-block;
  vertical-align: top;
  padding-right: 8px;
  color: #999;
  font-weight: 14px;
  font-weight: normal;
}
.tab-transverse .tab-list .tabs {
  display: inline-block;
  width: 1070px;
}
.tab-transverse .tab-list .tabs li {
  display: inline-block;
  line-height: 20px;
  margin-right: 6px;
  padding: 0 8px;
  color: #333;
  cursor: pointer;
}
.tab-transverse .tab-list .tabs li.active {
  background: #0863d5;
  color: #fff;
  border-radius: 2px;
}
.tab-sort {
  padding-bottom: 6px;
  line-height: 50px;
}
.tab-sort .sort-item {
  display: inline-block;
  margin-right: 45px;
  color: #333;
  cursor: pointer;
}
.tab-sort .sort-item.active {
  color: #0863d5;
}
.icon-sort {
  display: inline-block;
  width: 5px;
  height: 13px;
  margin: -2px 0 0 5px;
  vertical-align: middle;
  background: url(../images/icon_sort.jpg) no-repeat;
}
.icon-sort-up {
  transform: rotate(180deg);
}
.search {
  position: relative;
  margin-top: 12px;
}
.search .form-control {
  padding: 0 20px;
}
.search .btn-search {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/icon_search.png) no-repeat;
  border: none;
  outline: none;
}
.search-result-info {
  line-height: 16px;
  margin-bottom: 18px;
  color: #333;
}
.teaching-studio-list {
  float: left;
  width: 280px;
  height: 328px;
  margin: 0 20px 20px 0;
  border-radius: 5px;
  background: #fff;
}
.teaching-studio-list:nth-child(4n) {
  margin-right: 0;
}
.teaching-studio-list .hd {
  position: relative;
  height: 142px;
  text-align: center;
  background: url(../images/teaching-studio-hd.png) no-repeat;
}
.teaching-studio-list .hd img {
  margin-top: 31px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.teaching-studio-list .hd .course-name {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70px;
  height: 24px;
  line-height: 24px;
  margin-left: -35px;
  background: #f79210;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
}
.teaching-studio-list .bd {
  padding: 23px 20px 0;
}
.teaching-studio-list .bd .title {
  text-align: center;
  max-height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.teaching-studio-list .bd .info {
  margin-bottom: 19px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
.teaching-studio-list .ft {
  text-align: center;
}
.teaching-studio-list .ft .item {
  display: inline-block;
  width: 79px;
  border-right: 1px #e5e5e5 solid;
}
.teaching-studio-list .ft .item:nth-last-child(1) {
  border-right: none;
}
.teaching-studio-list .ft .item .title {
  margin-bottom: 10px;
  line-height: 16px;
  font-size: 18px;
  color: #333;
}
.teaching-studio-list .ft .item .info {
  line-height: 14px;
  color: #999;
  font-size: 14px;
}
.empty {
  padding: 100px 0;
  text-align: center;
}
.empty img {
  margin-bottom: 20px;
}
.empty .info {
  line-height: 24px;
}

/*###############名师工作室详情样式###############*/
.breadcrumb {
  height: 45px;
  line-height: 45px;
}
.main {
  width: 850px;
}
.side {
  width: 310px;
}
.studio-card {
  height: 236px;
  padding: 23px;
  box-sizing: border-box;
  overflow: hidden;
}
.studio-card > img {
  float: left;
  margin-right: 20px;
}
.studio-card .card-main {
  float: left;
  width: calc(100% - 210px);
}
.studio-card .card-main .title {
  margin-bottom: 13px;
  line-height: 24px;
  font-size: 24px;
}
.studio-card .card-main .info {
  word-wrap: break-word;
  word-break: break-word;
}
.studio-card .card-main .tag {
  margin-bottom: 10px;
}
.studio-card .card-main .tag span {
  display: inline-block;
  margin-right: 8px;
  padding: 0 9px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 5px;
}
.tag-orange {
  background: #ffead0;
  color: #f79210;
}
.tag-blue {
  background: #cee4ff;
  color: #2485ff;
}
.studio-card .card-main .info {
  margin-bottom: 23px;
  line-height: 20px;
}
.studio-card .card-main .btn-primary {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.icon-administrators {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 6px 0 0;
  background: url(../images/icon_administrators.png) no-repeat;
  vertical-align: middle;
}
.icon_join {
  display: inline-block;
  width: 22px;
  height: 18px;
  margin: -2px 4px 0 0;
  background: url(../images/icon_join.png) no-repeat;
  vertical-align: middle;
}
.btn-signout {
  display: inline-block;
  line-height: 42px;
  font-size: 16px;
}
.icon_signout {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background: url(../images/icon_signout.png) no-repeat;
  vertical-align: middle;
}
.zygx .module-header .resource-upload {
  height: 40px;
  line-height: 40px;
  margin-top: 13px;
  font-size: 16px;
  border: 1px #0863d5 solid;
  color: #0863d5;
  background: none;
}
.main .module01 .module-body {
  padding: 0 23px;
}
.resoure-lists .lists-main {
  padding: 23px 0 15px;
}
.table-data {
  width: 100%;
}
.table-data thead th {
  padding: 10px;
  line-height: 30px;
  overflow: hidden;
  text-align: left;
  font-weight: normal;
}
.table-data td {
  padding: 10px;
  line-height: 30px;
  color: #999;
  overflow: hidden;
  font-size: 14px;
}
.table-data td:nth-of-type(1) {
  width: 40px;
}
.table-data td:nth-of-type(2) {
  width: 366px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-data td:nth-of-type(3) {
  width: 100px;
}
.table-data td:nth-of-type(4) {
  width: 170px;
}
.table-data td:nth-of-type(5) {
  width: 80px;
  text-align: left;
}
/*.table-data td:nth-of-type(6){width: 50px}*/
.table-data .align-center {
  text-align: center;
  width: 200px;
}
.table-data td img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.table-data td .title {
  display: inline-block;
  width: 320px;
  max-width: 320px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
.table-data tbody tr:nth-child(2n + 1) {
  background: #f8f8f8;
}
.table-data tbody tr td:nth-child(1) {
  font-style: italic;
}
.resoure-lists-more {
  padding-bottom: 22px;
  text-align: center;
}
.resoure-operation {
  padding: 20px 0 0;
}
.resoure-operation .form-control {
  height: 40px;
  margin-left: 0;
}
.resoure-operation .form-info-list {
  margin-bottom: 15px;
  position: relative;
}
.resoure-operation .form-info-list > label {
  line-height: 40px;
  vertical-align: top;
}
.gantan-tips {
  position: absolute;
  top: 8px;
  left: 60px;
  display: none;
}
.gantan-tips img {
  vertical-align: middle;
}
.gantan-tips span {
  margin-left: 5px;
  color: #d81e06;
  vertical-align: middle;
}
.form-info-right {
  display: inline-block;
}
.operation-main {
  width: 750px;
  border: 1px #e8e8e8 solid;
}
.operation-main .tabs {
  height: 48px;
}
.operation-main .tabs li {
  float: left;
  padding: 0 22px 0 19px;
  line-height: 48px;
  cursor: pointer;
  border-right: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
}
.operation-main .tabs li.current {
  border-bottom: 1px #fff solid;
  border-top: 1px #0863d5 solid;
}
.operation-main .tabs li .icon {
  display: inline-block;
  margin: -2px 5px 0 0;
  vertical-align: middle;
}
.operation-main .tab-pane {
  display: none;
}
.operation-main .tab-pane.current {
  display: block;
}
.operation-main .tab-pane-two {
  display: none;
}
.operation-main .tab-pane-two.current {
  display: block;
}
.icon_pic {
  width: 20px;
  height: 14px;
  background: url(../images/icon_pic.png) no-repeat;
}
.icon_video {
  width: 20px;
  height: 14px;
  background: url(../images/icon_video.png) no-repeat;
}
.icon_doc {
  width: 12px;
  height: 15px;
  background: url(../images/icon_doc.png) no-repeat;
}
.icon_article {
  width: 12px;
  height: 16px;
  background: url(../images/icon_article.png) no-repeat;
}
.operation-main .bd {
  padding: 22px 24px;
}
.icon_upload {
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url(../images/icon_upload.png) no-repeat;
}
.icon_shareurl {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_shareurl.png) no-repeat;
}
.btn-disable .icon_upload {
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url(../images/icon_upload_disable.png) no-repeat;
}
.btn-disable .icon_shareurl {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_shareurl_disable.png) no-repeat;
}
.operation-main .btn-box {
  margin-bottom: 10px;
}
.operation-main .btn-box .split-line {
  display: inline-block;
  width: 1px;
  height: 32px;
  margin: 0 22px;
  background: #e8e8e8;
  vertical-align: middle;
}
.operation-main .btn-box .icon {
  margin-right: 8px;
}
.upload-notice {
  line-height: 20px;
  color: #ccc;
}
.resoure-photo {
  padding-top: 18px;
}
.uploader-imgList li {
  float: left;
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 12px 12px 0;
}
.uploader-imgList li:last-child {
  margin-right: 0;
}
.uploader-imgList li .file-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 0 7px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000');
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  box-sizing: border-box;
  font-size: 12px;
}
.uploader-imgList li .file-info {
  float: left;
  width: 65px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.uploader-imgList li .file-btn {
  float: right;
}
.uploader-imgList li .btn-delete {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  background: url(../images/icon_delete.png) no-repeat;
  vertical-align: middle;
}
.uploader-imgList .per-txt {
  display: block;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
}
.uploader-imgList .file-status {
  position: absolute;
  top: 0;
  bottom: 28px;
  width: 100%;
  padding-top: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000');
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}
.icon_loading {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_loading.png) no-repeat;
  animation: loading 2s linear 0s infinite;
  -webkit-animation: loading 2s linear 0s infinite;
  -o-animation: loading 2s linear 0s infinite;
  -moz-animation: loading 2s linear 0s infinite;
}
.icon_warning {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_warning.png) no-repeat;
}
.uploader-imgList .file-uploading {
  padding-top: 30px;
}
.uploader-imgList .file-uploading .per-bg {
  position: relative;
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #fff;
}
.uploader-imgList .file-uploading .per-in {
  position: absolute;
  left: 0;
  height: 2px;
  background: #31ce25;
}
.uploader-urlList .url-item {
  line-height: 24px;
  margin-bottom: 3px;
}
.uploader-urlList .url-item .title {
  display: inline-block;
  max-width: 620px;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.uploader-urlList .url-item .icon {
  margin: 5px 8px 0 0;
  vertical-align: top;
}
.btn-delete_gray {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../images/icon_close_gray.png) no-repeat;
  vertical-align: middle;
}
.uploader-urlList .file-item .btn-delete_gray {
  margin: 8px 0 0 30px;
  vertical-align: top;
}
.uploader-urlList .url-item.error .title {
  color: #eb1b25;
}
.uploader-urlList .url-item.error .icon_shareurl {
  background: url(../images/icon_shareurl_error.png) no-repeat;
}
.uploader-urlList .url-item.error .btn-delete_gray {
  background: url(../images/icon_close_red.png) no-repeat;
}
.resoure-file {
  padding-top: 22px;
}
.uploader-fileList .file-item {
  float: left;
  position: relative;
  width: 200px;
  height: 70px;
  line-height: 70px;
  margin: 0 12px 12px 0;
  padding: 0 16px;
  background: #f6f6f6;
  border-radius: 5px;
  box-sizing: border-box;
}
.uploader-fileList .file-item img {
  float: left;
  width: 38px;
  height: 44px;
  margin: 13px 9px 0 0;
}
.uploader-fileList .file-item .title {
  float: left;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: normal;
}
.uploader-fileList .file-item .btn-delete_gray {
  position: absolute;
  top: 9px;
  right: 12px;
}
.uploader-fileurlList .url-item {
  position: relative;
  margin-bottom: 10px;
}
.uploader-fileurlList .icon_shareurl {
  float: left;
  margin: 8px 10px 0 0;
  background: url(../images/icon_shareurl_disable.png) no-repeat;
}
.uploader-fileurlList .url-main {
  float: left;
  width: calc(100% - 24px);
}
.uploader-fileurlList .url-main .title {
  max-width: calc(100% - 15px);
  height: 30px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: normal;
}
.uploader-fileurlList .url-main.uploading .title {
  color: #666;
}
.uploader-fileurlList .url-main .per-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 22px;
  height: 2px;
  background: #e8e8e8;
}
.uploader-fileurlList .url-main .per-in {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #31ce25;
}
.uploader-fileurlList .url-main .btn-delete_gray {
  position: absolute;
  top: 12px;
  right: 0;
}
.resoure-classify {
  height: 32px;
  margin-top: 24px;
}
.resoure-classify .form-group {
  float: left;
  line-height: 32px;
  position: relative;
}
.resoure-classify .form-group input {
  outline: none;
  border: 1px solid #e0e0e0;
  width: 276px;
  height: 28px;
  padding-left: 5px;
}
.resoure-classify .form-group input:focus {
  border-color: #3b83dd;
}
.resoure-classify .form-group i.icon {
  position: absolute;
  top: 12px;
  right: 9px;
  content: '';
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-color: #737373;
  border-style: solid;
  transform: rotate(135deg);
}
.fi-father {
  display: none;
  width: 141px;
  z-index: 999;
  position: absolute;
  top: 38px;
  left: 60px;
}
.fi-father ul {
  width: 140px;
}
.fi-one {
  border-right: 1px solid #e9e9e9;
  display: none;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.fi-two {
  position: absolute;
  top: 0;
  left: 141px;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.fi-father ul li {
  padding-left: 15px;
  height: 33px;
}
.fi-li-active {
  background-color: #e7f4fd;
}
.resoure-classify .btn-primary {
  float: right;
}
.form-info-layer {
  padding: 8px 0 0;
}
.form-info-layer .form-group {
  width: 100%;
}
.form-info-layer .form-group label {
  display: block;
  line-height: 24px;
  margin-bottom: 7px;
}
.form-info-layer .form-group .form-control {
  width: 100%;
  height: 40px;
  margin-left: 0;
}
.form-info-layer .btn-box {
  margin-top: 24px;
  text-align: right;
}
.course-main .module01 .module-body {
  padding: 20px 23px 8px;
}
.course-list {
  float: left;
  width: 254px;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
  background: #f8f8f8;
}
.course-list:nth-last-child(1) {
  margin-right: 0;
}
.course-list .hd {
  position: relative;
  font-size: 0;
}
.course-list .hd .course-tag {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  padding: 0 10px;
  line-height: 20px;
  background: #f7920f;
  font-size: 12px;
  color: #fff;
  border-radius: 5px 0 5px 0;
}
.course-list .hd .course-tag-gray {
  background: #aaaaaa;
}
.course-list .hd .course-title {
  position: absolute;
  top: 38px;
  width: 100%;
  padding: 0 22px;
  line-height: 24px;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.course-list .hd .course-classify {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#1E000000', endColorstr='#1E000000');
}
.course-list .hd .course-classify span {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  padding: 0 20px;
  display: inline-block;
}
.icon_vertival_line {
  display: inline-block;
  width: 10px;
  height: 12px;
  margin: -2px 4px 0 0;
  background: url(../images/icon_vertival_line.png) no-repeat;
  vertical-align: middle;
}
.icon_vertival_line_orange {
  display: inline-block;
  width: 17px;
  height: 18px;
  margin: -2px 5px 0 0;
  background: url(../images/icon_vertival_line_orange.png) no-repeat;
  vertical-align: middle;
}
.course-list .date-range {
  position: absolute;
  top: 112px;
  left: 0;
  width: 100%;
  height: 28px;
  padding: 6px 0 0 10px;
  line-height: 22px;
  background: url(../images/bg_shadow.png) repeat-x;
  font-size: 12px;
  color: #fff;
  box-sizing: border-box;
}
.course-list .bd {
  padding: 0 10px;
  background: #f8f8f8;
}
.course-list .bd .course-info {
  padding: 10px 0 8px;
  line-height: 24px;
  border-bottom: 1px #eee solid;
}
.course-list .bd .course-info .title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-list .bd .course-info .info {
  font-size: 12px;
}
.course-list .ft {
  line-height: 24px;
  padding: 8px 0;
  overflow: hidden;
}
.course-list .ft .title {
  float: left;
  font-size: 14px;
}
.course-list .ft .numbers .icon {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  color: #999;
  font-size: 12px;
}
.icon_people {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 5px 0 0;
  background: url(../images/icon_people.png) no-repeat;
  vertical-align: middle;
}
.icon_attendance {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 5px 0 0;
  background: url(../images/icon_attendance.png) no-repeat;
  vertical-align: middle;
}
.course-list .ft .numbers .ft-num {
  font-size: 16px;
  color: #333;
}
.course-list .bd .head-portrait {
  float: left;
  margin: 4px 10px 0 0;
}
.course-list .bd .teacher-info {
  float: left;
  margin: 2px 0 0;
  line-height: 18px;
}
.course-list .bd .teacher-info h3 {
  font-size: 14px;
  font-weight: normal;
}
.course-list .bd .teacher-info p {
  font-size: 12px;
  color: #666;
}
.course-list .bd .course-student {
  float: left;
  margin: 4px 0 0 35px;
  font-size: 0;
}
.course-list .bd .course-student img {
  margin-left: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.course-introduction {
  margin-top: -8px;
  padding-bottom: 18px;
  line-height: 20px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dynamic-list {
  padding: 20px 0 14px;
  border-bottom: 1px #f1f1f1 solid;
  cursor: pointer;
}
.dynamic-list .creator-portrait {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
}
.dynamic-list .dynamic-main {
  float: left;
  width: calc(100% - 60px);
  position: relative;
}
.dynamic-list .dynamic-main .hd {
  line-height: 20px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 640px;
}
.dynamic-list .dynamic-main .hd .creator {
  padding-right: 10px;
  font-weight: bold;
}
.dynamic-list .dynamic-main .hd .info {
  color: #666;
}
.dynamic-list .dynamic-main .hd .time {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 24px;
  color: #999;
}
.dynamic-list .dynamic-main .title {
  line-height: 22px;
  padding: 3px 0 16px;
}
.dynamic-photo {
  padding-bottom: 8px;
}
.dynamic-photo li {
  float: left;
  width: 128px;
  height: 128px;
  margin: 0 8px 8px 0;
  overflow: hidden;
  cursor: pointer;
}
.dynamic-photo li img {
  height: 100%;
}
.dynamic-list .dynamic-main .ft {
  height: 24px;
  line-height: 24px;
}
.dynamic-list .dynamic-main .ft .fn-fl > a {
  display: inline-block;
  margin-right: 40px;
}
.btn-likes .icon {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: -3px 10px 0 0;
  background: url(../images/icon_likes.png) no-repeat;
  vertical-align: middle;
}
.btn-likes-over .icon {
  background: url(../images/icon_likes_over.png) no-repeat;
}
.btn-comment .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 10px 0 0;
  background: url(../images/icon_comment.png) no-repeat;
  vertical-align: middle;
}
.dynamic-list .dynamic-main .ft .btn-delete {
  float: right;
  width: 16px;
  height: 16px;
  margin: 3px 3px 0 0;
  background: url(../images/icon_delete_gray.png) no-repeat;
}
.dynamic-content.shadow {
  margin-bottom: 16px;
  background: #f8f8f8;
}
.photo-operation {
  line-height: 36px;
}
.photo-operation .btn {
  display: inline-block;
  padding: 0 14px;
}
.photo-operation .btn-packup .icon {
  display: inline-block;
  width: 11px;
  height: 10px;
  margin: -2px 5px 0 0;
  background: url(../images/icon_packup.png) no-repeat;
  vertical-align: middle;
}
.photo-operation .btn-lookphoto .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 5px 0 0;
  background: url(../images/icon_enlarge.png) no-repeat;
  vertical-align: middle;
}
.photo--detail-box {
  margin-bottom: 8px;
  font-size: 0;
}
.photo--detail-box img {
  max-width: 100%;
}
.dynamic-vedio {
  margin-bottom: 16px;
}
.dynamic-file {
  margin-bottom: 10px;
}
.dynamic-file p {
  line-height: 22px;
  color: #666;
  text-indent: 28px;
}
.dynamic-list-loading {
  padding: 15px 0 26px;
  line-height: 24px;
  text-align: center;
}
.icon_loading_gray {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 7px 0 0;
  background: url(../images/icon_loading_gray.png) no-repeat;
  animation: loading 2s linear 0s infinite;
  -webkit-animation: loading 2s linear 0s infinite;
  -o-animation: loading 2s linear 0s infinite;
  -moz-animation: loading 2s linear 0s infinite;
  vertical-align: middle;
}
.statistics-main {
  height: 234px;
  padding: 17px 0 0 12px;
  box-sizing: border-box;
}
.statistics-main .item {
  float: left;
  width: 130px;
  margin-bottom: 22px;
  padding: 0 8px 0 10px;
}
.statistics-main .item .title {
  line-height: 24px;
  color: #666;
}
.statistics-main .item .info {
  line-height: 28px;
  font-size: 24px;
}
.timetable-range {
  float: left;
  margin-left: 5px;
  line-height: 60px;
}
.timetable-range .form-control {
  width: 180px;
  padding: 0 2px;
  border: none;
  outline: none;
}
.timetable-range .time-tag {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #0863d5;
  border-radius: 100%;
  color: #fff;
}
.timetable .module-body {
  padding: 0 19px;
}
.calendar {
  padding: 14px 0 9px;
}
.calendar .calendar-li {
  float: left;
  width: 30px;
  margin-right: 10px;
  text-align: center;
}
.calendar .calendar-li:nth-last-child(1) {
  margin-right: 0;
}
.calendar-header .calendar-li {
  margin-bottom: 7px;
  color: #999;
}
.calendar-main .calendar-li {
  position: relative;
  height: 31px;
}
.calendar-main .calendar-li .date {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
}
.calendar-main .calendar-li.active .date {
  background: #eb1b25;
  color: #fff;
}
.calendar-main .calendar-li.coincide .date {
  background: #0863d5;
  color: #fff;
}
.calendar-main .calendar-li .icon-dot {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background: #0863d5;
  border-radius: 50%;
}
.timetable .empty {
  padding: 34px 0;
}
.timetable-main {
  padding-bottom: 12px;
}
.timetable-main .timetable-li {
  height: 63px;
  margin-bottom: 15px;
}
.timetable-main .timetable-li img {
  float: left;
  width: 106px;
  height: 60px;
  margin: 3px 10px 0 0;
  border-radius: 5px;
}
.timetable-content {
  float: left;
  width: calc(100% - 116px);
}
.timetable-content .title {
  line-height: 20px;
  font-weight: normal;
  font-size: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.timetable-content .info {
  margin-top: 7px;
  line-height: 16px;
  color: #999;
  font-size: 12px;
}
.timetable-content .info span {
  padding-right: 10px;
}
.icon_admin {
  display: inline-block;
  width: 13px;
  height: 14px;
  margin: -2px 5px 0 0;
  background: url(../images/icon_admin.png) no-repeat;
  vertical-align: middle;
}
.teacher-list {
  margin: 14px 24px 0 24px;
  border-bottom: 1px #f1f1f1 solid;
}
.teacher-list:nth-last-child(1) {
  border-bottom: none;
}
.teacher-list .hd .title {
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
}
.teacher-list-ul .item {
  float: left;
  margin: 0 20px 25px 0;
  text-align: center;
}
.teacher-list-ul .item:nth-child(4n) {
  margin-right: 0;
}
.teacher-list-ul .item img {
  width: 50px;
  height: 50px;
  margin-bottom: 4px;
  border-radius: 50%;
}
.teacher-list-ul .item .info {
  line-height: 24px;
}
.teacher-list-ul .item .date {
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.visitor-list {
  margin: 22px 0 0 0;
}
.visitor-list .teacher-list-ul {
  /* text-align: center; */
}
.visitor-list .teacher-list-ul .item {
  float: none;
  display: inline-block;
  margin: 0 8px 25px 8px;
}
.layui-layer-title {
  height: 18px;
  border-bottom: none;
}
.layui-layer-content {
  text-align: center;
}
.layui-layer-content .title {
  line-height: 30px;
  font-weight: normal;
}
.layui-layer-content .info {
  line-height: 22px;
  color: #999;
}
.layui-layer-btn {
  padding: 0 15px 32px;
  text-align: center;
}
.layui-layer-btn a {
  height: 30px;
  line-height: 30px;
  padding: 0 32px;
  border-radius: 4px;
}

/*###############名师工作室动态详情样式###############*/
.icon_close_circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_close_circle.png) no-repeat;
}
.popup-news {
  padding: 0;
}
.popup-news .icon_close_circle {
  position: absolute;
  right: -15px;
  top: -15px;
}
.popup-news .popup-fl {
  float: left;
  width: 948px;
  height: 764px;
}
.popup-news .popup-fl .hd {
  height: 89px;
  padding: 0 24px 0 52px;
  background: #f4f4f4;
}
.popup-news .popup-fl .hd .title {
  float: left;
  padding-top: 20px;
  line-height: 28px;
  font-size: 24px;
  font-weight: normal;
}
.popup-news .popup-fl .btn-resourse {
  position: absolute;
  top: 20px;
  right: 374px;
}
.layer-photo-operation {
  float: left;
  margin-top: 20px;
}
.layer-photo-operation .btn-default {
  background: #e8e8e8;
  color: #666;
  border: none;
}
.popup-news .popup-fl .bd {
  padding-top: 2px;
}
.popup-news .popup-fr {
  width: 350px;
}
.comments-hd {
  padding: 20px 20px 10px;
}
.resoure-from {
  margin-bottom: 17px;
}
.resoure-from .creator-portrait {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 50%;
}
.resoure-from-main {
  float: left;
}
.resoure-from-main .title {
  margin-top: 2px;
  line-height: 24px;
  font-size: 14px;
}
.resoure-from-main .title .info {
  padding-left: 10px;
  font-weight: normal;
  color: #666;
}
.resoure-from-main .time {
  line-height: 22px;
  color: #999;
}
.resoure-operation-layer {
  position: relative;
  float: right;
  padding-top: 7px;
}
.icon_dot_more {
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url(../images/icon_dot_more.png) no-repeat;
  cursor: pointer;
}
.resoure-operation-layer .operation-content {
  display: none;
  position: absolute;
  top: 28px;
  right: -4px;
  width: 116px;
  padding: 10px 0 6px;
  background: #fff;
  box-shadow: 0 0 8px #eeeeef;
}
.resoure-operation-layer .operation-content::before {
  position: absolute;
  top: -10px;
  right: 11px;
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.resoure-operation-layer .operation-content li {
  margin-bottom: 4px;
  padding-left: 14px;
  line-height: 30px;
  color: #666;
  cursor: pointer;
}
.resoure-operation-layer .operation-content .icon {
  margin: -2px 5px 0 0;
  vertical-align: middle;
}
.icon_edit {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_edit.png) no-repeat;
}
.icon_delete_gray {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_delete_gray.png) no-repeat;
  background-size: 100%;
}
.comments-hd .resoure-title {
  margin-bottom: 12px;
  line-height: 20px;
  font-size: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.comments-hd .resoure-from-ft {
  line-height: 24px;
}
.comments-hd .resoure-from-ft > a {
  display: inline-block;
  margin-right: 40px;
}
.comments-bd {
  position: relative;
  height: 610px;
  padding: 8px 20px 0;
  background: #f8f8f8;
  box-sizing: border-box;
}
.comments-bd::before {
  position: absolute;
  top: -12px;
  left: 140px;
  content: '';
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #f8f8f8 transparent;
}
.comment-edit {
  padding: 12px 0;
  position: absolute;
  bottom: 0;
  width: 310px;
  padding: 5px 20px;
  background: #fff;
}
.comment-edit .form-control {
  line-height: 20px;
  margin-bottom: 12px;
  resize: vertical;
  min-height: 30px;
}
.comment-edit .icon_smile {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_smile.png) no-repeat;
  position: absolute;
  top: 12px;
  right: 100px;
}
.comments-main {
  height: 482px;
}
#noComment {
  height: 405px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#noComment img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#noComment span {
  color: #333;
  font-family: Microsoft YaHei;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 52px);
}
.comments-info {
  margin-top: 6px;
  padding: 6px 12px;
  color: #999;
  background: #eee;
  cursor: pointer;
}
.comments-list {
  padding: 18px 0 15px;
  border-top: 1px #e8e8e8 solid;
}
.comments-list .list-content {
  line-height: 20px;
}
.comments-list .list-ft {
  height: 24px;
  line-height: 24px;
}
.comments-list .list-ft .time {
  float: left;
  line-height: 20px;
  margin-top: 3px;
  font-size: 12px;
  color: #999;
}
.comments-list .list-operation {
  float: right;
}
.comments-list .list-operation .item {
  padding-left: 15px;
  cursor: pointer;
}
.comments-list .list-operation .item-detete {
  color: #666;
}
.comments-list-sub {
  position: relative;
  margin-top: 7px;
  padding: 0 13px 4px;
  background: #eee;
}
.comments-list-sub::before {
  position: absolute;
  top: -10px;
  right: 56px;
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #eee transparent;
}
.comments-list-sub .comments-list {
  padding: 8px 0;
}
.comments-list-sub .comments-list:nth-child(1) {
  border: none;
}
.comment-edit-box {
  position: relative;
  margin-top: 10px;
  padding: 0 12px;
  background: #fff;
}
.comment-edit-box::before {
  position: absolute;
  top: -10px;
  right: 54px;
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.comments-bd .btn-lookmore {
  border-top: 1px solid #e8e8e8;
  width: 100%;
  height: 56px;
  line-height: 46px;
  color: #0863d5;
  background: #f8f8f8;
  text-align: center;
}
.icon_arrow_down {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -6px 0 0 5px;
  border-width: 1px 1px 0 0;
  border-color: #0863d5;
  border-style: solid;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  vertical-align: middle;
}

/*###############名师示范课样式###############*/
.side-fl {
  width: 200px;
}
.main-fr {
  width: 960px;
}
.mssfk .module-body {
  padding-bottom: 16px;
}
.course-card {
  margin-bottom: 26px;
}
.course-card-list {
  position: relative;
  padding: 22px 23px;
  border-bottom: 1px #e8e8e8 solid;
  overflow: hidden;
}
.course-card-list .card-left {
  position: relative;
  float: left;
  margin: 2px 16px 0 0;
}
.course-card-list .card-left > img {
  width: 210px;
  height: 114px;
  border-radius: 5px;
}
.course-card-list .card-left .course-grade {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 0 8px;
  line-height: 20px;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000');
  background: rgba(0, 0, 0, 0.6);
}
.course-card-list .card-content .title {
  margin-bottom: 17px;
  line-height: 30px;
  font-size: 18px;
}
.course-card-list .card-content .info {
  line-height: 24px;
  color: #666;
}
.icon_course_tag {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_course_tag.png) no-repeat;
}
.icon_course_title {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_course_title.png) no-repeat;
}
.course-card-list .card-content .info .icon {
  margin: -2px 8px 0 0;
  vertical-align: middle;
}
.course-card-list .card-content .info .line {
  padding: 0 15px;
  color: #eee;
}
.course-card-list .card-content .live-time {
  line-height: 26px;
  color: #999;
}
.course-card-list .card-content .over-time {
  line-height: 20px;
  color: #999;
}
.course-time-tag {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0 20px;
  line-height: 32px;
  background: #ffe8cc;
  color: #f79210;
  border-radius: 16px 16px 16px 0;
}
.course-time-tag-over {
  background: #f6f6f6;
  color: #999;
}
.course-card-list:hover .card-content .title {
  color: #0863d5;
}
.icon_rotate {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_rotate.png) no-repeat;
}
.icon_enlarge {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_enlarge.png) no-repeat;
  background-size: 100%;
}
.icon_narrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_narrow.png) no-repeat;
}
.news-photo-main {
  position: relative;
  height: 540px;
  overflow: hidden;
}
.prev,
.next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 0;
  z-index: 222;
}
.prev {
  left: 0;
  background: url(../images/icon_prev.png) no-repeat;
}
.next {
  right: 0;
  background: url(../images/icon_next.png) no-repeat;
}
#slides {
  position: absolute;
  width: 100%;
  left: 50%;
  margin-left: -50%;
}
#slides li {
  display: block;
  width: 100%;
  height: 540px;
  font-size: 0;
}
.news-photo-small {
  padding: 12px 12px 0;
  white-space: nowrap;
  overflow-x: scroll;
}
.news-photo-small li {
  display: inline-block;
  width: 108px;
  height: 108px;
  margin-right: 6px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.news-photo-small li img {
  height: 100%;
}
.news-file {
  height: 680px;
}
.news-article {
  text-indent: 32px;
  height: 662px;
  padding: 10px 53px;
  box-sizing: border-box;
  background: #f4f4f4;
}
.news-article p {
  line-height: 28px;
  color: #666;
  font-size: 16px;
}
.news-article img {
  max-width: 836px;
  margin: 15px auto;
}

/*###############资源列表样式###############*/
.sideNav-module-header {
  height: 66px;
  line-height: 66px;
  padding-left: 24px;
  border-bottom: 1px #e8e8e8 solid;
  font-size: 18px;
}
.sideNav-module-header .module-title {
  float: left;
}
.icon_setup {
  float: right;
  width: 18px;
  height: 18px;
  margin: 25px 20px 0 0;
  background: url(../images/icon_setup.png) no-repeat;
}
.icon_refresh {
  float: right;
  width: 16px;
  height: 18px;
  margin: 25px 24px 0 0;
  background: url(../images/icon_refresh.png) no-repeat;
}
.zlsc .module-body {
  padding: 0 23px;
}
.zlsc .operation-main {
  width: 820px;
}
.zylb .search {
  margin-top: 17px;
}
.icon_downLoad {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_downLoad.png) no-repeat;
}
.icon_downLoad_blue {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_downLoad_blue.png) no-repeat;
}
.zylb .module-body {
  padding: 0 24px;
}
.zylb .module-thead {
  padding: 0 23px;
}
.zylb .module-thead ul li {
  display: inline-block;
}
.zylb .module-thead ul li select {
  width: 100px;
}
.zylb .module-thead ul li:nth-of-type(1) {
  margin-left: 5px;
}
.zylb .module-thead ul li:nth-of-type(2) {
  margin-left: 30px;
}
.zylb .module-thead ul li:nth-of-type(3) {
  margin-left: 270px;
}
.zylb .module-thead ul li:nth-of-type(4) {
  margin-left: 30px;
}
.zylb .module-thead ul li:nth-of-type(5) {
  margin-left: 90px;
}
.zylb .module-thead ul li:nth-of-type(6) {
  margin-left: 34px;
}

/*###############资源动态样式###############*/
.edit-article {
  padding: 28px 54px 28px 65px;
}
.edit-title .form-control {
  height: 58px;
  border-width: 0 0 1px 0;
  font-size: 24px;
  outline: none;
}

/*###############工作室成员样式###############*/
.gzscy .module-body {
  padding: 18px 23px;
}
.tabs-horizontal {
  float: left;
  height: 38px;
  line-height: 36px;
}
.tabs-horizontal li {
  float: left;
  padding: 0 12px;
  margin-right: 26px;
  font-size: 16px;
  cursor: pointer;
}
.tabs-horizontal li.current {
  color: #0863d5;
  border-bottom: 2px #0863d5 solid;
}
.studio-members {
  margin-top: 20px;
}
.tab-pane {
  display: none;
}
.tab-pane.current {
  display: block;
}
.gzscy .module-body .search {
  margin-top: 2px;
}
.table-bgfd tbody tr:nth-child(2n) {
  background: #fdfdfd;
}
.table-data td .portrait {
  margin-right: 0;
}
.icon_screen {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 12px 0 0;
  background: url(../images/icon_screen.png) no-repeat;
  vertical-align: middle;
}
.icon_error {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 12px 0 0;
  background: url(../images/icon_error.png) no-repeat;
  vertical-align: middle;
}
.studio-members-card {
  padding-top: 50px;
}
.studio-members-card .card-item {
  float: left;
  width: 25%;
  height: 50px;
  margin-bottom: 60px;
}
.studio-members-card .card-item > img {
  float: left;
  margin-right: 10px;
}
.studio-members-card .card-item .fn-fl {
  width: calc(100% - 60px);
}
.studio-members-card .card-item .title {
  line-height: 28px;
  font-size: 14px;
  font-weight: normal;
}
.studio-members-card .card-item .school-tag {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  margin-left: 10px;
  border: 1px #0863d5 solid;
  font-size: 12px;
  border-radius: 4px;
  color: #0863d5;
  vertical-align: middle;
}
.studio-members-card .card-item .info {
  line-height: 24px;
  color: #999;
}
.studio-members-card .card-item .info .icon {
  margin: -2px 5px 0 0;
  vertical-align: middle;
}
.studio-members-card .card-item .info .line {
  padding: 0 14px;
  color: #e8e8e8;
}

/*###############名师分享栏目设置样式###############*/
.column-setting {
  padding: 14px 24px 38px;
}
.column-setting .set-header {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #f8f8f8;
}
.column-setting .item-title {
  float: left;
  width: 658px;
  box-sizing: border-box;
}
.column-setting .item-control {
  float: left;
  width: 102px;
  text-align: center;
}
.column-setting .item-operation {
  float: left;
  width: 110px;
  text-align: center;
}
.column-setting .set-header .item-title {
  padding-left: 14px;
}
.column-setting .set-body {
  padding-top: 24px;
  border-bottom: 1px #e8e8e8 solid;
}
.column-setting > .set-body {
  border-bottom: none;
}
.set-list {
  height: 32px;
  margin-bottom: 20px;
}
.set-list .item-title {
  position: relative;
}
.set-list .icon_dot_gray {
  position: absolute;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e8e8e8;
}
.set-list .item-line-vertical {
  position: absolute;
  top: 15px;
  height: 1px;
  background: #e8e8e8;
}
.set-list .item-line-horizontal {
  position: absolute;
  left: 16px;
  width: 1px;
  background: #e8e8e8;
}
.set-list .btn-dottedline span {
  margin-right: 6px;
}
.one-level .item-title {
  padding-left: 40px;
}
.one-level .icon_dot_gray {
  left: 26px;
}
.one-level .item-line-vertical {
  left: 16px;
  width: 10px;
}
.one-level .btn-dottedline {
  width: 380px;
}
.two-level .item-title {
  padding-left: 70px;
}
.two-level .icon_dot_gray {
  left: 55px;
}
.two-level .item-line-vertical {
  left: 16px;
  width: 39px;
}
.two-level .item-line-horizontal {
  top: -36px;
  height: 52px;
}
.two-level .btn-dottedline {
  width: 350px;
}
.column-setting .btn-box {
  margin: 93px 0 0 16px;
}
.column-setting .btn-primary {
  width: 135px;
  height: 40px;
  font-size: 16px;
}

/*###############名师工作室样式###############*/
.teacher-studio-channel .side-fl {
  width: 200px;
}
.teacher-studio-channel .main-fr {
  width: 960px;
}
.user-infos {
  padding: 13px 0 15px;
  text-align: center;
}
.user-infos img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.user-infos .info {
  display: block;
  color: #666;
  text-align: center;
}
.sideNav-channnel .sideNav-item > a {
  padding-left: 50px;
}
.sideNav-channnel .sideNav-item::before {
  position: absolute;
  top: 23px;
  left: 30px;
  width: 6px;
  height: 6px;
  content: ' ';
  background: url(../images/icon_dot_gray.png) no-repeat;
}
.sideNav-channnel .sideNav-item:hover::before,
.sideNav-channnel .sideNav-item.active::before {
  background: url(../images/icon_dot_blue.png) no-repeat;
}
.msgzs .module-body {
  padding: 37px 38px;
}
.msgzs .teaching-studio-list:nth-child(3n) {
  margin-right: 0;
}
.msgzs .teaching-studio-list:nth-child(4n) {
  margin-right: 20px;
}
.msgzs .teaching-studio-list {
  width: 278px;
  border: 1px #cce8ff solid;
}
.creator-tag {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: #1296f3;
  color: #fff;
  font-size: 12px;
  border-radius: 0 5px 0 5px;
}
.icon_add {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -2px 8px 0 0;
  background: url(../images/icon_add.png) no-repeat;
  vertical-align: middle;
}

/*###############新建工作室###############*/
.create-studio {
  padding: 32px 50px;
}
.add-studio {
  padding-top: 20px;
}
.add-studio .form-group {
  margin: 0;
}
.add-studio .form-info-list .form-group label:nth-child(1) {
  text-align: right;
  vertical-align: top;
  margin-top: 5px;
}
.add-studio .form-tips-box {
  height: 30px;
  line-height: 30px;
  padding-left: 221px;
}
.personal-portrait {
  position: relative;
  display: inline-block;
  margin: 0 25px 0 5px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.btn-addportrait {
  border: 1px #e9e9e9 dashed;
  background: #fafafa;
}
.btn-addportrait p {
  line-height: 24px;
  color: #999;
}
.personal-portrait .add-pic {
  width: 41px;
  height: 35px;
  margin-top: 37px;
}
.personal-portrait span {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
}
.personal-portrait:hover span {
  display: block;
}
.btn-box.align-center {
  text-align: center;
}
.change-head {
  padding: 16px 16px 24px;
}
.change-head-main {
  float: left;
  width: 320px;
  height: 240px;
  overflow: hidden;
}
.change-head-info {
  float: right;
  width: 230px;
  text-align: left;
}
.change-head-info .btn {
  margin-bottom: 15px;
}
.change-head-info .btn .icon {
  margin: -2px 5px 0 0;
  vertical-align: middle;
}
.change-head-info .info {
  line-height: 20px;
  color: #999;
}

/*###############同步课堂-主页###############*/
.banner-tbkt {
  margin: 0 0 32px;
  background-color: #2774ff !important;
  min-width: 1180px;
  height: 300px;
}
.data-status-container {
  width: 1180px;
  height: 300px;
  margin: auto;
  position: relative;
}
.data-statistics {
  margin-top: 20px;
  width: 260px;
  height: 260px;
  background: rgba(0, 64, 188, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 0;
  position: absolute;
  right: 0px;
  top: 0;
}
.data-statistics .item {
  display: inline-block;
  width: 130px;
  height: 130px;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  padding-top: 44px;
}
.data-statistics .item span {
  display: block;
  line-height: 24px;
  font-size: 30px;
  font-weight: bold;
  font-family: Microsoft YaHei;
  margin-bottom: 14px;
}
.data-statistics .item p {
  line-height: 14px;
  color: #def0ff;
  font-family: Microsoft YaHei;
}
.wljy .module-body {
  padding-top: 12px;
}
.wljy .course-list {
  width: 280px;
}
.wljy .course-list .bd {
  background: #fff;
}
.wljy .course-list .hd img {
  width: 280px;
  height: 140px;
}
.tbkt-msgzs {
  width: 882px;
}
.tbkt-msgzs .module-body {
  padding-top: 12px;
}
.tbkt-msgzs .teaching-studio-list:nth-child(3n) {
  margin-right: 0;
}
.tbkt-msgzs .teaching-studio-list:nth-child(4n) {
  margin-right: 20px;
}
.tbkt-msgzsdt {
  width: 280px;
}
.tbkt-msgzsdt .module-body {
  padding-top: 6px;
}
.tbkt-dynamic {
  max-height: 676px;
  padding: 0 8px 0 4px;
}
.tbkt-dynamic-list {
  position: relative;
  padding: 0 0 19px 14px;
  border-left: 1px #d1d1d1 solid;
}
.tbkt-dynamic-list::before {
  position: absolute;
  top: 7px;
  left: -5px;
  content: '';
  width: 8px;
  height: 8px;
  border: 1px #e1e1e1 solid;
  border-radius: 50%;
  background: #f8f8f8;
}
.tbkt-dynamic-list .date {
  margin-bottom: 4px;
  line-height: 24px;
  color: #999;
}
.tbkt-dynamic-list .title {
  margin-bottom: 4px;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tbkt-dynamic-list .title img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle;
}
.tbkt-dynamic-list .info {
  line-height: 24px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.tbkt-mssfk .module-body {
  padding-top: 12px;
}
.tbkt-mssfk .course-list {
  width: 280px;
}
.course-list .hd .course-tag-blue {
  background: #5d91e6;
}
.icon_badge {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin: -5px 0 0 8px;
  background: url(../images/icon_badge.png);
  vertical-align: middle;
}
.icon_badge_green {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin: -5px 0 0 8px;
  background: url(../images/icon_badge_green.png);
  vertical-align: middle;
}
.tbkt-mssfk .course-list .bd {
  background: #fff;
}
/*share的轮播样式*/
.ad-image-wrapper {
  overflow: hidden;
  position: relative;
  height: 480px;
} /* width:738px; */
.ad-prev,
.ad-next {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
}
.ad-prev {
  left: 0;
}
.ad-next {
  right: 0;
}
.ad-prev-image,
.ad-next-image {
  display: none;
  position: absolute;
  top: 214px;
  width: 37px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 2px;
}
.ad-prev-image:hover,
.ad-next-image:hover {
  border: 1px solid #e2e2e2;
}
.ad-prev-image {
  left: 0;
  background: url(../images/ico/ad-prev.png) center center no-repeat;
}
.ad-prev-image:hover {
  background: #f9f9f9 url(../images/ico/ad-prev.png) center center no-repeat;
}
.ad-next-image {
  right: 0;
  background: url(../images/ico/ad-next.png) center center no-repeat;
}
.ad-next-image:hover {
  background: #f9f9f9 url(../images/ico/ad-next.png) center center no-repeat;
}
.ad-image {
  position: absolute;
}
.ad-nav {
  position: relative;
  padding: 10px 0;
  margin-top: 20px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background: #f9f9f9;
}
.ad-back,
.ad-forward {
  position: absolute;
  top: 32px;
  width: 23px;
  height: 48px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  cursor: pointer;
}
.ad-back {
  left: 12px;
  background: #f9f9f9 url(../images/ico/ad-back.png) center center no-repeat;
}
.ad-forward {
  right: 12px;
  background: #f9f9f9 url(../images/ico/ad-forward.png) center center no-repeat;
}
.ad-thumbs {
  position: relative;
  overflow: hidden;
  width: 87.39%;
  height: 94px;
  margin: 0 6.23% 0 6.36%;
} /* width:645px; margin:0 46px 0 47px; */
.ad-thumb-list {
  position: absolute;
  height: 94px;
  white-space: nowrap;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ad-thumb-list li {
  float: left;
  display: inline;
}
.ad-thumb-list a {
  display: block;
  border: 2px solid #f9f9f9;
}
.ad-thumb-list a.ad-active {
  border: 2px solid #379be9;
}
.ad-thumb-list a img {
  width: 120px;
  height: 90px;
}
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*名师工作室新增样式*/
#imgpicker {
  position: relative;
}
#imgpicker div:nth-child(2) {
  width: 100% !important;
  height: 100% !important;
}
#imgpicker div:nth-child(2) input {
  display: none;
}
#imgpicker1 {
  position: relative;
}
#imgpicker1 div:nth-child(2) {
  width: 100% !important;
  height: 100% !important;
}
#imgpicker1 div:nth-child(2) input {
  display: none;
}
#imgpicker2 {
  position: relative;
}
#imgpicker2 div:nth-child(2) {
  width: 100% !important;
  height: 100% !important;
}
#imgpicker2 div:nth-child(2) input {
  display: none;
}
#imgpicker3 {
  position: relative;
}
#imgpicker3 div:nth-child(2) {
  width: 100% !important;
  height: 100% !important;
}
#imgpicker3 div:nth-child(2) input {
  display: none;
}

/*
* 2021/8/12 名师课堂主页新增 by kj
*/
.new-list {
  height: 100px;
  margin-bottom: 25px;
}
.new-list ul {
  display: flex;
  align-items: center;
}
.new-list ul li {
  width: 380px;
  height: 100px;
  background-image: url('../images/img/index.jpg');
  margin-right: 20px;
}
.new-list ul li:last-child {
  margin-right: 0;
}
.li-content {
  height: 50px;
  margin: 25px 30px;
  display: flex;
}
.li-content img {
  cursor: pointer;
}
.li-content div {
  margin-left: 15px;
}
.li-content div h4 {
  font-size: 20px;
}
.li-content div p {
  color: grey;
  margin-top: 3px;
}

/*
* 2021/9/26 shareDetail页面的空态页 by kj
*/
.hide-list {
  display: none;
  height: 100%;
  background-image: url('../images/img/resource_delete.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4f4f4;
  position: relative;
}
.hide-list p {
  position: absolute;
  top: 60%;
  left: 40%;
}
/*
* 2021/10/15新增 动态详情页 by kj
*/
.uploader-fileList .file-item .per-bg {
  position: absolute;
  bottom: 13px;
  right: 26px;
  left: 62px;
  height: 2px;
  background: #e8e8e8;
}
.uploader-fileList .file-item .per-bg .per-in {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #31ce25;
}
.uploader-fileList .file-item .per-upfail {
  position: absolute;
  bottom: 20px;
  left: 63px;
  color: red;
  font-size: 12px;
  line-height: 0;
}

/* 权限管理 */
.per-table-title {
  height: 55px;
  padding: 0 24px;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.per-table-title ul {
  height: 55px;
  display: inline-flex;
}
.per-table-title ul li {
  width: 100px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.per-table-title ul li.active {
  color: #188eee;
  border-bottom: 2px solid #188eee;
  font-weight: bold;
}
.per-table-title button {
  float: right;
  width: 100px;
  margin: 12px 0 0 16px;
}
.per-table-title button img {
  display: inline-block;
  vertical-align: -1px;
  margin-right: 2px;
}
.per-table-container {
  background: #fff;
  padding: 16px;
}
.per-table-container .filters {
  margin-bottom: 16px;
}
.per-table-container .filters span {
  color: #333;
}
.per-table-container .filters input,
select {
  width: 140px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  margin-right: 16px;
  color: #333;
  padding-left: 8px;
}
.per-table-container .table .header {
  background: #f7f7f7;
  height: 48px;
  width: 100%;
}
.per-table-container .table .header li {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  color: #999;
  padding-left: 16px;
  box-sizing: border-box;
}
.per-table-container .table .header li:nth-of-type(1) {
  width: 100px;
}
.per-table-container .table .header li:nth-of-type(2) {
  width: 124px;
}
.per-table-container .table .header li:nth-of-type(3) {
  width: 130px;
}
.per-table-container .table .header li:nth-of-type(4) {
  width: 110px;
}
.per-table-container .table .header li:nth-of-type(5) {
  width: 120px;
}
.per-table-container .table .header li:nth-of-type(6) {
  width: 114px;
}
.per-table-container .table .header li:nth-of-type(7) {
  width: 200px;
}
.per-table-container .table .list {
  height: 50px;
  border-bottom: 1px solid #d9d9d9;
}
.per-table-container .table .list li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #999;
  padding-left: 16px;
  box-sizing: border-box;
}
.per-table-container .table .list li:nth-of-type(1) {
  width: 100px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.per-table-container .table .list li:nth-of-type(2) {
  width: 124px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.per-table-container .table .list li:nth-of-type(3) {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.per-table-container .table .list li:nth-of-type(4) {
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.per-table-container .table .list li:nth-of-type(5) {
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.per-table-container .table .list li:nth-of-type(6) {
  width: 114px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.per-table-container .table .list li:nth-of-type(7) {
  width: 200px;
  color: #188eee;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.per-table-container .table .list li:nth-of-type(7) span {
  margin-right: 12px;
  cursor: pointer;
}
/* 权限管理-添加用户弹框 */
.per-mask-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}
.per-mask-container .per-mask {
  width: 840px;
  height: 600px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 88px auto;
}
.per-mask-container .per-mask .header {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  color: #333;
  box-sizing: border-box;
  background: #f9f9f9;
  border-bottom: 1px solid #d9d9d9;
}
.per-mask-container .per-mask .header .mask-close {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url('../images/icon_close_gray.png') no-repeat center;
  cursor: pointer;
}
.per-mask .body {
  height: 568px;
  display: flex;
}
.per-mask .body .left {
  padding: 16px;
  flex: 0 0 260px;
  height: 568px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.per-mask .body .left > ul {
  padding-left: 12px;
}
.per-mask .body .left > ul li {
  line-height: 20px;
}
.first-level-li > .img {
  width: 20px;
  height: 20px;
  background: url('../images/icon_folder.png');
  margin-right: 4px;
}
.first-level-li span {
  display: inline-block;
  vertical-align: middle;
  color: #222;
}
.first-level-li .increase {
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/icon_increase.png');
  position: absolute;
  top: 4px;
  left: -18px;
  cursor: pointer;
}
.first-level-li .reduce {
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/icon_reduce.png');
  position: absolute;
  top: 4px;
  left: -18px;
  cursor: pointer;
}
.first-level-li,
.second-level-li {
  position: relative;
}
.first-level-li::before,
.second-level-li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 100%;
  border-left: 1px dotted #c0c4cc;
}
.first-level-li::after,
.second-level-li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: -8px;
  width: 8px;
  height: 0;
  border-top: 1px dotted #c0c4cc;
}
.second-level-li {
  cursor: pointer;
}
.second-level-li.active {
  background: #d0e5f8;
}
.second-level-li > .img {
  width: 16px;
  height: 16px;
  background: url('../images/icon_file.png');
  margin-right: 4px;
}
.second-level-li span {
  display: inline-block;
  vertical-align: middle;
  color: #222;
}
.per-mask .body .right {
  flex: 0 0 580px;
}
.per-mask .body .right .filter {
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  border-bottom: 1px solid #d9d9d9;
}
.per-mask .body .right .filter .icon {
  display: inline-block;
  vertical-align: -2px;
  width: 16px;
  height: 16px;
  background: url('../images/icon_search.png');
}
.per-mask .body .right .filter input {
  border: none;
  width: 400px;
}
.per-mask .body .right .filter input:focus-visible {
  outline: none;
}
.per-mask .body .right .check-box {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}
.per-mask .body .right .check-box .input {
  flex: 0 0 25%;
  height: 32px;
  line-height: 32px;
}
.per-mask .body .right .check-box .input > * {
  display: inline-block;
  vertical-align: middle;
}
.per-mask .body .right .check-box .input span {
  margin-left: 8px;
}
.per-pagination {
  height: 34px;
  line-height: 34px;
  text-align: left;
  padding: 0 16px;
  margin: 0 0 8px;
}
.per-pagination .total {
  color: #ccc;
}
.per-pagination .pagination-list {
  float: right;
}
.per-pagination .pagination-list li a {
  border: none;
}
.per-mask .body .right .chose-list {
  height: 110px;
  background: #f7f7f7;
  padding: 0 16px;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
}
.per-mask .body .right .chose-list p {
  margin: 16px 0 8px;
  color: #222;
}
.per-mask .body .right .chose-list ul {
  display: flex;
  flex-wrap: wrap;
  height: 65px;
  overflow-y: auto;
}
.per-mask .body .right .chose-list ul li {
  height: 18px;
  line-height: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #fff;
  padding: 0 4px;
  color: #666;
  margin: 0 8px 8px 0;
}
.per-mask .body .right .chose-list ul li i {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -1px;
  background: url('../images/icon_close_gray.png') no-repeat center;
  cursor: pointer;
}
.per-mask .body .right .per-bottom {
  height: 88px;
  line-height: 88px;
  padding: 0 16px;
}
.per-mask .body .right .per-bottom select {
  margin-right: 12px;
}
.per-mask .body .right .per-bottom .btns {
  float: right;
}
/* 推荐工作室 */
.per-card-lists .teaching-studio-list {
  height: 261px;
}
.recommend-studio-list {
  height: 269px;
}
.recommend-studio-list .bd .info {
  margin-bottom: 24px;
}
.per-layui-form {
  float: right;
  height: 36px;
  margin-top: 8px;
}
.per-layui-form .layui-form-onswitch {
  border-color: #3584ea;
  background-color: #3584ea;
}
.commend-table-container .table .header li:nth-of-type(1) {
  width: 160px;
}
.commend-table-container .table .header li:nth-of-type(2) {
  width: 120px;
}
.commend-table-container .table .header li:nth-of-type(3) {
  width: 120px;
}
.commend-table-container .table .header li:nth-of-type(4) {
  width: 348px;
}
.commend-table-container .table .header li:nth-of-type(5) {
  width: 160px;
}
.commend-table-container .table .list li:nth-of-type(1) {
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commend-table-container .table .list li:nth-of-type(2) {
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commend-table-container .table .list li:nth-of-type(3) {
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commend-table-container .table .list li:nth-of-type(4) {
  width: 348px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commend-table-container .table .list li:nth-of-type(5) {
  width: 160px;
  color: #188eee;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commend-table-container .table .list li:nth-of-type(5) span {
  margin-right: 12px;
  cursor: pointer;
}
.per-module-body {
  display: none;
  background: #fff;
  padding: 24px 16px 40px;
}
.per-module-body .form-info-list {
  margin-bottom: 16px;
}
.per-module-body .form-info-list .form-group label {
  width: 129px;
  text-align: right;
}
