body .to-chat-layer {
  width: 6.4rem;
  height: 5.48rem;
}
body .to-chat-layer .layui-layer-setwin .layui-layer-close {
  background: unset;
  width: 0.4rem /* 40/100 */;
  height: 0.4rem /* 40/100 */;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -0.23rem /* -23/100 */;
  top: -0.66rem /* -66/100 */;
  transition: all 0.3s;
}
body .to-chat-layer .layui-layer-setwin .layui-layer-close:hover:after {
  transition: all 0.3s;
  color: #ff6000;
  transform: rotate(180deg);
}
body .to-chat-layer .layui-layer-setwin .layui-layer-close:after {
  content: '✕';
  font-size: 0.3rem /* 30/100 */;
  color: #fff;
  transition: all 0.3s;
}
body .to-chat-layer .layui-layer-content {
  border-radius: 0.05rem /* 5/100 */;
  overflow: hidden;
  height: 100%;
}
body .to-chat-layer .layui-layer-content .content {
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.4rem 0 0.4rem;
}
body .to-chat-layer .layui-layer-content .content .hr-active-time-speed {
  margin-top: 0.16rem;
  padding: 0 0.76rem 0 0.8rem;
  color: #666;
  height: 0.176rem;
}
body .to-chat-layer .layui-layer-content .content .hr-active-time-speed .hr-active-time {
  font-size: 0.128rem;
  color: #0ABF89;
}
body .to-chat-layer .layui-layer-content .content .hr-active-time-speed .feedback-speed {
  color: #0D8DFF;
  margin-left: 0.12rem;
  font-size: 0.128rem;
}
body .to-chat-layer .layui-layer-content .content .chat-box {
  position: relative;
  padding-left: 0.704rem;
}
body .to-chat-layer .layui-layer-content .content .chat-box .avatar-img {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  align-self: center;
}
body .to-chat-layer .layui-layer-content .content .chat-box .chat-msg {
  width: 3.6rem;
  height: 0.75rem;
}
body .to-chat-layer .layui-layer-content .content .chat-box p {
  width: 3.2rem;
  line-height: 0.26rem;
  font-size: 0.15rem;
  color: #262626;
  margin-left: 0.24rem;
  box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.2);
  padding: 0.12rem;
  border-radius: 0.08rem;
  position: relative;
}
body .to-chat-layer .layui-layer-content .content .chat-box p:before {
  position: absolute;
  left: -0.016rem;
  top: 50%;
  content: '';
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border: solid 0.016rem #eee;
  border-right: none;
  border-bottom: none;
  background: #fff;
  transform: rotate(-45deg) translateY(-50%);
}
body .to-chat-layer .layui-layer-content .content .tel-chat-code {
  padding-left: 0.704rem;
  padding-top: 0.12rem;
}
body .to-chat-layer .layui-layer-content .content .tel-chat-code .tel-chat {
  width: 2.1rem;
  margin-left: -0.016rem;
}
body .to-chat-layer .layui-layer-content .content .tel-chat-code .code {
  width: 2.2rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-left: 0.112rem;
}
body .to-chat-layer .layui-layer-content .content .tel-chat-code .code .title {
  font-weight: 600;
}
body .to-chat-layer .layui-layer-content .content .tel-chat-code .code .box {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.2rem;
}
body .to-chat-layer .layui-layer-content .content .tel-chat-code .code .box canvas {
  width: 100%;
}
body .to-chat-layer .layui-layer-content .content .bottom-introduce {
  font-size: 0.144rem;
  padding-bottom: 0.16rem;
  margin-top: 0.48rem;
}
body .to-chat-layer .layui-layer-content .content .bottom-introduce .down-loadapp-btn {
  padding: 0 0.16rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 0.184rem;
  text-align: center;
  background: #16cc9b;
  color: #fff;
  margin-left: 0.16rem;
  overflow: hidden;
}
