/*main css*/
.main-im {
	z-index: 1001!important;    
    position: fixed;
    left: 10px;
    top: 300px;
    z-index: 100;
    width: 110px;
    height: 272px;
}

.main-im .qq-a {
    display: block;
    width: 106px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
}

.main-im .qq-a span {
    bottom: 5px;
    position: absolute;
    width: 90px;
    left: 10px;
}

.main-im .qq-hover-c {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    position: absolute;
    left: 18px;
    top: 10px;
    overflow: hidden;
    z-index: 9;
}

.main-im .qq-container {
    z-index: 99;
    position: absolute;
    width: 109px;
    height: 118px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #dddddd;
    background: url(qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
    max-width: 60px;
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
    max-width: 70px;
    left: 1px;
    top: 8px;
    position: absolute;
}

.main-im .im_main {
    background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #F9FAFB;
    display: none;
    display: block !important;
}

.main-im .im_main .im-tel {
    color: #000000;
    text-align: center;
    width: 109px;
    height: 105px;
    border-bottom: 1px solid #dddddd;
    line-height: 20px;
}

.main-im .im_main .im-tel div {
    font-weight: bold;
    font-size: 12px;
    margin-top: 6px;
}

.main-im .im_main .im-tel .tel-num {
    font-family: Arial;
    font-weight: bold;
    color: #e66d15;
}

.main-im .im_main .im-tel:hover {
    background: #fafafa;
}

.main-im .im_main .weixing-container {
    width: 55px;
    height: 47px;
    border-left: 1px solid #dddddd;
    background: #f5f5f5;
    /*/border-bottom-left-radius: 10px;/*/
    background: url(weixing-icon.png) no-repeat center center;
    float: right;
}

.main-im .im_main .weixing-show {
    width: 112px;
    height: 172px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #dddddd;
    position: absolute;
    left: 120px;
    top: -125px;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    border-width: 6px;
    left: -12px;
    top: 134px;
    position: absolute;
    z-index: 2;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #dddddd transparent transparent;
    border-width: 8px;
    left: -16px;
    top: 132px;
    position: absolute;
}

.main-im .im_main .weixing-show .weixing-ma {
    width: 104px;
    height: 103px;
    padding-left: 5px;
    padding-top: 5px;
}

.main-im .im_main .weixing-show .weixing-txt {
    position: absolute;
    top: 110px;
    left: 5px;
width:100%;
    /*/width: 100px;/*/
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
}

.main-im .im_main .go-top {
    width: 50px;
    height: 47px;
    background: #f5f5f5;
    border-bottom-right-radius: 10px;
    background: url(toTop-icon.png) no-repeat center center;
    float: right;
}

.main-im .im_main .go-top a {
    display: block;
    width: 52px;
    height: 47px;
}

.main-im .close-im {
    position: absolute;
    right: 10px;
    top: -12px;
    z-index: 100;
    width: 24px;
    height: 24px;
}

.main-im .close-im a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(close_im.png) no-repeat left top;
}

.main-im .close-im a:hover {
    text-decoration: none;
}

.main-im .open-im {
    cursor: pointer;
    /*margin-left: 68px;*/
    width: 40px;
    height: 133px;
    background: url(open_im.png) no-repeat left top;
}


 .open-im{
    display: none !important;
}

 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Microsoft YaHei", sans-serif;
            background-color: #f0f2f5;
        }

        .very-top-nav {
            background-color: #fff;
            padding: 5px 0;
            border-bottom: 1px solid #f0f0f0;
            width: 100%;
            position: relative;
            z-index: 9999;
        }

        .very-top-container {
            max-width: 80%;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }

        .left-logo {
            display: flex;
            align-items: center;
        }

        .left-logo img {
             
            margin-right: 5px;
        }

        .right-links {
            display: flex;
            align-items: center;
            gap: 15px;
            flex-wrap: wrap;
        }

        .right-links a {
            color: #666;
            text-decoration: none;
            font-size: 12px;
            display: flex;
            align-items: center;
            white-space: nowrap;
        }

        .right-links img {
            
            margin-right: 3px;
        }

        .right-links a:hover {
            color: #82c3a6;
        }

        .divider {
            color: #e8e8e8;
            margin: 0 5px;
        }

        @media (max-width: 768px) {
            .very-top-container {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                padding: 10px 20px;
                max-width: 100%;
                position: relative;
            }
            .main-im{display:none !important;}
            .menu-toggle {
                display: block;
                margin-left: 10px;
            }

            .left-logo {
                flex: 0 0 auto;
            }

            .right-links {
                width: 100%;
                justify-content: flex-start;
                gap: 10px;
                margin-top: 5px;
                flex-wrap: wrap;
            }

            .divider {
                display: none;
            }

            .right-links a, .right-links img {
                background: #f8f8f8;
                padding: 5px 8px;
                border-radius: 4px;
                font-size: 12px;
                margin: 2px;
            }

            .right-links img {
               
                padding: 2px;
                margin-right: 0;
            }
        }

        @media (max-width: 480px) {
            .very-top-container {
                padding: 8px 15px;
            }

            .right-links {
                gap: 6px;
            }

            .right-links a, .right-links img {
                font-size: 11px;
                padding: 4px 6px;
            }
        }

        .top-nav {
            background-color: #fff;
            padding: 10px 0;
            border-bottom: 1px solid #e8e8e8;
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .site-logo {
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .site-logo img {
            height: 30px;
            margin-right: 10px;
        }

        .site-logo span {
            color: #333;
            font-size: 20px;
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .nav-links a {
            color: #666;
            text-decoration: none;
            font-size: 14px;
        }

        .nav-links a:hover {
            color: #82c3a6;
        }

        .header {
            background-color: #82c3a6;
            padding: 20px 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .container {
            max-width: 70%;
            margin: 0 auto;
            padding: 80px 20px;
        }

        .logo {
            color: white;
            font-size: 24px;
            margin-bottom: 20px;
        }

        .search-section {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-bottom: 30px;
        }

        .search-box {
            width: 100%;
            max-width: 600px;
            padding: 12px;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .btn {
            padding: 12px 24px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s;
        }

        .btn-search {
            background-color: #4a9e81;
            color: white;
            width:120px;
        }

        .btn-reset {
            background-color: #6c757d;
            color: white;
            width:120px;
        }

        .btn:hover {
            opacity: 0.9;
        }

        .notice {
            text-align: center;
            color: white;
            font-size: 14px;
            margin-top: 20px;
        }

        .search-section span {
            color: white;
            display: block;
            font-size: 26px;
            height: 48px;
            line-height: 48px;
            overflow: hidden;
        }

        @media (max-width: 768px) {
            .search-section {
                flex-direction: column;
            }
            
            .btn {
                width: 100%;
                margin-top: 10px;
            }

            .container {
                margin: 0 auto;
                padding: 30px 20px;
            }
        }

        .menu-toggle {
            display: none;
            background: none;
            border: none;
            padding: 5px;
            cursor: pointer;
            margin-left: auto;
        }

        .menu-toggle span {
            display: block;
            width: 25px;
            height: 2px;
            background-color: #666;
            margin: 5px 0;
            transition: all 0.3s ease;
        }

        @media (max-width: 768px) {
            .menu-toggle {
                display: block;
            }

            .very-top-container {
                padding: 10px 20px;
                max-width: 100%;
                position: relative;
            }

            .right-links {
                display: none;
                position: fixed;
                top: 80px;
                right: 20px;
                background: #fff;
                padding: 15px;
                border-radius: 8px;
                box-shadow: 0 4px 12px rgba(0,0,0,0.15);
                z-index: 1000;
                flex-direction: column;
                gap: 0;
                width: auto;
                min-width: 200px;
            }

            .right-links.active {
                display: flex;
            }

            .right-links a {
                padding: 12px 15px;
               
                font-size: 14px;
                color: #333;
                display: flex;
                align-items: center;
                width: 100%;
                transition: background-color 0.3s;
            }

            .right-links a:hover {
                background-color: #f8f8f8;
            }

            .right-links a:last-child {
                border-bottom: none;
            }

            .right-links img {
                
                margin-right: 10px;
            }

            .divider {
                display: none;
            }

            .right-links::before {
                content: '';
                position: absolute;
                top: -8px;
                right: 15px;
                width: 16px;
                height: 16px;
                background: #fff;
                transform: rotate(45deg);
                box-shadow: -2px -2px 5px rgba(0,0,0,0.04);
            }
        }

        @media (max-width: 480px) {
            .right-links {
                right: 10px;
                left: 10px;
                width: auto;
            }
        }

        .vip-link {
            position: relative;
            z-index: 10000;
        }

        .vip-link::after {
            content: '';
    position: fixed;
    top: 20px;
    transform: translateX(-50%);
    width: 330px;
    height: 230px;
    
    border-radius: 8px;
    
    padding: 20px;
    display: none;
    z-index: 10000;
    margin-left: 180px;
}
        }

        .vip-link::before {
            content: '';
            position: fixed;
            top: 32px;
            left: 50%;
            transform: translateX(-50%);
            border: 8px solid transparent;
            border-bottom-color: #fff;
            display: none;
            z-index: 10001;
        }

        .vip-link:hover::after {
            display: block;
            background-image: url('/images/1-25030QA420433.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
		.statistic1 {
    padding: 0 5px 0 5px;
    color: #DADADA !important;
}

        @media (max-width: 768px) {
            .vip-link::after {
                width: 300px;
                height: 200px;
                left: 0;
                transform: none;
            }
            
            .vip-link::before {
                left: 20px;
                transform: none;
            }
			.statistic1 {
display: none;
    
}
        }

        .login {
            background-color: #82c3a6;
            color: #fff !important;
            padding: 5px 15px !important;
            border-radius: 20px;
            transition: all 0.3s ease;
            font-weight: 500;
            border: 1px solid #82c3a6;
        }

        .login:hover {
            background-color: #fff;
            color: #82c3a6 !important;
            border-color: #82c3a6;
        }

        @media (max-width: 768px) {
            .login {
                background-color: #82c3a6;
                color: #fff !important;
                border-radius: 4px;
                text-align: center;
                margin-top: 10px;
            }
        }

        .login-buttons {
            display: flex;
            gap: 10px;
            
        }

        .login-buttons a {
            
        }

        @media (max-width: 768px) {
            .login {
                background-color: #82c3a6;
                color: #fff !important;
                border-radius: 4px;
                text-align: center;
                margin-top: 0 !important;
                padding: 8px 15px !important;
                width: 100%;
            }

            .login-buttons {
                padding: 10px 15px;
                margin-top: 10px;
                border-top: 1px solid #f0f0f0;
            }
			.login{background-color: #82c3a6 !important ;}
			 .login-buttons {
            display: flex;
            gap: 10px;
            width: 100%;
			
        }.login-buttons a {
            flex: 1;
            text-align: center;
            justify-content: center;
        }

        }

        .filter-section {
            padding: 30px 0;
            background: #fff;
            box-shadow: 0 1px 4px rgba(0,0,0,0.05);
        }
        
        .filter-row {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            font-size: 14px;
            color: #333;
            position: relative;
        }
        
        .filter-label {
            width: 120px;
            color: #333;
            text-align: right;
            padding-right: 20px;
            flex-shrink: 0;
            line-height: 32px;
            font-weight: 500;
            position: relative;
        }
        
        .filter-label::after {
            content: ':';
            position: absolute;
            right: 10px;
            color: #999;
        }
        
        .filter-options {
            flex: 1;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            padding: 4px 0;
        }
        
        .filter-option {
            padding: 6px 16px;
            border-radius: 16px;
            cursor: pointer;
            transition: all 0.3s;
            color: #666;
            text-decoration: none;
            background: #f7f7f7;
            font-size: 13px;
        }
        
        .filter-option:hover, .filter-option.active {
            background: #82c3a6;
            color: #fff;
            box-shadow: 0 2px 6px rgba(130, 195, 166, 0.2);
        }

        .filter-option.active {
            font-weight: 500;
        }

        @media (max-width: 768px) {
            .filter-section {
                padding: 15px 0;
                margin: 0 -15px;
            }

            .container {
                padding: 0 15px;
            }
            
            .filter-row {
                flex-direction: column;
                margin-bottom: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid #f0f0f0;
            }
            
            .filter-label {
                width: 100%;
                text-align: left;
                padding: 0 0 10px 0;
                color: #333;
                font-size: 14px;
                font-weight: bold;
            }
            
            .filter-label::after {
                display: none;
            }
            
            .filter-options {
                width: 100%;
                gap: 8px;
                padding: 0;
            }
            
            .filter-option {
                padding: 8px 12px;
                font-size: 13px;
                border-radius: 4px;
                background: #f5f5f5;
                text-align: center;
                flex: 1;
                min-width: calc(33.33% - 8px);
                white-space: nowrap;
            }

            .filter-row:last-child {
                border-bottom: none;
                margin-bottom: 0;
                padding-bottom: 0;
            }
        }

        @media (max-width: 480px) {
            .filter-option {
                min-width: calc(50% - 8px);
            }
			.container {
    max-width: 95%;}
        }

        .filter-container {
            max-width: 70%;
            margin: 0 auto;
            padding: 20px;
        }

        @media (max-width: 768px) {
            .filter-section {
                padding: 15px 0;
                margin: 0 -15px;
            }

            .filter-container {
                padding: 0 15px;
            }
        }

        @media (max-width: 480px) {
            .filter-container {
                max-width: 95%;
            }
        }

        .journal-list {
            padding: 30px 0;
            background: #fff;
            margin-top: 20px;
        }

        .journal-container {
            max-width: 70%;
            margin: 0 auto;
            padding: 0 20px;
        }

        .journal-tabs {
            display: flex;
            border-bottom: 1px solid #e8e8e8;
            margin-bottom: 20px;
        }

        .journal-tab {
            padding: 10px 20px;
            cursor: pointer;
            color: #666;
            position: relative;
            font-size: 15px;
            transition: all 0.3s ease;
        }

        .journal-tab.active {
            color: #82c3a6;
            font-weight: 500;
        }

        .journal-tab:hover {
            color: #82c3a6;
        }

        .journal-tab.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #82c3a6;
            transition: all 0.3s ease;
        }

        .journal-content {
            display: none;
        }

        .journal-content.active {
            display: block;
        }

        .journal-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .journal-item {
            display: block;
            overflow:hidden;
            padding: 20px;
            border: 1px solid #f0f0f0;
            border-radius: 8px;
            width:100%;
            transition: all 0.3s;
        }

        .journal-top {
            display: flex;
            margin-bottom: 15px;
        }

        .journal-cover {
            width: 180px;
            flex-shrink: 0;
            margin-right: 20px;
            border-radius: 4px;
            overflow: hidden;
        }

        .journal-info {
            flex: 1;
			    padding: 0 15px;
			    overflow:hidden;
        }

        .journal-title {
            font-size: 18px;
            font-weight: 500;
            color: #333;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
        }

        .journal-level {
            padding: 2px 8px;
            background: #e6f3ef;
            color: #82c3a6;
            border-radius: 4px;
            font-size: 13px;
        }

        .journal-meta {
            color: #666;
            font-size: 14px;
            line-height: 1.8;
        }

        .journal-actions {
             
            gap: 10px;
            margin-top: 15px;
            flex-wrap: wrap;
            justify-content: center;
            border-top: 1px solid #f0f0f0;
            padding-top: 15px;
        }

        .action-btn {
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 13px;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .action-btn i {
            font-size: 14px;
        }

        .action-btn.primary {
            background: #f5f5f5;
            color: #666;
        }

        .action-btn.primary:hover {
            background: #82c3a6;
            color: #fff;
        }

        @media (max-width: 1200px) {
            .journal-grid {
                grid-template-columns: 1fr;
            }
			 .action-btn {    margin-bottom: 13px;}
        }

        @media (max-width: 768px) {
            .journal-container {
                padding: 0 15px;
            }

            .journal-top {
                flex-direction: column;
            }

            .journal-cover {
                width: 100%;
                margin-right: 0;
                margin-bottom: 15px;
                height: 200px;
            }

            .journal-tabs {
                overflow-x: auto;
                white-space: nowrap;
                -webkit-overflow-scrolling: touch;
            }

            .journal-actions {
                justify-content: flex-start;
				    padding: 20px 10px 10px 10px;
            }
        }

        @media (max-width: 480px) {
            .journal-container {
                max-width: 95%;
            }
			.journal-item {
  
    padding: 0px
	}
        }

        .journal-list-item {
            padding: 15px 20px;
            border-bottom: 1px solid #f0f0f0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s;
        }
        
        .journal-list-item:hover {
            background-color: #f9f9f9;
        }
        
        .journal-list-info {
            flex: 1;
        }
        
        .journal-list-title {
            font-size: 16px;
            color: #333;
            margin-bottom: 8px;
            font-weight: 500;
        }
        
        .journal-list-meta {
            color: #666;
            font-size: 14px;
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .journal-list-meta span {
            display: inline-flex;
            align-items: center;
        }
        
        .journal-list-meta i {
            margin-right: 5px;
            font-size: 14px;
            color: #82c3a6;
        }
        
        @media (max-width: 768px) {
            .journal-list-item {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            
            .journal-list-meta {
                gap: 10px;
            }
        }

        .copy-content {
            display: none;
        }
        .copy-full, .copy-simple,.copy-jianjie {
            display: none;
        }
        .toast-message {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 10px 20px;
            border-radius: 4px;
            z-index: 10000;
            display: none;
        }

        /* 添加图片放大相关样式 */
        .image-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 10000;
            cursor: pointer;
        }

        .enlarged-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 90%;
            max-height: 90vh;
            object-fit: contain;
        }

        .journal-cover {
            cursor: pointer;
        }

        .journal-cover img {
            width: 100%;
            height: 100%;
            transition: transform 0.3s ease;
        }

        .journal-cover:hover img {
            transform: scale(1.05);
        }

        /* 添加iframe弹出层样式 */
        .iframe-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 10001;
        }

        .iframe-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70%;
            height: 80%;
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
        }

        .iframe-close {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10002;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .iframe-close:hover {
            background: #f0f0f0;
        }

        /* 基本信息弹窗样式 */
        .info-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 10001;
        }

        .info-modal-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            padding: 25px;
            border-radius: 8px;
            width: 90%;
            max-width: 500px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .info-modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }

        .info-modal-title {
            font-size: 18px;
            font-weight: 500;
            color: #333;
        }

        .info-modal-close {
            cursor: pointer;
            font-size: 22px;
            color: #999;
            transition: color 0.3s;
        }

        .info-modal-close:hover {
            color: #333;
        }

        .info-modal-body {
            margin-bottom: 20px;
        }

        .info-item {
            margin-bottom: 12px;
            line-height: 1.6;
            color: #666;
        }

        .price-label {
            margin-bottom: 8px;
            color: #333;
            font-weight: 500;
        }

        .price-select {
            width: 100%;
            padding: 10px;
            margin: 8px 0;
            border: 1px solid #ddd;
            border-radius: 4px;
            color: #333;
            font-size: 14px;
            transition: border-color 0.3s;
        }

        .price-select:focus {
            outline: none;
            border-color: #82c3a6;
        }

        .selected-price {
            margin: 10px 0;
            padding: 12px;
            background: #f8f8f8;
            border-radius: 4px;
            color: #333;
            display: none;
            font-size: 14px;
        }

        .info-modal-footer {
            display: flex;
            justify-content: flex-end;
            gap: 10px;
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px solid #eee;
        }

        .info-modal-btn {
            padding: 8px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s;
        }

        .info-modal-btn.copy {
            background: #82c3a6;
            color: white;
        }

        .info-modal-btn.copy:hover {
            background: #6ba88d;
        }

        @media (max-width: 768px) {
            .info-modal-content {
                width: 95%;
                padding: 20px;
            }
			.iframe-container {

    width: 90%;
   
}
        }
        
        
         .hidden-row {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .visible-row {
           
            opacity: 1;
        }
        .moreselect {
            display: block;
            max-width: 150px;
            text-align: center;
            padding: 14px;
            background: #f8f9fa;
            border-radius: 8px;
            color: #3498db;
            font-weight: 600;
            cursor: pointer;
            margin:0px auto;
            transition: all 0.3s ease;
            margin-top: 10px;
            border: 1px dashed #dee2e6;
        }
        
        .moreselect:hover {
            background: #e9ecef;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        }
    .journal-meta p{height:25px;line-height:25px;white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-overflow: ellipsis; /* 显示省略号 */}
  
  .douhao font:last-child{display:none;}