﻿@CHARSET "UTF-8";

.kf {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 999;
    display: block;
}

.kf_btn {
    width: 15px;
    float: left;
    height: 135px;
    left:-20px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin-top: 75px;
    font-family: "微软雅黑";
}

    .kf_btn .open {
        width: 30px;
        height: 60px;
        position: absolute;
        bottom: 17px;
        background: url(/Themes/NopRoot/Content/images/green.png) left top no-repeat;
    }

    .kf_btn .close {
         width: 30px;
        height: 60px;
        position: absolute;
        bottom: 17px;
        background: url(/Themes/NopRoot/Content/images/green.png) left top no-repeat;
        opacity:.5;
    }

.kf_main {
    float: left;
    padding-bottom: 5px;
    width: 62px;
    margin-left: -4px;
    border-radius: 5px;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

    .kf_list li {
        
        text-align: center;
    }

        .kf_list li a {
            display: block;
            position: relative;
            text-align: center;
          
        }

            .kf_list li a:hover {
                text-decoration: none;
            }

   
.e_code {
    padding-left: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid #cccccc;

    text-align: center;
}

    .e_code ul div, .e_code>div>div{
        display: none;
        background-color: #fff;
        width: 120px;
        height: 100px;
        border-radius: 5px;
        position: absolute;
        float: right;
        right: 70px;
        font-size: 14px;
        color: #2ecc71;
        box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);

    }
     .e_code .kf_title {
        text-align: center;
        font-family: "Microsoft YaHei";
        padding-top:20px;
    }

        .e_code .kf_title span {
            display: block;
            text-align: center;
            font-size: 16px;
            font-family: "Microsoft YaHei";
            font-weight: 900;
            padding-top:10px;
            border-bottom: 2px solid #40b5e8;
        }
        .e_code div img {
            position: absolute;
            top: 1px;
            right: -9px;
        }


    .e_code>div:hover > i, .e_code > ul > li:hover > a > i {
        background: #2ecc71;
        color: #333;
    }

    .e_code>div:hover>div, .e_code > ul > li:hover > a >div {
        display: block;
               
    }


   
