﻿body, html {
    -webkit-tap-highlight-color: transparent;
    font-family: "微软雅黑";
}

body {
    border-top: #56a8f5 4px solid;
    font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
    background-color: #fff;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6, span, p, em {
    margin: 0;
    font-style: normal;
    padding: 0;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #ddd;
}

a, button {
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gg {
    background: #fff;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.web-top {
    height: 100px;
    overflow: hidden;
    position: relative;
}

    .web-top .searchbox {
        width: 350px;
        border-radius: 35px;
        height: 35px;
        overflow: hidden;
        border: #ddd 1px solid;
        position: absolute;
        right: 0;
        top: 40px;
    }

        .web-top .searchbox a {
            float: right;
            height: 35px;
            width: 80px;
            border-left: #ddd 1px solid;
            line-height: 35px;
            background: #f8f8f8;
            text-align: center;
            font-size: 14px;
            color: #888;
        }

            .web-top .searchbox a i {
                margin-right: 8px;
                font-size: 12px;
            }

        .web-top .searchbox input {
            border: 0;
            width: 220px;
            height: 33px;
            line-height: 33px;
            margin-left: 20px;
            color: #999;
            font-size: 14px;
            outline: none;
        }

    .web-top .logo {
        background: url(/Public/web/images/logo.jpg) no-repeat;
        width: 360px;
        height: 80px;
        position: absolute;
        left: 0;
        top: 10px;
        text-indent: -99999em;
        overflow: hidden;
    }

.web-bottom {
    margin-top: 20px;
    background: #f8f8f8;
    padding: 30px;
}

    .web-bottom .links,
    .web-bottom .copyright,
    .web-bottom .icons {
        text-align: center;
        color: #ccc;
        font-size: 12px;
    }

        .web-bottom .icons a {
            display: inline-block;
            overflow: hidden;
            margin: 0 10px;
        }

    .web-bottom .links {
        margin-top: 10px;
    }

        .web-bottom .links a {
            display: inline-block;
            margin: 0 10px;
            color: #333;
            font-size: 14px;
            text-decoration: none;
        }

    .web-bottom .copyright {
        margin-top: 10px;
        color: #333;
    }

.web-topnav {
    overflow: hidden;
    width: 100%;
    background: #368ee0;
}

    .web-topnav .nav {
        width: 960px;
        margin: 0 auto;
        overflow: hidden;
    }


        .web-topnav .nav a {
            text-decoration: none;
            text-align: center;
            height: 44px;
            line-height: 44px;
            float: left;
            width: 100px;
            font-size: 14px;
            font-weight: bold;
            color: #f9f9f9;
            background: url(/Public/web/images/ks_blue_list.png) right center no-repeat;
        }

            .web-topnav .nav a:hover,
            .web-topnav .nav a.selected {
                color: #fff;
                background: #4273af url(/Public/web/images/ks_blue_list.png) right center no-repeat;
            }

            .web-topnav .nav a:last-of-type {
                background: none;
            }

                .web-topnav .nav a:last-of-type:hover,
                .web-topnav .nav a:last-of-type.selected {
                    color: #fff;
                    background: #4273af;
                }

            .web-topnav .nav a.title {
                width: 180px;
                background: #56a8f5;
            }




.index-banner {
    overflow: hidden;
    position: relative;
}

    .index-banner .nav {
        width: 178px;
        border: #368ee0 1px solid;
        border-top: 0;
        height: 339px;
        float: left;
        background: #f3fbff;
        overflow: visible;
    }

        .index-banner .nav a {
            margin-top: 10px;
            width: 178px;
            display: block;
            height: 45px;
            line-height: 45px;
            font-size: 22px;
            font-weight: 400;
            color: #555;
        }

            .index-banner .nav a i {
                margin-left: 20px;
                font-weight: normal;
                margin-right: 20px;
                font-size: 20px;
                color: #368ee0;
            }

            .index-banner .nav a em {
                float: right;
            }

                .index-banner .nav a em i {
                    font-size: 12px;
                    color: #81baef;
                }

            .index-banner .nav a.selected {
                background: #fff;
                width: 179px;
                border: #368ee0 1px solid;
                border-left: 0;
                border-right: 0;
                height: 43px;
                line-height: 43px;
            }

    .index-banner .subnav {
        display: none;
        z-index: 99;
        position: absolute;
        width: 779px;
        left: 180px;
        top: 0;
        background: #fff;
        border: #368ee0 1px solid;
        border-left: 0;
        border-top: 0;
        height: 339px;
    }

        .index-banner .subnav .item {
            overflow: hidden;
            padding: 30px;
            height: 279px;
        }

            .index-banner .subnav .item a {
                display: inline-block;
                color: #333;
                font-size: 14px;
                margin: 0 15px 15px 0;
            }

                .index-banner .subnav .item a:hover {
                    color: #56a8f5;
                    text-decoration: underline;
                }

    .index-banner .nav {
        width: 178px;
        border: #368ee0 1px solid;
        border-top: 0;
        height: 339px;
        float: left;
    }

    .index-banner .piclist {
        float: right;
        width: 765px;
        height: 324px;
        margin-top: 16px;
        position: relative;
    }

        .index-banner .piclist a {
            position: absolute;
            width: 180px;
            height: 152px;
            overflow: hidden;
            float: left;
        }

            .index-banner .piclist a p {
                padding: 25px 15px 0 15px;
                font-weight: bold;
                font-size: 20px;
                font-family: "微软雅黑";
                color: #fff;
            }

                .index-banner .piclist a p:last-of-type {
                    padding: 0 15px;
                    margin-top: 10px;
                    font-size: 14px;
                    font-weight: normal;
                    font-family: "微软雅黑";
                    color: #ddd;
                }

            .index-banner .piclist a:nth-child(1) {
                left: 0;
                top: 0;
                height: 324px;
                background: url(/Public/web/images/banner1.png);
            }

            .index-banner .piclist a:nth-child(2) {
                left: 195px;
                top: 0;
                background: url(/Public/web/images/banner2.png);
            }

            .index-banner .piclist a:nth-child(3) {
                left: 195px;
                top: 172px;
                background: url(/Public/web/images/banner3.png);
            }

            .index-banner .piclist a:nth-child(4) {
                top: 0;
                left: 390px;
                height: 324px;
                background: url(/Public/web/images/banner4.png);
            }

            .index-banner .piclist a:nth-child(5) {
                right: 0px;
                top: 0;
                background: url(/Public/web/images/banner5.png);
            }

            .index-banner .piclist a:nth-child(6) {
                right: 0px;
                top: 172px;
                background: url(/Public/web/images/banner6.png);
            }

.article-title {
    margin-top: 10px;
    overflow: visible;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    border-bottom: #368ee0 1px solid;
}

    .article-title h2 {
        float: left;
        font-size: 22px;
        font-weight: bold;
        font-family: "微软雅黑";
        background: #368ee0;
        color: #fff;
        text-align: center;
        width: 180px;
        border-radius: 10px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .article-title .nav {
        float: right;
        margin-top: 10px;
    }

        .article-title .nav a {
            text-align: center;
            display: inline-block;
            margin-left: 10px;
            border-radius: 10px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            width: 80px;
            height: 30px;
            line-height: 30px;
            border: #56a8f5 1px solid;
            border-bottom: 0;
        }

            .article-title .nav a:hover,
            .article-title .nav a.selected {
                background: #56a8f5;
                color: #fff;
                border-color: #15538d;
            }

.article-subnav {
    overflow: hidden;
    border-bottom: #ddd 1px solid;
    margin: 20px auto;
    padding-bottom: 10px;
}

    .article-subnav .item {
        width: 100%;
        overflow: hidden;
        display: none;
    }

        .article-subnav .item a {
            margin-right: 10px;
            margin-bottom: 5px;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            overflow: hidden;
            border-radius: 30px;
            font-size: 14px;
            color: #777;
            border: #eee 1px solid;
        }

            .article-subnav .item a:hover,
            .article-subnav .item a.selected {
                background: #56a8f5;
                color: #fff;
                border-color: #15538d;
            }

.index-title {
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    border-bottom: #eee 2px solid;
}

    .index-title .nav {
        float: right;
    }

        .index-title .nav a {
            display: inline-block;
            width: 60px;
            text-align: right;
            font-size: 14px;
        }

            .index-title .nav a.selected {
                color: #368ee0;
                font-weight: bold;
            }

.index-article {
    overflow: hidden;
    margin-top: 20px;
}

    .index-article .item {
        width: 100%;
        overflow: hidden;
        display: none;
        height: 320px;
    }

        .index-article .item:first-of-type {
            display: inherit;
        }

        .index-article .item a {
            width: 46%;
            float: left;
            height: 35px;
            line-height: 35px;
            overflow: hidden;
            font-size: 14px;
            margin-left: 4%;
            color: #555;
        }

            .index-article .item a:hover {
                border-bottom: #368ee0 1px dotted;
                color: #368ee0;
                height: 34px;
            }

            .index-article .item a:nth-child(2n+1) {
                margin-right: 4%;
                margin-left: 0;
            }

            .index-article .item a em {
                float: right;
                font-style: normal;
                color: #999;
                font-size: 12px;
            }


.web-banner {
    overflow: hidden;
    margin-top: 10px;
}

.article-list {
    overflow: hidden;
}

    .article-list a {
        padding-top: 20px;
        display: block;
        height: 100px;
        position: relative;
        padding-left: 220px;
        color: #333;
        border-bottom: #ddd 1px dotted;
        padding-bottom: 20px;
    }

        .article-list a:hover {
            background: #dcebfa;
            border-color: #368ee0;
        }

        .article-list a .img {
            position: absolute;
            left: 0;
            top: 20px;
            width: 180px;
            height: 100px;
            overflow: hidden;
        }

            .article-list a .img img {
                width: 100%;
                float: left;
            }

        .article-list a h2 {
            font-size: 18px;
            font-weight: bold;
            color: #555;
            height: 30px;
        }


        .article-list a p {
            height: 50px;
            font-size: 14px;
            color: #999;
        }

            .article-list a p:last-of-type {
                height: 20px;
            }


.article-pager {
    margin-top: 30px;
    overflow: hidden;
}

    .article-pager .texts {
        display: none;
    }

    .article-pager .buttons {
        width: 100%;
        text-align: center;
    }

        .article-pager .buttons a {
            display: inline-block;
            margin: 0 5px;
            border: #eee 1px solid;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            border-radius: 30px;
            overflow: hidden;
            color: #999;
        }

            .article-pager .buttons a:hover,
            .article-pager .buttons a.selected {
                background: #56a8f5;
                color: #fff;
                border-color: #15538d;
            }

.article-detail {
    width: 690px;
    padding-right: 270px;
    position: relative;
    overflow: hidden;
}

    .article-detail .header {
        text-align: center;
        border-bottom: #ddd 1px solid;
        padding: 10px 0 10px 0;
        background: #f9f9f9;
        margin-top: 10px;
    }

        .article-detail .header h2 {
            font-size: 24px;
            font-weight: 400;
            color: #000;
            line-height: 28px;
            padding: 10px;
            overflow: hidden;
        }

        .article-detail .header .status {
            margin-top: 10px;
            font-size: 12px;
            color: #999;
        }

            .article-detail .header .status em {
                color: #999;
                margin: 0 10px;
            }


    .article-detail .article-content-view {
        background: #f9f9f9;
        padding: 20px;
    }

.article-content-view {
    overflow: hidden;
    font-size: 16px;
    color: #777;
}


    .article-content-view .text {
        font-size: 16px;
        line-height: 25px;
        text-indent: 2em;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .article-content-view .text-title {
        background: #368ee0;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        border-bottom-right-radius: 0px;
        width: 180px;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        overflow: hidden;
        margin-bottom: 20px;
    }


    .article-content-view .text-subtitle {
        background: #368ee0;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        border-bottom-right-radius: 0px;
        width: 180px;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .article-content-view .text-labels {
        text-decoration: underline;
    }

    .article-content-view .text-tips {
        text-indent: 0;
        padding-left: 20px;
        color: #999;
        font-size: 16px;
        border-left: #eee 3px solid;
        overflow: hidden;
        line-height: 25px;
    }

    .article-content-view .images {
        margin-bottom: 10px;
        overflow: hidden;
    }

        .article-content-view .images img {
            float: left;
            width: 100%;
        }


.jsonData-textarea {
    display: none;
}


.right-info {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    overflow: hidden;
}

    .right-info .box {
        margin-top: 10px;
        overflow: hidden;
        border: #ddd 1px solid;
    }

        .right-info .box h2 {
            height: 40px;
            line-height: 40px;
            text-indent: 10px;
            font-size: 14px;
            font-weight: bold;
            color: #333;
            border-bottom: #ddd 1px solid;
        }

            .right-info .box h2 a {
                float: right;
                font-size: 12px;
                color: #999;
                font-weight: normal;
            }

        .right-info .box .list {
            padding: 10px;
        }

            .right-info .box .list a {
                display: block;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                color: #555;
                font-size: 12px;
            }

                .right-info .box .list a:hover {
                    color: #368ee0;
                    background: #e3effb;
                }

                .right-info .box .list a i {
                    color: #56a8f5;
                    font-size: 12px;
                    margin-right: 4px;
                }

        .right-info .box .teacher-list {
            overflow: hidden;
            padding: 0 10px;
        }

            .right-info .box .teacher-list a {
                position: relative;
                padding-left: 90px;
                display: block;
                height: 80px;
                overflow: hidden;
                margin: 10px 0;
            }

                .right-info .box .teacher-list a img {
                    width: 80px;
                    height: 80px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    border-radius: 3px;
                    overflow: hidden;
                }

                .right-info .box .teacher-list a h3 {
                    color: #333;
                    font-weight: bold;
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                .right-info .box .teacher-list a p {
                    color: #999;
                    font-size: 14px;
                }



    .right-info .link-pic {
        border: #ddd 1px solid;
        display: block;
        margin-top: 10px;
        overflow: hidden;
    }

        .right-info .link-pic img {
            width: 100%;
            display: block;
        }

.course-detail-top {
    width: 920px;
    margin-top: 20px;
    background: #f9f9f9;
    padding: 20px;
}

    .course-detail-top .img {
        float: left;
        width: 300px;
        overflow: hidden;
    }

        .course-detail-top .img img {
            width: 100%;
            display: block;
        }

    .course-detail-top .info {
        float: right;
        width: 600px;
        overflow: hidden;
    }

        .course-detail-top .info h2 {
            color: #555;
            font-weight: bold;
            font-size: 22px;
            height: 40px;
            overflow: hidden;
            border-bottom: #ccc 1px dashed;
        }

        .course-detail-top .info .price {
            margin-top: 10px;
            color: #666;
            font-size: 18px;
        }

            .course-detail-top .info .price em {
                font-weight: bold;
                color: #fb4500;
                margin-right: 20px;
            }

                .course-detail-top .info .price em.not {
                    color: #999;
                    text-decoration: line-through;
                }


            .course-detail-top .info .price .score {
                float: right;
            }

                .course-detail-top .info .price .score i {
                    color: #fb4500;
                    font-size: 16px;
                }

                .course-detail-top .info .price .score em {
                    margin-right: 5px;
                    color: #fb4500;
                    font-size: 18px;
                }

        .course-detail-top .info .service {
            margin-top: 10px;
            font-size: 14px;
            color: #999;
            overflow: hidden;
            line-height: 20px;
            position: relative;
            padding-left: 70px;
            padding-top: 4px;
            min-height: 20px;
        }

            .course-detail-top .info .service em {
                position: absolute;
                left: 0;
                top: 0;
                padding: 0 15px;
                height: 25px;
                line-height: 25px;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                background: #fb4500;
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                border-bottom-left-radius: 20px;
                margin-right: 10px;
            }

        .course-detail-top .info .buttons {
            margin-top: 10px;
            overflow: hidden;
            line-height: 40px;
            font-size: 14px;
        }

            .course-detail-top .info .buttons i {
                color: #368ee0;
                margin-right: 5px;
                font-size: 16px;
            }

            .course-detail-top .info .buttons a {
                float: right;
                display: inline-block;
                height: 40px;
                line-height: 40px;
                width: 110px;
                text-align: center;
                background: #368ee0;
                border-radius: 10px;
                margin-right: 10px;
                color: #fff;
                font-size: 16px;
                overflow: hidden;
            }

                .course-detail-top .info .buttons a:last-of-type {
                    background: #fb4500;
                }

.top-school-list a {
    margin-top: 20px;
    margin-left: 15px;
    width: 180px;
    height: 130px;
    float: left;
}

    .top-school-list a:nth-child(5n+1) {
        margin-left: 0;
    }


    .top-school-list a img {
        border: #ddd 1px solid;
        width: 178px;
        height: 88px;
    }

    .top-school-list a p {
        text-align: center;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 14px;
        color: #666;
    }


.course-top-banner {
    width: 100%;
    text-align: center;
}

    .course-top-banner .item {
        height: 400px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
    }


.web-center-title {
    background: #fff url(/Public/web/images/web-center-title.png) no-repeat center center;
    text-align: center;
    margin: 0 auto;
    width: 960px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    font-weight: 400;
    margin-top: 20px;
    color: #000;
}


.web-center-nav {
    margin-top: 20px;
    overflow: hidden;
}

    .web-center-nav a {
        width: 130px;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        border-radius: 35px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        margin-right: 10px;
        border: #eee 1px solid;
    }

        .web-center-nav a.selected {
            background: #56a8f5;
            color: #fff;
            border-color: #15538d;
        }


.web-course-list {
    overflow: hidden;
}

    .web-course-list a {
        padding: 10px;
        width: 280px;
        float: left;
        margin-left: 30px;
        height: 320px;
        background: #fafafa;
        margin-bottom: 30px;
        overflow: hidden;
    }

        .web-course-list a:nth-child(3n+1) {
            margin-left: 0;
        }


        .web-course-list a .img {
            overflow: hidden;
        }

            .web-course-list a .img img {
                width: 100%;
                height: 200px;
                display: block;
            }

        .web-course-list a h2 {
            font-size: 16px;
            color: #000;
            font-weight: 400;
            height: 40px;
            line-height: 40px;
        }

        .web-course-list a .detail {
            font-size: 14px;
            color: #999;
            height: 50px;
            line-height: 25px;
            overflow: hidden;
        }

        .web-course-list a .price {
            color: #fb4500;
            font-size: 16px;
            font-weight: bold;
        }

            .web-course-list a .price em {
                float: right;
                text-align: center;
                width: 80px;
                height: 25px;
                line-height: 25px;
                font-weight: normal;
                border-radius: 25px;
                background: #fb4500;
                color: #fff;
                font-size: 14px;
                overflow: hidden;
            }


.web-school-top {
    height: 100px;
    overflow: hidden;
    position: relative;
}

    .web-school-top .icon-nav {
        position: absolute;
        top: 32.5px;
        right: 0;
        height: 80px;
    }

        .web-school-top .icon-nav a {
            text-align: right;
            height: 30px;
            line-height: 30px;
            font-size: 20px;
            font-weight: 400;
            color: #000;
            float: left;
            margin-left: 30px;
        }

            .web-school-top .icon-nav a em,
            .web-school-top .icon-nav a span {
                float: left;
                height: 30px;
                line-height: 30px;
            }

            .web-school-top .icon-nav a em {
                width: 28px;
                height: 28px;
                line-height: 28px;
                border-radius: 28px;
                text-align: center;
                overflow: hidden;
                margin-right: 10px;
                border: #333 1px solid;
                color: #333;
            }



            .web-school-top .icon-nav a:first-of-type em {
                border-color: #fb4500;
            }

                .web-school-top .icon-nav a:first-of-type,
                .web-school-top .icon-nav a:first-of-type em i,
                .web-school-top .icon-nav a:hover {
                    color: #fb4500;
                }

                    .web-school-top .icon-nav a:hover em {
                        border-color: #fb4500;
                        background: #fb4500;
                    }

                        .web-school-top .icon-nav a:hover em i {
                            color: #fff !important;
                        }


    .web-school-top .logo {
        height: 80px;
        width: 200px;
        position: absolute;
        left: 0;
        top: 10px;
        overflow: hidden;
    }

    .web-school-top .title {
        padding-left: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #000;
        width: 200px;
        height: 60px;
        line-height: 60px;
        position: relative;
        left: 200px;
        top: 20px;
        border-left: #ddd 1px solid;
    }

    .web-school-top .logo img {
        width: 100%;
        float: left;
    }

.web-school-topnav {
    position: fixed;
    left: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    background: #f8f8f8;
    border-bottom: #ddd 1px solid;
    z-index: 999;
}



    .web-school-topnav .nav {
        text-align: left;
    }

        .web-school-topnav .nav a {
            width: auto;
            height: 30px;
            font-size: 12px;
            line-height: 30px;
            margin-left: 10px;
            font-weight: normal;
            float: none;
            display: inline-block;
            background: none;
            color: #999;
        }

            .web-school-topnav .nav a:last-of-type:hover,
            .web-school-topnav .nav a:hover {
                color: #368ee0;
                background: none;
            }

.web-school-top {
    margin-top: 33px;
}

.web-school-nav {
    background: #222;
    overflow: hidden;
}

    .web-school-nav .nav {
        width: 960px;
        margin: 0 auto;
        overflow: hidden;
    }

        .web-school-nav .nav a {
            margin: 0;
            float: left;
            padding: 0 30px;
            font-size: 16px;
            font-weight: bold;
            height: 45px;
            line-height: 45px;
            color: #fff;
        }

            .web-school-nav .nav a:hover,
            .web-school-nav .nav a.selected {
                background: #9a1c1c;
            }


.web-teacher-list a {
    width: 230px;
    float: left;
    height: 250px;
    background: #fafafa;
    margin-left: 13.333px;
    margin-top: 20px;
}

    .web-teacher-list a img {
        display: block;
        width: 100%;
        height: 160px;
        overflow: hidden;
    }

    .web-teacher-list a:nth-child(4n+1) {
        margin-left: 0;
    }

    .web-teacher-list a h3 {
        display: block;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        overflow: hidden;
        padding: 0 10px;
    }

    .web-teacher-list a p {
        display: block;
        font-size: 14px;
        color: #777;
        padding: 0 10px;
        overflow: hidden;
    }

.web-teacher-info {
    margin-top: 20px;
    position: relative;
    padding-left: 200px;
    width: 760px;
    height: 140px;
    background: #fafafa;
}

    .web-teacher-info h3 {
        margin-top: 30px;
        font-size: 30px;
        font-weight: 400;
        color: #000;
    }

    .web-teacher-info .avatar {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 100px;
        height: 100px;
        border-radius: 100px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .web-teacher-info .icons {
        position: absolute;
        right: 0;
        top: 20px;
        margin-top: 0px;
        overflow: hidden;
    }

        .web-teacher-info .icons a {
            margin-right: 20px;
            width: 60px;
            text-align: center;
            float: left;
        }

            .web-teacher-info .icons a p {
                font-size: 12px;
                color: #999;
                margin-top: 10px;
            }


    .web-teacher-info .labels {
        height: 39px;
        line-height: 39px;
        font-size: 16px;
        color: #999;
    }

.float-right-nav-top {
    position: fixed;
    width: 80px;
    height: 80px;
    z-index: 999;
    bottom: 500px;
    right: 5%;
    margin-top: -800px;
}

    .float-right-nav-top img {
        width: 100%;
    }

.float-right-nav {
    z-index: 998;
    height: 400px;
    width: 80px;
    position: fixed;
    bottom: 100px;
    right: 5%;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0,0,0,0.2) 0 0 15px;
    border-radius: 10px;
}

    .float-right-nav a {
        width: 80px;
        height: 80px;
        float: left;
        overflow: hidden;
        color: #368ee0;
        border-bottom: #eee 1px solid;
    }


        .float-right-nav a em {
            float: left;
            width: 100%;
            height: 50px;
            text-align: center;
            line-height: 60px;
            overflow: hidden;
        }


            .float-right-nav a em i {
                font-size: 30px;
                color: #368ee0;
            }

        .float-right-nav a p {
            width: 100%;
            float: left;
            height: 30px;
            text-align: center;
            font-size: 12px;
            overflow: hidden;
        }

        .float-right-nav a:last-of-type {
            border: 0;
        }

        .float-right-nav a:hover {
            background: #368ee0;
            color: #fff;
            border-color: #15538d;
        }

            .float-right-nav a:hover em i {
                color: #fff;
            }
