.page-content {
  padding: 0.2rem;
}
.page-content .title-info {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.page-content .title-fl {
  color: #858687;
}
.page-content .title-fr {
  color: #ff8300;
}
.page-input {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.main-search {
  position: relative;
  background-color: #f8f8f8;
  height: 30px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  color: #939393;
}
.search_keywords {
  font-size: 14px;
  box-sizing: border-box;
  background: #fff none repeat scroll 0 0;
  color: #333;
  float: left;
  font-family: "Microsoft Yahei", "SimHei", Tahoma, Helvetica, Arial, sans-serif;
  height: 30px;
  width: 400px;
  line-height: 30px;
  padding: 0 0 0 10px;
  margin-left: 2px;
  outline: none;
  border: none;
}
#search_submit {
  box-sizing: border-box;
  background: url("../img/search.jpg") no-repeat scroll 0.1rem 0.1rem;
  background-size: 15px 15px;
  background-position: center;
  background-color: #fff;
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}
.box-view {
  padding: 0 0.2rem;
}
.select-content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  border-radius: 0.3rem;
  padding: 0.2rem;
  padding-top: 1rem;
  background-color: #fff;
}
.select-content .label {
  width: 100%;
  position: absolute;
  left: 0px;
  top: -40px;
  display: flex;
  flex: 1;
}
.select-content .label .titleA {
  flex: 1;
  text-align: center;
}
.select-content .label .titleB {
  flex: 1;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 0.3rem 0.3rem 0 0;
  margin-left: 10px;
  font-size: 18px;
  line-height: 50px;
}
.select-content .info {
  display: flex;
  flex: 1;
  margin-top: 0.3rem;
}
.select-content .info .i {
  height: 50px;
  line-height: 50px;
}
.select-content .score {
  display: flex;
  flex: 1;
  height: 40px;
}
.select-content .score + .score {
  margin-top: 0.3rem;
}
.select-content .score .num {
  flex: 1;
  text-align: center;
  font-weight: bold;
  color: #52afff;
  height: 50px;
  line-height: 50px;
}
.select-content .info .itemA {
  flex: 1;
  text-align: center;
  font-weight: bold;
  color: #a0a0a0;
}
.select-content .info .itemB {
  flex: 1;
  text-align: center;
  font-weight: bold;
}
.select-content .info .complete {
  color: #7ec65a;
}
.select-content .info .unComplete {
  color: #a0a0a0;
}
.trim {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: none !important;
}
.add .course-box {
  border-bottom: none;
}
.add .btn {
  line-height: 30px;
  padding: 0 10px;
}
.checkBtn {
  display: inline-block;
  padding: 0 20px;
  background-color: #ff8201;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.avaterLine {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  margin-left: -30px;
}
.avaterLine .avaterInfo {
  position: relative;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 30px;
  flex: 0 0 20%;
}
.avaterLine .avaterInfo .clearDiv {
  padding-left: 10px;
  position: absolute;
  top: 30px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 0 30px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.avaterLine .avaterInfo .clearDiv .iconfont {
  position: absolute;
  color: #fff;
  font-size: 14px;
  margin-left: 0.1rem;
  margin-top: -0.01rem;
}
.avaterLine .avaterInfo .avaterImg {
  display: flex;
}
.avaterLine .avaterInfo .avaterImg img {
  width: 100%;
  object-fit: cover;
}
.avaterLine .avaterInfo .name {
  width: 210px;
  line-height: 50px;
  flex: 1;
  text-align: center;
  color: #a2a3a4;
}
.avater-detail {
  margin-top: -0.2rem;
}
.avater-detail .avaterInfo .name {
  width: 205px;
  text-align: center;
}
.flowLine {
  margin-top: 10px;
}
.flowLine .flow-content {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.flowLine .flow-content .img {
  width: 150px;
  height: 150px;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 10px;
}
.flowLine .flow-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flowLine .flow-content .content {
  flex: 1;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.flowLine .flow-content .content .title {
  font-size: 16px;
  color: #333;
  font-weight: bolder;
}
.flowLine .flow-content .content .time {
  font-size: 14px;
}
.flowLine .flow-content .content .btn {
  position: absolute;
  top: 0rem;
  right: 0.1rem;
  color: #57b5fb;
}
.navBox {
  padding: 0 10px;
}
.navBox .nav-content {
  padding: 10px;
  border-radius: 0.1rem;
  background-color: #fcfdfd;
}
.navBox .nav-content .nav-menu {
  display: flex;
  border-bottom: 1px dotted #a2a3a4;
  line-height: 30px;
  padding-bottom: 10px;
}
.navBox .nav-content .nav-menu .item {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 16px;
}
.navBox .nav-content .nav-menu .item_active {
  color: #57b5fb;
}
.navBox .nav-content .nav-menu .item:after {
  content: "|";
  position: absolute;
  top: 0px;
  right: 0px;
  color: #333;
}
.navBox .nav-content .nav-menu .item:last-child:after {
  content: "";
}
.navBox .nav-content .nav-detail {
  padding: 0.2rem;
  margin-top: 20px;
}
.navBox .nav-content .nav-detail .line-btn {
  display: flex;
}
.navBox .nav-content .nav-detail .line-btn .btn-manager {
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  background-color: #ff8201;
  color: #fff;
  margin-right: 0.2rem;
  border-radius: 0.1rem;
}
.navBox .nav-content .nav-detail .line-btn .btn-pregress {
  line-height: 30px;
  border-radius: 0.1rem;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  background-color: #66b9fb;
  color: #fff;
}
.navBox .nav-content .nav-detail-user {
  padding: 0.2rem 0;
}
.navBox .nav-content .nav-detail-user .line-btn {
  display: flex;
}
.navBox .nav-content .nav-detail-user .line-btn .btn-manager {
  padding: 0 0.2rem;
  font-size: 0.3rem;
  display: inline-block;
  background-color: #ff8201;
  color: #fff;
  margin-right: 0.2rem;
  border-radius: 0.1rem;
}
.navBox .nav-content .nav-detail-user .line-btn .btn-default {
  padding: 0 0.2rem;
  font-size: 0.3rem;
  display: inline-block;
  background-color: #f2eeee;
  color: #333;
  margin-right: 0.2rem;
  border-radius: 0.1rem;
}
.navBox .nav-content .nav-detail-user .line-btn .btn-pregress {
  border-radius: 0.1rem;
  padding: 0 0.2rem;
  font-size: 0.3rem;
  display: inline-block;
  background-color: #66b9fb;
  color: #fff;
}
.navBox .nav-content .navImgDetail {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  margin-left: -20px;
  margin-top: -10px;
}
.navBox .nav-content .navImgDetail .mavImg {
  padding-left: 20px;
  padding-top: 30px;
  box-sizing: border-box;
  flex: 0 0 20%;
}
.navBox .nav-content .navImgDetail .mavImg .img {
  width: 100%;
  height: 135px;
  overflow: hidden;
}
.navBox .nav-content .navImgDetail .mavImg .img img {
  width: 100%;
  height: 100%;
}
.navBox .nav-content .navImgDetail .mavImg .title {
  width: 215px;
  margin-top: 5px;
}
.navBox .nav-content .navImgDetail .mavImg .over {
  color: #ff0c00;
}
.navBox .nav-content .navImgDetail .mavImg .none {
  color: #003a95;
}
.navBox + .navBox {
  margin-top: 0.2rem;
}
.btn-manager {
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  background-color: #ff8201;
  color: #fff;
  margin-right: 0.2rem;
  border-radius: 0.1rem;
}
.btn-default {
  line-height: 30px;
  border-radius: 0.1rem;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  background-color: #66b9fb;
  color: #fff;
}
.input-box {
  margin-top: 10px;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  line-height: 30px;
}
.input-box .label {
  position: relative;
}
.input-box .label span {
  padding: 0 5px;
}
.input-box .inputItem {
  flex: 1;
}
.input-box .inputItem input {
  width: 100%;
  border-radius: 10px;
  border: none;
}
.input-box .inputItem input:focus {
  outline: none;
}
.input-box .inputItem textarea {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  border: none;
}
.input-box .inputItem textarea:focus {
  outline: none;
}
.upLoadBox {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.upLoadBox .upload {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-inline-end: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #ffffff;
  border: 1px dashed #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.upLoadBox .upload .inputFile {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.upLoadBox .upload .addUpLoad {
  font-size: 30px;
  font-weight: bolder;
}
.upLoadBox .upLoad-img {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-items: center;
}
.upLoadBox .upLoad-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upLoadBox .upLoad-img .clearDiv {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 0 0.4rem;
  font-size: 0.28rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upLoadBox .upLoad-img .clearDiv .iconfont {
  color: #fff;
  font-size: 0.28rem;
}
.uploadbtnLine {
  padding: 0 300px;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  color: #57b5fb;
  line-height: 30px;
}
.uploadbtnLine .nextBtn {
  background-color: #57b5fb;
  border-radius: 0.3rem;
  padding: 0 0.6rem;
  color: #fff;
}
.code-detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.code-detail .code-img {
  margin-top: 20px;
  width: 200px;
  height: 200px;
}
.code-detail .code-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-txt {
  margin-top: 20px;
  text-align: justify;
}
.table-line {
  display: flex;
  padding: 0 10px;
  border-bottom: 1px dotted #a2a3a4;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.table-line .table-1 {
  width: 1rem;
}
.table-line .table-1 img {
  width: 20px;
  height: 20px;
}
.table-line .table-2 {
  width: 200px;
}
.table-line .table-3 {
  flex: 1;
}
.table-line:last-child {
  border-bottom: 1px dotted #a2a3a4;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #7ec65a !important;
}
.user-info {
  display: flex;
  margin-top: 10px;
}
.user-info .user-avater {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 10px;
}
.user-info .user-avater img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-info .user-name {
  padding: 10px 0;
  display: flex;
  flex: 1;
  align-content: space-around;
  justify-content: space-around;
  flex-direction: column;
}
.user-info .user-name .name {
  font-size: 16px;
  font-weight: bolder;
}
.user-info .user-name .idNum {
  color: #7b7b7b;
}
.user-info .user-check {
  display: flex;
  align-items: center;
  width: 0.4rem;
  font-size: 0.32rem;
  font-weight: bolder;
  color: #7b7b7b;
}
.user-info .user-check img {
  width: 0.35rem;
  height: 0.63rem;
}
.menuOther {
  display: flex;
  margin-left: -10px;
  margin-top: 30px;
  height: 70px;
}
.menuOther .square {
  position: relative;
  width: 100%;
  border-radius: 0.3rem;
  margin-left: 20px;
  line-height: 50px;
}
.menuOther .square .item {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.menuOther .square .item_over {
  background: linear-gradient(to bottom, #4db4fb, #ceafe5);
  color: #fff;
}
.menuOther .square::after {
  content: "";
  display: block;
  padding-bottom: 0.8rem;
}
.add-group {
  background-color: #fff;
  padding: 20px;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
}
.add-group .add-label {
  color: #c2c2c2;
  margin-bottom: 10px;
}
.add-group .add-btn {
  font-size: 24px;
  color: #4cb4fb;
  border-radius: 20px;
  font-weight: bolder;
  padding: 0rem 30px;
  line-height: 50px;
  background-color: #eaf6ff;
}
.group-Label {
  margin-bottom: 10px;
  font-weight: bold;
}
.group-Label span {
  color: #ff8300;
}
.group-box .group-line {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  margin-left: -20px;
}
.group-box .group-line .groupFlex {
  box-sizing: border-box;
  flex: 0 0 50%;
  padding-left: 20px;
}
.group-box .group-line .groupFlex .groupLine {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  color: #fff;
  overflow: hidden;
  vertical-align: middle;
}
.group-box .group-line .groupFlex .groupLine .img {
  margin-right: 10px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.group-box .group-line .groupFlex .groupLine .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group-box .group-line .groupFlex .groupLine .info {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
  color: #333;
}
.group-box .group-line .groupFlex .groupLine .info .name {
  font-size: 18px;
  font-weight: bolder;
}
.group-box .group-line .groupFlex .groupLine .info .lInfo {
  color: #4cb4fb;
}
.group-box .group-line .groupFlex .groupLine .delview {
  display: flex;
  align-items: center;
}
.group-box .group-line .groupFlex .groupLine .delview .delBtn {
  color: #4cb4fb;
  border: 1px solid #4cb4fb;
  border-radius: 10px;
  padding: 0 10px;
  margin-right: 20px;
  background-color: #ecf4fb;
  cursor: pointer;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  display: inline-block;
}
a {
  text-decoration: none !important;
}
.form-style {
  padding: 0px 10px !important;
  height: 30px !important;
  border-radius: 30px !important;
  background-color: #fff !important;
  font-size: 14px !important;
}
.form-style1 {
  padding: 0px 10px !important;
  height: 30px !important;
  background-color: #f8f8f8 !important;
  font-size: 14px !important;
  border: none !important;
  width: 100px;
}
.selectBox {
  display: flex;
  padding: 0px!important;
}
.selectBox .formSelect {
  flex: 1;
}
.selectBox .formSelect .form-control {
  text-align: center;
  height: 40px!important;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
}
select option {
  font-size: 14px;
  line-height: 50px;
}
select {
  /* 接下来，利用height属性来调整选项的高度 */
  height: 30px;
}
.formSelect {
  width: 200px;
}

.head-box {
    height: 75px;
    background-color: #fff;
}

.head-btn {
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 15px;
    height: 75px;
}

    .head-btn a {
        text-decoration: none;
        color: #fff;
    }

        .head-btn a:hover {
            text-decoration: none;
            color: #fff;
        }

.logoStyle {
    margin-right: 20px
}

.head-content {
    color: #333;
}