/*共用 */
/*所有button都是3px圆角*/
button {
  border-radius: 3px;
}
body {
  background: #f0f2f5;
}
html{
  background: #f0f2f5;
}
* {
  font-family: "microsoft yahei";
}
select{
  height: 32px;
  padding: 0 10px;
  font-size: 12px;
}
.headeryr{
  height: 50px;
  width: 100%;
}
/*input框的样式*/
.form-control {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 3px;
  border: 1px solid #e9e9e9;
}
.form-control:focus{
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 3px;
  border-color:  #e9e9e9;

}/* 结束*/

/* 通用button样式参考07的按钮 */
.mybutton{
  width: 63px;
  height: 32px;
  font-size: 14px;
}
/*底部2*/
.login-footer2 {
  text-align: center;
} /*结束*/

/* 页面内 panal 的 header部分 的样式 */
.content .panel > .panel-heading {
  border-bottom: none;
  background-color: #ffffff;
}/* 结束*/

/* 这个是全局的
页面内的小标题
*/
.content > .panel > .panel-heading {
  border-bottom: none;
  background-color: #ffffff;
}
.content > .panel > .panel-heading>h3 {
  line-height: 25px;
}
/* 结束*/

/*日期选择器的样式*/
.input-group-addon{
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-left: 0px;
  color: #E8E8E8;
}
.form-control-date{
  border-right: 0px;
}/* 结束*/

/* 表格样式 */
.content .tab{
  text-align: center;
}
.content .tab .tab-header{
  background-color: #fafafa;
}
.content .tab .tab-header th{
  border-bottom: 1px solid #e8e8e8;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.content .tab .tab-header th:nth-child(2){
  text-align: left;
}
.content .tab tbody td{
  border-top: 0px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 27px;
  line-height: 27px;
  padding-top: 12px;
}
.content .tab tbody td:nth-child(2){
  text-align: left;
}
.content .tab tbody td:nth-child(7) a{
  color: #009688;
}

.content .tab tbody td a {
  color: #009688;
}
.content .tab tbody td > .line {
  color: #d9d9d9;

}
/* 结束*/

/* 各种竖线的样式 |  */
.table-edit-line{
  color: #d9d9d9;
}

/*面包屑*/
.right-side > .content-header {
  background: #ffffff;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  height: 85px;
}
.right-side > .content-header > .breadcrumb {
  background-color: #ffffff;
  padding: 20px 0 0 30px;
  margin: 0;
}
.right-side > .content-header > h1 {
  padding: 10px 0 0 30px;
  margin: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.right-side > .content-header > .breadcrumb > li > a,
.right-side > .content-header > .breadcrumb > li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.breadcrumb > .active {
  color: rgba(0, 0, 0, 0.7) !important;
}
/*结束*/

/*右侧内容区域背景白板*/
.right-side .content .panel {
  border: 0px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
  min-height: calc(100vh - 230px);
} /*结束*/

/*左侧菜单*/
.sidebar {
  background-color: #2b3c53;
}
#menu .menu-dropdown > ul,
#menu .menu-dropdown-open-ul {
  background: #212d3c;
}
#menu .navigation a {
  color: rgba(255, 255, 255, 0.7);
}
#menu li > a:hover {
  color: #ffffff;
}
#menu li.active > a {
  background: #09847d;
  color: #ffffff;
} /*结束*/



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~公用结束~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*左侧开始*/
.left_slim{
  height: 100vh;
}
/*左侧菜单结束*/

/*02-3-1课程任务计划-提交方案*/

/**/
.team-gxl ul li {
  margin-bottom: 19px;
  width: 925px;
}
/**/
/*silder样式*/
.js-slider {
}
.js-slider div {
  display: inline-block;
  width: 280px;
  height: 20px;
}
.js-slider .ui-slider {
  top: 5px;
}
.js-slider .ui-slider .ui-slider-handle {
  height: 24px;
  width: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #ffffff;
  top: -2px;
}
.js-slider .ui-widget-content {
  background: #5fb878;
  border: 0;
  border-radius: 0;
}
.js-slider .ui-widget-header {
  background: #ededed;
}
.js-slider .ui-corner-all {
  border-radius: 0;
}
.js-slider label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 16px;
  width: 80px;
  text-align: right;
}
.js-slider .gxl {
  width: 72px;
  height: 31px;
  display: inline-block;
  margin: 0 13px 0 16px;
}
.js-slider .desc {
  width: 432px;
  height: 31px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  display: inline-block;
} /* 结束*/


/*选择文件区域*/
.cho-file {
  margin-left: 20px;
} /*结束*/
/*选择方案的文件名称 */
.cho-file .file-list ul {
  color: #009688;
  margin-top: 24px;
}
.cho-file .file-list ul li {
  margin-bottom: 18px;
}
.cho-file .file-list img {
  margin-right: 7px;
}
.cho-file .icon-del {
  color: #fcc17c;
  font-size: 14px;
  margin-left: 28px;
}
/*结束*/
/*选择方案title*/
.cho-file .title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);

  margin-top: 100px;
} /* 结束*/
/* 选择方案的按钮样式*/
.cho-file button {
  margin-top: 16px;
} /* 结束*/

/*结束*/
/*登录头部*/
.log-header {
  height: 106px;
  width: 100%;
}
.log-header span {
  line-height: 106px;
}
.log-header .log-header-title {
  margin-left: 39px;
  font-size: 32px;
  color: #009688;
}
.log-header .log-header-denglu {
  margin-left: 47px;
  font-size: 30px;
  color: rgba(1, 1, 1, 0.3);
}
/* 结束*/

/* 00-1登录页 */
/*登录背景*/
#login-sign-in {
  background: #ffffff;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-bg {
  width: 100%;
  height: 100%;
  background: url(img/login-bg.png) no-repeat bottom;
  background-size: 100%;
  position: relative;
}
/* 结束*/

/*登录页头部*/
.login-header {
  height: 106px;
  width: 100%;
}
.login-header span {
  line-height: 106px;
}
.login-header .login-header-title {
  margin-left: 39px;
  font-size: 32px;
  color: #009688;
}
.login-header .login-header-denglu {
  border-left: solid 1px #d9d9d9;
  margin-left: 24px;
  padding-left: 24px;
  font-size: 30px;
  color: rgba(1, 1, 1, 0.3);
}

/* 登录页中间 */
.login-mid {
  height: calc(100vh - 226px);
  background-color: #eef5f6;
  position: relative;
  /* min-height: 700px; */
}
/* 结束 */

/*登录页底部*/
.login-footer {
  width: 100%;
  background-color: #2f4056;
  height: 120px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 120px;
  position: fixed;
  bottom: 0px;
  left: 0px;
}
/* 结束*/

/* 登录页内容 */
.login-mid-content {
  margin: 0 auto;
  width: 1200px;
}

.login-banner {
  float: left;
  margin-top: 56px;
}

.login-form {
  float: left;
  padding: 0;
  margin-left: 133px;
  margin-top: 105px;
  width: 403px;
  min-height: 330px;
  height: auto;
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .login-banner {
    display: none;
  }
  .login-mid-content {
    margin: 0 auto;
    width: 403px;
  }
  .login-form {
    float: none;
    padding: 0;
    margin-left: 0px !important;
    width: 403px;
    min-height: 330px;
    height: auto;
    background-color: #ffffff;
    border-radius: 6px;
  }
}
@media screen and (max-height: 770px){
  .login-footer{
    height: 90px;
    line-height: 90px;
  }
}
@media screen and (max-height: 650px){
  .login-footer{
    height: 60px;
    line-height: 60px;
  }
  .login-form{
    margin-top: 74px;
  }
}
/* 结束 */

/* 登录输入框内内容 */

.login-form-type {
  /* height: 47px; */
  height: 60px;
}
.login-form-type li {
  width: 134px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 60px;
}
.login-mid-content .layui-tab-title .layui-this:after {
  /* height: 47px; */
  height: 60px;
}

.login-yonghu-input1 {
  margin-bottom: 0;
  min-height: 90px;
  padding: 25px 25px 0px 25px;
}

.login-yonghu-input2 {
  margin-bottom: 0;
  min-height: 60px;
  padding: 0px 25px 0px 25px;
}
.login-yonghu-input1 > input,
.login-yonghu-input2 > input {
  height: 40px;
}

.login-yonghu-button {
  padding: 0 25px;
}
.login-yonghu-button > input {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.login-yonghu-button > button {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

.login-mid-content .layui-tab {
  margin: 0px;
}
/*登录记住密码*/
.checkbox-inline{
  padding-left: 0;
}
.checkbox-inline .layui-form-checkbox[lay-skin=primary]{
  margin-top: 0;
}/*登录记住密码结束*/
/*登录loading*/
.login-loading{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(128,128,128,0.4);
}
.login-loading img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
/*登录loading结束*/

/*登录验证提示*/
.alert-link{
  padding-right:5px ;
}
.login-error{
  color: #a94442;
  padding-top: 5px;
  display: block;
  margin-bottom: 10px;
}
.input-error{
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}
/* 00-1登录页结束 */

/* header.html 该页面暂时不用 文件的样式 */
.myheader .layui-header {
  height: 52px;
}

.myheader .layui-layout-admin .layui-logo {
  line-height: 52px;
}
.myheader .layui-nav .layui-nav-item {
  line-height: 52px;
}
/* 结束 */

/* 结束 */

/* 00-2找回密码 */
.findpass-form {
  width: 403px;
  height: 250px;
  background-color: #ffffff;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 105px;
  position: relative;
}

.findpass-form-tittle {
  width: 100%;
  padding-top: 33px;
  padding-left: 44px;
  padding-bottom: 25px;
}

.findpass-form-tittle span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.5);
}

.findpass-input {
  padding: 0px 44px;
}
.findpass-button {
  padding: 0 44px;
  margin-top: 20px;
}
.findpass-button > input {
  width: 317px;
  height: 40px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.findpass-button > .layui-row > .layui-col-xs6 > a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  /* color: #999999!!important; */
}
.findpass-button > .layui-row > .layui-col-xs6 > a > i {
  font-size: 14px;
  /* color: #999999; */
}

/* 00-2找回密码结束 */

/* 00-3弹窗 */
.login-myalert {
  width: 350px;
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -175px;
  text-align: center;
}

/* 弹窗内图标的样式 */
/* .login-myalert>.glyphicon{
	color: #67c23a
} */

/* 结束 */

/* 00-4重置密码 */
.rspass-form {
  width: 403px;
  min-height: 292px;
  height: auto;
  background-color: #ffffff;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 105px;
  position: relative;
}

.rspass-input {
  padding: 0px 44px;
  margin-top: 20px;
}

.rspass-form-tittle {
  width: 100%;
  padding-top: 33px;
  padding-left: 44px;
  padding-bottom: 5px;
}

.rspass-form-tittle span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.5);
}
.rspass-form .login{
  padding-bottom: 20px;
}
/* 00-4重置密码结束 */

/*20-1异常页面403*/

/*异常页面403的body样式*/
.body-20-1-403 {
  width: 100%;
  height: 100%;
  align-content: center;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: #f0f2f5 url(img/bg-403.png) no-repeat;
  background-size: 85% 70%;
  background-position-x: center;
  background-position-y: bottom;
  background-attachment: scroll;
  z-index: -1;
}
/*结束*/
/*异常页面403的div样式*/
.div1-20-1-403 {
  width: 100%;
  height: 51px;
}
.div2-20-1-403 {
  text-align: center;
  align-content: center;
  width: 100%;
  height: 800px;
}
.div3-20-1-403 {
  overflow: hidden;
  height: 56px;
  width: 100%;
}
/*结束*/

/*异常页面403的img样式*/
.img-403-20-1-403 {
  position: relative;
  top: 130px;
}

/*结束*/
/*异常页面403的p样式*/
.p1-20-1-403 {
  font-weight: normal;
  font-family: SimSun;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  top: 150px;
}
.p2-20-1-403 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0px;
  letter-spacing: 0px;
  color: #999999;
}
/*结束*/
/*异常页面403的button样式*/
.a-20-1-403 {
  width: 143px;
  height: 34px;
  position: relative;
  top: 180px;
  padding: 8px 38px 10px 38px;
  text-align: center;
  box-shadow: none;
  background-color: #657c9a;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  border: none;
  text-decoration: none;
}
/*结束*/
/*结束*/

/*20-2异常页面404*/

/*异常页面404的body样式*/
.body-20-2-404 {
  width: 100%;
  height: 100%;
  align-content: center;
  background: #f0f2f5 url(img/bg-404.png) no-repeat;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-size: 85% 50%;
  background-position-x: center;
  background-position-y: bottom;
  background-attachment: scroll;
  z-index: -1;
}
/*结束*/
/*异常页面404的div样式*/
.div1-20-2-404 {
  width: 100%;
  height: 51px;
}
.div2-20-2-404 {
  text-align: center;
  align-content: center;
  width: 100%;
  height: 800px;
}
.div3-20-2-404 {
  overflow: hidden;
  height: 56px;
  width: 100%;
}
/*结束*/

/*异常页面404的img样式*/
.img-404-20-2-404 {
  position: relative;
  top: 100px;
}

/*结束*/
/*异常页面404的p样式*/
.p1-20-2-404 {
  font-weight: normal;
  font-family: SimSun;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  top: 120px;
}
.p2-20-2-404 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0px;
  letter-spacing: 0px;
  color: #999999;
}
/*结束*/
/*异常页面404的button样式*/
.a-20-2-404 {
  width: 143px;
  height: 34px;
  position: relative;
  top: 160px;
  padding: 8px 38px 10px 38px;
  text-align: center;
  box-shadow: none;
  background-color: #1e9fff;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  border: none;
  text-decoration: none;
}
/*结束*/
/*结束*/

/*20-3异常页面500*/

/*异常页面500的body样式*/
.body-20-3-500 {
  width: 100%;
  height: 100%;
  align-content: center;
  background: #f0f2f5 url(img/bg-500.png) no-repeat;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-size: 70% 80%;
  background-position-x: center;
  background-position-y: bottom;
  background-attachment: scroll;
  z-index: -1;
}
/*结束*/
/*异常页面500的div样式*/
.div1-20-3-500 {
  width: 100%;
  height: 51px;
}
.div2-20-3-500 {
  width: 100%;
  height: 800px;
  text-align: center;
  align-content: center;
  position: relative;
}
.div3-20-3-500 {
  overflow: hidden;
  height: 56px;
  width: 100%;
}
/*结束*/

/*异常页面500的img样式*/
.img-500-20-3-500 {
  position: relative;
  top: 80px;
}

/*结束*/
/*异常页面500的p样式*/
.p1-20-3-500 {
  font-weight: normal;
  font-family: SimSun;
  font-size: 24px;
  line-height: 22px;
  font-weight: normal;
  font-stretch: normal;
  position: relative;
  top: 90px;
}
.p2-20-3-500 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0px;
  letter-spacing: 0px;
  color: #999999;
}
/*结束*/
/*异常页面500的button样式*/
.a-20-3-500 {
  width: 143px;
  height: 34px;
  position: relative;
  top: 120px;
  padding: 8px 38px 10px 38px;
  text-align: center;
  box-shadow: none;
  background-color: #009688;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  border: none;
  text-decoration: none;
}
/*结束*/
/*结束*/

/*邮件找回密码模板*/
.email-password {
  width: 640px;
  height: 500px;
  margin: 20px auto;
  background: #ffffff;
  font-size: 14px;
}
.email-password .header {
  width: 640px;
  height: 70px;
  background: rgb(1, 152, 117);
  color: #ffffff;
  font-size: 32px;
  line-height: 70px;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.email-password .content p {
  padding-left: 15px;
}
.email-password .content p:first-child {
  margin: 40px 0;
}
.email-password .content p:nth-child(4) {
  margin-top: 40px;
}
.email-password .content a {
  color: rgb(1, 152, 117);
}
.email-password .content div {
  padding: 5px 15px 5px;
  color: rgb(153, 153, 153);
}
.email-password .content div:nth-child(6) {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
  color: rgb(197, 197, 197);
}
/*结束*/

/* 头部header的样式 */
/* 0000头部的样式 */
.myheader-nav {
  position: absolute;
  left: 242px;
  padding-left: 40px;
}

.myheader-nav * {
  font-size: 14px !important;
  text-decoration: none !important;
}

.myheader-nav .myheader-nav-item {
  position: relative;
  vertical-align: middle;
  line-height: 52px;
  height: 51px;
  float: left;
}
.myheader-nav .myheader-nav-item a {
  display: block;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.7);
}

/* header nav选择时的伪类 */
.myheader-nav .myheader-nav-item:hover {
  border-bottom: 5px solid #5fb878;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.myheader-nav .myheader-nav-item a:hover {
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* 选择后的效果 */
.mychoose-this {
  border-bottom: 5px solid #5fb878;
}
.mychoose-this > a {
  color: #fff !important;
}

/* 结束 */

/* 头部背景样式 */
.header>.navbar{
  background-color: #2f4056;
  background-image: none;
}
.header>.navbar>a{
  background-color: #2f4056;
}

/* header结束 */

/*学员成绩比例*/
.team-gxl2 .team-name {
  font-size: 16px;
  color: rgba(1, 1, 1, 0.7);
  margin-left: 36px;
  margin-bottom: 30px;
}
.team-gxl2 ul {
  margin-bottom: 50px;
}
.team-gxl2 .leader .ui-widget-content {
  background: #faa949;
}
/*学员成绩结束*/


/* 12-3-1评审管理-编辑 */
/* qrtable二维码表格页的样式12-3-2*/

.content .panel .content-panel-tittle{
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: rgba(1, 1, 1, 0.7);
  margin-top:15px;
  margin-left: 5px;
  margin-bottom: 20px;
}/* 结束*/

.qrtable > tbody > tr > td{
  vertical-align: top;
  border-top: none;
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
}
.qrtable > tbody > tr > td > div {
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.7);

}
.qrtable > tbody > tr > td > a {
  line-height: 80px;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #009688;
}/* 结束*/
/* 结束 */

/*01学生签到与02学生不存在-手机端*/
.html-01-1-student{
  width:100%;
  height:100%;
  overflow: hidden;
}
.body-01-1-student{
  width:100%;
  height:100%;
  margin: 0px;
  padding:0px;
  background:url(img/01student.jpg) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  z-index: -1;
}
/*div样式*/
.div1-01-1-student{
  height: 14.4%;
  padding-top: 62px;

}
.div2-01-1-student{
  height: 85.6%;
}
.div3-01-1-student{
  width: 86.7%;
  height: 67%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  opacity: 0.5;
  position: relative;
  left: 6.7%;
  top:-5%;
}
/*结束*/
/*img样式*/
.img1-01-1-student{
  height: 44px;
  width: 48px;
  position: relative;
  left: 2px;
}
.img2-01-1-student{
  height: 44px;
  width: 48px;
  margin-left: 90%;
  position: relative;
  top: -155px;
}
.img3-01-1-student{
  width: 33px;
  height: 34px;
}
.img4-01-1-student{
  width: 33px;
  height: 34px;
}
/*结束*/
/*span样式*/
.span1-01-1-student{
  position: relative;
  left: 30px;
}
.span2-01-1-student{
  position: relative;
  left: 30px;
}
/*结束*/
/*button样式*/
.button1-01-1-student{
  width: 510px;
  height: 86px;
  background-color:white;
  border-radius: 38px;
  font-family: SourceHanSansCN-Normal;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 4px;
  letter-spacing: 8px;
  color: #6c5768;
  box-shadow: none;
}
.button1-01-1-student:focus{
  outline: none;
}
/*结束*/
/*p样式*/
.p1-01-1-student{
  height: 34px;
  font-family: SourceHanSansCN-Normal;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 4px;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  left: 28%;
  top:-68px
}
.p2-01-1-student{
  height: 37px;
  font-family: LiSu;
  font-size: 190%;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #6c5768;
}
.p3-01-1-student{
  font-family: SourceHanSansCN-Normal;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 4px;
  letter-spacing: 2px;
  color: #df4f4f;
  padding-top:20px ;
}
/*结束*/
/*input样式*/
.input1-01-1-student{
  width: 510px;
  height: 86px;
  background-color: rgba(47, 64, 86, 0.2);
  border-radius: 38px;
  opacity: 0.8;
  font-family: SourceHanSansCN-Normal;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 4px;
  letter-spacing: 3px;
  color: #fcfcfc;
  margin-bottom: 20px;
  margin-left: -40px;
  text-indent: 76px;
}
.input2-01-1-student{
  width: 510px;
  height: 86px;
  background-color: rgba(47, 64, 86, 0.2);
  border-radius: 38px;
  opacity: 0.8;
  font-family: SourceHanSansCN-Normal;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 4px;
  letter-spacing: 3px;
  color: #fcfcfc;
  margin-bottom: 20px;
  margin-left: -35px;
  text-indent: 76px;
}
.input1-01-1-student:focus{
  outline: none;
}
.input2-01-1-student:focus{
  outline: none;
}
/*结束*/
/*结束*/





/*01-1首页*/
.body-01-1-index{
  width: 100%;
  height: 100%;
  background-color: #f0f2f5;
  padding: 0px;
  margin: 0px;
  font-family: "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;
}
/*01-1首页的div样式*/
.div1-01-1-index{
  width: 1440px;
  height: 64px;
}
.div2-01-1-index{
  width: 1340px;
  height: 626px;
  margin-left: 50px;
}
.div3-01-1-index{
  align-content: center;
  width: 1231px;
  height: auto;
  margin-top: 28px;
}

.div3-01-1-index ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/*结束*/
.course-div-01-1-index{
  position: relative;
  width: 240px;
  height: 220px;
  text-align:center;


}
.course-div-01-1-index:hover{
  background: white;
}
.course-div-01-1-index:hover .copy-font-01-1{
  opacity: 1;
}

.course-div-01-1-index:hover .copy-img-01-1{
  opacity: 1;
}
.copy-img-01-1-index{
  position: relative;
  left:23px;
  top:12px;
  opacity: 0;
  width: 16px;
  height: 16px;
}

.copy-font-01-1-index{
  position: relative;
  left:21px;
  top:13px;
  opacity: 0;
  color:#33aba0;
}
.coursename-div-01-1-index{
  position: relative;
  top:-2px;
  left: -2px;
}
.coursename-div-01-1-index font{
  font-family: MicrosoftYaHei;
  font-size: 14px;
}

.coursename-font-01-1-index{
  position: relative;
  left:-18px;
  top:13px;
  color: #333333;
}

.jianjie-div-01-1-index{
  width:205px;
  position: relative;
  left:9px;
  top:18px;
  overflow:hidden;
  white-space:nowrap;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #7f7f7f;
}

.img-div-01-1-index{
  position: relative;
  top:14px;
}
/*结束*/

/* 07学员信息管理 */

.filter-container {
  border-bottom: none;
}
.my-icon-button-07{
  width: 84px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  margin-top: 10px;
  margin-left: 5px;
}
.mytable-07{
  margin-left: 0;
  margin-right: 0;
}

/* 07结束 */


/* 08-1学员信息管理 */
.my-icon-button-08{
  width: 108px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  padding: 0;
  border-radius: 3px;
}
.my-add-item-08{
  height: 32px;
  width: 600px;
  border-radius: 3px;
  border: dashed 1px #5fb878;
  background-color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
  color: #009688;
  font-size: 14px;
  line-height: 0;
  margin-top: 10px;
}
.my-add-item-08:hover{
  color: #017779;
}
/* 08-1结束 */

/*15报表*/

.score-report{
  min-width: 500px; overflow: auto;
  height: calc( 100vh - 350px );
  margin: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.score-report table tr th{
  text-align: center;
}
.select-team{
  margin-right: 10px;
}
.btns{
  padding: 20px;
  padding-bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.score-report th.percent-input{
  padding: 0;
  height: 47px;
  line-height: 47px;
}
.percent-input{
  min-width: 125px;
}
.percent-input .input-group{
  display: inline-block;
  top: 8px;
}
.percent-input .input-group .form-control{
  width: 50px;
  height: 30px;
  padding: 0 0 0 5px;
  color: #009688;
}
.percent-input .input-group span{
  height: 30px;
  width: 15px;
  padding: 0 5px 0;
  border-color:  #d9d9d9;
  color: rgba(0, 0, 0, 0.5);
}
.score-report .font-green{
  color: #009688;
}
.score-report .form-control{
  border-color: #d9d9d9;
}
.sjscore-input{
  min-width: 85px;
}
.score-report table tbody tr td:nth-child(2),.score-report table tbody tr td:nth-child(1),
.score-report table thead tr th:nth-child(1),.score-report table thead tr th:nth-child(2){
  text-align: left;
  min-width: 130px;
}
.score-report .leader{
  background-color: #faa949;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  padding: 1px 3px;
}
.score-note{
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin: 20px;
}
/*15报表结束*/

/*10智能分组结果*/
.gadeintegroup{
  margin: 17px 0px 17px 20px;
  height: 100%;
}
.gadeintegroup .team{
  margin-top: 20px;
}
.gadeintegroup .team-name{
  font-size: 16px;
  color: rgba(0,0,0,0.7);
  font-weight: 600;
}
.gadeintegroup .team-member{
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
}
.gadeintegroup .team-member ul{
  margin-top: 17px;
}
.gadeintegroup .team-member ul li{
  display: inline-block;
  width: 210px;
  height: 230px;
  border: 1px solid #E8E8E8;
  border-top: 4px solid rgba(95,184,120,0.8);
  border-radius: 3px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.gadeintegroup .team-member ul .leader{
  border-top: 4px solid #FAA949;
}
.gadeintegroup .team-member ul .leader .team-type{
  background-color: #FAA949;
}
.gadeintegroup .team-member ul li .avater{
  display: block;
  width: 80px;
  height: 80px;
  border: 3px solid #E9E9E9;
  border-radius: 80px;
  margin: 22px auto 0px auto;
}
.gadeintegroup .team-member ul li .team-type{
  width: 49px;
  height: 19px;
  border-radius: 3px;
  background-color: #7FC693;
  color: #FFFFFF;
  text-align: center;
  margin: 10px auto 20px auto;
}
.gadeintegroup .team-member ul li .name{
  margin-left: 38px;
  margin-bottom: 10px;
}
.gadeintegroup .team-member ul li .name img{
  margin-right: 10px;
}

/*10智能分组结果结束*/