/* 自定义样式 */
body {
    font-family: "Microsoft YaHei", sans-serif;
}

#header_container {
    border-bottom: 2px solid #516ed2
}

/* 第一块和第二块合并的大容器 */
.hero-section {
    /*background: url('../img/index.jpg') no-repeat center center;
    background-size: cover;*/
    color: #333;
    min-height: 60vh;
    position: relative;
}

.feature-section {
    background: url('../img/feature.jpg') no-repeat center center;
    background-size: cover;
    color: #333;
    min-height: 60vh;
    position: relative;
}

/* 导航栏样式 - 透明背景 */
.navbar-custom {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
    padding: 10px 0 20px 0;
}

.navbar-custom .navbar-nav > li > a {
    color: #516ed2;
    font-weight: normal;

}

.navbar-custom .navbar-nav > li > a:hover {
    color: #007bff;
    text-decoration: underline;
}

.slogan-content-container {
    padding-top: 10px;
    text-align: center;
}


.navbar-brand img {
    height: 46px;
    margin-top: -14px;
}

.slogan-container {
    padding-top: 150px;
    text-align: center;
}

.blog-container {
    padding-top: 60px;
    text-align: center;
}


.slogan h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #516ed2;
}

.slogan h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #516ed2;
}

.features-list {
    font-size: 16px;
    margin-bottom: 40px;
    color: #084294;
    font-weight: 300;
}

.features-list span {
    margin-right: 15px;
}

.btn-register {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 12px 40px;
    font-size: 18px;
    border: none;
    transition: all 0.3s;
}

.btn-register:hover {
    background-color: #516ed2;
    transform: scale(1.05);
}

/* 第三块宣传图 */
.promo-section {
    padding: 60px 0;
    text-align: center;
}

.promo-section h2 {
    color: #516ed2;
}

.promo-img {
    max-width: 90%;
    height: auto;
    border-radius: 10px;
}

/* 第四块特点介绍 */
.features-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 36px;
    margin-bottom: 40px;
}

.index_feature-item {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.index_feature-left {
    background-color: #fcc5bd;
}

.index_feature-right {
    background-color: #c6f3c4;
}

.feature-img {
    max-width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.feature-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 第五块用户反馈 - 修改为一排2列 */
.testimonials-section {
    background-color: #efefef;
    padding: 60px 0;
}

.testimonial-item {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.client-name {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.client-feedback {
    color: #555;
    line-height: 1.6;
    background: #efefef;
    padding: 10px 5px;
    border-radius: 3px;
}

.client-company {
    color: #666;
    margin-top: 10px;
    font-style: italic;
}

@media (min-width: 992px) {
    .slogan {
        margin-bottom: 20px;
    }
}

/* 第六块页脚 */
.footer {
    background-color: #fff;
    border-top: 1px solid #666;
    padding: 20px 0;
    font-size: 12px;
}

/* 功能展示区域样式 */
.features-showcase {
    background-color: #fff;
    padding: 60px 0;
}

.section-title {
    font-size: 36px;
    margin-bottom: 40px;
}

.feature-item {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.feature-name {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
}

.feature-intro {
    color: #555;
    line-height: 1.6;
}

/* 不同功能的图标颜色 */
.customer-management .feature-icon {
    background-color: #3498db;
}

.supplier-management .feature-icon {
    background-color: #2ecc71;
}

.employee-performance .feature-icon {
    background-color: #e74c3c;
}

.sales-leads .feature-icon {
    background-color: #f39c12;
}

.inventory-management .feature-icon {
    background-color: #9b59b6;
}

.reports .feature-icon {
    background-color: #1abc9c;
}

.cloud-storage .feature-icon {
    background-color: #34495e;
}

.business-opportunity .feature-icon {
    background-color: #e67e22;
}

.quote_section {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px;
}

.quote_item {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 20px;
}

.quote_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.price-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.price-subtitle {
    color: #666;
    margin-bottom: 15px;
    font-size: 12px;
}

.price-feature {
    background-color: #f8f9fa;
    padding: 8px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #e74c3c;
    font-weight: bold;
}

.price-amount {
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 20px;
}

.price-period {
    font-size: 16px;
    color: #7f8c8d;
}

.plan-features-list {
    margin-bottom: 25px;
}

.plan-feature-item {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    color: #555;
    background-image: url(../img/gdot.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
    padding-left: 18px;
}

.plan-feature-item:last-child {
    border-bottom: none;
}

.btn-purchase {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 16px;
    border: none;
    width: 100%;
    transition: all 0.3s;
}

.btn-purchase:hover {
    background-color: #333;
    transform: scale(1.05);
}

.section-title {
    font-size: 36px;
    margin-bottom: 40px;
    color: #2c3e50;
}

.quoto-section {
    background-size: cover;
    color: #333;
    min-height: 40vh;
    position: relative;
}

.prv-section {
    background-size: cover;
    color: #333;
    min-height: 10vh;
    position: relative;
}

.navbar-right a.menuon {
    font-weight: 700 !important;
    color: #cc35bb !important;
}


.content-section {
    margin-bottom: 25px;
}

.content-section h3 {
    color: #3498db;
    font-size: 18px;
    margin: 20px 0 10px 0;
}

.content-section p, .content-section ul {
    margin-bottom: 15px;
}

.content-section ul {
    padding-left: 20px;
}

.content-section li {
    margin-bottom: 8px;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.highlight {
    background-color: #fff8e1;
    padding: 15px;
    border-left: 4px solid #ffc107;
    margin: 15px 0;
}

.footer-note {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    color: #7f8c8d;
    font-size: 14px;
}

@media (max-width: 768px) {
    .privacy-container {
        padding: 20px;
    }

    .privacy-header h1 {
        font-size: 26px;
    }
}


.agreement-container {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.agreement-header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}

.agreement-header h1 {
    color: #2c3e50;
    font-size: 32px;
    margin-bottom: 10px;
}

.agreement-header .company-name {
    color: #7f8c8d;
    font-size: 18px;
}

.agreement-header .update-date {
    color: #95a5a6;
    font-size: 14px;
    margin-top: 10px;
}

.section-title {
    color: #2c3e50;
    font-size: 22px;
    margin: 30px 0 15px 0;
    padding-bottom: 10px;

}

.content-section {
    margin-bottom: 25px;
}

.content-section h3 {
    color: #3498db;
    font-size: 18px;
    margin: 20px 0 10px 0;
}

.content-section p, .content-section ul {
    margin-bottom: 15px;
}

.content-section ul {
    padding-left: 20px;
}

.content-section li {
    margin-bottom: 8px;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.highlight {
    background-color: #fff8e1;
    padding: 15px;
    border-left: 4px solid #ffc107;
    margin: 15px 0;
}

.warning {
    background-color: #ffebee;
    padding: 15px;
    border-left: 4px solid #f44336;
    margin: 15px 0;
}

.footer-note {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    color: #7f8c8d;
    font-size: 14px;
}

.clause-number {
    color: #e74c3c;
    font-weight: bold;
}

@media (max-width: 768px) {
    .agreement-container {
        padding: 20px;
    }

    .agreement-header h1 {
        font-size: 26px;
    }
}

#btn_login {
    display: inline-block;
    background: #516ed2;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
}

.btn-register a, .btn-purchase a {
    color: #fff !important;
}

.tip-container {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10001;
    pointer-events: none;
}

.tip-message {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    min-width: 200px;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tip-message.show {
    opacity: 1;
    transform: translateY(0);
}

.tip-info {
    background-color: #5cb85c;
}

.tip-warning {
    background-color: #ff3300;
}

.custom-btn {
    height: 45px;
    border-radius: 25px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 0; /* 移除内边距以保持圆形 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-btn:hover,
.custom-btn:focus {
    background-color: #333333;
    color: #ffffff;
}


.customize_section {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px;
    background: #516ed2;
    text-align: center;
}


.customize_section img {
    width: 100%;
    border-radius: 5px;
    max-width: 1130px;
}


.faq_section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.panel-default, .panel-heading {
    border-color: #fff !important;
}

.panel-heading {
    background: none !important;
}

.panel-body {
    line-height: 24px
}

/**mobile**/
/* 新增样式 */
.download-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.download-btn {
    background-color: #000;
    color: #fff;
    height: 50px;
    border-radius: 50px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    min-width: 150px;
}

.download-btn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mobile-image-container {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto 50px;
    text-align: center;
}

.mobile-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #516ed2;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .download-buttons {
        flex-direction: column;
        align-items: center;
    }

    .download-btn {
        width: 80%;
        max-width: 250px;
    }
}

.nav > li > a {
    padding: 10px 0 10px 20px;
!important;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: -30px;
    !important;
    }
}

.navbar-brand {
    padding: 15px 15px 15px 0 !important;
}

.singprice {
    background: #516ed2;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    margin: 0 5px;
}


.human-section h2 {
    color: #516ed2;
}

.human-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.human-section {
    padding: 0;
    text-align: center;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.join h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #408d92;
}

.join h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #408d92;
}

.join-list {
    font-size: 16px;
    margin-bottom: 40px;
    color: #408d92;
    font-weight: 300;
}

.join-list span {
    margin-right: 15px;
}

.jointext {
    background: #408d92;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    margin: 0 5px;
}

#tinfo {
    resize: none
}

/**expert**/

.upload_area {
    border: 1px dotted #7badbc;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    display: block;
    border-radius: 5px;
    background: #f2f8ff;
}

.upload_area span {
    display: block;
    width: 100px;
    height: 100px;
    background: url('../img/upload.png') center no-repeat;
    margin: 0 auto;
    background-size: 70%;
    cursor: pointer;
}

.upload_area p {
    margin: 10px 0;
    color: #000;
!important;
}

.upload_area_new {
    border: 2px dotted #dbd8d8;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
}

.upload_area_new span {
    display: block;
    width: 70px;
    height: 70px;
    background: url('../img/upload.png') center no-repeat;
    margin: 0 auto;
    background-size: 70%;
    cursor: pointer;
}

.upload_area_new p {
    margin: 10px 0;
    color: #000;
!important;
}

.txt_red {
    color: #ff3300 !important;
}

.fl_r {
    float: right !important;
}

.tinytip {
    color: #666;
    font-size: 12px
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    --_c: no-repeat radial-gradient(farthest-side, #25b09b 92%, #0000);
    background: var(--_c) top,
    var(--_c) left,
    var(--_c) right,
    var(--_c) bottom;
    background-size: 12px 12px;
    animation: l7 1s infinite;
}

@keyframes l7 {
    to {
        transform: rotate(.5turn)
    }
}

.fileitem {
    background: #efefef;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 2px;
    position: relative;
}

.filename {
    display: block;
    line-height: 20px;
    max-width: 400px
}

.filesize {
    display: block;
    color: #999999;
}

.delfile {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ff3300;
}

#suc_form {
    text-align: center
}

#suc_form img {
    width: 70%
}

.about_area {
    text-align: left;
    margin: 40px 100px;
    line-height: 25px;
}

@media (max-width: 576px) {

    .about_area {
        text-align: left;
        margin: 40px 30px;
        line-height: 25px;
    }

    #pc_splash{display: none}
    #mob_splash{margin:0 auto!important;display: block!important;}
    .navbar-nav{background: #fff!important;margin: 0 -15px!important;}
}


.blog-section {
    padding: 60px 0;
}

/* 第一部分：标题区域 */
.blog-header {
    text-align: center;
    padding: 20px 0 40px;

}

.blog-main-title {
    font-size: 42px;
    font-weight: bold;
    color: #516ed2;
    margin-bottom: 20px;
    line-height: 1.2;
}

.blog-subtitle {
    font-size: 22px;
    color: #516ed2;
    font-weight: 300;
}

/* 第二部分：通栏大图 */
.hero-image {
    width: 100%;
    object-fit: cover;
    margin-bottom: 50px;
    border-radius: 5px;
}

/* 第三部分：文章列表 */
.article-card {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.article-card:last-child {
    border-bottom: none;
}

.article-image {
    width: 200px;
    height: 140px;
    object-fit: cover;
    margin-right: 25px;
    border-radius: 4px;
    flex-shrink: 0;
}

.article-content {
    flex: 1;
}

.article-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.3;
}

.article-title a{color: #000;text-decoration: none}
.article-title a:hover{color:#ff3300;text-decoration: underline}
.article-excerpt {
    color: #666;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    height: 48px;
    overflow: hidden;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #888;
}

.read-more {
    color: #337ab7;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

/* 月份列表 */
.month-list {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.month-list h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
}

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

.month-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.month-list li:last-child {
    border-bottom: none;
}

.month-list a {
    color: #555;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}

.month-list a:hover {
    color: #337ab7;
}

.month-list .count {
    background-color: #337ab7;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
}

/* 翻页 */
.pagination-container {
    text-align: center;
    margin-top: 50px;
}

.pagination {
    display: inline-block;
}

.pagination > li > a {
    color: #333;
    margin: 0 5px;
    border-radius: 4px;
}

.pagination > li.active > a {
    background-color: #337ab7;
    border-color: #337ab7;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .blog-main-title {
        font-size: 32px;
    }

    .blog-subtitle {
        font-size: 18px;
    }

    .hero-image {
        height: 250px;
    }

    .article-card {
        flex-direction: column;
    }

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


.blog-detail-section {
    padding: 100px 0 80px;
}

/* 发布日期 */
.publish-date {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

/* 大标题 */
.blog-detail-title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: center;
}

/* 标签 */
.tag-container {
    margin-bottom: 30px;
    text-align: center;
}

.tag {
    display: inline-block;
    background-color: #efefef;
    color: #666666;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* 文章头图 */
.article-hero-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 30px;
}

/* 文章摘要 */
.article-abstract {
    font-size: 14px;
    color: #999999;
    line-height: 1.6;
    padding: 20px;
    background-color: #f8f9fa;
    border-left: 4px solid #337ab7;
    margin-bottom: 30px;
    border-radius: 0 4px 4px 0;
}

/* 文章正文 */
.article-content {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 60px;
}

.article-content p {
    margin-bottom: 20px;
}

.article-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.article-content ul, .article-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.article-content li {
    margin-bottom: 10px;
}

.article-content blockquote {
    border-left: 4px solid #337ab7;
    padding-left: 20px;
    margin: 25px 0;
    color: #666;
    font-style: italic;
}

/* 推荐文章 */
.recommended-section {
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.recommended-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.recommended-card {
    margin-bottom: 30px;
}

.recommended-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

.recommended-content {
    padding: 20px;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.recommended-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.recommended-card-title a {
    color: #333;
    text-decoration: none;
}

.recommended-card-title a:hover {
    color: #337ab7;
}

.recommended-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    height: 42px;
    overflow: hidden;
}

.recommended-meta {
    font-size: 12px;
    color: #999;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .blog-detail-title {
        font-size: 28px;
    }

    .article-hero-image {
        height: 250px;
    }
}

@media (max-width: 992px) {
    .recommended-card {
        margin-bottom: 30px;
    }
}

DIV.digg {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    MARGIN: 3px;
    PADDING-TOP: 3px;
    TEXT-ALIGN: center;
    margin-top: 10px;
    margin-bottom: 30px
}

DIV.digg A {
    BORDER-RIGHT: #cccccc 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #cccccc 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    MARGIN: 5px;
    BORDER-LEFT: #cccccc 1px solid;
    COLOR: #cccccc;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #cccccc 1px solid;
    TEXT-DECORATION: none;
    font-size: 12px;
    background: #fff;
}

.digg span {
    display: inline-block;
    font-size: 12px;
    padding: 5px
}

DIV.digg A:hover {
    border: #5b86d0 1px solid;
    color: #5b86d0
}

DIV.digg A:active {
    BORDER: #5b86d0 1px solid;
    COLOR: #5b86d0;
}

DIV.digg SPAN.current {
    BORDER-RIGHT: #5b86d0 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #5b86d0 1px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    BORDER-LEFT: #5b86d0 1px solid;
    COLOR: #fff;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #5b86d0 1px solid;
    BACKGROUND-COLOR: #5b86d0
}

DIV.digg SPAN.disabled {
    BORDER-RIGHT: #eee 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    BORDER-LEFT: #eee 1px solid;
    COLOR: #ddd;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #eee 1px solid
}

.disable {
    color: #999;
    cursor: not-allowed
}


.card {
    height: 100%;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
    border:1px solid #ccc
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .card {
        margin-bottom: 30px;
    }

    .card-body {
        padding: 20px 15px !important;
    }
}

/* 图片悬停动画 */
.card img {
    transition: transform 0.4s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.card:hover img {
    transform: scale(1.05);
}

/* 确保图片容器没有外边距和内边距 */
.card > div:first-child {
    margin: 0;
    padding: 0;
}

/* 移除Bootstrap可能存在的默认样式 */
.card {
    border-radius: 5px;
}

.card-body {
    border-top: none !important;
}

.txt_center{text-align: center}
.site_quick_memu {
    display: block;
    width: 40px;
    height: 50px;
    position: fixed;
    bottom: 60px;
    right: 20px;
}
a.recyclebin {
    display: block;
    width: 100%;
    height: 40px;
    background: url('../img/recyle.png') center no-repeat;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#mob_splash{display: none}

.modal-md {
    width: 400px
}

.android_logo_area{padding: 20px;
    font-size: 13px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    width: 200px;
    margin: 0 auto 20px auto;
    color: #999;}
.android_logo_area img{ width: 80px;
    border-radius: 10px;}
.android_download_area{ margin-bottom: 20px;}
.android_download_area img{ width: 120px;}
.expkind_area{display: block;
    border: 1px solid #ccc;
    padding: 3px 10px;
    border-radius: 3px;}