﻿
.w-1200 {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
}
.mbx {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .mbx p {
        color: #818181;
        padding-bottom: 15px;
    }

    .mbx a {
        color: #818181;
    }

/*********************分页*******************************/
.pages .fl {
    float: left;
}

.pages {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 25px;
    display: inline-block;
}

.total-pages {
    float: left;
    padding-left: 20px;
}

.pages button {
    padding: 0 10px;
    margin: 0 10px;
    height: 40px;
    float: left;
    cursor: pointer;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
}

.pages .first-page,
.pages .last-page {
    margin: 0;
}

.pages .pageWrap {
    height: 40px;
    float: left;
    overflow: hidden;
}

    .pages .pageWrap ul {
        width: 100000px;
        height: 40px;
        float: left;
    }

        .pages .pageWrap ul li {
            width: 60px;
            border: 1px solid #ebebeb;
            line-height: 40px;
            box-sizing: border-box;
            cursor: pointer;
            float: left;
            background: #fff;
        }

        .pages .pageWrap ul .sel-page {
            background-color: #f53f31;
            color: #fff;
        }

.pages .jump-text {
    width: 60px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 5px;
    float: left;
}

.pages .jump-button {
    margin: 0;
    float: left;
}

.pages.total-pages,
.pages.total-count {
    margin-left: 10px;
    float: left;
    font-size: 14px;
}

.page-box {
    text-align: center;
}

.hy-target {
    overflow: hidden
}

.hy-relative {
    position: relative
}

.hy-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

    .hy-wrapper * {
        box-sizing: border-box
    }

.hy-fade .hy-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.hy-box.hy-fade-show {
    opacity: 1
}

.hy-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    -webkit-transition-timing-function: cubic-bezier(.6,0,.52,1);
    -moz-transition-timing-function: cubic-bezier(.6,0,.52,1);
    transition-timing-function: cubic-bezier(.6,0,.52,1)
}

    .hy-slide .hy-box {
        position: relative
    }

.hy-box {
    overflow: hidden
}

.hy-next, .hy-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background: rgba(0,0,0,.3);
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    transition: opacity .35s
}

    .hy-next i, .hy-prev i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        display: block;
        width: 14px;
        height: 14px;
        opacity: .7;
        -webkit-transition: .2s;
        ;
        -moz-transition: .2s;
        transition: .2s;
        background: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTcxNzIwNjI0OTg1IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjExMDIiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTM0Ni41MjM4MjM0NTQ3NzQwNiAxMDQuNDM4MzA1MzI2NzQ0MTdjLTEyLjI1NzQ5NTA1NTQ0NzY1Mi0xMi4yNTc0OTUwNTU0NDc2NTItMzAuNjQzNzM1OTYyNzg5OC0xMi4yNTc0OTUwNTU0NDc2NTItNDIuOTAxMjMxMDE4MjM3NDcgMHMtMTIuMjU3NDk1MDU1NDQ3NjUyIDMwLjY0MzczNTk2Mjc4OTggMCA0Mi45MDEyMzEwMTgyMzc0N0w2NjguMjgzMDU2MDkxNTU1MSA1MTIgMzAzLjYyMjU5MjQzNjUzNjYgODc2LjY2MDQ2MzY1NTAxODVjLTEyLjI1NzQ5NTA1NTQ0NzY1MiAxMi4yNTc0OTUwNTU0NDc2NTItMTIuMjU3NDk1MDU1NDQ3NjUyIDMwLjY0MzczNTk2Mjc4OTggMCA0Mi45MDEyMzEwMTgyMzc0NyA2LjEyODc0NzUyNzcyMzgyNiA2LjEyODc0NzUyNzcyMzgyNiAxNS4zMjE4Njc5ODEzOTQ5IDkuMTkzMTIwNDUzNjcxMDczIDIxLjQ1MDYxNTUwOTExODczNCA5LjE5MzEyMDQ1MzY3MTA3M3MxNS4zMjE4Njc5ODEzOTQ5LTMuMDY0MzcyOTI1OTQ3MjQ2IDIxLjQ1MDYxNTUwOTExODczNC05LjE5MzEyMDQ1MzY3MTA3M2wzODYuMTExMDc5MTY0MTM3Mi0zODYuMTExMDc5MTY0MTM3MmMxMi4yNTc0OTUwNTU0NDc2NTItMTIuMjU3NDk1MDU1NDQ3NjUyIDEyLjI1NzQ5NTA1NTQ0NzY1Mi0zMC42NDM3MzU5NjI3ODk4IDAtNDIuOTAxMjMxMDE4MjM3NDdMMzQ2LjUyMzgyMzQ1NDc3NDA2IDEwNC40MzgzMDUzMjY3NDQxN3oiIGZpbGw9IiNmZmZmZmYiIHAtaWQ9IjExMDMiPjwvcGF0aD48L3N2Zz4=) center no-repeat
    }

    .hy-next:hover i, .hy-prev:hover i {
        opacity: 1
    }

.hy-prev {
    left: 20px;
    -webkit-transform: translate(0,-50%) rotate(180deg);
    -moz-transform: translate(0,-50%) rotate(180deg);
    -ms-transform: translate(0,-50%) rotate(180deg);
    transform: translate(0,-50%) rotate(180deg)
}

.hy-next {
    right: 20px
}

    .hy-next.hy-hovershow, .hy-prev.hy-hovershow {
        opacity: 0
    }

.hy-target:hover .hy-next.hy-hovershow, .hy-target:hover .hy-prev.hy-hovershow {
    opacity: 1
}

.hy-dot {
    position: absolute;
    bottom: 15px;
    z-index: 9;
    height: 12px
}

    .hy-dot i {
        display: block;
        float: left;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        cursor: pointer;
        margin: 0 5px;
        background: rgba(0,0,0,.3);
        -webkit-transition: .4s;
        -moz-transition: .4s;
        transition: .4s
    }

        .hy-dot i.active {
            background: #fff
        }

.hy-dot-left {
    left: 10px
}

.hy-dot-center {
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.hy-dot-right {
    right: 10px
}



.bat_box span {
    float: none !important;
    color: #f13241 !important;
    font-size: 18px !important;
}

.content {
    width: 1180px;
    min-width: 1180px;
    margin: 0 auto;
    margin-top: 0px;
}

.big_fl {
    margin-top: 16px;
    overflow: hidden;
}

.content {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.mfst {
    width: 1200px;
    padding: 0;
    overflow: hidden;
    min-width: 1200px !important;
}

.mfst_kc {
    padding: 20px;
}

.course_list_box {
    margin-top: 20px;
}
    .course_list_box ul {
        margin-right: -20px;
    }
    .course_list_box ul::after {
            content: "";
            display: block;
            clear: both;
        }
        .course_list_box ul li.type2 {
            position: relative;
        }
        .course_list_box ul li.type1 {
            position: relative;
        }
        .course_list_box ul li {
            float: left;
            background: #fff;
            width: 285px;
            margin-right: 20px;
            box-sizing: border-box;
            background-clip: content-box;
            margin-bottom: 20px;
            box-shadow: 0px 2px 5px #d6d6d6;
            border-top: 2px solid #fff;
        }
            .course_list_box ul li a {
                display: block;
                padding: 20px;
            }
            .course_list_box ul li.type1 .title {
                background-color: #ed6b6e;
                background-image: linear-gradient(to right, #ed6b6e, #f3876c);
                color: #fff;
                padding: 7px 15px;
                display: inline-block;
                border-radius: 0px 0px 5px 5px;
                position: absolute;
                top: -6px;
            }
                .course_list_box ul li .title:before {
                    content: '';
                    width: 5px;
                    height: 5px;
                    background: url(../images/type_1_2.png) no-repeat;
                    display: block;
                    position: absolute;
                    right: -5px;
                    top: 0;
                }
            .course_list_box ul li.type1 a h3 {
                padding-top: 40px;
            }
            .course_list_box ul li a h3 {
                color: #16253a;
                font-size: 16px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-bottom: 10px;
            }
            .course_list_box ul li a .label {
                overflow: hidden;
                height: 48px;
            }
                .course_list_box ul li a .label label {
                    background: #fff5f5;
                    color: #525a6f;
                    font-size: 13px;
                    padding: 2px 5px;
                    display: inline-block;
                    border-radius: 4px;
                    float: left;
                    margin-right: 5px;
                    margin-bottom: 5px;
                }
            .course_list_box ul li a .fit {
                color: #64707e;
                font-size: 13px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 10px 0px;
            }
            .course_list_box ul li.type1 a .promise {
                height: 90px;
            }
            .course_list_box ul li a .promise {
                color: #64707e;
                font-size: 13px;
                height: 65px;
                overflow: hidden;
            }
                .course_list_box ul li a .promise i {
                    display: block;
                    font-style: normal;
                    padding-bottom: 5px;
                }
                .course_list_box ul li a .promise span {
                    display: block;
                    background: url(https://www.edu-edu.com//tp/PC/b2c/coursePic/pic_15.png) no-repeat left 2px;
                    padding-bottom: 5px;
                    padding-left: 20px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            .course_list_box ul li.type1 a .price {
                border-top: 1px solid #e9eaec;
                margin-top: 25px;
            }
            .course_list_box ul li a .price {
                font-weight: bold;
                color: #f64130;
                font-size: 18px;
                padding-top: 15px;
            }
                .course_list_box ul li a .price span {
                    color: #464c5a;
                    padding-left: 5px;
                    font-size: 15px;
                }
            .course_list_box ul li.type2 .title {
                background-color: #ed6b6e;
                background-image: linear-gradient(to right, #ed6b6e, #f3876c);
                color: #fff;
                padding: 7px 15px;
                display: inline-block;
                border-radius: 0px 0px 5px 5px;
                position: absolute;
                top: -6px;
                min-width: 60px;
                text-align: center;
            }
            .course_list_box ul li.type2 a h3 {
                padding-top: 40px;
            }
            .course_list_box ul li.type2 a .label {
                margin-bottom: 7px;
            }
            .course_list_box ul li.type2 a .fit {
                padding: 3px 0;
            }
            .course_list_box ul li.type2 a .price {
                border-top: 1px solid #e9eaec;
                margin-top: 53px;
            }
            .course_list_box ul li a .teacher_list {
                overflow: hidden;
                border-bottom: 1px solid #e9eaec;
                padding-bottom: 15px;
                padding-top: 10px;
                height: 65px;
            }
                .course_list_box ul li a .teacher_list .teacher_item {
                    float: left;
                    width: 60px;
                    text-align: center;
                }
                    .course_list_box ul li a .teacher_list .teacher_item img {
                        margin: auto;
                        width: 46px;
                        height: 46px;
                        border-radius: 50%;
                    }
                    .course_list_box ul li a .teacher_list .teacher_item span {
                        color: #464c5a;
                        font-size: 13px;
                    }



    .mfst_kc .images_box {
        width: 100%;
        height: 160px;
        overflow: hidden;
    }

.images_box img {
    max-width:283px;
    width: 100%;
    height: 100%;
}

.bat_box {
    padding-bottom: 10px;
    padding-top: 10px;
    display: grid;
    grid-template-columns: auto 120px;
}

.course_name {
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 2px;
}

.course_bay {
    padding-top: 5px;
    display: inline-block;
    float: right;
    color: #666666;
    padding-right: 5px;
}

.mbx {
    padding-bottom: 0;
}

.bay_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.purchase_immediately {
    border: 1px solid #dadad8;
    background: #ffffff;
    color: #f13241;
    border-radius: 4px;
    text-align: center;
    padding: 5px 0px;
}

.online_consulting {
    border: 1px solid #526784;
    background: #526784;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    padding: 5px 0px;
}

#showPages {
    width: 100%;
    text-align: center;
}

.pages button {
    text-align: center;
    float: none;
    position: relative;
    top: -16px;
}

.pages .pageWrap {
    float: none;
    display: inline-block;
    height: 42px;
    /* position: relative; */
    /* top: 16px; */
}

.pages .jump-text {
    float: none;
    position: relative;
    top: -16px;
}

.pages .jump-button {
    float: none;
}

.pages .pageWrap ul {
    height: 42px;
}

.total-pages {
    float: none;
    position: relative;
    top: -16px;
    display: inline-block;
}

/*新增*/
.activity__box {
    height: 55px;
}

    .activity__box.active {
        position: relative;
    }

        .activity__box.active .promotion {
            background-color: #ed6b6e;
            background-image: linear-gradient(to right, #ed6b6e, #f3876c);
            color: #fff;
            padding: 4px 10px;
            display: inline-block;
            border-radius: 15px 0px 0px 15px;
            position: absolute;
            right: 0;
            top: 15px;
            font-size: 12px;
        }

        .activity__box.active .OldPrice {
            display: block;
        }

.course_list_box ul li a .OldPrice {
    overflow: hidden;
    padding-top: 5px;
    display: none;
}

    .course_list_box ul li a .OldPrice s {
        color: #64707e;
        float: left;
    }

    .course_list_box ul li a .OldPrice .activity_countdown {
        color: #64707e;
        float: right;
    }

        .course_list_box ul li a .OldPrice .activity_countdown em {
            color: #f54030;
            font-style: normal;
            padding: 0 2px;
        }

/*新增结束*/

@media screen and (max-width: 500px) {
    .activity__box {
        height: auto;
    }
    .main {
        margin-top: 1rem;
        width: 100%;
        min-width: 100%;
    }

    .big_fl {
        margin-top: 0 !important;
        width: 100%;
        min-width: 100%;
    }

    .mfst {
        width: 100%;
        min-width: 100% !important;
    }

    .mfst_kc {
        padding: 0.2rem;
    }


        .mfst_kc .images_box {
            height: 2rem;
        }

    .pages {
        width: 100%;
    }

        .pages .pageWrap {
            display: inline-block;
            float: none;
        }
    .course_list_box ul {
        margin: 0;
        padding: 0 0.25rem;
    }

        .course_list_box ul li {
            width: 100%;
            border-radius: 0.15rem;
            margin-bottom: 0.25rem;
            margin-right: 0;
            position: relative;
        }

            .course_list_box ul li a .promise {
                display: none;
            }

            .course_list_box ul li a {
                padding: 0.25rem;
                position: relative;
            }

                .course_list_box ul li a h3 {
                    font-size: 0.32rem;
                    padding-bottom: 0.15rem;
                }

                .course_list_box ul li a .label label {
                    font-size: 0.22rem;
                    padding: 0.02rem 0.14rem;
                    margin-right: 0.1rem;
                }

                .course_list_box ul li a .fit {
                    padding-top: 0.15rem;
                    padding-bottom: 0.15rem;
                    font-size: 0.24rem;
                }

                .course_list_box ul li a .teacher_list {
                    padding-bottom: 0.2rem;
                    width: 6rem;
                    border-bottom: none;
                    padding-bottom: 0;
                    height: auto;
                    padding-top: 0.25rem;
                }

                    .course_list_box ul li a .teacher_list .teacher_item {
                        width: auto;
                        margin-right: 0.2rem;
                    }

                        .course_list_box ul li a .teacher_list .teacher_item img {
                            width: 0.7rem;
                            height: 0.7rem;
                            border-radius: 50%;
                        }

                        .course_list_box ul li a .teacher_list .teacher_item span {
                            font-size: 0.24rem;
                            padding-top: 0.1rem;
                            display: inline-block;
                        }

                .course_list_box ul li a .price {
                    font-size: 0.4rem;
                    padding-top: 15px;
                    bottom: 0.25rem;
                }

                    .course_list_box ul li a .price span {
                        font-size: 0.28rem;
                        padding-left: 0.1rem;
                    }

                .course_list_box ul li a .label {
                    height: auto;
                }
            .course_list_box ul li.type1 a h3 {
                padding-top: 0.5rem;
            }

            .course_list_box ul li.type1 a .price {
                position: inherit;
                right: auto;
                top: auto;
                margin-top: 0.2rem;
                bottom: auto;
                padding-top: 0.15rem;
            }
            .course_list_box ul li.type2 a h3 {
                padding-top: 0.5rem;
            }

            .course_list_box ul li.type2 a .price {
                position: inherit;
                right: auto;
                top: auto;
                margin-top: 0.2rem;
                bottom: auto;
                padding-top: 0.15rem;
            }


}

@media screen and (min-width:640px) {
    html {
        font-size: 86px;
    }
}

@media screen and (min-width:414px) and (max-width:639px) {
    html {
        font-size: 55px;
    }
}

@media screen and (min-width:375px) and (max-width:413px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width:320px) and (max-width:374px) {
    html {
        font-size: 42.5px;
    }
}

