html,body{
    margin: 0px;
    padding: 0px;
    -ms-overflow-style:none;
    /*火狐下隐藏滚动条*/
    overflow:-moz-scrollbars-none;
}
::-webkit-scrollbar{
  display:none;
}
.float:after{
    content: "";
    display: block;
    clear: both;
}
.container{
    width: 1200px;
    margin: 0 auto;
}


.swiperBox{
    width: 1200px;
    margin: 0 auto;
}
.swiper-container{
    width: 100%;
    background: #EDF8EF;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.swiper-pagination{
    width: 676px !important;
    position: absolute;
    bottom: 30px !important;
    right: 48px;
    text-align: right !important;
    padding-right: 48px !important;
}
.condition{
    margin-top: 20px;
}
.conditionItem{
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
    display: flex;
}
.conditionItem_tit{
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0;
    width: 75px;
}
.conditionItem_sel{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.conditionItem_levelA{
    display: flex;
    flex-wrap: wrap;
}
.conditionItem_levelB{
    padding: 10px;
    background: #fff;
    border: 1px solid #01Ab84;
    margin: 9px 0 3px 5px;
    display: flex;
    flex-wrap: wrap;
}
.conditionItem_sel span{
    display: inline-block;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    margin: 4px 5px;
    padding: 0 8px;
    display: flex;
    align-items: center;
}
.conditionItem_sel .active{
    border: 1px solid #01Ab84;
    background: rgb(234, 241, 242);
    color: #01Ab84;
}
.conditionItem_sel .active2{
    /*border: 1px solid #01Ab84;*/
    background: #01Ab84;
    color: #ffffff;
}
.conditionItem_sel .active3{
    color: #01Ab84;
}

.conditionItem_sel span img{
    width: 12px;
    height: 12px;
    margin-left: 3px;
}
.finishTit{
    color: rgb(110, 111, 111) !important;
}
.finishList span{
    color: #01Ab84 !important;
}

.searchCourse{
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.searchType{
    display: flex;
}
.searchType span{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 17px;
    line-height: 32px;
    text-align: center;
    margin-right: 10px;
    padding: 0px 32px;
}
.typeActive{
    background: #01AB84;
    color: #fff !important;
}
.searchSort{
    display: flex;
}
.searchSort span{
    padding: 8px 1px;
    margin-left: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}
.sortActive{
    color: rgb(223, 0, 24) !important;
    border-bottom: 1px solid rgb(223, 0, 24);
}
.zbtjlist{
    box-shadow: 0 14px 20px 0 rgba(0,0,0,.06) !important;
}

.tjzbbotbox{
    height: 120px !important;
}
.courseTab{
    margin: 10px 0;
    height: 20px;
}
.courseTab span{
    color: #979fa6;
    border: 1px solid #979fa6;
    font-size: 12px;
    padding: 2px 3px;
    border-radius: 3px;
    margin-right: 5px;
}
.container .list{
    width: 280px;
    margin:32px auto;
    padding-bottom: 200px;
}
.container .list .list-item{
    width: 280px;
    margin-bottom: 32px;
}
.container .list .list-item .left,.container .list .list-item .right{
    float: left;
}
.container .list .list-item .left{
    margin-right: 20px;
    background: #E8E8E8;
    border-radius: 6px;
    position: relative;
}
.container .list .list-item .right{
    position: relative;
    height: 162px;
}
.container .list .left img{
    display: block;
    width: 288px;
    height: 162px;
    border-radius: 6px;
}
.container .list .right .title{
    width: 386px;
    max-height: 72px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2D2D2D;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    line-height: 36px;
}
.container .list .right .time{
    width: 386px;
    height: 24px;
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #676767;
    line-height: 24px;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
    margin-bottom: 18px;
}
.container .list .list-item .right .money{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF5F00;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.container .list .list-item .right .money span{
    font-size: 20px;
}
.container .list .list-item .right .free{
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF5F00;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.container .list .list-item .left div{
    position: absolute;
    left:10px;
    top:10px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}
.container .list .list-item .left .zq{
    background: #01AB84;
    color: #FFFFFF;
}
.container .list .list-item .right .jf{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF5F00;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
    .container .list .list-item .right .jf span{
    font-size: 18px;
}
.zblisoutbox {
    min-height: 556px;
    margin-top: 25px;
}
#nodata {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.footer{
    width: 100%;
    height: 23%;
    background: #FFFFff;
    border-top: 2px solid #DCDFE6 ;
}
.footer button{
    width: 330px;
    height: 70px;
    border-radius: 35px;
    border: 2px solid #676767;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    margin-top: 12px;
    margin-left: 30px;
}
.footer button:first-child{
    background: #fff;
    color: #676767;
}
.footer button:last-child{
    background: #01AB84;
    color: #FFFFFF;
    border: none;
}


.page-loading,
.page-loading > div {
    position: relative;
    box-sizing: border-box;
}

.page-loading-wrap  {
    width: 1200px;
    margin: 0 auto;
    height: 834px;
}

.page-loading {
    display: block;
    font-size: 0;
    color: #01AB84;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.page-loading.la-dark {
    color: #333;
}

.page-loading > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.page-loading {
    width: 48px;
    height: 48px;
}

.page-loading > div:nth-child(1),
.page-loading > div:nth-child(2) {
    position: absolute;
    left: 0;
    width: 100%;
}

.page-loading > div:nth-child(1) {
    top: -25%;
    z-index: 1;
    height: 100%;
    border-radius: 10%;
    animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
}

.page-loading > div:nth-child(2) {
    bottom: -9%;
    height: 10%;
    background: #01AB84;
    border-radius: 50%;
    opacity: 0.2;
    animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
}

.page-loading.la-sm {
    width: 16px;
    height: 16px;
}

.page-loading.la-2x {
    width: 64px;
    height: 64px;
}

.page-loading.la-3x {
    width: 96px;
    height: 96px;
}

@keyframes square-jelly-box-animate {
    17% {
        border-bottom-right-radius: 10%;
    }

    25% {
        transform: translateY(25%) rotate(22.5deg);
    }

    50% {
        border-bottom-right-radius: 100%;
        transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    }

    75% {
        transform: translateY(25%) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes square-jelly-box-shadow {
    50% {
        transform: scale(1.25, 1);
    }
}
