@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    margin: 0 auto;
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #efefef;
    font-size: 14px;
}

body {
    display: none;
}



input {
    outline: none !important;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

a {
    color: black
}

    a:link {
        text-decoration: none !important;
    }

    a:visited {
        text-decoration: none !important;
    }

    a:hover {
        text-decoration: none !important;
    }

    a:active {
        text-decoration: none !important;
    }

.thisIsHide {
    display: none !important;
}

.red {
    color: #2440b3;
}

.w_1200.m_t_20 {
    margin-top: 20px;
}

.w_1200 {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
    position: relative;
}

.w_100 {
    width: 100%;
    min-width: 1200px;
    margin: auto
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.statement {
    float: right;
    margin-right: 20px;
    color: #fc403e;
    position: relative;
}

    .statement i {
        color: #fc403e;
        padding-right: 5px;
    }

    .statement:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 14px;
        background: #5d5d5d;
        right: -10px;
        top: 3px;
    }

.overfH {
    overflow: hidden;
}

.publicTop {
    background: #f7f9fa;
    border-bottom: 1px solid #d6d6d6;
}

    .publicTop .w_1200 {
        overflow: hidden;
        padding: 8px 0;
    }

        .publicTop .w_1200 span {
            float: left;
            color: #5d5d5d;
            letter-spacing: 2px;
        }

        .publicTop .w_1200 p {
            float: right;
            color: #5d5d5d;
        }

            .publicTop .w_1200 p.WmIndex {
                position: relative;
                margin-right: 20px;
            }

                .publicTop .w_1200 p.WmIndex:before {
                    content: "";
                    position: absolute;
                    width: 1px;
                    height: 14px;
                    background: #5d5d5d;
                    right: -10px;
                    top: 3px;
                }

                .publicTop .w_1200 p.WmIndex:hover i {
                    color: #df3d30;
                }

                .publicTop .w_1200 p.WmIndex:hover a {
                    color: #df3d30;
                }

                .publicTop .w_1200 p.WmIndex i {
                }

                .publicTop .w_1200 p.WmIndex a {
                    color: #5d5d5d;
                }

.header {
    background: #fff;
    border-bottom: 1px solid #e8e9ed;
}

    .header .w_1200 {
        padding: 25px 0;
        position: relative;
    }

    .header a.logo {
        display: inline-block;
        float: left;
        margin-right: 10px;
        position: relative;
        padding-right: 90px;
    }

        .header a.logo i {
            display: inline-block;
            width: 80px;
            height: 80px;
            background: url(https://www.edu-edu.com/tp/PC/b2c/b2cImg/24.gif);
            background-size: 100% 100%;
            position: absolute;
            top: -20px;
            right: -5px;
        }

        .header a.logo img {
            width: 210px;
        }

    .header ul.navs {
        float: left;
        padding-top: 8px;
    }

        .header ul.navs li {
            float: left;
            margin: 0 10px;
        }

            .header ul.navs li.hot {
                position: relative;
            }

                .header ul.navs li.hot:before {
                    content: "";
                    position: absolute;
                    width: 42px;
                    height: 40px;
                    background: url(/tp/PC/b2c/b2cImg/hot.gif) no-repeat center center;
                    background-size: 40px;
                    left: 17px;
                    top: -30px;
                }

            .header ul.navs li a {
                font-size: 18px;
                color: #5d5d5d;
                display: inline-block;
                padding: 0 1px;
                padding-bottom: 5px;
            }

                .header ul.navs li a:hover {
                    color: #e13b29;
                    border-bottom: 3px solid #e13b29;
                }

            .header ul.navs li.active a {
                color: #df3d30;
                border-bottom: 3px solid red;
                padding-bottom: 5px;
            }

    .header .searchBox {
        float: left;
        padding-left: 20px;
        position: relative;
        padding-top: 5px;
    }

        .header .searchBox input {
            width: 160px;
            height: 30px;
            border: 1px solid #cccccc;
            border-radius: 30px;
            padding-left: 15px;
        }

        .header .searchBox i {
            position: absolute;
            color: #a9a2a2;
            font-size: 16px;
            right: 15px;
            top: 12px;
            cursor: pointer;
        }

    .header .LearningCenter {
        font-size: 16px;
        color: #5d5d5d;
        display: inline-block;
        margin-left: 15px;
        margin-top: 10px;
    }

    .header .userInformation {
        display: none;
        float: right;
        position: absolute;
        right: 5px;
        top: 20px;
        z-index: 5;
        background: #fff;
    }

        .header .userInformation .user_box {
            padding: 8px 8px;
            cursor: pointer;
        }

            .header .userInformation .user_box img {
                width: 35px;
                height: 35px;
                border-radius: 50%;
                float: left;
            }

            .header .userInformation .user_box .userName {
                float: left;
                margin-top: 8px;
                margin-left: 10px;
            }

                .header .userInformation .user_box .userName span {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: 115px;
                    display: inline-block;
                    float: left;
                    color: #333;
                    margin-right: 10px;
                }

                .header .userInformation .user_box .userName i {
                    float: left;
                    color: #ccc;
                    font-size: 20px;
                }

                .header .userInformation .user_box .userName .fa-caret-down {
                }

                .header .userInformation .user_box .userName .fa-caret-up {
                    display: none;
                }

        .header .userInformation:hover {
            box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
            z-index: 60;
            background: #ffffff;
        }

        .header .userInformation ul {
            display: none;
        }

            .header .userInformation ul li {
                font-size: 14px;
                padding: 0 8px;
                position: relative;
                margin-top: -1px;
            }

                .header .userInformation ul li a {
                    border-top: 1px solid #ebebeb;
                    height: 42px;
                    line-height: 42px;
                    display: block;
                    color: #8a8b90;
                    text-align: left;
                    padding-left: 25%;
                }

                    .header .userInformation ul li a i {
                        font-size: 14px;
                        padding-right: 7px;
                    }

                    .header .userInformation ul li a span {
                        display: inline-block;
                        width: 60px;
                        text-align: left;
                    }

                .header .userInformation ul li:hover {
                    background: #ebebeb;
                }

                    .header .userInformation ul li:hover a {
                        color: #e23b29;
                        font-weight: bold;
                    }

        .header .userInformation:hover ul {
            display: block;
        }

    .header .loginBox {
        float: right;
        position: relative;
        padding-top: 8px;
        display: none;
    }

        .header .loginBox .login {
            display: inline-block;
            width: 78px;
            line-height: 24px;
            text-align: center;
            border: 1px solid #fc403e;
            margin-right: 10px;
            border-radius: 30px;
            background: #fc403e;
            color: #fff;
            height: 24px;
        }

        .header .loginBox .register {
            display: inline-block;
            width: 78px;
            line-height: 24px;
            text-align: center;
            border: 1px solid #fc403e;
            border-radius: 30px;
            color: #fc403e;
            height: 24px;
        }

        .header .loginBox .gift {
            display: block;
            position: absolute;
            right: 2px;
            bottom: -30px;
        }

            .header .loginBox .gift img {
            }

.nav {
    background: #e23b29;
}

    .nav .title {
        float: left;
        padding-left: 18px;
        cursor: pointer;
        width: 150px;
    }

        .nav .title .content {
            color: #fff;
        }

            .nav .title .content a {
                display: block;
                padding: 9px 0;
            }

            .nav .title .content i {
                background: url("/tp/PC/b2c/b2cImg/pic_28.png") no-repeat center center;
                display: inline-block;
                width: 20px;
                height: 27px;
                float: left;
            }

            .nav .title .content span {
                color: #fff;
                padding-left: 12px;
                font-size: 20px;
                font-weight: bold;
            }

        .nav .title:hover {
            background: #b92111;
        }

    .nav .navItem {
        float: right;
    }

        .nav .navItem li {
            float: left;
            padding: 12px 0px;
            margin-left: 100px;
            position: relative;
        }

            .nav .navItem li a {
                color: #fff;
                font-size: 16px;
            }

            .nav .navItem li i {
                color: #fff;
                padding-left: 5px;
                font-size: 18px;
            }

            .nav .navItem li .navContent {
                position: absolute;
                margin: auto;
                left: -23px;
                top: 45px;
                box-shadow: 0px 3px 5px #ccc;
                display: none;
                background: #fff;
                z-index: 5;
                width: 125px;
            }

                .nav .navItem li .navContent.lnzt {
                }

                .nav .navItem li .navContent a {
                    color: #5d5d5d;
                    display: block;
                    line-height: 42px;
                    padding: 0px 15px;
                    font-size: 15px;
                    text-align: center;
                    border-bottom: 1px solid #e9eaec;
                    margin: 0px 5px;
                }

                    .nav .navItem li .navContent a:hover {
                        color: #e23b29;
                        -moz-transition: ease-out 0.25s;
                        -o-transition: ease-out 0.25s;
                        -webkit-transition: ease-out 0.25s;
                        transition: ease-out 0.25s;
                    }

                .nav .navItem li .navContent.cjksj_nav_1 {
                }

                .nav .navItem li .navContent.cjksj_nav_2 {
                }

                .nav .navItem li .navContent.cjksj_nav_3 {
                }

            .nav .navItem li.hasChild:hover .navContent {
                display: block;
                -moz-transition: ease-out 0.25s;
                -o-transition: ease-out 0.25s;
                -webkit-transition: ease-out 0.25s;
                transition: ease-out 0.25s;
            }

            .nav .navItem li.hasChild:hover .fa-angle-down {
                display: none;
            }

            .nav .navItem li.hasChild:hover .fa-angle-up {
                display: inline-block;
            }

            .nav .navItem li.hasChild .fa-angle-up {
                display: none;
            }

    .nav .title .subjectType {
        position: absolute;
        width: 834px;
        margin: auto;
        left: 0;
        top: 45px;
        box-shadow: 0 0 5px #ccc;
        background: #fff;
        z-index: 5;
        padding: 40px 40px;
        display: none;
    }

        .nav .title .subjectType .item {
            margin-bottom: 30px;
        }

            .nav .title .subjectType .item h3 {
                float: left;
                color: #17233d;
                font-size: 16px;
                margin-right: 30px;
            }

            .nav .title .subjectType .item ul {
                float: left;
                padding-top: 2px;
            }

                .nav .title .subjectType .item ul li {
                    float: left;
                    margin-right: 40px;
                }

                    .nav .title .subjectType .item ul li a {
                        color: #9598a2;
                    }

            .nav .title .subjectType .item:last-child {
                margin-bottom: 0;
            }

            .nav .title .subjectType .item ul li a:hover {
                -moz-transition: ease-out 0.25s;
                -o-transition: ease-out 0.25s;
                -webkit-transition: ease-out 0.25s;
                transition: ease-out 0.25s;
                color: #e23b29;
            }

    .nav .title:hover .subjectType {
        display: block;
    }

.course__list {
    padding-top: 10px;
}

    .course__list ul {
        margin-right: -20px;
        margin-bottom: -20px;
    }

        .course__list ul li {
            float: left;
            background: #fff;
            width: 285px;
            margin-right: 20px;
            box-sizing: border-box;
            background-clip: content-box;
            margin-bottom: 20px;
            box-shadow: 0px 2px 5px #d6d6d6;
            border-top: 2px solid #fff;
            position: relative;
        }

            .course__list ul li a {
                display: block;
                padding: 20px;
            }

                .course__list ul li a p.title {
                    background-color: #ed6b6e;
                    background-image: linear-gradient(to right,#ed6b6e,#f3876c);
                    color: #fff;
                    padding: 7px 15px;
                    display: inline-block;
                    border-radius: 0px 0px 5px 5px;
                    position: absolute;
                    top: -2px;
                    min-width: 60px;
                    text-align: center;
                }

                .course__list ul li a h3 {
                    padding-top: 40px;
                    color: #16253a;
                    font-size: 18px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding-bottom: 10px;
                }

                .course__list ul li a .lable {
                    margin-bottom: 7px;
                    overflow: hidden;
                    height: 48px;
                }

                    .course__list ul li a .lable label {
                        background: #fff5f5;
                        color: #525a6f;
                        font-size: 13px;
                        padding: 2px 5px;
                        display: inline-block;
                        border-radius: 4px;
                        float: left;
                        margin-right: 5px;
                        margin-bottom: 5px;
                    }

                .course__list ul li a .activity__box {
                    position: relative;
                    height: 60px;
                }

                    .course__list ul li a .activity__box span.promotion {
                        display: none;
                    }

                    .course__list ul li a .activity__box p.OldPrice {
                        display: none;
                    }

                    .course__list ul li a .activity__box.activity .promotion {
                        background-color: #ed6b6e;
                        background-image: linear-gradient(to right, #ed6b6e, #f3876c);
                        color: #fff;
                        padding: 4px 10px;
                        display: inline-block;
                        border-radius: 15px 0px 0px 15px;
                        position: absolute;
                        right: 0;
                        top: 15px;
                        font-size: 12px;
                    }

                    .course__list ul li a .activity__box.activity .OldPrice {
                        display: block;
                        overflow: hidden;
                        padding-top: 5px;
                    }

                        .course__list ul li a .activity__box.activity .OldPrice s {
                            color: #64707e;
                            float: left;
                        }

                        .course__list ul li a .activity__box.activity .OldPrice .activity_countdown {
                            color: #64707e;
                            float: right;
                        }

                            .course__list ul li a .activity__box.activity .OldPrice .activity_countdown em {
                                color: #f54030;
                                font-style: normal;
                                padding: 0 2px;
                            }

                    .course__list ul li a .activity__box p.price {
                        border-top: 1px solid #e9eaec;
                        font-weight: bold;
                        color: #f64130;
                        font-size: 18px;
                        padding-top: 15px;
                    }

            .course__list ul li:hover {
                -moz-transition: ease-out 0.3s;
                -o-transition: ease-out 0.3s;
                -webkit-transition: ease-out 0.3s;
                transition: ease-out 0.3s;
                box-shadow: 0px 0px 2px #d6d6d6;
            }

.linkTitle {
    margin-top: 20px;
}

    .linkTitle .content {
        background: #fff;
        padding: 15px;
    }

        .linkTitle .content .title {
            float: left;
            color: #17233d;
            font-size: 18px;
        }

        .linkTitle .content ul {
            float: left;
            padding-top: 3px;
        }

            .linkTitle .content ul li {
                float: left;
                position: relative;
                padding-right: 24px
            }

                .linkTitle .content ul li a {
                    color: #6c6c6c;
                }

                .linkTitle .content ul li:before {
                    content: "|";
                    color: #6c6c6c;
                    position: absolute;
                    right: 10px;
                }

                .linkTitle .content ul li:last-child:before {
                    display: none;
                }

                .linkTitle .content ul li:nth-child(15n):before {
                    display: none;
                }

                .linkTitle .content ul li a:hover {
                    -moz-transition: ease-out 0.25s;
                    -o-transition: ease-out 0.25s;
                    -webkit-transition: ease-out 0.25s;
                    transition: ease-out 0.25s;
                    color: #e23b29;
                }

.footer {
    background: #fefefe;
    margin-top: 20px;
}

    .footer .content {
        padding-bottom: 30px;
    }

        .footer .content ul {
            float: left;
            padding: 0 160px 0px 10px;
        }

            .footer .content ul li.title {
                padding-top: 33px;
                font-size: 16px;
                padding-bottom: 10px;
                color: #17233d;
                font-weight: bold;
            }

            .footer .content ul li {
                line-height: 30px;
            }

                .footer .content ul li a {
                    color: #666666;
                }

        .footer .content .follow {
            float: left;
            width: 360px;
        }

            .footer .content .follow h3 {
                padding-top: 33px;
                font-size: 16px;
                padding-bottom: 10px;
                font-weight: bold;
                line-height: 30px;
                color: #17233d;
            }

            .footer .content .follow dl {
                float: left;
                margin-right: 36px;
            }

                .footer .content .follow dl dt img {
                    display: block;
                    width: 97px;
                }

                .footer .content .follow dl dd {
                    text-align: center;
                    padding-top: 10px;
                    font-size: 14px;
                    color: #666666;
                }

        .footer .content .service {
            float: left;
        }

            .footer .content .service h3 {
                padding-top: 33px;
                font-size: 16px;
                padding-bottom: 10px;
                font-weight: bold;
                line-height: 30px;
                color: #17233d;
            }

            .footer .content .service .phone {
                line-height: 30px;
                background: url(/tp/PC/b2c/b2cImg/pic_17.png) no-repeat left center;
                padding-left: 28px;
                font-size: 18px;
            }

            .footer .content .service .online_service {
                display: block;
                background: url(/tp/PC/b2c/b2cImg/pic_18.png) no-repeat;
                height: 37px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

            .footer .content .service .email {
                color: #666666;
                font-size: 14px;
                padding-bottom: 5px;
            }

            .footer .content .service .cycle {
                line-height: 30px;
            }

                .footer .content .service .cycle span {
                    color: #666666;
                }

    .footer .bottom {
        background: #121921;
        padding-top: 20px;
        padding-bottom: 15px;
    }

        .footer .bottom p {
            text-align: center;
            color: #fff;
            padding: 5px 0px;
        }

            .footer .bottom p a {
                color: #fff;
                font-size: 14px;
                padding: 5px 0px;
            }

                .footer .bottom p a.cion {
                    background: url("/tp/PC/b2c/b2cImg/pic_19.png") no-repeat left center;
                    padding-left: 24px;
                }

        .footer .bottom .attestation {
            text-align: center;
            padding-top: 5px;
        }

            .footer .bottom .attestation a {
                display: inline-block;
            }

                .footer .bottom .attestation a img {
                    display: block;
                }

.crumbs {
    color: #808080;
    padding: 15px 0px;
}

    .crumbs a {
        color: #808080;
    }

        .crumbs a:hover {
            -moz-transition: ease-out 0.25s;
            -o-transition: ease-out 0.25s;
            -webkit-transition: ease-out 0.25s;
            transition: ease-out 0.25s;
            color: #e23b29;
        }

.toolbar-item, .toolbar-layer {
    background: url("/tp/PC/b2c/images/smal_bj.png") no-repeat;
    background-color: #ffffff
}

.toolbar {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
    box-shadow: 0px 0px 10px lightgrey;
}

.toolbar-item {
    display: block;
    width: 54px;
    height: 54px;
    position: relative;
    -moz-transition: background-position 0.5s;
    -ms-transition: background-position 0.5s;
    -o-moz-transition: background-position 0.5s;
    -webkit-moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
}

    .toolbar-item:hover .toolbar-layer {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

.toolbar-item-weixin {
    background-position: 0px -432px;
}

    .toolbar-item-weixin:hover {
        background-position: 0px -486px;
    }

.toolbar-item-feedback {
    background-position: 0px -107px;
}

    .toolbar-item-feedback:hover {
        background-position: 0px -162px;
    }

.toolbar-item-app {
    background-position: 0px -324px;
}

    .toolbar-item-app:hover {
        background-position: 0px -378px;
    }

    .toolbar-item-app .toolbar-layer {
        height: 105px;
        background: url("/tp/PC/b2c/images/wx___gzh.jpg") no-repeat;
        background-size: 93%;
    }

.toolbar-item-top {
    background-position: 0 -674px;
}

    .toolbar-item-top:hover {
        background-position: 0 -736px;
    }

.toolbar-layer {
    position: absolute;
    right: 46px;
    bottom: -10px;
    width: 114px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.toolbar .toolbar-item {
    border-bottom: 1px solid #d3d3d3
}

.toolbar-item-about {
    border-bottom: 1px solid #d3d3d3
}

.toolbar-item-emal {
    background-position: 0px -216px;
}

    .toolbar-item-emal:hover {
        background-position: 0px -270px;
    }

    .toolbar-item-emal .toolbar-layer {
        height: 52px;
        background: none;
        position: absolute;
        right: 54px;
        bottom: 0px;
        width: 130px;
        line-height: 50px;
        padding-left: 10px;
        background: #ffffff;
        border: 1px solid #d3d3d3;
        top: 0px;
    }

.toolbar-item-feedback .toolbar-layer {
    height: 52px;
    background: none;
    position: absolute;
    right: 54px;
    bottom: 0px;
    width: 120px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 10px;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    top: 0px;
}

.toolbar-item-about {
    display: block;
    width: 54px;
    height: 54px;
    position: relative;
    background: url("/tp/PC/b2c/images/smal_bj.png") no-repeat;
    background-position: 0px -0px;
    -moz-transition: background-position 0.5s;
    -ms-transition: background-position 0.5s;
    -o-moz-transition: background-position 0.5s;
    -webkit-moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
}

    .toolbar-item-about:hover {
        background-position: 0px 0px;
    }

    .toolbar-item-about img {
        position: absolute;
        top: -70px;
        left: -10px;
        width: 70px;
    }

.header .loginBox .login.isLogin {
    color: #fc403e;
    background: none;
    border: none;
    font-weight: bold;
    font-size: 16px;
}

#fenye {
    text-align: center;
    clear: both;
}

    #fenye table {
        margin: auto;
    }

    #fenye #pagelist {
        padding: 30px 0;
        text-align: center;
    }

        #fenye #pagelist a {
            float: left;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: #fff;
            border-radius: 3px;
            font-size: 14px;
            border: 1px solid #e3e3e3;
            margin: 0 5px;
            color: #5b5b5b;
        }

            #fenye #pagelist a:hover {
                color: #e23b29;
            }

        #fenye #pagelist .prev, #fenye #pagelist .next {
            display: block;
            height: 30px;
            width: 30px
        }

            #fenye #pagelist .next img, #pagelist .next img {
                margin-top: 8px
            }

        #fenye #pagelist .curr, #fenye #pagelist .curr:hover {
            background: #e23b29;
            color: #fff;
            border: 1px solid #e23b29;
        }

    #fenye .page_box {
        text-align: center;
    }

    #fenye .pages .fl {
        float: left;
    }

    #fenye .pages {
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding-top: 27px;
        margin: 0 auto;
        padding-bottom: 25px;
        display: inline-block;
        width: auto;
    }

    #fenye .total-pages {
        float: left;
        padding-left: 20px;
    }

    #fenye .pages button {
        padding: 0 10px;
        margin: 0 10px;
        height: 40px;
        float: left;
        cursor: pointer;
        border: 1px solid #ebebeb;
        background-color: #ffffff;
    }

    #fenye .pages .first-page, #fenye .pages .last-page {
        margin: 0;
    }

    #fenye .pages .pageWrap {
        height: 40px;
        float: left;
        overflow: hidden;
    }

        #fenye .pages .pageWrap ul {
            width: 100000px;
            height: 40px;
            float: left;
        }

            #fenye .pages .pageWrap ul li {
                width: 60px;
                height: 40px;
                border: 1px solid #ebebeb;
                line-height: 40px;
                box-sizing: border-box;
                cursor: pointer;
                float: left;
            }

            #fenye .pages .pageWrap ul .sel-page {
                background-color: #e23b29;
                color: #fff;
            }

    #fenye .pages .jump-text {
        width: 60px;
        height: 40px;
        box-sizing: border-box;
        text-align: center;
        margin: 0 5px;
        float: left;
    }

    #fenye .pages .jump-button {
        margin: 0;
        float: left;
    }

    #fenye .pages.total-pages, #fenye .pages.total-count {
        margin-left: 10px;
        float: left;
        font-size: 14px;
    }

.m__publicTop, .m__changeType, #m__changeTypeBox {
    display: none;
}

.isPhone .w_1200, .isPhone .w_100 {
    width: 100%;
    min-width: 100%;
    margin: auto;
}

.isPhone .publicTop, .isPhone .header, .isPhone .nav {
    display: none;
}

.isPhone .m__publicTop, .isPhone .isPhone .m__changeType {
    display: block;
}

.isPhone .m__publicTop {
    background: #e23b29;
    padding: 0.15rem;
}

    .isPhone .m__publicTop a.logo {
        float: left;
        padding: 0.07rem 0;
    }

        .isPhone .m__publicTop a.logo img {
            display: block;
            float: left;
            width: 0.5rem;
        }

        .isPhone .m__publicTop a.logo span {
            color: #fff;
            float: left;
            font-size: 0.28rem;
            padding-top: 0.09rem;
            padding-left: 0.15rem;
            font-weight: bold;
        }

    .isPhone .m__publicTop ul {
        float: right;
    }

        .isPhone .m__publicTop ul li {
            float: left;
            text-align: center;
            margin: 0 0.05rem;
        }

            .isPhone .m__publicTop ul li a {
                color: #fff;
                padding: 0 0.15rem;
                display: block;
            }

                .isPhone .m__publicTop ul li a i {
                    font-size: 0.3rem;
                }

                .isPhone .m__publicTop ul li a p {
                    font-size: 0.26rem;
                }

.isPhone .footer .content ul {
    padding: 0;
    float: none;
    padding: 0 0.25rem;
    overflow: hidden;
    display: none;
}

    .isPhone .footer .content ul li.title {
        font-size: 0.3rem;
        padding-top: 0.25rem;
        float: none;
        line-height: normal;
    }

    .isPhone .footer .content ul li {
        float: left;
        line-height: 0.5rem;
        margin-right: 0.25rem;
    }

        .isPhone .footer .content ul li a {
            font-size: 0.26rem;
        }

.isPhone .footer .content .follow {
    float: none;
    width: auto;
    overflow: hidden;
    padding: 0 0.25rem;
}

    .isPhone .footer .content .follow h3 {
        font-size: 0.3rem;
        padding-top: 0.25rem;
        float: none;
        line-height: normal;
    }

    .isPhone .footer .content .follow dl {
        margin-right: 0.25rem;
    }

        .isPhone .footer .content .follow dl dt img {
            width: 2rem;
        }

        .isPhone .footer .content .follow dl dd {
            font-size: 0.26rem;
            padding-top: 0.15rem;
        }

.isPhone .footer .content .service {
    float: none;
    padding: 0.25rem;
    padding-top: 0;
}

    .isPhone .footer .content .service h3 {
        font-size: 0.3rem;
        padding-top: 0.25rem;
        float: none;
        line-height: normal;
        padding-bottom: 0.25rem;
    }

    .isPhone .footer .content .service .phone {
        font-size: 0.28rem;
        line-height: 0.4rem;
        background: url(/tp/PC/b2c/b2cImg/pic_17.png) no-repeat left center;
        padding-left: 0.45rem;
        background-size: 0.3rem;
    }

    .isPhone .footer .content .service .online_service {
        height: 0.6rem;
        background-size: 100% 100%;
        width: 2rem;
        margin: 0.15rem 0;
    }

    .isPhone .footer .content .service .email {
        font-size: 0.26rem;
        padding-bottom: 0.15rem;
    }

    .isPhone .footer .content .service .cycle {
        line-height: 0.5rem;
        font-size: 0.26rem;
    }

        .isPhone .footer .content .service .cycle span {
            font-size: 0.26rem;
        }

.isPhone .footer .content {
    padding-bottom: 0;
}

.isPhone .footer .bottom p {
    font-size: 0.26rem;
    padding: 0.15rem;
}

    .isPhone .footer .bottom p a {
        font-size: 0.26rem;
    }

        .isPhone .footer .bottom p a.cion {
            background-size: 0.25rem;
            padding-left: 0.3rem;
        }

.isPhone .footer .bottom .attestation {
    padding-top: 0.15rem;
}

    .isPhone .footer .bottom .attestation a img {
        width: 1.25rem;
    }

.isPhone .recommend .guide ul li:last-child {
    margin-bottom: 0;
}

.isPhone .toolbar {
    display: none;
}

.isPhone .crumbs {
    font-size: 0.26rem;
    padding: 0.25rem 0;
    width: 7.1rem;
    min-width: 7.1rem
}

    .isPhone .crumbs a {
        font-size: 0.26rem;
    }

.isPhone .linkTitle {
    display: none;
}

.isPhone .course__list ul li a .activity__box {
    height: auto;
}

    .isPhone .course__list ul li a .activity__box.activity .promotion {
        font-size: 0.22rem;
        padding: 0.05rem 0.15rem;
        border-radius: 0.5rem 0px 0px 0.5rem;
        top: 0.25rem;
    }

    .isPhone .course__list ul li a .activity__box.activity .OldPrice {
        font-size: 0.26rem;
        padding-top: 0.15rem;
    }

.isPhone .m__changeType {
    margin: 0.2rem;
    background: #fff;
    padding: 0.2rem;
    border-radius: 0.15rem;
    display: block;
}

    .isPhone .m__changeType p {
        float: left;
        color: #999;
        font-weight: bold;
        padding-left: 0;
        font-size: 0.3rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .isPhone .m__changeType p:before {
            content: "";
            width: 0.08rem;
            height: 0.3rem;
            display: inline-block;
            background: #e23b29;
            border-radius: 0.15rem;
            margin-right: 0.1rem;
        }

    .isPhone .m__changeType #m__changeType i {
        padding-left: 0.15rem;
    }

    .isPhone .m__changeType #m__changeType {
        float: right;
        color: #e23b29;
        font-size: 0.26rem;
        padding-top: 0.045rem;
    }

.isPhone #m__changeTypeBox {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: -100%;
    bottom: 0;
    padding-bottom: 0.15rem;
    padding-top: 1rem;
    z-index: 5;
}

.isPhone .m__changeType__top {
    padding: 0 0.15rem;
    font-size: 0.26rem;
    color: #e23b29;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(207 207 207 / 40%);
    line-height: 0.75rem;
}

    .isPhone .m__changeType__top i {
        font-size: 0.3rem;
        color: #bdbdbd;
    }

    .isPhone .m__changeType__top span.name {
        position: relative;
        float: right;
        font-size: 0.26rem;
        padding: 0 0.25rem;
    }

        .isPhone .m__changeType__top span.name:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 0.15rem;
            height: 1px;
            background-color: #e23b29;
        }

        .isPhone .m__changeType__top span.name:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            width: 0.15rem;
            height: 1px;
            background-color: #e23b29;
        }

.isPhone .m__changeType__content {
    padding: 0 0.15rem;
    height: 100%;
    overflow-y: auto;
}

    .isPhone .m__changeType__content li {
        margin-bottom: 0.5rem;
    }

        .isPhone .m__changeType__content li p {
            font-weight: bold;
            font-size: 0.3rem;
            color: #e23b29;
            margin-bottom: 0.25rem;
        }

80976
.isPhone .m__changeType__content li p.m_type1 {
    background: url(/tp/PC/b2c/b2cImg/m_xl.png) no-repeat left center;
    background-size: 0.45rem;
    padding-left: 0.5rem;
}

.isPhone .m__changeType__content li p.m_type2 {
    background: url(/tp/PC/b2c/b2cImg/m_ck.png) no-repeat left center;
    background-size: 0.45rem;
    padding-left: 0.5rem;
}

.isPhone .m__changeType__content li p.m_type3 {
    background: url(/tp/PC/b2c/b2cImg/m_jz.png) no-repeat left center;
    background-size: 0.45rem;
    padding-left: 0.5rem;
}

.isPhone .m__changeType__content li p.m_type4 {
    background: url(/tp/PC/b2c/b2cImg/m_js.png) no-repeat left center;
    background-size: 0.45rem;
    padding-left: 0.5rem;
}

.isPhone .m__changeType__content li p.m_type5 {
    background: url(/tp/PC/b2c/b2cImg/m_yy.png) no-repeat left center;
    background-size: 0.45rem;
    padding-left: 0.5rem;
}

.isPhone .m__changeType__content li p.m_type6 {
    background: url(/tp/PC/b2c/b2cImg/m_jr.png) no-repeat left center;
    background-size: 0.45rem;
    padding-left: 0.5rem;
}

.isPhone .m__changeType__content li p.m_type7 {
    background: url(/tp/PC/b2c/b2cImg/m_zy.png) no-repeat left center;
    background-size: 0.45rem;
    padding-left: 0.5rem;
}

.isPhone .m__changeType__content li a {
    text-align: center;
    background: #f9f9f9;
    color: #666;
    padding: 0.15rem;
    font-size: 0.26rem;
    border-radius: 0.04rem;
}

.isPhone .m__changeType__box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.15rem;
}

.isPhone .m__changeType__content li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width:640px) {
    html {
        font-size: 86px;
    }
}

@media screen and (min-width:414px) and (max-width:639px) {
    html {
        font-size: 55px;
    }
}

@media screen and (min-width:375px) and (max-width:413px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width:320px) and (max-width:374px) {
    html {
        font-size: 42.5px;
    }
}

@media screen and (max-width: 500px) {
    #jesong_chat_layout {
        width: 7rem !important;
        left: 125rem;
    }

    #jesong_chat_body .jesong_chat_left {
        width: 100% !important;
    }
}

.newGiftLink {
    left: -10px !important;
}
