body {
    background: #F5F7FA;
}
.videolist-top {
    width: 100%;
    background: #fff;
    padding-top: 62px;
}
.videolist-top-tabs>div {
    padding-top: 20px;
    padding-bottom: 17px;
}
.videolist-line {
    border-bottom: 1px dashed #D8D8D8;
}
.videolist-tab-item {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #333333;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}
.videolist-tab-item.active {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.videolist-tab-item.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #FF353D;
    border-radius: 51px;
}
.common-cate-list {
    padding-bottom: 6px;
    padding-top: 17px;
}
.common-cate-item {
    padding: 3px 16px;
    border-radius: 265px;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 24px;
    display: inline-block;
}
.common-cate-line {
    width: 100%;
    border-bottom: 1px dashed #D8D8D8;
    margin-bottom: 17px;
}
.cate-list {
    padding-bottom: 6px;
}
.common-cate-item.active {
    color: #FF0000 !important;
    background: #F5F8FA;
}
.common-cate-item:hover {
    color: #FF0000 !important;
}
.videolist-filters {
    padding-top: 16px;
    cursor: pointer;
    margin-bottom: 20px;
}
.videolist-filters .stage-item {
    font-size: 18px;
    font-weight: normal;
    line-height: 62px;
    color: #666666;
    margin-right: 30px;
}
.videolist-filters .stage-item.active {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.videolist-filters .stage-item:hover {
    color: #333333;;
}
.videolist-filters .sort {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #3D3D3D;
    padding-right: 5px;
}
.sort-3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    color: #666666;
    background: #FFFFFF;
    padding: 3px 12px;
    border-radius: 256px;
    margin-right: 12px;
    position: relative;
}
.sort-3.active,
.sort-3:hover {
    color: #FF3E3E;
}
.videolist-list {
    margin-top: 4px;
    font-size: 0;
}
.videolist-item {
    width: 285px;
    height: 244px;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.videolist-item:nth-child(4n) {
    margin-right: 0;
}
.videolist-item>img {
    border-radius: 4px;
    width: 261px;
    height: 148px;
}
.videolist-item>h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
}
.videolist-item>p {
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #999999;
    text-align: right;
    margin-top: 17px;
}
.videolist .page-num {
    padding-top: 0;
    padding-bottom: 24px;
}
.videolist-top-tabs {
    position: fixed;
    top: 66px;
    background: #fff;
    width: 100%;
    z-index: 99;
}
.sort-3 .icon-price-up {
    position: absolute;
    top: 6px;
    right: 10px;
}
.sort-3 .icon-price-down {
    position: absolute;
    top: 12px;
    right: 10px;
}
.sort-3 .icon-price-up-hover {
    width: 8px;
    height: 4px;
    background-position: -262px -49px;
    top: 6px;
    position: absolute;
    right: 10px;
}
.sort-3 .icon-price-down-hover {
    width: 8px;
    height: 4px;
    background-position: -298px -49px;
    position: absolute;
    top: 12px;
    right: 10px;
}

.sort-3.lprice {
    padding-right: 20px;
    margin-right: 40px;
}

.common-cate-list:first-child .common-cate-item {
    color: #333
}
.cate3mt {
    margin-top: 22px;
}
.free-price  {
    opacity: 0;
}
.nofree-price {
    color: #eb2100;
    font-size: 14px;
}
.leaning-course {
    font-size: 12px;
    color: #999999;
}
.vip-free-tag{
    background-image:url("//static-f.fwxgx.com/jzkt/image/course/vip-free-tag-245638e14ee61f9e048ffc941ddde490.png");
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    background-position: center center;
    background-size: cover;
    color: #411300;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
}
.videolist .h-course-info {
    padding: 0;
    margin-top: 17px;
}
.vip-tag {
    background-image: url(//static-f.fwxgx.com/jzkt/image/course/vip-tag-5cd4c60e2b2cda7431e7c3dfef2576ee.png);
    border-radius: 3px 0px 0px 3px;
    width: 23px;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.vip-tag-price {
    background-color: #F2DCC7;
    border-radius: 0px 3px 3px 0px;
    padding-left: 2px;
    padding-right: 6px;
    height: 100%;
}
.member-price {
    color: #000000;
    font-size: 14px;
    height: 21px;
    padding-bottom: 1px;
}
.vip-tag-price span {
    padding-bottom: 1px;
    vertical-align: middle;
    display: inline-block;
}