html {
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    word-break: break-all
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei",Verdana,sans-serif;
    line-height: 1.42857143
}

a {
    text-decoration: none;
    color: #333;
    transition: all .35s ease 0s;
    outline: 0
}

a:hover {
    color: red;
    text-decoration: none;
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle
}

button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,img,input,label,li,ol,p,pre,span,textarea,th,ul {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

h1,h2,h3,h4,h5,h6 {
	font-family: 
    system-ui,       /* 系统默认UI字体 */
    -apple-system,   /* 苹果系统 */
    font-weight: 400
}

button,form,input,textarea {
    font-size: 14px;
    font-family: "Microsoft YaHei",Verdana,sans-serif;
    -webkit-appearance: none
}

li {
    list-style-type: none
}

.dp-b,.gg-box img,.img-d img {
    display: block;
    width: 100%
}

.tx-input {
    border: 1px solid #eee;
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    width: 100%;
    padding: 0 10px
}

.input-ma {
    position: relative
}

.input-ma img {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 30px!important;
    width: auto!important
}

.tx-form {
    position: relative;
    line-height: 38px
}

.tx-textarea {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px;
    min-height: 80px;
    width: 100%
}

.tx-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

.tx-btn:hover {
    opacity: .9;
    color: #fff
}

.tx-btn:active {
    opacity: 1
}

.tx-btn-big {
    height: 44px;
    line-height: 44px;
    padding: 0 28px;
    font-size: 16px
}

.tx-btn-small {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px
}

.tx-btn-mini {
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 12px
}

.tx-btn-primary {
    border: 1px solid #c9c9c9;
    background-color: #fff;
    color: #555
}

.tx-btn-primary:hover {
    border-color: #009688;
    color: #009688
}

.tx-btn-radius {
    border-radius: 100px
}

.tx-input:focus,.tx-textarea:focus {
    border-color: #c9c9c9!important
}

.tx-select {
    line-height: 38px;
    height: 38px;
    border: 1px solid #eee;
    width: 100%;
    padding: 0 10px;
    color: #666
}

.tx-select option {
    line-height: 30px
}

.tx-hr,.tx-text hr {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e56599
}

.tx-text hr {
    margin-top: 15px;
    margin-bottom: 15px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.f-36 {
    font-size: 36px
}

.f-30 {
    font-size: 30px
}

.f-26 {
    font-size: 26px
}

.f-22 {
    font-size: 22px
}

.f-20 {
    font-size: 20px
}

.f-18 {
    font-size: 18px
}

.f-17 {
    font-size: 17px
}

.f-16 {
    font-size: 16px
}

.f-15 {
    font-size: 15px
}

.f-14 {
    font-size: 14px
}

.f-13 {
    font-size: 13px
}

.f-12 {
    font-size: 12px
}

.f-10 {
    font-size: 10px
}

.f-8 {
    font-size: 8px
}

.f-bold {
    font-weight: 700
}

.pd5 {
    padding: 5px
}

.pd10 {
    padding: 10px
}

.pd10-1 {
    padding: 10px 0
}

.pd10-2 {
    padding: 0 10px
}

.pd10-3 {
    padding: 10px 10px 0 10px
}

.pd10-4 {
    padding: 6px 10px
}

.pd15 {
    padding: 15px
}

.pd15-1 {
    padding: 15px 0
}

.pd15-2 {
    padding: 0 15px
}

.pd15-3 {
    padding: 15px 15px 0 15px
}

.pd15-4 {
    padding: 7px 15px
}

.pd20 {
    padding: 20px
}

.pd20-1 {
    padding: 20px 0
}

.pd20-2 {
    padding: 0 20px
}

.pd20-3 {
    padding: 20px 20px 0 20px
}

.pd20-4 {
    padding: 10px 20px
}

.pd40 {
    padding: 40px
}

.pd60 {
    padding: 60px
}

.ta-c {
    text-align: center
}

.ta-r {
    text-align: right
}

.ta-l {
    text-align: left
}

.f-red {
    color: red
}

.f-white {
    color: #fff
}

.f-green {
    color: #5fb878
}

.f-yellow {
    color: #ffb800
}

.f-blue {
    color: #1e9fff
}

.f-gray {
    color: #888
}

.f-gray1,.f-gray1 a {
    color: #bbb
}

.f-white1,.f-white1 a {
    color: #fff
}

.f-black {
    color: #d52a2a
}

.bg-gray {
    background-color: #eee
}

.bg-white {
    background-color: #fff
}

.bg-red {
    background-color: red
}

.bg-yellow {
    background-color: #ffb800
}

.bg-green {
    background-color: #5fb878
}

.bg-blue {
    background-color: #1e9fff
}

.bg-black {
    background-color: #222
}

.tx-table,.tx-text table {
    border-collapse: collapse;
    max-width: 100%!important;
    border-spacing: 0
}

.tx-table td,.tx-table th,.tx-text table td,.tx-text table th {
    border: 1px solid #eee;
    padding: 10px;
    overflow: hidden
}

.tx-table th,.tx-text table th {
    background: #f1f1f1
}

.border {
    border: 1px solid #eee
}

.border-b {
    border-bottom: 1px solid #eee
}

.border-t {
    border-top: 1px solid #eee
}

.i60 {
    line-height: 20px;
    height: 60px;
    overflow: hidden
}

.i40 {
    line-height: 20px;
    height: 40px;
    overflow: hidden
}

.i22 {
    line-height: 22px;
    height: 22px;
    overflow: hidden
}

.i18 {
    line-height: 18px;
    height: 18px;
    overflow: hidden
}

.txt-ov {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.lh-50 {
    line-height: 50px
}

.lh-40 {
    line-height: 40px
}

.lh-30 {
    line-height: 30px
}

.lh-26 {
    line-height: 26px
}

.ul-36 li {
    line-height: 36px;
    height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ul-33 li {
    line-height: 33px;
    height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ul-30 li {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ul-26 li {
    line-height: 26px;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.wide {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px
}

.hide,.pchide {
    display: none
}

.clearfix::after,.row1:after,.row2:after,.row3:after,.row:after,.row:before,.wide::after {
    display: table;
    content: " ";
    clear: both
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

[class*=col-] {
    float: left;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    width: 10%;
    position: relative
}

.col-1 {
    width: 4.1666%
}

.col-2 {
    width: 8.3333%
}

.col-3 {
    width: 12.5%
}

.col-4 {
    width: 16.6666%
}

.col-5 {
    width: 20.8333%
}

.col-6 {
    width: 25%
}

.col-7 {
    width: 29.1666%
}

.col-8 {
    width: 33.3333%
}

.col-9 {
    width: 37.5%
}

.col-10 {
    width: 41.6666%
}

.col-11 {
    width: 45.8333%
}

.col-12 {
    width: 50%
}

.col-13 {
    width: 54.1666%
}

.col-14 {
    width: 58.3333%
}

.col-15 {
    width: 62.5%
}

.col-16 {
    width: 66.6666%
}

.col-17 {
    width: 70.8333%
}

.col-18 {
    width: 75%
}

.col-19 {
    width: 79.1666%
}

.col-20 {
    width: 83.3333%
}

.col-21 {
    width: 87.5%
}

.col-22 {
    width: 91.6666%
}

.col-23 {
    width: 95.8333%
}

.col-24 {
    width: 100%
}

.col-25 {
    width: 20%
}

.row1 {
    margin-left: -7px;
    margin-right: -7px
}

[class*=col1-] {
    float: left;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    position: relative
}

.row2 {
    margin-left: -4px;
    margin-right: -4px
}

[class*=col2-] {
    float: left;
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px;
    position: relative
}

.row3 {
    margin-left: 0;
    margin-right: 0
}

[class*=col3-] {
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.fl {
    float: left
}

.fr {
    float: right
}

.tx-text {
    line-height: 1.7
}

.tx-text br {
    margin: .4em 0;
    width: 100%;
    display: block
}

.tx-text h4,.tx-text h5,.tx-text h6,.tx-text p {
    margin: 10px 0
}

.tx-text ol {
    padding-left: 20px;
    list-style-type: demical
}

.tx-text ol li {
    list-style: decimal
}

.tx-text h1,.tx-text h2,.tx-text h3 {
    border-left: 4px solid #eee;
    background-color: #f2f2f2;
    padding: 10px 15px;
    margin: 15px 0
}

.tx-text h1 {
    font-size: 22px
}

.tx-text h2 {
    font-size: 20px
}

.tx-text h3 {
    font-size: 18px
}

.tx-text a {
    border-bottom: 2px solid #84cf6d;
    text-decoration: none
}

.tx-text a:hover {
    -webkit-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear;
    box-shadow: inset 0 -10px #84cf6d;
    color: #000
}

.tx-text iframe,.tx-text img {
    max-width: 100%!important;
    width: auto!important
}

.tx-text img {
    height: auto!important;
    border-radius: 12px; /* 添加圆角效果，可以根据需要调整数值 */
}

.tx-text blockquote {
    border-left: 10px solid rgba(102,128,153,.075);
    background-color: rgba(102,128,153,.05);
    border-radius: 0 5px 5px 0;
    padding: 15px 20px;
    margin: 0 0 6px 0;
    color: #666
}

.tx-text pre {
    margin: 15px 0
}

.tx-text table {
    margin: 15px 0
}

.img-box {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
	border-radius: 20px;
    height: 0
}

.img-box[data-ratio="16:8"] {
    padding-top: 50%
}

.img-box[data-ratio="16:9"] {
    padding-top: 70%
}

.img-box[data-ratio="16:16"] {
    padding-top: 100%
}

.img-box[data-ratio="16:20"] {
    padding-top: 150%
}

.img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.img-box:hover img {
    transform: scale(1.05)
}

.alert {
    border: 1px solid transparent
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

@media screen and (max-width: 992px) {
    .wide {
        width:100%;
        padding-left: 7px;
        padding-right: 7px
    }

    .row {
        margin-left: -7px;
        margin-right: -7px
    }

    [class*=col-] {
        padding-left: 7px;
        padding-right: 7px
    }

    .row1 {
        margin-left: -4px;
        margin-right: -4px
    }

    [class*=col1-] {
        padding-left: 4px;
        padding-right: 4px
    }

    .row2 {
        margin-left: -2px;
        margin-right: -2px
    }

    [class*=col2-] {
        padding-left: 2px;
        padding-right: 2px
    }

    [class*=col3-] {
        padding-left: 0;
        padding-right: 0
    }

    .col-1,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-2,.col-20,.col-21,.col-22,.col-23,.col-24,.col-25,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
        width: auto
    }

    .col-m-1 {
        width: 4.1666%
    }

    .col-m-2 {
        width: 8.3333%
    }

    .col-m-3 {
        width: 12.5%
    }

    .col-m-4 {
        width: 16.6666%
    }

    .col-m-5 {
        width: 20.8333%
    }

    .col-m-6 {
        width: 25%
    }

    .col-m-7 {
        width: 29.1666%
    }

    .col-m-8 {
        width: 33.3333%
    }

    .col-m-9 {
        width: 37.5%
    }

    .col-m-10 {
        width: 41.6666%
    }

    .col-m-11 {
        width: 45.8333%
    }

    .col-m-12 {
        width: 50%
    }

    .col-m-13 {
        width: 54.1666%
    }

    .col-m-14 {
        width: 58.3333%
    }

    .col-m-15 {
        width: 62.5%
    }

    .col-m-16 {
        width: 66.6666%
    }

    .col-m-17 {
        width: 70.8333%
    }

    .col-m-18 {
        width: 75%
    }

    .col-m-19 {
        width: 79.1666%
    }

    .col-m-20 {
        width: 83.3333%
    }

    .col-m-21 {
        width: 87.5%
    }

    .col-m-22 {
        width: 91.6666%
    }

    .col-m-23 {
        width: 95.8333%
    }

    .col-m-24 {
        width: 100%
    }

    .col-m-25 {
        width: 20%
    }

    .pchide {
        display: block
    }

    .waphide {
        display: none
    }

    .mb10 {
        margin-bottom: 6px
    }

    .mb15 {
        margin-bottom: 9px
    }

    .mb20 {
        margin-bottom: 12px
    }

    .pd10 {
        padding: 6px
    }

    .pd10-1 {
        padding: 6px 0
    }

    .pd10-2 {
        padding: 0 6px
    }

    .pd10-3 {
        padding: 6px 6px 0 6px
    }

    .pd10-4 {
        padding: 3px 6px
    }

    .pd15 {
        padding: 9px
    }

    .pd15-1 {
        padding: 9px 0
    }

    .pd15-2 {
        padding: 0 9px
    }

    .pd15-3 {
        padding: 9px 9px 0 9px
    }

    .pd15-4 {
        padding: 4px 9px
    }

    .pd20 {
        padding: 12px
    }

    .pd20-1 {
        padding: 12px 0
    }

    .pd20-2 {
        padding: 0 12px
    }

    .pd20-3 {
        padding: 12px 12px 0 12px
    }

    .pd20-4 {
        padding: 6px 12px
    }

    .pd40 {
        padding: 24px
    }

    .pd60 {
        padding: 36px
    }
}

body {
    background-color: #eaeaea
}

a {
    color: #555
}

.f-blue,a:hover {
    color: var(--tx-color)
}

.pagebar .now-page,.pagebar a {
    padding: 0 12px;
    line-height: 30px;
    display: inline-block;
    background-color: #eee;
    margin: 0 3px 3px 0;
    border-radius: 2px
}

.pagebar .now-page,.pagebar a:hover {
    color: #fff;
    background-color: var(--tx-color)
}

.tx-comments>ul.msg {
    margin-bottom: 10px;
    border: 1px solid #c9c9c9;
    padding: 10px;
    border-radius: 4px
}

.msg img.avatar {
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out
}

.commons li:hover img,li.msgname:hover img.avatar {
    transform: rotateZ(60deg);
    -webkit-transform: rotateZ(60deg);
    -moz-transform: rotateZ(60deg)
}

.msg li.msgname p.commentname {
    line-height: 22px;
    font-size: 12px;
    margin-bottom: 5px
}

.msg li.msgname small {
    color: #aaa;
    font-size: 12px
}

.msg li.msgname small a,.tx-comment label,.tx-comments label {
    display: none
}

.msg li.msgname:hover small a {
    display: inline-block
}

.msg li ul.msg {
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0,0,0,.05)
}

.tx-comment-textarea {
    position: relative
}

.tx-comment-textarea .tx-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--tx-color)
}

.input-ma input {
    border: 1px solid #eee;
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    width: 100%;
    padding: 0 10px
}

.tx-comment-textarea .tx-textarea {
    float: left;
    display: block
}

.msg .tx-comment {
    margin-top: 15px;
    float: left;
    width: 100%
}

.tx-404 {
    text-align: center;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #888
}

.tx-404 h2 {
    font-size: 24px;
    line-height: 1.6;
    color: #222;
    margin: 12px 0
}

.tx-404 a.return {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 60px;
    background: #ff3a33;
    border-radius: 5px;
    margin-top: 15px;
    color: #fff
}

.logo-404 {
    background: url(../include/logo.png) no-repeat center center #fff;
    background-size: auto 60px;
    padding: 60px 0;
    border-bottom: 1px solid #9eaa99;
    box-shadow: 0 0 4px rgba(0,0,0,.25)
}

.top {
    line-height: 30px;
    height: 30px;
    background-color: #424242;
    color: #fff
}

.header {
    padding: 15px 0;
    background-color: #fff;
    position: relative;
    z-index: 98
}

.logo a,.logo img {
    display: block;
    line-height: 1;
    height: 60px
}

.logogg {
    width: 460px;
    height: 60px;
    overflow: hidden;
    margin: 0 50px
}

.logogg img {
    width: 100%;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
}

.search-box {
    padding: 11px 0;
    position: relative;
}

.search-box form {
    width: 400px;
    position: relative;
    padding-right: 60px;
    border: 2px solid var(--tx-color);
    border-radius: 30px; /* 圆角效果 */
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(245,245,245,0.9) 100%); /* 渐变背景 */
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.search-box form:hover {
    border-color: var(--tx-color-dark);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
}

.search-box input {
    width: 100%;
    padding: 0 10px 0 40px; /* 为小图片留出空间 */
    border: 0;
    line-height: 36px;
    height: 36px;
    font-size: 13px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.search-box input:focus {
    outline: none;
}

/* 鼠标悬停时显示的小图片 */
.search-box form::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url('http://linghu.n26n.com/content/uploadfile/202509/2e1f1756901625.png'); /* 替换为您的图片URL */
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.search-box form:hover::before {
    opacity: 1;
}

.search-box button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 60px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    background: linear-gradient(135deg, var(--tx-color) 0%, var(--tx-color-dark) 100%); /* 按钮渐变 */
    color: #fff;
    border-radius: 0 30px 30px 0; /* 右侧圆角 */
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-box button:hover {
    background: linear-gradient(135deg, var(--tx-color-dark) 0%, var(--tx-color-darker) 100%);
}

.search-box button i {
    transition: transform 0.2s ease;
}

.search-box button:hover i {
    transform: scale(1.1);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .search-box form {
        width: 100%;
        border-radius: 25px;
    }
    
    .search-box input {
        padding-left: 35px;
    }
    
    .search-box form::before {
        left: 10px;
        width: 18px;
        height: 18px;
    }
    
    .search-box button {
        width: 50px;
    }
}

.nav {
    background-color: var(--tx-color);
    box-shadow: 0 4px 4px #d0d0d0;
    position: relative;
    z-index: 99
}

.nav>ul>li {
    position: relative;
    float: left;
    padding-right: 1px
}

.nav>ul>li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    width: 0;
    display: block;
    height: 40%;
    border-left: 1px solid var(--tx-color-fz);
    border-right: 1px solid var(--tx-color-fz)
}

.nav li a {
    display: block;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    padding: 0 26px
}

.nav li.on a,.nav li:hover a {
    background-color: var(--tx-color-fz);
    color: #fff
}

.nav li ul {
    position: absolute;
    left: 0;
    top: 20px;
    background-color: var(--tx-color-fz);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 0;
    opacity: 0;
    visibility: hidden
}

.nav li ul li {
    margin: 0
}

.nav li ul li a {
    white-space: nowrap;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    padding: 0 26px
}

.nav li:hover ul {
    top: 45px;
    padding: 6px 0;
    opacity: 1;
    visibility: visible
}

.tx-box,.tx-side .widget,.tx-side dl {
    background-color: #fff;
	border-radius: 20px;
    box-shadow: 0 1px 3px #ccc
}

.tx-side .widget-title,.tx-side dt,.tx-title {
    line-height: 24px;
    height: 24px;
    overflow: hidden
}

.tx-side .widget-title,.tx-side dt,.tx-title>strong {
    font-size: 18px;
    padding-left: 10px;
    border-left: 5px solid var(--tx-color)
}

.tx-title1 {
    border-bottom: 1px solid #e9e9e9;
    position: relative
}

.tx-title1>strong {
    display: inline-block;
    background-color: var(--tx-color);
    color: #fff;
    line-height: 35px;
    padding: 0 20px;
    font-size: 18px;
    position: relative;
    z-index: 10
}

.tx-title1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: var(--tx-color-fz) var(--tx-color-fz) transparent transparent;
    border-style: solid;
    z-index: 5
}

.ul-arrow li a,.ul-spot li a {
    position: relative;
    padding-left: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ul-spot li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #999;
    margin-top: -2px;
    border-radius: 1px
}

.ul-arrow li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: transparent transparent transparent #aaa;
    border-style: solid
}

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

.ul-rank li>span {
    display: inline-block;
    min-width: 20px;
    padding: 0 6px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #666;
    background: #f0f0f0;
    margin-right: 8px;
    border-radius: 10px;
    font-size: 12px;
}

.ul-rank li:nth-child(1)>span {
    background: #ff4757; /* 红色 */
    color: #fff;
}

.ul-rank li:nth-child(2)>span {
    background: #2ed573; /* 绿色 */
    color: #fff;
}

.ul-rank li:nth-child(3)>span {
    background: #1e90ff; /* 蓝色 */
    color: #fff;
}

.ul-line li {
    border-bottom: 1px dotted #ddd
}

.txt-post li a {
    display: block;
    line-height: 28px;
    color: #999;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0 6px;
    overflow: hidden;
    height: 28px
}

.txt-post li a:hover {
    color: #f77;
    border: 1px solid #f77
}

.tab-hd li {
    float: left;
    cursor: pointer
}

.tab-hd li.on {
    color: var(--tx-color)
}

.index-flash .swiper-slide img {
    width: 100%;
    height: 299px;
    -o-object-fit: cover;
    object-fit: cover
}

.index-flash .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 33px;
    height: 33px;
    overflow: hidden;
    color: #fff;
    padding: 0 60px 0 10px;
    background-color: rgba(0,0,0,.7)
}

.index-flash .swiper-pagination {
    bottom: 0;
    text-align: center;
    line-height: 33px;
    padding-right: 10px
}

.index-flash .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1
}

.index-flash .swiper-pagination-bullet-active {
    background-color: var(--tx-color)
}

.img-post {
    display: block;
    box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.img-post p {
    padding: 8px 12px;
    background-color: #f5f5f5;
    transition: all .35s ease 0s
}

.img-post1 {
    display: block;
    position: relative;
    line-height: 1
}

.img-post1 p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0 8px;
    background-color: rgb(75 170 129);
    transition: all .35s ease 0s
}

.img-post1:hover p,.img-post:hover p {
    background: #f77;
    color: #fff
}

.post-list>a {
    display: block;
    width: 100px;
    float: left;
    margin-right: 15px
}

.post-list section {
    overflow: hidden
}

.info-txt {
    border: 1px #e9e9e9 solid;
    background: #f7f7f7;
    color: #266889
}

.tx-text a {
    border-bottom: 1px solid #1e9fff; /* 蓝色下划线 */
    color: #1e9fff; /* 蓝色文字 */
}

.tx-text a:hover {
    box-shadow: inset 0 -2px #f77; /* 红色高亮效果 */
    color: #f77; /* 红色文字 */
}

.tx-side .widget,.tx-side dl {
    padding: 15px;
	border-radius: 20px;
    margin-bottom: 15px
}

.tx-side .widget-title,.tx-side dt {
    margin-bottom: 10px
}

.tx-side .widget ul::after,.tx-side dl dd ul::after {
    display: table;
    content: " ";
    clear: both
}

.tx-side .widget ul li,.tx-side dl dd ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 33px
}

.tx-side .widget table,.tx-side dl table {
    width: 100%;
    border-collapse: collapse
}

.tx-side .widget table td,.tx-side .widget table th,.tx-side dl table td,.tx-side dl table th {
    border: 1px solid #ddd;
    padding: 5px;
    overflow: hidden;
    text-align: center
}

.tx-side dl table caption {
    margin-bottom: 10px
}

.tx-side .widget table td a,.tx-side dl table td a {
    color: #e25239
}

.tx-side .widget-search form {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 50px
}

.tx-side .widget-search input[type=text] {
    width: 100%;
    border: 0;
    padding: 0 10px;
    line-height: 30px;
    background-color: rgba(0,0,0,.04)
}

/* 标签云组件样式 */
.widget.tag-cloud {
    border-radius: 8px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.tag-item {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

/* 根据权重设置不同大小和颜色 */
.tag-item.weight-1 {
    font-size: 12px;
    background: #f0f7ff;
    color: #4a8bfc;
}
.tag-item.weight-2 {
    font-size: 13px;
    background: #e6f2ff;
    color: #3a7de8;
}
.tag-item.weight-3 {
    font-size: 14px;
    background: #d6e8ff;
    color: #2a6fd6;
}
.tag-item.weight-4 {
    font-size: 15px;
    background: #c2dcff;
    color: #1a5fc4;
}
.tag-item.weight-5 {
    font-size: 16px;
    background: #a8c8ff;
    color: #0a4fb2;
}

/* 悬停效果 */
.tag-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

/* 小圆点计数标记（可选） */
.tag-item::after {
    content: attr(data-count);
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 10px;
    background: #ff4757;
    color: white;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.tag-item:hover::after {
    opacity: 1;
}

.widget-icon {
    margin-right: 8px;
    color: #6c757d;
}

.tx-side .widget-search input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: var(--tx-color)
}

.links li {
    float: left;
    margin: 0 15px 5px 0
}

.footer {
    padding: 30px 0;
    color: #999;
    line-height: 2
}

.footer a {
    color: #555
}

@media screen and (max-width: 992px) {
    .header {
        padding:5px 0
    }

    .header {
        margin-bottom: 8px
    }

    .logo {
        width: 100%;
        text-align: center
    }

    .logo a,.logo img {
        height: 40px;
        display: inline-block
    }

    .search-box {
        padding: 5px
    }

    .search-box,.search-box form {
        width: 100%;
        background-color: #fff
    }

    .search-box button,.search-box input {
        line-height: 28px;
        height: 28px
    }

    .nav,.search-box {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        display: none
    }

    .nav .wide {
        padding: 0
    }

    .nav li {
        width: 100%
    }

    .nav li ul {
        position: static;
        opacity: 1;
        visibility: visible;
        padding: 2vw 0;
        display: none;
        transition: none
    }

    .nav>ul>li>i.nav-drop-on {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-flex;
        height: 45px;
        width: 45px;
        align-items: center;
        justify-content: center;
        color: #fff;
        cursor: pointer;
        transition: all .35s ease 0s
    }

    .nav>ul>li>i.nav-drop-on.on {
        transform: rotate(180deg)
    }

    .nav>ul>li::after,.nav>ul>li::before {
        display: none
    }

    .header>a {
        position: absolute;
        top: 5px;
        left: 10px;
        line-height: 40px
    }

    .header>a.search-on {
        left: auto;
        right: 10px
    }

    .tx-side dl {
        margin-bottom: 9px;
        padding: 9px
    }

    .info-next .ta-r {
        text-align: left;
        margin-top: 9px
    }
}

/* 导航菜单基础样式 - 居中版本（已删除所有渐变相关样式） */
.nav {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
    font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    display: flex;
    justify-content: center; /* 确保导航容器本身居中 */
    /* 注：若原代码此处或父级有 background: linear-gradient(...) 已完全移除 */
}

.nav .wide { /* 新增：控制导航内容宽度和居中 */
    width: 100%;
    max-width: 1200px; /* 根据实际需要调整 */
    margin: 0 auto;
    /* 确保无渐变背景 */
}

.nav ul {
    list-style: none;
    margin: 0 auto; /* 改为自动外边距实现居中 */
    padding: 0;
    display: flex;
    justify-content: center; /* 菜单项居中 */
    align-items: center;
    height: 60px;
    /* 确保无渐变背景 */
}

.nav li {
    position: relative;
    margin: 0 15px;
    /* 确保无渐变背景 */
}

.nav a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    /* 确保无渐变背景（如 hover 或 active 状态的渐变已排除） */
}

/* 悬停效果（无渐变） */
.nav a:hover {
    color: #fff;
    transform: translateY(-2px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    /* 移除任何可能的渐变背景，仅保留颜色和变换 */
}

/* 当前选中项效果（无渐变） */
.nav a.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.15); /* 纯色半透明，无渐变 */
}

/* 下划线动画效果（无渐变） */
.nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #fff; /* 纯色色条，无渐变 */
    transform: translateX(-50%);
    transition: width 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.nav a:hover::after,
.nav a.active::after {
    width: 80%;
    opacity: 1;
}

/* 下拉菜单效果（如果有二级菜单） */
.nav li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.nav ul ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    min-width: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 10px);
    transition: all 0.3s ease;
    padding: 10px 0;
    z-index: 1001;
}

.nav ul ul li {
    margin: 0;
    display: block;
}

.nav ul ul a {
    color: #333;
    padding: 8px 20px;
    display: block;
    transition: all 0.2s ease;
}

.nav ul ul a:hover {
    background: #f5f5f5;
    color: #3498db;
    transform: translateX(5px);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .nav {
        display: block;
    }
    
    .nav .wide {
        width: 100%;
        max-width: none;
    }
    
    .nav ul {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }
    
    .nav li {
        margin: 5px 0;
        width: 100%;
        text-align: center;
    }
    
    .nav a {
        display: block;
        padding: 10px;
    }
    
    .nav a::after {
        display: none;
    }
    
    .nav ul ul {
        position: static;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        transform: none;
        display: none;
        width: 80%;
        margin: 0 auto;
    }
    
    .nav li:hover ul {
        display: block;
    }
}

/* 排行榜样式 */
.tab-hd {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab-hd li {
    display: inline-block;
    padding: 0px 15px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #666;
    background: #f5f5f5;
}

.tab-hd li.on {
    background: #3498db;
    color: #fff;
}

.tab-hd li:hover {
    background: #e0e0e0;
}

.tab-hd li.on:hover {
    background: #2980b9;
}

.ul-rank {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ul-rank li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: center;
}

.ul-rank li:last-child {
    border-bottom: none;
}

.ul-rank li span {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 50%;
    margin-right: 10px;
    color: #666;
    font-size: 12px;
}

.ul-rank li:nth-child(1) span {
    background: #ff5252;
    color: #fff;
}

.ul-rank li:nth-child(2) span {
    background: #ff9800;
    color: #fff;
}

.ul-rank li:nth-child(3) span {
    background: #ffeb3b;
    color: #333;
}

.ul-rank li a {
    color: #333;
    text-decoration: none;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
}

.ul-rank li a:hover {
    color: #3498db;
    padding-left: 5px;
}

.hide {
    display: none;
}

/* 返回顶部按钮样式 */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 80px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    background: transparent; /* 修改为完全透明 */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    background: transparent; /* 悬停时也保持透明 */
    transform: translateY(-3px);
}

.back-to-top img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.back-to-top:hover img {
    transform: scale(1.1);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .back-to-top {
        right: 15px;
        bottom: 60px;
        width: 45px;
        height: 45px;
    }
}

