.more-btn{
    margin: 20px auto 50px auto;
    width:400px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.more-btn > div{
    color: #245FA2;
    width: 100px;
    height: 30px;
    border: 1px solid #f1f1f5;
    border-radius: 15px;
    background-color: #fff;
    justify-content: center;
    cursor:pointer

}
.more-btn >  img{
    height: 15px;
}
/*.more-btn > .page__ul {*/
/*    !*height: 100%;*!*/
/*    margin: 0 10px;*/
/*    vertical-align: middle;*/
/*}*/
/*.more-btn > .page__ul > li {*/
/*    display: inline-block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    color: #333;*/
/*    margin-right: 10px;*/
/*}*/
.more-btn > .page__ul > li > a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #f1f1f5;
}
.more-btn > .page__ul > li > a:hover {
    color: #245FA2;
}
.more-btn > .page__ul > li > .more-href-active {
    color: #fff !important;
    background: #245FA2;
}
.more-btn > .page__ul > li > .li__ellipsis {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
}