body, html {
    height: 100%;
}

body {
    position: relative;
    min-height: 600px;
    min-width: 1270px;
}

.hidden {
    visibility: hidden;
}

#header {
    width: 100%;
    height: 68px;
    margin: 0 auto -68px;
    background: #fff;
    min-width: 1100px;
    font-size: 13px;
    position: relative;
    z-index: 99999;
}

    #header .header-l {
        float: left;
        margin-left: 3%;
        cursor: pointer;
    }

    #header .header-r {
        float: right;
        margin-right: 3%;
        height: 68px;
    }

        #header .header-r .lw_active {
            position: relative;
            float: left;
            margin-right: 48px;
        }

        #header .header-r .header_download {
            position: relative;
            float: left;
            color: #666;
            font-size: 14px;
            margin-top: 25px;
        }

            #header .header-r .header_download:hover {
                color: #1296DB;
            }

            #header .header-r .header_download .down_logo {
                position: absolute;
                left: -20px;
                top: 2px;
                width: 16px;
                height: 20px;
            }

        #header .header-r .header_loginbtn:hover {
            background-color: #ff7b4e;
        }

        #header .header-r .header_loginbtn {
            float: right;
            padding: 7px 24px;
            border-radius: 3px;
            color: #fff;
            font-size: 14px;
            background-color: #1296DB;
            margin-top: 20px;
            margin-left: 40px;
            cursor: pointer;
        }

    #header .header-l img {
        margin: 12px 0 0;
    }

    #header .header-list {
        float: right;
        margin-top: 24px;
    }

        #header .header-list ul li {
            float: left;
        }

            #header .header-list ul li a {
                font-size: 14px;
                color: #666;
                margin: 0 22px;
            }

                #header .header-list ul li a:hover {
                    color: #1296DB;
                }

        #header .header-list .active a {
            color: #ffa486;
            font-weight: 700;
        }

            #header .header-list .active a:hover {
                color: #ffa486;
            }

    #header .header-type-lsit {
        float: left;
    }

        #header .header-type-lsit ul {
            position: relative;
            left: 50%;
            clear: both;
        }

            #header .header-type-lsit ul li {
                position: relative;
                float: left;
                margin-right: 5px;
                left: -50%;
                color: #666;
                font-size: 14px;
                margin: 25px 0 0 40px;
                cursor: pointer;
                padding-bottom: 13px;
            }

                #header .header-type-lsit ul li .faker {
                    position: absolute;
                    width: 40px;
                    height: 20px;
                    top: -1px;
                    right: -40px;
                }

                #header .header-type-lsit ul li p {
                    display: inline-block;
                    padding-right: 20px;
                }

                #header .header-type-lsit ul li.active {
                    padding-bottom: 10px;
                }

                #header .header-type-lsit ul li .direct {
                    position: absolute;
                    top: 50%;
                    right: 0;
                    width: 0;
                    height: 0;
                    border-top: 5px solid #666;
                    border-right: 5px solid transparent;
                    border-left: 5px solid transparent;
                    margin-top: -7px;
                }

                    #header .header-type-lsit ul li .direct .direct_c {
                        position: absolute;
                        width: 0;
                        height: 0;
                        top: -6px;
                        left: -5px;
                        border-top: 5px solid #fff;
                        border-right: 5px solid transparent;
                        border-left: 5px solid transparent;
                    }

        #header .header-type-lsit li:hover .direct {
            margin-top: -10px;
            border-top: none;
            border-bottom: 5px solid #1296DB;
        }

            #header .header-type-lsit li:hover .direct .direct_c {
                top: 1px;
                border-top: none;
                border-bottom: 5px solid #fff;
            }

        #header .header-type-lsit ul li .type_list {
            display: none;
            position: absolute;
            width: 215px;
            top: 32px;
            left: -75px;
            border: 1px solid #eee;
            background-color: #fff;
        }

            #header .header-type-lsit ul li .type_list .list_item {
                position: relative;
                display: block;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                width: 100%;
                padding: 20px 0 20px 75px;
            }

    #header .type_list .list_item .logo {
        position: absolute;
        width: 28px;
        height: 24px;
        left: 30px;
        top: 15px;
    }

    #header .header-r .header_download .down_logo {
        
        background-position: -96px -156px;
        width: 16px;
        height: 16px;
    }

    #header .header-r .header_download:hover .down_logo {
        
        background-position: -80px -156px;
        width: 16px;
        height: 16px;
    }

.logo.excel2pdf {
    
    background-position: -112px -132px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.excel2pdf {
    
    background-position: -140px -132px;
    width: 28px;
    height: 24px;
}

.logo.jpg2pdf {
    
    background-position: -168px 0;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.jpg2pdf {
    
    background-position: -168px -24px;
    width: 28px;
    height: 24px;
}

.logo.page {
    
    background-position: -168px -120px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.page {
    
    background-position: -84px -24px;
    width: 28px;
    height: 24px;
}

.logo.pdf2excel {
    
    background-position: -84px -48px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.pdf2excel {
    
    background-position: 0 -84px;
    width: 28px;
    height: 24px;
}

.logo.pdf2html {
    
    background-position: -28px -84px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.pdf2html {
    
    background-position: -56px -84px;
    width: 28px;
    height: 24px;
}

.logo.pdf2jpg {
    
    background-position: -84px -84px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.pdf2jpg {
    
    background-position: -112px 0;
    width: 28px;
    height: 24px;
}

.logo.pdf2ppt {
    
    background-position: -112px -24px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.pdf2ppt {
    
    background-position: -112px -48px;
    width: 28px;
    height: 24px;
}

.logo.pdf2word {
    
    background-position: -112px -72px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.pdf2word {
    
    background-position: 0 -108px;
    width: 28px;
    height: 24px;
}

.logo.pdfcompress {
    
    background-position: -28px -108px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.pdfcompress {
    
    background-position: -56px -108px;
    width: 28px;
    height: 24px;
}

.logo.pdfmerge {
    
    background-position: -84px -108px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.pdfmerge {
    
    background-position: -84px 0;
    width: 28px;
    height: 24px;
}

.logo.pdfrotate {
    
    background-position: -140px 0;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.pdfrotate {
    
    background-position: -140px -24px;
    width: 28px;
    height: 24px;
}

.logo.pdfsplit {
    
    background-position: -140px -48px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.pdfsplit {
    
    background-position: -140px -72px;
    width: 28px;
    height: 24px;
}

.logo.pdfunlock {
    
    background-position: -140px -96px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.pdfunlock {
    
    background-position: 0 -132px;
    width: 28px;
    height: 24px;
}

.logo.ppt2pdf {
    
    background-position: -28px -132px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.ppt2pdf {
    
    background-position: -56px -132px;
    width: 28px;
    height: 24px;
}

#foot_share .sharebar-em {
    
    background-position: -28px 0;
    width: 28px;
    height: 28px;
}

    #foot_share .sharebar-em:hover {
        
        background-position: 0 -28px;
        width: 28px;
        height: 28px;
    }

#foot_share .sharebar-qq {
    
    background-position: -56px 0;
    width: 28px;
    height: 28px;
}

    #foot_share .sharebar-qq:hover {
        
        background-position: -56px -28px;
        width: 28px;
        height: 28px;
    }

#foot_share .sharebar-wx {
    
    background-position: -28px -56px;
    width: 28px;
    height: 28px;
}

    #foot_share .sharebar-wx:hover {
        
        background-position: -56px -56px;
        width: 28px;
        height: 28px;
    }

.logo.watermark {
    
    background-position: -112px -108px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.watermark {
    
    background-position: -168px -72px;
    width: 28px;
    height: 24px;
}

.logo.word2pdf {
    
    background-position: -168px -48px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover .logo.word2pdf {
    
    background-position: -84px -132px;
    width: 28px;
    height: 24px;
}

#header .header-type-lsit ul li .type_list .list_item:hover {
    color: #1296DB;
    background-color: #f2f2f2;
}

#header .header-type-lsit ul li:hover p {
    color: #1296DB;
}

#header .header-type-lsit ul li:hover .type_list {
    display: block;
}

#header .header-type-lsit ul .active {
    cursor: default;
    color: #1296DB;
    border-bottom: 3px solid #1296DB;
}

    #header .header-type-lsit ul .active a {
        cursor: default;
        color: #1296DB;
    }

#header .header-no-land {
    float: right;
    width: 108px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #1296DB;
    color: #1296DB;
    margin-top: 17px;
    margin-left: 37px;
}

    #header .header-no-land:hover {
        background: #1296DB;
    }

    #header .header-no-land:active {
        background: #ff7b4e;
    }

    #header .header-no-land:hover .header-d a, #header .header-no-land:hover .header-z a, #header .header-no-land:hover i {
        color: #fff;
    }

    #header .header-no-land .header-d, #header .header-no-land .header-z {
        float: right;
    }

        #header .header-no-land .header-d a, #header .header-no-land .header-z a {
            display: block;
            font-style: normal;
            font-size: 14px;
            color: #1296DB;
            font-weight: 400;
            cursor: pointer;
            width: 46px;
            height: 30px;
            line-height: 30px;
        }

        #header .header-no-land .header-d a {
            text-align: right;
            padding-right: 6px;
        }

        #header .header-no-land .header-z a {
            text-align: left;
            padding-left: 6px;
        }

            #header .header-no-land .header-d a:hover, #header .header-no-land .header-z a:hover {
                color: #fff;
            }

    #header .header-no-land i {
        float: right;
        font-style: normal;
        font-size: 12px;
        color: #1296DB;
        font-weight: 400;
        margin: 6px 0 0;
    }

#header .header-x {
    float: left;
}

    #header .header-x:hover .header-block {
        display: block;
    }

#header .header-block {
    display: none;
    top: 48px;
    position: absolute;
    z-index: 999999;
    padding-right: 25px;
    height: 170px;
    border: 1px solid #bcbcbc;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.349019607843137);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.349019607843137);
    box-shadow: 0 0 2px rgba(0,0,0,.349019607843137);
    background: #fff;
}

    #header .header-block .header-block-l, #header .header-block .header-block-r, #header .header-block .header-block-z {
        width: 120px;
        height: 120px;
        background: #1296DB;
        display: block;
        margin: 25px 0 0 25px;
        position: relative;
        float: left;
        cursor: pointer;
    }

    #header .header-block .header-block-r, #header .header-block .header-block-z {
        background: #47c3ee;
    }

#header .header-block-l:hover {
    background: #ff7b4e;
}

#header .header-block-r:hover {
    background: #1ab4ea;
}

#header .header-block p {
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 4px;
    text-align: center;
    width: 100%;
}

#header .header-block .header-block-l i, #header .header-block .header-block-r i, #header .header-block .header-block-z i {
    display: block;
    position: absolute;
    top: 40%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
}

#header .header-h {
    float: left;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    padding: 0 28px;
    border-left: 1px solid #fff;
}

#header .header-h-x {
    background: #fff;
    width: 130px;
    position: absolute;
    top: 48px;
    border: 1px solid #ccc;
    left: 50px;
}

    #header .header-h-x ul li {
        text-indent: 28px;
        cursor: pointer;
        font-size: 14px;
        color: #666;
    }

        #header .header-h-x ul li:hover {
            background: #f2f2f2;
        }

#header .header-land-t {
    margin-top: 8px;
    width: 99px;
    height: 32px;
    float: right;
}

#header .header-land {
    position: relative;
    float: right;
}

#header .header-land-r {
    float: right;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    height: 61px;
    margin-left: 25px;
}

#header .header-land-l {
    float: left;
    max-width: 68px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

#header .header-land-r .header-land-img {
    float: left;
    margin: 8px 15px 0 0;
    behavior: url(css/PIE.htc);
}

    #header .header-land-r .header-land-img img {
        width: 30px;
        height: 30px;
        border-radius: 100px;
    }

#header .header-land-r .header-land-xl {
    width: 0;
    height: 0;
    padding: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #666;
    float: right;
    margin: 20px 0 0 5px;
}

#header .header-land-r:hover .seclt-bt {
    display: block;
}

#header .header-land-r:hover .header-land-xl {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
    border-bottom: 8px solid #666;
}

#header .header-land-t a {
    width: 99px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: #1296DB;
    background: #fff;
    border-radius: 50px;
}

    #header .header-land-t a:hover {
        background: #1296DB;
        color: #fff;
    }

    #header .header-land-t a:active {
        background: #ff7b4e;
        color: #fff;
    }

#header .row-1 {
    font-weight: 400;
    color: #6b6b6b;
    height: 34px;
    line-height: 36px;
    font-size: 12px;
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    text-align: center;
    float: left;
    width: 54px;
    text-indent: 4px;
    outline: 0;
    -moz-outline: none;
}

#header .row-2 {
    display: inline-block;
    float: left;
}

#header .seclt-bt {
    width: 205px;
    height: 200px;
    position: absolute;
    z-index: 9999999;
    right: -24px;
    top: 71px;
    display: none;
}

    #header .seclt-bt img {
        margin: 0;
        width: 54px;
        height: 54px;
    }

    #header .seclt-bt .seclt-bt-k1 {
        background: #1296DB;
        padding: 19px 0 19px 17px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        display: block;
        height: 55px;
    }

        #header .seclt-bt .seclt-bt-k1 p {
            overflow: hidden;
            margin: -2px 36px 0 0;
            width: 81px;
            float: right;
            line-height: 24px;
        }

        #header .seclt-bt .seclt-bt-k1 .seclt-bt-text {
            float: right;
            width: 117px;
            margin-top: 1px;
        }

        #header .seclt-bt .seclt-bt-k1 p img {
            float: right;
            margin: 2px 0 0 4px;
        }

        #header .seclt-bt .seclt-bt-k1 span {
            display: block;
            float: left;
            font-family: '微软雅黑';
            font-weight: 400;
            font-style: normal;
            font-size: 12px;
            color: #fff;
        }

        #header .seclt-bt .seclt-bt-k1 .row {
            width: 57px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    #header .seclt-bt .seclt-bt-k2 {
        background: #fff;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 1px 5px #ccc;
        padding-bottom: 7px;
        padding-top: 6px;
        border: 1px solid #ccc;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=155, Strength=4);
        border-top: none;
    }

        #header .seclt-bt .seclt-bt-k2 a {
            width: 68px;
            text-indent: 13px;
            text-align: left;
            cursor: pointer;
        }

            #header .seclt-bt .seclt-bt-k2 a:hover {
                color: #ff7e53;
            }

        #header .seclt-bt .seclt-bt-k2 p {
            overflow: hidden;
        }

#content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
    min-width: 1100px;

    position: relative;
}

    #content .content_box {
        overflow: hidden;
    }

    #content .content-list {
        min-width: 910px;
        width: 70%;
        left: 50%;
        margin: 0 auto;
    }

    #content .content-auto {
        height: 90px;
        width: 101px;
        left: 50%;
        margin-left: -50px;
        position: absolute;
        top: 50%;
        margin-top: -46.5px;
    }

    #content .content-list-l {
        position: relative;
        width: 15%;
        text-align: center;
        cursor: pointer;
        padding-bottom: 16%;
        height: 0;
        float: left;
        transition: box-shadow .2s ease-out;
        border-radius: 100px;
    }

        #content .content-list-l img {
            display: inline-block;
            margin: 0 0 14px;
            width: 60px;
            height: 50px;
        }

        #content .content-list-l p {
            font-size: 16px;
            color: #fff;
        }

        #content .content-list-l span {
            font-size: 12px;
            color: #fff;
        }

    #content .content-list-1 {
        background: #ff6363;
    }

    #content .content-list-2 {
        background:#3D99F5;
    }

    #content .content-list-3 {
        background: #F7D545;
    }

    #content .content-list-4 {
        background: #FF9600;
    }

    #content .content-list-5 {
        background: #4DCB1D;
    }

    #content .content-list-6 {
        background: #E667E6;
    }

    #content .content-list-7 {
        background: #78A3EF;
    }

    #content .content-list-8 {
        background: #4DC9F8;
    }

    #content .content-list-9 {
        background: #FFC708;
    }

    #content .content-list-10 {
        background: #6fd3f4;
    }

    #content .content-list-11 {
        background: #6db2f7;
    }

    #content .content-list-12 {
        background: #729aff;
    }

    #content .content-list-13 {
        background: #9884ff;
    }

    #content .content-list-14 {
        background: #bb80ff;
    }

    #content .content-list-15 {
        background: #df7cff;
    }

    #content .content-list-16 {
        background: #ff84c9;
    }

    #content .content-list-17 {
        background: #6db2f7;
    }

    #content .content-list-18 {
        background: #fb9bff;
    }

    #content .content-list-19 {
        background: #ff92ae;
    }

    #content .content-list-10 .i, #content .content-list-11 .i, #content .content-list-7 .i, #content .content-list-8 .i, #content .content-list-9 .i {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    #content .content-list-l .i {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 55px;
        height: 55px;
    }

    #content .content-list-l:hover {
        box-shadow: 0 0 20px rgba(0,0,0,.15);
        z-index: 100;
    }

#footer {
    width: 100%;
    text-align: center;
    min-height: 62px;
    background: #fff;
    min-width: 1100px;
    margin-top: -3px;
    position: relative;
    z-index: 99999;
}

    #footer .foot_hotword {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

        #footer .foot_hotword p, #footer .foot_info {
            display: block;
            width: 70%;
            min-width: 960px;
            margin: 0 auto;
            color: #777;
            font-size: 14px;
            text-align: left;
        }

        #footer .foot_hotword p {
            white-space: nowrap;
        }

    #footer .foot_info {
        height: 90px;
    }

    #footer .foot_hotword a {
        color: #777;
    }

        #footer .foot_hotword a:hover {
            color: #1296DB;
        }

    #footer .foot_hotword .split {
        margin: 0 20px;
    }

    #footer .foot_infbox {
        height: 50px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

        #footer .foot_infbox ul li {
            position: relative;
            font-size: 14px;
            margin-right: 65px;
        }

            #footer .foot_infbox ul li a:hover {
                text-decoration: none;
                color: #1296DB;
            }

        #footer .foot_infbox > ul {
            width: 100%;
            overflow: visible;
        }

        #footer .foot_infbox ul li .point_logo {
            position: absolute;
            width: 22px;
            height: 11px;
            top: -8px;
            right: -22px;
        }

        #footer .foot_infbox #foot_share ul {
            margin-top: -5px;
        }

.hot {
    background: url(../img/index/hot.gif) no-repeat center;
}

.new {
    background: url(../img/index/new.gif) no-repeat center;
}

#footer .foot_infbox p {
    text-align: left;
}

#footer .foot_infbox ul li#foot_share {
    float: right;
    margin-right: 0;
}

#footer #foot_share ul {
    float: right;
    margin-bottom: 0;
    overflow: visible;
}

#footer #foot_share .label {
    margin: 0;
}

#foot_share ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

#foot_share ul li {
    position: relative;
    float: left;
    margin-right: 20px;
}

    #foot_share ul li i {
        display: block;
    }

#foot_share .sharebar-qq {
    cursor: pointer;
}

#foot_share .sharebar-em {
    cursor: pointer;
}

#foot_share .sharebar-wx {
    cursor: pointer;
}

#foot_share li:hover i + .sharebar-r, #foot_share li:hover i + .sharebar-wx-r {
    display: block;
}

#foot_share .sharebar-r {
    display: none;
    position: absolute;
    left: -75px;
    top: -90px;
    width: 170px;
    height: 85px;
    background: url(../img/index/QQ和邮箱移入框.png) center no-repeat;
}

#footer .foot_infbox #foot_share ul li {
    margin-left: 25px;
    margin-right: 0;
}

#foot_share .sharebar-r h3 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-align: left;
    text-indent: 20px;
    margin: 13px 0 0 0;
}

#foot_share .sharebar-r p {
    font-size: 12px;
    color: #666;
    text-align: left;
    text-indent: 20px;
    margin-top: 2px;
}

#foot_share .sharebar-wx-r {
    display: none;
    position: absolute;
    width: 100px;
    height: 110px;
    background: url(../img/index/新二维码.png) 100% 100%;
    left: -40px;
    top: -115px;
}

#footer ul {
    margin: 0 auto 10px;
    display: block;
    overflow: hidden;
}

    #footer ul li {
        float: left;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
    }

        #footer ul li a {
            color: #777;
        }

            #footer ul li a:hover {
                text-decoration: underline;
            }

        #footer ul li span {
            color: #777;
            margin: 0 16px;
        }

#footer p {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #999;
    text-align: center;
}

#sidebar {
    position: fixed;
    top: 50%;
    right: 50px;
    margin-top: -70px;
    z-index: 9999;
}

    #sidebar ul li {
        position: relative;
        margin-bottom: 8px;
    }

        #sidebar ul li i {
            display: block;
        }

    #sidebar .sidebar-qq {
        background: url(../img/u/u178.png) no-repeat;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    #sidebar .sidebar-r {
        border: 1px solid #ddd;
        padding: 10px 20px;
        position: absolute;
        background: #fff;
        right: 65px;
        top: -9px;
        display: none;
        text-align: center;
    }

        #sidebar .sidebar-r p {
            white-space: nowrap;
            font-weight: 400;
            font-style: normal;
            font-size: 12px;
            color: #666;
            text-align: left;
        }

            #sidebar .sidebar-r p:first-child {
                font-weight: 700;
                color: #333;
                font-size: 14px;
            }

    #sidebar .sidebar-qq:hover {
        background: url(../img/u/u305.png) no-repeat;
    }

        #sidebar .sidebar-qq:hover + .sidebar-r {
            display: block;
        }

    #sidebar .sidebar-em {
        background: url(../img/u/u180.png) no-repeat;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

        #sidebar .sidebar-em:hover {
            background: url(../img/u/u307.png) no-repeat;
        }

            #sidebar .sidebar-em:hover + .sidebar-r {
                display: block;
            }

    #sidebar .sidebar-wx {
        background: url(../img/u/u309.png) no-repeat;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

        #sidebar .sidebar-wx:hover {
            background: url(../img/u/u311.png) no-repeat;
        }

            #sidebar .sidebar-wx:hover + .sidebar-wx-r {
                display: block;
            }

    #sidebar .sidebar-wx-r {
        position: absolute;
        right: 65px;
        top: -24px;
        display: none;
        border: 1px solid #ddd;
    }

.service-button-hidden {
    visibility: hidden;
}

#agentCookie {
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    top: 10px;
    left: 0;
    overflow: hidden;
}

#footer .link {
    text-align: center;
    margin-bottom: 10px;
}

    #footer .link a {
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        color: #818181;
    }

    #footer .link i {
        margin: 0 10px;
    }
