body {
    background: #F4F5F7;
}

.register_detail {
    padding-top: .3033rem;
    box-sizing: border-box;
}

.register_nav {
    display: flex;
    align-items: center;
}

.register_img1 {
    width: .2022rem;
    height: .1769rem;
    margin-right: .0758rem;
}

.register_img2 {
    width: .0758rem;
    height: .1264rem;
    margin-right: .1517rem;
}

.register_t1,
.register_t2 {
    font-size: .1769rem;
    font-family: Microsoft YaHei;
    color: #999999;
    margin-right: .139rem;
}

.note_list_container {
    margin-top: .1375rem;
    flex-direction: column;
}

.note_list_item {
    width: 3.275rem;
    height: 5.4375rem;
    background: #FFFFFF;
    border-radius: .15rem .15rem .15rem .15rem;
    padding: .125rem;
    box-sizing: border-box;
    margin-right: .2875rem;
    margin-bottom: .25rem;
}

.note_list_item_img {
    width: 3.05rem;
    height: 4.375rem;
    border-radius: .15rem .15rem .15rem .15rem;
    margin-bottom: .1rem;
}

.note_list_item_p {
    font-weight: 400;
    font-size: .2rem;
    color: #333333;
    line-height: .3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.note_list{
    display: flex;
    flex-wrap: wrap;
}
.note_list_item:nth-child(5n){
    margin-right: 0;
}

.pagination_list {
    margin         : .6319rem auto 0px auto;
    display        : flex;
    justify-content: center;
    margin-bottom: .7583rem;
}

.pagination_list_item {
    margin-right : .1264rem;
    text-align   : center;
    height       : .5182rem;
    line-height  : .5182rem;
    width        : .5308rem;
    background   : #FFFFFF;
    border       : .0126rem solid #E5E5E5;
    border-radius: .0379rem;
    cursor       : pointer;
    font-size    : .2022rem;
}

.pagination_list_item a {
    display: block;
    width  : 100%;
    height : 100%;
}

.pagination_home,
.pagination_next {
    width     : 1.0616rem;
    background: #FFFFFF;
    border    : .0126rem solid #E5E5E5;
}

.pagination_check a {
    background-color: #3D80F3;
    color           : #FFFFFF;
}

.pagination_ellipsis {
    border: none;
}