.ymwl-form {
    filter: alpha(opacity = 0);
    transition: 0.2s ease-out;
    position: fixed;
    top: 60%;
    width: 50px;
    right: 10px;
    font-size: 12px;
    background-color: #488bff;
    z-index: 9999;
    padding-bottom: 10px;
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {
    .ymwl-form {
        filter: alpha(opacity = 0);
        transition: 0.2s ease-out;
        position: fixed;
        top: 55%;
        width: 50px;
        right: 10px;
        font-size: 12px;
        background-color: #488bff;
        z-index: 9999;
        padding-bottom: 10px;
        border-radius: 10px;
        transform: translateY(-50%);
        /* 移动端建议增加触控优化 */
        -webkit-tap-highlight-color: transparent;
    }
}
.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{
  color: red;
}

.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: 5px 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;
  right:90px;
  z-index: 999999;

}

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