@keyframes spinAround {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

body, h1, h2, h3, h4, hr, html, li, p, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4 {
    font-size: 100%;
    font-weight: 400;
    font-family: "微软雅黑", "Open Sans", system-ui, "Microsoft Yahei", sans-serif
}

ul {
    list-style: none
}

html {
    box-sizing: border-box
}

* {
    box-sizing: inherit
}

:after, :before {
    box-sizing: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    padding: 0;
    text-align: left
}

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%
}

article, footer, section {
    display: block
}

body {
    font-family: "Open Sans", system-ui, sans-serif
}

body {
    color: #2B2B2B;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4
}

a {
    color: #3D3D3D;
    cursor: pointer;
    text-decoration: none
}

a:hover {
    color: #2791d8
}

h2 {
    color: #FCFCFC;
    padding-left: 15px;
    font-weight: 500 !important
}

h3 {
    font-size: 1em;
    margin-bottom: .3em;
    color: #8B7500;
    font-weight: 500;
    /*text-align:center;*/
    line-height: 1.4;
}

hr {
    background-color: #dee2e5;
    border: none;
    display: block;
    height: 1px;
    margin: .6rem 0
}

span {
    font-style: inherit;
    font-weight: inherit
}

input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.ft {
    font-size: 100%;
}

.has-text-centered {
    text-align: center !important
}

.has-text-grey {
    color: #8c9b9d !important
}

.has-text-white-ter {
    color: #1E1E1E !important
}

.button.is-focused:not(:active), .button:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.button.is-white.is-focused:not(:active), .button.is-white:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.button.is-black.is-focused:not(:active), .button.is-black:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.button.is-light.is-focused:not(:active), .button.is-light:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(236, 240, 241, .25)
}

.button.is-dark.is-focused:not(:active), .button.is-dark:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.button.is-primary.is-focused:not(:active), .button.is-primary:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(52, 73, 94, .25)
}

.button.is-link.is-focused:not(:active), .button.is-link:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.button.is-info.is-focused:not(:active), .button.is-info:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(32, 156, 238, .25)
}

.button.is-success.is-focused:not(:active), .button.is-success:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(46, 204, 113, .25)
}

.button.is-warning.is-focused:not(:active), .button.is-warning:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(241, 183, 14, .25)
}

.button.is-danger.is-focused:not(:active), .button.is-danger:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(231, 76, 60, .25)
}

.container {
    margin: 0 auto;
    position: relative
}

.time {
    /*font-size: .775em;*/
    text-align: center;
    color: #8c9b9d
}

.gg {
    margin: 0 auto;
    text-align: center
}

.hhh {
    margin: 0 auto;
    text-align: center
}

.wz {
    font-size: .875em;
    color: #000000;
    padding: 0 5px;
    line-height: 2;
    word-break: keep-all
}

.hgwz {
    font-size: .875em;
    color: #000000;
    padding: 0 5px;
    line-height: 2.5;
    word-break: keep-all
}

.sj {
    font-size: .825em;
    color: #000000;
    padding: 0 5px;
    line-height: 2;
    text-indent: 28px;
}

.btn {
    background-color: #2791d8 !important;
    color: #ffffff;
    margin: 3px 5px;
    padding: 10px 19px !important;
    display: inline-block;
}

.btn:hover {
    color: #FFFF00;
    background: #3D3D3D none repeat scroll 0 0 !important;
}

.input {
    border: 1px solid #ddd;
    padding: 0 5px;
    width: 66%;
    height: 30px;
    transition: 0.3s;
    font-weight: normal;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    outline: none;
}

.input:valid {
    padding-left: 32px;
    border-color: green;
}

.input:valid + label {
    color: green;
}

.button {
    border: 1px solid #ddd;
    width: 45%;
    height: 35px;
    border-radius: 5px;
    padding: 5px 2px;
    outline: none;
    border-color: #2791d8;
    background: #2791d8;
    color: #FFFFFF;
    font-weight: 500;
    font-size: .7525rem;
}

.button:hover {
    background-color: #4876FF;
    color: #FFF68F;
    font-weight: 500;
}

.input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.input[type="number"] {
    -moz-appearance: textfield;
}

.jieguo {
    color: #FFD700;
    font-size: .775rem;
    background: #121212;
    text-align: center;
    line-height: 3;
    width: 86%;
    margin: 0 auto;
    letter-spacing: 0.1px;
    padding: 0 2px;
}

.hv {
    background-color: #FFFFE0 !important;
    color: #000000;
    font-weight: 600;
    font-size: .875rem;
}

.hvzz {
    background-color: #FFFFE0 !important;
    color: #000000;
    font-weight: 600;
    font-size: .875rem;
}

.huilv {
    color: #00688B;
    font-size: .875rem;
}

.huilvzz {
    color: #00688B;
    font-size: .875rem;
}

.jisuan {
    text-align: center
}

.ms {
    text-align: center;
    font-size: .875rem;
    color: #000000;
}

.shuoming {
    font-size: .725em;
    text-align: center;
    color: #2F4F4F
}

.down {
    color: #008000;
}

.up {
    color: #f00;
}

.you {
    font-size: 1.075rem;
    text-align: center;
    margin: 0
}

.jia {
    font-size: 1.675rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
}

.fd {
    font-size: .875rem;
    text-align: center;
    font-weight: 600;
}

.xin {
    font-size: .775rem;
    text-align: center;
    color: #2F4F4F;
}

.gao {
    font-size: .775rem;
    text-align: center;
    color: #104E8B;
}

.jgjg {
    font-size: 1.275rem;
    text-align: center;
    font-weight: 700;
}

.bz a {
    font-size: .95rem;
    text-align: center;
    color: #104E8B;
    font-weight: 700;
}

.bz a:hover {
    color: #FF4040;
}

.nrshj {
    color: #528B8B;
}

.nrlink {
    color: #1C86EE;
}

.pozheng {
    color: #000000;
}

/*@media screen and (min-width: 1024px) {*/
/*    .container {*/
/*        max-width: 960px;*/
/*        width: 960px*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1216px) {*/
/*    .container {*/
/*        max-width: 1180px;*/
/*        width: 1180px*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1408px) {*/
/*    .container {*/
/*        max-width: 1180px;*/
/*        width: 1180px*/
/*    }*/
/*}*/

.content li + li {
    margin-top: .25em
}

.content p:not(:last-child) {
    /*margin-bottom: 1em*/
}

.content h1 {
    font-size: 18px;
    font-weight: 600;
    color: #2b3c4e;
    line-height: 2;
    /*font-family: "宋体", "微软雅黑", "Open Sans", system-ui, "Microsoft Yahei";*/
    text-align: center;
}

.content h4 {
    font-size: 1em;
    margin-bottom: .5em;
    color: #2b3c4e;
    font-weight: 400;
    line-height: 2;
    text-indent: 25px;
}

.content h4:not(:first-child) {
    margin-top: 0.5em
}

.content ul {
    list-style: disc outside;
    /*margin-left: 2em;*/
    margin-top: 0em
}

.content table {
    width: 100%;
    color: #000000;
    font-family: Verdana;
    line-height: 40px;

}

.content table th {
    text-align: center;
    font-size: .95rem;
    color: #8B5A00;
    border: 1px solid #dee2e5;
    border-width: 1px;
    vertical-align: middle;
    padding: .25em .275em
}

.content table td {
    /*text-align:center;*/
    font-size: 14px;
    border: 1px solid #dee2e5;
    border-width: 1px;
    vertical-align: middle;
    padding: .25em .275em
}

.content table tr:hover {
    text-align: center;
    color: #DC143C;
    background-color: #EAEAEA;
}

.title {
    word-break: break-word
}

.title {
    color: #363636;
    font-weight: 500;
    text-align: center
}

.breadcrumb {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: stretch;
    display: flex;
    font-size: .825rem;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

/*.breadcrumb:not(:last-child) {*/
/*    margin-bottom: 1.5rem*/
/*}*/

.breadcrumb a {
    align-items: center;
    color: #3273dc;
    display: flex;
    justify-content: center;
    padding: .25em 0
}

.breadcrumb a:hover {
    color: #148f77
}

.breadcrumb li {
    align-items: center;
    display: flex
}

.breadcrumb li:first-child a {
    padding-left: 0
}

.breadcrumb li + li::before {
    color: #34495e;
    content: ">"
}

.breadcrumb ul {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start
}

.navbar {
    background-color: #3D3D3D;
    border-bottom: 1px solid #CFCFCF;
    width: 100%;
    z-index: 9999;
    position: fixed;

}

.navbar > .container {
    align-items: stretch;
    display: flex;
    min-height: 4rem;
    width: 100%
}

.navbar-brand {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 4rem
}

.navbar-burger {
    cursor: pointer;
    display: block;
    height: 4rem;
    position: relative;
    width: 4rem;
    margin-left: auto
}

.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px
}

.navbar-burger span:nth-child(1) {
    top: calc(50% - 6px)
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px)
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 4px)
}

.navbar-burger:hover {
    background-color: rgba(0, 0, 0, .05)
}

.navbar-menu {
    display: none
}

.navbar-item {
    color: #ffffff;
    display: block;
    line-height: 1.5;
    padding: .5rem 1rem;
    position: relative;
    font-weight: 600;
}

a.navbar-item:hover {
    background-color: transparent;
    color: #000000;
    background-color: #fed325;
}

.navbar-item {
    flex-grow: 0;
    flex-shrink: 0
}

@media screen and (max-width: 1023px) {
    .navbar > .container {
        display: block
    }

    .navbar-brand .navbar-item {
        align-items: center;
        display: flex
    }

    .navbar-menu {
        background-color: #34495e;
        box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
        padding: .5rem 0
    }
}

@media screen and (min-width: 1024px) {
    .navbar, .navbar-end, .navbar-menu {
        align-items: stretch;
        display: flex
    }

    .navbar {
        min-height: 4rem
    }

    .navbar-burger {
        display: none
    }

    .navbar-item {
        align-items: center;
        display: flex
    }

    .navbar-menu {
        flex-grow: 1;
        flex-shrink: 0
    }

    .navbar-end {
        justify-content: flex-end;
        margin-left: auto
    }

    .navbar > .container .navbar-brand {
        margin-left: -1rem
    }

    .navbar > .container .navbar-menu {
        /*margin-right: -1rem*/
    }

    a.navbar-item.is-active:not(:hover), a.navbar-link.is-active:not(:hover) {
        background-color: transparent
    }
}





.column {
    background-color: #f8f9fa;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .175rem;
    /*border: 1px solid #e3e6e9;*/
    border-radius: 5px;
    
}


@media screen and (min-width: 769px), print {
    .column.is-offset-1 {
        margin-left: 8.33333%
    }

    .column.is-10 {
        flex: 1 0 0%;
        width: 75%;
        margin: 10px 0 0 0;
    }
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.columns:last-child {
    margin-bottom: -.75rem
}

@media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
        display: flex
    }
}

.section {
    padding: .225rem 0;
    position: relative;
    top: 60px;
}

/*页脚*/
.footer {
    padding: 3rem 1.5rem 3rem
}

hr {
    height: 1px
}

a {
    transition: all .2s ease
}

.navbar { /* border-radius:.4em; */
}

.navbar .navbar-menu {
    box-shadow: none
}

@media screen and (max-width: 1023px) {
    .navbar {
        color: #ecf0f1
    }

    .navbar .navbar-menu {
        background-color: #ecf0f1;
        border-radius: 0
    }

    .navbar .navbar-item:not(.is-active):not(:hover), .navbar .navbar-link:not(.is-active):not(:hover) {
        color: #34495e
    }
}

body > .navbar {
    border-radius: 0;
}

.hero.is-white .navbar .navbar-item:not(.is-active):not(:hover), .hero.is-white .navbar .navbar-link:not(.is-active):not(:hover) {
    color: #0a0a0a
}

@media screen and (min-width: 1024px) {
    .hero.is-white .navbar .navbar-dropdown .navbar-item:not(.is-active):not(:hover) {
        color: #34495e
    }
}

.hero.is-black .navbar .navbar-item:not(.is-active):not(:hover), .hero.is-black .navbar .navbar-link:not(.is-active):not(:hover) {
    color: #fff
}

@media screen and (min-width: 1024px) {
    .hero.is-black .navbar .navbar-dropdown .navbar-item:not(.is-active):not(:hover) {
        color: #34495e
    }
}

.hero.is-light .navbar .navbar-item:not(.is-active):not(:hover), .hero.is-light .navbar .navbar-link:not(.is-active):not(:hover) {
    color: #363636
}

@media screen and (min-width: 1024px) {
    .hero.is-light .navbar .navbar-dropdown .navbar-item:not(.is-active):not(:hover) {
        color: #34495e
    }
}

.hero.is-dark .navbar .navbar-item:not(.is-active):not(:hover), .hero.is-dark .navbar .navbar-link:not(.is-active):not(:hover) {
    color: #ecf0f1
}

@media screen and (min-width: 1024px) {
    .hero.is-dark .navbar .navbar-dropdown .navbar-item:not(.is-active):not(:hover) {
        color: #34495e
    }
}

.hero.is-primary .navbar .navbar-item:not(.is-active):not(:hover), .hero.is-primary .navbar .navbar-link:not(.is-active):not(:hover) {
    color: #fff
}

@media screen and (min-width: 1024px) {
    .hero.is-primary .navbar .navbar-dropdown .navbar-item:not(.is-active):not(:hover) {
        color: #34495e
    }
}

.hero.is-link .navbar .navbar-item:not(.is-active):not(:hover), .hero.is-link .navbar .navbar-link:not(.is-active):not(:hover) {
    color: #fff
}

@media screen and (min-width: 1024px) {
    .hero.is-link .navbar .navbar-dropdown .navbar-item:not(.is-active):not(:hover) {
        color: #34495e
    }
}

.hero.is-info .navbar .navbar-item:not(.is-active):not(:hover), .hero.is-info .navbar .navbar-link:not(.is-active):not(:hover) {
    color: #fff
}

@media screen and (min-width: 1024px) {
    .hero.is-info .navbar .navbar-dropdown .navbar-item:not(.is-active):not(:hover) {
        color: #34495e
    }
}

.hero.is-success .navbar .navbar-item:not(.is-active):not(:hover), .hero.is-success .navbar .navbar-link:not(.is-active):not(:hover) {
    color: #fff
}

@media screen and (min-width: 1024px) {
    .hero.is-success .navbar .navbar-dropdown .navbar-item:not(.is-active):not(:hover) {
        color: #34495e
    }
}

.hero.is-warning .navbar .navbar-item:not(.is-active):not(:hover), .hero.is-warning .navbar .navbar-link:not(.is-active):not(:hover) {
    color: #fff
}

@media screen and (min-width: 1024px) {
    .hero.is-warning .navbar .navbar-dropdown .navbar-item:not(.is-active):not(:hover) {
        color: #34495e
    }
}

.hero.is-danger .navbar .navbar-item:not(.is-active):not(:hover), .hero.is-danger .navbar .navbar-link:not(.is-active):not(:hover) {
    color: #fff
}

@media screen and (min-width: 1024px) {
    .hero.is-danger .navbar .navbar-dropdown .navbar-item:not(.is-active):not(:hover) {
        color: #34495e
    }
}

html {
    background-color: #f8f9fa !important
}

body > section {
    background-color: #f8f9fa !important
}

@media screen and (max-width: 1023px) {
    .navbar > .container {
        display: block
    }

    .navbar-brand .navbar-item, .navbar-tabs .navbar-item {
        align-items: center;
        display: flex
    }

    .navbar-menu {
        background-color: #34495e;
        box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
        padding: .5rem 0
    }

    .navbar-menu.is-active {
        display: block
    }

    .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-touch {
        bottom: 0
    }

    .navbar.is-fixed-bottom-touch.has-shadow {
        box-shadow: 0 -2px 3px rgba(10, 10, 10, .1)
    }

    .navbar.is-fixed-top-touch {
        top: 0
    }

    .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 4rem);
        overflow: auto
    }

    html.has-navbar-fixed-top-touch {
        padding-top: 4rem
    }

    html.has-navbar-fixed-bottom-touch {
        padding-bottom: 4rem
    }
}

@media screen and (max-width: 432px) {
    .content table th {
        font-size: 13px;
    }

    .content table td {
        font-size: 13px;
    }

    .bz a {
        font-size: 14px;
    }

    .hvzz {
        background-color: #FFFFE0 !important;
        color: #000000;
        font-weight: 600;
        font-size: 14px;
    }

    .huilvzz {
        color: #00688B;
        font-size: 12px;
    }

    .hv {
        background-color: #FFFFE0 !important;
        color: #000000;
        font-weight: 600;
        font-size: 12px;
    }

    .huilv {
        color: #00688B;
        font-size: 11px;
    }
}

@media screen and (max-width: 360px) {
    .content table th {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .content table th {
        font-size: 10px;
    }
}


/*开始CSS*/

.item-list {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    justify-content: space-evenly;
    padding: 6px;
}

/*.item {*/
/*    border: 1px solid #ccc;*/
/*    position: static;*/
/*    border-radius: 4px;*/
/*    transition: box-shadow .3s ease-in-out;*/
/*    background-image: linear-gradient(to right, #ffffff, #ececec);*/
/*}*/

.item-inner {
    padding: 10px 15px 10px 8px;
    position: relative;
}

.item .item-link {
    float: left;
    color: #999;
    max-width: 78%;
    overflow: hidden;
    display: -webkit-box;      /* 启用弹性伸缩盒子模型 */
    -webkit-box-orient: vertical; /* 设置子元素垂直排列 */
    -webkit-line-clamp: 2;     /* 限制显示的行数为 2 */
    white-space: normal;       /* 允许文本换行 */
    word-wrap: break-word;     /* 允许长单词换行 */
    text-overflow: ellipsis;   /* 溢出时显示省略号 */
    line-height: 1.5;          /* 根据需要调整行高 */
    max-height: 3em;
    text-align: left;

}

.item a.item-btn {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.light-window {
    position: relative;
    overflow: hidden;
    height: 64px;
    margin-bottom: -64px;
    background: rgba(0, 0, 0, .12);
    opacity: .12;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.light {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    transform: scale(8);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    filter: blur(6px) saturate(1.6);
}

.item .item-icon {
    float: left;
    margin-right: 10px;
}

.item .item-desc {
    margin-top: -5px;
    padding: 8px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
}

.item a {
    color: #333;
    display: inline-block;
    text-decoration: none;
}

#page .item a.item-btn {
    display: inline-block;
    padding: 3px 12px;
    text-decoration: none;
    position: relative;
}

.item .item-ft {
    text-align: right;
    padding: 11px 1px 1px 1px;

}

/*# 列表开始*/
@media screen and (max-width: 650px) {
    .about_rt {
        width: auto;
        border: 1px solid #ddd;
        background: #fbfbfb;
        /*min-height: 500px;*/
    }
}


.pding {
    /*padding: 10px;*/
}

.about_rt h2 {
    font-weight: bold;
    color: #666;
    /*border-bottom: 1px solid #ddd;*/
    line-height: 40px;
    font-size: 25px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: normal;
    /*text-align: center;*/
    margin: 6px 3px 4px 4px;
}

.counter input.text {
    width: 200px;
    margin: 10px 3px 10px 3px;
    height: 40px;
}

input.text, select.text, textarea.text {
    outline: none;
    border: 1px solid #e3e3e3;
    height: 40px;
    line-height: 26px;
    padding: 3px 0px 3px 5px;
    font-size: 12px;
    color: #555;
    width: 80px;
    margin: 10px 3px 10px 3px;
    height: 40px;
}

.fwmj {
    margin: 20px 3px 20px 20px;
}

.counter {
    padding: 0px 0px;
}

rt {
    color: red;
    font-size: 20px;
}

.counter_btn {
    margin: 10px auto;
    font-size: 16px;
    color: #333;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    padding: 10px;
}

.inner {
    margin-top: 15px;
}

.exchange-links {
    margin-top: 15px;
}

.column_loo {
    float: right;
    width: 233px;
    margin-left: -247px;
    margin-top: -210px;
}

.panel-body {
    margin-top: 10px;
    width: 290px;
    position: sticky;
    top: 60px;
    height: calc(100vh - 60px);
    padding: 10px 5px 0px 5px;
}

@media (max-width: 1420px) {
    .panel-body {
        display: none;
    }
}

.panel-default {
    border: none;
    padding: 0 15px;
}

.panel-body1 {
    position: relative;
    padding: 15px 0;
}

.media-body {
    display: table-cell;
    vertical-align: top;
}

.l-h-2 {
    line-height: 2;
    margin-top: 10px !important;
    margin-bottom: 10px !important;

}

.table1 {
    margin: 0 auto;
    border-collapse: collapse;
}

.table1 tr td {
    padding-left: 15px;
}

.inpt {
    line-height: 30px;
}

.sr_xx {
    margin: 20px 3px 20px 20px;
}

#fileInput {
    width: 870px;
    height: 200px;
    display: inline-block;
    border: 1px solid #ecf0f1;
    padding: 88px;
}

@media (max-width: 820px) {
    #fileInput {
        width: 350px;
        height: 200px;
        display: inline-block;
        border: 1px solid #ecf0f1;
        padding: 88px;
    }
}




.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 400px;
}

.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}

.upload-box {
    /*width: 895px;*/
    height: 200px;
    border: 1px solid #ecf0f1;
    position: relative;
    background-color: rgb(10 10 10 / 6%);
}
@media screen and (max-width: 650px) {
    .upload-box {
        width: auto;
    /*height: 200px;*/
    /*border: 1px solid #ecf0f1;*/
    /*position: relative;*/
    /*background-color: rgb(10 10 10 / 6%);*/
}}


.upload-box input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.inptst {
    width: 300px;
    height: 40px;
}

@media (max-width: 820px) {
    .inptst {
        width: 280px;
        height: 40px;
    }
}

.Instructionst {
    border: 1px solid #CCC;
    padding: 20px;
    /*border-top: 0;*/
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;

    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    /* max-width: 500px; */
    transition: transform 0.2s ease;
}

.as {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
}

.container1 {
    max-width: 1240px;
    margin: 0 auto;
    /* display: flex; */
    flex-wrap: wrap;
}

.top15 {
    clear: both;
    /*margin-left: 15px;*/
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}


/*/!*!开始移植CSS*/



html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article, aside, blockquote, body, button, code, dd, details, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, html, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block
}

body, button, input, select, textarea {
    font: 400 14px/1.8 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

li, ul {
    list-style: none
}

.art-content li, .art-content ul {
    list-style: inherit
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

small {
    font-size: .9em
}

input, textarea, button {
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    font-size: 100%;
    font-weight: 600;
    color: #000;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
}

code, pre, pre tt {
    font-family: Courier, 'Courier New', monospace
}

pre {
    /*background: #f8f8f8;*/
    /*border: 1px solid #ddd;*/
    /*padding: 1em 1.5em;*/
    /*display: block;*/
    /*-webkit-overflow-scrolling: touch*/
        font-size: 14px;
    color: #2D3037;
    background-color: #F0F2F5;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;

    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    margin: 8px 0px;
    overflow: auto;
}

hr {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: .8em;
    height: 10px
}

.textwrap, .textwrap td, .textwrap th {
    word-wrap: break-word;
    word-break: break-all
}

.textwrap-table {
    table-layout: fixed
}

.serif {
    font-family: Palatino, Optima, Georgia, serif
}

img {
    max-width: 100%
}

/*==========global color=========*/
html {
    color: #333;
    background: #f1f1f1
}

a {
    color: #1a1a1a
}

a:hover {
    color: #0084ff
}

::selection {
    background: #0084ff;
    color: #fff
}

::-moz-selection {
    background: #0084ff;
    color: #fff
}

/*==========public class=========*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.bn {
    border: none !important
}

.pd {
    padding: 1.5em
}

.mb {
    margin-bottom: 20px
}

.mt {
    margin-top: 3px
}

.mr {
    margin-right: 20px
}

.br {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.sb {
    box-shadow: 0 1px 3px rgba(26, 26, 26, .2);
    background: #fff
}

.nav-sb {
    box-shadow: 0 3px 14px 0 rgba(199, 209, 215, .4);
    background: #fff
}
@media (max-width: 650px) {
  /* 当屏幕宽度小于650px时应用的CSS样式 */
  .container {
    max-width: 1240px;
    margin: 0 auto;
    /*display: flex;*/
    flex-wrap: wrap;
    /* 在这里编写适用于小于650px屏幕宽度的样式 */
  }
}
@media (min-width: 651px) {
  /* 当屏幕宽度大于650px时应用的CSS样式 */
  .container {
    max-width: 1536px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
}

.options{
    width: 161px;
    height: 36px;
}



.containerst {
    max-width: 1200px;
    margin: 0 auto;
    /*display: flex;*/
    flex-wrap: wrap;
}

.transition {
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

.img-cover {
    object-fit: cover
}

/*单行文本溢出省略*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/*两行文本溢出省略*/
.multi-ellipsis {
    position: relative;
    line-height: 1.4em !important; /*height:2.8em!important;*/
    overflow: hidden
}

/*.multi-ellipsis:after{content:"";font-weight:700;position:absolute;bottom:0;right:0;padding-left:20px;background:-webkit-linear-gradient(left,transparent,#fff 62%);background:-o-linear-gradient(right,transparent,#fff 62%);background:-moz-linear-gradient(right,transparent,#fff 62%);background:linear-gradient(to right,transparent,#fff 62%)}
/*hover时提升按钮颜色明度*/
.brightness:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

/*修改不同视口下公共类属性的值*/
@media screen and (max-width: 1200px) {
    .mb {
        margin-bottom: 10px
    }

    .m-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap !important
    }

    .m-multi-ellipsis {
        position: relative;
        line-height: 1.4em !important;
        height: 2.8em !important;
        overflow: hidden
    }

    /*.m-multi-ellipsis:after{content:"";font-weight:700;position:absolute;bottom:0;right:0;padding-left:20px;background:-webkit-linear-gradient(left,transparent,#fff 62%);background:-o-linear-gradient(right,transparent,#fff 62%);background:-moz-linear-gradient(right,transparent,#fff 62%);background:linear-gradient(to right,transparent,#fff 62%)}*/
}

/*不同视口下对html的显隐*/
.hidden {
    display: none
}

@media screen and (max-width: 1200px) {
    .hidden-sm-md-lg {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .hidden-sm {
        display: none !important
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .hidden-md {
        display: none !important
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media screen and (min-width: 1201px) {
    .hidden-xl {
        display: none !important
    }
}

/*你懂的*/
.fuck-ie {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 99
}

.fuck-ie .tips {
    position: absolute;
    width: 700px;
    height: 100px;
    color: #c57602;
    border: 1px solid #fe9219;
    text-align: center;
    line-height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    font-size: 16px;
    margin-top: -50px;
    background: #fffedc;
    z-index: 999
}

/*animate.css*/
@-webkit-keyframes fadeInUpMenu {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpMenu {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu
}

.animated-fast {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

/*==========【复用模块】图片放大transform=========*/
.img-post img, #aside_hot_comment img, #aside_new img, #aside_random img, .double-list .item img, .recommend-b .thumbnail img,
.article-list .figure img, .recommend-c .figure img, .full-post .figure img, .recommend-a .item img, .related-item .img {
    -webkit-transition: all .4s;
    transition: all .4s
}

.img-post .a:hover img, #aside_hot_comment .list:hover img, #aside_new .list:hover img, #aside_random .list:hover img, .double-list .item:hover img, .recommend-b .item:hover img, .article-list:hover img, .recommend-c .img-list:hover img, .full-post .img-list:hover img, .recommend-a .item:hover img, .related-item:hover img {
    border-radius: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2)
}

/*==========【复用模块】图片左移transform===========*/
/*
.article-list .figure img,.full-post .figure img,.recommend-a .item img,.related-item .img{position:relative;max-width:none;width:calc(100% + 40px);-webkit-transition:opacity .35s,-webkit-transform .45s;transition:opacity .35s,transform .45s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}
.article-list:hover img,.full-post .img-list:hover img,.recommend-a .item:hover img,.related-item:hover img{filter:alpha(opacity=60);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}*/
/*========【复用模块】模块标题栏样式========*/
.double-list, .flink, .full-post, .text-post, .img-post, .post-comment, .recommend-a, .recommend-b, .recommend-c, .related-art, .widget {
    padding: 1.5em
}

.c-title {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: .5em;
    margin-top: -.5em;
    position: relative
}

.c-title:after {
    content: "";
    background-color: #0084ff;
    left: 1px;
    width: 34px;
    height: 2px;
    bottom: -1px;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.double-list:hover .c-title::after, .flink:hover .c-title::after, .full-post:hover .c-title::after, .text-post:hover .c-title::after, .img-post:hover .c-title::after, .new-post:hover .c-title::after, .post-comment:hover .c-title::after, .recommend-a:hover .c-title::after, .recommend-b:hover .c-title::after, .recommend-c:hover .c-title::after, .related-art:hover .c-title::after, .widget:hover .c-title::after {
    width: 70px
}

/*========header========*/
.header {
    /*height:80px;*/
    font-size: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9
}

.h-wrap {
    height: 80px;
    position: relative
}

.logo-area {
    padding-top: 12px;
    padding-right: 40px
}

.logo-area .img {
    width: 90%
}

.pc-nav {
    max-width: 80%;
    height: 80px;
}

.pc-nav li {
    float: left
}

.pc-nav li a {
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    font-size: 16px;
    display: block
}

.pc-nav li a:after {
    content: "\e6a8";
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pc-nav .sub-nav a:after {
    content: "\e64b";
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pc-nav .sub-nav:before {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: -8px;
    left: 44px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee
}

.pc-nav .sub-nav .sub-nav:before {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: 32px;
    left: -8px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: none
}

.pc-nav .sub-nav a:hover {
    color: #0084ff
}

.pc-nav li a:only-child::after {
    content: ""
}

.pc-nav .li-cate {
    position: relative
}

.pc-nav .active {
    color: #0084ff
}

.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0
}

.dropdown-nav {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #323841;
    list-style: none
}

.dropdown-nav .active a, .dropdown-nav .active a:hover, .dropdown-nav li a:hover {
    background-color: #0084ff;
    color: #fff
}

.pc-nav {
    font-size: 14px;
    margin-right: 10px
}

.pc-nav li { /*position:relative;*/
    list-style: none;
    display: block;
    float: left
}

.pc-nav li a {
    text-transform: none;
    line-height: 80px;
    height: 80px;
    padding: 0 16px;
    display: block
}

.pc-nav li a i.fa {
    padding-right: 3px;
    position: relative;
    top: 0
}

.pc-nav li .sub-nav {
    text-align: left;
    position: absolute;
    top: 80px;
    left: 20%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border: 1px solid #eaeeef;
}

.pc-nav li .sub-nav li { /*float:none;*/
    height: 40px;
    min-height: 40px
}

.pc-nav li .sub-nav li a {
    line-height: 40px;
    height: 40px;
    padding: 0 35px;
    color: #1a1a1a;
    white-space: nowrap;
    min-width: 110px
}

.pc-nav li .sub-nav li a i.iconfont {
    padding-right: 3px
}

.pc-nav li .sub-nav li a:hover {
    background: 0 0
}

.pc-nav .active a, .pc-nav .active a:focus {
    color: #fff
}

.pc-nav li > ul > li a.current-menu-item {
    background: 0 0
}

.pc-nav li.current-menu-ancestor a, .pc-nav li.current-menu-item a, .pc-nav li.current-post-ancestor a, .pc-nav li:hover a {
    position: relative
}

.pc-nav li .icons {
    margin-right: 5px;
    font-size: 17px;
    top: 1px;
    position: relative
}

.pc-nav .nav-ul > li:hover > .sub-nav {
    display: block;
    padding: 20px 0;
    opacity: 1
}

.nav-ul > li, .nav-ul > li > li {
    float: left
}

.pc-nav .nav-ul li ul li:hover > .sub-nav {
    display: block;
    padding: 20px 0
}

.pc-nav li ul li .sub-nav {
    top: -20px;
    left: 100%
}

.pc-nav li ul.sub-nav li > a.menu-th3:after {
    content: ".";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    position: relative;
    left: 5px;
    overflow: hidden
}

.pc-nav .has-child > a:after {
    content: ".";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: relative;
    left: 5px;
    overflow: hidden
}

.m-nav-btn, .nav-sousuo, span.toggle-btn {
    display: none
}

#search-area {
    position: absolute;
    bottom: -84px;
    right: 0;
    z-index: 2;
    width: 28%;
    background: rgba(255, 255, 255, 1)
}

.header .contribute .a {
    display: block;
    margin: 24px 20px;
    height: 36px;
    line-height: 36px;
    padding: 0 1em;
    text-align: center;
    border-radius: 4px;
    background-color: #0084ff;
    color: #fff
}

.header .login {
    width: 60px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-right: -15px;
}

.header .login a {
    display: block;
    color: #333;
}

.header .login i.iconfont {
    font-size: 24px;
}

.search-button {
    cursor: pointer;
    width: 60px;
    height: 80px;
    line-height: 80px;
    display: block;
    text-align: center
}

.search-button i.iconfont {
    font-size: 24px
}

.searchform {
    width: 100%
}

.s-input {
    width: 78%;
    border: none;
    background: 0 0;
    font-weight: 400;
    padding: 1.2em;
    color: #333
}

.s-button {
    width: 20%;
    border: none;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    background-color: #0084ff;
    color: #fff;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.mask-hidden {
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    visibility: hidden
}

.mask-show {
    visibility: visible;
    opacity: .4
}

/*========幻灯片======*/
/*Swiper 3.0.5*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-fles-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

/*Swiper自定义css*/
.swiper-container {
    margin-bottom: 20px !important;
    width: 100%;
    height: 390px
}

.swiper-container img {
    width: 100%
}

.swiper-slide {
    text-align: center;
    background: #fff
}

.swiper-button-next, .swiper-button-prev {
    background-image: none !important;
    opacity: .3;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .3s
}

.swiper-button-prev {
    left: -50px
}

.swiper-button-next {
    right: -50px
}

.swiper-container:hover .swiper-button-prev {
    left: 0
}

.swiper-container:hover .swiper-button-next {
    right: 0
}

.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {
    opacity: 1
}

.swiper-slide .link {
    display: block
}

.swiper-slide .p {
    position: absolute;
    bottom: 2em;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 1em
}

.swiper-pagination-bullet {
    width: 2em;
    height: .2em;
    border-radius: 0;
    background: #fff;
    opacity: .5
}

.swiper-pagination-bullet-active {
    background-color: #0084ff;
    opacity: 1
}

.swiper-container-horizontal > .swiper-pagination {
    width: 50%;
    margin: auto;
    position: absolute;
    bottom: .8%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.swiper-pagination {
    text-align: right
}

.swiper-slide .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .01) 5%, rgba(0, 0, 0, .35));
    z-index: 1
}

/*========主内容区域======*/
.index-breadcrumb {
    height: 1px;
    padding-top: 104px
}

.breadcrumb {
    padding: 94px 0 8px 0px;
    color: #888
}

.breadcrumb a {
    color: #888
}

#mainbox {
    width: 70.4%
}

.full-width-box {
    width: 100% !important
}

#index-main {
    width: 100%
}

/*--首页推荐模块A--*/
.recommend-a .item i.iconfont {
    padding-right: 5px;
    color: #666
}

.recommend-a .item:nth-child(3n+0) {
    margin-right: 0
}

.recommend-a .item {
    width: 31.2%;
    margin-top: 1.5em;
    margin-right: 3.2%;
    position: relative
}

.recommend-a .thumbnail {
    height: 160px;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 1em
}

.recommend-a .thumbnail img {
    height: 160px;
    width: 100%
}

.recommend-a .num {
    padding: 0 5px;
    color: #999
}

.recommend-a .category {
    position: absolute;
    top: .5em;
    left: .5em;
    z-index: 1;
    background-color: #0084ff;
    opacity: .9;
    padding: .1em .5em;
    color: #fff;
    font-size: 12px
}

.recommend-a .item .title {
    width: 100%;
    font-weight: 400;
    padding: 0 5px;
    font-size: 16px
}

.recommend-a .author, .recommend-a .comment, .recommend-a .thumb, .recommend-a .view {
    padding-right: 1em;
    max-width: 8em
}

.recommend-a .thumb {
    padding-right: 0
}

.recommend-a time {
    padding-top: 2px
}

/*--首页推荐模块B--*/
.recommend-b .item {
    width: 48.4%;
    margin-top: 1.5em;
    margin-right: 3.2%;
    position: relative
}

.recommend-b .item:nth-of-type(even) {
    margin-right: 0
}

.recommend-b .category {
    border: 1px solid #0084ff;
    padding: .1em .5em;
    color: #0084ff;
    font-size: 12px;
    max-width: 80px;
}

.recommend-b .category:hover {
    background-color: #0084ff;
    color: #fff
}

.recommend-b .title-wrap {
    font-size: 16px;
    margin-bottom: 10px
}

.recommend-b .title {
    padding: .1em .5em;
    font-weight: 400;
    max-width: 80%
}

.recommend-b .intro {
    color: #999;
    background: #f8f8f8;
    padding: 1em;
    height: 80px;
    position: relative
}

.recommend-b .intro:before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #f8f8f8;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: 34px;
    left: -5px
}

.recommend-b .fr-wrap {
    margin-left: 80px
}

.recommend-b .thumbnail {
    display: block;
    overflow: hidden;
    width: 80px;
    height: 80px
}

.recommend-b .thumbnail img {
    width: 80px;
    height: 80px
}

/*--首页推荐模块C--*/
.recommend-c .more {
    position: absolute;
    right: 0;
    height: 35px;
    line-height: 35px
}

.recommend-c .more i.iconfont {
    font-size: 24px
}

.recommend-c .img-list {
    width: 100%;
    margin-right: 4%
}

.recommend-c .img-list:nth-of-type(even) {
    margin-right: 0
}

.recommend-c .figure {
    width: 180px;
    height: 120px;
    overflow: hidden
}

.recommend-c .thumbnail {
    overflow: hidden
}

.recommend-c .figure img {
    height: 100%;
    width: 100%
}

.recommend-c .content {
    margin-left: 200px;
    color: #888
}

.recommend-c .content .title {
    font-size: 18px;
    font-weight: 400
}

.recommend-c .intro {
    padding: .5em 0
}

.recommend-c .list {
    padding-top: .6em;
    width: 47.99%;
    margin-right: 4%
}

.recommend-c .list .iconfont {
    font-size: 14px;
    padding-right: 2px;
    color: red
}

.recommend-c .list .a {
    max-width: 76%
}

.recommend-c .list:nth-of-type(even) {
    margin-right: 0
}

.recommend-c .list-time, .full-post .time {
    color: #999
}

/*--最新文章+文章列表[多页面共用]--*/
.article-list {
    width: 100%;
    padding: 1.5em;
    position: relative
}

.article-list:hover {
    box-shadow: 0 6px 12px rgba(26, 26, 26, .1);
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

.article-list .istop {
    color: #f33;
    padding: 0 5px;
    border: 1px solid #f33;
    border-radius: 4px;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    line-height: 1.5em;
}

.article-list .figure {
    width: 240px;
    height: 160px;
    overflow: hidden
}

.article-list .thumbnail {
    display: block;
    overflow: hidden
}

.article-list .figure img {
    height: 160px;
    width: 100%
}

.article-list .content {
    margin-left: 260px;
    color: #888
}

.article-list .content-no-img {
    margin-left: 0 !important
}

.article-list .content .title {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.article-list .content i.iconfont {
    padding-right: 5px;
    color: #666
}

.article-list .intro {
    padding: 0.5em 0
}

.article-list .author, .article-list .time, .article-list .view {
    padding-right: 1em
}

.article-list .tag {
    max-width: 22em
}

.article-list .tag a {
    color: #666;
    padding-right: 8px
}

.article-list .tag a:hover {
    color: #333;
    text-decoration: underline
}

.article-list .author a {
    color: #666;
}

/*--网格布局的文章列表--*/
.full-width-box .article-list {
    width: 23.6%;
    margin-right: 1.8%
}

.full-width-box .article-list:nth-child(4n+4) {
    margin-right: 0
}

.full-width-box .article-list .content {
    margin-left: 0
}

.triple-overflow {
    height: 5.4em;
    overflow: hidden
}

.full-width-box .article-list .intro {
    padding: 0
}

.full-width-box .article-list .content .title {
    margin: 1em 0 0.5em 0;
    white-space: nowrap;
    text-overflow: ellipsis
}

.full-width-box .article-list p.clearfix {
    padding-top: 0.5em
}

.full-width-box .article-list .figure {
    width: auto
}

/*--首页双栏文章--*/
.double-list {
    width: 48.81%
}

.double-list:nth-of-type(even) {
    margin-right: 0
}

.double-list .more {
    position: absolute;
    right: 0;
    height: 35px;
    line-height: 35px
}

.double-list .more i.iconfont {
    font-size: 24px
}

.double-list .item .title {
    height: 3em;
    line-height: 3em;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    padding: 0 5px;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.double-list .icon-quote {
    position: absolute;
    top: 80px;
    left: 1em;
    color: rgba(255, 255, 255, .8) !important;
    z-index: 2
}

.double-list .item i.iconfont {
    padding-right: 5px;
    color: #eee
}

.double-list .thumbnail {
    position: relative;
    color: #eee;
    display: block;
    overflow: hidden
}

.double-list .thumbnail img {
    display: block;
    width: 100%;
    height: 200px
}

.double-list .absolute {
    width: 100%;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.double-list .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .01) 30%, rgba(0, 0, 0, .65))
}

.double-list .num {
    padding-top: 5px
}

.double-list .comment, .double-list .thumb, .double-list .view {
    padding-right: 1em;
    max-width: 8em
}

.double-list .thumb {
    padding-right: 0
}

.double-list .ul .title {
    line-height: 2.4em
}

.double-list .ul .time {
    color: #999;
    line-height: 2.4em
}

/*--首页通栏文章--*/
.full-post .more {
    position: absolute;
    right: 0;
    height: 35px;
    line-height: 35px
}

.full-post .more i.iconfont {
    font-size: 24px
}

.full-post .img-list {
    width: 47.99%;
    margin-right: 4%
}

.full-post .img-list:nth-of-type(even) {
    margin-right: 0
}

.full-post .figure {
    width: 180px;
    height: 120px;
    overflow: hidden
}

.full-post .thumbnail {
    overflow: hidden
}

.full-post .figure img {
    height: 100%;
    width: 100%
}

.full-post .content {
    margin-left: 200px;
    color: #888
}

.full-post .content .title {
    font-size: 18px;
    font-weight: 400
}

.full-post .content i.iconfont {
    padding-right: 5px;
    color: #666
}

.full-post .intro {
    padding: .5em 0
}

.full-post .author, .full-post .time, .full-post .view {
    padding-right: 1em
}

.full-post .read-more {
    border: 1px solid #0084ff;
    border-radius: 100px;
    padding: .1em 1em;
    text-align: center;
    color: #0084ff;
    font-size: 12px
}

.full-post .read-more:hover {
    background-color: #0084ff;
    color: #fff
}

.full-post .list {
    padding-top: .6em;
    width: 47.99%;
    margin-right: 4%
}

.full-post .list .iconfont {
    font-size: 14px;
    padding-right: 2px
}

.full-post .list .a {
    max-width: 76%
}

.full-post .list:nth-of-type(even) {
    margin-right: 0
}

.full-post .list-time, .full-post .time {
    color: #999
}

/*--首页三栏文章--*/
.text-post-wrap {
    width: 100%
}

.text-post {
    width: 32.262%;
    margin-right: 1.6%
}

.text-post:nth-child(3n+0) {
    margin-right: 0
}

.text-post .more {
    position: absolute;
    right: 0;
    height: 35px;
    line-height: 35px
}

.text-post .more i.iconfont {
    font-size: 24px
}

.text-post .list {
    padding-top: .6em;
    width: 100%;
    margin-right: 4%
}

.text-post .list .iconfont {
    font-size: 14px;
    padding-right: 2px
}

.text-post .list .a {
    max-width: 76%
}

.text-post .list:nth-of-type(even) {
    margin-right: 0
}

.text-post .list-time, .full-post .time {
    color: #999
}

/*--首页多图模块----*/
.img-post .more {
    position: absolute;
    right: 0;
    height: 35px;
    line-height: 35px
}

.img-post .more i.iconfont {
    font-size: 24px
}

.img-post .img {
    display: block
}

.img-post article .a {
    position: relative;
    display: block
}

.img-post .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .01) 80%, rgba(0, 0, 0, .85))
}

.img-post .title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    padding: 1em;
    font-weight: normal;
    width: 100%
}

.img-post .left {
    width: 30%;
    overflow: hidden
}

.img-post .left .img {
    width: 100%;
    height: 480px
}

.img-post .top-wrap {
    width: 100%;
    height: 220px
}

.img-post .top {
    width: 33.19%;
    margin-left: 1.8%;
    overflow: hidden
}

.img-post .top .img {
    width: 100%;
    height: 220px
}

.img-post .bottom {
    width: 21.52%;
    margin-left: 1.8%;
    margin-top: 20px;
    overflow: hidden
}

.img-post .bottom:nth-child(3n+0) {
    margin-right: 0
}

.img-post .bottom .img {
    width: 100%;
    height: 240px
}



/*--标签云--*/
.kaifamao ul {
    list-style: none;
    padding: 10px
}

.kaifamao .divTags li {
    display: inline-block;
    width: 100px;
}

.kaifamao li a {
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    background: #f1f1f1;
    padding: .2em .6em;
    margin: .5em .2em 0 0;
    width: 100px;
}

.kaifamao.divTags {
    padding: 5px;
}

/*--站点信息--*/
#aside_about {
    padding: 0;
}

#aside_about .bg {
    width: 348px;
    height: 142px
}

#aside_about .avatar {
    width: 100%;
    text-align: center;
    margin-top: -42px
}

#aside_about .img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 100px;
    border: 5px solid rgba(255, 255, 255, .8)
}

#aside_about .wrap {
    padding-top: 0
}

#aside_about .title {
    text-align: center;
    font-size: 20px;
    color: #333
}

#aside_about .info {
    color: #666;
    padding-top: 5px;
    line-height: 26px;
    overflow: hidden
}

#aside_about .ul {
    position: relative;
    margin-top: 17px
}

#aside_about .line {
    position: absolute;
    left: 46%;
    top: 5px;
    z-index: 1;
    color: #aaa;
    font-size: 22px
}

#aside_about .li {
    width: 49.5%;
    text-align: center
}

#aside_about .num {
    text-align: center;
    font-size: 22px;
    font-weight: 100;
    line-height: 10px
}

#aside_about small {
    display: block;
    color: #999
}

/*--热门文章--*/
#aside_hot li {
    border-bottom: 1px dashed #ddd;
    padding: .5em 0
}

#aside_hot li:first-child {
    padding-top: 0
}

#aside_hot li:last-child {
    border: none;
    padding-bottom: 0
}

#aside_hot li a {
    margin-left: 25px;
    display: block
}

#aside_hot .list {
    float: left;
    font-size: 16px;
    font-style: italic;
    color: #888;
    font-weight: 800
}

#aside_hot .list-1, #aside_hot .list-2, #aside_hot .list-3 {
    color: #0084ff
}

/*--随机图文--*/
#aside_random .list {
    padding: .6em 0
}

#aside_random li:first-child {
    padding-top: 0
}

#aside_random li:last-child {
    padding-bottom: 0
}

#aside_random .comment, #aside_random .time {
    color: #999;
    padding-right: 1em
}

#aside_random .comment i.iconfont, #aside_random .time i.iconfont {
    padding-right: 2px
}

#aside_random .list .img-wrap {
    float: left;
    overflow: hidden;
    display: block;
    height: 70px;
    width: 100px
}

#aside_random .random-img {
    width: 100px;
    height: 70px
}

#aside_random .random-text {
    margin-left: 115px
}

#aside_random .title {
    line-height: 1.6em
}

/*--最新文章--*/
#aside_new .list {
    padding: .6em 0
}

#aside_new li:first-child {
    padding-top: 0
}

#aside_new li:last-child {
    padding-bottom: 0
}

#aside_new .time, #aside_new .view {
    color: #999;
    padding-right: 1em
}

#aside_new .time i.iconfont, #aside_new .view i.iconfont {
    padding-right: 2px
}

#aside_new .list .img-wrap {
    float: left;
    overflow: hidden;
    display: block;
    height: 70px;
    width: 100px
}

#aside_new .random-img {
    float: left;
    width: 100px;
    height: 70px
}

#aside_new .new-text {
    margin-left: 115px
}

#aside_new .title {
    line-height: 1.6em
}

/*--热门评论--*/
#aside_hot_comment .list {
    padding: .6em 0
}

#aside_hot_comment li:first-child {
    padding-top: 0
}

#aside_hot_comment li:last-child {
    padding-bottom: 0
}

#aside_hot_comment .comment, #aside_hot_comment .time {
    color: #999;
    padding-right: 1em
}

#aside_hot_comment .comment i.iconfont, #aside_hot_comment .time i.iconfont {
    padding-right: 2px
}

#aside_hot_comment .list .img-wrap {
    float: left;
    overflow: hidden;
    display: block;
    height: 70px;
    width: 100px
}

#aside_hot_comment .random-img {
    width: 100px;
    height: 70px
}

#aside_hot_comment .new-text {
    margin-left: 115px
}

#aside_hot_comment .title {
    line-height: 1.6em
}

/*--最新留言--*/
#divComments .list {
    padding: .6em 0
}

#divComments li:first-child {
    padding-top: 0
}

#divComments li:last-child {
    padding-bottom: 0
}

#divComments .avatar {
    float: left;
    display: block
}

#divComments .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 3px #efefef;
    -webkit-transition: .4s;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out
}

#divComments li:hover .avatar img {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg)
}

#divComments .title {
    margin-left: 70px
}

#divComments .title .a {
    display: block
}

#divComments .info i.iconfont {
    padding-right: 5px
}

#divComments .info {
    color: #999
}

#divComments .author {
    padding-right: .5em
}

/*--文章页作者信息--*/
#widget_aside_author .title {
    margin: -1.5em;
    background: #f8f8f8;
    padding: 10px;
    background-size: 100% !important
}

#widget_aside_author .img {
    border-radius: 100px;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    border: 5px solid rgba(255, 255, 255, .8)
}

#widget_aside_author .avatar {
    /*margin-top: 50px;*/
    display: block
}

#widget_aside_author .name {
    font-size: 22px;
    text-align: center
}

#widget_aside_author .level {
    font-size: 12px;
    background-color: #0084ff;
    padding: 2px 6px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

#widget_aside_author .intro {
    color: #888;
    text-align: center
}

/*--首页友情链接--*/
.flink {
    margin-bottom: 20px
}

.flink .iconfont {
    color: #333
}

.flink a.iconfont:hover {
    color: #0084ff
}

.flink .rule {
    font-size: 14px;
    font-weight: 400;
    padding-left: 2em;
    color: #999
}

.flink .f-list li {
    float: left;
    padding-right: 2em
}

.flink .f-list li a {
    font-size: 14px
}

/*--兼容图片灯箱插件（ID: fancybox）--*/
.art-content .md-image {
    width: 100% !important
}

/*--文章详情页--*/
.art-main {
    padding: 1em 1em
}

.art-main img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    padding-top: 10px;
}

.art-main .art-title {
    font-size: 28px
}

.art-main .head-info {
    color: #999;
    padding-top: 5px
}

.art-main .head-info i.iconfont {
    padding-right: 2px
}

.art-main .head-info .author, .art-main .head-info .comment, .art-main .head-info .edit, .art-main .head-info .time, .art-main .head-info .view {
    padding-right: 1em
}

.art-main .art-content {
    padding-top: 10px;
    position: relative;
    font-size: 16px;
    width: 100%;
    word-break: break-all
}

.art-content a {
    color: #0084ff
}

.art-content a:hover {
    border-bottom: 1px dashed #0084ff
}

.art-content h1, .art-content h2, .art-content h3, .art-content h4, .art-content h5, .art-content h6 {
    margin: 10px 0
}

.art-content h1 {
    font-size: 1.8em
}

.art-content h2 {
    font-size: 1.6em
}

.art-content h3 {
    font-weight: bold;
    color: #333333;
    text-indent: 2em;
    background: #d6d4d4;
    border-left: 5px solid #fb8b48;
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
    margin-bottom: 18px;

}

.art-content h4 {
    font-size: 1.2em
}

.art-content h5 {
    font-size: 1em
}

.art-content h6 {
    font-size: 0.8em
}

.art-content blockquote {
    color: #666;
    font-weight: 400;
    border-left: 4px solid #0084ff;
    padding: .5em 1em;
    background-color: #f9f9f9
}

.art-content img {
    height: auto
}

.art-content table {
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;
    width: 100%;
}

.art-content table tr.firstRow {
    font-weight: bold;
    background-color: #f8f8f8;
    text-align: left
}

.art-content table th, .art-content table td {
    padding: .3em .5em;
    margin: 0;
    vertical-align: top;
    border: 1px solid #ddd
}

.art-content blockquote, .art-content dl, .art-content form, .art-content hr, .art-content ol, .art-content p, .art-content pre, .art-content table, .art-content ul {
    font-weight: 400;
    /* margin-bottom:0.5rem;*/
    padding-bottom: 8px;
    text-indent: 2em;
    font-size: 16px;
    text-align: justify;
}

.art-content blockquote p, .art-content ul p {
    margin-bottom: 0
}

.art-content li {
    margin-left: 1.2em
}

.art-content hr {
    border: none;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #eee;
    height: 1px;
    background: 0 0
}

.art-content audio, .art-content img, .art-content video {
}

.art-content b, .art-content strong {
    font-weight: 700;
}

.art-content .padding {
    padding-right: .5em
}

.art-content .art-copyright, .art-content .tag-wrap {
    font-size: 14px
}

.art-content .tags {
    border: 1px solid #ddd;
    padding: .1em .5em;
    text-align: center;
    color: #333
}

.art-content .tags:hover {
    background-color: #0084ff;
    color: #fff;
    border: 1px solid #0084ff
}

.art-copyright {
       background: #e4eef3;
    padding: 1em 1.5em;
    border-radius: 8px;
}

.art-copyright .copyright, .art-copyright .from {
    font-weight: 700;
    padding-top: 10px
}

.prev-next {
    padding: 1.5em;
    position: relative
}

.prev-next strong {
    font-weight: 400
}

.prev-next .post-next, .prev-next .post-prev {
    width: 46%;
    color: #999;
    font-size: 16px
}

.prev-next .post-next {
    text-align: right
}

.prev-next .next, .prev-next .prev {
    /*display: block;*/
    /*font-size: 14px*/
    /*display: block; *!*/
    font-size: 14px;
    display: inline-block;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: top;
    color: #999;
    pointer-events: auto;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #666;
}

.quick-prev-next .next, .quick-prev-next .prev {
    position: fixed;
    z-index: 1;
    top: 45%;
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 50px;
    color: #888
}

.quick-prev-next .next:hover, .quick-prev-next .prev:hover {
    color: #333
}

.quick-prev-next .prev {
    left: 0
}

.quick-prev-next .next {
    right: 0
}

/*--分享--*/
.share-widget {
    padding-top: 6px;
}

.share-widget a:hover {
    border-bottom: none
}

/*--点赞--*/
.thumbs-up-widget {
    padding-top: 6px
}

.thumbs-btn {
    border-radius: 100px;
    border: 1px solid #0084ff;
    text-align: center;
    padding: .3em 2em;
    color: #0084ff;
    cursor: pointer
}

.thumbs-btn .num {
    padding-left: 3px
}

.thumbs-btn:hover {
    color: #fff;
    background-color: #0084ff
}

.thumbs_done {
    background-color: #0084ff;
    color: #fff !important;
    opacity: .8
}

.thumbs_btn:hover {
    color: #fff;
    opacity: .8
}

/*--打赏--*/
.reward-widget {
    position: absolute;
    bottom: -5px;
    left: 45%;
    z-index: 3
}

.reward-widget .btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
    border-radius: 100px;
    background-color: #ff5a5a;
    line-height: 60px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0 auto
}

#popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 3;
    display: none;
    border-radius: 5px
}

#close {
    position: absolute;
    right: 10px;
    top: 0;
    color: #666;
    cursor: pointer;
    font-size: 24px
}

#reward-img {
    position: relative;
    margin: 15% auto;
    max-width: 400px;
    max-height: 250px
}

/*--相关文章--*/
.related-art {
    position: relative;
    z-index: 2
}

.related-item {
    width: 30%;
    margin-right: 3.4%
}

.related-item .span {
    height: 160px;
    display: block;
    overflow: hidden;
    margin-bottom: 5px
}

.related-item a {
    display: block
}

.related-item .img {
    height: 160px;
    width: 100%
}

.related-item .titile {
    height: 3.2em;
    overflow: hidden
}

.related-item:nth-child(3n+0) {
    margin-right: 3%
}

/*--评论--*/
#comments-title {
    padding-top: 100px;
    margin-top: -100px
}

.comment-disable {
    padding: 1.5em;
    color: #888;
    text-align: center
}

.comment-disable i.iconfont {
    padding-right: 5px;
    color: #666;
    font-size: 18px
}

.comment-num {
    color: #999;
    font-size: 16px
}

.comment-num .emphasize {
    color: #f33
}

.no-comment {
    color: #999;
    text-align: center
}

.no-comment i.iconfont {
    font-size: 60px;
    color: #ddd;
    display: block;
    margin-top: -20px;
    height: 90px
}

.comment-msg {
    padding: 1.5em 0;
    overflow: hidden;
    border-top: 1px solid #ddd
}

.comment-list .ul {
    list-style: none;
    border-top: 1px solid #ededed
}

.comment-list .li {
    overflow: hidden;
    padding: 1em
}

.comment-list .li:hover {
    background: #f8f8f8
}

.comment-list .li img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 3px #efefef;
    -webkit-transition: .4s;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out
}

.comment-list .li:hover img {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg)
}

.comment-list .li .clbody {
    margin-left: 70px
}

.comment-list .ul .ul {
    margin-left: 4%
}

.comment-list .title {
    font-size: 18px;
    padding-bottom: .5em
}

.compost .com-info li {
    float: left;
    margin-bottom: 1em;
    width: 33.3%;
    padding-right: 3%;
    position: relative
}

.compost .com-info li:nth-child(3) {
    padding-right: 0
}

.compost .com-info li .verify {
    position: absolute;
    right: 9%;
    top: 0;
    z-index: 1;
    height: 40px
}

.compost .com-info li .verify img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd
}

.compost .com-info li input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 10px
}

.compost .com-name {
    padding: 0 0 1em .2em
}

#cancel-reply {
    color: #0084ff
}

#txaArticle {
    border-radius: 3px;
    text-indent: 10px;
    margin: 0 10px 10px 0;
    padding: 5px;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-appearance: none
}

.com-submit {
    border-radius: 3px;
    border: none;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background-color: #0084ff;
    color: #fff;
    padding: 0 20px
}

.comment-list .cinfo {
    height: 20px
}

.comment-list .clbody .p {
    word-wrap: break-word
}

.cinfo .author {
    color: #666
}

.c-time {
    color: #999;
    font-size: 12px
}

.comment-at {
    color: #0084ff
}

.reply-a {
    opacity: 0.5
}

.comment-list li:hover .reply-a {
    opacity: 1
}

/*--分页--*/
.pagebar {
    text-align: center
}

.page-numbers {
    padding: 0 1em;
    line-height: 34px;
    text-align: center;
    margin: 0 0 0 5px;
    display: inline-block;
    background-color: #0084ff;
    color: #fff
}

.current {
    background-color: #0084ff !important;
}

a.page-numbers {
    background: #fff;
    color: #1a1a1a
}

a.page-numbers:hover {
    background-color: #0084ff;
    color: #fff
}

/*.ias-spinner{background:url(../images/loading.gif) no-repeat center;float:inherit;width:98%;margin:0 auto;height:35px}*/
.ias-trigger-next {
    cursor: pointer;
    float: inherit;
    text-align: center
}

.ias-trigger-next a {
    background: #fff;
    color: #333;
    padding: 1em 2em;
    line-height: 100%;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(51, 51, 51, .3);
    display: block
}

.ias-trigger-next a:hover {
    box-shadow: 0 3px 2px 0 rgba(51, 51, 51, .2)
}

.ias-trigger-next i {
    margin-right: 5px
}

/*========广告位======*/
.ad a {
    display: block;
    line-height: 0
}

.ad img {
    width: 100%;
    display: block;
}

/*========footer======*/
.footer {
    width: 100%;
    background: #252d38;
    color: #888b98;
    /*position: fixed;*/
    /*    position: fixed;*/
    /*    bottom: 0;*/
    position: relative;
    top: 60px;
}

.footer .main {
    padding: 0 1em
}

.footer .intro {
    margin-bottom: .5em
}

.footer small {
    color: #6e6f7d
}

.footer small .icp {
    padding-left: 1em;
}

.footer a {
    color: #6e6f7d
}

.footer a:hover {
    color: #888b98
}

.footer .title {
    font-size: 18px;
    padding-bottom: 1em
}

.f-about, .f-contact, .f-qr {
    display: inline-block
}

.f-about { /*width:46%;*/
    padding: 3% 0
}

.f-contact {
    width: 40%;
    padding: 3% 10%
}

.f-contact i.iconfont {
    padding-right: 5px
}

.f-qr {
    width: 120px;
    padding: 3% 0
}

.f-qr .img {
    width: 100px;
    height: 100px
}

/*--贴边工具栏--*/
.toolbar {
    bottom: 80px;
    position: fixed;
    right: 0;
    margin-right: 15px;
    cursor: pointer
}

#totop {
    display: none
}

.toolbar i.iconfont {
    color: #666;
    font-size: 18px
}

.toolbar .btn {
    display: block;
    padding: 12px;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    line-height: 18px;
    vertical-align: middle;
    text-align: center
}

#qr:hover, .btn.qq:hover, .toolbar .btn:hover {
    background-color: #0084ff
}

#qr:hover a, .btn.qq:hover a, .toolbar .btn:hover i {
    color: #fff
}

#qr #qr-img {
    position: absolute;
    display: none
}

#qr-img {
    left: -200px;
    bottom: 5px;
    max-width: 180px;
    padding: 8px
}

/*==========responsive==========*/
@media screen and (max-width: 1200px) {
    #sidebar {
        width: 100%;
    }

    #aside_about .bg {
        width: 100%;
        height: auto;
    }

    #widget_aside_author .avatar {
        margin-top: 20vw;
    }

    .h-wrap, .header {
        height: 60px
    }

    .logo-area {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 5px 0 0 0
    }

    .logo-area .img {
        width: 80pt
    }

    .m-nav-btn {
        display: block;
        height: 0
    }

    .pc-nav {
        margin-right: 0
    }

    .responsive-nav {
        width: 75%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .92);
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 9;
        display: none
    }

    .nav-sb {
        box-shadow: none
    }

    .m-nav {
        margin-top: 70px;
        width: 100%
    }

    .m-nav-btn i.iconfont {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 24px;
        cursor: pointer;
        width: 60px;
        height: 60px;
        line-height: 56px;
        text-align: center
    }

    .m-nav-btn i.active {
        color: #fff;
        z-index: 10
    }

    .nav-ul > li {
        line-height: 38px;
        position: relative;
        width: 100%;
        display: inherit;
        margin-right: 0;
        text-align: left
    }

    .nav-ul > li:first-child {
        border-top: none
    }

    .nav-ul > li > a {
        height: 50px;
        font-size: 16px;
        display: block;
        text-indent: 4vw;
        color: #fff;
        line-height: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .nav-ul > li > a i.fa {
        font-size: 1em;
        padding-right: 3px
    }

    span.toggle-btn {
        position: absolute;
        height: 50px;
        width: 50px;
        line-height: 50px;
        color: #aaa;
        text-align: center;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 100;
        border-left: 1px solid rgba(255, 255, 255, .1);
        display: block
    }

    span.toggle-btn i.iconfont {
        color: #eee;
        font-size: 18px
    }

    .m-nav-btn .active:before {
        content: "\e639"
    }

    .toggle-btn .active:before {
        content: "\e61f"
    }

    .m-nav .sub-nav {
        background-color: rgba(0, 119, 230, .8);
        text-align: left;
        position: relative;
        left: 0;
        min-width: 100%;
        z-index: 10;
        font-size: 14px;
        top: 0;
        border-radius: 0
    }

    .m-nav .sub-nav > li {
        position: relative;
        text-align: left;
        line-height: 50px;
        float: left;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .sub-nav li:last-child {
        border-bottom: 0 solid transparent
    }

    .m-nav .sub-nav > li > a {
        text-indent: 1.5em;
        color: #fff;
        display: block;
        height: 50px;
        font-size: 16px;
        text-indent: 2em
    }

    .m-nav .sub-nav > li ul li > a {
        text-indent: 3em
    }

    .index-breadcrumb {
        padding-top: 70px
    }

    .breadcrumb, .breadcrumb2 {
        /*padding: 66px 10px 1px 5% !important;*/
        color: #888
    }

    .header .login {
        position: absolute;
        top: 0;
        right: 60px;
        z-index: 1;
        height: 60px;
        width: 60px;
        line-height: 60px;
        display: block
    }

    .search-button {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        height: 60px;
        width: 60px;
        display: block
    }

    .search-button i.iconfont {
        height: 60px;
        width: 60px;
        line-height: 60px;
        text-align: center;
        display: block;
        font-size: 24px
    }

    #search-area {
        left: 0;
        width: 96%;
        bottom: -70px
    }

    .double-list, .flink, .full-post, .post-comment, .recommend-a, .recommend-b, .related-art, .widget {
        padding: 20px 15px 15px 15px
    }

    #mainbox {
        width: 100%
    }

    .swiper-container {
        margin-bottom: 10px !important;
        width: 100%;
        height: 45vw
    }

    .swiper-slide .p {
        font-size: 16px;
        bottom: 1em
    }

    .swiper-container-horizontal > .swiper-pagination {
        top: 90%
    }

    .swiper-button-prev {
        left: 0
    }

    .swiper-button-next {
        right: 0
    }

    .swiper-pagination-bullet {
        width: .5em;
        border-radius: 100px
    }

    .recommend-a .item {
        width: 48.4%;
        display: none
    }

    .recommend-a .item:nth-child(-n+2) {
        display: block
    }

    .recommend-a .item:nth-child(2) {
        margin-right: 0
    }

    .recommend-a .thumbnail {
        height: 30vw
    }

    .recommend-a .thumbnail img {
        height: 30vw
    }

    .recommend-a .item .title {
        font-size: 14px
    }

    .recommend-b .item {
        width: 100%
    }

    .recommend-b .intro {
        padding: 2.8vw;
        line-height: 1.5
    }

    .recommend-c .figure {
        width: 34%;
        height: 24vw;
        margin-right: 4%
    }

    .full-width-box .article-list {
        width: 48%
    }

    .full-width-box .article-list .figure, .full-width-box .article-list .figure img {
        height: 40vw
    }

    .full-width-box .article-list p.clearfix {
        padding-top: 0
    }

    .article-list .figure {
        width: 34%;
        height: 24vw
    }

    .article-list .figure img {
        height: 25vw
    }

    .article-list .content {
        margin-left: 38%;
        padding-top: 5px
    }

    .article-list .content-no-img {
        margin-left: 0 !important
    }

    .article-list {
        padding: 3vw
    }

    .article-list .content .title {
        font-size: 16px;
        white-space: unset;
        line-height: 1.6
    }

    .article-list .data {
        padding-top: 1vw
    }

    .double-list {
        width: 100%
    }

    .double-list .ul .a {
        max-width: 80%
    }

    .double-list .ul .title {
        list-style-type: none
    }

    .recommend-c .wrap {
        margin-top: 20px;
    }

    .recommend-c .img-list {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px
    }

    .recommend-c .img-list, .full-post .img-list {
        width: 100%
    }

    .full-post .figure {
        width: 30%;
        height: 20vw
    }

    .recommend-c .content {
        margin-left: 0
    }

    .full-post .content {
        margin-left: 34%
    }

    .recommend-c .content .title, .full-post .content .title {
        font-size: 16px;
        white-space: unset
    }

    .full-post .info {
        padding-top: 1vw
    }

    .recommend-c .list, .full-post .list {
        width: 100%
    }

    .text-post {
        width: 100%
    }

    .img-post .left, .img-post .top, .img-post .bottom {
        width: 100%;
        overflow: hidden;
    }

    .img-post .title {
        padding: 0 1em 1.5em 1em;
    }

    .img-post .top, .img-post .bottom {
        margin-left: 0;
    }

    .img-post .top {
        margin-top: 20px;
    }

    .flink {
        margin-bottom: 10px
    }

    .f-about {
        width: 100%
    }

    .f-contact {
        width: 100%;
        padding: 3% 0
    }

    .f-qr {
        width: 100%
    }

    .art-main {
        padding: 2vw
    }

    .art-main .art-content {
        font-size: 16px
    }

    .art-main .art-title {
        font-size: 22px
    }

    .art-main h1, .art-main h2, .art-main h3 {
        font-size: 20px
    }

    #reward-img {
        margin: 45% 5%
    }

    .reward-widget {
        position: static;
        margin-bottom: 20px
    }

    .quick-prev-next .next, .quick-prev-next .prev {
        background: rgba(255, 255, 255, .8);
        color: #333;
        font-size: 24px;
        text-align: center;
        width: 40px;
        box-shadow: 0 1px 3px rgba(26, 26, 26, .2)
    }

    .quick-prev-next .prev {
        border-radius: 0 100px 100px 0
    }

    .quick-prev-next .next {
        border-radius: 100px 0 0 100px
    }

    .related-art .ul {
        margin-bottom: 3vw
    }

    .related-item {
        width: 48.4%;
        margin-right: 3%
    }

    .related-item .span {
        height: 100px;
    }

    .related-item a {
        display: block
    }

    .related-item .img {
        height: 100px
    }

    .related-item:nth-child(2n+0) {
        margin-right: 0
    }

    .related-item:nth-child(3) {
        margin-right: 3%
    }

    .page-numbers {
        margin-top: 10px
    }

    .compost .com-info li {
        width: 100%;
        padding-right: 0%
    }

    .compost .com-info li .verify {
        right: 0
    }

    .footer .main {
        padding: 1em
    }
}

/*--渐变按钮--*/
/*.bg-gradient1 span,.bg-gradient1:before {background:#52A0FD;background:-webkit-linear-gradient(left,#52A0FD 0%,#00e2fa 80%,#00e2fa 100%);background:linear-gradient(to right,#52A0FD 0%,#00e2fa 80%,#00e2fa 100%);}*/
.fancy-button {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    vertical-align: middle;
}

.fancy-button:before {
    content: '';
    display: inline-block;
    height: 40px;
    position: absolute;
    bottom: -5px;
    left: 30px;
    right: 30px;
    z-index: -1;
    -webkit-filter: blur(20px) brightness(0.95);
    filter: blur(20px) brightness(0.95);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fancy-button span {
    display: inline-block;
    padding: .1em .4em;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
}

.fancy-button:focus, .fancy-button:active {
    color: #ffffff;
}

.fancy-button:hover {
    color: #ffffff;
}

.fancy-button:hover span {
    -webkit-filter: brightness(1.05) contrast(1.05);
    filter: brightness(1.05) contrast(1.05);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.fancy-button:hover:before {
    bottom: 0;
    -webkit-filter: blur(10px) brightness(0.95);
    filter: blur(10px) brightness(0.95);
}

/*--导航抖动效果--*/
.shaky {
    display: inline-block;
    padding: 1px;
    font-size: 12px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: shaky-slow;
    -ms-animation-name: shaky-slow;
    animation-name: shaky-slow;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes shaky-slow {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
    2% {
        -webkit-transform: translate(-1px, 1.5px) rotate(1.5deg)
    }
    4% {
        -webkit-transform: translate(1.3px, 0px) rotate(-0.5deg)
    }
    6% {
        -webkit-transform: translate(1.4px, 1.4px) rotate(-2deg)
    }
    8% {
        -webkit-transform: translate(-1.3px, -1px) rotate(-1.5deg)
    }
    10% {
        -webkit-transform: translate(1.4px, 0px) rotate(-2deg)
    }
    12% {
        -webkit-transform: translate(-1.3px, -1px) rotate(-2deg)
    }
    14% {
        -webkit-transform: translate(1.5px, 1.3px) rotate(1.5deg)
    }
    16% {
        -webkit-transform: translate(1.5px, -1.5px) rotate(-1.5deg)
    }
    18% {
        -webkit-transform: translate(1.3px, -1.3px) rotate(-2deg)
    }
    20% {
        -webkit-transform: translate(1px, 1px) rotate(-0.5deg)
    }
    22% {
        -webkit-transform: translate(1.3px, 1.5px) rotate(-2deg)
    }
    24% {
        -webkit-transform: translate(-1.4px, -1px) rotate(2deg)
    }
    26% {
        -webkit-transform: translate(1.3px, -1.3px) rotate(0.5deg)
    }
    28% {
        -webkit-transform: translate(1.6px, -1.6px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translate(-1.3px, -1.3px) rotate(-1.5deg)
    }
    32% {
        -webkit-transform: translate(-1px, 0px) rotate(2deg)
    }
    34% {
        -webkit-transform: translate(1.3px, 1.3px) rotate(-0.5deg)
    }
    36% {
        -webkit-transform: translate(1.3px, 1.6px) rotate(1.5deg)
    }
    38% {
        -webkit-transform: translate(1.3px, -1.6px) rotate(1.5deg)
    }
    40% {
        -webkit-transform: translate(-1.4px, -1px) rotate(-0.5deg)
    }
    42% {
        -webkit-transform: translate(-1.4px, 1.3px) rotate(-0.5deg)
    }
    44% {
        -webkit-transform: translate(-1.6px, 1.4px) rotate(0.5deg)
    }
    46% {
        -webkit-transform: translate(-2.1px, -1.3px) rotate(-0.5deg)
    }
    48% {
        -webkit-transform: translate(1px, 1.6px) rotate(1.5deg)
    }
    50% {
        -webkit-transform: translate(1.6px, 1.6px) rotate(1.5deg)
    }
    52% {
        -webkit-transform: translate(-1.4px, 1.6px) rotate(0.5deg)
    }
    54% {
        -webkit-transform: translate(1.6px, -1px) rotate(-2deg)
    }
    56% {
        -webkit-transform: translate(1.3px, -1.6px) rotate(-2deg)
    }
    58% {
        -webkit-transform: translate(-1.3px, -1.6px) rotate(0.5deg)
    }
    60% {
        -webkit-transform: translate(1.3px, 1.6px) rotate(-0.5deg)
    }
    62% {
        -webkit-transform: translate(0px, 0px) rotate(-1.5deg)
    }
    64% {
        -webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg)
    }
    66% {
        -webkit-transform: translate(1.6px, -1.6px) rotate(0.5deg)
    }
    68% {
        -webkit-transform: translate(0px, -1.6px) rotate(-2deg)
    }
    70% {
        -webkit-transform: translate(-1.6px, 1px) rotate(1.5deg)
    }
    72% {
        -webkit-transform: translate(-1.6px, 1.6px) rotate(2deg)
    }
    74% {
        -webkit-transform: translate(1.3px, -1.6px) rotate(-0.5deg)
    }
    76% {
        -webkit-transform: translate(1.4px, 1px) rotate(-0.5deg)
    }
    78% {
        -webkit-transform: translate(-1px, 1.4px) rotate(2deg)
    }
    80% {
        -webkit-transform: translate(1.4px, 1.6px) rotate(2deg)
    }
    82% {
        -webkit-transform: translate(-1.6px, -1.6px) rotate(-0.5deg)
    }
    84% {
        -webkit-transform: translate(-1.4px, 1.4px) rotate(-2deg)
    }
    86% {
        -webkit-transform: translate(1px, 1.4px) rotate(-2deg)
    }
    88% {
        -webkit-transform: translate(-1.4px, 1.4px) rotate(-1.5deg)
    }
    90% {
        -webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg)
    }
    92% {
        -webkit-transform: translate(-1.6px, 1.6px) rotate(2deg)
    }
    94% {
        -webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg)
    }
    96% {
        -webkit-transform: translate(-1.4px, 1.3px) rotate(-2deg)
    }
    98% {
        -webkit-transform: translate(1.3px, 1px) rotate(-0.5deg)
    }
}

@keyframes shaky-slow {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    2% {
        transform: translate(-1px, 1.5px) rotate(1.5deg)
    }
    4% {
        transform: translate(1.3px, 0px) rotate(-0.5deg)
    }
    6% {
        transform: translate(1.4px, 1.4px) rotate(-2deg)
    }
    8% {
        transform: translate(-1.3px, -1px) rotate(-1.5deg)
    }
    10% {
        transform: translate(1.4px, 0px) rotate(-2deg)
    }
    12% {
        transform: translate(-1.3px, -1px) rotate(-2deg)
    }
    14% {
        transform: translate(1.5px, 1.3px) rotate(1.5deg)
    }
    16% {
        transform: translate(1.5px, -1.5px) rotate(-1.5deg)
    }
    18% {
        transform: translate(1.3px, -1.3px) rotate(-2deg)
    }
    20% {
        transform: translate(1px, 1px) rotate(-0.5deg)
    }
    22% {
        transform: translate(1.3px, 1.5px) rotate(-2deg)
    }
    24% {
        transform: translate(-1.4px, -1px) rotate(2deg)
    }
    26% {
        transform: translate(1.3px, -1.3px) rotate(0.5deg)
    }
    28% {
        transform: translate(1.6px, -1.6px) rotate(-1.5deg)
    }
    30% {
        transform: translate(-1.3px, -1.3px) rotate(-1.5deg)
    }
    32% {
        transform: translate(-1px, 0px) rotate(2deg)
    }
    34% {
        transform: translate(1.3px, 1.3px) rotate(-0.5deg)
    }
    36% {
        transform: translate(1.3px, 1.6px) rotate(1.5deg)
    }
    38% {
        transform: translate(1.3px, -1.6px) rotate(1.5deg)
    }
    40% {
        transform: translate(-1.4px, -1px) rotate(-0.5deg)
    }
    42% {
        transform: translate(-1.4px, 1.3px) rotate(-0.5deg)
    }
    44% {
        transform: translate(-1.6px, 1.4px) rotate(0.5deg)
    }
    46% {
        transform: translate(-2.1px, -1.3px) rotate(-0.5deg)
    }
    48% {
        transform: translate(1px, 1.6px) rotate(1.5deg)
    }
    50% {
        transform: translate(1.6px, 1.6px) rotate(1.5deg)
    }
    52% {
        transform: translate(-1.4px, 1.6px) rotate(0.5deg)
    }
    54% {
        transform: translate(1.6px, -1px) rotate(-2deg)
    }
    56% {
        transform: translate(1.3px, -1.6px) rotate(-2deg)
    }
    58% {
        transform: translate(-1.3px, -1.6px) rotate(0.5deg)
    }
    60% {
        transform: translate(1.3px, 1.6px) rotate(-0.5deg)
    }
    62% {
        transform: translate(0px, 0px) rotate(-1.5deg)
    }
    64% {
        transform: translate(-1.6px, -1.6px) rotate(-2deg)
    }
    66% {
        transform: translate(1.6px, -1.6px) rotate(0.5deg)
    }
    68% {
        transform: translate(0px, -1.6px) rotate(-2deg)
    }
    70% {
        transform: translate(-1.6px, 1px) rotate(1.5deg)
    }
    72% {
        transform: translate(-1.6px, 1.6px) rotate(2deg)
    }
    74% {
        transform: translate(1.3px, -1.6px) rotate(-0.5deg)
    }
    76% {
        transform: translate(1.4px, 1px) rotate(-0.5deg)
    }
    78% {
        transform: translate(-1px, 1.4px) rotate(2deg)
    }
    80% {
        transform: translate(1.4px, 1.6px) rotate(2deg)
    }
    82% {
        transform: translate(-1.6px, -1.6px) rotate(-0.5deg)
    }
    84% {
        transform: translate(-1.4px, 1.4px) rotate(-2deg)
    }
    86% {
        transform: translate(1px, 1.4px) rotate(-2deg)
    }
    88% {
        transform: translate(-1.4px, 1.4px) rotate(-1.5deg)
    }
    90% {
        transform: translate(-1.6px, -1.6px) rotate(-2deg)
    }
    92% {
        transform: translate(-1.4px, 1.6px) rotate(2deg)
    }
    94% {
        transform: translate(-1.6px, -1.6px) rotate(-2deg)
    }
    96% {
        transform: translate(-1.4px, 1.3px) rotate(-2deg)
    }
    98% {
        transform: translate(1.3px, 1px) rotate(-0.5deg)
    }
}

.night a:hover, a:hover, .pc-nav .active, .pc-nav .sub-nav a:hover, #aside_hot .list-1, #aside_hot .list-2, #aside_hot .list-3, .recommend-b .category, .full-post .read-more, .flink a.iconfont:hover, .thumbs-btn, #cancel-reply, .art-content a, #tbCalendar a, .comment-at
    /*color:#;*/
    /*}*/

    .recommend-b .category, .full-post .read-more, .thumbs-btn, .art-content .tags:hover, #divCatalog li a:hover, #divContorPanel .cp-login a:hover, #divContorPanel .cp-vrs a:hover, #divSearchPanel input[type='submit']
        /*border:1px solid #;*/
        /*}*/

        .art-content a:hover
            /*border-bottom:1px dashed #;*/
            /*}*/

            .art-content blockquote
                /*border-left:4px solid #;*/
                /*}*/

                ::selection, ::-moz-selection
                    /*background:#;*/
                    /*}*/

                    .thumbs_done, .thumbs-btn:hover, .art-content .tags:hover, #widget_aside_author .level, .full-post .read-more:hover, .recommend-b .category:hover, .recommend-a .category, .swiper-pagination-bullet-active, .s-button, .c-title::after, .m-nav .sub-nav, .com-submit, .page-numbers, a.page-numbers:hover, #divCatalog li a:hover, #divTags li a:hover, #divContorPanel .cp-login a:hover, #divContorPanel .cp-vrs a:hover, #qr:hover, .btn.qq:hover, .toolbar .btn:hover, .dropdown-nav li a:hover, .dropdown-nav .active a, .dropdown-nav .active a:hover, #divSearchPanel input[type='submit'], #tbCalendar tbody a, .header .contribute .a
                        /*background-color:#;*/
                        /*}*/

                        .bf70 {
                            max-width: 70%;
                        }

                        .meihua_1 {
                            display: block;
                            margin-top: 10px;
                            padding: 5px 10px;
                            background-color: #ea4c89;
                            color: #FFF;
                            font-weight: bold;
                            font-size: 18px;
                            font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
                        }

                        .meihua_2 {
                            background-color: #fff;
                            margin-bottom: 20px;
                            box-shadow: 0 1px 2px rgba(15, 39, 65, 0.1);
                            font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
                        }

                        .meihua_2 .meihua_2_1 {
                            height: auto;
                            overflow: hidden;
                            background-color: #FFF;
                            border: 1px solid #DDDDDD;
                            border-width: 1px 1px 1px 1px;
                            padding: 20px;
                        }

                        .meihua_2 .meihua_2_1 p {
                            margin: 5px auto !important;
                        }

                        .meihua_2 .meihua_2_1 .meihua_btn {
                            float: left;
                            border: 1px solid #8a8a8a;
                            font-size: 14px;
                            height: 36px;
                            line-height: 36px;
                            padding-left: 40px;
                            margin: 10px 10px 0 0;
                            overflow: hidden;
                            border-radius: 2px;
                            /*background: url(../images/30.png) no-repeat 5px 3px #4abd96;*/
                            border: 1px solid #4abd96;
                            color: #FFF;
                            text-decoration: none;
                            padding-right: 10px;
                        }

                        .meihua_2 .meihua_2_1 .meihua_btn i {
                            margin-right: 5px
                        }

                        .meihua_2 .meihua_2_1 .meihua_btn:hover {
                            background-color: #3169b0
                        }

                        .video {
                            position: relative;
                            padding-bottom: 56.25%;
                            height: 0;
                            overflow: hidden;
                        }

                        .video iframe,
                        .video object,
                        .video embed {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                        }

                        .short-btn {
                            float: left;
                            border: 1px solid #8a8a8a;
                            font-size: 14px;
                            height: 36px;
                            line-height: 36px;
                            padding-left: 40px;
                            margin: 10px 10px 0 0;
                            overflow: hidden;
                            border-radius: 2px;
                            /*background: url(../images/10.png) no-repeat 5px 3px #4abd96;*/
                            border: 1px solid #4abd96;
                            text-decoration: none;
                            color: #FFF !important;
                            padding-right: 10px;
                            text-decoration: none;
                        }

                        .short-btn:hover {
                            background-color: #3169b0
                        }

                        .pcd_ad {
                            display: block;
                        }

                        .mbd_ad {
                            display: none
                        }

                        @media (max-width: 768px) {

                            .pcd_ad {
                                display: none !important;
                            }

                            .mbd_ad {
                                display: block !important;
                            }

                        }

                        .compost .com-info li #key {
                            display: inline-block;
                            width: 100px;
                        }

                        .compost .com-info li #plKeyImg {
                            display: inline-block;
                            vertical-align: middle;
                        }

                        .navlists {
                            max-width: 1240px;
                            margin: 10px auto;
                        }

                        .navlists ul li {
                            display: inline-block;
                            margin: 0px 2px 10px 0px;
                            height: 36px;
                            line-height: 36px;
                            padding: 0 1em;
                            text-align: center;
                            border-radius: 4px;
                            background-color: #0084ff;
                        }

                        .navlists ul li a {
                            color: #fff;
                        }

                        .navlists ul li:hover {
                            background: #ff763b
                        }

                        .navlists ul .on {
                            background: #ff763b
                        }

                        @media screen and (max-width: 1200px) {
                            .navlists {
                                padding: 0px 10px
                            }
                        }
                        @media (max-width: 768px) {
                            .compost .com-info .key {
                                width: 50%
                            }
                        }

                        .pagetitle {
                            overflow: hidden;
                            max-width: 1240px;
                            margin: 10px auto;
                        }

                        @media screen and (max-width: 1200px) {
                            .pagetitle {
                                padding: 0px 10px
                            }
                        }

                        .pagetitle h1, .pagetitle h2 {
                            font-size: 15px;
                            font-weight: bold;
                            margin: 0;
                            float: left;
                            color: #888;
                        }

                        .abstract_text {
                            /*float: left;*/
                            width: 100%;
                            padding: 22px 26px;
                            box-sizing: border-box;
                            /* margin-bottom: 30px;*/
                            background-color: #f2f7fa;
                            border-left: 5px solid #d5dce0;
                            border-radius: 10px;
                        }




.tool-title{
    font-size: 18px;
    color: #2ea1ef;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 30px;
}

.pding_s{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /*margin: 20px auto;*/
    /*padding: 25px;*/
    /* max-width: 500px; */
    transition: transform 0.2s ease;
}


.answersas {
    float: left;
    width: 100%;
    padding: 22px 26px;
    box-sizing: border-box;
    /* margin-bottom: 30px;*/
    background-color: #f2f7fa;
    border-left: 5px solid #d5dce0;
    border-radius: 10px;
}


.answerss {
    border: 1px solid #0084ff;
    border-radius: 100px;
    padding: 0.1em 1em;
    text-align: center;
    color: #0084ff;
    font-size: 13px;
}

.container_ds {
    width: auto;
    height: 350px;
    /*background-color: lightblue; !* 仅用于可视化 *!*/
}

 /*当屏幕宽度小于600px时应用以下样式 */
@media screen and (max-width: 600px) {
    .container_ds {
        width: auto;
        height: 350px;
    }
}
#container {
    width: 450px;
    height: 350px;
    margin: 0px 0px 0px 200px;
}
@media screen and (max-width: 600px) {
    #container {
        width: auto;
        height: 390px;
        margin: 0px 0px 0px 0px;
    }
}

.tabs-wrap{
    max-width: 1536px;
    margin: 0 auto;
}
@media screen and (max-width: 600px) {
.tabs-wrap{
    max-width: 1180px;
    margin: 0 auto;
}
}
.tabs-mgb10{
    display: flex;
    gap: 10px;
}
.panel_body_1{
    width: 290px;
    position: fixed;
}
.navbar-1{
    align-items: center;
    display: flex;
        padding: 5px 10px;
}

.side divLinkage{
    background-color: #FAFAFA;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.liflinks{
        width: 46%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 5px 5px 0;
    padding: 4px 0;
}
.titlees{
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: #00A4A0;
}


/* 通用样式 */
body, html {
    margin: 0;
    padding: 0;
    /* 其他全局样式 */
}

.tool-10, .tool-10 * {
    /* 默认不隐藏，但将特定子元素设置为隐藏 */
}

.tool-10 .page {
    width: 200mm;
    height: auto; /* 通常不需要固定高度，让内容自然扩展 */
    margin: 1mm auto;
    padding: 10mm;
    box-sizing: border-box;
}
/* 当屏幕宽度小于600px时，应用以下样式 */
@media (max-width: 600px) {
    .tool-10 .page {
        /* 调整宽度以适应小屏幕 */
        width: calc(120vw - 22mm); /* 使用视口宽度减去边距和内边距，确保内容不被遮挡 */
        /* 如果需要，可以调整边距和内边距 */
        margin: 1mm; /* 减少外边距以适应更小的屏幕 */
        padding: 5mm; /* 减少内边距以容纳更多内容 */
    }
}

/* 打印样式 */
@media print {
    body * {
        visibility: hidden; /* 隐藏所有元素 */
    }

    .page, .page * {
        visibility: visible; /* 仅显示.page及其子元素 */
    }

    .page {
        position: absolute; /* 如果需要，可以定位 */
        left: 0;
        top: 0;
        /* 可能需要其他样式来确保正确打印 */
    }

    /* 如果您想要隐藏滚动条（尽管在打印时它们通常不会显示） */
    html {
        overflow: hidden;
    }

    /* 隐藏打印时不需要的按钮和链接（尽管它们已经不在.page内） */
    button, a[href]:not([href^="#"]):not([href*="javascript:void(0)"]), input[type="submit"] {
        display: none !important;
    }
}
.question-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.question {
    flex: 1;
    text-align: center;
    border: 1px solid #ddd; /* 可选：为每个题目添加边框 */
    padding: 5px;
}

.download-link-container1{
        text-align: right;
}
.pagination{
   -webkit-box-pack: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.fa-left{
    display: inline-block;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: top;
    color: #999;
    pointer-events: auto;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    line-height: 1;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
}
.prev{
    display: inline-block;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: top;
    color: #999;
    pointer-events: auto;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #666;
}
.currents{
    display: inline-block;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: top;
    color: #999;
    pointer-events: auto;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #666;
}
.table-02{
     border: 1px solid #CCC; 
    padding: 20px;
    /* border-top: 0; */
    text-align: left;
    /* font-size: 16px; */
    /* line-height: 24px; */
    margin-bottom: 20px
}

/*关于我们*/

.containter {
    margin: 0 auto;
    position: relative;
}
/*.clearfix {*/
/*    zoom: 1;*/
/*}*/
.containter_left {
    margin-top: 30px;
    position: relative;
}

.dhy_manleft {
    border-right: 0;
    margin-right: 0;
    width: 125px;
}
.dhy_zj {
    float: left;
    width: 25px;
}

.dhy_cg ul li.hover {
    background: #adadad;
}
.dhy_cg ul li {
    line-height: 44px;
    font-size: 16px;
    color: #464646;
    background: #f5f5f5;
    margin-bottom: 1px;
    text-align: center;
}

.dhy_jy_yg {
    margin-top: 35px;
    float: left;
    border-left: none;
}
/*登入页*/
/* 自定义下拉列表样式 */
.navbar-start{
    align-items: center;
    display: flex;
    padding: 5px 10px;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 90px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* Bootstrap 按钮样式，如果您已经包含了Bootstrap，则不需要这些 */
.btn, .btn-primary {
    display: inline-block;
    padding: 6px 12px;
    /*margin-bottom: 20px;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.languaget{
    color: #fff;
    background-color: #337ab7;

    display: inline-block;
    padding: 2px 11px;

    border-radius: 4px;

}

/*  LOGIN登入*/

.login-container {
    width: auto;
    text-align: center;
    margin-top: 10%;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    /*border: 1px solid #c3c4c7;*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

.username{
    outline: 0;
    font-size: 24px;
    line-height: 1.33333333;
    width: auto;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 16px 16px 0;
    min-height: 40px;
    max-height: none;
}
.den_lu{
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
.backtoblog{
        padding: 10px 10px;
}
.email{
    margin: 0 230px 16px 0;
}



/* 税表格*/
 .center-text {
    text-align: center;
}

.table-01 th, .table-01 td {
    padding: 8px;
    border: 1px solid #ddd;
}

/*改后的CSS*/
.Nav_list {
    display: flex;
    height: 100%;
}

.Nav_list_M {
    display: none ;
}

.Nav_list li {
    height: 100%;
    position: relative;
}



.Nav_list li .navbar-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Nav_list li .pulldown_list {
    position: absolute;
    left: 0px;
    top: 64px;
    background: #FFF;
    display: flex;
    width: max-content;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 1px #00000033;
    display: none;
}

.Nav_list li.on .pulldown_list{
    left: -300px ;
}

.Nav_list li .pulldown_list::after {
    width: 18px;
    height: 18px;
    background: #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    content: '';
    left: 39px;
}


.Nav_list li.on .pulldown_list::after {
    left: 330px ;
}

.blicheng {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    content: '';
    height: 100vh;
    background: #00000033;
    display: none;
    z-index: -1;
}

.Nav_list li .pulldown_list .list_item h5 {
    color: #278FF0;
    display: inline-block;
    font-weight: bold;
    border-bottom: solid 2px #aaccf8;
    padding: 5px 0 8px;
    font-size: 14px;
    margin-left: 20px;
}

.Nav_list li .pulldown_list .list_item a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 5px 20px;
}

.Nav_list li .pulldown_list .list_item a:hover {
    background: #278FF0;
    color: #fff;
}

.Nav_list li:hover .pulldown_list {
    display: flex;
}

.Nav_list li .pulldown_list::before {
    display: block;

}


@media (max-width:1020px) {
   .Nav_list li.on .pulldown_list{
        left: 0px ;
    }
    .Nav_list_P {
        display: none ;
    }

    .Nav_list_M {
        display: block ;
    }

    .navbar{
        overflow: auto ;
    }

    .navbar-menu.is-active {
        height: calc(100vh - 64px ) ;
    }

    .Nav_list{
        flex-wrap: wrap ;
    }

    .Nav_list li {
        width: 100% ;
        border-bottom: 1px solid #E4E4E4 ;

    }

    .Nav_list li .navbar-item{
        justify-content: left ;
        padding: 0 28px 0px 10px;
        height: 60px ;
    }

    .Nav_list li .pulldown_list{
        position: relative;
        display: flex ;
        top: 0px ;
        width: 100% ;
        box-sizing: border-box;
        flex-wrap: wrap ;

        display: none ;

    }

    .Nav_list li.M_on .pulldown_list {
        display: flex ;
    }

    .Nav_list li .pulldown_list .list_item {
        width: 33% ;
        margin-bottom: 30px ;
    }

    .Nav_list li .pulldown_list::after{
        display: none
    }

}


/* 针对屏幕宽度大于768px的样式（默认情况下应用） */
.meta {

    /*margin-top: 40px;*/
    overflow: hidden;
    height: 24px;
}
/* 针对屏幕宽度小于或等于768px的样式 */
@media (max-width: 768px) {
    .meta {

        margin-top: 10px;
        overflow: hidden;
        height: 24px;
    }
}
/*.author{*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    border-radius: 50%;*/
/*    position: relative*/
/*}*/
.authors{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}
.ime_style{
    margin-right: 15px;
    display: inline-block;
}
.avatar{
    vertical-align: middle
}
.cat{
     margin-right: 15px;
    display: inline-block;
}

.intros{
    max-height: 76px;
}
@media screen and (max-width: 768px) {
    .intros {
        display: none !important;
    }

}
/*#下载页码*/


.feedback {
    font-size: 80%;
    margin-bottom: 20px;
    text-align: right;
}
.main {
    margin-bottom:30px;
}
.main-wrap {
    border-radius:12px;
    padding:15px;
    box-shadow:8px 8px 0px #ecf0f6;
    border:1px solid #dae1ec;
    background:#fff;
    text-align:center;
}

.info_s {
    font-size:120%;
    margin-bottom: 10px;
    color:#666;
}
.btns {
    display: inline-block;
    cursor: pointer;
    border-radius: 0.625vw;
    text-align: center;
    line-height: 2.1em;
    background: #ff5c00;
    color: #fff;
    font-size: 130%;
    padding: 0 1em;
    box-shadow:0 10px 20px 0 rgba(255,96,0,21%);
}
.btn:hover {
    color:#fff;
    background:#e65300;
}


/*侧边栏*/
/* 侧边栏整体样式 */
/* 侧边栏在小屏幕设备上优化显示 */
@media (max-width: 1300px) {
    .sidebar {
        display: none;
    }
}
.panel-body {
    display: flex;
    flex-direction: column;
    /*gap: 20px;*/
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.panel-body:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* 作者信息模块 */
.widget_aside_author {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.widget_aside_author .title {
    position: relative;
    padding: 20px;
    background-position: 90% center;
    background-size: 120px;
}

.widget_aside_author .avatar {
    position: relative;
    z-index: 1;
}

.widget_aside_author .avatar img {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.widget_aside_author .info {
    position: relative;
    z-index: 1;
    /*margin-left: 90px;*/
    /*max-width: calc(100% - 90px);*/
}

.widget_aside_author .name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.widget_aside_author .level {
    display: inline-block;
    padding: 2px 8px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: #ff6b6b;
    border-radius: 12px;
}

.widget_aside_author .intro {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 分类模块公共样式 */
.top {
    position: relative;
    /*margin-bottom: 15px;*/
}

.titlees {
    display: inline-block;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-left: 3px solid #4a6cf7;
    background: #f5f7ff;
    border-radius: 4px 0 0 4px;
}

/* 热门分类和工具列表样式 */
.side divLinkage {
    background: #f9fafc;
    border-radius: 8px;
    overflow: hidden;
}

.side divLinkage ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side divLinkage li {
    border-bottom: 1px solid #ebedf0;
}

.side divLinkage li:last-child {
    border-bottom: none;
}

.side divLinkage li a {
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    padding-left: 25px;
}

.side divLinkage li a:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4a6cf7;
}

.side divLinkage li a:hover {
    background: #f0f4ff;
    color: #4a6cf7;
    padding-left: 30px;
}

/* 广告图片样式 */
.side divLinkage a img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.side divLinkage a:hover img {
    transform: scale(1.02);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .panel-body {
        padding: 15px;
    }

    .widget_aside_author .title {
        padding: 15px;
        background-size: 80px;
    }

    .widget_aside_author .avatar img {
        width: 60px;
        height: 60px;
    }

    .widget_aside_author .info {
        margin-left: 70px;
    }

    .titlees {
        font-size: 14px;
        padding: 6px 12px;
    }

    .side divLinkage li a {
        padding: 10px 12px;
        font-size: 13px;
    }
}


/*标签导航*/

/* 标签页容器样式 */
.tabs-wrap {
    background: #ffffff;
    border-radius: 10px;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);*/
    overflow: hidden;
}

/* 标签页列表样式 */
/* 标签页容器样式 */
.tabs-wrap {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* 标签项样式 */
/* 标签页容器样式 */
.tabs-wrap {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
        margin-bottom: 10px;
}

/* 标签项样式 */
.tabs-mgb10 {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 12px;
}

.tabs-mgb10 li {
    flex: 1 1 auto;
    /*min-width: 100px;*/
}

.tabs-mgb10 li a {
    display: block;
    padding: 8px 13px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    background: #efeff0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 12px;
}

/* 激活状态标签样式 */


.tabs-mgb10 li a.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    /*border-top: 8px solid #4a6cf7;*/
}



/* 响应式设计 - 移动端优化 */
@media (max-width: 768px) {
    .tabs-mgb10 {
        gap: 8px;
    }

    .tabs-mgb10 li {
        min-width: 80px;
    }

    .tabs-mgb10 li a {
        padding: 10px 14px;
        font-size: 14px;
    }
}


/*  内容部分CSS*/
/* 文章列表样式 */
/* 卡片容器样式 */
.item {
        display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px #ccc;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 10px;
    /*margin-bottom: 20px;*/
}

.item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* 卡片光效 */
.light-window {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    transition: all 0.6s ease;
    pointer-events: none;
}

.item:hover .light-window {
    left: 150%;
}

/* 卡片内容区域 */
.item-inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* 卡片头部 */
.item-hd {
    display: flex;
    align-items: center;
    /*margin-bottom: 15px;*/
}

.item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #f5f7ff;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.item:hover .item-icon {
    background-color: #e8f0ff;
}

.item-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.item-hd h3 {
    margin: 0;
    font-size: 100%;
    font-weight: 600;
    color: #333;
}

.item-hd a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.item-hd a:hover {
    color: #4a6cf7;
}

/* 卡片描述 */
.item-bd {
    flex-grow: 1;
    /*margin-bottom: 15px;*/
}

.item-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 卡片底部 */
.item-ft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #f0f2f5;
}

.item-link {
    font-size: 12px;
    color: #999;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    transition: color 0.2s ease;
}

.item-link:hover {
    color: #4a6cf7;
}

.item-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    background-color: #4a6cf7;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.item-btn:hover {
    background-color: #3a5de7;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(74, 108, 247, 0.25);
}

.item-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(74, 108, 247, 0.3);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .item {
        border-radius: 10px;
    }

    .item-inner {
        padding: 15px;
    }

    .item-hd {
        margin-bottom: 10px;
    }

    .item-icon {
        width: 50px;
        height: 50px;
    }

    .item-icon img {
        width: 50px;
        height: 50px;
    }

    .item-hd h3 {
        font-size: 16px;
    }

    .item-desc {
        font-size: 13px;
    }

    .item-ft {
        padding-top: 10px;
    }

    .item-link {
        font-size: 11px;
    }

    .item-btn {
        padding: 2px 10px;
        font-size: 13px;
    }
}
/* 上下   分页器样式 */
/* 分页导航容器 */
.mt-12 {
    margin-top: 3rem;
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

/* 分页导航样式 */
.pagination {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* 分页按钮样式 */
.pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background-color: #ffffff;
    color: #4a6cf7;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.pagination-link:hover {
    background-color: #f5f7ff;
    border-color: #cbd5e1;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.pagination-link:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* 图标样式 */
.pagination-link i {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}

/* 上一页按钮 */
.pagination-prev i {
    margin-right: 0.5rem;
}

/* 下一页按钮 */
.pagination-next i {
    margin-left: 0.5rem;
}

/* 禁用状态 */
.pagination-link.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

/* 响应式设计 */
@media (max-width: 640px) {
    .pagination {
        gap: 0.5rem;
    }

    .pagination-link {
        padding: 0.625rem 1rem;
        font-size: 0.875rem;
        border-radius: 0.5rem;
    }

    .pagination-link i {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .pagination-prev i {
        margin-right: 0.375rem;
    }

    .pagination-next i {
        margin-left: 0.375rem;
    }
}


/*导航=*/

