body {
    min-height: 100vh;
}
.container-fluid {
    width: 100%;
    margin: 0 auto;
}
.container {
    position: relative;
    width: 1400px;
    width: 14rem;
    min-width: 9.6rem;
    /* min-width: 1380px; */
    margin: 0 auto;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.inline-block {
    display: inline-block;
    vertical-align: middle;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.text-center {
    text-align: center;
}
.font16 {
    font-size: 16px;
    font-size: 0.16rem;
}
.font18 {
    font-size: 18px;
    font-size: 0.18rem;
}
.fs16 {
    font-size: 0.16rem;
}
/* top */
.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.46rem;
    z-index: 100;
    background: #fff;
}
.banner {
    margin-top: 1.47rem;
}
.top-left {
    margin-left: 270px;
    margin-left: 2.7rem;
}
.top .logo-wrap {
    float: left;
    margin-top: 0.4rem;
    overflow: hidden;
}
.top .logo {
    width: 2.6rem;
    height: 50px;
    height: 0.65rem;
    line-height: 1.46rem;
}
.top ul {
    float: right;
    font-size: 0;
}
.top .ul li {
    display: inline-block;
    width: 86px;
    width: 0.86rem;
    height: 100%;
    padding: 0 6px;
    line-height: 146px;
    line-height: 1.46rem;
    font-size: 0.2rem;
    color: #323232;
    text-align: center;
}
.top .ul li:not(:last-child) {
    /* margin-right: 64px;
    margin-right: 0.64rem; */
}
.top .ul li a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.top .ul li.active {
    color: #093C8A;
    /* margin-right: 50px;
    margin-right: 0.5rem; */
}
.top .ul li.active a {
    color: #093C8A;
    border-bottom: 2px solid #093C8A;
}
/* links */
.links {
    width: 100%;
    height: 3.3rem;
    text-align: center;
    background: url('../../img/pc/links.png') no-repeat;
    background-position: center center;
    background-size: 100%;
}
.links ul {
    display: inline-block;
    line-height: 1rem;
    
}
.links li {
    display: inline-block;
    font-size: 0.2rem;
    margin-right: 0.1rem;
}
.links li a {
    color: #fff;
}
.links .hr {
    width: 100%;
    height: 1px;
    background: #fff;
}
.link-info {
    position: relative;
    padding: 0.4rem 0;
    color: #fff;
    font-size: 0.2rem;
    text-align: left;
}
.link-info .info {
    line-height: 0.5rem;
}
.qrcode {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.5rem;
}
.qrcode p {
    display: inline-block;
    width: 10px;
    margin-right: 0.3rem;
    margin-top: 0.4rem;
}
.qrcode p:nth-child(1) {
    line-height: 0.5rem;
}
.qrcode p:nth-child(2) {
    line-height: 0.33rem;
} 
.qrcode img {
    position: absolute;
    top: 0.4rem;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
}
.copyright {
    background: #39393A;
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.6rem;
}
/* 页码 */
.pagination {
    text-align: center;
}
.pagination div {
    display: inline-block;
    text-align: center;
    line-height: 0.36rem;
    margin-bottom: 0.7rem;
    color: #888;
}
.handle-btn {
    padding: 0 0.5rem;
    box-sizing: border-box;
    border: 1px solid #888888;
    border-radius: 0.18rem;
}
.page-btn {
    width: 0.36rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #888888;
    margin-right: 10px;
}
.first-page {
    margin-right: 10px;
}
.pagination .active {
    background: #005DBE;
    color: #fff;
    border: none;
}
.handle-btn.active {
    border: none;
}