<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#xny2019_iframe_container {
  z-index: 999;
  bottom: 0;
  position: fixed;
  right: 0;
  width: 400px;
  height: 600px;
  background-color: #fff;
  /* border: 1px solid #eee; */
  box-shadow: rgba(0, 0, 0, 0.20) 0px 5px 40px;
}

#xny2019_iframe_container #xny_drag {
  height: 40px;
  /* background: #f00; */
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  background-color: transparent;
  cursor: move;
}

#xny2019_iframe_container.left {
  left: 0;
}

#xny2019_iframe_container.right {
  right: 0;
}

#mini_btn {
  width: 220px;
  white-space: nowrap;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 3px;
  bottom: 3px;
  z-index: 100;
  height: 42px;
  border-radius: 2px;
  overflow: hidden;
  background: #f70;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px, rgba(0, 0, 0, 0.16) 0px 2px 32px;
}

#mini_btn .mini_btn_chat {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: center center no-repeat;
  background-image: url(https://cardstatic.xingniuyun.com/css/chat.png), none;
}

#mini_btn .mini_btn_label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.83px;
  word-break: break-all;
  text-align: center;
}

#mini_btn .mini_btn_window {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: center center no-repeat;
  background-image: url(https://cardstatic.xingniuyun.com/css/max.png), none;
}

.xny2019_im_box {
  position: fixed;
  right: 10px;
  bottom: 500px;
  z-index: 99;
  cursor: pointer;
}

.xny2019_icon_box {
  background-image: url(https://cardstatic.xingniuyun.com/css/xny_kf.png);

  opacity: 1;
  text-decoration: none;
  display: block;
  background-color: rgba(3, 169, 244, 0.7);
  background-position: 12px 3px;
  background-repeat: no-repeat;
  width: 64px;
  height: 67px;
  position: relative;
}
.xny2019_txt_box {
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}

#xny2019_msg_container {
  position: fixed;
  z-index: 101;
  bottom: 50px;
  right: 3px;
  display: flex;
  padding: 8px;
  background: #fff;
  width: 220px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  /* box-shadow: rgba(0, 0, 0, 0.20) 0px 5px 40px; */
}

#xny2019_msg_container .avatar {
  width: 40px;
  height: 40px;
}

#xny2019_msg_container .info {
  display: flex;
  flex-direction: column;
  width: 120px;
  margin-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#xny2019_msg_container .info .name {
  color: #333;
  font-size: 16px;
}

#xny2019_msg_container .info .msg {
  color: #999;
  font-size: 12px;
}

</pre></body></html>