.shazuheBigBox {
  margin: 0 auto;
  width: 1400px;
  margin-top: 20px;
  min-height: calc(100vh - 497.38px);
}

.shazuheOne {
  background-color: #e6a23c27;
  border-radius: 5px;
  margin-top: 40px;
}

.shazuheOneBox {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shazuheOneLeft {
  width: 1112px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6a23c;
  font-size: 16px;
}

.shazuheOneRightBut {
  background-color: rgb(245, 108, 108);
  color: white;
  border-radius: 3px;
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.shazuheTwotable {
  width: 990px;
}

.shazuheTwotable thead tr th {
  color: rgb(144, 147, 153);
  font-size: 14px;
  padding: 12px 0px;
  text-align: center;
}

.layui-table {
  margin-top: 20px;
  margin-bottom: 0;
}

/* .shazuheTwotable tbody tr:nth-child(5n) {
  background-color: #f0f9eb !important;
} */

.shazuheTwotableText {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(222, 33, 3);
  line-height: 30px;
  white-space: nowrap;
}

.grey {
  color: #999;
}

.shazuheOnePlanBBox {
  padding: 20px;
  display: flex;
  align-items: center;
}

.shazuheOnePlanBBoxLeft {
  display: flex;
  align-items: center;
  color: #e6a23c;
  font-size: 16px;
}

.shazuheOnePlanBBoxRight {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 12px;
}

.shazuheOnePlanBBoxRightButBox {
  padding: 4px 15px;
  border-radius: 20px;
  color: #e6a23c;
  background-color: #fdf6ec;
  border: 1px solid #f3d19e;
  font-size: 14px;
  cursor: pointer;
}

.shazuheOnePlanBBoxRightButBox:hover {
  color: #fff;
  background-color: #e6a23c;
  border-color: #e6a23c;
}

.shazuheTwo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.shazuheTwoRight {
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 20px;
}

.shazuheTwoRightBox {
  width: 337px;
}

.MainBomThreeBomBoxBomTextBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
}

.MainBomThreeLiAvatar {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 25px;
  justify-content: center;
  overflow: hidden;
  width: 25px;
}

.MainBomThreeLiAvatarImg {
  height: 100%;
  width: 100%;
}

.MainBomThreeLiText {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 220px;
  color: #000000;
}

.MainBomThreeLiTime {
  color: #999;
  font-size: 14px;
}