.cgwl-form {
    filter: alpha(opacity = 0);
    position: fixed;
    top: 35%;
    z-index: 9999;
    _right: 40px;
}

.cgwl-form .cgwl-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;
}

.cgwl-item:hover{
  color: #fff;
}

.cgwl-form input{
cursor: pointer;
    border: none;
    margin: 3px 0;
    padding: 3px 5px;
    background: #036FD3;
    color: #fff;
    font-style: normal;
    border-radius: 3px;
}

.cgwl-form input:hover{
    color: #FFEB3B
}

.cgwl-icon {
    display: block;
    width: 100px;
    height: 100px;
    background: url(/AI-kefu1/AI-1.png) no-repeat;
    border: 5px solid #036FD3;
    border-radius: 50%;
    margin: 10px;
    background-size: 100px 100px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}

.cgwl-close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(./close.png) no-repeat;
    position: pox;
    position: absolute;
    right: 10px;
    top: 10px;
}

#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;   
}
