.template {
    background-color: #EEEE !important
}

.nav-1 {
    width: 100%;
    margin: 0 auto;
    height: .40rem;
    background-color: #000;
    overflow-x: scroll;
}

.nav-1::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

.nav-1 div {
    position: relative;
    top: 0;
    bottom: 0;
    width: 130%;
}

.template .nav-1 a {
    color: #AAAAAA;
    font-size: 12px;
    float: left;
    text-decoration: none;
    margin: 0 .12rem;
    line-height: .40rem
}

.template .nav-1 a:hover,
.template .nav-1 a.cur {
    color: #fff;
}

.plate1 {
    background-color: #fff;
    padding: .12rem;
}

.plate1-card {
    display: flex
}


.card-item {
    width: 1.71rem;
    background-color: #ffff;
    border-radius: 8px;
    text-align: center;
    margin-bottom: .1rem;
    line-height: .15rem
}

.card-item img {
    width: 100%
}

.card-item div {
    text-overflow: ellipsis;
    margin: 0 .2rem;
    color: rgb(155, 155, 155);
    text-align: justify;
}

.card-item:nth-child(2n) {
    margin-left: .1rem
}

.card-item p:nth-child(2) {
    font-size: 12px;
    padding: 0 .12rem;
    font-weight: 500;
    text-align: left;
    margin-top: .1rem
}

.card-item p:nth-child(3) {
    color: #9B9B9B;
    text-align: justify;
    font-size: 11px;
    padding: .12rem
}

.plate2 {
    background-color: #EEEE;
    padding: 0 .12rem;
}

.plate2-title {
    display: inline-block;
    margin: .2rem 0;
    font-size: 18px
}

.plate2-title::before {
    content: '';
    width: .2rem;
    height: .06rem;
    background-color: #3994FF;
    border-radius: 8px;
    display: inline-block;
    margin-right: .1rem;
}

.title-item {
    font-size: 16px;
    margin-bottom: .2rem;
    line-height: .25rem;
}

.course-img-style {
    width: 2.6rem
}
.wp1-plate1{
    padding: .2rem;
}
.bottom-line-style{
    border-bottom: 1px solid #dfdfdf;
    height: 1px;
    margin: .3rem 0
}
.font14{
    font-size: 14px
}

.tab {
    position: relative;
    top: -.47rem
}

.tab-menu {
    float: right;
    margin-bottom: .2rem
}

.li-style2,
.li-style {
    width: .64rem;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 6px;
    text-align: center;
    line-height: .3rem;
    color: #3d3d3d;
    display: inline-block
}

.li-style2:hover,
.li-style:hover {
    background-color: #3994FF;
    color: #f4f4f4;
    border: 1px solid #f4f4f4
}

.curs {
    background-color: #3994FF;
    color: #fff;
    border: 1px solid #f4f4f4
}