.zq {
    display: block;
    height: 314px;
    width: 170px;
    box-sizing: border-box;
    position: fixed;
    bottom: 210px;
    left: 0;
    opacity: 1;
    z-index: 999;
}
.zq .icon_img img {
    width: 100%;
    height: auto;
}
.zq .iconx {
    position: absolute;
    right: 15px;
    top: 1px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.zq .iconx img {
    width: 100%;
    height: auto;
}