@charset "UTF-8";
/* ppt模块 : 列表页面样式*/
/*ppt-列表2 样式-------start*/
.ppt-data-list {
  /* 置顶*/
}

.ppt-data-list .dataHead_file, .ppt-data-list .dataBody_name {
  width: 70%;
}

.ppt-data-list .dataHead_read, .ppt-data-list .dataHead_time, .ppt-data-list .dataBody_read, .ppt-data-list .dataBody_time {
  width: 15%;
}

.ppt-data-list .txt {
  font-size: 14px;
  color: #181E33;
}

.ppt-data-list .dataBody_text {
  padding: 0 280px 0 94px;
  font-size: 14px;
  color: #131B26;
  overflow: hidden;
}

.ppt-data-list .dataBody_text .name-hover {
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  cursor: pointer;
}

.ppt-data-list .dataBody_text .name-hover:hover {
  color: #3A4B87;
}

.ppt-data-list .breadcrumb {
  margin-top: 0;
}

.ppt-data-list .tag-top {
  float: left;
  display: inline-block;
  text-align: center;
  background: #F9F9FA;
  border: 1px solid #D8E4EC;
  border-radius: 4px;
  font-size: 12px;
  color: #819DC6;
  line-height: 20px;
  width: 36px;
  height: 20px;
  margin-left: 10px;
  margin-top: 16px;
}

.ppt-data-list .rename_input {
  outline: none;
  height: 30px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ppt-data-list .mg-right24 {
  margin-right: 24px;
}

.ppt-data-list .operate {
  font-size: 14px;
}

.ppt-data-list .operate .icon-move {
  font-size: 16px;
  color: #A3BAD9;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 15px;
}

.ppt-data-list .operate .icon-move:hover {
  color: #3A8BFF;
}

.ppt-data-list .operate .icon-move-down {
  margin-right: 24px;
}

.ppt-data-list .operate_con {
  width: 90px;
}

.ppt-data-list .dataBody_td {
  height: 54px;
  line-height: 54px;
}

.ppt-data-list .btn-set-file {
  cursor: pointer;
}

.ppt-data-list .btn-set-file:hover {
  opacity: .7;
}

.ppt-data-list .rename_con {
  padding: 12px 0 12px 94px;
}

.ppt-data-list .rename_yes, .ppt-data-list .rename_no {
  margin-top: 3px;
}

.content .main {
  min-width: 1040px;
  min-height: 700px;
}

.operate_more .colorBlue:hover {
  opacity: .7;
}

/*ppt-列表2 样式-------end*/
/*公共搜索框样式*/
.dataSearch_input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mg-left30 {
  margin-left: 30px;
}

.popYunpanShowHide .breadcrumb {
  float: left;
  margin-top: 0;
}

.popYunpanShowHide .popYunpan_th_check, .popYunpanShowHide .popYunpan_th_disabled, .popYunpanShowHide .popYunpan_td_check, .popYunpanShowHide .popYunpan_td_disabled {
  position: static;
  margin-top: 0;
  margin-right: 10px;
}

.popYunpanShowHide .popTable_th {
  padding-left: 30px;
}

.popYunpanShowHide .popTable_th li {
  position: static;
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.popYunpanShowHide .popTable_td {
  padding-left: 30px;
}

.popYunpanShowHide .popTable_td li {
  position: static;
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.popYunpanShowHide .popYunpan_th_name {
  padding-left: 0;
  width: 440px;
  font-size: 12px;
}

.popYunpanShowHide .popYunpan_td_name {
  width: 407px;
}

.popYunpanShowHide .popYunpan_td_pic {
  margin-top: 0;
}

.popYunpanShowHide .popYunpan_text {
  padding-left: 10px;
}

.noCheckbox .popYunpan_th_check, .noCheckbox .popYunpan_th_disabled, .noCheckbox .popYunpan_td_check, .noCheckbox .popYunpan_td_disabled {
  display: none !important;
}

.noCheckbox .btn-local {
  display: block;
}

.btn-local {
  display: none;
  position: relative;
}

.btn-local input[type='file'] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.popLocal_con {
  height: 407px;
}

.bnt_group .btn-disabled {
  opacity: .4;
}

/*radio 样式*/
.ipt-radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
}

.ipt-radio input[type=radio] {
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 2;
  opacity: 0;
}

.ipt-radio .icon-radio {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/check.png") no-repeat center;
  background-size: 100%;
}

input[type=radio]:checked + .icon-radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/checked.png") no-repeat center;
  background-size: 100%;
}

.per-set-container {
  padding: 26px 0 46px 30px;
  text-align: left;
}

.per-set-container li {
  overflow: hidden;
  margin-bottom: 22px;
}

.per-set-container li:last-child {
  margin-bottom: 0;
}

.per-set-container li .ipt-radio {
  margin-right: 10px;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.per-set-container li h3 {
  font-size: 14px;
  color: #131B26;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 4px;
}

.per-set-container li p {
  font-size: 12px;
  color: #8A8B99;
}

.popPerSet .ipt-box {
  padding: 16px 30px 0;
}

.popPerSet .ipt-box input {
  width: 100%;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 14px;
  font-size: 14px;
  color: #131B26;
}

.popPerSet .ipt-box input:focus {
  border-color: #CCDEF3;
  box-shadow: 0 0 4px 0 rgba(117, 186, 255, 0.5);
}

.no-result-list {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #A8A8B3;
}
#main .coursewareMask {
  width:100%;height:100%;position:fixed;top:0;left:0;background: rgba(16,26,41,0.76);z-index:10;opacity: 1!important;visibility: visible !important;
}
#main .coursewareMask > .coursewarePop {
  width: 400px;
  min-height: 440px;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .coursewareMask > .coursewarePop > .title {
  width: 100%;
  height: 28px;
  text-align: center;
  line-height: 28px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .coursewareMask > .coursewarePop > .title > span {
  font-family: 'PingFang SC';
  font-size: 13px;
  color: #131B26;
}
#main .coursewareMask > .coursewarePop > .title > i {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: url('../../images/common/close.png') no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
#main .coursewareMask > .coursewarePop > .coursewareContent {
  text-align: center;
}
#main .coursewareMask > .coursewarePop > .coursewareContent .pptBg {
  width: 90px;
  height: 90px;
  background: url('../../images/common/ppt.png') no-repeat center center;
  background-size: 100% 100%;
  margin: 80px auto 37px;
}
#main .coursewareMask > .coursewarePop > .coursewareContent .pptName {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #131B26;
  margin-bottom: 13px;
}
#main .coursewareMask > .coursewarePop > .coursewareContent .pptSize {
  font-family: 'PingFang SC';
  font-size: 14px;
  line-height: 16px;
  color: #8A8B99;
}
#main .coursewareMask > .coursewarePop .btns {
  margin-top: 37px;
  display: flex;
  justify-content: center;
}
#main .coursewareMask > .coursewarePop .btns > button {
  width: 152px;
  height: 40px;
  font-family: 'PingFang SC';
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #1A79FF;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#main .coursewareMask > .coursewarePop .btns > .cancel {
  color: #1A79FF;
  background-color: #ffffff;
}
#main .coursewareMask > .coursewarePop .btns > .send {
  color: #ffffff;
  background-color: #1A79FF;
  margin-left: 24px;
}

/*新建教案选择模版弹窗new*/
.createTeachPlanPop .popHead {
  height: 62px;
  line-height: 62px;
}

.createTeachPlanPop .teach-plan-content .tp-tabs {
  padding: 10px 30px 0;
  background-color: #F2F4F7;
  font-size: 0;
}

.createTeachPlanPop .teach-plan-content .tp-tabs .tp-tab-item {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  color: #8A8B99;
}

.createTeachPlanPop .teach-plan-content .tp-tabs .tp-tab-item.active {
  background-color: #FFFFFF;
  border-radius: 8px 8px 0 0;
  color: #3A8BFF;
  font-weight: 500;
}

.createTeachPlanPop .teach-plan-content .tp-create-box {
  padding: 30px;
  background-color: #fff;
  height: 488px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-name-box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-name-box .tp-label {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: #131B26;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-name-box input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 8px 14px;
  height: 40px;
  line-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  color: #131B26;
  border: 1px solid #D4D6D9;
  border-radius: 4px;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-name-box input:focus {
  border: 1px solid #3A8BFF;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-title {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #131B26;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tp-module-title .flex-start {
  display: flex;
  align-items: center;
  justify-content: center;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .flex-start span {
  color: #3A8BFF;
  font-size: 14px;
  margin-left: 4px;
}

i.icon-com {
  display: inline-block;
  font-size: 0;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.icon-com.upload {
  width: 14px;
  height: 14px;
  background-image: url("../../images/upload.png");
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list {
  font-size: 0;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item {
  cursor: pointer;
  margin: 0 20px 0px 0;
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 20px*3)/4);
  height: 213px;
  -webkit-box-shadow: 0px 1px 16px 0px #C6CCD980;
  box-shadow: 0px 1px 16px 0px #C6CCD980;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item:nth-child(n+5) {
  margin-top: 26px;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item:nth-child(4n) .more-down-content {
  right: 0;
  left: auto !important;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.add-module {
  padding-top: 71px;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.add-module .add-icon {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: url("../../images/icon-add.png") no-repeat center center;
  background-size: contain;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.add-module p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #8A8B99;
  text-align: center;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card {
  position: relative;
  padding: 14px;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card:hover {
  -webkit-box-shadow: 0px 1px 16px 0px #C6CCD9CC;
  box-shadow: 0px 1px 16px 0px #C6CCD9CC;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  z-index: 2;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card:hover .more-btns {
  display: block !important;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card:hover .card-bottom-btns {
  display: block;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card.type2 .card-top i {
  background: url("../../images/module-icon2.png") no-repeat center center;
  background-size: contain;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card.type2 .card-top .word_i {
  background: url("../../images/module-icon2.png") no-repeat center center;
  background-size: contain;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card.type2 .card-top .excel_i {
  background: url("../../images/module-icon3.png") no-repeat center center;
  background-size: contain;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-top i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../../images/module-icon.png") no-repeat center center;
  background-size: contain;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-top p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #0E1726;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-top .more-btns {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #E1E3E5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  background-color: #fff;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-top .more-btns .more-btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/more-icon.png") no-repeat center center;
  background-size: contain;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-top .more-btns:hover {
  background-color: #EAF0FF;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-top .more-btns:hover .more-btn {
  background: url("../../images/more-icon-hover.png") no-repeat center center;
  background-size: contain;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-top .more-btns:hover .more-down-content {
  display: block;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-top .more-btns .more-down-content {
  display: none;
  position: absolute;
  top: 19px;
  left: 0;
  padding-top: 4px;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-top .more-btns .more-down-list {
  padding: 6px 0;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 12px 0px #00255933;
  box-shadow: 0px 2px 12px 0px #00255933;
  background-color: #fff;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-top .more-btns .more-down-list .more-down-item {
  padding: 10px 20px;
  color: #474C59;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  min-width: 84px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-top .more-btns .more-down-list .more-down-item:hover {
  background-color: #F0F6FF;
  color: #3A8BFF;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-list {
  margin-top: 15px;
  border: 1px solid #E7E7E7;
  height: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-list .card-list-box {
  overflow: hidden;
  height: 100%;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-list .card-list-box .card-list-item {
  margin-bottom: 8px;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-list .card-list-box .card-list-item .card-list-title {
  font-size: 12px;
  line-height: 16px;
  color: #8A8B99;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-list .card-list-box .card-list-item .card-list-row {
  margin-top: 6px;
  height: 10px;
  background-color: #E5ECF4;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-list .card-list-box img {
  width: 100%;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-bottom-btns {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, #FFFFFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #FFFFFF 100%);
  padding: 20px 14px 14px;
  font-size: 0;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-bottom-btns .preview-btn {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
  color: #3A8BFF;
  border: 1px solid #8CBBFF;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-bottom-btns .preview-btn:hover {
  background-color: rgba(58, 139, 255, 0.15);
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-bottom-btns .use-btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
  font-size: 14px;
  line-height: 20px;
  padding: 6px 0;
  color: #fff;
  background-color: #3A8BFF;
  text-align: center;
  border-radius: 4px;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item.module-card .card-bottom-btns .use-btn:hover {
  opacity: .8;
}

.createTeachPlanPop .teach-plan-content .tp-create-box .tp-module-box .tp-module-list .tp-module-item:nth-child(4n) {
  margin-right: 0;
}

.popRename .rename-content {
  padding: 26px 24px 30px;
}

.popRename .rename-content input {
  display: block;
  width: 100%;
  padding: 5px 14px;
  border: 1px solid #d4d6d9;
  font-size: 14px;
  line-height: 20px;
  color: #131b26;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.popRename .rename-content input:focus {
  border: 1px solid #3A8BFF;
}

.popConfirm .confirm-content {
  padding: 26px 30px 30px;
  font-size: 16px;
  line-height: 26px;
  color: #474c59;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #DADFE5;
}

.flexP {
  flex: 1;
}

.popTableNotes.popYunpanSearch {
  height: 60px;
}

.popTableNotes.popYunpanSearch + .popTableHead + .popTableBody {
  height: 366px;
}

.popYunpanSearch {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popYunpanSearch .search-box {
  width: 200px;
  height: 36px;
  border: 1px solid #D4D6D9;
  border-radius: 36px;
  box-sizing: border-box;
  margin: 12px 0 12px 30px;
  overflow: hidden;
  position: relative;
}

.popYunpanSearch .search-box::placeholder {
  color: #ACB4BF;
}

.popYunpanSearch .search-box:hover,
.popYunpanSearch .search-box:focus-within {
  border-color: #3A8BFF;
}

.popYunpanSearch .search-box input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  color: #131B26;
  padding: 0 62px 0 14px;
  box-sizing: border-box;
}

i.icon-com {
  display: inline-block;
  font-size: 0;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  flex: none;
}

.icon-com.search {
  width: 18px;
  height: 18px;
  background-image: url("../../images/seacher18.png");
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
}

.popYunpanSearch .search-box:hover .icon-com.search,
.popYunpanSearch .search-box:focus-within .icon-com.search {
  background-image: url("../../images/seacher18-hover.png");
}

.icon-com.search {
  width: 18px;
  height: 18px;
  background-image: url("../../images/seacher18.png");
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
}

.icon-com.clear-input {
  width: 18px;
  height: 18px;
  background-image: url("../../images/search_dele.png");
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translate(0, -50%);
}

.popDiv .pop-content {
  max-height: 30vh;
  overflow: auto;
  padding: 30px;
  text-align: left;
  font-family: 'PingFang SC';
  font-weight: 400;
  border-bottom: 1px solid #F2F2F2;
}

.popDiv .pop-content .title {
  color: #131B26;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.popDiv .pop-content .auth-change-con {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.select-container{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.popDiv .pop-content .radio-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.popDiv .pop-content .radio {
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0 11px 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.pop-content .radio-container .checkbox {
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0 10px 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.radio-container .checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  transform: scale(0.9);
  transform-origin: center center;
  opacity: 0;
  pointer-events: auto; /* 确保输入框接收事件 */
  z-index: 2; /* 高于 <i> 元素 */
}

.radio-container .checkbox > i {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../../images/dx_check.png") no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

.radio-container .checkbox input[type="checkbox"]:checked + i {
  border: 0;
  background-image: url(../../images/dx_checked.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1.0);
  width: 18px;
  height: 18px;
  width: 100%;
  height: 100%;
}

.select-container > p, .radio-container > p {
  font-size: 14px;
  color: #181E33;
  vertical-align: middle;
  line-height: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
}

.popDiv .pop-content .teacher-list-con {
  background-color: #F7F8FA;
  border-radius: 4px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.popDiv .mt30 {
  margin-top: 30px;
}


.radio-container > .radio > input:checked + i {
  border: none;
  background-image: url('../../images/task_checked.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1);
}

.select-container,
.radio-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.radio-container > .radio {
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0 11px 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.select-container > .checkbox {
  width: 18px;
  height: 18px;

  position: relative;
  margin: 0 10px 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.select-container > .checkbox > input,
.radio-container > .radio > input {
  visibility: hidden;
}

.select-container > .checkbox > input + i,
.radio-container > .radio > input + i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.select-container > .checkbox i {
  background: url("../../images/dx_check.png") no-repeat center;
  background-size: 100%;
}

.select-container > .checkbox.notchlikbox i {
  background: unset;
  background-size: 100%;
}

.select-container > .checkbox.select-container-box  i {
  background: url("../../images/dx_notselectable.png") no-repeat center;
  background-size: 100%;
}

.select-container > .checkbox > input:checked + i{
  border: 0;
  background-image: url(../../images/dx_checked.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1.0);
  width: 18px;
  height: 18px;
  width: 100%;
  height: 100%;
}

.radio-container > .radio > input + i {
  border-radius: 999px;
}

.radio-container > .radio > input:checked + i {
  border: none;
  background-image: url('../../images/task_checked.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1);
}

.select-container > .checkbox > input:disabled + i,
.radio-container > .radio > input:disabled + i {
  background-color: #EBEEF2;
  /*border: 1px solid #E1E3E5;*/
  cursor: not-allowed;
}

.select-container > .checkbox > input:checked:disabled + i {
  background-image: url("../../images/dx_checked.png");
  opacity: .5;
  cursor: not-allowed;
}

.radio-container > .radio > input:checked:disabled + i {
  background-image: url('../../images/task_checked.png');
  opacity: .5;
  cursor: not-allowed;
}


.auth-change-con {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding: 20px 20px 20px;
}

.teacher-list-con {
  background-color: #F7F8FA;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px 20px;
}

/*PPT弹窗*/
.dialog-common {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, .3);
}

.preview-box {
  width: 1120px;
  height: 700px;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}

.preview-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 50px;*/
  line-height: 50px;
  font-size: 14px;
  padding-left: 16px;
  background: #FFFFFF;
  box-shadow: 0px 1px 0px 0px #F2F2F2;
  z-index: 10;
}

.preview-head i.attachIcon {
  width: 20px;
  height: 20px;
}

.preview-head i.attachIcon_word {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url('../../images/data/word.png') center center / 28px 28px no-repeat;
}

.preview-head i.attachIcon_pdf {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url('../../images/data/PDF.png') center center / 28px 28px no-repeat;
}

.preview-head i.attachIcon_xls {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url('../../images/data/excel.png') center center / 28px 28px no-repeat;
}

.file_name {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 250px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.2em;
}

.headRight {
  display: block;
  float: right;
  overflow: hidden;
  padding-top: 0px;
}

.headRight p {
  float: left;
  width: 60px;
  height: 30px;
  margin: 10px 30px 10px 0;
  text-align: center;
  color: #3A8BFF;
  text-align: center;
  line-height: 28px;
  border-radius: 17px;
  border: 1px solid #94C1FF;
  cursor: pointer;
}

.iframe-box {
  width: 100%;
  height: calc(100% - 50px);
  margin-top: 50px;
  background-color: #fff;
  text-align: center;
  overflow: auto;
}

.iframe-box iframe {
  width: 100%;
  height: calc(100%);
  margin: 0 auto;
}

i.icon-com {
  display: inline-block;
  font-size: 0;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  flex: none;
}

.iframe-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  color: rgba(13, 13, 13, 0.66);
  font-size: 14px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.iframe-zoom span {
  user-select: none;
}

.popClose-Permissions {
  width: 16px;
  height: 16px;
  background-image: url("../../images/popClose.png");
  float: right;
}

.popClose-Preview {
    width: 16px;
    height: 16px;
    background-image: url("../../images/popClose.png");
    float: right;
    margin: 16px 30px 10px 0;
}

.popPreview .preview-head {
  padding: 12px 30px;
  line-height: unset;
  flex-shrink: 0; /* 防止头部被压缩 */
}

.popPreview .preview-head .file-icon {
  width: 28px;
  height: 28px;
  margin-right: 6px;
  vertical-align: middle;
}

.popPreview .preview-head .file-title {
  line-height: 28px;
  vertical-align: middle;
}

.popPreview .preview-head .popClose {
  position: absolute;
  top: 17px;
  right: 50px;
  margin-top: 0;
}

.popPreview .iframe-box {
  flex: 1;
  min-height: 0; /* 修复flex布局中的高度问题 */
}

.popPreview .pop-btm {
  padding: 5px 24px;
  border-top: 1px solid #F2F2F2;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}

.popPreview .pop-btm.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}

.popPreview .pop-btm .item-btn {
  margin-left: 12px;
  height: 34px;
  width: 28px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.popPreview .pop-btm .item-btn .icon {
  line-height: 34px;
  color: #474C59;
}

.popPreview .pop-btm .item-btn:hover .bubble {
  display: block;
}

.popPreview .pop-btm .bubble {
  display: none;
  position: absolute;
  padding: 10px 16px;
  background: rgba(24, 30, 51, 0.8);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  letter-spacing: 0;
  z-index: 11;
  bottom: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.popPreview .pop-btm .bubble:after {
  position: absolute;
  content: "";
  border-color: rgba(24, 30, 51, 0.8) transparent transparent transparent;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  width: 0;
}



.radio-container {
  order: 1; /* 全部成员显示在第一行 */
  flex: 1 0 100%; /* 强制换行，占满整行 */
  display: flex;
  align-items: center;
}

.teacher-list-con {
  order: 2; /* 教师列表显示在第二行 */
  flex: 1 0 100%; /* 强制换行，占满整行 */
}

.popPerSet .popPermission .pop-content .auth-change-con{
  background: #F7F8FA;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.popPerSet .popPermission .pop-content .auth-change-con2{
  flex-direction: row;
}
.popPerSet .popPermission .pop-content .auth-change-con .auth-change-con-div{
  background: #F7F8FA;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.popPerSet .popPermission .pop-content .popPermission_tips{
  font-size: 12px;
  color: #8a8b99;
}
