#floatDivBoxs {
    width: 150px;
    background: #fff;
    position: fixed;
    bottom: 140px;
    right: 0px;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f08326;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}

#floatDivBoxs .floatDqq {
    padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}

#floatDivBoxs .floatDqq li img {
    float: left;
    margin-top: 7px;
}

#floatDivBoxs .floatDtxt {
    font-size: 18px;
    color: #333;
    padding: 12px 14px;
}

#floatDivBoxs .floatDtel {
    padding: 0 0 15px 10px;
}

#floatDivBoxs .floatImg {
    text-align: center;
    padding: 10px;
    background: #EBEBEB;
}

#floatDivBoxs .floatImg img {
    margin-bottom: 5px;
}

#floatDivBoxs .floatDtel img {
    display: block;
}