.newList {
  min-height: 100vh;
  background-color: #ffffff;
}
.newList > .list {
  padding: 15px;
}
.newList > .list > .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.newList > .list > .item > .left {
  border-radius: 6px;
  overflow: hidden;
  width: 100px;
  margin-right: 10px;
  height: 70px;
}
.newList > .list > .item > .right {
  width: calc(100% - 110px);
}
.newList > .list > .item > .right > .title {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
}
.newList > .list > .item > .right > .text {
  font-size: 12px;
  color: #999999;
}
.newList > .list > .item > .left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banzhuren {
  background-color: #fff;
  min-height: 100vh;
}
.banzhuren > .head {
  padding: 15px;
  border-bottom: 10px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banzhuren > .head > .right {
  width: 40px;
  position: relative;
  text-align: right;
}
    .banzhuren > .head > .right > .number {
        position: absolute;
        z-index: 2;
        width: 20px;
        height: 20px;
        text-align: center;
        transform: scale(0.45);
        right: -10px;
        top: -8px;
        border-radius: 50%;
        background-color: #d70000;
        color: #fff;
        font-size: 12px;
    }
.banzhuren > .head > .right > img {
  width: 25px;
}
.banzhuren > .head > .left {
  border-radius: 4px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right:10px;
}
.banzhuren > .head > .left > img {
  width: 100%;
  height: 100%;
}
.banzhuren > .head > .middle {
  width: calc(100% - 100px);
}
.banzhuren > .head > .middle > .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.banzhuren > .head > .middle > .title > .text {
  font-size: 16px;
  color: #000000;
  margin-right: 5px;
}
.banzhuren > .head > .middle > .title > .icon {
  font-size:12px;
  color: #2664ff;
  background-color: #e5f0ff;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 2px 10px;
}
.banzhuren > .head > .middle > .title > .icon > img {
  width: 13px;
  margin-right:2px;
}
.banzhuren > .head > .middle > .number {
  color: #666666;
  font-size: 12px;
}
.banzhuren > .list {
  padding: 15px;
}
.banzhuren > .list > .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}

.banzhuren > .list > .item > .left {
  border-radius: 4px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.banzhuren > .list > .item > .left > img {
  width: 100%;
  height: 100%;
}
.banzhuren > .list > .item > .middle {
  width: calc(100% - 100px);
  color: #121212;
  font-size: 14px;
}
.banzhuren > .list > .item > .middle > .number {
  font-size: 12px;
  color: #999999;
}
.banzhuren > .list > .item > .middle > .title {
  display: flex;
  max-width: 80%;
  justify-content: flex-start;
  align-items: center;
}
.banzhuren > .list > .item > .middle > .title > .nianji {
  font-size: 12px;
  color: #d70000;
  margin-left: 4px;
  background-color: #f9d1d1;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 2px 10px;
}
.banzhuren > .list > .item > .right {
  width: 50px;
  position: relative;
  text-align: right;
  font-size: 12px;
  color: #999999;
}
.suishoupaifabu {
  background-color: #f6f6f6;
  min-height: 100vh;
}
.suishoupaifabu > .data {
  background-color: #ffffff;
  padding: 15px;
}
.suishoupaifabu > .data > .item {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
}
.suishoupaifabu > .data > .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.suishoupaifabu > .data > .item > .title {
  font-size: 14px;
  color: #333333;
}
.suishoupaifabu > .data > .item > .title > span {
  color: red;
}
.suishoupaifabu > .data > .item > .input-box {
  padding: 15px;
  font-size: 14px;
}
.image-box-fabu {
  padding: 10px 10px 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.image-box-fabu :nth-child(3n + 2) {
  margin: 0 20px 15px 20px;
}
.image-item-fabu {
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  margin-bottom: 15px;
}
.image-item-fabu > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.delimg {
  position: absolute;
  right: -25px;
  top: -15px;
  z-index: 2;
  width: 20px;
  height: 20px;
}
.delimg > img {
  width: 100%;
  height: 100%;
}
.suishoupaifabu > .button-box {
  padding: 15px;
}
.suishoupaifabu > .button-box > .text {
  margin-bottom: 15px;
  font-size: 12px;
  color: #999999;
}
.suishoupaifabu > .button-box > .text > span {
  color: red;
}
.suishoupaifabu > .button-box > button {
  width: 100%;
  border: 0;
  outline: none;
  border-radius: 24px;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  background-color: #e92221;
}
.data-head {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
    .data-head > .head {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
    }
.data-head > .head > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.data-head > .title {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.dangjianquantext {
  background-color: #fef8e3;
  color: #ff8600;
  font-size: 14px;
  border-radius: 10px;
  padding: 10px;
}
.addclass {
  text-align: center;
  color: #ff8600;
  font-size: 14px;
  padding: 10px;
}
.class-item {
  padding: 10px 0;
}
.class-item > .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.class-item > .data > .img {
  width: 55px;
  height: 55px;
  border-radius: 6px;
  overflow: hidden;
}
.class-item > .data > .title {
  width: calc(100% - 60px);
  margin-right: auto;
  border-bottom: 1px solid #eeeeee;
}
.class-item > .data > .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.class-item > .text {
  margin-top: 5px;
  border-bottom: 1px solid #eeeeee;
}
