﻿

.ke-fu {
    position: fixed;
    color: #fff;
    right: 0;
    top: 230px;
}

.kf-btn {
    float: left;
    background: #108ee9;
    width: 26px;
    text-align: center;
    line-height: 24px;
    border-radius: 6px 0 0 6px;
    font-size: 14px;
    padding: 10px 0;
    margin-top: 25px;
    cursor: pointer;
}

.kf-right {
    float: left;
    background: #108ee9;
   /* width: 140px;*/
    height: 190px;
    border-radius: 6px 0 0 6px;
    font-size: 16px;
}

.kfr-top {
    line-height: 48px;
    margin: 0;
    text-align: center;
}

.kfr-ul {
    width: 123px;
    height: 136px;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 auto;
}

.kfr-list {
    margin: 0 10px;
    height: 43px;
    line-height: 43px;
}

    .kfr-list:not(:last-of-type) {
        border-bottom: solid 1px #e0e0e0;
    }

    .kfr-list a {
        display: block;
        padding-left: 30px;
        color: #1a3485;
    }

    .kfr-list:nth-of-type(1) {
        background: url("/images/icon3.png") no-repeat left center;
    }

    .kfr-list:nth-of-type(2) {
        background: url("/Images/icon4.png") no-repeat left center;
    }

    .kfr-list:nth-of-type(3) {
        background: url("/Images/icon5.png") no-repeat left center;
    }

