

.root {
    padding-bottom: 13.83rem;
}

.search-root{
    background: #f6f6f6;
    min-height: calc(100vh - 13.83rem);
}
.search-root .header{
    background-color: #fff;
    padding-bottom: 1.67rem;
}
#mescroll{
    padding: 0 2.67rem 
}

.header {
    padding: 2.67rem 2.67rem 0;
}

.search {
    background: #F8F8F8;
    border-radius: 1.33rem;
    padding: 1.33rem 2.33rem;
    display: flex;
    align-items: center;
}

.search img {
    width: 2.83rem;
    height: 2.83rem;
    margin-right: 1.33rem;
}

.search input {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    color: #bbb;
    font-size: 2.17rem;
    border: 0;
    background-color: #F8F8F8;
}

.banner {
    width: 100%;
    margin: 1.67rem 0;
}

.banner img {
    width: 100%;
    height: 20rem;
}

section {
    padding: 2.67rem 2.67rem 0;
    background: #F6F6F6;
}

.cate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    border-radius: 1.33rem;
    padding: 3.17rem 0 3.33rem;
}

.cate-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.17rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 3rem;
    width: 25%;
}

.cate-item:nth-of-type(-n+4) {
    margin-bottom: 3.67rem;
}

.cate-item img {
    height: 5rem;
    margin-bottom: 0.83rem;
}

.notice {
    background-color: #fff;
    border-radius: 1.33rem;
    padding: 0 2.67rem;
    margin-top: 1.67rem;
}

.notice .head {
    display: flex;
    align-items: center;
    padding: 2.67rem 0;
    border-bottom: 0.17rem solid #EEEEEE;
}

.notice .head .title {
    font-size: 2.67rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 3.67rem;
}

.notice .head .more {
    display: flex;
    align-items: center;
    font-size: 2.17rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 3rem;
    margin-left: auto;
}

.notice .head img {
    height: 2rem;
    margin-left: 1.33rem;
}

.notice .main {
    padding: 2.5rem 0;
    border-bottom: 0.17rem solid #EEEEEE;
}

.notice a:last-of-type .main {
    border-bottom: 0;
}

.notice .main .title {
    font-size: 2.33rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 3.33rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice .main .title span{
    color: #FD4C5C;
}

.notice .main .desc {
    padding: 1.67rem 0;
}

.notice .main .desc,
.notice .main .time {
    font-size: 2.17rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.copyright {
    font-size: 2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-align: center;
    color: #DDDDDD;
    line-height: 3.33rem;
    padding: 2.67rem 3.83rem;
}