.ai-product-section {
    width: 1200px;
    padding-top: 80px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.ai-product-section-bg{
    padding-top: 80px;
    background: #E9F1FC;
}
.ai-product-dev p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    margin-bottom: 80px;
    margin-top: 24px;
    text-align: center;
}

.ai-product-dev-image {
    text-align: center;
}

.ai-product-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 80px;
}

.ai-product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 1200px;
}

.ai-product-card {
    width: 590px;
    height: 560px;
    position: relative;
}

.ai-product-card-inner {
    background-color: #E9F1FC;
    border-radius: 24px;
    padding: 48px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ai-product-card h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-top: 0;
    margin-bottom: 16px;
}

.ai-product-card p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.ai-product-image {
    text-align: center;
}

.ai-product-image img {
    max-width: 100%;
    height: auto;
}
.ai-product-model-list{
    display: flex;
    justify-content: space-between;
}
.ai-product-model{
    width: 387px;
    height: 402px;
    padding: 48px 36px 0 36px;
    text-align: center;
    border-radius: 24px;
    border: 1px solid #EBEBEB;
}
.ai-product-model h3{
    margin-top: 30px;
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: bold;
}
.ai-product-model p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    text-align: left;
}


.ai_20250402_content_register {
    width: 100%;
    height: 128px;
    background: #0A6AFA;

    display: flex;
    align-items: center;
    justify-content: center;
}
.ai_20250402_content_register > span {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;

    margin-right: 24px;
}
.ai_20250402_content_register > a {
    background: #F6F6F6;
    border: 1px solid #FFFFFF;

    font-size: 16px;
    font-weight: 400;
    color: #0A6AFA;
    line-height: 16px;
    padding: 8px 28px;
}
.ai_20250402_content_register > a:hover {
    color: rgba(10, 106, 250, 0.6);
}