.wolive-form {
    filter: alpha(opacity = 0);
    transition: 0.2s ease-out;
    position: fixed;
    top: 70px;
    width: 58px;
    right: 0;
    font-size: 14px;
    z-index: 9999;
    padding-bottom: 0px;
}

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

.wolive-item:hover{
  color: red;
}

.wolive-form input{
  cursor:pointer;border:none;background:transparent;color:#04f564;margin: 3px 0;font-size: 14px;font-weight:530;
}

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

.wolive-icon{
    display: block;
    width: 32px;
    height: 32px;
    background: url(./chat-vx.png);
    margin: 0px auto;
    margin-bottom: 0px;
}

.wolive-close {
    display: block;
    width: 12px;
    height: 12px;
    background: url(./close.png) no-repeat;
    position: pox;
    position: absolute;
    right: 3px;
    top: 1px;
}

#wolive-talk{
  width: 400px;
  height: 500px;
  position: fixed;
  bottom: 10px;
  right:90px;
  z-index: 999999;

}

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