#landlord {
  position: fixed;
  bottom: 0;
  left: 5px;
  z-index: 10000;
  display: none;
  width: 250px;
  height: 280px;
  font-size: 0;
  user-select: none;
}
#open_live2d {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 10000;
  display: none;
  padding: 2px 10px;
  height: 24px;
  border: 2px solid rgba(75,127,199,.9);
  border-radius: 2px;
  background-color: rgba(74,59,114,.9);
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
}
#live2d {
  position: relative;
  z-index: 3;
  width: 250px;
  height: 280px;
}
#landlord .message {
  position: absolute;
  left: 0;
  bottom: 280px;
  box-sizing: border-box;
  width: 250px;
  padding: 7px;
  border: 2px solid rgba(75,127,199,.8);
  border-radius: 5px;
  background-color: rgba(74,59,114,.8);
  color: #fff;
  text-align: center;
  font-size: 13px;
  opacity: 0;
}
.live_talk_input_body {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 4;
  display: none;
  width: 250px;
}
.live_talk_input_text_body { width: 250px; height: 28px; }
.live_talk_input_name_body,
.live_talk_input_text_body {
  box-sizing: border-box;
  border: 2px solid #dfb3f1;
  border-radius: 5px;
  background-color: rgba(74,59,114,.9);
}
.live_talk_input_name_body { margin-bottom: 3px; width: 70px; height: 24px; }
.live_talk_name,
.live_talk_talk {
  box-sizing: border-box;
  margin: 0;
  padding: 0 3px;
  outline: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 12px;
}
.live_talk_name { width: 66px; height: 20px; text-align: center; }
.live_talk_talk { float: left; width: 206px; height: 24px; }
.live_talk_send_btn {
  float: right;
  margin: 3px 0 0;
  padding: 0 4px;
  height: 18px;
  border: 0;
  border-left: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}
.live_ico_box {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 5;
  width: 15px;
  opacity: .9;
}
.live_ico_item {
  width: 15px;
  height: 20px;
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.live_ico_item.type_talk { background-image: url('../img/talk.png'); }
.live_ico_item.type_quit { background-image: url('../img/quite.png'); }
.live_ico_item.type_info { background-image: url('../img/info.png'); }
.live_ico_item.type_music { background-image: url('../img/music.png'); }
.live_ico_item.type_music.play { background-image: url('../img/pasue.png'); }
@media (max-width: 860px) {
  #landlord { width: auto; height: auto; }
  #live2d { width: 30vw; height: 20vh; }
}
