body {
    position: relative;
}

body:after {
    content: '';
    width: 100%;
    height: 18rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/body-bg.png) repeat-x center top;
    z-index: -1;
}

.content {
    width: 7.5rem;
    margin: 0 auto;
}

.banner {
    width: 7.1rem;
}

.banner .swiper-slide {
    padding-top:0.2rem;
    width: 7.5rem;
    height: 3.3rem;
    border-radius: .3rem;
    overflow: hidden;
}


.banner img {
    border-radius: .3rem;
}

.notice {
    height: .5rem;
    line-height: .5rem;
    padding: .1rem .24rem;
    font-size: .28rem;
    display: flex;
    justify-content: flex-start;
}

.notice h3 {
    min-width: 1rem;
    padding-left: .5rem;
    font-size: .28rem;
    font-weight: bolder;
    color: #137ada;
    background: url(../img/icon-notice.png) no-repeat left center;
    background-size: .4rem .3rem;
}

.notice a {
    color: #3d3d3d;
}

.notice .swiper {
    height: .5rem;
    margin: 0;
    overflow: hidden;
}

.notice .swiper-slide {
    height: .6rem;
    overflow: hidden;
}

.quick-btn {
    padding: 0 .24rem;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.quick-btn a {
    display: block;
    width: 3.4rem;
}

.quick-btn img {
    width: 3.4rem;
}

.new-people h3 {
    font-size: 0;
    height: .5rem;
    margin: .4rem 0 .1rem;
    background: url(../img/tit-new-people.png) no-repeat center top;
    background-size: 7.5rem auto;
}
.new-people img {
    width: 2.3rem;
}

.new-people ul {
    padding: 0 .24rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-people li {
    width: 2.3rem;
    height: 1.3rem;
    margin: .1rem 0;
    position: relative;
    background: #000000;
    border-radius: .2rem;
}

