.ymwl-form {
    filter: alpha(opacity = 0);
    transition: 0.2s ease-out;
    position: fixed;
    top: 30%;
    width: 70px;
    /* 新增16px右侧边距，让侧边栏和浏览器右边缘留出空隙 */
    right: 12px;
    font-size: 12px;
    z-index: 9999;
    padding-bottom: 10px;
    background-color: #00aeff;
    /* 现在侧边栏不再贴边，把四个角都改成统一圆角，视觉更协调 */
    border-radius: 12px;
    /* 优化阴影方向，适配不贴边的悬浮效果 */
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.ymwl-form .ymwl-item {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    margin:0;
}

.ymwl-item:hover{
  background:rgba(255,255,255,0.2);
    color: #fff;
}

.ymwl-form input{
  cursor:pointer;border:none;background:transparent;color:#fff;margin: 3px 0;
}

.ymwl-form input:hover{
    color: #043b9a
}

.ymwl-icon{
    display: block;
    width: 31px;
    height: 30px;
    background: url(./chat.png);
    margin: 20px auto;
    margin-bottom: 4px;
}

.ymwl-close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(./close.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
}

#wolive-talk{
  width: 400px;
  height: 560px;
  position: fixed;
  bottom: 10px;
  /* 同步调整咨询弹窗的右侧距离，和侧边栏的16px边距适配，避免错位 */
  right: 96px;
  z-index: 999999;
  border-radius: 12px;
  overflow: hidden;
}

#wolive-iframe{
  width: 100%;
  height: 100%;
  box-shadow: rgba(15, 66, 76, 0.25) 0 0 24px 0;
  border: none;
  border-radius: inherit;
}
