@charset "UTF-8";

.hide{
    display: none !important;
}
.color-orange{
    color: #F5650A;
}
.text-center{
    text-align: center;
}
.mt-10{
    margin-top: 10px;
}

.banner-popup{
    position: absolute;
    top: 50%;
    right: 18%;
    transform: translate(0, -50%);
    display: none;
}
.banner-popup .popup-inner{
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
}
.banner-popup .popup-inner .title{
    color: #002749;
    font-size: 28px;
    font-weight: 600;
}
.banner-popup .popup-inner .title > span{
    margin-right: 5px;
    font-weight: 600;
}
.banner-popup .popup-inner .list{
    width: 100%;
    margin: 25px 0 35px;
}
.banner-popup .popup-inner .list .item{
    display: flex;
}
.banner-popup .popup-inner .list .item .label{
    width: 50%;
    height: 25px;
    line-height: 25px;
    color: #3C4467;
    font-size: 16px;
    white-space: nowrap;
}
.banner-popup .popup-inner .popup-btn-group{
    width: 100%;
}
.banner-popup .popup-inner .popup-btn-group .btn-submit{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 16px;
    background-color: #F5650A;
    border-radius: 17px;
}

.course-wrapper{

}
.course-btn-group{
    display: flex;
    width: 100%;
}
.course-btn-group .title{
    width: 80px;
    height: 26px;
    line-height: 26px;
    color: #999999;
    font-size: 16px;
    white-space: nowrap;
}
.course-btn-group .list{
    display: flex;
    flex: 1;
}
.course-btn-group .list .item{

}
.course-btn-group .list .item + .item{
    margin-left: 10px;
}
.course-btn-group .list .item .course-link{
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    color: #333333;
    font-size: 16px;
    border-radius: 2px;
}
.course-btn-group .list .item .course-link:hover{
    color: #F5650A;
}
.course-btn-group .list .item.active .course-link{
    color: white;
    background-color: #F5650A;
}

.course-content{
    width: 100%;
    padding-top: 30px;
}
.course-group-list{
    width: 100%;
}
.course-group-list > .item{
    width: 100%;
}
.course-group-list > .item +.item{
    margin-top: 40px;
}
.course-group-header{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.course-group-header-bg{
    position: absolute;
    width: 100%;
    height: 100%;
}
.course-group-title{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-group-title .image{
    width: 33px;
    height: 33px;
    margin-right: 8px;
}
.course-group-title .title{
    color: #45382C;
    font-size: 24px;
}
.course-group-body{
    width: 100%;
}
.course-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100px;
}
.course-list > .item{
    width: 280px;
    height: 300px;
    margin: 40px 10px 0;
}
.course-item{
    width: 100%;
    height: 100%;
}
.course-image{
    position: relative;
    display: block;
    width: 280px;
    height: 210px;
    border-radius: 4px;
    overflow: hidden;
}
.course-image .image{
    width: 100%;
    height: 100%;
}
.course-image .course-sup{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 8px;
    color: white;
    font-size: 16px;
    background-color: #FF9618;
    border-radius: 12px;
    opacity: 0.9;
}
.course-title{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    color: black;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-keyword-wrapper{
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.course-keyword-list{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.course-keyword-list > .item{

}
.course-keyword-list > .item + .item{
    margin-left: 3px;
}
.course-keyword{
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    color: rgba(0,0,0,0.5);
    background-color: #eeeeee;
    font-size: 12px;
    border-radius: 11px;
    white-space: nowrap;
}
.course-age{
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    color: rgba(0,0,0,0.45);
    font-size: 14px;
}
.course-item .course-link{
    cursor: pointer;
}
.item-green .course-group-header .course-group-title .title{
    color: #3D4935;
}
.item-green .course-group-body .course-image .course-sup{
    background-color: #52A916;
}
