html[data-v-1036a4da],
body[data-v-1036a4da],
ul[data-v-1036a4da] {
    margin: 0;
    padding: 0
}

html[data-v-1036a4da] {
    scroll-behavior: smooth
}

a[data-v-1036a4da] {
    text-decoration: none;
    outline: none
}

ul[data-v-1036a4da] {
    list-style-type: none
}

body[data-v-1036a4da]::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

body[data-v-1036a4da]::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px #0000001a;
    background: #cccccc;
    border-radius: 3px;
    cursor: pointer
}

body[data-v-1036a4da]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #0000001a;
    background: #ededed
}

p[data-v-1036a4da],
h1[data-v-1036a4da],
h2[data-v-1036a4da],
h3[data-v-1036a4da],
h4[data-v-1036a4da],
h5[data-v-1036a4da],
h6[data-v-1036a4da] {
    margin: 0
}

.blue-button[data-v-1036a4da] {
    background: #5B81FA;
    border-radius: 2px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    transition: .2s;
    cursor: pointer;
    box-sizing: border-box
}

.blue-button[data-v-1036a4da]:hover {
    opacity: .8
}

.white-button[data-v-1036a4da] {
    border-radius: 2px;
    border: 1px solid #5B81FA;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b81fa;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
    box-sizing: border-box
}

.white-button[data-v-1036a4da]:hover {
    opacity: .8
}

.gray-button[data-v-1036a4da] {
    background: #F7F8FB;
    border-radius: 2px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    transition: .2s;
    cursor: pointer;
    box-sizing: border-box
}

.gray-button[data-v-1036a4da]:hover {
    opacity: .9
}

.pagination[data-v-1036a4da] {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #374151;
    line-height: 22px;
    width: fit-content;
    column-gap: 8px;
    align-self: end
}

.pagination img[data-v-1036a4da] {
    cursor: pointer
}

.pagination .prev[data-v-1036a4da] {
    cursor: pointer;
    margin-left: 6px;
    margin-right: 20px;
    user-select: none
}

.pagination .next[data-v-1036a4da] {
    cursor: pointer;
    user-select: none;
    margin-right: 6px;
    margin-left: 20px
}

.pagination .disabled[data-v-1036a4da] {
    color: #9ca3af;
    cursor: no-drop
}

.pagination[data-v-1036a4da] .el-pagination {
    --el-pagination-bg-color: unset
}

html,
body,
ul {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

a {
    text-decoration: none;
    outline: none
}

ul {
    list-style-type: none
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px #0000001a;
    background: #cccccc;
    border-radius: 3px;
    cursor: pointer
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #0000001a;
    background: #ededed
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.blue-button {
    background: #5B81FA;
    border-radius: 2px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    transition: .2s;
    cursor: pointer;
    box-sizing: border-box
}

.blue-button:hover {
    opacity: .8
}

.white-button {
    border-radius: 2px;
    border: 1px solid #5B81FA;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b81fa;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
    box-sizing: border-box
}

.white-button:hover {
    opacity: .8
}

.gray-button {
    background: #F7F8FB;
    border-radius: 2px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    transition: .2s;
    cursor: pointer;
    box-sizing: border-box
}

.gray-button:hover {
    opacity: .9
}

.mypagination {
    font-size: 16px;
    font-weight: 400;
    color: #374151;
    line-height: 22px
}

.mypagination .el-pager {
    column-gap: 8px
}

.mypagination .el-pager li {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #D8D8D8;
    font-weight: 400;
    font-size: 14px;
    color: #111
}

.mypagination .el-pager li.is-active {
    width: 32px;
    height: 32px;
    background: #5B81FA;
    border-radius: 2px;
    border: 1px solid #5B81FA;
    font-weight: 500;
    font-size: 14px;
    color: #fff
}