.right-side > .content-header {
  /* margin-left: 10px; */
  /* width: 1136px; */
  width: 100%;
}

.container {
  display: flex;
  /* flex-direction:row; */
  padding: 0px;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* width: 1136px; */
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin: 20px 0 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
}
.container_box {
  padding-top: 20px;
  margin-left: 19px;
  width: 352px;
  margin-top: 20px;
  box-shadow: 0px 3px 12px 0px #dddfe4;
  background: #f7f8fd;
  height: 453px;
  border-radius: 10px;
}

.footer-box {
  display: flex;
  flex-direction: row;
  width: 310px;
  /* justify-content: center; */
  margin: 0 auto;
  margin-top: 35px;
}
.edit-a,
.delect-a {
  width: 80px;
  height: 32px;
  box-shadow: 0px 4px 15px 0px #dcdcdc;
  border-radius: 4px;
  background: linear-gradient(134deg, #74b0ff 0%, #016eff 100%);
  color: #fff;
}
.delect-a {
  background: linear-gradient(134deg, #be82f3 0%, #8801ff 100%);
  box-shadow: 0px 4px 15px 0px #ca95f8;
}
.show-a {
  border-radius: 4px;
  width: 120px;
  height: 32px;
  color: #fff;
  margin: 0 auto;
  background: linear-gradient(134deg, #4adea6 0%, #08bb70 100%);
  box-shadow: 0px 4px 15px 0px #6be5b6;
}
.font {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  font-size: 14px;
}
.content {
  padding: 0px;
  margin-left: 5px;
}
.metting-bg {
  padding-top: 15px;
  width: 310px;
  height: 110px;
  border-radius: 10px;
  background: #eaf3ff;
  margin: 0 auto;
  color: #232c36;
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  text-align: center;
}

.metting-bg p {
  color: #666666;
  line-height: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
}
/* 删除对话框 */
.modal-content {
  width: 492px;
  height: 236px;
  /* top: 443px;
  left: 591px; */
}
.suredel {
  width: 100px;
  color: #232c36;
  font-family: PingFangSC-Regular, PingFang SC;
  height: 31px;
  line-height: 31px;
  font-size: 16px;
  margin: 53px auto 42px auto;
}
.btn-sure,
.btn-close {
  background-color: #016eff;
  width: 80px;
  height: 30px;
  border-radius: 4px;
  color: #fff;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 14px;
  box-shadow: 0px 4px 15px 0px #96bbec;
}
.btn-close {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #232c36;
  box-shadow: 0px 4px 15px 0px #dcdcdc;
}
.modal-header {
  background-color: #5294ea;
  padding-left: 23px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
