
body {
    font-family: '微软雅黑', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.5);
    background: white;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 992px) {
    body {
        font-size: 16px;
    }
}

a {
    color: #000000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #228896;
    outline: none;
    text-decoration: none !important;
}

p {
    margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: '微软雅黑', Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

figure {
    margin-bottom: 2.5em;
    float: left;
    width: 100%;
}

figure figcaption {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0px auto;
    color: #b3b3b3;
    font-style: italic;
    font-family: "Roboto", Arial, sans-serif;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    figure figcaption {
        width: 100%;
    }
}

::-webkit-selection {
    color: #fff;
    background: #228896;
}

::-moz-selection {
    color: #fff;
    background: #228896;
}

::selection {
    color: #fff;
    background: #228896;
}


#taoxi-page {
    width: 100%;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

.single-line {
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    width: 100%;
}

.text-ellipsis-three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制文本为三行 */
    -moz-box-orient: vertical; /* Firefox 兼容性 */
    -ms-box-orient: vertical; /* IE 兼容性 */
    overflow: hidden;
    text-overflow: ellipsis;
}

#taoxi-aside {
    padding: 20px 20px 20px 20px;
    width: 280px;
    /*position: fixed;*/
    /*bottom: 0;*/
    /*top: 0;*/
    /*left: 0;*/
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 10;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: whitesmoke;

}


/* 鼠标悬停时显示滚动条 */
#taoxi-aside:hover {
    overflow-y: auto; /* 显示垂直滚动条 */
}

@media screen and (max-width: 1200px) {
    #taoxi-aside {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    #taoxi-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        display: none;
    }
}

#taoxi-aside #taoxi-logo {
    margin-bottom: 40px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    #taoxi-aside #taoxi-logo {
        margin-bottom: 1em;
    }
}

#taoxi-aside #taoxi-logo img {
    height: 50px;
}

#taoxi-aside #taoxi-main-menu ul {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #taoxi-aside #taoxi-main-menu ul {
        margin: 0 0 2em 0;
    }
}

#taoxi-aside #taoxi-main-menu ul li {
    margin: 0 0 0 0;
    list-style: none;
    border-radius: 10px;
    padding: 5px;
}

#taoxi-aside #taoxi-main-menu ul li:hover {
    background-color: whitesmoke;
}

#taoxi-aside #taoxi-main-menu ul li i {
    font-size: 28px;
    margin-right: 15px;
    font-weight: 500;
}

#taoxi-aside #taoxi-main-menu ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    padding: 10px 10px;
    font-family: '微软雅黑', Arial, sans-serif;
    display: flex;
    align-items: center;
}

#taoxi-aside #taoxi-main-menu ul li.taoxi-active {
    background-color: whitesmoke;
}

#taoxi-aside #taoxi-main-menu ul li.taoxi-active a {
    color: rgba(0, 0, 0, 1);
}

.footer {
    bottom: 0;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 10px;
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    #taoxi-aside .taoxi-footer {
        position: relative;
        bottom: 0;
    }
}

#taoxi-aside .taoxi-footer span {
    display: block;
}

#taoxi-aside .taoxi-footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

#taoxi-aside .taoxi-footer ul li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}

#taoxi-aside .taoxi-footer ul li a {
    color: rgba(0, 0, 0, 0.7);
    padding: 4px;
}

#taoxi-aside .taoxi-footer ul li a:hover, #taoxi-aside .taoxi-footer ul li a:active, #taoxi-aside .taoxi-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #228896;
}

#taoxi-main {
    width: 100%;
    padding-top: 80px;
}


.main-header {
    background-color: whitesmoke;
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 1;
}

.main-header #taoxi-logo img {
    height: 30px;
}

.main-header a i {
    font-size: 16px;
}


.main-header .menu-item {
    gap: 30px;
    background-color: #2ca876;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
    display: inline-flex;
    align-items: center;
    padding: 5px 20px;
    border-radius: 30px;
    margin-left: 20px;
}

.main-header .menu-item .menu-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}


.main-header .nav-item {
    gap: 30px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    margin-right: 20px;
    font-szie: 18px;
}


.main-header .nav-item .nav-link {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
}

.main-header .nav-item .nav-active {
    color: #2ca876;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
}


@media screen and (max-width: 768px) {
    .main-header .menu-list .menu-link span {
        display: none;
    }

    .main-header .menu-item {
        display: none;
    }
}


#taoxi-main .main-content {
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
    #taoxi-main {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #taoxi-main {
        width: 100%;
    }
}

#taoxi-main .taoxi-narrow-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

@media screen and (max-width: 768px) {
    #taoxi-main .taoxi-narrow-content {
        width: 100%;
        padding: 4em 1em;
    }
}


.taoxi-bg-color {
    width: 100%;
    float: left;
    background: #fff;
}

body.offcanvas {
    overflow-x: hidden;
}

body.offcanvas #taoxi-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    background: #fff;
    z-index: 1050; /* 确保在最顶层 */
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    height: calc(100vh);
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1); /* 添加右边阴影 */
}


.sentence-list {
    margin-top: 2rem;
    padding: 0;
}

.sentence-list .list-item {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.sentence-list .list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.25);
}

.sentence-list .list-item p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 0.8rem;
    font-weight: 400;
}

.sentence-list .list-item small {
    display: block;
    color: #000000;
    font-size: 1.2rem;
    margin-top: 1rem;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .sentence-list .list-item {
        padding: 1.2rem;
    }

    .sentence-list .list-item p {
        font-size: 1rem;
    }
}


.taoxi-services {
    margin-top: 5px;
}

.taoxi-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-entry {
    width: 100%;
    float: left;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 200px;
    overflow: hidden;
    margin-bottom: 25px;
}

.blog-entry .blog-img img {
    position: relative;
    max-width: 100%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    object-fit: cover;
}

.blog-entry .desc {
    padding: 25px;
    background-color: whitesmoke;
}

.blog-entry .desc p {
    height: 70px;
}

.blog-entry .desc h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: auto;
}

.blog-entry .desc h3 a {
    color: #000;
    text-decoration: none;
}

.blog-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.4) !important;
}

.blog-entry .desc span small i {
    color: #e6e6e6;
}

.blog-entry .desc .lead {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.blog-entry .desc i {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}


.blog-entry:hover .blog-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}

.work {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 270px;
    width: 100%;
    display: table;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .work {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .work {
        height: 270px;
    }
}

.work .desc {
    display: table-cell;
    vertical-align: middle;
    height: 270px;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.work .desc h3 {
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}

.work .desc span {
    display: block;
    color: #999999;
    font-size: 12px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, 15px, 0);
    -moz-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    -o-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
}

@media screen and (max-width: 768px) {
    .work .desc {
        opacity: 1;
        background: transparent !important;
    }

    .work .desc h3 {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: #fff;
    }

    .work .desc span {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.work:hover .desc {
    opacity: 1;
}

.work:hover .desc h3 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.work:hover .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.taoxi-lead {
    font-size: 18px;
    line-height: 1.5;
}

.taoxi-heading-colored {
    color: #228896;
    font-size: 60px;
    font-weight: 500;
}

.taoxi-cards {
    padding: 1em 0;
    background: #e6e6e6;
}

@media screen and (max-width: 768px) {
    .taoxi-cards {
        padding: 1em 0;
    }
}

.taoxi-cards .taoxi-flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.taoxi-cards .taoxi-flex-wrap > div {
    width: 49.5%;
    margin-right: 1%;
    background: #fff;
    padding: 30px;
    margin-bottom: 10px;
}

.taoxi-cards .taoxi-flex-wrap > div:nth-of-type(1) {
    float: left;
}

.taoxi-cards .taoxi-flex-wrap > div:nth-of-type(2) {
    float: right;
    margin-right: 0%;
}

@media screen and (max-width: 992px) {
    .taoxi-cards .taoxi-flex-wrap > div {
        width: 100%;
        margin-right: 0;
    }
}

.taoxi-cards .taoxi-flex-wrap .taoxi-card p:last-child {
    margin-bottom: 0;
}

.taoxi-cards .taoxi-flex-wrap .taoxi-card h5 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    padding: 4px 8px;
    background: #ebebeb;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.taoxi-counter .taoxi-number {
    font-size: 100px;
    color: #228896;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: .7;
}

.taoxi-counter .taoxi-number.taoxi-left {
    float: left;
    width: 30%;
}

@media screen and (max-width: 768px) {
    .taoxi-counter .taoxi-number.taoxi-left {
        width: 100%;
        line-height: 1.2;
    }
}

.taoxi-counter .taoxi-text {
    float: right;
    text-align: left;
    width: 70%;
}

@media screen and (max-width: 768px) {
    .taoxi-counter .taoxi-text {
        width: 100%;
        text-align: center;
    }
}

.taoxi-counter .taoxi-text h3 {
    margin: 0;
    padding: 0;
    position: relative;
}

.taoxi-counter .taoxi-text h3.border-bottom:after {
    content: "";
    width: 50px;
}

.taoxi-social {
    padding: 0;
    margin: 0;
    text-align: center;
}

.taoxi-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.taoxi-social li a {
    font-size: 22px;
    color: #000;
    padding: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

@media screen and (max-width: 768px) {
    .taoxi-social li a {
        padding: 10px 8px;
    }
}

.taoxi-social li a:hover {
    color: #228896;
}

.taoxi-social li a:hover, .taoxi-social li a:active, .taoxi-social li a:focus {
    outline: none;
    text-decoration: none;
    color: #228896;
}

#map {
    width: 100%;
    height: 700px;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

.taoxi-more-contact {
    background: #fafafa;
}

.taoxi-feature {
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    position: relative;
}

.taoxi-feature .taoxi-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.taoxi-feature .taoxi-icon i {
    display: table-cell;
    vertical-align: middle;
    color: #228896;
    font-size: 40px;
    height: 100px;
}

@media screen and (max-width: 1200px) {
    .taoxi-feature .taoxi-icon i {
        font-size: 40px;
    }
}

.taoxi-feature .taoxi-text {
    padding-left: 120px;
    width: 100%;
}

.taoxi-feature .taoxi-text h2, .taoxi-feature .taoxi-text h3 {
    margin: 0;
    padding: 0;
}

.taoxi-feature .taoxi-text h3 {
    font-weight: 500;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.taoxi-feature.taoxi-feature-sm .taoxi-text {
    margin-top: 30px;
}

.taoxi-feature.taoxi-feature-sm .taoxi-icon i {
    color: #228896;
    font-size: 40px;
}

@media screen and (max-width: 1200px) {
    .taoxi-feature.taoxi-feature-sm .taoxi-icon i {
        font-size: 28px;
    }
}

.taoxi-heading {
    font-size: 24px;
    margin-bottom: 1em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.taoxi-heading .taoxi-light {
    color: #fff;
}

.taoxi-heading span {
    display: block;
}

@media screen and (max-width: 768px) {
    .taoxi-heading {
        margin-bottom: 1em;
    }
}


#message {
    height: 130px;
}

.taoxi-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.taoxi-nav-toggle.active i::before, .taoxi-nav-toggle.active i::after {
    background: #000;
}

.taoxi-nav-toggle.dark.active i::before, .taoxi-nav-toggle.dark.active i::after {
    background: #000;
}

.taoxi-nav-toggle:hover, .taoxi-nav-toggle:focus, .taoxi-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.taoxi-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    transition: all .2s ease-out;
}

.taoxi-nav-toggle i::before, .taoxi-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.taoxi-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    transition: all .2s ease-out;
}

.taoxi-nav-toggle.dark i::before, .taoxi-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.taoxi-nav-toggle i::before {
    top: -7px;
}

.taoxi-nav-toggle i::after {
    bottom: -7px;
}

.taoxi-nav-toggle:hover i::before {
    top: -10px;
}

.taoxi-nav-toggle:hover i::after {
    bottom: -10px;
}

.taoxi-nav-toggle.active i {
    background: transparent;
}

.taoxi-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.taoxi-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.taoxi-nav-toggle {
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .taoxi-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 1em;
    }
}

.col-padding {
    padding: 10px !important;
}

.js .animate-box {
    opacity: 0;
}

/*# sourceMappingURL=style.css.map */

.tabs-wrapper {
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

.tabs-wrapper .tabs-mark-group .title {
    width: 90px;
    margin-top: 3px;
    float: left;
}

.tabs-wrapper .tabs-mark-group .classify {
    margin-top: 3px;
}

.tabs-wrapper .tabs-mark-group .classify a,
.tabs-wrapper .tabs-mark-group .classify i {
    color: #919191;
}

.tabs-wrapper .tabs-mark-group .classify a:focus,
.tabs-wrapper .tabs-mark-group .classify a:hover {
    color: #43bc60;
}

.tabs-wrapper .tabs-mark-group .content {
    margin-left: 100px;
}

.tabs-wrapper .tabs-mark {
    margin: 0 4px;
}

.tabs-wrapper .tabs-mark a {
    border: 1px solid #e4ecf3;
    padding: 2px 5px;
    color: #919191;
}

.tabs-wrapper .tabs-mark i {
    font-size: 10px;
    margin-left: 5px;
}

.tabs-wrapper .tabs-mark.active a,
.tabs-wrapper .tabs-mark:focus a,
.tabs-wrapper .tabs-mark:hover a {
    color: #43bc60;
    border: 1px solid #43bc60;
}

.tabs-wrapper .tabs-group {
    position: relative;
    overflow-y: hidden;
}

.tabs-wrapper .tabs-group .title {
    float: left;
    padding: 10px 0;
    width: 80px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.tabs-wrapper .tabs-group .content {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0px;
}

.tabs-wrapper .tabs-group .content > li {
    float: left;
    padding: 3px 8px;
    background-color: whitesmoke;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tabs-wrapper .tabs-group .content > li > a {
    display: block;
    padding: 5px 10px;
    border: none;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabs-wrapper .tabs-group .content > li.active > a,
.tabs-wrapper .tabs-group .content > li:focus > a,
.tabs-wrapper .tabs-group .content > li:hover > a {
    color: #007bff;
}

.tabs-wrapper .tabs-group .tabs-toggle {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.tabs-multiple .tabs-group .content > li > a {
    margin: 2px 0;
    display: block;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.tabs-multiple .tabs-group .content > li.active > a {
    color: #007bff;
    background: #b3d7ff;
}

@media (max-width: 767px) {
    .tabs-wrapper .tabs-group .title {
        width: 100%;
        float: none;
    }

    .tabs-wrapper .tabs-group .content {
        margin: 0;
    }

    .tabs-wrapper .tabs-group .content > li {
        padding: 5px;
    }

    .tabs-wrapper .tabs-group + .tabs-group {
        border-top: none;
    }
}

.m-0 {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.m-1 {
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
}

.mt-1 {
    margin-top: 5px !important;
}

.mr-1 {
    margin-right: 5px !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.ml-1 {
    margin-left: 5px !important;
}

.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m-2 {
    margin-top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.ml-2 {
    margin-left: 10px !important;
}

.mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-3 {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
}

.mt-3 {
    margin-top: 15px !important;
}

.mr-3 {
    margin-right: 15px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.ml-3 {
    margin-left: 15px !important;
}

.mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.m-4 {
    margin-top: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

.mr-4 {
    margin-right: 20px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.ml-4 {
    margin-left: 20px !important;
}

.mx-4 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.my-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m-6 {
    margin-top: 40px !important;
    margin-right: 40px !important;
    margin-bottom: 40px !important;
    margin-left: 40px !important;
}

.mt-6 {
    margin-top: 40px !important;
}

.mr-6 {
    margin-right: 40px !important;
}

.mb-6 {
    margin-bottom: 40px !important;
}

.ml-6 {
    margin-left: 40px !important;
}

.mx-6 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.my-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.m-5 {
    margin-top: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
}

.mt-5 {
    margin-top: 30px !important;
}

.mr-5 {
    margin-right: 30px !important;
}

.mb-5 {
    margin-bottom: 30px !important;
}

.ml-5 {
    margin-left: 30px !important;
}

.mx-5 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.my-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.p-0 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.p-1 {
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
}

.pt-1 {
    padding-top: 5px !important;
}

.pr-1 {
    padding-right: 5px !important;
}

.pb-1 {
    padding-bottom: 5px !important;
}

.pl-1 {
    padding-left: 5px !important;
}

.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-2 {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
}

.pt-2 {
    padding-top: 10px !important;
}

.pr-2 {
    padding-right: 10px !important;
}

.pb-2 {
    padding-bottom: 10px !important;
}

.pl-2 {
    padding-left: 10px !important;
}

.px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-3 {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
}

.pt-3 {
    padding-top: 15px !important;
}

.pr-3 {
    padding-right: 15px !important;
}

.pb-3 {
    padding-bottom: 15px !important;
}

.pl-3 {
    padding-left: 15px !important;
}

.px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p-4 {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
}

.pt-4 {
    padding-top: 20px !important;
}

.pr-4 {
    padding-right: 20px !important;
}

.pb-4 {
    padding-bottom: 20px !important;
}

.pl-4 {
    padding-left: 20px !important;
}

.px-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.py-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.waterfall {
    -webkit-column-count: 3; /* 分为 3 列 - Webkit browsers */
    -moz-column-count: 3; /* Firefox */
    column-count: 3; /* 标准语法 */
    -webkit-column-gap: 10px; /* 列间距 - Webkit */
    -moz-column-gap: 10px; /* 列间距 - Firefox */
    column-gap: 10px; /* 标准语法 */
}

.item {
    -webkit-column-break-inside: avoid; /* 防止内容块被分割 - Webkit */
    page-break-inside: avoid; /* 防止内容块被分割 - 打印样式 */
    break-inside: avoid; /* 防止内容块被分割 - 标准语法 */
    margin-bottom: 10px; /* 内容块间距 */
    background: #f0f0f0;
    padding: 10px;
}


.slide-panel {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100%;
    background: #fff;
    z-index: 1001;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.slide-panel.active {
    right: 0;
}

.slide-panel .panel-header {
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-body {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
}

.close-panel {
    font-size: 16px;
    text-decoration: none;
}

.detail .thumb {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}

.detail .desc {
    padding-top: 30px;
}

.detail-title {
    font-size: 20px;
    font-weight: bold;
}


/* ... 原有样式保持不变 ... */

/* 新增二维码弹窗样式 */
.qrcode-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background: #fff;
    z-index: 1002;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    display: none;
}

.qrcode-modal.active {
    display: block;
}

.qrcode-modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qrcode-modal .modal-body {
    padding: 20px;
    text-align: center;
}

.close-qrcode-modal {
    font-size: 24px;
    text-decoration: none;
    color: #999;
}


/* 分页组件样式 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    list-style: none;
    margin: 1.5rem 0;
}

.pagination li {
    margin: 0 2px;
}

.pagination a,
.pagination span {
    display: block;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #228896;
    background-color: #fff;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.pagination a:hover {
    background-color: #e6f7fb;
    border-color: #228896;
    color: #fff;
}

.pagination .active a,
.pagination .active span {
    background-color: #228896;
    border-color: #228896;
    color: #fff;
    cursor: default;
}

.pagination .disabled a,
.pagination .disabled span {
    color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.pagination .disabled a:hover {
    background-color: transparent;
    border-color: #ddd;
}


.book-entry {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .book-entry {
        margin-bottom: 30px;
    }
}

.book-entry .book-img {
    width: 127px;
    overflow: hidden;
    height: 180px;
}

.book-entry .book-img img {
    width: 127px;
    height: 180px;
    object-fit: cover;
}

.book-entry .desc {
    margin-left: 30px;
    flex: 1;
}

.book-entry .desc p {
    height: 70px;
}

.book-entry .desc h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: auto;
}

.book-entry .desc h3 a {
    color: #000;
    text-decoration: none;
}

.book-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.4) !important;
}

.book-entry .desc span small i {
    color: #e6e6e6;
}

.book-entry .desc .lead {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.book-entry:hover .blog-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.people-entry {
    width: 100%;
    float: left;
    background: #fff;

}

@media screen and (max-width: 768px) {
    .people-entry {
        margin-bottom: 30px;
    }
}

.people-entry .people-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 180px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: solid 1px whitesmoke;

}

.people-entry .people-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.people-entry .desc {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.people-entry .desc p {
    height: 70px;
    text-align: center;
}

.people-entry .desc h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: auto;
}

.people-entry .desc h3 a {
    color: #000;
    text-decoration: none;
}

.people-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.4) !important;
}

.people-entry .desc span small i {
    color: #e6e6e6;
}

.people-entry .desc .lead {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.people-entry:hover .people-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.content-left {
    width: 200px;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.content-left:hover {
    width: 200px;
    height: 100%;
    overflow-y: auto;
}

.content-right {
    flex: 1;
    height: 100%;
    padding: 20px;
}


.category-list-panel {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.category-list-panel .title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #667eea;
}

/* 分类列表横向排列 */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.category-list .category-item {
    flex: 0 0 auto;
}

.category-list .category-item a {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    color: #666;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.category-list .category-item a:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.category-list .category-item.active a {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-weight: 500;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .category-list {
        gap: 0.4rem;
    }

    .category-list .category-item a {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }
}



