/* 媒体查询 做移动端适配*/
/* @media only screen and (max-width: 1080px), only screen and (max-device-width: 1080px) {
    .view{
        font-size: 288px;
    }
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
    .view{
        font-size: 256px;
    }
}
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    .view{
        font-size: 213.3333px;
    }
}
@media only screen and (max-width: 720px), only screen and (max-device-width: 720px) {
    .view{
        font-size: 192px;
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .view{
        font-size: 170.6667px;
    }
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    .view{
        font-size: 160px;
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .view{
        font-size: 144px;
    }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .view{
        font-size: 128px;
    }
}
@media only screen and (max-width: 414px), only screen and (max-device-width: 414px) {
    .view{
        font-size: 110.4px;
    }
}
@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
    .view{
        font-size: 106.6667px;
    }
}
@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
    .view{
        font-size: 15px;
    }
}
@media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
    .view{
        font-size: 96px;
    }
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
    .view{
        font-size: 85.3333px;
    }
}
@media only screen and (max-width: 240px), only screen and (max-device-width: 240px) {
    .view{
        font-size: 64px;
    }
}  */
.container{
    border-bottom: 10px solid #f4f6f8;
}
.view_best{
    padding: 0 1rem;
}
.view .view_tit{
    margin-bottom: 15px;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
    color: #131313;
}
.view_li{
    position: relative;
    padding-left: 141px;
    height: 90px;
    margin-bottom: 18px;
    box-sizing: border-box;
    /*border-bottom: 1px solid #f2f2f2;*/
    /*padding-bottom: 15px;*/
    /*margin-top: 15px;*/
}
.view_li img{
    position: absolute;
    top: 0;
    left: 0;
}
.view_li p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.view_li .course-tag{
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    border-radius: 0.25em;
    text-align: center;
    color: #fff;
    margin-right: 0.4em;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px;
}
.view_li .course-tag::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    margin-top: 2px;
}
.view_li .course-tag.tag-master{
    background-color: #ff9900;
}
.view_li .course-tag.tag-camp{
    background-color: #00bf54;
}
.view_li .view_left{
    color: #999;
    position: absolute;
    bottom: 2px;
}
.view_li .view_right{
    color: red;
    position: absolute;
    bottom: 2px;
    right: 0;
}
.view_li .view_center{
    color: red;
    position: absolute;
    bottom: 12px;
    right: 50px;
    /* text-decoration: line-through; */
}
.view_all{
    line-height: 55px;
    text-align: center;
    display: inline-block;
    width: 100%;
    color:#666;
    padding-bottom: 10px;
    background-color: #f4f6f8;
}
.view_heng{
    width: 100%;
    height: 10px;
    background-color: #f4f6f8;
}
.view_jt{
    width: 7px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.view_href{
    position: relative;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}
.view_vip{
    color: #e9bf65 !important;
}
.view a{
    color: #333 !important;
}
.footer_fixed li span{
    position: relative;
    top: -1px;
}
.footer_fixed li i{
    position: relative;
    left: -0.5px;
}

/* 促销 & 预售 start */
.course-sale .cover,
.course-presell .cover{
    position: absolute;
    left: 0;
    overflow: hidden;
    border-radius: 8px;
}
.course-sale .cover img,
.course-presell .cover img{
    position: relative;
    width: 130px;
    height: 90px;
    vertical-align: top;
    border-radius: 8px;
}

.course-sale .ft-fs-18,
.course-presell .ft-fs-18{
    font-size: 14px;
}
.course-sale{

}
.course-tabs{
    margin-bottom: 15px;
    line-height: 23px;
    color: #333;
    font-size: 15px;
    overflow: hidden;
}
.course-tabs ul{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.course-tabs ul::-webkit-scrollbar {
    opacity: 0;
}
.course-tabs li{
    width: auto;
    margin-right: 25px;
    padding-bottom: 9px;
    white-space: nowrap;
}
.course-tabs .on{
    position: relative;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.course-tabs .on::after{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 3px;
    background-color: #f90;
    border-radius: 2px;
}
.course-sale .course-sale-times{
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 16px;
line-height: 16px;
color: #fff;
font-size: 10px;
font-style: normal;
text-align: center;
background: #F64A4A;
}

.course-sale .course-sale-price{
    margin-top: 8px;
    color: #ff9000;
    font-size: 14px;
}
.course-sale .course-sale-price del{
    margin-left: 6px;
    color: #9d9d9d;
    font-size: 12px;
}


.course-progress{
	margin: 8px 0 0;
	overflow: hidden;
	border-radius: 6px;
	background: #F4F6F8;
}
.course-progress .inner{
	width: 0%;
    height: 14px;
    line-height: 14px;
	max-width: 100%;
	padding:0 10px;
	color: #fff;
	font-size: 12px;
	text-align: right;
	border-radius: 6px;
	background: linear-gradient(90deg, #FF9900 0%, #FE3E12 100%);
	box-sizing: border-box;
	transition: width 2s .6s;
}

.course-presell .view_li .view_right{
    color: #ff9000;
    /* font-size: 12px; */
}

/* 促销 & 预售 end */