:root{
    --pm-c: #5a82e6;
    --br-c: #F2F6FC;
    --md-c: #909399;
    --bg-c: #f8fafc;
    --footer-color: #32383E;
    --news-hover-color: #3aa2ff;
    --bg-color: #fff;
}
@font-face {
    font-family: "iconfont"; /* Project id 4836063 */
    src: url('/static/fonts/iconfont.woff2?t=1740320359675') format('woff2'),
    url('/static/fonts/iconfont.woff?t=1740320359675') format('woff'),
    url('/static/fonts/iconfont.ttf?t=1740320359675') format('truetype');
}
body {
    margin: 0;
}
html, body {
    background-color: var(--bg-c);
    font-size: 14px;
    font-family: arial;
}
a, a:hover {
    line-height: normal;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-backtop:before {
    content: "\e60b";
}
.icon-colse:before {
    content: "\e610";
}
.icon-search1:before {
    content: "\e628";
}
.icon-menu:before {
    content: "\e7f4";
}
.icon-search:before {
    content: "\e87c";
}
.header{
    position: relative;
    z-index: 9999;
}
.header .navbar {
    position: fixed;
}
.header .navbar {
    padding: 10px 0;
    width: 100%;
    background: hsla(0,0%,100%,0.8);
}
.header .navbar .container{
    align-items: center;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.navbar .logo a {
    display: block;
    height: 36px;
}
.navbar .nav span.current a{
    color: #fff;
}
.navbar .logo img {
    height: 100%;
    width: auto;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
.navbar .nav {
    flex: 1;
    overflow: hidden;
    position: relative;
    margin-left: 30px;
    text-align: center;
}
.navbar .nav span {
    display: inline-block;
    margin: 0 12px;
    border-radius: 100px;
}
.navbar .nav span.current,.navbar .nav span.current:hover{
    background-color: #5a82e6;
}
.navbar .nav span:hover{
    background:rgba(0,0,0,0.07);
}
.navbar .nav span a {
    display: block;
    color: rgba(0,0,0,0.8);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
}
.uk-container>:last-child {
    margin-bottom: 0;
}
.navbar .search {
    background: hsla(0,0%,93.3%,0.7);
    width: 160px;
    height: 36px;
    position: relative;
    border-radius: 20px;
}
.navbar .search input {
    border: 0;
    background: transparent;
    height: 36px;
    line-height: 36px;
    text-indent: 15px;
    outline: none;
    color: #fff;
    color: rgba(0,0,0,0.8);
    width: 120px;
    margin-left: 5px;
}
.navbar .search .iconfont {
    position: absolute;
    top: 50%;
    transform: translate(10px, -50%);
    right: 1px;
    border: 0;
    width: 35px;
    height: 100%;
    cursor: pointer;
    line-height: 35px;
}
.navbar .search input::placeholder {
    color: #c0c4cc;
}
.navbar .search .icon-search{
    color: #767879;
}
.main{
    padding-bottom: 88px;
    background-image: url(/static/images/content.webp);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 58px;
}
.mb_right .iconfont{
    font-size: 22px;
    color: #6B6D6E;
    cursor: pointer;
    display: none;
}
.mb_right .icon-search1{
    margin-right: 10px;
}
.mb_right .iconfont.icon-colse{
    display: none;
}
.footer{
    background: hsla(0,0%,100%,0.5);
}
.footer .container{
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
}
.footer .footer-bottom{
    padding: 20px 0px 10px 0px;
    font-size: 0;
    text-align: center;
}
.footer-bottom .bottom-mid {
    font-size: 12px;
}
.footer-bottom>div {
    display: inline-block;
    vertical-align: bottom;
}
.footer-bottom .bottom-mid .mid-about {
    color: rgba(0,0,0,0.5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
}
.footer-bottom .bottom-mid .mid-about a{
    color: rgba(0,0,0,0.5);
    font-size: 12px;
}
.footer-bottom .bottom-mid .mid-about div{
    margin: 0px 0px 12px 0px;
    line-height: 22px;
}
.footer-bottom .link-group {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 12px;
}
.footer-bottom .link-item{
    position: relative;
    color: rgba(0,0,0,0.5);
    line-height: 18px;
}
.footer-bottom .split-line {
    width: .5px;
    height: 12px;
    background: rgba(0,0,0,0.1);
    pointer-events: none;
}
.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
.uk-flex {
    display: flex;
}
.uk-margin-top {
    margin-top: 20px !important;
}
.uk-container>:last-child {
    margin-bottom: 0;
}
.uk-flex-cover {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
canvas, img, svg, video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
[data-uk-cover]:where(img, video), [uk-cover]:where(img, video) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
}
[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.uk-grid-column-small, .uk-grid-small {
    margin-left: -15px;
}
.uk-grid-column-small>*, .uk-grid-small>* {
    padding-left: 15px;
}
.uk-width-2-3 {
    width: calc(200% / 3);
}
.uk-width-1-3 {
    width: calc(100% / 3);
}
.uk-grid>*>:last-child {
    margin-bottom: 0;
}
.sidebar {
    width: 340px;
}
.module {
    background-color: #fff;
    padding: 25px;
}
.module-title {
    display: flex;
    border-bottom: 1px solid var(--br-c);
}
.module-title .title {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    color: #3d4351;
    line-height: normal;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--pm-c);
}
img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.uk-margin {
    margin-top: 10px;
    margin-bottom: 20px;
}
.uk-margin-left {
    margin-left: 20px !important;
}
.uk-margin-small {
    margin-bottom: 10px;
}
.uk-flex-1 {
    flex: 1;
}
.module-title .more {
    color: var(--md-c);
    font-size: 13px;
}
.side-flash ul {
    margin-top: 15px;
    border-left: 1px solid var(--br-c);
}
.side-flash ul li {
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
}
.side-flash ul li::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 6px;
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 16px;
    display: block;
    border-radius: 50%;
    border: 2px solid var(--pm-c);
    background: #fff;
    box-sizing: border-box;
}
.side-flash ul li:last-child {
    margin-bottom: 0;
}
.side-flash ul li .time {
    color: var(--md-c);
    font-size: 13px;
}
.side-flash ul li a {
    margin-top: 2px;
    display: block;
}

.side-coin {}
.side-coin .item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--br-c);
    padding-bottom: 15px;
}
.side-coin .item:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.side-coin .coin-head {
    margin-bottom: 15px;
    color: var(--md-c);
}
.side-coin .item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.side-coin .item .name {
    font-size: 13px;
    line-height: normal;
    font-weight: bold;
}
.side-coin .item span {
    color: var(--md-c);
    font-size: 12px;
}
.side-coin .item div {
    width: 100px;
    font-size: 12px;
}
.side-coin .item .btn {
    display: inline-block;
    padding: 6px 0;
    width: 68px;
    text-align: center;
    border-radius: 3px;
}

.side-news {}
.side-news .item {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.side-news .item .thumb {
    width: 115px;
    height: 70px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-right: 15px;
}
.side-news .item .title {
    line-height: normal;
    height: 40px;
    margin-bottom: 10px;
}
.side-news .item .title a {}
.side-news .item .time {
    color: var(--md-c);
    font-size: 13px;
}
.uk-flex-middle {
    align-items: center;
}
.uk-text-right {
    text-align: right !important;
}
.btn-fall {
    background-color: #fd455b !important;
    color: #fff !important;
}
.btn-rise {
    background-color: #01c875;
    color: #fff !important;
}
.fenye {
    margin: 50px 0 !important;
    text-align: center;
}
.fenye .page-numbers {
    display: inline-block;
    line-height: 36px;
    padding: 0 16px;
    background: #fff;
    font-size: 12px;
    border-radius: 4px;
    color: var(--md-c);
}
.fenye .page-numbers:hover,
.fenye .current {
    background: var(--pm-c);
    color: #fff;
}
.loading{
    margin-top: 10px;
    align-items: center !important;
    justify-content: center !important;
    display: none;
}
.v-loading{
    height: 32px;
    width: 32px;
    color: #5a82e6;
}
.v-loading>svg {
    animation: progress-circular-rotate 1.4s linear infinite;
    transform-origin: center center;
    transition: all .2s ease-in-out;
}
.v-loading circle{
    stroke-linecap: round;
    stroke-dasharray: 80, 200;
    stroke-dashoffset: 0px;
    stroke: currentColor;
    font-size: 32px;
    animation: progress-circular-dash 1.4s ease-in-out infinite;
    transition: all .6s ease-in-out;
}
.more-loading {
    color: #333;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    cursor: pointer;
    display: none;
}
.more-loading:hover {
    color: var(--news-hover-color);
}
.backtop {
    padding-top: 120px;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}
.backtop .totop {
    display: none;
    width: 34px;
    height: 34px;
    line-height: 32px;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 99999;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 18px;
    visibility: visible;
    cursor: pointer;
}
.backtop .totop .iconfont{
    font-size: 16px;
}
.fa-logo {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
@keyframes progress-circular-rotate {
    to {
        transform: rotate(1turn)
    }
}
@media (max-width: 899px) {
    .main{
        padding-top: 3px;
    }
    .sidebar {
        display: none;
    }
    .mb_right .iconfont.hide{
        display: none;
    }
    .mb_right .iconfont.show{
        display: inline-block;
    }
    .header .nav.show{
        display: block;
    }
    .header .nav,.navbar .search,.header .nav.hide{
        display: none;
    }
    .header .navbar .container,.footer .container{
        padding-left: 16px;
        padding-right: 16px;
        justify-content: space-between;
        display: flex;
    }
    .header .navbar{
        padding: 0px;
        line-height: 52px;
    }
    .header{
        height: 52px;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar .logo img{
        height: 22px;
    }
    .mb_right .iconfont{
        display: inline-block;
    }
    .navbar .nav{
        position: fixed;
        top: calc(52px - 1px);
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        height: calc(100vh - 52px - 1px);
        z-index: 932;
        margin-left: 0px;
        text-align: left;
        background: hsla(0,0%,100%,0.98);
    }
    .navbar .nav span{
        display: block;
        margin: 15px 0px;
        border-radius: 2px;
        padding-left: 10px;
    }
    .navbar .nav span:hover,.navbar .nav span.current:hover{
        background:rgba(0,0,0,0.07);
    }
    .navbar .nav span.current a{
        color: rgba(0, 0, 0, 0.8);
        font-weight: 500;
    }
    .navbar .nav span.current{
        background-color: unset;
    }
}
@media (min-width: 640px) {
    .uk-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
