/* 大设备 */
@media only screen and (min-width: 992px) {

    a,
    blockquote,
    body,
    button form,
    code,
    dd,
    div,
    dl,
    dt,
    fieldset,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    img,
    input,
    legend,
    li,
    ol,
    p,
    pre,
    td,
    textarea,
    th,
    ul {
        padding: 0;
        margin: 0
    }

    body {
        color: #aaa;
        font-size: 14px;
        font-family: "Microsoft Yahei", Arial;
        margin: auto
    }

    ol,
    ul {
        list-style: none
    }

    a,
    a:hover {
        text-decoration: none;
        color: #999
    }

    b,
    i {
        font-weight: 400;
        font-style: normal
    }

    img {
        border: 0
    }

    .container {
        width: 1200px;
        margin: auto;
        text-align: center
    }

    .top {
        width: 100%;
        height: 100px;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 10;
        border-bottom: 1px solid #ddd;
        padding-top: 15px;
    }

    .top .nav .navl {
        display: inline-block;
        vertical-align: top;
        height: 80px
    }

    .top .nav .navl>a {
        display: inline-block;
        line-height: 80px;
        font-size: 18px;
        color: #111;
        padding: 0 20px
    }

    .top .nav .navl>a:hover {
        background-color: #6356E5;
        color: #fff
    }

    .top .nav .navl>a.current {
        background-color: #6356E5;
        color: #fff
    }

    .top .nav .navl .toptel {
        height: 54px;
        width: 54px;
        display: inline-block;
        background: url(/Public/Home/img/header_tel.png) no-repeat 0 0;
        background-size: 100% 100%;
        margin-right: 5px;
        vertical-align: middle
    }

    .top .nav .navl .toptelh {
        height: 54px;
        width: 54px;
        display: inline-block;
        background: url(/Public/Home/img/headtel_h.png) no-repeat 0 0;
        background-size: 100% 100%;
        margin-right: 5px;
        vertical-align: middle
    }

    .top .nav .navl a.tel {
        font-size: 26px;
        color: #6356E5
    }

    .top .nav .navl a.tel:hover {
        color: #fff
    }

    .mlogo>img {
        width: 180px;
    }

    .header {
        width: 100%;
        height: 550px;
        background: url(/Public/Home/img/head_bg.png) no-repeat center center;
        background-size: 100% 100%;
        margin-top: 80px;
        text-align: center
    }

    .header img {
        margin-top: 230px
    }

    .intro {
        margin-top: 40px
    }

    .intro h3,
    .new h3,
    .plan h3 {
        color: #55B3F3;
        font-size: 26px;
        font-weight: 400
    }

    .intro .eng,
    .new .eng,
    .plan .eng {
        color: #ccc;
        margin: 5px 0 30px 0
    }

    .intro .inDel {
        color: #111;
        line-height: 30px;
        text-align: center;
        text-indent: 2em;
        margin-bottom: 30px
    }

    .intro .inDel a {
        color: #6356E5
    }

    .intro .inDel a:hover {
        text-decoration: underline;
        color: #6356E5
    }

    .intro .inList {
        text-align: left;
        border: 1px solid #ddd;
        font-size: 0
    }

    .intro .inList .squ {
        width: 75px;
        height: 18px;
        background-color: #6356E5;
        vertical-align: top;
        display: inline-block;
        margin-top: 42px;
        margin-right: 5px
    }

    .intro .inList ul {
        display: inline-block;
        vertical-align: top;
        width: 78%;
        padding: 40px 0
    }

    .intro .inList .inlist_title {
        color: #6356E5;
        font-size: 18px;
        margin-bottom: 15px
    }

    .intro .inList .inlist_del {
        color: #111;
        line-height: 24px;
        width: 82%;
        text-align: justify;
        font-size: 14px
    }

    .intro .inList .inlist_del a {
        float: right;
        color: #6356E5;
        font-size: 14px
    }

    .intro .inList .inlist_del a:hover {
        color: #6356E5;
        text-decoration: underline
    }

    .intro .inList .left {
        border-right: 1px solid #ddd
    }

    .intro .inList .left,
    .intro .inList .right {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        font-size: 0;
        height: 265px
    }

    .apply {
        width: 100%;
        height: 120px;
        margin-top: 40px;
        background: url(/Public/Home/img/report_bg.png) no-repeat 0 0;
        background-size: 100% 100%;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }

    .apply .container {
        text-align: left;
        margin-top: 30px
    }

    .apply .left h3 {
        font-size: 26px;
        color: #55B3F3
    }

    .apply .left p {
        font-size: 20px;
        color: #6356E5
    }

    .apply .left {
        display: inline-block;
        text-align: left;
        vertical-align: top
    }

    .apply .toapply {
        display: inline-block;
        vertical-align: top;
        padding: 10px 25px;
        color: #6356E5;
        font-size: 18px;
        border: 1px solid #6356E5;
        border-radius: 30px;
        margin-left: 150px;
        float: right;
        margin-right: 100px;
        margin-top: 10px
    }

    .apply .toapply:hover,
    .apply .toask:hover {
        background-color: #6356E5;
        color: #fff
    }

    .apply .toask {
        display: inline-block;
        vertical-align: top;
        padding: 10px 25px;
        color: #6356E5;
        font-size: 18px;
        border-radius: 30px;
        float: right;
        margin-top: 10px;
        border: 1px solid #6356E5
    }

    .new {
        margin-top: 40px
    }

    .new .left,
    .new .middle ul li a {
        display: inline-block;
        width: 60%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .new .left,
    .new .middle,
    .new .right {
        display: inline-block;
        vertical-align: top;
        width: 40%;
    }

    .new .left {
        background-color: #F2D8D8;
        padding: 10px;
        width: 28%;
        margin-right: 30px
    }

    .new .left img {
        width: 100%;
        /*height:100%*/
    }

    .new .middle ul {
        margin-top: 20px;
        border-right: 1px dashed #ddd;
        padding-right: 15px
    }

    .new .middle .dot {
        display: inline-block;
        vertical-align: top;
        width: 0;
        height: 0;
        border: 3px solid #111;
        border-radius: 50%;
        margin-right: 5px;
        margin-top: 6px
    }

    .new .middle li a {
        color: #111;
        margin-right: 10px
    }

    .new .middle li span {
        float: right;
        clear: both
    }

    .new .middle li {
        padding: 7px 0;
        border-bottom: 1px dashed #ddd;
        text-align: left;
    }

    .new .right {
        padding: 25px 0 0 40px;
        width: 23.75%;
        text-align: left;
        position: relative
    }

    .new .right h3 {
        color: #6356E5;
        font-weight: 400;
        font-size: 14px;
        position: relative
    }

    .new .right a {
        display: inline-block;
        /* position: absolute;
        background: url(/Public/Home/img/toolb.png) no-repeat 0 0; */
        width: 90px;
        height: 63px;
        line-height: 63px;
        color: #6356E5
    }

    .new .right .toolapply {
        top: 55px;
        left: 48px
    }

    .new .right .tooltime {
        top: 55px;
        left: 110px
    }

    .new .right .toolrule {
        top: 110px;
        left: 79px
    }

    .new .right .toolschool {
        top: 110px;
        left: 142px
    }

    .new .right .toolday {
        top: 167px;
        left: 48px
    }

    .new .right .toolknow {
        top: 167px;
        left: 110px
    }

    .plan {
        width: 100%;
        height: 793px;
        background: url(/Public/Home/img/plan_bg.png) no-repeat center center;
        background-size: 100% 100%;
        margin-top: 40px
    }

    .plan h3 {
        color: #fff;
        padding-top: 40px
    }

    .plan .planDel {
        width: 31.4%;
        background-color: #fff;
        padding-bottom: 20px;
        display: inline-block;
        vertical-align: top;
        margin-top: 30px;
        height: 485px;
    }

    .plan .planDel img {
        border: 1px solid #fff;
        width: 375px;
        height: 180px;
    }

    .plan .planDel span {
        display: inline-block;
        line-height: 35px;
        color: #6356E5;
        font-size: 18px;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #ddd
    }

    .plan .planDel span i {
        display: inline-block;
        line-height: 20px;
        margin: auto;
        margin-right: 5px;
        font-size: 12px;
        color: #fff;
        background-color: #F1AA3D;
        width: 20px;
        height: 20px;
        border-radius: 50%
    }

    .plan .planDel p {
        padding: 5px 15px 0 20px;
        color: #111;
        /*height:260px;*/
        line-height: 24px;
        text-align: justify
    }

    .plan .planDel a {
        padding: 5px 10px;
        display: inline-block;
        margin-top: 15px;
        color: #fff;
        background-color: #6356E5;
        border: 1px solid #6356E5
    }

    .plan .planDel a:hover {
        border: 1px solid #6356E5;
        background-color: #fff;
        color: #6356E5
    }

    .plan .planDel .two {
        background-color: #80EADC
    }

    .plan .planDel .three {
        background-color: #90EEE1
    }

    .plan .container div:nth-child(4) {
        /* margin-left: 30px;
        margin-right: 30px */
    }

    .other {
        margin-top: 40px
    }

    .other .left {
        text-align: left;
        width: 450px;
        display: inline-block;
        vertical-align: top
    }

    .other h3 {
        color: #6356E5;
        font-size: 18px
    }

    .other .left h3 i {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(/Public/Home/img/mes.png) no-repeat 0 0;
        vertical-align: top;
        margin: 3px 5px 0 0
    }

    .other .left form ul {
        display: inline-block;
        vertical-align: top
    }

    .other .left form input {
        width: 100px;
        height: 25px;
        padding-left: 10px;
        border: 1px solid #ddd;
        color: #999;
        margin: 5px 0
    }

    .other .left .iden {
        border: 1px solid #ddd;
        width: 110px;
        height: 25px;
        margin-top: 5px
    }

    .other .left .iden a {
        display: inline-block;
        width: 50px;
        height: 25px;
    }

    .other .left .iden a img {
        width: 50px;
        height: 25px;
    }

    .other .container .left .iden input {
        width: 50px;
        height: 25px;
        padding-left: 0px;
        margin: 0px;
        vertical-align: top;
        border: 0px;
    }

    .other .left .iden span {
        display: inline-block;
        line-height: 25px;
        text-align: center;
        vertical-align: top;
        margin-left: 5px
    }

    .other .left form textarea {
        width: 305px;
        height: 100px;
        margin-top: 5px;
        border: 1px solid #ddd;
        margin-left: 20px
    }

    .other .left form .tip {
        color: #999;
        position: absolute;
        top: 10px;
        left: 144px
    }

    .other .left .sub {
        padding: 5px 10px;
        position: absolute;
        bottom: 0;
        right: 7px;
        border: 1px solid #6356E5;
        color: #6356E5;
        cursor: pointer
    }

    .other .left .sub:hover {
        background-color: #6356E5;
        color: #fff
    }

    .other .right h3 i {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(/Public/Home/img/link.png) no-repeat 0 0;
        vertical-align: top;
        margin: 3px 5px 0 0
    }

    .other .right {
        display: inline-block;
        vertical-align: top;
        width: 450px;
        text-align: left;
        margin-left: 30px
    }

    .other .right div {
        margin-top: 40px
    }

    .other .right div a {
        margin-right: 20px;
        margin-bottom: 5px;
        display: inline-block
    }

    .other .right div a:hover {
        color: #6356E5
    }

    .footer {
        width: 100%;
        background-color: #6356E5;
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .footer ul {
        margin-bottom: 20px
    }

    .footer ul li {
        display: inline-block
    }

    .footer ul li a {
        color: #fff;
        margin: 0 20px
    }

    .footer p {
        color: #fff;
        margin-bottom: 20px
    }

    .pop a {
        display: inline-block;
        width: 80px;
        height: 70px;
        text-align: center;
        padding-top: 10px;
        cursor: pointer;
    }

    .pop a:hover {
        color: #6356E5
    }

    .pop i {
        display: inline-block;
        width: 34px;
        height: 34px;
        position: relative
    }


    /*.pop .consult i{background:url(/Public/Home/img/consult.png) no-repeat 0 0}*/

    .pop .online {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }


    /*.pop .online i{background:url(/Public/Home/img/online.png) no-repeat 0 0}*/


    /*.pop .totop i{background:url(/Public/Home/img/totop.png) no-repeat 0 0;background-size:34px 24px}*/

    .pop ul {
        border: 1px solid #ddd;
        display: inline-block
    }

    .pop ul li {
        position: relative;
    }

    .pop ul li:nth-child(1) div {
        width: 120px;
        height: 50px;
        background: #6356E5;
        position: absolute;
        left: -120px;
        top: 0px;
        border-radius: 3px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        display: none;
    }

    .pop {
        display: none;
        background-color: #fff;
        position: fixed;
        top: 200px;
        right: 0
    }

    .fixed {
        position: fixed;
        top: 200px;
        right: 0
    }

    .hover {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none
    }

    .pop .totop img {
        width: 34px;
        height: 24px
    }

    .footlink {
        margin-top: 120px;
        text-align: left
    }

    .footlink h3,
    .footlink h1 {
        font-size: 20px;
        color: #6356E5;
        padding: 5px;
        border-bottom: 1px solid #ddd;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .footlink h3 .bshare-custom,
    .footlink h1 .bshare-custom {
        display: inline-block;
        width: 300px;
        float: right;
    }

    .footlink .left {
        display: inline-block;
        margin-right: 30px
    }

    .footlink .left ul a {
        display: inline-block;
        text-align: center;
        width: 100%;
        line-height: 50px;
        font-size: 18px;
        border-left: 3px solid transparent
    }

    .footlink .left ul li:hover {
        background-color: #efefef
    }

    .footlink .left ul a.current {
        border-left: 5px solid #6356E5;
        color: #6356E5
    }

    .footlink .left ul li {
        border-bottom: 1px solid #ddd;
        width: 150px
    }

    .footlink .left ul {
        border: 1px solid #ddd;
        border-bottom: 0
    }

    .footlink .right {
        display: inline-block;
        width: 70%;
        vertical-align: top
    }

    .footlink .right p {
        color: #111;
        line-height: 30px;
        margin-bottom: 20px;
        width: 100%
    }

    .footlink .right p a {
        color: #6356E5
    }

    .footlink .right p a:hover {
        text-decoration: underline
    }


    /*.footlink h3 a{float:right;margin-right:5px;height:16px;font-size:16px;line-height:16px;margin-top:8px}*/

    .footlink h3 .good,
    .footlink h1 .good {
        width: 42px;
        height: 16px;
        text-align: center;
        background: url(/Public/Home/img/good.png) no-repeat 0 0
    }

    .footlink h3 .more,
    .footlink h1 .more {
        color: #111
    }

    .footlink h3 img,
    .footlink h1 img {
        vertical-align: bottom
    }

    .newest .right li:first-child a {
        color: #6356E5;
        line-height: 28px
    }

    .newest .right li:nth-child(2) {
        color: #111;
        line-height: 28px
    }

    .newest .right ul {
        padding: 15px 0 15px 0;
        border-bottom: 1px dashed #ddd
    }

    .newest .right .page {
        text-align: center;
        border: 0;
        margin-top: 20px;
    }

    .newest .right .page a {
        padding: 5px 10px;
        border: 1px solid #ddd;
        color: #777;
        margin: 0 10px
    }

    .newest .right .page a:hover {
        border: 1px solid #6356E5;
        color: #6356E5
    }

    .newest .right .page .current {
        border: 1px solid transparent
    }

    .edudel .right h3,
    .edudel .right h1 {
        font-size: 18px;
        font-weight: 400;
        color: #6356E5;
        padding: 20px 0;
        margin-bottom: 20px;
        border-bottom: 1px dashed #ddd
    }

    .edudel .right .del {
        color: #111;
        line-height: 30px;
        text-indent: 2em;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .edudel .right .moredel>a {
        display: block;
        color: #111;
        line-height: 30px;
        margin-left: 18px
    }

    .edudel .right .moredel p {
        margin-bottom: 0
    }

    .edudel .right .moredel .addicon {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url(/Public/Home/img/add.png) no-repeat 0 0;
        vertical-align: top;
        margin-top: 8px;
        margin-right: 5px
    }

    .edudel .right .du {
        margin-top: 20px;
        margin-bottom: 40px
    }

    .edudel .right .du p {
        margin: 0;
        line-height: 30px
    }

    .edudel .right .du p a:first-child {
        color: #6356E5
    }

    .edudel .right .du p a:nth-child(2) {
        color: #111
    }

    .edudel .right a:hover {
        color: #6356E5;
        text-decoration: underline
    }

    .testintro .left ul li {
        width: 200px
    }

    .testintro .left ul li a {
        text-align: left;
        padding-left: 20px
    }

    .testintro .right .del {
        border: 0;
        padding-bottom: 0
    }

    .testintro .right .tedel {
        border-bottom: 1px dashed #ddd;
        margin-bottom: 20px
    }

    .menu {
        padding: 10px 0;
        border: 1px solid #6356E5;
        background-color: #fff;
        width: 540px;
        position: absolute;
        top: 80px;
        left: 0;
        display: none;
        text-align: left
    }

    .menu ul {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
        text-align: left
    }

    .menu ul li {
        padding-left: 15px;
        position: relative;
        margin: 5px 0;
        font-size: 18px;
    }

    .menu ul li .dot {
        display: inline-block;
        vertical-align: top;
        width: 0;
        height: 0;
        border: 2px solid #999;
        border-radius: 10px;
        position: absolute;
        top: 7px;
        left: 7px
    }

    .top .nav .menu ul li:not(:first-child) a {
        font-size: 14px;
        display: inline;
        line-height: 0;
        color: #999;
        padding: 0
    }

    .top .nav .menu ul li a:not(.dynamic):hover {
        color: #6356E5;
        text-decoration: underline;
        background-color: #fff
    }

    .menu ul li:first-child a {
        color: #6356E5
    }

    /*考试报名*/

    .reportform {
        padding: 40px 0;
        text-align: center
    }

    .reportform h2,
    .reportform h1 {
        padding-top: 30px;
        position: relative;
        text-align: center;
        font-size: 26px;
        color: #6356E5;
        font-weight: 400
    }

    .reportform h2 span,
    .reportform h1 span {
        font-size: 14px;
        color: #999;
        position: absolute;
        bottom: 0px;
        /*                                right:30%;*/
    }

    .reportform .line {
        display: block;
        width: 50px;
        margin: 20px auto;
        border-top: 5px solid #6356E5
    }

    .reportform .fillnotes {
        padding: 20px;
        text-align: center
    }

    .reportform .fillnotes .title {
        font-size: 18px;
        color: #333
    }

    .reportform .fillnotes .tip {
        color: #333;
        margin-top: 5px;
        margin-bottom: 10px
    }

    .reportform .fillnotes .notecontent {
        color: #333;
        text-align: left;
        line-height: 28px
    }

    .stuinfo {
        position: relative;
        border: 1px solid #ddd;
        text-align: left;
        padding-bottom: 30px
    }

    .infotip {
        width: 200px;
        position: relative;
        padding-top: 30px;
        margin-bottom: 20px;
        margin-left: 50px
    }

    .infotip i {
        display: inline-block;
        width: 10px;
        height: 30px;
        border-left: 1px solid #6356E5;
        border-right: 1px solid #6356E5;
        position: absolute;
        top: 0
    }

    .infotip i.i_squl {
        left: 10px
    }

    .infotip i.i_squr {
        right: 10px
    }

    .infotip .tipcon {
        text-align: center;
        border: 1px solid #6356E5;
        height: 60px;
        position: relative
    }

    .infotip .tipcon s {
        display: inline-block;
        width: 12px;
        height: 60px;
        position: absolute;
        top: 0
    }

    .infotip .tipcon s:first-child {
        left: 0
    }

    .infotip .tipcon s:nth-child(2) {
        right: 0
    }

    .infotip .tipcon s img {
        width: 100%;
        height: 100%
    }

    .infotip .tipcon .title {
        display: block;
        color: #666;
        font-size: 22px;
        border-bottom: 1px solid #6356E5;
        margin: 0 20px;
        padding: 3px 0
    }

    .infotip .tipcon .cate {
        color: #666;
        padding-top: 3px
    }

    .filltable {
        border: 0;
        border-collapse: collapse;
        margin: auto;
        width: 95%
    }

    .filltable tr td {
        color: #333;
        height: 35px;
        line-height: 35px;
        padding: 5px 10px
    }

    .filltable tr td:first-child {
        width: 20%;
        text-align: right
    }

    .filltable tr td span {
        color: #6356E5
    }

    .filltable tr td:nth-child(2) {
        width: 25%;
        text-align: left
    }

    .filltable tr td:nth-child(3) {
        width: 20%;
        text-align: right
    }

    .filltable tr td:nth-child(4) {
        width: 25%;
        text-align: left
    }

    .filltable tr td input {
        width: 85%;
        height: 30px;
        border: 1px solid #ddd;
        background-color: #fff;
        color: #333;
        padding-left: 1%
    }

    .filltable tr td select {
        height: 30px;
        border: 1px solid #ddd;
        padding: 5px 10px
    }

    .filltable tr .gender input {
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-left: 10px;
        margin-right: 5px
    }

    .filltable tr .livetime input {
        width: 25%
    }

    .contrylive,
    .edubg,
    .otherinfo,
    .pntinfo,
    .stucontact {
        border: 1px solid #ddd;
        margin-top: 30px;
        padding-bottom: 30px
    }

    .contrylive .tipcon,
    .edubg .tipcon,
    .otherinfo .tipcon,
    .pntinfo .tipcon,
    .stucontact .tipcon {
        line-height: 60px;
        color: #6356E5;
        font-size: 22px
    }

    .wantlive select {
        height: 30px;
        width: 80%
    }

    .contrylive .infotip {
        width: 280px
    }

    .reportform .sel {
        margin: 30px 60px;
        color: #666;
        text-align: left
    }

    .reportform .sel span {
        color: #6356E5
    }

    .reportform .sel select {
        height: 32px;
    }

    .fillover {
        margin: 30px 0;
        text-align: center;
        color: #666
    }

    .fillover .iden input {
        width: 80px;
        height: 25px;
        border: 1px solid #ddd
    }

    .fillover img {
        vertical-align: middle;
        height: 25px
    }

    .fillover .iden {
        margin: 15px 0
    }

    .fillover .btn {
        display: block;
        width: 150px;
        height: 35px;
        line-height: 35px;
        color: #fff;
        font-size: 18px;
        background-color: #6356E5;
        margin: auto;
        text-align: center;
        cursor: pointer;
    }

    table {
        border-collapse: collapse;
    }

    .content-tab-border table tbody tr td {
        border: 1px solid #333;
    }

    /* 备考集训项目 */
    .prointro {
        padding: 40px 0;
        position: relative;
        text-align: center;
    }

    .prointro h2 {
        width: 230px;
        text-align: center;
        padding: 10px 0;
        color: #b01818;
        line-height: 30px;
        border: 2px solid #b01818;
        font-size: 26px;
        position: absolute;
        top: -45px;
        background-color: #fff;
    }

    .prointro h2 span {
        font-size: 12px;
        display: block;
        text-align: center;
    }

    .prointro .left {
        width: 42%;
        display: inline-block;
        vertical-align: top;
    }

    .prointro .left img {
        width: 269px;
        height: 269px;
        margin: 40px;
    }

    .prointro .left div {
        background-color: #f5f5f5;
        padding: 25px 0;
        text-align: left;
        line-height: 26px;
        min-height: 200px;
        color: #666;
        border-radius: 10px;
    }

    .add {
        display: inline-block;
        vertical-align: top;
        height: 563px;
        width: 15%;
    }

    .add img {
        width: 55px;
        height: 57px;
        margin-top: 155px;
    }

    .prointro {
        margin-top: 200px;
    }

    body .prointro h2 {
        width: 230px;
    }

    .why {
        padding: 40px 0;
        background-color: #f5f5f5;
    }

    .atitle {
        line-height: 40px;
        font-size: 26px;
        color: #b01818;
        font-weight: 400;
        margin-bottom: 30px;
        text-align: left;
    }

    .atitle img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .atitle span {
        font-size: 18px;
        color: #999;
    }

    .project {
        border: 1px solid #ddd;
        background-color: #fff;
        width: 70%;
        margin: auto;
        text-align: center;
        border-collapse: collapse;
    }

    .project td {
        line-height: 35px;
        border: 1px solid #ddd;
    }

    .project thead {
        background-color: #f5f5f5;
        color: #b01818;
        line-height: 35px;
    }

    .project thead th {
        border: 1px solid #ddd;
    }

    .project tr:nth-child(2n) {
        background-color: #f5f5f5;
    }

    .time {
        padding: 40px 0;
    }

    .time div {
        width: 85%;
        margin: auto;
    }

    .time div img {
        max-width: 100%;
    }

    .coursecon {
        width: 100%;
        height: 600px;
        padding: 40px 0;
        background: url(/Public/Home/img/con_bg.png) no-repeat 0 0;
        background-size: 100% 100%;
    }

    .coursecon ul {
        text-align: center;
        margin-bottom: 30px;
    }

    .coursecon ul li {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        background-color: #fff;
        color: #666;
        height: 250px;
        margin-right: 30px;
        border: 1px solid #ddd;
    }

    .coursecon ul li:first-child {
        vertical-align: middle;
        width: 18%;
        border: 0;
        background-color: transparent;
    }

    .coursecon ul li:first-child img {
        width: 100%;
        margin-top: 15px;
    }

    .coursecon ul li h3 {
        font-weight: 400;
        text-align: left;
        font-size: 18px;
        color: #b01818;
        padding: 10px 0 10px 10px;
        border-bottom: 1px dashed #ddd;
    }

    .coursecon ul li div {
        padding: 10px;
        line-height: 26px;
        text-align: justify;
    }

    .flow {
        padding: 40px 0;
        text-align: center;
    }

    .flowdel {
        width: 350px;
        padding: 10px 40px;
        margin: auto;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #ddd;
        text-align: left;
        height: 285px;
    }

    .flowdel h3 {
        font-size: 18px;
        color: #b01818;
        margin-bottom: 20px;
        text-align: center;
        margin-top: 15px;
    }

    .flowdel span {
        display: inline-block;
        width: 85px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border: 1px solid #ddd;
        color: #666;
        margin-bottom: 40px;
        position: relative;
    }

    .ml {
        margin-right: 40px;
    }

    .flowdel span .tr {
        display: inline-block;
        width: 10px;
        height: 15px;
        background: url(/Public/Home/img/right.png) no-repeat 0 0;
        position: absolute;
        right: -29px;
        top: 9px;
    }

    .flowdel span .td {
        display: inline-block;
        width: 15px;
        height: 10px;
        background: url(/Public/Home/img/down.png) no-repeat 0 0;
        position: absolute;
        right: 35px;
        top: 53px;
    }

    .flowdel span .tl {
        display: inline-block;
        width: 10px;
        height: 15px;
        background: url(/Public/Home/img/left.png) no-repeat 0 0;
        position: absolute;
        right: -29px;
        top: 9px;
    }

    .flowdel span:last-child .td {
        display: inline-block;
        width: 15px;
        height: 10px;
        background: url(/Public/Home/img/down.png) no-repeat 0 0;
        position: absolute;
        right: 35px;
        top: -25px;
    }

    .flowdel span:last-child {
        margin: 0;
    }

    .flow .flowdel:nth-child(3) {
        margin-left: 40px;
    }

    .report {
        padding: 40px 0;
        background: url(/Public/Home/img/report_bg.png) no-repeat 0 0;
        background-size: 100% 100%;
    }

    .report .left {
        display: inline-block;
        width: 57.5%;
    }

    .report .left .title {
        font-size: 0;
        text-align: left;
    }

    .report .left .city {
        display: inline-block;
        width: 60px;
        height: 35px;
        font-size: 14px;
        text-align: center;
        line-height: 35px;
        color: #666;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        position: relative;
        border-bottom: 0;
    }

    .report .left .title a.current {
        background-color: #D62626;
        color: #fff;
    }

    .report .left .city .angel {
        display: inline-block;
        width: 12px;
        height: 6px;
        background: url(/Public/Home/img/downangel.png) no-repeat 0 0;
        position: absolute;
        top: 35px;
        left: 25px;
    }

    .report .left .city .hide {
        display: none;
    }

    .contactbox {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contactway {

        border: 1px solid #ddd;
        background-color: #f5f5f5;
        padding: 30px 30px;
        text-align: left;
        width: 55%;
        min-height: 145px;
        margin-right: 20px;
    }

    .contactway h3 {
        font-size: 18px;
        color: #b01818;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .contactway p {
        line-height: 26px;
        color: #666;
    }

    .contactway p img {
        vertical-align: middle;
        margin-left: 50px;
    }

    .hide {
        display: none;
    }

    .report .right {
        width: 40%;
        display: inline-block;
        vertical-align: top;
        margin-left: 55px;
    }

    .report .right p {
        line-height: 35px;
        height: 45px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        background: #6356E5;
        color: #fff;
    }

    .report .right {
        text-align: left;
        width: 450px;
        display: inline-block;
        vertical-align: top;
    }

    .report h3 {
        color: #9B2E2E;
        font-size: 18px;
    }

    .report .right form ul {
        display: inline-block;
        vertical-align: top;
    }

    .report .right form input {
        /* width: 200px; */
        height: 25px;
        padding-left: 10px;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .report .right .iden {
        border: 1px solid #ddd;
        width: 110px;
        height: 25px;
        margin-top: 5px;
    }

    .report .right .iden a {
        display: inline-block;
        width: 50px;
        height: 25px;
    }

    .report .right .iden a img {
        width: 50px;
        height: 25px;
    }

    .report .right .iden input {
        width: 50px;
        height: 25px;
        padding-left: 0px;
        margin: 0px;
        vertical-align: top;
        border: 0px;
    }

    .report .right form textarea {
        width: 305px;
        height: 100px;
        margin-top: 5px;
        border: 1px solid #ddd;
        margin-left: 20px;
    }

    .report .right form .tip {
        color: #999;
        position: absolute;
        top: 10px;
        left: 144px;
    }

    .report .right .sub {
        padding: 5px 10px;
        position: absolute;
        bottom: 0;
        right: 7px;
        border: 1px solid #9B2E2E;
        color: #9B2E2E;
        cursor: pointer;
    }

    .report .right .sub:hover {
        background-color: #9B2E2E;
        color: #fff;
    }


    #applyForm .item {
        margin-right: 20px;
    }

    #applyForm .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .apply_form_body {
        background: rgb(255 255 255 / 95%);
        border: 1px solid #eee;
        border-radius: 5px;
        box-shadow: 4px 4px 16px #e1e1e1, -2px -2px 16px #fff;
        padding: 20px 0;
        text-align: left;
    }

    #submitBtn {
        height: 30px;
        line-height: 30px;
        display: block;
        width: 100px;
        border: 1px solid #E0E2F5;
        text-align: center;
        background: #6356E5;
        color: #fff;
        font-size: 14px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        padding: 0;
        margin: 0 auto;
    }


    .text-ellipsis {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .text-ellipsis--l2 {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }





    .w3c-row {
        position: relative;
        display: block;
        box-sizing: border-box;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        zoom: 1;
    }

    .w3c-row:before,
    .w3c-row:after {
        content: '';
        display: table;
    }

    .w3c-row:after {
        clear: both;
    }

    .w3c-col-lg-6,
    .w3c-col-md-8,
    .w3c-col-xs-12 {
        position: relative;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .w3c-col-xs-12 {
        float: left;
    }

    .w3c-col-xs-12 {
        display: block;
        box-sizing: border-box;
        width: 50%;
    }



    .w3c-col-lg-6 {
        float: left;
    }

    .w3c-col-lg-6 {
        display: block;
        box-sizing: border-box;
        width: 25%;
    }

    .path-info-item {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
        border-radius: 6px;
    }

    .path-info-header {
        padding: 12px 15px;
    }

    .path-info-header .path-info-title {
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }


    .path-course-list .path-course-wrapper {
        margin-bottom: 12px;
        padding: 0 15px;
        color: #333;
        -webkit-transition: color .24s;
        transition: color .24s;
    }

    .path-course-list .path-course-wrapper:hover {
        color: #fe6a00;
    }

    .path-course-list .path-course-wrapper .path-course-img {
        position: relative;
        overflow: hidden;
        border-radius: 6px;
        transition: all .24s;
    }

    .path-course-list .path-course-wrapper:hover .path-course-img {
        box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    }

    .path-course-list .path-course-wrapper .path-course-img .view-number {
        position: absolute;
        right: 6px;
        bottom: 6px;
        min-width: 30px;
        padding: 0 6px;
        font-size: 12px;
        line-height: 18px;
        color: #fff;
        border-radius: 8px;
        background-color: rgba(0, 0, 0, .4);
    }

    .path-course-list .path-course-wrapper .path-course-img .view-number .view-ico {
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: text-top;
        background: url("https://7n.w3cschool.cn/statics/images/w3c/course-view-ico.png") no-repeat center center/12px 12px;
    }

    .path-course-list .path-course-wrapper .path-course-img img {
        height: 129px;
    }

    .path-course-list .path-course-name {
        height: 1.5em;
        margin-top: 8px;
        font-size: 15px;
        font-weight: 600;
    }

    .path-course-list .path-course-desc {
        /* height: 3em; */
        margin-top: 6px;
        font-size: 13px;
        color: #666;
    }

    .path-info-header {
        padding: 24px 12px;
        text-align: center;
    }

    .path-info-header .path-info-title {
        font-size: 24px;
    }

    .path-info-header .path-info-title::before {
        margin-top: 10px;
    }

    .path-course-list .path-course-wrapper {
        margin-bottom: 24px;
        padding: 0 24px;
    }

    .icon,
    .i-icon,
    .w3c-icon {
        display: inline-block;
        font-style: normal;
        font-display: auto;
        line-height: 1;
        color: inherit;
        vertical-align: -0.125em;
        text-transform: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .i-icon {
        font-family: "custom-font";
    }

    .i-icon-star-outline:before {
        content: "\e7df";
    }

    .w3c-icon {
        font-family: "custom-font";
    }

    .w3c-icon-content:before {
        content: "\e603";
    }

    .index-wrapper {
        width: 1200px;
        margin: 0 auto;
        padding: 25px 0;
        overflow: hidden;
    }

    .bread-nav {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .bread-nav-banner,
    .bread-nav-banner a {
        color: #fff;
        opacity: 0.8;
    }

    .bread-nav-banner a:hover {
        opacity: 1;
    }

    .courselist-banner {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    .courselist-banner .bread-nav {
        margin-bottom: 25px;
    }

    .courselist-banner .bread-nav-banner,
    .courselist-banner .bread-nav-banner a {
        color: #666;
        opacity: 1;
    }

    .courselist-banner .bread-nav-banner a:hover {
        color: #fe6a00;
    }

    .courselist-banner-content {
        margin-top: 10px;
    }

    .courselist-banner-l {
        float: left;
        position: relative;
    }

    .courselist-banner-l .cover-wrap {
        position: relative;
    }

    .courselist-banner-l img {
        display: block;
        width: 400px;
        background-color: #f5f5f5;
        border-radius: 4px;
        cursor: pointer;
    }

    .courselist-banner-r {
        position: relative;
        margin-left: 438px;
        min-height: 250px;
    }

    .courselist-banner-r h2 {
        font-size: 26px;
        font-weight: 500;
    }

    .courselist-banner-meta {
        margin-top: 10px;
        padding-bottom: 6px;
        /* border-bottom: 1px solid #ddd; */
        width: fit-content;
    }

    .courselist-banner-meta .get-banner-meta {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
    }

    .courselist-banner-meta .get-banner-meta span {
        display: inline-block;
        font-size: 14px;
        color: #333;
    }

    .courselist-banner-meta .get-banner-meta a span {
        color: #f16500;
    }

    .courselist-banner-meta .get-banner-meta .c-line {
        display: inline-block;
        width: 1px;
        height: 18px;
        background-color: #bbb;
        margin: 0 10px;
        vertical-align: middle;
    }

    .courselist-banner-meta .get-banner-meta span>.icon {
        font-size: 18px;
        color: #9ca3aa;
        margin-right: 5px;
    }

    .course-cert-ico {
        background: url("https://www.w3cschool.cn/statics/images/w3c/course-cert-ico.png") no-repeat center center;
        display: inline-block;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .get-cert-btn {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
        color: #f16500;
    }

    .get-cert-btn:hover {
        color: #f16500;
    }

    .courselist-banner-footer {
        position: absolute;
        bottom: 25px;
        display: flex;
        align-items: center;
    }

    .courselist-banner-footer .footer-button {
        position: relative;
        box-sizing: border-box;
        min-width: 150px;
        height: 40px;
        padding: 0 32px;
        font-size: 16px;
        color: #333;
        line-height: 38px;
        text-align: center;
        border: 1px solid transparent;
        border-radius: 40px;
        cursor: pointer;
    }

    .courselist-banner-footer .footer-button--ghost {
        color: #fe6a00;
        border-color: #fe6a00;
        transition: background-color 0.25s;
    }

    .courselist-banner-footer .footer-button--ghost:hover {
        background-color: rgba(237, 124, 48, 0.1);
    }


    .icon,
    .i-icon,
    .w3c-icon {
        display: inline-block;
        font-style: normal;
        font-display: auto;
        line-height: 1;
        color: inherit;
        vertical-align: -0.125em;
        text-transform: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .i-icon {
        font-family: "custom-font";
    }

    .i-icon-down:before {
        content: "\e950";
    }

    .w3c-icon {
        font-family: "custom-font";
    }

    .w3c-icon-content:before {
        content: "\e603";
    }

    .pull-right {
        float: right;
    }

    .multipage {
        text-align: center;
        padding: 20px 0px;
        font-size: 14px;
    }




    .vipinfo-meta {
        background-color: #e6dab8;
        color: #4c3b1e;
        padding: 2px 4px;
        font-size: 13px;
        border-radius: 4px;
    }

    .courselist-content {
        padding: 0px 0 25px;
    }

    .courselist-list {
        position: relative;
        float: left;
        width: 834px;
        background-color: #fff;
        /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        min-height: 884px; */
        margin-right: 15px;
    }

    .courselist-nav-tabs {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        padding: 5px 25px 0;
    }

    .courselist-nav-tabs li {
        position: relative;
        float: left;
        margin-right: 25px;
        cursor: pointer;
    }

    .courselist-nav-tabs li a {
        display: inline-block;
        padding: 0 15px;
        font-weight: 600;
        font-size: 16px;
        color: #333;
    }

    .courselist-nav-tabs li.active:after {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -14px;
        content: "";
        background: #fe6a00;
        display: inline-block;
        width: 32px;
        height: 2px;
    }

    .courselist-nav-tabs li.active a,
    .courselist-nav-tabs li a:hover {
        color: #fe6a00;
    }

    .courselist-body {
        padding: 25px;
    }

    .courselist-d {
        display: none;
    }

    .courselist-d.active {
        display: block;
    }

    .courselist-item {
        margin-bottom: 70px;
    }

    .courselist-item:last-child {
        margin-bottom: 0;
    }

    .courselist-item .chapter-item {
        margin-bottom: 25px;
    }

    .courselist-item .chapter-item h3 {
        position: relative;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        color: #333;
        background-color: #ededed;
        border-radius: 6px;
        padding: 0 15px;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .courselist-item .chapter-item h3 .icon {
        float: right;
        font-size: 20px;
        color: #666;
        margin: 11px 6px;
    }

    .chapter-box {
        padding-left: 20px;
    }

    .chapter-box li {
        position: relative;
        height: 40px;
        line-height: 40px;
        margin-bottom: 8px;
        border-bottom: 1px dashed #ddd;
    }

    .chapter-box li a {
        display: block;
        font-size: 14px;
        color: #333;
        padding-right: 10px;
    }

    .chapter-box li a:hover,
    .chapter-box li a:hover .icon {
        color: #fe6a00;
    }

    .chapter-box li a .icon {
        font-size: 20px;
        color: #9ca3aa;
        margin-right: 5px;
    }

    .courselist-item .content-intro {
        padding: 0;
    }

    .clearFix::after {
        content: "";
        display: block;
        clear: both;
    }



    .courselist-sidebar {
        float: left;
        width: 280px;
    }

    .courselist-sidebar .sidebar-box {
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        padding: 20px 0;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .courselist-sidebar .sidebar-head {
        display: -webkit-flex;
        -webkit-align-items: center;
        -webkit-justify-content: space-between;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ebebeb;
        padding: 0 20px 6px;
        margin-bottom: 20px;
    }

    .courselist-sidebar .author-item,
    .courselist-sidebar .recom-list {
        padding: 0 20px;
    }

    .courselist-sidebar .sidebar-more {
        font-size: 12px;
        color: #999999;
        cursor: pointer;
    }

    .courselist-sidebar .sidebar-title {
        font-size: 18px;
        color: #333;
        font-weight: 600;
    }

    .courselist-sidebar .sidebar-title::before {
        content: "";
        background: #6356E5;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-right: 8px;
        margin-bottom: 3px;
        vertical-align: middle;
    }

    .courselist-sidebar a:hover {
        color: #6356E5;
    }

    .author-avatar {
        float: left;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        border: 2px solid #FFF;
        box-shadow: 0px 3px 3px rgba(193, 191, 192, 0.5);
    }

    .author-intro {
        margin-left: 70px;
        min-height: 60px;
    }

    .author-name {
        display: inline-block;
        margin-top: 5px;
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

    .icon-v {
        background: url("https://7nsts.w3cschool.cn/images/w3c/gold-small.png") no-repeat 0px 0px;
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-left: 3px;
        vertical-align: -3px;
    }

    .author-approveinfo {
        margin-top: 5px;
    }

    .recom-item li+li {
        margin-top: 15px;
    }

    .recom-course-img {
        float: left;
        width: 47px;
        height: 47px;
        border-radius: 6px;
        position: relative;
    }

    .recom-course-img img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
    }

    .recom-course-content {
        margin-left: 75px;
        height: 50px;
    }

    .recom-course-name {
        display: block;
        font-size: 14px;
        color: #333;
        padding-top: 3px;
        word-wrap: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .recom-course-meta {
        font-size: 12px;
        color: #666;
    }

    .item {
        display: block;
        /* margin: 10px 50px 10px 0; */
        max-width: 261px;
    }

    .cover {
        position: relative;
        text-align: center;
        background-color: #ddd;
        border-radius: 6px;
        overflow: hidden;
    }

    .cover img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .info {
        padding: 0 6px;
    }

    .title {
        font-size: 15px;
        font-weight: 600;
        padding-top: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #333333;
    }

    .description {
        display: -webkit-box;
        box-sizing: content-box;
        line-height: 20px;
        height: 40px;
        font-size: 13px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 8px 0 0;
    }

    .content-intro {
        padding: 15px 0 20px;
        font-size: 15px;
        font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Source Han Sans SC', 'Noto Sans CJK SC', 'WenQuanYi Micro Hei', sans-serif;
        line-height: 1.7;
        color: #333;
        outline: none;
        word-wrap: break-word;
    }

    .content-intro:first-child {
        margin-top: 0 !important;
    }

    .content-intro p {
        word-wrap: break-word;
        margin: 0 0 5px;
        color: #333;
        line-height: 1.7;
    }

    .content-intro img {
        border: 0;
        max-width: 100%;
    }

    .content-intro a {
        color: #fe6a00;
        text-decoration: underline;
        word-break: break-all;
    }

    .content-intro a:hover {
        color: #f16500;
    }

    .content-intro h3,
    .content-intro h4 {
        margin: 20px 0 10px;
        font-weight: 600;
        color: #333;
        line-height: 1.7;
    }

    .content-intro h3 {
        font-size: 18px;
    }

    .content-intro h4 {
        font-size: 16px;
    }


    .fas {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

    .fa-home:before {
        content: "\f015";
    }

    .fas {
        font-family: "Font Awesome 5 Free";
    }

    .fas {
        font-weight: 900;
    }

    .breadcrumb {
        padding: 10px 0;
        font-size: 14px;
        color: #999;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #eee;
        margin-bottom: 25px;
        clear: both;
    }

    .breadcrumb>div:first-child {
        margin-left: 0px;
    }

    .breadcrumb a {
        color: #999;
    }

    .pchidden {
        display: none !important;
    }

    .path-course-price {
        color: red;
        padding:5px;
        font-size: 14px;
        font-weight: 700;
    }

}