﻿    .fk_service {
        max-height: 232px;
        position: fixed;
        right: 10px;
        top: 25%;
        /* 垂直位置 */
        font-family: "微软雅黑";
        font-size: 14px;
        color: #243558;
        z-index: 10000
    }
    .fk_service ul {
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
    }

    .fk_service li {
        list-style-type: none;
        display:block;
    }

    .fk_service li>div {
        box-sizing: border-box;
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1)
    }

    .fk_service_box {
        width: 40px;
        height: 40px;
        background: #fff;
        margin-bottom: 10px;
        border-radius: 4px;
        box-sizing: border-box;
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1)
    }

    .fk_service_triangle {
        top: 12px;
        right: -11px;
        position: absolute;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #e1e6ec;
        z-index: 1010
    }

    .fk_service_triangle:after {
        content: "\20";
        top: -6px;
        right: 1px;
        position: absolute;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #fff;
        z-index: 1000
    }

    .fk_service_triangle:before {
        content: "\20";
        width: 80px;
        height: 45px;
        top: -20px;
        right: -52px;
        position: absolute;
        background: rgba(0, 0, 0, 0)
    }

    @keyframes fade-in {
        0% {
            opacity: .4;
            right: 82px
        }

        100% {
            opacity: 1;
            right: 62px
        }
    }

    .fk_service_consult {
        background: url(/imgs/fk_service.png) no-repeat -366px -16px #fff
    }

    .fk_service_consult:hover {
        border: 0;
        background: url(/imgs/fk_service.png) no-repeat -410px -16px #4f7cfc
    }

    .fk_service_consult:hover .fk_service_consult_cont {
        display: block;
        opacity: 1;
        transition: linear .2s;
        animation-name: fade-in;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-delay: 0s
    }

    .fk_service_consult_cont {
        width: 200px;
        min-height: 210px;
        max-height: 268px;
        border-radius: 3px;
        background: #fff;
        right: 62px;
        position: absolute;
        text-align: center;
        border: 1px solid #e1e6ec;
        display: none;
        opacity: 0
    }


    .fk_service_consult_cont>.fk_service_triangle:after {
        border-left: 10px solid #f6f8fb !important
    }

    .fk_service_consult_cont span {
        float: left
    }

    .fk_service_consult_cont_top {
        width: 100%;
        height: 157px;
        background: #f6f8fb;
        border-radius: 3px;
        border-bottom: 1px solid #eef2f8
    }

    .fk_service_hint {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        color: #9aa8c2;
        text-align: center;
    }

    .fk_service_hint>.fk_service_icon {
        background: url(/imgs/fk_service.png) no-repeat -460px -25px;
        width: 15px;
        height: 15px;
        margin: 13px 2px 0 18px
    }

    .fk_service_button {
        width: 110px;
        height: 38px;
        line-height: 38px;
        background: #4f7cfc;
        border-radius: 18px;
        text-align: left;
        color: #fff;
        margin: 5px 0 10px 20px;
        cursor: pointer;
        position:relative;
        padding-left:40px;
    }
    .fk_service_button i{
        position:absolute;left:15px;top:8px;width:20px;height:20px;background-size:20px 20px;background-repeat: no-repeat
    }    
    .fk_service_button:hover {
        background: #618aff
    }

    .fk_service_phone 
    {
        padding:6px 5px 10px 32px;
        line-height: 18px;
        font-size: 14px;
        text-align: left;
    }

    .fk_service_check_site {
        width: 100%;
        height: 48px;
        line-height: 48px;
        color: #3b6bf4;
        border-top: 1px solid #eaeef5;
        cursor: pointer;
        position:relative;
    }

    .fk_service_check_site>.fk_service_icon {
        background: url(/imgs/fk_service.png) no-repeat -461px -75px;
        width: 20px;
        height: 20px;
        position:absolute;
        left:10px;
        top:5px;
    }

    .fk_service_feedback {
        background: url(/imgs/fk_service.png) no-repeat -363px -64px #fff
    }

    .fk_service_feedback:hover {
        border: 0;
        background: url(/imgs/fk_service.png) no-repeat -407px -64px #4f7cfc;
        cursor: pointer
    }

    .fk_service_feedback:hover .fk_service_feedback_cont {
        display: block;
        opacity: 1;
        transition: linear .2s;
        animation-name: fade-in;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-delay: 0s
    }

    .fk_service_feedback_cont {
        min-width: 160px;
        height: 40px;
        line-height: 40px;
        background: #fff;
        border-radius: 5px;
        right: 62px;
        text-align: center;
        position: absolute;
        display: none;
        border: 1px solid #e1e6ec
    }


    .fk_service_qr {
        background: url(/imgs/qrcode20_n.png)  no-repeat center center #fff;
        background-size:20px 20px;
    }

    .fk_service_qr:hover {
        background: url(/imgs/qrcode20.png)  no-repeat center center #4f7cfc;
        background-size:20px 20px;
    }

    .fk_service_qr:hover .fk_service_qr_cont {
        display: block;
        opacity: 1;
        transition: linear .2s;
        animation-name: fade-in;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-delay: 0s
    }

    .fk_service_qr_cont {
        width: 143px;
        height: 202px;
        border-radius: 3px;
        background: #fff;
        right: 62px;
        position: absolute;
        text-align: center;
        border: 1px solid #e1e6ec;
        background-color: #f6f8fb;
        display: none;
        opacity: 0
    }

    .fk_service_qr_cont>.fk_service_triangle:after {
        border-left: 10px solid #f6f8fb !important
    }

    .fk_service_qr_cont>.fk_service_qrimg {
        width: 100%;
        height: 164px;
        float: left
    }

    .fk_service_qrimg_site {
        width: 119px;
        height: 119px;
        float: left;
        margin: 12px 12px 5px 12px;
        background-size:120px 120px;
    }

    .fk_service_qrimg_hd {
        width: 119px;
        height: 119px;
        float: left;
        margin: 12px 12px 5px 12px;
        background: url(/imgs/fk_service.png) no-repeat -198px -26px
    }

    .fk_service_qrimg_wxast {
        width: 119px;
        height: 119px;
        float: left;
        margin: 12px 12px 5px 12px;
        background: url(/imgs/fk_service.png) no-repeat -198px -328px
    }

    .fk_service_qrimg_flyer {
        width: 119px;
        height: 119px;
        float: left;
        margin: 12px 12px 5px 12px;
        background: url(/imgs/fk_service.png) no-repeat -41px -177px
    }

    .fk_service_qrimg_wxapp {
        width: 119px;
        height: 119px;
        float: left;
        margin: 12px 12px 5px 12px;
        background: url(/imgs/fk_service.png) no-repeat -198px -177px
    }

    .fk_service_qrimg_fkmall {
        width: 119px;
        height: 119px;
        float: left;
        margin: 12px 12px 5px 12px;
        background: url(/imgs/fk_service.png) no-repeat -41px -326px
    }

    .fk_service_qr_cont>.fk_service_qrtext {
        width: 100%;
        height: 35px;
        font-size: 12px;
        color: #7b89a6;
        background-color: #fff;
        float: left;
        bottom: 0;
        display: table
    }

    .fk_service_qr_cont>.fk_service_qrtext>span {
        display: table-cell;
        vertical-align: middle
    }

    .fk_service_upward {
        display: none;
        background: url(/imgs/fk_service.png) no-repeat -363px -159px #fff
    }

    .fk_service_upward:hover {
        border: 0;
        background: url(/imgs/fk_service.png) no-repeat -407px -159px #4f7cfc;
        cursor: pointer
    }

    .fk_service_upward:hover .fk_service_upward_cont {
        display: block;
        opacity: 1;
        transition: linear .2s;
        animation-name: fade-in;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-delay: 0s
    }

    .fk_service_upward_cont {
        min-width: 160px;
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        background: #fff;
        right: 62px;
        position: absolute;
        text-align: center;
        border: 1px solid #e1e6ec;
        display: none;
        opacity: 0
    }

    .fk_service_upward_cont span {
        font-size: 14px
    }
    .fk_service_linkedin {
        background: url(/imgs/linked20_n.png) no-repeat center center #fff;
        background-size:20px 20px;
    }
    
    .fk_service_linkedin:hover {
        border: 0;
        background: url(/imgs/linked20.png) no-repeat center center #4f7cfc;
        background-size:20px 20px;
        cursor: pointer
    }
    
    .fk_service_linkedin:hover .fk_service_linkedin_cont {
        display: block;
        opacity: 1;
        transition: linear .2s;
        animation-name: fade-in;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-delay: 0s
    }
    
    .fk_service_linkedin_cont {
        width: 264px;
        height: 40px;
        line-height: 40px;
        background: #fff;
        border-radius: 5px;
        right: 62px;
        text-align: center;
        position: absolute;
        display: none;
        border: 1px solid #e1e6ec
    }
    
    .fk_service_whatapp {
        background: url(/imgs/whatapp20_n.png) no-repeat center center #fff;
        background-size:20px 20px;
    }
    
    .fk_service_whatapp:hover {
        border: 0;
        background: url(/imgs/whatapp20.png) no-repeat center center #4f7cfc;
        background-size:20px 20px;
        cursor: pointer
    }
    
    .fk_service_whatapp:hover .fk_service_whatapp_cont {
        display: block;
        opacity: 1;
        transition: linear .2s;
        animation-name: fade-in;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-delay: 0s
    }
    
    .fk_service_whatapp_cont {
        width: 264px;
        height: 40px;
        line-height: 40px;
        background: #fff;
        border-radius: 5px;
        right: 62px;
        text-align: center;
        position: absolute;
        display: none;
        border: 1px solid #e1e6ec
    }
    
    .fk_service_instagram {
        background: url(/imgs/instagram20_n.png) no-repeat center center #fff;
        background-size:20px 20px;
    }
    
    .fk_service_instagram:hover {
        border: 0;
        background: url(/imgs/instagram20.png) no-repeat center center #4f7cfc;
        background-size:20px 20px;
        cursor: pointer
    }
    
    .fk_service_instagram:hover .fk_service_instagram_cont {
        display: block;
        opacity: 1;
        transition: linear .2s;
        animation-name: fade-in;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-delay: 0s
    }
    
    .fk_service_instagram_cont {
        width: 264px;
        height: 40px;
        line-height: 40px;
        background: #fff;
        border-radius: 5px;
        right: 62px;
        text-align: center;
        position: absolute;
        display: none;
        border: 1px solid #e1e6ec
    }
    .fk_service_fackbook {
        background: url(/imgs/facebook20_n.png) no-repeat center center #fff;
        background-size:20px 20px;
    }
    
    .fk_service_fackbook:hover {
        border: 0;
        background: url(/imgs/facebook20.png) no-repeat center center #4f7cfc;
        background-size:20px 20px;
        cursor: pointer
    }
    
    .fk_service_fackbook:hover .fk_service_fackbook_cont {
        display: block;
        opacity: 1;
        transition: linear .2s;
        animation-name: fade-in;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-delay: 0s
    }
    
    .fk_service_fackbook_cont {
        width: 264px;
        height: 40px;
        line-height: 40px;
        background: #fff;
        border-radius: 5px;
        right: 62px;
        text-align: center;
        position: absolute;
        display: none;
        border: 1px solid #e1e6ec
    }
    
    .fk_service_skype {
        background: url(/imgs/skype20_n.png) no-repeat center center #fff;
        background-size:20px 20px;
    }
    
    .fk_service_skype:hover {
        border: 0;
        background: url(/imgs/skype20.png) no-repeat center center #4f7cfc;
        background-size:20px 20px;
        cursor: pointer
    }
    
    .fk_service_skype:hover .fk_service_skype_cont {
        display: block;
        opacity: 1;
        transition: linear .2s;
        animation-name: fade-in;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-delay: 0s
    }
    
    .fk_service_skype_cont {
        min-width: 264px;
        height: 40px;
        line-height: 40px;
        background: #fff;
        border-radius: 5px;
        right: 62px;
        text-align: center;
        position: absolute;
        display: none;
        border: 1px solid #e1e6ec
    }
    
    .fk_service_twitter {
        background: url(/imgs/twitter20_n.png) no-repeat center center #fff;
        background-size: 50%50%;
    }
    
    .fk_service_twitter:hover {
        border: 0;
        background: url(/imgs/twitter20.png) no-repeat center center #4f7cfc;
        background-size: 50%50%;
        cursor: pointer
    }
    
    .fk_service_twitter:hover .fk_service_twitter_cont {
        display: block;
        opacity: 1;
        transition: linear .2s;
        animation-name: fade-in;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-delay: 0s
    }
    
    .fk_service_twitter_cont {
        width: 264px;
        height: 40px;
        line-height: 40px;
        background: #fff;
        border-radius: 5px;
        right: 62px;
        text-align: center;
        position: absolute;
        display: none;
        border: 1px solid #e1e6ec
    }
    
    @media screen and (max-width: 1221px) { .wapnone{display:none; }}




