.llq-inf{
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    height: 30px;
    background: #fff899;
    line-height: 30px;
    text-align: center;
    box-shadow: -1px 4px 7px 5px rgba(212, 212, 212, 0.3);
    z-index: 999;
}
.llq-inf span{
    margin-left: 20px;
}
.llq-inf span:first-child{
    color: red;
}
.llq-inf i{
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background:#ff6f4d url("../images/closellq.png") 0 0/100% 100%;
    margin-top: 5px;
    margin-right: 20px;
    cursor: pointer;
    transition: transform 1s;
}
.llq-inf i:hover{
    transform: rotate(180deg);
}

.llq-inf a{
    margin-left: 10px;
    color: inherit;
    font-weight: 900;
    color: #2e7a6a;
}
.llq-inf a:hover{
    text-decoration: underline;


}