/* 小设备 */
@media only screen and (max-width: 575px) {
    .top {
        background-color: #fff;
    }

    .minner {
        position: relative;
        height: 45px;
        border-bottom: 1px solid #ddd;
    }

    .mhidden {
        display: none !important;
    }

    .mlogo>img {
        width: 100%;
        height: 45px;
    }

    .navBtn {
        height: 30px;
        margin-top: -15px;
        width: 25px;
        position: absolute;
        right: 10px;
        top: 50%;
        cursor: pointer;
    }

    .navBtn span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #666;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1.5px;
    }

    .navBtn span:before,
    .navBtn span:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background-color: #666;
        position: absolute;
        left: 0;
        top: -9px;
        transition: transform .3s;
        transition: transform .3s;
    }

    .navBtn span:after {
        top: auto;
        bottom: -9px;
    }

    .show {
        display: block !important;
    }

    body.open {
        overflow: hidden;
        /* position: fixed; */
        left: 0;
        top: 0;
    }

    .navBtn.open span:before {
        transform: rotate(45deg);
        top: 0;
    }

    .navBtn.open span:after {
        transform: rotate(-45deg);
        bottom: auto;
        top: 0;
    }

    .navBtn.open span {
        height: 0;
    }

    .nav {
        position: fixed;
        right: 0px;
        top: 35px;
        height: 92%;
        width: 200px;
        background-color: #fff;
        overflow-y: auto;
        transition: right .3s;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
        z-index: 9;
        border-bottom: 1px solid #dddddd;
        clear: both;
    }

    .navl {
        font-size: 16px;
        margin-right: 0px;
        float: none;
        width: auto;
        text-align: left;
        line-height: 50px;
        position: relative;
        color: #666666;
    }

    .navl>a {
        line-height: 26px;
        padding: 12px 0 12px 1.5em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333;
        font-weight: 600;
    }

    .navl ul {
        position: static;
        left: auto;
        top: auto;
        width: auto;
        margin-left: 0;
        background-color: transparent;
        text-align: left;
        border: 0;
        padding-bottom: 0;
    }

    .navl ul li a {
        line-height: 26px;
        padding: 12px 1.5em 12px 2.5em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        text-align: center;
        height: 200px;
    }

    .header>img {
        width: 360px;
        text-align: center;
        position: relative;
        top: 30%;
    }

    .w {
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
        margin-top: 2rem;
    }

    .w>h3 {
        font-size: .9rem;
        font-family: PingFang SC;
        font-weight: 600;
        line-height: 1.25rem;
        color: #55B3F3;
        text-align: center;
    }

    .eng {
        font-size: .6rem;
        font-family: PingFang SC;
        font-weight: 600;
        line-height: 1.25rem;
        color: #ccc;
        text-align: center;
    }

    .inDel {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 2rem;
        font-size: .7rem;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 1.5rem;
        color: rgba(51, 51, 51, 1);

    }

    .inlist_del {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #ddd;
        padding: 1rem;
        margin-bottom: 2rem;
    }

    .inlist_title {
        font-size: .9rem;
        font-family: PingFang SC;
        line-height: 1.25rem;
        color: #6356E5;
        text-align: center;
        margin-bottom: 1rem;
    }

    .inlist_del {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 2rem;
        font-size: .7rem;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 1.5rem;
        color: rgba(51, 51, 51, 1);
    }

    .inlist_del>a {
        width: 5rem;
        border-radius: 20px;
        height: 1.6rem;
        background: #6356E5;
        text-align: center;
        line-height: 1.5rem;
        font-size: .6rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #fff;
        display: block;
        margin: .5rem auto 0;
    }

    .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: center;
    }

    .m-a {
        padding-top: 1rem;
        box-sizing: border-box;
    }

    .m-a>h3 {
        text-align: center;
        font-size: 1rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #55B3F3;
        line-height: 1.4rem;
    }

    .m-a>p {
        text-align: center;
        font-size: 1rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        color: #6356E5;
        line-height: 1.4rem;
    }

    .toask,
    .toapply {
        display: inline-block;
        vertical-align: top;
        padding: 10px 15px;
        color: #6356E5;
        font-size: .8rem;
        border: 1px solid #6356E5;
        border-radius: 30px;
        text-align: center;
        margin: 10px 20px;
    }

    .left{
        text-align: center;
    }
    .left>img {
        margin: 20px auto;
        width: 50%;
    }

    .middle {
        margin-bottom: 25px;
        overflow: hidden;
        background-color: #fff;
        /* border: 1px solid #eee; */
        border-radius: 5px;
        padding: 20px;
    }

    .middle>ul>li {
        border-top: 1px dashed #eee;
        overflow: hidden;
        font-size: 16px;
        position: relative;
        padding: 10px 0 10px 15px;
    }

    .middle>ul>li::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background-color: #aaa;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px;
    }

    .middle>ul>li a {
        font-size: .9rem;
    }

    .middle>ul>li span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
        font-size: 12px;
        color: #999;
    }

    .new .right a {
        display: inline-block;
        text-align: center;
        width: 100px;
        height: 63px;
        line-height: 63px;
        color: #6356E5;
    }

    .planDel {
        width: 100%;
        text-align: center;
        background: #FFFFFF;
        box-shadow: 0px .25rem .75rem 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        display: block;
        margin-top: 1rem;
    }

    .planDel>img {
        width: 100%;
        height: 10.25rem;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .planDel>span {
        padding: 1rem 1rem 1.5rem;
        box-sizing: border-box;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: rgb(72, 74, 74);
        line-height: 1.1rem;
    }

    .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%;
    }

    .planDel>div {
        padding: 1rem 1rem 0;
        box-sizing: border-box;
    }

    .plan .planDel a {
        border-radius: 20px;
        padding: 8px 15px;
        display: inline-block;
        margin-bottom: 15px;
        color: #fff;
        background-color: #6356E5;
        border: 1px solid #6356E5;
    }

    .atitle {
        line-height: 40px;
        font-size: 26px;
        color: #b01818;
        font-weight: 400;
    }

    .report .left {
        text-align: center;
        padding: 0 20px;
    }

    /* .report .left .layui-tab {
        padding: 20px;
    } */

    .contactway h3 {
        font-size: 14px;
        color: #b01818;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .contactway p {
        line-height: 26px;
        color: #666;
    }

    .report .right {
        padding: 0 20px;
        text-align: center;
    }

    .report .right p {
        line-height: 35px;
        height: 45px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        background: #6356E5;
        color: #fff;
    }

    .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;
    }

    #applyForm .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .report .right form input {
        height: 25px;
        padding-left: 10px;
        border: 1px solid #ddd;
        color: #999;
        margin: 5px 0;
    }

    #submitBtn {
        border-radius: 20px;
        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;
    }

    .apply_form_body .col-xs-12:nth-child(5) input {
        width: 91px !important;
    }

    .apply_form_body .col-xs-12:nth-child(6) input {
        width: 89px !important;
    }

    .footer {
        background-color: #6356E5;
        margin-top: 40px;
        padding: 20px;
    }

    .footer ul {
        margin-bottom: 20px;
    }

    .footer ul li {
        display: inline-block;
    }

    .footer ul li a {
        color: #fff;
        margin-right: 8px;
    }

    .footer p {
        color: #fff;
        margin-bottom: 20px;
    }

    .footer p a {
        color: #fff;
        margin-bottom: 20px;
        margin-left: 0px !important;
    }

    .e-right {
        border-bottom: 1px solid #eee;
        padding: 10px 20px;
    }

    .breadcrumb>div:first-child {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        clear: both;
    }

    .e-right>div>a {
        text-decoration: none;
        color: #999;
    }

    .footlink .e-right>div:nth-child(1) {
        color: #111;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .e-left {
        display: inline-block;
        padding: 0 20px;
    }

    .e-left ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .e-left>ul>li {
        margin: 0 18px 10px 0;
    }

    .e-left>ul>li>a {
        display: inline-block;
        min-width: 120px;
        padding: 0 0.6rem;
        height: 1.6rem;
        border-radius: 1.6rem;
        background: rgba(240, 240, 240, 1);
        color: #999;
        margin-right: 0.4rem;
        text-align: center;
        line-height: 1.6rem;
    }

    .footlink h3,
    .footlink h1 {
        font-size: 16px;
        color: #6356E5;
        padding: 5px 0;
        border-bottom: 1px solid #ddd;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .footlink .left ul a.current {
        background-color:  #6356E5;
        color: #fff;
    }

    .newest .right ul {
        padding: 15px 0;
        border-bottom: 1px dashed #ddd;
    }

    .newest .right li:first-child a {
        color: #6356E5;
        line-height: 28px;
    }

    .newest .right li:nth-child(2) {
        color: #111;
        line-height: 28px;
    }

    .newest .right .page {
        text-align: center;
        border: 0;
        margin-top: 20px;
    }

    .newest .right ul {
        padding: 15px 0;
        border-bottom: 1px dashed #ddd;
    }

    .pagination>ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .newest .right .page a {
        padding: 5px 10px;
        border: 1px solid #ddd;
        color: #777;
        margin: 0 10px;
    }

    .pagination>.disabled {
        padding: 5px 10px;
        border: 1px solid #ddd;
        color: #777;
        margin: 0 10px;
    }

    .pagination>.active {
        padding: 5px 10px;
        border: 1px solid #6356E5;
        color: #6356E5 !important;
        margin: 0 10px;
        line-height: 18px !important;
    }

    .edudel .right .du p a:first-child {
        color: #6356E5;
    }


    .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-md-8 {
        float: left;
        display: block;
        box-sizing: border-box;
        width: 48.33333333%;
        margin-right: 10px;
    }

    .w3c-col-md-8:nth-child(2n) {
        margin-right: 0px;
    }

    .path-info-item {
        padding: 0 20px;
    }

    .path-info-header {
        padding: 12px 0;
    }

    .path-info-header .path-info-title {
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }

    .path-info-header .path-info-title::before {
        content: "";
        display: inline-block;
        margin: 4px 8px 0 0;
        border-width: 8px 0 8px 8px;
        border-style: solid;
        border-color: transparent transparent transparent #fe6a00;
        vertical-align: top;
    }

    .path-course-list .path-course-wrapper {
        margin-bottom: 12px;
        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;
    }

    .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: 2.5em;
        margin-top: 6px;
        font-size: 13px;
        color: #666;
    }

    .current-position {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #eee;
        margin-bottom: 25px;
        clear: both;
    }

    .index-wrapper {
        padding: 0px 20px;
    }

    .current-position>a,
    .current-position>span {
        text-decoration: none;
        color: #999;
    }

    .cover-img {
        width: 100%;
    }

    .courselist-banner-r h2 {
        font-size: 18px;
        font-weight: 500;
        padding-top: 10px;
    }

    .courselist-banner-meta .get-banner-meta span {
        display: inline-block;
        font-size: 14px;
        color: #333;
        padding: 10px 0;
    }

    .get-banner-meta {
        display: flex;
        flex-direction: column;
    }

    .courselist-banner-footer .footer-button {
        box-sizing: border-box;
        width: 110px;
        height: 30px;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        border: 1px solid transparent;
        border-radius: 40px;
        cursor: pointer;
        justify-content: center;
    }

    .courselist-banner-footer .footer-button--ghost {
        display: flex;
        color: #fe6a00;
        border-color: #fe6a00;
        transition: background-color 0.25s;
    }

    .courselist-banner-footer {
        display: flex;
        justify-content: space-between
        ;
    }

    .sidebar-title {
        font-size: 18px;
        margin-top: 20px;
        padding-bottom: 5px;
        border-bottom: 1px solid #eee;
    }

    .author-item {
        width: 48.3%;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .author-item:nth-child(2n){
        margin-right: 0px;
    }
    .author-item img {
        width:100%;
        text-align: center;
    }

    .recom-item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .recom-item>li {
        margin: 10px 10px 20px 0;
        width: 48.3%;
        text-align: center;
    }

    .recom-item>li:nth-child(2n) {
        margin-right: 0;
    }

    .recom-item>li>a>img {
        width: 100%;
    }

    .recom-course-meta {
        font-size: 12px;
        color: #666;
    }

    .prointro {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 30px 20px;
    }

    .prointro h2 {
        width: 230px;
        text-align: center;
        padding: 10px 0;
        color: #b01818;
        line-height: 30px;
        border: 2px solid #b01818;
        font-size: 26px;
        background-color: #fff;
    }

    .prointro h2 span {
        font-size: 12px;
        display: block;
        text-align: center;
    }

    .atitle {
        line-height: 40px;
        font-size: 20px;
        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;
    }

    .why {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 30px 20px;

    }

    .project {
        border: 1px solid #ddd;
        background-color: #fff;
        margin: auto;
        text-align: center;
        border-collapse: collapse;
    }

    .project thead {
        background-color: #f5f5f5;
        color: #b01818;
        line-height: 35px;
    }

    .project thead th {
        border: 1px solid #ddd;
    }

    .project td {
        line-height: 35px;
        border: 1px solid #ddd;
    }

    .time {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 20px;

    }

    .coursecon,
    .flow {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 30px 20px;
    }

    .coursecon>.container {
        text-align: center;
    }

    .coursecon ul li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        background-color: #fff;
        color: #666;
        border: 1px solid #f2eeee;
        margin-bottom: 10px;
    }

    .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;
    }

    .flowdel {
        width: 350px;
        padding: 10px 40px;
        margin: auto;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #ddd;
        text-align: center;
        margin-bottom: 10px;
    }

    .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;
    }

    .flowdel span {
        margin-left: 40px;
    }

    .flowdel span:nth-child(2n) {
        margin-left: 0px;
    }

    .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 20px;
        font-size: 14px;
        color: #999;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        clear: both;
    }

    .breadcrumb>div:first-child {
        padding-bottom: 5px;
        margin-left: 0px;
    }

    .breadcrumb a {
        color: #999;
    }
    .courselist-banner-footer{
        margin-top: 10px;
    }
    .layui-tab-item img{
        width: 100%;
    }
    .du{
        padding-bottom: 20px;
    }
    .du>p{
        line-height: 30px;
    }
    .mtea{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .coursecon>div>ul>li>img{
        width: 50%;
    }
}