﻿
.product-intro {
    margin: 10px 0px;
}

.product-left {
    width: 352px;
    float: left;
    padding-bottom: 15px;
    position: relative;
}

.box {
    float: left;
}

.smallbox {
    width: 402px;
    position: relative;
}

    .smallbox img {
        width: 400px;
        height: 400px;
        vertical-align: middle;
        cursor: move;
    }

.i_box {
    width: 435px;
    height: 435px;
    border: 1px solid #CCC;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(243,210,76,0.5);
    cursor: move;
    display: none;
}

.bigbox {
    width: 545px;
    height: 545px;
    overflow: hidden;
    position: absolute;
    left: 352px;
    top: 0;
    border: 1px solid #CCCCCC;
    display: none;
}

.search {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/search.png")no-repeat;
}
.recent-post-list-img img {
    width: 120px;
}

.listimg {
    width: 400px;
    float: left;
    margin: 20px 0px;
    position: relative;
}

.list_center {
    width: 340px;
    height: 54px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

    .list_center ul {
        height: 54px;
    }

        .list_center ul li {
            height: 54px;
            width: 54px;
            margin: 0 2px;
            float: left;
            list-style:none;
        }

            .list_center ul li img {
                width: 50px;
                height: 50px;
                border: 2px solid #FFFFFF;
            }

                .list_center ul li img:hover {
                    border: 2px solid #e53e41;
                }

.listimg i {
    width: 22px;
    height: 32px;
}

.sprite-arrow-prev {
    background: url("../img/disabled-prev.png");
    position: absolute;
    left: 0;
    top: 11px;
}

.sprite-arrow-next {
    background: url("../img/disabled-next.png");
    position: absolute;
    right: 0;
    top: 11px;
}

.container .wrap {
    width: 250px;
    height: 250px;
    margin: 150px 0 0 150px;
}
    /* 功能块 */

    .container .wrap .cube {
        width: 100px;
        height: 100px;
        transform-style: preserve-3d;
        /* perspective: 500px; */
        transform: rotateX(-30deg) rotateY(-80deg);
        animation: ziZhuan linear 20s infinite;
        animation-direction: alternate-reverse;
        transition: all 0.5s;
    }

@keyframes ziZhuan {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(360deg) rotateY(360deg);
    }
}

.container .wrap .cube div {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-color: rgb(0, 183, 255);
    z-index: -1;
    transition: all 0.5s;
    outline: rgb(40, 226, 240) solid thick;
    box-shadow: rgba(17, 123, 194, 0.712) 0 0 50px 50px;
    opacity: 0.45;
}

    .container .wrap .cube div img {
        width: 100%;
        height: 100%;
    }

.container .wrap .cube span {
    position: absolute;
    top: 50px;
    left: 50px;
    display: block;
    width: 100px;
    height: 100px;
    outline: rgba(21, 40, 211, 0.664) solid thin;
    background-color: rgba(11, 96, 224, 0.295);
}

    .container .wrap .cube span img {
        width: 100%;
        height: 100%;
    }

.container .wrap .cube .out-front {
    transform: rotateY(0deg) translateZ(100px);
}

.container .wrap .cube .out-back {
    transform: translateZ(-100px);
}
/* //y正方向逆时针 */

.container .wrap .cube .out-left {
    transform: rotateY(-90deg) translateZ(100px);
}

.container .wrap .cube .out-right {
    transform: rotateY(90deg) translateZ(100px);
}
/*  x->正-上*/

.container .wrap .cube .out-top {
    transform: rotateX(90deg) translateZ(100px);
}

.container .wrap .cube .out-bottom {
    background-color: rgba(36, 238, 80, 0.253);
    transform: rotateX(-90deg) translateZ(100px);
}

.container .wrap .cube .in-left {
    transform: rotateY(-90deg) translateZ(50px);
}

.container .wrap .cube .in-right {
    transform: rotateY(90deg) translateZ(50px);
}

.container .wrap .cube .in-back {
    transform: translateZ(-50px);
}

.container .wrap .cube .in-front {
    transform: translateZ(50px);
}

.container .wrap .cube .in-top {
    transform: rotateX(90deg) translateZ(50px);
}

.container .wrap .cube .in-bottom {
    transform: rotateX(-90deg) translateZ(50px);
}

.container .wrap .cube:hover .out-front {
    transform: rotateY(0deg) translateZ(200px);
}

.container .wrap .cube:hover .out-back {
    transform: rotateY(0deg) translateZ(-200px);
}

.container .wrap .cube:hover .out-top {
    transform: rotateX(90deg) translateZ(200px);
}

.container .wrap .cube:hover .out-bottom {
    transform: rotateX(-90deg) translateZ(200px);
}

.container .wrap .cube:hover .out-right {
    transform: rotateY(90deg) translateZ(200px);
}

.container .wrap .cube:hover .out-left {
    transform: rotateY(-90deg) translateZ(200px);
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 100px !important;
            margin: 5px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

#ProdImages img {
    max-height: 100%;
}

.NewsImage {
    display: block;
    overflow: hidden;
    height: 200px;
}

#AboutContect *, #NewsContent * {
    font-size: 18px;
    line-height: 2em;
}

#AboutContect p, #NewsContent p {
    text-indent: 2em;
}

#NewsContent, #AboutContect {
    margin: 24px 0;
}

#PrevNext p {
    float: right;
    font-size: 18px;
}

    #PrevNext p:first-child {
        float: left;
    }

td {
    min-width: 150px;
}

.langenav {
    display: none;
}

@media (max-width:992px) {
    .langenav {
        display: block;
    }
}

.custom-input-card {
    width: 22rem;
}

    .custom-input-card .btn {
        margin-right: 1rem;
    }

        .custom-input-card .btn:last-child {
            margin-right: 0;
        }

.info-title {
    color: white;
    font-size: 14px;
    background-color: #25A5F7;
    line-height: 26px;
    padding: 0px 0 0 6px;
    font-weight: lighter;
    letter-spacing: 1px
}

.info-content {
    font: 12px Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial;
    padding: 4px;
    color: #666666;
    line-height: 23px;
}

    .info-content img {
        float: left;
        margin: 3px;
    }

.amap-info-combo .keyword-input {
    height: 25px;
    border-radius: 2px 0 0 2px;
}

.popmap {
    cursor: pointer;
    position: absolute;
    top: 80px;
    right: 20px;
    font-size: 40px;
    color: blue;
    z-index: 999;
}

#NewsContent img {
    max-width: 80%;
    height: auto;
margin:20px;

}

.item-box video {
    height: 180px;
    background-color: transparent;
}

.sub-footer-left a { color:#FFF;
}

.PageContent *{max-width:98%;}

.logo img{width:50px;}
.bg {
  
    height: 300px;
}
.about-bg {
    background: url('/Images/about-bg.webp') center no-repeat;
    background-size: cover;
}
.case-bg {
    background: url('/Images/case-bg.webp') center no-repeat;
    background-size: cover;
}
.contact-bg {
    background: url('/Images/contact-bg.webp') center no-repeat;
    background-size: cover;
}
.product-bg {
    background: url('/Images/product-bg.webp') center no-repeat;
    background-size: cover;
}
.news-bg {
    background: url('/Images/news-bg.webp') center no-repeat;
    background-size: cover;
}
.team-bg {
    background: url('/Images/team-bg.webp') center no-repeat;
    background-size: cover;
}

.search-bg {
    background: url('/Images/search-bg.webp') center no-repeat;
    background-size: cover;
}

#subnav {
    margin: -60px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

 .blog-item img {
    max-width: 90%;
    margin: 0 auto;
}

.blog-img img { max-width:95%; margin:5px 6px;}
.codebox {
    margin:5px; padding-left:10px;
}
    .codebox input {
        border: 1px solid #eee;
        padding: 3px;
        width: 180px;
        margin: 0 15px;
        font-size: 18px;
        letter-spacing:3px;
    }

    .codebox span {
        font-size: 18px;
        letter-spacing: 3px;color:orangered;
    }


* {
    padding: 0;
    margin: 0;
}

#kefu {
    position: fixed;
    right: 100px;
    bottom: 200px;
    z-index: 999;
    width: 60px;
    height: 60px;
}

    #kefu .topBtn {
        width: 60px;
        height: 60px;
        background-color: #fff7f1;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        cursor: pointer;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 40px 40px;
        -webkit-animation: kfwobble 250ms infinite;
        animation: kfwobble 250ms infinite;
        background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t%3D%221658821330634%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%223988%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20d%3D%22M0%20582.4c0%2070.4%2057.6%20128%20128%20128L128%20448C57.6%20448%200%20505.6%200%20582.4z%22%20p-id%3D%223989%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M896%20448l0%20262.4c70.4%200%20128-57.6%20128-128C1024%20512%20966.4%20448%20896%20448z%22%20p-id%3D%223990%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M294.4%20704c0%200%2076.8-57.6%2089.6-153.6C384%20518.4%20377.6%20448%20288%20448%20256%20448%20230.4%20460.8%20204.8%20473.6l0%2057.6C224%20512%20249.6%20499.2%20275.2%20499.2c25.6%200%2044.8%2012.8%2044.8%2044.8%200%2012.8-6.4%2025.6-12.8%2038.4C300.8%20595.2%20288%20608%20268.8%20627.2L192%20704l0%2064%20192%200%200-64L294.4%20704z%22%20p-id%3D%223991%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M396.8%20704%20512%20704l0%2064%2064%200%200-64%2032%200%200-64L576%20640%20576%20448%20512%20448l-115.2%20192L396.8%20704zM512%20576l0%2064L473.6%20640C473.6%20640%20512%20576%20512%20576z%22%20p-id%3D%223992%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M640%20320l0%20256%2064%200L704%20454.4c0-25.6%2064-25.6%2064%200L768%20576l64%200L832%20448c0-44.8-44.8-70.4-83.2-64C710.4%20384%20704%20396.8%20704%20396.8L704%20320%20640%20320z%22%20p-id%3D%223993%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M806.4%20793.6c-51.2%2051.2-115.2%2096-192%20115.2-19.2-25.6-51.2-44.8-89.6-44.8-57.6%200-102.4%2038.4-102.4%2076.8%200%2044.8%2044.8%2076.8%20102.4%2076.8%2044.8%200%2083.2-19.2%2096-51.2%2089.6-19.2%20172.8-70.4%20230.4-134.4%2012.8-12.8%2012.8-32%200-44.8C844.8%20780.8%20819.2%20780.8%20806.4%20793.6z%22%20p-id%3D%223994%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M102.4%20352c-6.4%200-12.8%200-12.8-6.4C70.4%20339.2%2064%20320%2070.4%20300.8c115.2-211.2%20384-294.4%20608-192%2083.2%2038.4%20153.6%2096%20198.4%20166.4%206.4%206.4%2012.8%2019.2%2012.8%2025.6C902.4%20320%20896%20339.2%20883.2%20345.6c-12.8%206.4-32%206.4-44.8-12.8C838.4%20326.4%20832%20320%20825.6%20313.6c-38.4-64-102.4-115.2-172.8-147.2C460.8%2083.2%20230.4%20153.6%20128%20332.8%20121.6%20345.6%20108.8%20352%20102.4%20352z%22%20p-id%3D%223995%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    }

        #kefu .topBtn:active {
            background: #ddd;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 40px 40px;
            background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t%3D%221658821330634%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%223988%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20d%3D%22M0%20582.4c0%2070.4%2057.6%20128%20128%20128L128%20448C57.6%20448%200%20505.6%200%20582.4z%22%20p-id%3D%223989%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M896%20448l0%20262.4c70.4%200%20128-57.6%20128-128C1024%20512%20966.4%20448%20896%20448z%22%20p-id%3D%223990%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M294.4%20704c0%200%2076.8-57.6%2089.6-153.6C384%20518.4%20377.6%20448%20288%20448%20256%20448%20230.4%20460.8%20204.8%20473.6l0%2057.6C224%20512%20249.6%20499.2%20275.2%20499.2c25.6%200%2044.8%2012.8%2044.8%2044.8%200%2012.8-6.4%2025.6-12.8%2038.4C300.8%20595.2%20288%20608%20268.8%20627.2L192%20704l0%2064%20192%200%200-64L294.4%20704z%22%20p-id%3D%223991%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M396.8%20704%20512%20704l0%2064%2064%200%200-64%2032%200%200-64L576%20640%20576%20448%20512%20448l-115.2%20192L396.8%20704zM512%20576l0%2064L473.6%20640C473.6%20640%20512%20576%20512%20576z%22%20p-id%3D%223992%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M640%20320l0%20256%2064%200L704%20454.4c0-25.6%2064-25.6%2064%200L768%20576l64%200L832%20448c0-44.8-44.8-70.4-83.2-64C710.4%20384%20704%20396.8%20704%20396.8L704%20320%20640%20320z%22%20p-id%3D%223993%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M806.4%20793.6c-51.2%2051.2-115.2%2096-192%20115.2-19.2-25.6-51.2-44.8-89.6-44.8-57.6%200-102.4%2038.4-102.4%2076.8%200%2044.8%2044.8%2076.8%20102.4%2076.8%2044.8%200%2083.2-19.2%2096-51.2%2089.6-19.2%20172.8-70.4%20230.4-134.4%2012.8-12.8%2012.8-32%200-44.8C844.8%20780.8%20819.2%20780.8%20806.4%20793.6z%22%20p-id%3D%223994%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M102.4%20352c-6.4%200-12.8%200-12.8-6.4C70.4%20339.2%2064%20320%2070.4%20300.8c115.2-211.2%20384-294.4%20608-192%2083.2%2038.4%20153.6%2096%20198.4%20166.4%206.4%206.4%2012.8%2019.2%2012.8%2025.6C902.4%20320%20896%20339.2%20883.2%20345.6c-12.8%206.4-32%206.4-44.8-12.8C838.4%20326.4%20832%20320%20825.6%20313.6c-38.4-64-102.4-115.2-172.8-147.2C460.8%2083.2%20230.4%20153.6%20128%20332.8%20121.6%20345.6%20108.8%20352%20102.4%20352z%22%20p-id%3D%223995%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
        }

@-webkit-keyframes kfwobble {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    30% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1;
    }

    85% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes kfwobble {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    30% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1;
    }

    85% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
}

#kefu span {
    width: 60px;
    height: 60px;
    background-color: #fff7f1;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
}

    #kefu span.wechat {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        z-index: -1;
    }

        #kefu span.wechat:hover .eweima {
            display: block;
        }

        #kefu span.wechat .eweima {
            position: absolute;
            right: 0;
            bottom: 70px;
            padding: 10px;
            background: rgba(163, 163, 163, 0.8);
            width: 120px;
            height: 120px;
        }

            #kefu span.wechat .eweima img {
               max-width: 100%;
                display: block;
            }

            #kefu span.wechat .eweima small {
                padding-top: 10px;
                font-style: normal;
                font-size: 14px;
                text-align: center;
                color: #fff;
                display: block;
            }

    #kefu span.qq {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
        z-index: -1;
    }

    #kefu span.other {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
        z-index: -1;
    }

        #kefu span.other:hover .tel {
            display: block;
        }

        #kefu span.other .tel {
            position: absolute;
            right: 70px;
            bottom: 0;
            width: 140px;
            height: 60px;
            padding: 10px;
            background: rgba(0, 0, 0, 0.8);
            color: #fff;
            font-size: 14px;
        }

/*            #kefu span.other .tel dt {
                font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
            }*/

            #kefu span.other .tel dd {
                font-size: 14px;
            }

#kefu .eweima,
#kefu .tel {
    display: none;
}

#showKfList:checked + label {
    background: #e47820;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t%3D%221658821330634%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%223988%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20d%3D%22M0%20582.4c0%2070.4%2057.6%20128%20128%20128L128%20448C57.6%20448%200%20505.6%200%20582.4z%22%20p-id%3D%223989%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M896%20448l0%20262.4c70.4%200%20128-57.6%20128-128C1024%20512%20966.4%20448%20896%20448z%22%20p-id%3D%223990%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M294.4%20704c0%200%2076.8-57.6%2089.6-153.6C384%20518.4%20377.6%20448%20288%20448%20256%20448%20230.4%20460.8%20204.8%20473.6l0%2057.6C224%20512%20249.6%20499.2%20275.2%20499.2c25.6%200%2044.8%2012.8%2044.8%2044.8%200%2012.8-6.4%2025.6-12.8%2038.4C300.8%20595.2%20288%20608%20268.8%20627.2L192%20704l0%2064%20192%200%200-64L294.4%20704z%22%20p-id%3D%223991%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M396.8%20704%20512%20704l0%2064%2064%200%200-64%2032%200%200-64L576%20640%20576%20448%20512%20448l-115.2%20192L396.8%20704zM512%20576l0%2064L473.6%20640C473.6%20640%20512%20576%20512%20576z%22%20p-id%3D%223992%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M640%20320l0%20256%2064%200L704%20454.4c0-25.6%2064-25.6%2064%200L768%20576l64%200L832%20448c0-44.8-44.8-70.4-83.2-64C710.4%20384%20704%20396.8%20704%20396.8L704%20320%20640%20320z%22%20p-id%3D%223993%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M806.4%20793.6c-51.2%2051.2-115.2%2096-192%20115.2-19.2-25.6-51.2-44.8-89.6-44.8-57.6%200-102.4%2038.4-102.4%2076.8%200%2044.8%2044.8%2076.8%20102.4%2076.8%2044.8%200%2083.2-19.2%2096-51.2%2089.6-19.2%20172.8-70.4%20230.4-134.4%2012.8-12.8%2012.8-32%200-44.8C844.8%20780.8%20819.2%20780.8%20806.4%20793.6z%22%20p-id%3D%223994%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M102.4%20352c-6.4%200-12.8%200-12.8-6.4C70.4%20339.2%2064%20320%2070.4%20300.8c115.2-211.2%20384-294.4%20608-192%2083.2%2038.4%20153.6%2096%20198.4%20166.4%206.4%206.4%2012.8%2019.2%2012.8%2025.6C902.4%20320%20896%20339.2%20883.2%20345.6c-12.8%206.4-32%206.4-44.8-12.8C838.4%20326.4%20832%20320%20825.6%20313.6c-38.4-64-102.4-115.2-172.8-147.2C460.8%2083.2%20230.4%20153.6%20128%20332.8%20121.6%20345.6%20108.8%20352%20102.4%20352z%22%20p-id%3D%223995%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

#showKfList:checked ~ span.wechat {
    -webkit-transform: translate(0, -70px);
    transform: translate(0, -70px);
    background-color: #3cb035;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t%3D%221575461686978%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%221208%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20d%3D%22M664.250054%20368.541681c10.015098%200%2019.892049%200.732687%2029.67281%201.795902-26.647917-122.810047-159.358451-214.077703-310.826188-214.077703-169.353083%200-308.085774%20114.232694-308.085774%20259.274068%200%2083.708494%2046.165436%20152.460344%20123.281791%20205.78483l-30.80868%2091.730191%20107.688651-53.455469c38.558178%207.53665%2069.459978%2015.308661%20107.924012%2015.308661%209.66308%200%2019.230993-0.470721%2028.752858-1.225921-6.025227-20.36584-9.521864-41.723264-9.521864-63.862493C402.328693%20476.632491%20517.908058%20368.541681%20664.250054%20368.541681zM498.62897%20285.87389c23.200398%200%2038.557154%2015.120372%2038.557154%2038.061874%200%2022.846334-15.356756%2038.156018-38.557154%2038.156018-23.107277%200-46.260603-15.309684-46.260603-38.156018C452.368366%20300.994262%20475.522716%20285.87389%20498.62897%20285.87389zM283.016307%20362.090758c-23.107277%200-46.402843-15.309684-46.402843-38.156018%200-22.941502%2023.295566-38.061874%2046.402843-38.061874%2023.081695%200%2038.46301%2015.120372%2038.46301%2038.061874C321.479317%20346.782098%20306.098002%20362.090758%20283.016307%20362.090758zM945.448458%20606.151333c0-121.888048-123.258255-221.236753-261.683954-221.236753-146.57838%200-262.015505%2099.348706-262.015505%20221.236753%200%20122.06508%20115.437126%20221.200938%20262.015505%20221.200938%2030.66644%200%2061.617359-7.609305%2092.423993-15.262612l84.513836%2045.786813-23.178909-76.17082C899.379213%20735.776599%20945.448458%20674.90216%20945.448458%20606.151333zM598.803483%20567.994292c-15.332197%200-30.807656-15.096836-30.807656-30.501688%200-15.190981%2015.47546-30.477129%2030.807656-30.477129%2023.295566%200%2038.558178%2015.286148%2038.558178%2030.477129C637.361661%20552.897456%20622.099049%20567.994292%20598.803483%20567.994292zM768.25071%20567.994292c-15.213493%200-30.594809-15.096836-30.594809-30.501688%200-15.190981%2015.381315-30.477129%2030.594809-30.477129%2023.107277%200%2038.558178%2015.286148%2038.558178%2030.477129C806.808888%20552.897456%20791.357987%20567.994292%20768.25071%20567.994292z%22%20p-id%3D%221209%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

#showKfList:checked ~ span.qq {
    -webkit-transform: translate(-70px, -70px);
    transform: translate(-70px, -70px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t%3D%221575461889902%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%223861%22%20width%3D%22200%22%20height%3D%22200%22%3E%3Cpath%20d%3D%22M511.500488%20512.499512m-511.500488%200a511.500488%20511.500488%200%201%200%201023.000976%200%20511.500488%20511.500488%200%201%200-1023.000976%200Z%22%20fill%3D%22%231BC1FA%22%20p-id%3D%223862%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M784.234146%20572.440976c8.178014%200%2016.273108%200.253752%2024.282287%200.728288-16.961436-38.434466-42.247742-69.886751-58.977405-90.331785%202.822244-8.482716%2011.30496-56.536788-25.443153-90.453666v-2.827239c0-132.850263-96.103149-231.785647-214.822213-231.785647-118.717065%200-214.82521%2096.107145-214.825209%20231.785647v2.827239c-33.915879%2033.915879-25.437159%2081.969951-19.782681%2090.453666-25.444152%2028.265397-73.49223%2087.62343-76.320469%20155.461182%200%2016.961436%202.827239%2045.226833%2011.305959%2056.531794%2011.305959%2014.133198%2039.570357-2.827239%2062.186272-48.054073%205.650482%2019.788675%2019.78368%2053.709549%2050.876316%2093.281905-50.876316%2011.302962-65.009514%2062.186271-48.049077%2090.450669%2011.305959%2019.788675%2039.570357%2033.920874%2087.624429%2033.920874%2078.496343%200%20115.815899-19.378076%20134.378771-35.711126C492.644901%20814.680414%20490.520976%20800.136617%20490.520976%20785.233171c0-117.522232%20131.500581-212.792195%20293.71317-212.792195z%22%20fill%3D%22%23FFFFFF%22%20p-id%3D%223863%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M514.925143%20819.204995c5.654478%200%2011.309955%202.82624%2014.132199%205.649483%2016.960437%2016.960437%2053.709549%2039.575352%20138.50674%2039.575352%2048.054072%200%2076.320468-16.960437%2087.625428-33.920874%2016.960437-28.264398%202.827239-79.147707-48.054072-90.450669%2031.092636-39.572355%2045.225834-73.493229%2050.881311-93.281905%2019.787676%2045.226833%2050.881311%2062.18727%2062.186271%2048.054073%202.827239-11.30496%205.650482-39.570357%205.650482-56.531794-1.93511-23.223321-8.508691-45.121936-17.337069-65.128398-8.009179-0.475536-16.104273-0.729288-24.282287-0.729287-162.212589%200-293.713171%2095.269963-293.71317%20212.792195%200%2014.903446%202.123926%2029.447243%206.147996%2043.485533a88.18688%2088.18688%200%200%200%204.122973-3.864226c2.827239-2.823243%208.481717-5.649483%2014.133198-5.649483z%22%20fill%3D%22%23FFFFFF%22%20opacity%3D%22.4%22%20p-id%3D%223864%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

#showKfList:checked ~ span.other {
    -webkit-transform: translate(-70px, 0);
    transform: translate(-70px, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t%3D%221575462102341%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%2210475%22%20width%3D%22200%22%20height%3D%22200%22%3E%3Cpath%20d%3D%22M512%201024a512%20512%200%201%201%20512-512%20512%20512%200%200%201-512%20512z%20m93.44-456.32L576%20596.48c-43.264-13.44-96.256-64-156.928-153.6l21.504-23.808a57.728%2057.728%200%200%200%201.792-75.136l-59.776-72.96a57.472%2057.472%200%200%200-78.72-9.856l-20.352%2015.104a113.92%20113.92%200%200%200-41.984%20123.008A587.648%20587.648%200%200%200%20358.4%20619.136Q448.896%20725.504%20625.536%20768a111.232%20111.232%200%200%200%20118.784-46.464l15.488-23.168a57.728%2057.728%200%200%200-10.368-75.648l-66.304-57.088a57.6%2057.6%200%200%200-77.696%202.048zM305.92%20307.2l20.352-15.104a19.2%2019.2%200%200%201%2026.24%203.328l59.776%2072.96a19.328%2019.328%200%200%201%200%2025.6l-41.984%2045.056%208.192%2012.8c73.728%20111.36%20139.264%20173.312%20199.168%20184.704l9.856%201.92%2044.672-43.136a19.072%2019.072%200%200%201%2025.6-0.768l66.304%2057.216a18.944%2018.944%200%200%201%203.456%2025.6l-15.36%2023.296a73.216%2073.216%200%200%201-77.952%2030.464C524.8%20704%20442.368%20658.432%20387.968%20594.304a546.432%20546.432%200%200%201-109.824-205.952A75.52%2075.52%200%200%201%20305.92%20307.2z%20m233.856%2098.048a74.624%2074.624%200%200%201%2017.024-1.92%2076.8%2076.8%200%200%201%2076.8%2076.8%2075.008%2075.008%200%200%201-0.896%2012.032%2011.008%2011.008%200%200%200-1.152%205.248v0.768a17.792%2017.792%200%200%200%2019.584%2016.384c10.112-0.768%2019.584-5.504%2019.584-16.128v-0.896a111.488%20111.488%200%200%200%201.28-17.408%20115.2%20115.2%200%200%200-115.2-115.2%20120.192%20120.192%200%200%200-15.232%201.024%2020.864%2020.864%200%200%200-18.432%2020.608c0%2010.24%206.528%2019.072%2016.64%2018.304zM710.4%20499.2c0%2010.368%2011.776%2015.36%2021.76%2014.592a16%2016%200%200%200%2016.64-17.024v-7.936-8.192a192%20192%200%200%200-192-192h-13.568A21.504%2021.504%200%200%200%20521.984%20307.2a18.176%2018.176%200%200%200%2017.792%2019.584%20150.144%20150.144%200%200%201%2017.024-0.896%20153.6%20153.6%200%200%201%20153.6%20153.6%20148.992%20148.992%200%200%201-1.152%2019.712z%22%20fill%3D%22%23fb2805%22%20p-id%3D%2210476%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

#showKfList {
    width: 60px;
    height: 60px;
    display: none;
}