/*! CSS Used from: Embedded */
* {
    padding: 0;
    list-style: none;
    border: 0;
}

a {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #e93100;
    quotes: none;
    text-decoration: underline;
}

* {
    margin: 0px auto;
    padding: 0px;
}

/*! CSS Used from: http://www.qianlima.com/css/newweb/yinliu.css */
a:link,
a:visited {
    text-decoration: none;
    color: #333;
    outline: none;
}

a:hover {
    color: #F00;
}

img {
    vertical-align: middle;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

/*! CSS Used from: Embedded */
.right-side-bar {
    position: fixed;
    right: 0;
    top: 138px;
}

.rsb-row {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    box-shadow: 0px 0px 10px 0px rgba(42, 0, 0, 0.1);
    border-radius: 10px 0px 0px 10px;
    margin-bottom: 31px;
    margin-left: auto;
    width: 81px;
}

.rsb-row .rsb-btn {
    display: block;
    position: relative;
    border-bottom: 1px #e5e5e5 solid;
    text-align: center;
    padding: 13px 0;
    font-size: 12px;
    color: #666666;
    width: 60px;
    margin: 0 auto;
}

.rsb-row .rsb-btn:hover {
    color: #000 !important;
}

.rsb-row .rsb-btn:hover .rsb-tooltip {
    display: block;
}

.rsb-row .rsb-btn.kefua:hover p:last-child {
    background-color: #74a0e3;
    border-radius: 50px;
    color: #fff;
}

.rsb-row .rsb-btn:last-child {
    border-bottom: 0;
}

.rsb-icon {
    background: url(http://img_al.qianlima.com/images/common/rsb-icon.png) no-repeat;
    margin: 0 auto;
}

.tel-rsb {
    height: 20px;
    width: 20px;
    background-position: 0 0;
}

.wxmp {
    height: 28px;
    width: 28px;
    background-position: 0 -24px;
    margin-bottom: 13px;
}

.wxpn {
    height: 23px;
    width: 30px;
    background-position: 0 -55px;
    margin-bottom: 13px;
}

.kefu {
    height: 30px;
    width: 30px;
    background-position: 0 -85px;
    margin-bottom: 13px;
}

.rsb-tooltip {
    display: none;
    position: absolute;
    width: 172px;
    height: 172px;
    right: 90px;
    top: -40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    box-shadow: 0px 0px 10px 0px rgba(42, 0, 0, 0.1);
    border-radius: 10px;
    line-height: 48px;
}

.rsb-row .rsb-p {
    text-align: center;
    font-size: 12px;
    color: #666666;
    text-indent: 0em;
}

.rsb-tooltip .rsb-img {
    width: 110px !important;
    height: 110px !important;
}

.rsb-tooltip::after {
    content: " ";
    display: block;
    position: absolute;
    top: 80px;
    right: -13px;
    width: 18px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUBAMAAACkHKocAAAAFVBMVEUAAAAqAADj4uLU0NAqAAD////q6urItgLFAAAABXRSTlMAAn8hAyJZpQ4AAABESURBVAjXY0gWFGAAgSRHCB2mKAimQ5MgEqFhihAaKACmgQJgGiggAKHDFEA0SABGw8UR6hD6kgRh5sLsgduLcAfMXQCUDhSbASCNGwAAAABJRU5ErkJggg==) center no-repeat;
}

.rsb-tel {
    width: 139px;
    border-radius: 40px 0px 0px 40px;
    text-align: center;
    padding: 15px 0px;
}

.rsb-tel .rsb-h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.rsb-tel .rsb-span {
    display: inline-block;
    vertical-align: middle;
}

.rsb-tel .rsb-h3 {
    color: #bb282a;
    font-size: 16px;
    font-weight: 400;
}

/*! CSS Used from: http://img_al.qianlima.com/css/newweb/default.css */
* {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #F00;
    text-decoration: none;
}

.right-side-bar{
    z-index: 99999;
}