.bgcImg {
  background: url('../../assets/images/pose0001.png') no-repeat;
  background-size: 600px;
  background-position: 110%;
}
.bgcImg1 {
  background-image: url('../../assets/images/pose0001.png');
}
.bgcImg2 {
  background-image: url('../../assets/images/pose0002.png');
}
.bgcImg3 {
  background-image: url('../../assets/images/pose0003.png');
}
.bgcImg4 {
  background-image: url('../../assets/images/pose0004.png');
}
.bgcImg5 {
  background-image: url('../../assets/images/pose0005.png');
}
.bgcImgBlur {
  -webkit-backdrop-filter: saturate(100%) blur(5px);
          backdrop-filter: saturate(100%) blur(5px);
  background-color: rgba(255, 255, 255, 0.72);
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  box-sizing: border-box;
  padding: 10px;
}
.baseBox .row {
  display: flex;
}
.baseBox .row > span {
  flex: 1;
  text-align: center;
}
.baseBox {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px #000;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 15px;
}
.baseBox .header {
  display: flex;
  height: 40px;
  align-items: center;
}
.baseBox .header input,
.baseBox .header select {
  width: 200px;
  height: 30px;
  margin-right: 15px;
}
.baseBox .title {
  box-sizing: border-box;
  border: 1px solid #222;
  height: 30px;
  line-height: 30px;
  font-weight: 800;
  font-size: 14px;
  background-color: #238c81;
  color: #fff;
}
.baseBox .title span {
  border-right: 1px solid #222;
}
.baseBox .title span:last-child {
  border-right: 0px solid #222;
}
.baseBox .main {
  flex: 1;
  overflow: hidden;
}
.baseBox .main .one {
  line-height: 24px;
  border: 1px solid #222;
  border-top: none;
  box-sizing: border-box;
}
.baseBox .main .one span {
  border-right: 1px solid #222;
}
.baseBox .main .one span:last-child {
  border-right: 0px solid #222;
}
.box.baseBox .row > span:nth-child(1) {
  flex: 0.4;
}
.box.baseBox .row > span:nth-child(2) {
  flex: 0.5;
}
.box.baseBox .row > span:nth-child(3) {
  flex: 0.6;
}
.box.baseBox .row > span:nth-child(4) {
  flex: 0.3;
}
.box.baseBox .row > span:nth-child(5) {
  flex: 0.4;
}
.box.baseBox .row > span:nth-child(6) {
  flex: 0.4;
}
.box.baseBox .row > span:nth-child(7) {
  flex: 0.7;
}
.box.baseBox .row > span:nth-child(8) {
  flex: 0.7;
}
.box.baseBox .row > span:nth-child(9) {
  flex: 0.5;
}
.box.baseBox .row > span:nth-child(10) {
  flex: 0.4;
}
.box.baseBox .one .avatar {
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.box.baseBox .one .btns {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.box.baseBox .one .btns p {
  font-size: 18px;
  font-weight: 600;
}
.box.baseBox .one .btns .layui-btn {
  margin-left: 0;
}
.box.baseBox .one .followBtns .layui-btn {
  background-color: #291dc9 !important;
}
.box.baseBox .one .layui-form-switch {
  margin-top: 3px;
}
.header > span {
  flex: 1;
  padding-left: 10px;
  font-size: 24px;
}
.header .layui-laypage {
  box-shadow: 0 0 10px #000;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0;
}
.header .layui-laypage a,
.header .layui-laypage span {
  margin: 0;
}
.header .layui-laypage .layui-laypage-em {
  background-color: #238c81 !important;
}
.add-log textarea {
  height: 180px !important;
}
