/* 页码 */
.page {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.page .list {
    display: flex;
    align-items: center;
    color: rgba(109, 109, 109, 1);
}

.page .list .item {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.04rem;
    margin-right: 0.04rem;
    border: 0.01rem solid #DEDEDE;
    text-align: center;
    line-height: 0.32rem;
    font-size: 0.16rem;
    color: #5B5B5B;
    cursor: pointer;
    overflow: hidden;
    border: 0.01rem solid #DEDEDE;
}

.page .list .item_0 {
    margin-left: 0.04rem;
    margin-right: 0.04rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
}

.page .list .item:hover {
    background: var(--hc);
    color: white;
}

.page .list .active {
    background: var(--hc);
    color: white;
}

.page .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.04rem;
    margin-right: 0.04rem;
    cursor: pointer;
    overflow: hidden;
    background-color: white;
    border: 0.01rem solid #DEDEDE;
}

.page .btn img {
    height: 0.11rem;
    object-fit: contain;
}

.page .prev::after {
    content: '<';
}

.page .next::after {
    content: '>';
}

.page .prev::after,
.page .next::after {
    position: absolute;
    font-size: 0.16rem;
    font-family: '宋体';
    color: #7D7D7D;
    font-weight: bold;
}

.page .btn:hover {
    background: var(--hc);
}

.page .btn:hover::after {
    color: #fff;
}

.page .disable {
    opacity: 0.5;
}

.page .btn:hover img {
    filter: brightness(0) invert(1);
}

.page p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
}

/* .page select {
    width: 0.6rem;
    height: 0.32rem;
    border: 0.01rem solid #DEDEDE;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #666666;
    border-radius: 0.02rem;
}

.page option:hover {
    background: var(--hc) !important;
    color: #FFFFFF;
} */

.page .page_btn {
    width: 0.72rem;
    height: 0.32rem;
    background: var(--hc);
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.page .mag1 {
    margin-right: 0.2rem;
}

.page .mag2 {
    margin-left: 0.16rem;
    margin-right: 0.08rem;
}

.page .mag3 {
    margin-right: 0.2rem;
    margin-left: 0.08rem;
}
.cus-select-picker {
    display: flex;
    align-items: center;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.c-dropdown {
    position: relative;
    display: inline-block;

}

.c-dropdown__list {
    padding: 0.08rem 0;
    list-style: none;
    position: absolute;
    top: 0.45rem;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-transition: opacity 0.25s linear, top 0.25s linear;
    transition: opacity 0.25s linear, top 0.25s linear;
    width: 0.6rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0.05rem 0.05rem;
    border: 0.01rem solid #E1E1E1;
}

.c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 0.32rem;
    z-index: 999;
}

.c-dropdown__item {
    padding-left: 0.2rem;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background-color 0.25s linear;
    transition: 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #575757;
    line-height: 0.3rem;
}

.c-dropdown__item:hover {
    color: #FFFFFF;
    background: var(--hc);
}

.c-button {
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-button:hover,
.c-button:focus {
    outline: none;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}

.c-button--dropdown {
    padding-left: 0.14rem;
    width: 0.6rem;
    height: 0.32rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #E1E1E1;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #575757;
    line-height: 0.34rem;
}

.c-button--dropdown::after {
    content: '';
    position: absolute;
    width: 0.07rem;
    height: 0.07rem;
    border-top: 0.02rem solid #929292;
    border-right: 0.02rem solid #929292;
    transform: rotate(135deg);
    top: 0.11rem;
    right: 0.16rem;
    transition: 0.3s;
}