﻿/* CSS 样式表 */
    .link-about {
      color: #3b3939; /* 默认颜色 */
      font-weight: 500; /* font-medium 对应权重 */
      transition: all 0.3s; /* 统一过渡效果 */
       padding: 5px 10px;
       font-size: 18px !important;
    }
    /* 鼠标悬浮样式 */
    .link-about:hover {
    color:White !important;
   
    background-image: linear-gradient(180deg, #055999, #055999);
    }
    
    .imgTitle
    {
        height: 50px;
        }
    .txt
    {
        color:White !important;
        }
    .backgroundAuto
    {
        background:White !important;
        }    
    .colorAuto
    {
        color:Black !important;
        }
    .widthAuto
    {    width: 10rem !important;
    }  
    .colorAuto1
    {
           color: #3d3d3f !important;
    max-width: 45rem !important;
        }
    .colorAuto2
    {
           color: rgb(104 105 107) !important;
        }
            
        .bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(18 29 61) !important;
}
.bg-techGray\/30 {
    background-color: rgb(33 62 109 / 30%) !important;
}

    .bg100
    {    background: #fff !important;
        border: 2px solid rgb(26, 115, 232) !important;
        box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1) !important;
        }
      .bg101
    {    background: #fcfcfc !important;
    border: 1px solid rgb(160 188 226) !important;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1) !important;
        }  

.from-green-6001
 {
    --tw-gradient-from: #2eb3a7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-green-8001 {
    --tw-gradient-to: #04776c var(--tw-gradient-to-position);
}
.bg-green-5001 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 219 182);
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
    background: linear-gradient(45deg, #6420af, rgb(7 84 191))!important;
}
.bg-techBlue {
    --tw-bg-opacity: 1;
    background-color: rgb(54 117 215 / var(--tw-bg-opacity, 1))!important;
}

.text-white1 {
    --tw-text-opacity: 1;
    color: #1c2831;
}