.title-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.title-top-btn {
    height: 40px;
    border-radius: 25px;
    background-color: #fff;
    margin: 0 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.title-top-btn a {
    display: block;
    height: 100%;
    line-height: 40px;
    padding: 0 20px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
    border-radius: 25px;
    font-size: 16px;
}

.title-top-btn.active {
    background-color: #000;
}

.title-top-btn.active a {
    color: #fff;
}

.title-top-btn:hover {
    background-color: #000;
}

.title-top-btn:hover a {
    color: #fff;
}

.title-top-btn-s {
    height: 40px;
    border-radius: 25px;
    background-color: #fff;
    margin: 0 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.title-top-btn-s a {
    display: block;
    height: 100%;
    line-height: 40px;
    padding: 0 20px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
    border-radius: 25px;
    font-size: 16px;
}

.title-top-btn-s.active {
    background-color: #666;
}

.title-top-btn-s.active a {
    color: #fff;
}

.title-top-btn-s:hover {
    background-color: #666;
}

.title-top-btn-s:hover a {
    color: #fff;
}

.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer; 
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.top img {
    max-width: 100%;
    max-height: 100%;
}

.pagination {
    text-align: center;
    margin: 30px 0; 
    user-select: none;
    display: block;
}
.pagination .page-btn {
    display: inline-block;
    margin: 0 5px;
    padding: 2px 12px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.pagination .page-btn:hover {
    background-color: #f0f0f0;
}
.pagination .page-btn.active {
    background-color: #000;
    color: white;
    border-color: #000;
    cursor: default;
}
.pagination .page-btn.disabled {
    color: #aaa;
    border-color: #eee;
    cursor: default;
}
.fenye_pc{
	display: block;
}
.fenye_mo{
	display: none;
}

@media screen and (max-width:992px) {
    .title-top-btn a {
        padding: 0px 15px;
        font-size: 13px;
    }
    .title-top-btn-s a {
        padding: 0px 15px;
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {
	
    .title-top {
        width: 94.871vw;
        margin: 0 10px;
        display: flex;
        align-items: center;
        justify-content: start;
        white-space: nowrap;
        overflow-y: auto;
        margin-bottom: 10px;
    }
    .title-top-btn{
        margin: 0 5px;
        margin-bottom: 10px;
    }
    .title-top-btn a {
        font-size: 12px;
    }

    .title-top-btn-s{
        margin: 0 5px;
        margin-bottom: 10px;
    }
    .title-top-btn-s a {
        font-size: 12px;
    }

    .pagination{
        margin: 10px 0px;
		margin-bottom: 30px;
    }
	.fenye_pc{
		display: none;
	}
	.fenye_mo{
		display: block;
	}
	.top{
		position: fixed;
		    right: 20px;
		    top: 50%;
		    transform: translate(0, -50%);
		    width: 50px;
		    height: 50px;
		    cursor: pointer;
		    z-index: 9999;
		    display: none;
		    align-items: center;

	}
	

}