* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a {
    color: #000;
}

html {
    /* background: #000; */
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 60px;
}

.header-wrap {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_logo {}

nav {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #d8d8d8 !important;
}

nav a {
    margin: 0px 10px;
    color: #4d4d4d;
    font-size: 16px;
}

footer {}

.footer-content {
    width: 1280px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.brand {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.footer_logo {
    width: 200px;
    height: auto;
}

.brand p {
    font-size: 13px;
    color: #595d69;
}

.nav-column h3 {
    margin-bottom: 5px;
    color: #595d69;
    font-size: 14px;
    font-weight: bold;
}

.nav-column ul li a {
    font-size: 15px;
    color: #595d69 !important;
}

.contact h3 {
    margin-bottom: 5px;
    color: #595d69;
    font-size: 14px;
    font-weight: bold;
}

.contact p {
    font-size: 13px;
    color: #595d69 !important;
}

.copyright {
    text-align: center;
    color: #595d69;
    font-size: 13px;
    margin-top: 10px;
}



.page-status {
    margin-right: 10px;
    padding: 6px 12px;
    color: #333;
}

.page-index,
.page-pre,
.page-next,
.page-last,
.page-numbar {
    display: inline-block;
}

.page-index a,
.page-pre a,
.page-next a,
.page-last a,
.page-num {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 2px;
    text-decoration: none;
    color: #b6b6b6;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 12px;
}

.page-numbar {
    /* border-left: 1px solid #2D7DDB; */
    margin: 0 5px;
    padding-left: 5px;
}

.page-index {
    /* border-right: 1px solid #2D7DDB; */
    padding-right: 5px;
}

.page-num.page-num-current {
    background-color: #2D7DDB;
    color: white;
    border-color: #2D7DDB;
}

.page-index a:hover,
.page-pre a:hover,
.page-next a:hover,
.page-last a:hover,
.page-num:not(.page-num-current):hover {
    border-color: #2D7DDB;
    color: #555555;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.1);
}

.page-pre a:disabled,
.page-pre a[href="javascript:;"] {
    color: #ccc;
    cursor: not-allowed;
    border-color: #eee;
}

.page-pre a:disabled:hover,
.page-pre a[href="javascript:;"]:hover {
    box-shadow: none;
    border-color: #eee;
    color: #ccc;
}