/* 大设备 */
@media only screen and (min-width: 992px) {

    a,
    div,
    h1,
    img,
    li,
    ul {
        padding: 0;
        margin: 0;
    }

    ul {
        list-style: none;
    }

    a,
    a:hover {
        text-decoration: none;
        color: #999;
        cursor: pointer;
    }

    i {
        font-weight: 400;
        font-style: normal;
    }

    img {
        border: 0;
    }
    /* 导航 */
    .l_header {
        width: 100%;
        height: 2rem;
        padding: 0 0.8rem;
        box-sizing: border-box;
        position: relative;
    }

    .mid_tit {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .flw {
        flex-wrap: wrap;
    }

    .padding {
        padding: 0.5rem 0.8rem;
        box-sizing: border-box;
    }

    .fir_navi {
        padding: 1rem 0;
        box-sizing: border-box;
        border-bottom: 1px solid #EDEDED;
    }

    .sec_navi {
        margin-right: -1.2rem;
    }

    .sec_navi li {
        margin-right: 1.2rem;
        margin-top: 0.8rem;
    }

    .fir_navi:last-child {
        border-bottom: none;
    }
    .container {
        width: 1200px;
        margin: auto;
    }

    .top {
        padding-top: 15px;
        position: relative;
    }

    .top img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .top>ul {
        display: inline-block;
        vertical-align: top;
        margin-left: 200px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .top .menua {
        position: absolute;
        top: 46px;
        left: 0;
        width: 135.91px;
        text-align: center;
        z-index: 2;
        border: 1px solid #ddd;
        background-color: #fff;
        border-top: transparent;
        display: none;
    }

    .top>ul>li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        z-index: 1;
    }

    .top>ul>li>a {
        display: block;
        padding: 10px 12px;
        color: #333;
        font-size: 18px;
        border: 1px solid transparent;
    }

    .top>ul>li>a.now,
    .top>ul>li>a:hover {
        color: #6356E5;
        border: 1px solid #ddd;
        box-shadow: 0 5px 10px #ccc;
    }

    .top>ul>li>a.current,
    .top>ul>li>a.now,
    .top>ul>li>a:hover {
        color: #6356E5;
        border: 1px solid #ddd;
        box-shadow: 0 5px 10px #ccc;
    }

    .top .menua>li {
        position: relative;
        z-index: 2;
    }

    .top .menua>li>a {
        display: block;
        line-height: 30px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        border-left: 3px solid transparent;
        border-right: 1px solid transparent;
        color: #666;
        position: relative;
        z-index: 2;
    }

    .top .menua>li>a:hover {
        background-color: #f5f5f5;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-left: 3px solid #6255E4;
        border-right: 1px solid #f5f5f5;
    }

    .top .telnum span {
        display: block;
        padding: 10px 25px;
        color: #6356E5;
        font-size: 22px;
        font-style: italic;
    }

    .top .telnum span i {
        display: inline-block;
        width: 29px;
        height: 23px;
        vertical-align: top;
        margin-top: 2px;
        margin-right: 5px;
        background: url(/Public/Home/img/tel.png) no-repeat 0 0;
    }

    .banner {
        width: 100%;
        padding: 40px 0;
        background-color: #f5f5f5;
        padding-bottom: 80px;
    }

    .sliders {
        position: relative;
    }

    .sliders .bg {
        width: 100%;
        height: 350px;
    }

    .sliders .text {
        position: absolute;
        top: 40%;
        left:31%;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        padding: 0 20px;
    }

    .sliders .text h2 {
        font-size: 26px;
        font-weight: 400;
        color: #fff;
        line-height: 50px;
    }

    .flexslider {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .flexslider .slides>li {
        display: none;
    }

    .flexslider .slides img {
        max-width: 100%;
        display: block;
    }

    .slides:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .flexslider {
        background: #fff;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        zoom: 1;
    }

    .flexslider .slides {
        zoom: 1;
    }

    .flexslider .slides>li {
        position: relative;
    }

    .flex-direction-nav li a {
        width: 60px;
        height: 60px;
        margin: -13px 0 0;
        display: block;
        background: url(/Public/Home/img/toleft.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        cursor: pointer;
        text-indent: -9999px;
    }

    .flex-direction-nav li a.next {
        width: 60px;
        height: 60px;
        margin: -13px 0 0;
        display: block;
        background: url(/Public/Home/img/toright.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        cursor: pointer;
        text-indent: -9999px;
        right: 0;
    }

    .flex-direction-nav li a.prev {
        background-position: 0 0;
        left: 0;
    }

    .banner .tip {
        padding: 5px 0;
        box-shadow: 0 0 10px #ccc;
        margin-top: 15px;
        background-color: #fff;
    }

    .banner .tip li {
        display: inline-block;
        vertical-align: middle;
        color: #666;
    }

    .banner .tip li:first-child {
        width: 20%;
        text-align: center;
        border-right: 1px solid #ddd;
    }

    .banner .tip li:nth-child(2) {
        width: 70%;
        padding-left: 30px;
        line-height: 24px;
    }

    .tip li:nth-child(1) {
        font-size: 22px;
        color: #6356E5;
        line-height: 30px;
        padding: 10px 0;
    }

    .next {
        background-color: #e1e1e1;
    }

    /* 首页项目 */

    .prointro {
        padding: 40px 0;
        position: relative;
        text-align: center;
    }

    .prointro h2 {
        width: 125px;
        text-align: center;
        padding: 10px 0;
        color: #6356E5;
        line-height: 30px;
        border: 2px solid #6356E5;
        font-size: 26px;
        position: absolute;
        top: -45px;
        left:535.6px;
        background-color: #fff;
    }

    .prointro h2 span {
        font-size: 12px;
        display: block;
        text-align: center;
    }

    .pcon {
        background-color: #f5f5f5;
        padding: 40px;
        text-align: left;
        line-height: 26px;
        color: #666;
        border-radius: 10px;
        min-height: 215px;
    }

    .prointro .left {
        width: 42%;
        display: inline-block;
        vertical-align: top;
    }

    .prointro .left img {
        width: 269px;
        height: 269px;
        margin: 40px;
    }

    .prointro .left p {
        background-color: #f5f5f5;
        text-align: left;
        line-height: 36px;
        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;
    }

    /* 首页联合集训项目 */
    .why {
        padding: 40px 0;
        background-color: #f5f5f5;
    }

    .atitle {
        line-height: 40px;
        font-size: 26px;
        color: #6356E5;
        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: #6356E5;
        line-height: 35px;
    }

    .project thead th {
        border: 1px solid #ddd;
    }

    .project tr:nth-child(2n) {
        background-color: #f5f5f5;
    }

    table {
        border-collapse: collapse;
    }

    table tbody tr td {
        border: 1px solid #333;
    }

    /* 首页授课内容 */
    .atitle {
        line-height: 40px;
        font-size: 26px;
        color: #6356E5;
        font-weight: 400;
        margin-bottom: 30px;
        text-align: left;
    }

    .atitle img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .atitle span {
        font-size: 18px;
        color: #999;
    }

    .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: #6356E5;
        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: #6356E5;
        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) {
        text-align: right;
        margin-left: 40px;
    }

    /* 首页授课教师 */
    .teacher {
        padding: 40px 0;
    }

    .tealist {
        width: 21%;
        padding: 15px;
        background: url(/home/img/tb.jpg) no-repeat 0 0;
        background-size: 100% 100%;
        color: #fff;
        line-height: 26px;
        min-height: 521px;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        position: relative;
        margin-right: 20px;
    }

    .tealist .teaname {
        font-size: 18px;
        color: #fff;
    }

    .teacher>.tealist:nth-child(5n) {
        margin-right: 0px;
    }

    .teacher .mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .teacher .btn {
        padding: 5px 25px;
        color: #fff;
        border: 2px solid #fff;
        position: absolute;
        top: 152px;
        display: none;
    }

    /* 首页报名咨询-问答 */
    .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: 40%;
        /* margin-left: 81px; */
    }

    .report .left .title {
        font-size: 0;
    }

    .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;
    }

    .contactway {
        border: 1px solid #ddd;
        background-color: #f5f5f5;
        padding: 30px 30px;
    }

    .contactway h3 {
        font-size: 18px;
        color: #6356E5;
        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: 35%;
        display: inline-block;
        vertical-align: top;
        margin-left: 115px;
    }

    .report .right p {
        line-height: 35px;
        color: #666;
    }

    .report .right p a {
        color: #666;
        width: 72%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

    .report .right p a:hover {
        text-decoration: underline;
    }

    .report .right p span {
        float: right;
        color: #999;
    }

    /* 首页备考文章 */
    .article {
        padding: 40px 0;
    }

    .article ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .article ul li {
        width: 33.3%;
        line-height: 26px;
    }

    .article ul li a {
        color: #666;
        display: inline-block;
        width: 85%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .article ul li a:hover {
        color: #6356E5;
        text-decoration: underline;
    }

    /* 首页友情链接 */
    .friendlink {
        padding: 20px 0;
    }

    .friendlink p.links {
        line-height: 26px;
    }

    .friendlink a {
        display: inline-block;
        color: #333;
        margin-right: 20px;
    }

    .friendlink a:hover {
        color: #6356E5;
        text-decoration: underline;
    }

    .article .friendlink {
        border-top: 1px solid #ddd;
    }

    /* O-Level考试 */
    .hide {
        display: none;
    }

    .fortest .left {
        display: inline-block;
        vertical-align: top;
        width: 24%;
    }

    .fortest .left .left_up {
        background-color: #f5f5f5;
        width: 219px;
        border: 1px solid #ddd;
    }

    .fortest .left .left_up>li:first-child {
        width: 219px;
        height: 140px;
        background: url(/Public/Home/img/leftnav.png) no-repeat center 0;
        background-size: 100% 100%;
        text-align: center;
        border-bottom: 5px solid #fff;
    }

    .fortest .left .left_up>li:first-child span {
        color: #fff;
        font-size: 22px;
        display: block;
        padding-top: 95px;
    }

    .fortest .left .left_up li a {
        display: block;
        line-height: 45px;
        text-align: center;
        font-size: 18px;
        border-left: 5px solid transparent;
        position: relative;
    }

    .fortest .left .left_up li ul li a:active {
        color: #fff;
    }

    .fortest .left .left_up li a:hover {
        color: #6356E5;
    }

    .fortest .left .left_up li a.current {
        color: #fff;
        background-color: #6356E5;
        border-left: 5px solid #55B3F3;
    }

    .fortest .left .left_up li a i.rep {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 18px;
        height: 18px;
        background: url(/Public/Home/img/report.png) no-repeat 0 0;
    }

    .fortest .left .left_up li a i.reped {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 18px;
        height: 18px;
        background: url(/Public/Home/img/report_h.png) no-repeat 0 0;
        position: absolute;
        top: 15px;
        left: 59px;
    }

    .fortest .left .left_up li a i.ana {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 19px;
        height: 16px;
        background: url(/Public/Home/img/ana.png) no-repeat 0 0;
    }

    .fortest .left .left_up li a i.anaed {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 19px;
        height: 16px;
        background: url(/Public/Home/img/ana_h.png) no-repeat 0 0;
        position: absolute;
        top: 16px;
        left: 59px;
    }

    .fortest .left .left_up li a i.adv {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 14px;
        height: 20px;
        background: url(/Public/Home/img/advice.png) no-repeat 0 0;
    }

    .fortest .left .left_up li a i.adved {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 14px;
        height: 20px;
        background: url(/Public/Home/img/advice_h.png) no-repeat 0 0;
        position: absolute;
        top: 14px;
        left: 61px;
    }

    .fortest .left .left_up li a i.aq {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 20px;
        height: 15px;
        background: url(/Public/Home/img/online.png) no-repeat 0 0;
    }

    .fortest .left .left_up li a i.aqed {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 19px;
        height: 16px;
        background: url(/Public/Home/img/online_h.png) no-repeat 0 0;
        position: absolute;
        top: 17px;
        left: 58px;
    }

    .fortest .left .left_up li a i.hide {
        display: none;
    }

    .fortest .left .left_down {
        border: 1px solid #ddd;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 219px;
        position: relative;
    }

    .fortest .left .left_down li:first-child {
        border-top: 5px solid #6356E5;
        color: #6356E5;
        font-size: 22px;
        border-bottom: 1px solid #ddd;
        line-height: 45px;
    }

    .fortest .left .left_down li a {
        position: relative;
        display: inline-block;
        margin: 20px 10px;
    }

    .fortest .right {
        width: 66%;
        padding: 20px 40px;
        display: inline-block;
        vertical-align: top;
    }

    .fortest .right h1 {
        font-size: 22px;
        color: #6356E5;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .articlecon {
        padding: 10px 0;
        color: #333;
        line-height: 26px;
        border-bottom: 1px solid #ddd;
    }

    .fortest .left .left_up .menu {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        text-align: left;
        /* display: none; */
    }

    .fortest .left .left_up .menu li a {
        font-size: 14px;
    }

    .fasto {
        line-height: 36px;
    }

    .relate .title {
        color: #6356E5;
        line-height: 30px;
        font-weight: 700;
    }

    .relate p:nth-child(2) a {
        padding: 0 15px 0 0;
        border-right: 1px solid #ddd;
        color: #666;
        display: inline-block;
        line-height: 24px;
    }

    .relate p:nth-child(2) a:hover {
        color: #6356E5;
        text-decoration: underline;
    }

    .aeis .left .left_down li a {
        display: block;
        margin: 10px 0;
        color: #333;
    }

    .aeis .left .left_down li a:hover {
        color: #6356E5;
    }
    .titlelink {
        display: flex;
        align-items: end;
    }
    .titlelink a:hover {
        color: #6356E5;
        text-decoration: underline;
    }

    /* olevel问答 */
    .aqlist {
        border-bottom: 1px dashed #DDD;
        padding: 10px 0;
    }

    .aqlist .title a {
        color: #333;
        margin: 10px 0;
        font-size: 14px;
        font-weight: normal;
    }

    .aqlist .title a:hover {
        color: #6356E5;
        text-decoration: underline;
    }

    .aqlist .answer span:first-child {
        color: #6356E5;
        margin-right: 30px;
    }

    .aqlist .acon {
        line-height: 26px;
        margin-top: 5px;
        color: #666;
    }

    .aqlist .acon a {
        color: #6356E5;
        text-decoration: underline;
        display: inline-block;
    }

    .page {
        margin: 20px 0;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .page {
        margin: 20px 0;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .page a {
        display: inline-block;
    }

    .page span {
        display: inline-block;
    }

    .page a {
        padding: 5px 10px;
        border: 1px solid #ddd;
        color: #666;
    }

    .page .current,
    .page a:hover {
        background-color: #6356E5;
        color: #fff;
        border: 1px solid #ddd;
        padding: 5px 10px;
    }

    .page .next {
        color: #6356E5;
        background: #fff;
    }

    .next {
        background-color: #e1e1e1;
    }

    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pagination .active,
    .pagination .disabled {
        padding: 5px 10px;
        border: 1px solid #ddd;
        color: #666;
        display: inline-block;
    }

    .pagination .active {
        background-color: #6356E5;
        color: #fff;
        border: 1px solid #ddd;
        padding: 5px 10px;
    }

    .sx p {
        display: flex;
        margin: 15px 0;
    }

    .sx p a {
        margin-left: 10px;
        color: #333;
    }

    .sx p a:hover {
        color: #6356E5;
        text-decoration: underline;
    }

    .sx p span {
        color: #6356E5;
    }

    .morecon .title {
        color: #6356E5;
        line-height: 30px;
        font-weight: 700;
    }

    .morecon p:nth-child(2) a {
        display: block;
        color: #666;
        line-height: 30px;
    }

    .morecon p:nth-child(2) a:hover {
        color: #6356E5;
        text-decoration: underline;
    }

    /* 课程 */
    .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: 33.3%;
    }

    .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 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 {
        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; */
    }

    /* 课程详情 */
    .index-wrapper {
        width: 1200px;
        margin: 0 auto;
        padding: 25px 0 0 0;
        overflow: hidden;
    }

    .courselist-banner {
        width: 100%;
        min-width: 1140px;
        min-height: 353px;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    .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 .c-line {
        display: inline-block;
        width: 1px;
        height: 18px;
        background-color: #bbb;
        margin: 0 10px;
        vertical-align: middle;
    }

    .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);
    }

    .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-sidebar {
        float: left;
        width: 280px;
    }

    .courselist-sidebar .sidebar-box {
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        padding: 10px 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 15px;
        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-course-img {
        float: left;
        width: 80px;
        height: 50px;
        border-radius: 6px;
        position: relative;
    }

    .recom-course-img img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
    }

    .recom-course-content {
        margin-left: 95px;
        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;
    }

    .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;
    }

    /* olevel报名 */
    .reportsys {
        padding: 20px 0;
    }

    .reportsys h1 {
        font-weight: 400;
        color: #6356E5;
        font-size: 22px;
        border-left: 5px solid #6356E5;
        margin-bottom: 10px;
        padding-left: 5px;
    }

    .reportsys .notes {
        line-height: 26px;
    }

    .reportsys .notes span:first-child {
        color: #333;
    }

    .reportsys .notes span:last-child {
        color: #6356E5;
    }

    .reportsys form {
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        padding: 20px 0;
        text-align: center;
    }

    .reportsys form h3 {
        font-weight: 400;
        color: #666;
        margin-bottom: 20px;
    }

    .reportsys form ul {
        width: 400px;
        text-align: left;
        display: inline-block;
        vertical-align: top;
    }

    .reportsys form ul span {
        display: inline-block;
        width: 100px;
        text-align: right;
        color: #666;
        margin-right: 5px;
    }

    .reportsys form ul span i {
        color: #6356E5;
        font-style: normal;
    }

    .reportsys form ul li {
        margin: 10px 0;
    }

    .reportsys form input {
        width: 260px;
        border: 1px solid #ddd;
    }

    .reportsys form select {
        height: 30px;
        width: 150px;
    }

    .reportsys form .iden {
        height: 26px;
        line-height: 24px;
    }

    .reportsys form .iden {
        vertical-align: top;
    }

    .reportsys form .iden input {
        height: 24px;
        width: 60px;
        vertical-align: top;
    }

    .reportsys form .btn {
        background-color: #6356E5;
        color: #fff;
        display: block;
        width: 100px;
        line-height: 30px;
        border-radius: 5px;
        margin: auto;
        text-align: center;
        margin-top: 20px;
    }

    #entry_form #code {
        width: 120px;
        height: 26px;
        margin-right: 10px;
    }

    .apply_form {
        background-color: #6356E5;
        color: #fff;
        display: block;
        width: 100px;
        line-height: 30px;
        border-radius: 5px;
        margin: auto;
        text-align: center;
        margin-top: 20px;
    }
    .download{
        display: flex;
        align-items: flex-start;
    }
    .download_img {
        width: 18px;
        margin-left: 10px;
    }
    /* 底部 */
    .footer {
        background-color: #353535;
        text-align: center;
        padding: 40px 0;
    }

    .footer p {
        line-height: 26px;
        margin: 5px 0;
        color: #fff;
    }

    .footer p a {
        color: #fff;
        margin-right: 20px;
    }

    .w {
        width: 1180px;
        margin: 0 auto;
    }

    .point {
        cursor: pointer;
    }

    .hidden.hidden {
        display: none;
    }

    .lin28 {
        line-height: 28px;
    }

    .crff {
        color: #fff;
    }

    .cr9b {
        color: #9b9b9b;
    }

    .ml10 {
        margin-left: 10px;
    }

    .ml30 {
        margin-left: 30px;
    }

    .ml40 {
        margin-left: 40px;
    }

    .mt10 {
        margin-top: 10px;
    }

    .fz12 {
        font-size: 12px;
    }

    .fz14 {
        font-size: 14px;
    }

    .fz16 {
        font-size: 16px;
    }

    .mt10 {
        margin-top: 10px;
    }

    .hidden {
        display: none;
    }

    .flex {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: space-between;
        align-items: center;
        -ms-flex-align: center;
    }

    .flex1 {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: center;
        -ms-flex-align: center;
    }

    .crfa {
        color: #fafafa;
    }

    .cr67 {
        color: rgba(103, 119, 133, 1);
    }

    .ml40 {
        margin-left: 40px;
    }

    .ft_head {
        background: rgba(46, 53, 59, 1);
        height: 120px;
    }

    .ft_head .w {
        padding: 32px 0;
    }

    .we_box {
        position: relative;
        z-index: 10;
    }

    .ft_we {
        width: 200px;
        height: 225px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 15px;
        box-sizing: border-box;
        position: absolute;
        top: -240px;
    }

    .we_box:hover .ft_we {
        display: block;
    }
    .pchidden{
        display: none;
    }
    .layui-this{
        color:#6356E5 !important;
    }



}