.wrapper {
    background: #eff0f1;
}
.banner {
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.banner img{
    min-width: 1200px;
    height: 360px;
    object-fit: cover;
    user-select: none;
}
.banner-title {
    position: absolute;
    top: 66px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 48px;
    color: #ffffff;
}
.banner-cont {
    position: absolute;
    top: 145px;
    left: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    line-height: 40px;
}
.civil-list {
    width: 285px;
    height: 243px;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 20px 20px 0;
    overflow: hidden;
}
.other-list-infor .civil-list {
    margin: 0 19px 20px 0;
}
.other-list-infor .civil-list:nth-child(4n) {
    margin-right: 0;
}
.civil-list .category-img-wh {
    width: 285px;
    height: 163px;
    display: block;
    overflow: hidden;
    position: relative;
}
.img-infor-wh{
    overflow: hidden;
    position: relative;
}
.civil-list img {
    width: 285px;
    height: 164px;
    border-radius: 3px 3px 0 0;
}
.civil-list p {
    font-size: 14px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    padding: 0 10px;
}
.civil-list .civil-infor {
    margin-top: 10px;
    padding: 0 10px;
}
.nofree-price {
    color: #eb2100;
    font-size: 14px;
}

.member-price{
    color: #000000;
    font-size: 14px;
    height:21px;
    padding-bottom: 1px;
}
.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%;
}
.vip-tag-price span{
    padding-bottom: 1px;
    vertical-align: middle;
    display: inline-block;
}

.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;
}

.leaning-course {
    font-size: 12px;
    color: #999999;
}
.box-title {
    font-size: 24px;
    color: #333;
}
.box-samll-title {
    font-size: 14px;
    color: #666666;
}
.free-price{
    color: #01b846;
    font-size: 14px;
    opacity: 0;
}
.nofree-price{
    color: #eb2100;
    font-size: 14px;
}
.civil-list img {
    transition: all 0.6s;
}
.learn-map-cate-unshow .box-title,
.learn-map-cate-unshow .box-samll-title,
.learn-map-cate-unshow .other-list-infor{
  display: none !important;
}
