body {
  font-family: 'Microsoft YaHei', Heiti, SimSun, sans-serif;
  overflow-x: hidden;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/**
 * fix For IE 6/7
 */
.btn-group,
.btn-group-vertical {
  _zoom: 1;
  *display: inline;
}
/**必填标识 [*] 建议使用 **/
.required:before {
  font-family: 'Times New Roman';
  font-size: 22px;
  content: '*';
  color: #800000;
  position: relative;
  top: 4px;
}
/** For IE 6/7 only **/
.required s {
  font-family: 'Times New Roman';
  font-size: 22px;
  color: #800000;
  text-decoration: none;
  position: relative;
  top: 4px;
}
/** For IE 6/7 only **/
.required {
  *zoom: expression(this.runtimeStyle[ 'zoom'] = '1', this.innerHTML = '<s>*</s>' + this.innerHTML);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.breadcrumb {
  background-color: #ededed;
  *margin-left: 0;
}
.breadcrumb > li {
  display: inline-block;
  _zoom: 1;
  *display: inline;
}
/** For IE 6/7 only **/
.breadcrumb li s {
  display: block;
  padding: 0 5px;
  color: #ccc;
  text-decoration: none;
}
/** For IE 6/7 only **/
.breadcrumb li {
  *zoom: expression(
    this.runtimeStyle[ 'zoom'] = '1',
    this.appendChild(
      document.createElement('s') .appendChild(document.createTextNode('\00a0/\00a0'))
    )
  );
}
.breadcrumb li.active {
  *zoom: expression(this.runtimeStyle[ 'zoom'] = '1', this.removeChild(this.lastChild));
}
body {
  background: #d5decd url(/img/zcm.jpg) no-repeat right center;
  min-height: 1000px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

body.not-background-img {
  background: #d5decd no-repeat;
}

.human {
  width: 100px;
  margin: 10px;
  padding: 8px;
  float: left;
  border-radius: 5px;
}

.human.not-avatar .avatar {
  display: none;
}

.human.not-avatar .name {
  font-size: 20px;
  margin-bottom: 10px;
  text-shadow: 1px 1px #333333;
  box-shadow: 2px 3px 3px 0px rgba(86, 87, 88, 0.8);
}

.human.selected.not-avatar {
  background-color: transparent;
}

.human.lucky.not-avatar .badge {
  top: -7px;
  left: -10px;
}

.human.lucky {
  position: relative;
  background-color: #ffeb3b;
}
.human.lucky .badge {
  background-color: #2196f3;
  border: 2px solid white;
  position: absolute;
}
.human:hover {
  background-color: #b8ffb8;
  cursor: pointer;
}
.human:hover .close {
  display: block;
}
.human:hover .hp {
  display: block;
}
.human.selected {
  position: relative;
  background-color: #ffee3b;
}
.human.selected:hover {
  background-color: #fff8ac;
  cursor: default;
}
.human.selected .badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #028002;
}
.hp {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  background-color: #1b9e53;
  color: white;
  border: 0;
  width: 40px;
  padding: 7px 10px;
  outline: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.hp:hover {
  background-color: #167038;
}
.hp.cancel {
  background-color: #535353;
  border: 0;
  left: 0;
  top: 35px;
}
.hp.cancel:hover {
  background-color: #323232;
}
.avatar {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  vertical-align: middle;
  border: 0;
  overflow: hidden;
}
.avatar img {
  width: 83px;
}
.name {
  display: block;
  color: white;
  background-color: #bb4156;
  text-align: center;
  border-radius: 10px;
  margin-top: 10px;
}
.boy {
  background-color: #8080ff !important;
}

.hasInput {
  background: #d3073c;
  color: white;
}

.hasInput:focus {
  border-color: #d3073c;
  outline: 0;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(251, 155, 176, 0.6);
}

.won-info {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  margin-bottom: -10px;
}

.person-setting .start-setting-button {
  vertical-align: middle;
  cursor: pointer;
}
.person-setting .query-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}

.person-setting .avatar {
  width: 60px;
  height: 60px;
}

.person-setting .avatar img {
  width: 60px;
}

.person-setting .list-group-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.person-setting .list-group {
  overflow: auto;
  height: calc(100vh - 102px);
}

.person-setting .list-group::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: white;
}

.person-setting .list-group::-webkit-scrollbar-thumb {
  background: #393812;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.person-setting .list-group::-webkit-scrollbar-corner {
  background: #494949;
}

.person-setting a {
  cursor: pointer;
}

.person-setting .setting-overlay .footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 10px;
  background-color: rgba(8, 7, 7, 0.15);
  border-top: 1px solid #000000;
}

.person-setting .setting-overlay .footer input {
  flex: 1;
}

.person-setting .img-container img {
  max-width: 100%;
  max-height: 600px;
}

.person-setting .backdrop {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(23 23 20 / 52%);
}
