﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
titleCursor
body {
    background-color: #F7F7FC;
    font-family: Arial;
}
header {
    padding-top: 1px;
}

.clear-fix {
    *zoom: 1;
}

    .clear-fix::after {
        content: '';
        display: block;
        clear: both;
    }

.fr {
    float: right;
}

.fl {
    float: left;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

i {
    font-style: normal;
}

button {
    border: none;
    cursor: pointer;
    outline: none;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.mobile {
    display: none;
}

.pc {
    display: block;
}

.content {
    margin-top: 20px;
    background-color: #fff;
}

.module {
    border-bottom: 1px solid #ECEAED;
    padding: 0 30px 40px;
}

    .module h3 {
        /*font-size: 20px;*/
        font-size: 18px;
        font-weight: 600;
        color: rgba(75,75,75,1);
        line-height: 28px;
        padding-top: 30px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .module h3 a {
            font-size: 14px;
            font-weight: 400;
            color: rgba(251,169,42,1);
            line-height: 20px;
        }

        .module h3 i {
            margin-right: 15px;
        }

            .module h3 i img {
                vertical-align: -2px;
            }

.content-child-left, .explain {
    width: 850px;
    border-right: 1px solid #ECEAED;
}

.content-child-right {
    width: 310px;
    position: absolute;
    top: 70px;
    right: 0;
}

.head-content {
    background-color: #fff;
    padding: 20px 0 20px 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    margin-top:6px;
}

    .head-content .img {
        width: 34%;
        height: 280px;
        position:relative;
    }

        .head-content .img img {
            width: 100%;
            height: 100%;
        }

.plc-txt {
    width: 62.9%;
    /*width: 66%;*/
}

    .plc-txt h3 {
        margin-top: 0px;
        /*font-size: 26px;*/
        font-size: 24px;
        font-weight: 600;
        color: rgba(1,154,154,1);
        line-height: 37px;
        padding-top: 3px;
        /*padding-bottom: 21px;*/
        /*border-bottom: 1px solid #EEEEEE;*/
    }

        .plc-txt h3 i {
            margin-right: 34px;
            cursor: pointer;
            vertical-align: top;
        }

            .plc-txt h3 i img {
                vertical-align: middle;
            }

    .plc-txt h1 {
        margin-top: 0px;
        /*font-size: 26px;*/
        font-size: 24px;
        font-weight: 600;
        color: rgba(1,154,154,1);
        line-height: 37px;
        padding-top: 3px;
        /*padding-bottom: 21px;*/
        /*border-bottom: 1px solid #EEEEEE;*/
    }

        .plc-txt h1 i {
            margin-right: 34px;
            cursor: pointer;
            vertical-align: top;
        }

            .plc-txt h1 i img {
                vertical-align: middle;
            }

    .plc-txt p {
        /*font-size: 16px;*/
        font-size: 14px;
        font-weight: 400;
        color: #4b4b4b;
        line-height: 20px;
        /*line-height: 32px;
        padding-top: 20px;*/
        padding-right: 26px;
    }

    .plc-txt .pTitle {
        font-size: 16px;
        font-weight: 600;
    }

    .plc-txt .price {
        display: flex;
        justify-content: space-between;
        margin-right: 28px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .plc-txt .price .rmb {
            /*font-size: 28px;*/
            font-size: 24px;
            font-weight: 600;
            color: rgba(255,140,32,1);
            line-height: 40px;
        }

        .plc-txt .price button {
            margin-left: 10px;
            padding: 0 15px;
            /*font-size: 18px;*/
            font-size: 16px;
            font-weight: 600;
            color: rgba(255,255,255,1);
            /*line-height: 38px;
            height: 38px;*/
            line-height: 34px;
            height: 34px;
            border-radius: 2px;
            background: rgba(72,160,238,1);
            margin-top:3px;
        }

            .plc-txt .price button.buy {
                background: #FFB645;
            }
.course-dir {
    padding: 20px 0 20px 22px;
}
    .course-dir .course-index > img {
        width: 850px;
        margin: 10px 0;
    }
.con-tab {
    height: 50px;
    border-bottom: 1px solid #ECEAED;
    font-size: 18px;
    font-weight: 400;
    color: rgba(130,130,130,1);
    line-height: 48px;
    padding: 0 22px;
    background-color: #fff;
}

    .con-tab li {
        float: left;
        border-bottom: 2px solid transparent;
        cursor: pointer;
        margin-right: 44px;
    }

        .con-tab li.act {
            color: #06AFAF;
            border-bottom-color: #06AFAF;
        }
        .con-tab li.act a {
            color: #06AFAF;
        }
            .con-tab li.act a:link {
                text-decoration: none;
            }
            .con-tab li.act a:visited {
                text-decoration: none;
            }
            .con-tab li.act a:hover {
                text-decoration: none;
            }

.route .mod-cont {
    padding-top: 26px;
}

    .route .mod-cont ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .route .mod-cont li {
        text-align: center;
        position: relative;
        width: 20%;
    }
    .route4 .mod-cont li {
        width: 25%;
    }
.route5 .mod-cont li {
    width: 16.66%;
}
.route6 .mod-cont li {
    width: 16.66%;
}

    .route .mod-cont .arrow {
        position: absolute;
        /*right: -6%;
        top: 14%;*/
        right: -18%;
        top: 10%;
    }
.route4 .mod-cont .arrow {
    right: -5%;
    top: 10%;
}
.route5 .mod-cont .arrow {
    right: -5%;
    top: 10%;
}
.route6 .mod-cont .arrow {
    right: -9%;
    top: 10%;
}


    .route .mod-cont li h4 {
        font-size: 16px;
        font-weight: 600;
        color: rgba(104,104,104,1);
        line-height: 22px;
        padding-top: 14px;
    }

.route .mod-cont li p {
    /*font-size: 12px;*/
    font-size: 14px;
    font-weight: 400;
    color: #4b4b4b;
    line-height: 20px;
    padding: 5px 3% 0;
    margin-left: 0px;
}

.audition .mod-cont {
    padding: 18px 0;
}

    .audition .mod-cont ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.audition li {
    position: relative;
    width: 32.2%;
    font-size: 0;
    min-height: 186px;
}

    .audition li img {
        width: 100%;
    }

    .audition li .tit {
        position: absolute;
        font-size: 18px;
        font-weight: 300;
        color: rgba(255,255,255,1);
        line-height: 25px;
        top: 10px;
        left: 6px;
    }

    .audition li p {
        /*font-size: 12px;*/
        font-size: 14px;
        font-weight: 300;
        color: rgba(143,143,143,1);
        line-height: 17px;
        padding: 12px;
        background-color: #E6E6E6;
        margin-left: 0px;
        position: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 254px;
    }

.characteristic .mod-cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 32px;
}

.characteristic .mod-cont li {
    flex-shrink: 0;
    border-left: 3px solid #FFB645;
    padding-left: 22px;
    width: 45.4%;
    margin-bottom: 41px;
}

    .characteristic .mod-cont li:nth-child(even) {
        border-left: 3px solid #20A7CA;
    }

.characteristic .mod-cont h4 {
    /*font-size: 18px;*/
    font-size: 16px;
    font-weight: 600;
    color: rgba(75,75,75,1);
    line-height: 25px;
    margin-bottom: 6px;
    margin-top: 0px;
}

.characteristic .mod-cont p {
    /*font-size: 12px;*/
    font-size: 14px;
    font-weight: 400;
    color: rgba(75,75,75,1);
    line-height: 22px;
    margin-left: 0px;
}

.outline .mod-cont {
    margin-top: 27px;
}

.outline ul {
    border-bottom: 1px solid rgba(229,229,229,1);
}

.outline li {
    border: 1px solid rgba(229,229,229,1);
    border-bottom: none;
    border-left: none;
    line-height: 50px;
}

    .outline li .title {
        border-left: 4px solid #019A9A;
        /*font-size: 16px;*/
        font-size: 14px;
        font-weight: 400;
        color: #404040;
        background-color: #FAF7FA;
        /*cursor: pointer;*/
        transition: border-left .5s ease;
        display: flex;
        align-items: center;
    }

    .outline li .titleCursor {
        cursor: pointer;
    }


        .outline li .title i {
            /*line-height: 22px;*/
            line-height: 20px;
            padding: 15px 0;
            display: inline-block;
            width: 79%;
            color: rgba(75,75,75,1);
        }

        .outline li .title span {
            display: inline-block;
            /*font-size: 16px;*/
            font-size: 14px;
            font-weight: 600;
            color: rgba(171,171,171,1);
            /*line-height: 22px;*/
            line-height: 20px;
            padding: 15px 0 15px 36px;
            width: 16.2%;
        }

.outline .outlineSpan li{
    position:relative;
}
.outline .outlineSpan li::before {
    content: '•';
    color: #019A9A;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 0px;
}

    .outline .outlineSpan li .title i {
        padding-left: 35px;
        width: 95%;
    }

.outline .outlineSpanliNone li:first-child::before {
    content: '' !important;
}

        .outline li .title img {
            transition: all .5s ease;
            margin-left: 10px;
        }

    .outline li .txt {
        height: 0;
        visibility: hidden;
        transition: height .5s ease;
    }

        .outline li .txt p {
            border: 1px solid rgba(229,229,229,1);
            border-right: 0;
            border-bottom: 0;
            line-height: 20px;
            padding: 14px 0 14px 16.2%;
            font-size: 14px;
            font-weight: 400;
            color: rgba(104,104,104,1);
            margin: 0 0 0px;
        }
.outline .outlineSpan li .txt p {
    padding-left:60px;
}

.outline li .pThree {
    padding-left: 20% !important;
}

.divOutlineTip{
    text-align:right;
    margin-top:10px;
    margin-right:10px;
}
    .divOutlineTip span{
        color:red;
    }


    .outline li.act .title {
        border-left: 4px solid #FFA426;
    }

    .outline li.act .txt {
        height: auto;
        visibility: visible;
    }

    .outline li.act .title img {
        transform: rotateZ(180deg);
    }

.outline .iTitle {
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 25px !important;
}

    .crowd .mod-cont {
        background: url("../../images/img (18).png") no-repeat 105px top #fff;
    }

.crowd ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 63px;
}

.crowd li {
    padding-right: 61px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    width: 50%;
}

    .crowd li p {
        /*font-size: 18px;*/
        font-size: 14px;
        font-weight: 400;
        color: rgba(75,75,75,1);
        line-height: 25px;
        padding-right: 30px;
        text-align: right;
    }

    .crowd li:nth-child(even) {
        padding-right: 0;
        padding-left: 61px;
        justify-content: flex-start;
    }

        .crowd li:nth-child(even) p {
            padding-right: 0;
            padding-left: 30px;
            text-align: left;
            margin-left:0px;
        }

.teacher ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.teacher li {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    margin: 9px;
    border: 1px solid rgba(231,231,231,1);
    padding: 20px;
    border-radius: 4px;
    width: 47.7%;
}

    .teacher li img {
        width: 100px;
    }

    .teacher li .txt {
        width: 62.5%;
    }

        .teacher li .txt h4 {
            font-size: 18px;
            font-weight: 600;
            color: rgba(75,75,75,1);
            line-height: 25px;
            margin-bottom: 5px;
        }

        .teacher li .txt p {
            font-size: 14px;
            font-weight: 400;
            color: rgba(75,75,75,1);
            line-height: 28px;
        }

.teacher .teacherConten {
    text-indent: 2em;
    line-height: 25px;
    margin-left: 23px;
    padding-right: 15px;
    margin-top: 15px;
    font-size: 14px;
    color: rgba(75,75,75,1);
}

.teacherImg{
    width:100%;
    margin-top:20px;
}

.divTeacherImg {
    width: 25%;
}
.divTeacherContent {
    width: 75%;
    float: right;
    margin-top: -120px !important;
    padding-left: 20px;
    
}
.hpr-services{
    font-size:14px;
}
/*.service ul {
    padding-left: 32px;
}*/
.service .mod-cont > ul > li::before{
        display:none;
    }

    .service li {
        /*font-size: 18px;*/
        font-size: 14px;
        font-weight: 400;
        color: rgba(75,75,75,1);
        line-height: 25px;
        /*padding-bottom: 26px;*/
        /*padding-bottom: 10px;*/
        padding-left: 3px;
        position: relative;
    }

    .service li::before {
        content: '•';
        color: #019A9A;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

.overview ul {
    /*padding-top: 38px;*/
    padding-top: 25px;
    padding-left: 32px;
}

.overview li {
    /*font-size: 18px;*/
    font-size: 16px;
    font-weight: 400;
    color: rgba(75,75,75,1);
    line-height: 25px;
    /*padding-bottom: 26px;*/
    padding-bottom: 15px;
    padding-left: 18px;
    position: relative;
}

    .overview li::before {
        content: '•';
        color: #019A9A;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

.overview .overviewConten {
    text-indent: 2em;
    line-height: 30px;
    margin-left: 23px;
    padding-right: 15px;
    margin-top: 15px;
    font-size: 16px;
    color: rgba(75,75,75,1);
}


.update .mod-cont {
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
}

    .update .mod-cont > div {
        width: 50%;
        padding-left: 30px;
        /*font-size: 14px;*/
        font-size: 14px;
        font-weight: 400;
        color: rgba(75,75,75,1);
        line-height: 32px;
        border-right: 1px dashed #AAAAC7;
    }

.green-title {
    list-style: none !important;
    position: relative;
    padding-left:10px
}

    .green-title::before {
        position: absolute;
        left: 0;
        top: 6px;
        content: "";
        width: 4px;
        height: 20px;
        background: linear-gradient(270deg, #1E95A7 0%, #009999 100%);
    }

.diveDition1 {
    width: 50%!important;
}

.diveDition2 {
    width: 50%!important;
}

.diveDitionLi {
    padding-left: 30px;
    white-space: break-word;
}
.update .mod-cont h4 {
    /*font-size: 18px;*/
    font-size: 16px;
    font-weight: 600;
    color: rgba(75,75,75,1);
    line-height: 25px;
    margin-bottom: 5px;
}
.update .mod-cont li {
    position: relative;
    padding-right: 20px;
    padding-left:10px;
}
    .update .mod-cont li::before {
        /*        position: absolute;
        left: -14px;
        top: 15px;
        content: "";
        width: 4px;
        height: 4px;
        background: #333;
        border-radius: 50%;
        overflow: hidden;*/
        position: absolute;
        left: -10px;
        top: 6px;
        content: "";
        width: 4px;
        height: 20px;
        background: linear-gradient( 270deg, #1E95A7 0%, #009999 100%);
    }

    .update .mod-cont .video-up {
        padding-left: 60px;
        border-right: 0;
        width: 50%;
        padding-left: 40px;
    }

.update .mod-cont .video-up p {
    margin-bottom: 0px;
    padding-left:10px;
}

.update .mod-cont .video-up span {
    font-weight: 600;
}

.user {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
    background: url(../img/2.png) no-repeat top right;
}

.user2 {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
    /*display:none;*/
}

    .user h5 {
        font-size: 20px;
        font-weight: 300;
        color: rgba(76,76,76,1);
        line-height: 28px;
        margin-bottom: 21px;
    }

.user-img {
    display: inline-block;
    width: 89px;
    height: 89px;
    border-radius: 50%;
    overflow: hidden;
    /*background-color: #ddd;*/
    font-size: 0;
    margin-bottom: 18px;
}

    .user-img img {
        width: 100%;
        height: 100%;
    }

.user-name {
    font-size: 18px;
    font-weight: 400;
    color: rgba(41,41,41,1);
    line-height: 25px;
    margin-bottom: 8px;
}

    .user-name span {
        display: inline-block;
        padding: 2px;
        font-size: 10px;
        font-weight: 600;
        color: rgba(255,255,255,1);
        line-height: 14px;
        background: rgba(255,185,32,1);
        border-radius: 2px;
        margin-left: 10px;
        vertical-align: 4px;
    }

.user .assets {
    margin-bottom: 20px;
}

    .user .assets span {
        margin: 0 20px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(41,41,41,1);
        line-height: 20px;
    }

        .user .assets span i {
            color: #FFB920;
        }

.user-curriculum span {
    margin: 0 30px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 40px;
}

    .user-curriculum span img {
        margin-right: 12px;
    }

.recommend .mod-cont li {
    padding: 21px 0 22px;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-between;
}

    .recommend .mod-cont li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .recommend .mod-cont li a {
        width: 100%;
    }
    .recommend .mod-cont li img {
        width: 110px;
        margin-right: 14px;
        float:left;
        height:80px;
    }

.recommend .mod-cont .txt {
    margin-top:-11px;
}

.recommend .mod-cont .txt h5 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(83,83,83,1);
    line-height: 20px;
    margin-bottom: 9px;
}

.recommend .mod-cont .txt p {
    /*font-size: 12px;*/
    font-size: 14px;
    font-weight: 400;
    color: rgba(83,83,83,1);
    line-height: 17px;
}

.q-a .mod-cont {
    padding-top: 4px;
}

    .q-a .mod-cont li {
        border-bottom: 1px solid #EFEFEF;
        padding: 20px 0 20px 30px;
    }

        .q-a .mod-cont li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

    .q-a .mod-cont h5 {
        font-size: 14px;
        font-weight: 600;
        color: rgba(66,72,75,1);
        line-height: 20px;
        margin-bottom: 12px;
        position: relative;
    }

    .q-a .mod-cont p {
        font-size: 14px;
        font-weight: 400;
        color: rgba(66,72,75,1);
        line-height: 25px;
        position: relative;
    }

    .q-a .mod-cont h5::before {
        content: url("../../images/img (3).png");
        position: absolute;
        left: -30px;
        top: 0;
    }

    .q-a .mod-cont p::before {
        content: url("../../images/img (1).png");
        position: absolute;
        left: -30px;
        top: 0;
    }

.evaluate {
    border-bottom: none;
}

    .evaluate ul {
        padding-top: 10px;
    }

    .evaluate li {
        padding: 20px 0;
        border-bottom: 1px solid #EFEFEF;
    }

        .evaluate li:last-child {
            border-bottom: none;
        }

        .evaluate li .eval-user {
            font-size: 18px;
            font-weight: 400;
            color: rgba(75,75,75,1);
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

            .evaluate li .eval-user i {
                padding: 10px 0;
                line-height: 25px;
            }

            .evaluate li .eval-user span {
                display: inline-block;
                width: 45px;
                height: 45px;
                border-radius: 50%;
                overflow: hidden;
                background-color: #ddd;
                margin-right: 20px;
            }

                .evaluate li .eval-user span img {
                    width: 100%;
                    height: 100%;
                }

        .evaluate li p {
            font-size: 14px;
            font-weight: 400;
            color: rgba(75,75,75,1);
            line-height: 26px;
        }

    .evaluate button {
        width: 290px;
        height: 48px;
        line-height: 46px;
        background: rgba(255,255,255,1);
        border-radius: 4px;
        border: 1px solid rgba(24,162,166,1);
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        color: rgba(1,154,154,1);
    }

.flag {
    padding-top: 30px;
}

    .flag img {
        width: 100%;
    }

.explain ul {
    padding-top: 23px;
    padding-left: 30px;
}

.explain h2 {
    margin-top: 0px;
}
.explain h2, .explain p {
    /*font-size: 18px;*/
    font-size: 14px;
    color: #464646;
    /*color: rgba(75,75,75,1);*/
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 400;
}

.explain p {
    font-size: 14px;
    color: #4b4b4b;
    /*color: rgba(75,75,75,1);*/
}


.slid-down {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    /*margin-top: 10px;*/
    /*margin-top: 20px;*/
    color: #4C4C4C;
    position: relative;
    margin-bottom:30px;
}

    .slid-down:hover {
        background: #f5f5f5;
    }

.learn {
    font-size: 16px;
    margin-left: -52px;
    margin-right: 10px;
    color: #4C4C4C;
}

.down-q {
    float: right;
    margin-right: 20px;
    margin-top: 25px;
}

.slid-down:hover > ul {
    display: block;
}

.slid-down > ul {
    position: absolute;
    background: #fff;
    list-style: none;
    width: 100%;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1);
    display: none;
}

    .slid-down > ul > li > a {
        height: 44px;
        line-height: 44px;
        display: block;
        border-bottom: 1px solid #E3EBEE;
        font-size: 14px;
        color: #10A3A2 !important;
    }

        .slid-down > ul > li > a:hover {
            background: #f5f5f5;
        }

        .slid-down > ul > li > a > img {
            margin-left: -90px;
            margin-right: 80px;
        }


.row {
    margin-right: -15px;
    margin-left: -15px;
    font-size:14px;
}


.margin-b-10 {
    margin-bottom: 10px;
}

.color-0099 {
    color: #428bca;
}

.width-auto {
    width: auto;
}

.video-img > a {
    background-color: rgba(0,0,0,0.5);
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 254px;
    height: 148px;
}

.ulChild {
    margin-top: -10px;
    list-style-type: none;
    counter-reset: sectioncounter;
}

    .ulChild li {
        margin-top: -3px;
        /*margin-top: -18px;*/
        /*padding-left: 25px !important;*/
    }
        .ulChild li::before {
            /*content: counter(sectioncounter) "、";
            counter-increment: sectioncounter;
            font-size: 20px !important;*/
        }

        .ulChild li:last-child {
            padding-bottom: 0px;
        }
        /*.ulServiceList {
    list-style-type: none;
    counter-reset: sectioncounter;
}


    .ulServiceList li::before {
        content: counter(sectioncounter) "、";
        counter-increment: sectioncounter;
    }*/
        .head-content .Crumbs {
            margin-top: 0px;
        }

.edition h4 {
    margin-top: 0px;
 
}
.edition p {
    margin-left: 0px !important;
}

.divProductNo {
    font-size: 16px;
    margin-top: 14px;
}

.Advertisement > a > img {
    margin-bottom: 25px;
    border-radius: 4px;
}

.mod-cont10000 {
    padding-left: 30px;
}

@media screen and (max-width: 1000px) {
    .mod-cont10000 {
        padding-left: 0px;
    }
    .outline, .crowd, .teacher, .service, .update, .user, .recommend, .q-a, .evaluate, .explain {
        background-color: #F0F2F5;
    }

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    .main {
        width: 100%;
        margin: 0 auto;
    }

    .content {
        margin-top: 10px;
    }

    .module {
        border-bottom: 1px solid #ECEAED;
        padding: 0 10px 20px;
    }

        .module h3 {
            font-size: 16px;
            line-height: 22px;
            padding-top: 15px;
        }

            .module h3 i {
                margin-right: 10px;
            }

                .module h3 i img {
                    vertical-align: -4px;
                }

    .content-child-left, .explain {
        width: 100%;
        border-right: none;
    }

    .content-child-right {
        width: 100%;
        position:unset;
    }

    .head-content {
        background-color: #F0F2F5;
        padding: 0 0 24px 0;
    }

        .head-content .img {
            width: 100%;
            height: auto;
        }
        .head-content .img img {
            width: 100% !important;
        }

    .plc-txt {
        width: 100%;
        padding: 0 10px;
    }

        .plc-txt h3 {
            font-size: 20px;
            line-height: 28px;
            padding-top: 15px;
            /*padding-bottom: 24px;*/
            border-bottom: none;
        }

            .plc-txt h3 i {
                display: none;
            }

        .plc-txt p {
            font-size: 14px;
            line-height: 25px;
            padding-top: 0;
            padding-right: 0;
        }

        .plc-txt .price {
            margin-right: 0;
            margin-bottom: 0;
        }

    .route .mod-cont {
        padding-top: 22px;
    }

        .route .mod-cont ul {
            justify-content: space-around;
        }

        .route .mod-cont li {
            width: 33%;
            margin-bottom: 20px;
        }
        .route4 .mod-cont li {
            width: 45%;
            margin-bottom: 20px;
        }

            .route .mod-cont li img {
                width: 45px;
                height: 45px;
            }

        .route .mod-cont .arrow {
            /*top: 10%;*/
            right: -6%;
            top: 6%;
        }

            .route .mod-cont .arrow img {
                width: auto;
                height: auto;
            }

            .route .mod-cont .arrow.rotate {
                right: -30%;
                transform: rotateZ(180deg);
            }
    .route4 .mod-cont .arrow.rotate {
        right: -10%;
    }
    .route6 .mod-cont .arrow.rotate {
        right: -10%;
    }

        .route .mod-cont li h4 {
            font-size: 14px;
            line-height: 20px;
        }

        .route .mod-cont li p {
            font-size: 10px;
            padding: 3px 6% 0;
        }

    .audition .mod-cont {
        padding: 9px 0;
    }

    .audition li {
        min-height: 142px;
    }

        .audition li img {
            width: 100%;
            min-height: 94px;
        }

        .audition li .tit {
            font-size: 14px;
            line-height: 20px;
            top: 9px;
            left: 9px;
        }

        .audition li p {
            padding: 6px 10px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: initial;
            white-space: initial;
            height: 57px;
        }

    .characteristic .mod-cont ul {
        justify-content: flex-start;
        padding-top: 30px;
        padding-left: 10px;
    }

    .characteristic .mod-cont li {
        width: 100%;
        margin-bottom: 25px;
    }

        .characteristic .mod-cont li:last-child {
            margin-bottom: 0px;
        }

    .characteristic .mod-cont p {
        line-height: 24px;
    }

    .outline .mod-cont {
        margin-top: 21px;
    }

    .outline ul {
        padding-left: 10px;
    }

    .outline li .title {
        font-size: 14px;
    }

        .outline li .title i {
            line-height: 20px;
            padding: 15px 0;
            width: 68.6%;
            color: rgba(75,75,75,1);
        }
    .outline .outlineSpan li .title i {
        width: 89%;
    }

        .outline li .title span {
            font-size: 14px;
            line-height: 20px;
            padding: 15px 0 15px 14px;
            width: 20.2%;
        }

    .outline li .txt {
        background-color: #fff;
    }

        .outline li .txt p {
            line-height: 20px;
            padding: 15px 0 15px 20.2%;
            font-size: 14px;
        }

    .outline .iTitle {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .outline li .pThree {
        padding-left: 25% !important;
    }
    .divOutlineTip {
        text-align: left;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 20px;
    }
        .divOutlineTip span {
           margin-left:-8px;
        }

    .crowd .mod-cont {
        background: #F0F2F5;
    }

    .crowd ul {
        padding-top: 30px;
    }

    .crowd li {
        padding-right: 20px;
        margin-bottom: 30px;
    }

        .crowd li p {
            font-size: 14px;
            line-height: 20px;
            padding-right: 12px;
            margin-left:0px;
        }

        .crowd li:nth-child(even) {
            padding-left: 20px;
        }

            .crowd li:nth-child(even) p {
                padding-left: 12px;
            }

        .crowd li img {
            width: 40px;
            height: 40px;
        }

    .teacher ul {
        padding-top: 12px;
    }

    .teacher li {
        margin: 0 0 10px;
        padding: 10px;
        width: 100%;
        background-color: #fff;
    }

        .teacher li .txt {
            width: 65%;
        }

            .teacher li .txt h4 {
                margin-bottom: 2px;
            }

            .teacher li .txt p {
                line-height: 26px;
            }

    .service ul {
        padding-top: 15px;
        padding-left: 6px;
    }

    .service li {
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 10px;
        padding-left: 16px;
    }

        .service li::before {
            /*font-size: 26px;*/
            top: -2px;
        }

    .overview ul {
        padding-top: 15px;
        padding-left: 6px;
    }

    .overview li {
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 10px;
        padding-left: 16px;
    }

        .overview li::before {
            /*font-size: 26px;*/
            top: -2px;
        }

    .overview .overviewConten {
        text-indent: 2em;
        line-height: 25px;
        margin-left: 6px;
        padding-right: 6px;
        margin-top: 15px;
        font-size: 14px;
        color: rgba(75,75,75,1);
    }

    .update .mod-cont {
        padding-top: 19px;
        flex-wrap: wrap;
    }

    .update .mod-cont > div {
        width: 100%;
        padding-left: 6px;
        border-right: none;
    }

    .diveDition1 {
        width: 100% !important;
    }

    .diveDition2 {
        width: 100% !important;
    }

        .update .mod-cont h4 {
            font-size: 14px;
            line-height: 22px;
        }

        .update .mod-cont .video-up {
            padding-left: 0;
            width: 100%;
            padding-top: 17px;
        }

    .evaluate button {
        width: 100%;
    }

    .explain ul {
        padding-top: 28px;
        /*padding-left: 20px;*/
        padding-left: 10px;
    }

    .explain p {
        font-size: 14px;
    }

    .head-content .Crumbs {
        display:none;
    }

    .video-img > a {
        background-color: rgba(0,0,0,0.5);
        background-image: url(../img/play.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 94px;
    }

    .ulChild {
        margin-top: 3px;
    }

        .ulChild li {
            margin-top: -10px;
        }

    .teacher .teacherConten {

        line-height: 25px;
        margin-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        font-size: 14px;
    }
    .update .mod-cont > div {
        font-size:14px;
    }

    .explain h2, .explain p {
        line-height: 25px;
    }
    .divProductNo {
        margin-left:10px;
    }

    .recommend .mod-cont li img {
        height: auto;
    }

    .recommend .mod-cont .txt {
        margin-top: -10px;
    }

    .divTeacherImg {
        width: 100%;
        text-align:center;
    }

    .divTeacherContent {
        width: 100%;
        float:none;
        margin-top: 10px !important;
        padding-left: 0px;
    }

    .teacherImg2  {
        width: 50%;
    }
    .course-dir{
        padding:0;
    }
    .course-dir .course-index > img {
        width: 100%;
        margin: 0;
    }
}
