.top {
    width: 100%;
    height: 4.5rem;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 95%;
}

.top .tops {
    width: 100%;
    height: 0.6rem;
    display: flex;
    padding-top: 0.34rem;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}

.tops .iconfont {
    font-size: 0.48rem;
}

.top .tops img {
    height: 0.6rem;
    display: block;
}

.top .search {
    width: 6.94rem;
    height: 0.72rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    margin: auto;
    margin-top: 0.28rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.28rem;
    color: #666666;
    display: flex;
    align-items: center;
    position: relative;
}

.top .search .search_item {
    width: 1.2rem;
    padding-left: 0.2rem;
    height: 0.32rem;
    border-right: 0.02rem solid #E8E8E8;
    line-height: 0.32rem;
    font-size:12px;
}

.top .search_items input {
    border: none;
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #666666;
}

.searchBtn {
    position: absolute;
    right: 0.24rem;
    top: 0.1rem;
    color: #00C18C;
    font-size: 0.38rem!important;
}

.top .Banner {
    width: 6.94rem;
    height: 3.2rem;
    margin: auto;
    margin-top: 0.3rem;
}

.top .Banner img {
    width: 100%;
    height: 3.2rem;
    display: block;
    border-radius: 0.16rem;
}

.naver {
    width: 6.94rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.naver_item {
    width: 25%;
    margin-top: 0.4rem;
}

.naver_item img {
    width: 1.2rem;
    height: auto;
    margin: auto;
    display: block;
}

.naver_item p {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #444444;
    margin-top: 0.16rem;
    text-align: center;
}

.naver2 {
    width: 6.94rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0.2rem auto;
}

.naver2_item {
    width: 2.16rem;
    height: 0.6rem;
    background: #FFFFFF;
    border: 0.02rem solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 0.1rem;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.32rem;
    line-height: 0.6rem;
    color: #444444;
    margin-right: 0.22rem;
    margin-top: 0.2rem;
}

.naver2_item:nth-child(3n+0) {
    margin-right: 0;
}

.Hot {
    width: 6.94rem;
    height: auto;
    margin: auto;
    margin-top: 0.32rem;
    display: flex;
    justify-content: space-between;
}

.Hot_item {
    width: 3.32rem;
}

.Hot_item img {
    width: 3.32rem;
    height: 2.44rem;
    border: 0.1rem;
}

.Hot_item .title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: #444444;
    margin-top: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Hot_item .time {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #999999;
    margin-top: 0.14rem;
}

.Class {
    width: 6.94rem;
    height: auto;
    margin: auto;
    margin-top: 0.3rem;
}

.ClassNav {
    width: 100%;
    display: flex;
    align-items: center;
}

.ClassNav li {
    width: 1.08rem;
    height: 0.7rem;
    background: #E8E8E8;
    border-radius: 0.34rem;
    text-align: center;
    line-height: 0.7rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.32rem;
    color: #666666;
    margin-right: 0.4rem;
}

.ClassActive {
    background: #00C18C!important;
    color: #fff!important;
}

.Class_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.Class_item {
    width: 3.32rem;
    height: 2.82rem;
    background: #FFFFFF;
    border: 0.02rem solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 0.1rem;
    margin-top: 0.3rem;
    margin-right: 0.3rem;
    display: block;
}

.Class_item:nth-child(2n+0) {
    margin-right: 0;
}

.Class_item img {
    width: 100%;
    height: 2.12rem;
    border-radius: 0.1rem 0.1rem 0 0;
    display: block;
}

.Class_item p {
    height: 0.7rem;
    line-height: 0.7rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.28rem;
    color: #333333;
    padding-left: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Number {
    width: 6.94rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

.Number_item {
    width: 2.22rem;
    margin-right: 0.14rem;
}

.Number_item:nth-child(3n+0) {
    margin-right: 0;
}

.Number_item img {
    width: 2.22rem;
    height: 1.52rem;
    border-radius: 0.06rem;
    display: block;
}

.Number_item p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-align: center;
    color: #39494A;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Arts {
    width: 6.94rem;
    height: auto;
    margin: auto;
    margin-top: 0.34rem;
    display: flex;
    flex-wrap: wrap;
}

.ArtsItem {
    width: 3.32rem;
    height: 4.6rem;
    background: #FFFFFF;
    border: 0.02rem solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 0.1rem;
    border-radius: 0.1rem;
    margin-right: 0.3rem;
    margin-bottom: 0.34rem;
}

.ArtsItem:nth-child(2n+0) {
    margin-right: 0;
}

.ArtsItem_top {
    width: 3.28rem;
    height: 3.28rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
}

.ArtsItem_top img {
    max-width: 3.28rem;
    max-height: 3.28rem;
    display: block;
}

.ArtsItem .title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-align: center;
    color: #444444;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.3rem;
}

.ArtsItem .age {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-align: center;
    color: #444444;
    width: 100%;
}