.duanzuheBigBox {
  margin: 0 auto;
  width: 1400px;
  margin-top: 20px;
  min-height: calc(100vh - 497.38px);
}

.duanzuheOne {
  background-color: #e6a23c27;
  border-radius: 5px;
  margin-top: 40px;
}

.duanzuheOneBox {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.duanzuheOneLeft {
  width: 1112px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6a23c;
  font-size: 16px;
}

.duanzuheOneRightBut {
  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;
}

.duanzuheTwo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.duanzuheTwotable {
  width: 990px;
}

.duanzuheTwotable 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;
}

/* .duanzuheTwotable tbody tr:nth-child(5n) {
  background-color: #f0f9eb !important;
} */

.duanzuheTwotableText {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: rgb(222, 33, 3);
  line-height: 30px;
}

.grey {
  color: #999;
}

.duanzuheOnePlanBBox {
  padding: 20px;
  display: flex;
  align-items: center;
}

.duanzuheOnePlanBBoxLeft {
  display: flex;
  align-items: center;
  color: #e6a23c;
  font-size: 16px;
}

.duanzuheOnePlanBBoxRight {
  display: flex;
  align-items: center;
  justify-content: center;
}

.duanzuheOnePlanBBoxRightBox{
  margin-left: 12px;
}

.duanzuheOnePlanBBoxRightButBox {
  padding: 4px 15px;
  border-radius: 20px;
  color: #e6a23c;
  background-color: #fdf6ec;
  border: 1px solid #f3d19e;
  font-size: 14px;
  cursor: pointer;
}

.duanzuheOnePlanBBoxRightButBox:hover {
  color: #fff;
  background-color: #e6a23c;
  border-color: #e6a23c;
}

.duanzuheTwoRight {
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 20px;
}

.duanzuheTwoRightBox {
  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;
}

.duanzuheTwotable tbody tr:first-child th {
  height: 24.5px !important;
  background-color: rgba(215, 215, 215, 0.1);
  padding: 0 !important;
}