@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "微软雅黑","Microsoft YaHei","Arial","黑体","宋体",sans-serif;
}
.login-bg{
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.fr {
  float: right;
}
.font16 {
  font-size: 16px;
}
.rightMenu {
  position: absolute;
  width: 120px;
  line-height: 24px;
  z-index: 999;
  background: #FFF;
  border: 1px solid #F2F2F2;
  border-bottom: none;
  border-radius: 3px;
  display: none;
}
.rightMenu li {
  display: block;
  padding: 4px 10px;
  color: #CCC;
  border-bottom: 1px solid #F2F2F2;
}
.rightMenu li:hover {
  background: #EEE;
  color: #666;
}
/**treeselect*/
.layui-form-select .layui-tree {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  padding: 5px 0;
  z-index: 999;
  min-width: 100%;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
.layui-form-selected .layui-tree {
  display: block;
}
.layui-form-select dl {
  max-height: 200px !important;
}
.layui-btn-ns {
  height: 18px;
  line-height: 17px;
  padding: 0 5px;
  font-size: 12px;
  margin-top: -2px;
}
.weadmin-trailer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 300;
  color: #ccc;
}

.login {
  margin: 120px auto 0 auto;
  min-height: 420px;
  max-width: 420px;
  padding: 40px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  /* overflow-x: hidden; */
  box-sizing: border-box;
}
.login a.logo {
  display: block;
  height: 58px;
  width: 167px;
  margin: 0 auto 30px auto;
  background-size: 167px 42px;
}
.login .message {
  margin: 10px 0 0 -58px;
  padding: 18px 10px 18px 60px;
  background: #189F92;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.login #darkbannerwrap {
  background: url(../images/aiwrap.png);
  width: 18px;
  height: 10px;
  margin: 0 0 20px -58px;
  position: relative;
}
.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email],
.login select {
  border: 1px solid #DCDEE0;
  vertical-align: middle;
  border-radius: 3px;
  height: 50px;
  padding: 0px 16px;
  font-size: 14px;
  color: #555555;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus,
.login select:focus {
  border: 1px solid #27A9E3;
}
.login input[type=submit],
.login input[type=button] {
  display: inline-block;
  padding: 12px 24px;
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  background-color: #189F92;
  border-radius: 3px;
  border: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
}
.login hr {
  background: #fff 0 0 no-repeat;
}
.login hr.hr15 {
  height: 15px;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.login hr.hr20 {
  height: 20px;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.weadmin-body {
  padding: 12px;
}
.weadmin-nav {
  padding: 0 12px;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #e5e5e5;
  line-height: 39px;
  height: 39px;
  overflow: hidden;
}
.weadmin-block {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  line-height: 22px;
  /* border-left: 5px solid #009688; */
  border-radius: 0 2px 2px 0;
  background-color: #f2f2f2;
}
.we-search {
  margin-bottom: 20px;
  font-size: 16px;
}
.we-search input.layui-input {
  width: 190px;
}
.we-red {
  color: red;
}
.we-blue {
  color: #2497fb;
}
.we-green {
  color: #1cb108;
}
.we-bd {
  font-weight: bold;
}
.page {
  margin-top: 20px;
  text-align: center;
}
.page a {
  display: inline-block;
  background: #fff 0 0 no-repeat;
  color: #888;
  padding: 10px;
  min-width: 15px;
  border: 1px solid #E2E2E2;
}
.page span {
  display: inline-block;
  padding: 10px;
  min-width: 15px;
  border: 1px solid #E2E2E2;
}
.page span.current {
  display: inline-block;
  background: #009688 0 0 no-repeat;
  color: #fff;
  padding: 10px;
  min-width: 15px;
  border: 1px solid #009688;
}
.page .pagination li {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.page .pagination li.active span {
  background: #009688 0 0 no-repeat;
  color: #fff;
  border: 1px solid #009688;
}
/*登录样式*/
/*头部*/
.container {
  width: 100%;
  height: 45px;
  background-color: #89dc65;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.container .logo a {
  display: inline-block;
  /* float: left; */
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  height: 45px;
  width: 243px;
  background: url(../images/logo_admin_2021.png) no-repeat center;
}
.container .right {
  background-color: rgba(0, 0, 0, 0);
  float: right;
}
.container .left_open {
  height: 45px;
  float: left;
}
.container .left_open i {
  display: block;
  background: rgba(255, 255, 255, 0.1) 0 0 no-repeat;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  text-align: center;
  margin-top: 7px;
  cursor: pointer;
}
.container .left_open i:hover {
  background: rgba(255, 255, 255, 0.3) 0 0 no-repeat;
}
.container .left {
  background-color: rgba(0, 0, 0, 0);
  float: left;
}
.container .layui-nav-item {
  line-height: 45px;
}
.container .layui-nav-child {
  top: 50px;
}
.container .layui-nav-child i {
  margin-right: 10px;
}
.layui-nav .layui-nav-item a {
  color: #fff;
}
.layui-nav .layui-nav-child a {
  color: #333;
}
.left-nav {
  position: absolute;
  top: 46px;
  bottom: 42px;
  left: 0;
  z-index: 2;
  padding-top: 10px;
  background-color: #EEEEEE;
  width: 200px;
  max-width: 200px;
  overflow: auto;
  overflow-x: hidden;
  border-right: 1px solid #e5e5e5;
}
.left-nav #nav .current {
  background-color: rgba(0, 0, 0, 0.3);
}
.left-nav #nav li {
  border-bottom: 1px solid #e5e5e5;
}
/*
.left-nav #nav li:hover > a {
  color: blue;
}
*/
.left-nav #nav li a {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 15px 10px 20px;
  display: block;
  cursor: pointer;
}
.left-nav #nav li .opened {
  display: block;
}
/*
.left-nav #nav li .opened:hover {
  background: #fff 0 0 no-repeat;
}
*/
.left-nav #nav li .sub-menu {
  display: none;
}
/*
.left-nav #nav li .sub-menu li:hover {
  color: blue;
  background: #fff 0 0 no-repeat;
}
*/
.left-nav #nav li .sub-menu li a {
  padding: 12px 15px 12px 30px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
.left-nav #nav li .sub-menu li a i {
  font-size: 12px;
}
.left-nav #nav li .sub-menu li a:hover {
  color: #148cf1;
}
.left-nav #nav li .sub-menu li .sub-menu li a {
  padding-left: 45px;
}
.left-nav #nav li .nav_right {
  float: right;
  font-size: 16px;
  transform: rotate(180deg);
}
.left-nav #nav li a i {
  padding-right: 10px;
  line-height: 14px;
}
.x-slide_left {
  width: 17px;
  height: 61px;
  background: url(../images/icon.png) 0 0 no-repeat;
  position: absolute;
  top: 200px;
  left: 201px;
  cursor: pointer;
  z-index: 3;
}
.page-content {
  position: absolute;
  top: 46px;
  right: 0;
  bottom: 42px;
  left: 201px;
  overflow: hidden;
  z-index: 1;
}
.page-content-bg {
  position: absolute;
  top: 46px;
  right: 0;
  bottom: 42px;
  left: 201px;
  background: rgba(0, 0, 0, 0.5) 0 0 no-repeat;
  overflow: hidden;
  z-index: 100;
  display: none;
}
.page-content .tab {
  height: 100%;
  width: 100%;
  background: #EFEEF0 0 0 no-repeat;
  margin: 0px;
}
.page-content .layui-tab-title {
  /*padding-top: 5px;*/
  height: 35px;
  background: #EFEEF0 0 0 no-repeat;
  position: relative;
  z-index: 100;
}
.page-content .layui-tab-title li {
  line-height: 35px;
}
.page-content .layui-tab-title li .layui-tab-close {
  border-radius: 50%;
}
.page-content .layui-tab-title .layui-this:after {
  height: 36px;
}
.page-content .layui-tab-title .layui-this {
  background: #fff 0 0 no-repeat;
}
.page-content .layui-tab-bar {
  height: 34px;
  line-height: 35px;
}
.page-content .layui-tab-content {
  position: absolute;
  top: 36px;
  bottom: 0px;
  width: 100%;
  background: #fff 0 0 no-repeat;
  padding: 0px;
  overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item {
  width: 100%;
  height: 100%;
}
.page-content .layui-tab-content .layui-tab-item iframe {
  width: 100%;
  height: 100%;
}
.welcome-footer {
  padding: 30px 0;
  line-height: 30px;
  text-align: center;
  background-color: #eee;
  color: #666;
  font-weight: 300;
}
body .layui-layout-admin .footer-demo {
  height: auto;
  padding: 15px 0;
  line-height: 26px;
}
.welcome-footer a {
  padding: 0 5px;
}
table th,
table td {
  word-break: break-all;
}
.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 41px;
  color: #fff;
  background: #8bdc64 url(../images/footer-bottom.png) no-repeat right center;
}
.footer .copyright {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .fast-add {
    display: none;
  }
  .layui-nav .to-index {
    display: none;
  }
  .container .logo a {
    width: 140px;
  }
  /*
  .container .left_open {
    float: right;
  }
  */
  .left-nav {
    left: -201px;
  }
  .page-content {
    left: 0px;
  }
  .page-content .layui-tab-content .layui-tab-item {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .we-search input.layui-input {
    width: 100%;
    margin: 10px;
  }
}
.we-changelog .layui-timeline-title h3 {
  display: inline-block;
}
.we-changelog .layui-timeline-title .layui-badge-rim {
  top: -2px;
  left: 10px;
}
.weadmin-shortcut {
  height: 185px!important;
  background-color: #fff;
}
.weadmin-shortcut .layui-carousel,
.weadmin-shortcut > [carousel-item] > * {
  background-color: #fff;
}
.weadmin-shortcut .layui-col-space10 {
  margin: 0;
}
.weadmin-shortcut li {
  text-align: center;
}
.weadmin-shortcut li a {
  display: block;
}
.weadmin-shortcut li .layui-icon {
  display: inline-block;
  width: 100%;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 2px;
  font-size: 30px;
  background-color: #F8F8F8;
  color: #333;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.weadmin-shortcut li:hover .layui-icon {
  background-color: #f2f2f2;
}
.weadmin-shortcut li cite {
  position: relative;
  top: 2px;
  display: block;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}
.weadmin-shortcut li p {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  margin-top: 5px;
}
.weadmin-shortcut li p span {
  text-align: left;
  display: inline-block;
}
.weadmin-shortcut .layui-carousel-ind {
  position: absolute;
  top: -41px;
  text-align: right;
}
.weadmin-shortcut .layui-carousel-ind ul {
  background: 0 0;
}
.weadmin-shortcut .layui-carousel-ind ul li {
  background-color: #e2e2e2;
}
.weadmin-shortcut .layui-carousel-ind ul li:hover {
  background-color: #c2c2c2;
}
.weadmin-shortcut .layui-carousel-ind ul li.layui-this {
  background-color: #999;
}
.weadmin-text p {
  margin-bottom: 10px;
  text-indent: 2em;
}
.layui-card-header.layui-elem-quote {
  line-height: 22px;
  height: 22px;
  padding: 15px;
}
.weadmin-notice {
  height: 60px !important;
}
.weadmin-notice a {
  display: block;
  text-align: center;
  line-height: 60px;
}
.weadmin-notice .layui-carousel-ind {
  position: absolute;
  top: -56px;
  text-align: right;
}
.weadmin-notice .layui-carousel-ind ul {
  background: 0 0;
}
.weadmin-notice .layui-carousel-ind ul li {
  background-color: #e2e2e2;
}
.weadmin-notice .layui-carousel-ind ul li:hover {
  background-color: #c2c2c2;
}
.weadmin-notice .layui-carousel-ind ul li.layui-this {
  background-color: #999;
}
/*# sourceMappingURL=weadmin.css.map */

.lesson_node .layui-colla-title {
  height: 30px;
  line-height: 30px;
  overflow: visible;
}

.lesson_node .colla-title-2 {
  position: absolute;
  top: -20px;
  right: 10px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
}

.lesson_node_title {
  height: 100%;
  margin-left: 15px;
  overflow: hidden;
}

.lesson_node .layui-colla-content {
  padding: 8px 8px;
}

.lesson_node .layui-btn+.layui-btn {
  margin-left: 0;
}

.main_menu_item{
  font-weight: bolder !important; 
  padding-left: 15px;
}

.sub_menu_item{
  padding-left: 45px !important;
}

#imgCover{
    width: 110px;
    height: 75px;
    margin: 1px;
}
#btnUploadCover{
    margin: 1px;
    margin-top: 18px;
}

.width_100{
  width: 100% !important;
}

.crep_body{
  padding: 3%;
  margin-top: -12%;
}

.crep_box{
  background-color: #FFF;
  padding: 12% 3% 3%;
}

.crep_base_info{
  padding: 3% 0;
  text-align: center;
}

.crep_base_info .item{
  display: inline-block;
  margin: 0 2%;
}

.crep_base_info .item .i-data{
  color: #333;
  border-bottom: 1px dashed #ea5514;
}

.crep_card{
  display: table;
  width: 100%;
  margin-bottom: 5%;
}

.crep_card .rl{
  display: table-cell;
  width: 17%;
  padding-right: 3%;
  vertical-align: middle;
}

.crep_card .rr{
  display: table-cell;
  border: 1px dashed #ccc;
  border-radius: 7px;
  padding: 3%;
}

.crep_card li{
  padding-left: 30px;
  background: url(../images/m_ico_robot.png) no-repeat left 2px;
  background-size: 20px auto;
}

.crep_card .tit{
  line-height: 26px;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 18px;
  font-weight: bold;
}

.crep_card .ico_star{
  display: inline-block;
  height: 23px;
  width: 23px;
  margin: 0 2%;
  vertical-align: middle;
  background: url(../images/ico_star.png) no-repeat;
  background-size: 100% 100%;
}

.crep_card .ico_star_o{
  background: url(../images/ico_star_o.png) no-repeat;
  background-size: 100% 100%;
}

.crep_card .i_item{
  height: 38px;
  padding: 3px;
  width: 48%;
  float: left;
}

.crep_card p{
  text-indent: 2em;
  line-height: 1.8;
}

.clz_report_cover{
   width: 68px;
   height: 50px;
   overflow: hidden;
}

th{
  font-weight: bold !important;
  text-align: center !important;
}

td.t_center{
  text-align: center !important;
}

td.t_right{
  text-align: right !important;
}

.clasz_table th{
  border:1px solid #e3e3e3;
  background-color: #f0f0f0;
}

.clasz_table td{
  border:1px solid #e3e3e3;
  padding: 6px;
}
.layui-table.narrow td, .layui-table.narrow th {
  padding: 4px 8px !important;
}
.layui-btn-sm.narrow {
  padding: 0 6px !important;
}

.db_color{
  margin: 1px 0px !important;
  border:1px solid !important;
}

.db_color_1{
  margin: 1px 0px !important;
  border:1px solid #31991c !important;
}
.db_color_1 > .layui-colla-title{
  background-color:  #a9cea2 !important;
}
.db_color_2{
  margin: 1px 0px !important;
  border:1px solid #df0e99 !important;
}
.db_color_2 > .layui-colla-title{
  background-color:  #fac7e9 !important;
}
.db_color_3{
  margin: 1px 0px !important;
  border:1px solid #f1ab29 !important;
}
.db_color_3 > .layui-colla-title{
  background-color:  #faecd1 !important;
}
.db_color_4{
  margin: 1px 0px !important;
  border:1px solid #2957f1 !important;
}
.db_color_4 > .layui-colla-title{
  background-color:  #bbcafa !important;
}

.db_color_5{
  margin: 1px 0px !important;
  border:1px solid #0c8fa0 !important;
}
.db_color_5 > .layui-colla-title{
  background-color:  #92dfe9 !important;
}
.db_color_6{
  margin: 1px 0px !important;
  border:1px solid #eb5353 !important;
}
.db_color_6 > .layui-colla-title{
  background-color:  #f8bfbf !important;
}

.db_color_gray > .layui-colla-title{
  background-color:  #CCC !important;
}

.lsn_att_1{
  color: #52aa0e !important;
}

.lsn_att_2{
  color: #1a4ebe !important;
}

.lsn_att_3{
  color:  #c40a57 !important;
}

.lsn_att_4{
  color:  #7d0bb3 !important;
}

#students_data .layui-carousel-ind{
  position: absolute;
  top: -48px;
  right: 20px;
  text-align: right;
}
#students_data .layui-carousel-ind ul {
  background: 0 0;
}
#students_data .layui-carousel-ind ul li {
  background-color: #e2e2e2;
}
#students_data .layui-carousel-ind ul li:hover {
  background-color: #c2c2c2;
}
#students_data .layui-carousel-ind ul li.layui-this {
  background-color: #999;
}

.flag_ico {
  display: inline-block;
  position: relative;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
}

.flag_ico_gzh {
  background: url(../images/ico_gzhao.png) no-repeat;
  background-size: 100% 100%;
}

.flag_ico_btd {
  background: url(../images/ico_birthday.png) no-repeat;
  background-size: 100% 100%;
}

.frac_small {
  display:inline-block;
  position: relative;
  top: 0.1em;
  font-size: 10px;
  transform: scale(0.75);
}

.promt_card {
  margin: 10px;
  border:1px solid #f1ab29 !important;
  padding: 10px; 
  background-color: #f4f4f4;
  max-width: 400px;
}

.promt_card img {
  width: 100%;
}

.promt_card .title{
  background-color: white;
  text-align: center;
  margin: 10px 0;
  padding: 4px;
}

.promt_card .content{
  background-color: white;
  padding: 4px;
  margin: 10px 0;
}

.promt_card .layui-btn{
  min-width: 68px;
}

.promt_card .valid{
  position: absolute;
  left: 0;
  top: 30px;
  width: 206px;
  height: 40px;
  padding: 8px 0 8px 18px;
}

.promt_card .valid_0{
  color: #FFF;
  background-color: #ea5514cc;
}

.promt_card .valid_1{
  color: #FFF;
  background-color: #39a550cc;
}

.promt_card .valid_2{
  color: #FFF;
  background-color: #757575cc;
}

.scratch_proj_card, .subject_card{
  border:#909090 1px solid; 
  padding: 6px;
  min-height: 342px;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
  -moz-box-shadow: 2px 2px 10px #909090;
  -webkit-box-shadow: 2px 2px 10px #909090;
  box-shadow:2px 2px 10px #909090;
}

.subject_card li{
  padding-left: 30px;
  background: url(../images/m_ico_robot.png) no-repeat left 2px;
  background-size: 20px auto;
}

.subject_title {
  margin-bottom: 4px;
}

.subject_knowledge {
  height: 210px;
  overflow: auto;
}

.scratch_thumbnail_info {
  position: relative; 
  top: -27px; 
  background-color: rgba(127,127,127,0.7); 
  padding: 4px;
  color: white;
}

.scratch_proj_manual {
  height: 50px;
  overflow-y:auto;
}

.clickable {
  cursor: pointer;
}

.layui-collapse {
  border-color: #e6e6e600 !important;
}

.over_hide {
  width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini_data_card {
  padding: 30px 20px 20px 20px;
  border: 0 !important;
  border-radius: 10px;
  color: #FFF !important;
  text-align: center;
}

.mini_data_card.left {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-left: 10px;
}

.mini_data_card.right {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-right: 10px;
}

.mini_card_center {
  position: absolute;
  z-index: 9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: -25px;
  top: 20%;
  background-color: #FFF;
  border-radius: 30px;
  text-align: center;
}

.stu_name {
  font-size: 20px;
  font-weight: 600;
  margin-top: -4px;
}

.std_card_btn {
  min-width: 52px !important;
}

.stu_card {
  margin: 8px 0;
  padding: 5px;
  background-color: #fff;
  border: rgb(175, 175, 175) 1px solid;
  border-radius: 4px;
}

.stu_card:hover{
  background-color: rgb(189, 211, 252);
}

.caurse_area {
  height: 72px;
  overflow-y: auto;
}

.cc_info {
  padding: 0 8px;
  border-left: rgb(175, 175, 175) 1px solid;
  border-right: rgb(175, 175, 175) 1px solid;
}

.placehold {
  color: #888;
}

.hide {
  display: none;
}

.sub_layer_block {
  background-color: #909090;
}

.opt_tip {
  display: block;
  padding: 4px;
  border: #f7b81a solid 1px;
  background: #f4cc66;
  margin-top: 4px;
}

.btns_photo_tool {
  position: relative;
  left: 10px;
  margin-top: -80px;
}

@media (max-width: 768px){
  .cc_info {
    border-left: none;
    border-right: none;
    border-top: rgb(175, 175, 175) 1px solid;
    border-bottom: rgb(175, 175, 175) 1px solid;
  }
}
