.more {
    display: flex;
    align-items: center;
    justify-content: center
}

.more .rBtn {
    width: 108px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 24px;
    background: linear-gradient(180deg,rgba(61,135,234,.1) 0%,rgba(112,188,246,.1) 100%);
    color: #1072e0;
    cursor: pointer
}

.more .rBtn:hover {
    background: linear-gradient(180deg,rgba(61,135,234,.15) 0%,rgba(112,188,246,.15) 100%);
    font-weight: 700
}

.more span {
    margin-right: 4px
}

.more img {
    width: 18px
}
