/* 其他部分的样式 */

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
    height: 100vh;
}

.left-side {
    flex: 0 0 180px;
    background: #f5f5f5;
    padding: 20px;
        position: relative;
}

.right-side {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

/* Logo和简介 */
.logo-section {
    text-align: center;
}
.logo-section img {
    width: 80%;
}

/* 栏目介绍 */
.menu-section ul {
    list-style: none;
    padding: 0;
}
.menu-section li {
    margin: 8px 0;
    padding: 12px;
    background: #f8f8f8;
    text-align: center;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.menu-section li:hover {
    background: #ff6600;
    color: white;
    transform: translateX(5px);
}

/* 底部二维码 */
.qr-section {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1;
}
.qr-item {
    text-align: center;
}
.qr-item img {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
}
.qr-item p {
    font-size: 12px;
    color: #666;
    margin: 0;
}

/* 友情链接 */
.links-section {
    margin: 20px 0;
}
.links-list {
    display: flex;
    flex-wrap: wrap;
}
.links-list a {
    margin-right: 10px;
    color: #ff6600;
}

/* 版权信息 */
.footer-section {
    text-align: center;
    margin: 20px 0;
}
/* 搜索功能 */
.search-section {
    margin: 20px 0;
    display: block;
    overflow: hidden;
}
.search-section input {
    padding: 10px;
    width: 300px;
    float: left;
    margin-right: 10px;
}
.search-section button {
    padding: 10px;
    background: #ff6600;
    color: white;
    border: none;
    float: left;
    margin-right: 20px;
}
.hot-searches {
    display: block;
    float: left;
}
.hot-searches span {
    float: left;
    margin-right: 10px;
}
.hot-searches a {
    float: left;
    margin-right: 10px;
}
.hot-searches a {
    color: #ff6600;
    text-decoration: none;
}

a {
    color: inherit;
    text-decoration: none;
}
/* 右侧悬浮区域 */
.float-section {
    position: fixed;
    right: 20px;
    bottom: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.float-section li {
    margin-bottom: 10px;
    position: relative;
}
.float-btn {
    display: block;
    width: 50px;
    height: 50px;
    background: #ff6600;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: white;
    text-decoration: none;
}
.float-btn img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.qr-tooltip {
    position: absolute;
    left: -180px;
    bottom: 0;
    width: 180px;
    padding: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    text-align: center;
}
.qr-tooltip img {
    width: 180px;
    height: 180px;
}
.qr-tooltip p {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
.float-section li:hover .qr-tooltip {
    display: block;
    z-index: 1000;
}
.float-btn {
    display: block;
    margin: 8px 0;
    padding: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
}
.float-btn:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}
.float-btn img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}
.float-btn:hover img {
    transform: scale(1.1);
}


.dmad img {
    width: 100%;
    height: 220px;
}

.title {
    width: 100%;
    overflow: hidden;
}

.title h2 {
    float: left;
}

.title a {
    float: right;
}
.footer-section {
    background-color: #f8f8f8;
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 20px;
}

.footer-links, .footer-contact, .footer-social {
    flex: 1;
    padding: 0 20px;
}

.footer-links h3, .footer-contact h3, .footer-social h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.footer-links ul, .footer-contact ul, .footer-social ul {
    list-style: none;
    padding: 0;
}

.footer-links li, .footer-contact li, .footer-social li {
    margin-bottom: 10px;
}

.footer-links a, .footer-social a {
    color: #666;
    text-decoration: none;
}

.footer-links a:hover, .footer-social a:hover {
    color: #000;
}

.footer-copyright {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
}

.footer-copyright p {
    margin: 0;
    color: #666;
}

.footer-copyright a {
    color: #666;
    text-decoration: none;
}

.footer-copyright a:hover {
    color: #000;
}

.ftcode-item img {
    width: 150px;
}

.ftcode-item {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

.ftcode {
    overflow: hidden;
    padding: 20px;
    text-align: center;
}
.dbu_logo {
    text-align: left;
    width: 200px;
    line-height: 25px;
    font-size: 13px;
}