﻿.support-warp{ padding: 60px 0;}

.support-warp-title{}
.support-warp-title h2{  font-size: 2.2rem; line-height: 54px;}
.support-warp-title p{ line-height: 32px; margin-top: 10px; }


.support-menu{ margin-top: 50px; gap: 30px; grid-template-columns: repeat(2, 1fr); /* 3 列 */  display: grid;}
.support-menu-item{ width: 100%; border-radius: 8px;border: 1px solid #DDDDDD; padding: 40px 30px; cursor: pointer;}
.support-menu-item em{ display: inline-block; height: 32px; line-height: 32px; padding: 0 25px; border-radius: 17px;border: 1px solid #DDDDDD;}
.support-menu-item h3{ font-size: 1.5rem; line-height: 36px; margin-top: 20px;}
.support-menu-item ul{ margin-top: 15px;}
.support-menu-item ul li{ font-weight: bold; padding-left: 15px; background: url(../images/caplinks2.png) no-repeat left 8px;}
.support-menu-item a{ margin-top: 30px; display: inline-block; height: 43px; line-height: 43px; border-radius: 6px;border: 1px solid #DDDDDD; padding: 0 45px;}
.support-menu-item a i{ margin-left: 5px;}

.support-menu-item:hover em{ background: #0068bf; border-color:#0068bf; color: #FFFFFF;}
.support-menu-item:hover a{ background: #0068bf; border-color:#0068bf; color: #FFFFFF;}

/* ==============================
   Support Menu - Hover Upgrade
================================= */

.support-menu-item{
    position: relative;
    background: #fff;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}

.support-menu-item em,
.support-menu-item h3,
.support-menu-item a,
.support-menu-item ul li{
    transition: all .28s ease;
}

/* 默认按钮/标签小质感 */
.support-menu-item em{
    background: #fff;
    color: #111;
}

.support-menu-item a{
    background: #fff;
    color: #111;
}

/* Hover：卡片上浮+阴影+边框高亮 */
.support-menu-item:hover{
    transform: translateY(-6px);
    border-color: rgba(0,104,191,0.55);
    box-shadow: 0 14px 30px rgba(0,31,74,0.12);
}

/* Hover：标题变色 */
.support-menu-item:hover h3{
    color: #0068bf;
}

/* Hover：标签/按钮渐变更高级（比纯色更有品牌感） */
.support-menu-item:hover em{
    background: linear-gradient(135deg,#0068bf,#0053a0);
    border-color: transparent;
    color: #FFFFFF;
}

.support-menu-item:hover a{
    background: linear-gradient(135deg,#0068bf,#0053a0);
    border-color: transparent;
    color: #FFFFFF;
    box-shadow: 0 10px 20px rgba(0,104,191,0.25);
}

/* Hover：按钮箭头滑动 */
.support-menu-item a i{
    transition: transform .28s ease;
}
.support-menu-item:hover a i{
    transform: translateX(4px);
}

/* Hover：列表小动画（轻微右移 + 图标位置略动） */
.support-menu-item ul li{
    transition: transform .28s ease, background-position .28s ease;
}
.support-menu-item:hover ul li{
    transform: translateX(3px);
    background-position: left 7px;
}

/* Focus（键盘可访问性，顺便更专业） */
.support-menu-item:focus-within{
    border-color: rgba(0,104,191,0.7);
    box-shadow: 0 0 0 3px rgba(0,104,191,0.16), 0 14px 30px rgba(0,31,74,0.10);
}


/*support_detail*/
.support-detail{ padding: 60px 0;}
.support-detail h1{ margin-bottom:30px; line-height:32px;}
.support-detail img{ max-width: 100%; height: auto;}


/*support-faq*/
.support-faq{
    padding: 60px 0;
}

.support-faq-title{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: bold;
    color: #111;
}

.support-faq-list{
    width: 100%;
}

.support-faq-list dl{
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5eef7;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all .3s ease;
    overflow: hidden;
}

.support-faq-list dl:hover{
    box-shadow: 0 8px 20px rgba(0,104,191,.08);
    border-color: #0068bf;
}

.support-faq-list dt{
    cursor: pointer;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #111;
    transition: all .3s ease;
}

.support-faq-list dt span i{
    color: #0068bf;
    margin-right: 10px;
}

.support-faq-list dt em{
    transition: all .3s ease;
    color: #0068bf;
}

.support-faq-list dd{
    display: none;
    padding: 25px;
    line-height: 1.7;
    color: #555;
    font-size: 0.98rem;
    border-top: 1px solid #f0f0f0;
}

.support-faq-list dl.active{
    border-color: #0068bf;
}

.support-faq-list dl.active dt{
    color: #0068bf;
}

.support-faq-list dl.active dd{
    display: block;
}

.support-faq-list dl.active dt em{
    transform: rotate(180deg);
}



/*support-download*/
.support-download{
    padding: 60px 0;
}

.support-download-head{
    text-align: center;
    margin-bottom: 50px;
}

.support-download-head h1{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #111;
}

.support-download-head p{
    color: #666;
}

/* 列表 */
.support-download-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* 单个文件 */
.download-item{
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6eef6;
    border-radius: 10px;
    padding: 25px 30px;
    transition: all .3s ease;
}

.download-item:hover{
    border-color: #0068bf;
    box-shadow: 0 10px 25px rgba(0,104,191,.08);
}

/* 图标 */
.download-ico{
    width: 60px;
    font-size: 32px;
    color: #0068bf;
}

/* 内容 */
.download-info{
    flex: 1;
}

.download-info h3{
    font-size: 1.2rem;
    margin-bottom: 6px;
    color: #111;
}

.download-info p{
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 10px;
}

.download-meta{
    font-size: 0.85rem;
    color: #888;
}

.download-meta span{
    margin-right: 18px;
}

.download-meta i{
    margin-right: 5px;
    color: #0068bf;
}

/* 按钮 */
.download-actions a{
    display: inline-block;
    padding: 10px 22px;
    background: #0068bf;
    color: #fff;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: all .3s ease;
}

.download-actions a i{
    margin-right: 6px;
}

.download-actions a:hover{
    background: #004f92;
}


/* 移动端文字与按钮适配 */
@media (max-width: 1380px){
 .support-warp{ padding:30px 0;}
.support-warp-title{ width: 100%;}
.support-warp-title h2{  font-size: 1.3rem; line-height: 30px;}
.support-warp-title p{ line-height: 26px; margin-top: 5px;}

     .support-menu{
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 35px;
    }

    .support-menu-item{
        padding: 26px 18px;
        border-radius: 10px;
    }

    .support-menu-item h3{
        font-size: 1.28rem;
        line-height: 32px;
        margin-top: 14px;
    }

    .support-menu-item ul{
        margin-top: 12px;
    }

    .support-menu-item ul li{
        font-size: .98rem;
        line-height: 24px;
        background-position: left 7px;
    }

    /* 按钮更适合触控：全宽 */
    .support-menu-item a{
        width: 100%;
        text-align: center;
        margin-top: 18px;
        height: 46px;
        line-height: 46px;
        padding: 0 16px;
        border-radius: 10px;
    }

    /* 手机端 hover 不宜太“跳” */
    .support-menu-item:hover{
        transform: translateY(-2px);
    }
    
    
  /*support_detail*/
.support-detail{ padding: 30px 0;}

   /*support-faq*/ 
   .support-faq{
        padding: 40px 0;
    }

    .support-faq-title{
        font-size: 1.5rem;
    }

    .support-faq-list dt{
        font-size: 1rem;
        padding: 16px 18px;
    }

    .support-faq-list dd{
        padding: 15px;
        font-size: 0.9rem;
    } 
    
   .support-download{
        padding: 30px 0;
    }
 
    
  .download-item{
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .download-ico{
        margin-bottom: 12px;
    }

    .download-actions{
        width: 100%;
        margin-top: 15px;
    }

    .download-actions a{
        width: 100%;
        text-align: center;
    }  
    
    
}