#rightArrow {
    width: 50px;
    height: 45px;
    background: url(/img/online_arrow.jpg) no-repeat;
    position: fixed;
    top: 180px;
    right: 170px;
    z-index: 999;
}
#rightArrow a {
    display: block;
    height: 45px;
}

#floatDivBoxs {
    width: 170px;
    background: #fff;
    position: fixed;
    top: 130px;
    right: 0;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f08326;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}

.floatShadow {
    background: #fff;
    height: auto;
    overflow: hidden;
}

#floatDivBoxs .floatDqq {
    padding: 10px 14px;
}
#floatDivBoxs .floatDqq li {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0 50px;
}
#floatDivBoxs a {
    color: #666;
    text-decoration: none;
    outline: none;
}
#floatDivBoxs .floatDtxt {
    font-size: 15px;
    color: #656565;
    padding: 4px 14px 5px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#floatDivBoxs .floatDtel {
    padding: 0 12px 14px;
    font-size: 20px;
    font-weight: 700;
    color: #f08326;
}