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

.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: red;
}

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

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

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

.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: 800px;*/
/*    height: 600px;*/
/*    position: fixed;*/
/*    bottom: 10px;*/
/*    right:0;*/
/*    z-index: 999999;*/

/*}*/

#wolive-talk{
    width: 600px;
    height: 600px;
    position: fixed;
    bottom: 20px;
    right:5px;
    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;
}
.blzx-close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/down_arrow.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 25px;
    cursor: pointer;
}
.lang-choose{
    position: absolute;
    right: 45px;
    top: 22px;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
}
