body{
    background-color: #f7f7f7;
}
.banner{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.banner img{
    display: block;
    width:100%;
}


.imglist{
    margin:6px 3px 0px 3px;
    overflow: hidden;
    background-color: #fafafa;
}
.imglist .grid-item{
    width:16.6666%;
    
}
.imglist .item{
    padding: 3px;
    height: 100%;
    min-height: 150px;
    background-color: #fff;
}
.imglist .item a{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 240px;
}
.imglist .grid-item:nth-child(1) a{
    max-height: 200px;
}
.imglist .grid-item:nth-child(3) a{
    max-height: 150px;
}
.imglist .grid-item:nth-child(5) a{
    max-height: 200px;
}

.imglist .item a img{
    display: block;
}

.addMore{
    text-align: center;
    padding:30px;
    font-size:22px;
    color:#666;
    background-color: #fafafa;
}
.addMore .layui-icon{
     font-size:22px;
}