.wolive-form {
    filter: alpha(opacity = 0);
    transition: 0.2s ease-out;
    position: fixed;
    top: 50%;
    right: 0;
    font-size: 12px;
    background-color: #488bff;
    z-index: 9999;
    padding:0 10px;
    padding-bottom: 10px;
    
}

.wolive-form .wolive-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;
}

.wolive-form .wolive-item4 {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 12px;
    color: #fff;
    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:#fff;margin: 3px 0;
}

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

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

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

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

.wolive-icon-stype4{
    display: block;
    width: 64px;
    height: 64px;
    background: url(./chat4.png);
    margin: 10px auto;
    margin-bottom: 4px;
}

.wolive-close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(./close.png) no-repeat;
    position: pox;
    position: absolute;
    right: 10px;
    top: 10px;
}
.wolive-toggle-zoom::before{
  display: inline-block;
  content: "";
  height: 8px!important;
  width: 11px!important;
  border: 1px solid #FFFFFF;
  background:none!important;
}
.wolive-toggle{
  position:absolute;
  width:18px;
  height: 18px;
  right: 37px;
  top: 5px;
  cursor:pointer;
}
.wolive-toggle:before{
  display: inline-block;
  content: "";
  height: 1px;
  width: 14px;
  background: #FFFFFF;
}
#wolive-talk{
  width: 400px;
  height: 500px;
  position: fixed;
  bottom: 10px;
  right:90px;
  z-index: 999999;
}
#wolive-talk:has(.wolive-toggle-zoom) {
  height:70px;
}
.mid{
    bottom: 50% !important;
    right: 50%!important;
    margin-bottom: -250px;
    margin-right: -200px;
}
#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;
}
