.goPagination_hide {
    display: none;
}

/* 常见分页 start */
.goPagination_wrap {
    font-size: 0;
    text-align: center;
    margin: 30px 0;
}

.goPagination_content {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}

.goPagination_number {
    display: inline-block;
    vertical-align: top;
}

.goPagination_content .item {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    min-width: 28px;
    text-align: center;
    border-radius: 0px;
    border: 1px solid #dfdfdf;
    background: white;
    margin-right: 5px;
    color: #000;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
    padding: 0 5px;
    user-select: none;
}

.goPagination_content .item:hover {
    background: #eee;
}

.goPagination_content .item.cur {
    background: #1b6fe2;
    color: #fff;
}

.goPagination_content .item.prev,
.goPagination_content .item.next {
    padding: 0 10px;
}

.goPagination_content .item.disable {
    cursor: default;
    background: #ccc;
    opacity: 0.5;
}

.goPagination_content .item.go {
    padding: 0 10px;
    margin-right: 0;
}

.goPagination_content .item.omitph {
    border: none;
    cursor: default;
}

.goPagination_content .item.omitph:hover {
    background: transparent;
}

.goPagination_total {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #000;
}

.goPagination_skip {
    display: inline-block;
    float: right;
    margin-left: 20px;
}

.goPagination_skip .lable {
    color: #333;
    margin-right: 5px;
    vertical-align: top;
    font-size: 14px;
    line-height: 38px;
}

.goPagination_skip .goNum {
    width: 32px;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    border: 1px solid #eee;
    padding: 0 10px;
    margin-right: 5px;
    outline: none;
}

.goPagination_wrap .loadMore {
    display: none;
}

/* 常见分页移动端样式 start */
.goPagination_wrap_m {
    margin: 40px 0;
}

.goPagination_wrap_m .goPagination_number .item {
    display: none;
}

.goPagination_wrap_m .goPagination_number .item.prev,
.goPagination_wrap_m .goPagination_number .item.next {
    display: inline-block;
    width: 120px;
    margin: 0 5px;
    color: #000;
    box-sizing: border-box;
    font-size: 28px;
    line-height: 48px;
    padding: 0 8px;
    height: 50px;
    min-width: 50px;
}

.goPagination_wrap_m.common2 .goPagination_number .item.prev,
.goPagination_wrap_m.common2 .goPagination_number .item.next {
    display: none;
}

.goPagination_wrap_m .goPagination_total,
.goPagination_wrap_m .goPagination_skip {
    display: none;
}

.goPagination_wrap.common2 .goPagination_content {
    width: 100%;
}

.goPagination_wrap.common2 .loadMore {
    display: inline-block;
    width: 50%;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    font-size: 30px;
    border: 1px solid #0c5ca8;
    color: #0c5ca8;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
}

/* 常见移动端样式 start */
/* 常见分页 end */
/* 加载更多分页 start */
.goPagination_loadMore_wrap {
    font-size: 0;
    text-align: center;
    margin: 30px 0;
}

.goPagination_loadMore_wrap .loadMore {
    display: inline-block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: 1px solid #0c5ca8;
    font-size: 20px;
    color: #0c5ca8;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
}

.goPagination_loadMore_wrap .loadMore:hover {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
}

.goPagination_loadMore_wrap_m {
    margin: 40px 0;
}

.goPagination_loadMore_wrap_m .loadMore {
    width: 50%;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    font-size: 30px;
}

/* 加载更多分页 end */