.checkBtn {
  display: inline-block;
  padding: 0 0.3rem;
  background-color: #ff8201;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.28rem;
  margin-top: 0.2rem;
}
.avaterLine {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  margin-left: -0.2rem;
}
.avaterLine .avaterInfo {
  position: relative;
  box-sizing: border-box;
  padding-left: 0.2rem;
  padding-top: 0.36rem;
  flex: 0 0 20%;
}
.avaterLine .avaterInfo .clearDiv {
  position: absolute;
  top: 0.36rem;
  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;
}
.avaterLine .avaterInfo .clearDiv .iconfont {
  position: absolute;
  color: #fff;
  font-size: 0.28rem;
  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: 1.2rem;
  flex: 1;
  text-align: center;
  color: #a2a3a4;
}
.avater-detail {
  margin-top: -0.2rem;
}
.avater-detail .avaterInfo .name {
  width: 1.1rem;
  text-align: center;
}
.flowLine {
  margin-top: 0.2rem;
}
.flowLine .flow-content {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 0.1rem;
}
.flowLine .flow-content .img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 0.2rem;
}
.flowLine .flow-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flowLine .flow-content .content {
  flex: 1;
  padding: 0.1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.flowLine .flow-content .content .title {
  font-size: 0.32rem;
  color: #333;
  font-weight: bolder;
}
.flowLine .flow-content .content .time {
  font-size: 0.28rem;
}
.flowLine .flow-content .content .btn {
  position: absolute;
  top: 0rem;
  right: 0.1rem;
  color: #57b5fb;
}
.navBox {
  padding: 0 0.2rem;
}
.navBox .nav-content {
  padding: 0.2rem;
  border-radius: 0.1rem;
  background-color: #fcfdfd;
}
.navBox .nav-content .nav-menu {
  display: flex;
  border-bottom: 1px dotted #a2a3a4;
  line-height: 0.6rem;
  padding-bottom: 0.1rem;
}
.navBox .nav-content .nav-menu .item {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 0.3rem;
}
.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: 0.2rem;
}
.navBox .nav-content .nav-detail .line-btn {
  display: flex;
}
.navBox .nav-content .nav-detail .line-btn .btn-manager {
  padding:0.1rem  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 .line-btn .btn-pregress {
  border-radius: 0.1rem;
  padding:  0.2rem;
  font-size: 0.3rem;
  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: -0.2rem;
  margin-top: -0.1rem;
}
.navBox .nav-content .navImgDetail .mavImg {
  padding-left: 0.2rem;
  padding-top: 0.3rem;
  box-sizing: border-box;
  flex: 0 0 50%;
}
.navBox .nav-content .navImgDetail .mavImg .img {
  width: 100%;
  height: 1.85rem;
  overflow: hidden;
}
.navBox .nav-content .navImgDetail .mavImg .img img {
  width: 100%;
  height: 100%;
}
.navBox .nav-content .navImgDetail .mavImg .title {
  width: 3.2rem;
  margin-top: 0.05rem;
}
.navBox .nav-content .navImgDetail .mavImg .over {
  color: #ff0c00;
}
.navBox .nav-content .navImgDetail .mavImg .none {
  color: #003a95;
}
.navBox + .navBox {
  margin-top: 0.2rem;
}
.code-detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.code-detail .code-img {
  margin-top: 0.2rem;
  width: 4rem;
  height: 4rem;
}
.code-detail .code-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-txt {
  margin-top: 0.2rem;
  text-align: justify;
}
.input-box {
  margin-top: 0.2rem;
  display: flex;
  padding: 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  line-height: 0.4rem;
}
.input-box .label {
  position: relative;
}
.input-box .label span {
  padding: 0 0.1rem;
}
.input-box .inputItem {
  flex: 1;
}
.input-box .inputItem input {
  width: 100%;
  border-radius: 0.1rem;
  border: none;
}
.input-box .inputItem input:focus {
  outline: none;
}
.input-box .inputItem textarea {
  width: 100%;
  height: 2rem;
  border-radius: 0.1rem;
  border: none;
}
.input-box .inputItem textarea:focus {
  outline: none;
}
.upLoadBox {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
.upLoadBox .upload {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-inline-end: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #ffffff;
  border: 1px dashed #d9d9d9;
  border-radius: 0.2rem;
  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: 0.5rem;
  font-weight: bolder;
}
.upLoadBox .upLoad-img {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  border-radius: 0.2rem;
  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 {
  display: flex;
  justify-content: space-around;
  margin-top: 0.4rem;
  color: #57b5fb;
  line-height: 0.6rem;
}
.uploadbtnLine .nextBtn {
  background-color: #57b5fb;
  border-radius: 0.3rem;
  padding: 0 0.6rem;
  color: #fff;
}
.table-line {
  display: flex;
  border-top: 1px dotted #a2a3a4;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
}
.table-line .table-1 {
  width: 1rem;
}
.table-line .table-1 img {
  width: 0.3rem;
  height: 0.3rem;
}
.table-line .table-2 {
  width: 1.6rem;
}
.table-line .table-3 {
  flex: 1;
}
.table-line:last-child {
  border-bottom: 1px dotted #a2a3a4;
}
.user-info {
  display: flex;
  margin-top: 0.2rem;
}
.user-info .user-avater {
  width: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
  border-radius: 0.7rem;
  margin-right: 0.2rem;
}
.user-info .user-avater img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-info .user-name {
  padding: 0.1rem 0;
  display: flex;
  flex: 1;
  align-content: space-around;
  justify-content: space-around;
  flex-direction: column;
}
.user-info .user-name .name {
  font-size: 0.32rem;
  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: -0.2rem;
  margin-top: 0.3rem;
}
.menuOther .square {
  position: relative;
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
  margin-left: 0.2rem;
}
.menuOther .square .item {
  position: absolute;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.3rem;
  text-align: center;
  background: #fff;
}
.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: 0.2rem;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.3rem;
}
.add-group .add-label {
  color: #c2c2c2;
  margin-bottom: 0.1rem;
}
.add-group .add-btn {
  font-size: 0.4rem;
  color: #4cb4fb;
  border-radius: 0.3rem;
  font-weight: bolder;
  padding: 0rem 0.5rem;
  background-color: #eaf6ff;
}
.group-Label {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.group-Label span {
  color: #ff8300;
}
.group-box .group-line {
  display: -webkit-box;
  overflow: scroll;
  width: 100%;
}
.group-box .group-line .groupLine {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  color: #fff;
  line-height: 0.4rem;
  overflow: hidden;
  vertical-align: middle;
  width: 85%;
}
.group-box .group-line .groupLine .img {
  margin-right: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
}
.group-box .group-line .groupLine .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group-box .group-line .groupLine .info {
  padding: 0.1rem 0;
  height: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
  color: #333;
}
.group-box .group-line .groupLine .info .name {
  font-size: 0.32rem;
  font-weight: bolder;
}
.group-box .group-line .groupLine .info .lInfo {
  color: #4cb4fb;
}
.group-box .group-line .groupLine .delview {
  display: flex;
  align-items: center;
}
.group-box .group-line .groupLine .delview .delBtn {
  color: #4cb4fb;
  border: 1px solid #4cb4fb;
  border-radius: 0.3rem;
  padding: 0 0.2rem;
  margin-right: 0.1rem;
  background-color: #ecf4fb;
}
.group-box .group-line .groupLine + .groupLine {
  margin-left: 0.2rem;
}
::-webkit-scrollbar {
  display: none;
}
