/* Howso@Smart 页面样式 */

/* 引入公共样式 */
@import url('public.css');

/* 英雄区域 */
.hero {
    background: url('/static/images/zhiyu/banner.png') no-repeat center center;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1920 / 280;
    background-size: contain;
}

.dot {
    height: 9rem
}

.advantage-card {
    width: 18%
}

.scenarios-grid .scenario-card {
    width: 48%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
}

.scenario-card img {
    height: 170px;
}

.ivi-section {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 150px;
}

/* 左侧卡片容器 */
.ivi-left-card {
    flex: 1;
    position: relative;
    border-radius: 16px;
    /* border: 2px dashed #d0d7e3; */
    overflow: hidden;
}

/* 完整背景图片 */
.ivi-bg-img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

/* 立即体验按钮 */
.btn-experience {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 30px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background: #111111;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #707070;
}
.btn-experience2 {

    /* transform: translateX(-50%); */
    padding: 8px 30px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background: #111111;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #707070;
}

/* 右侧文字内容 */
.ivi-right-content {
    flex: 1;
}

.ivi-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    text-align: right;
    margin-bottom: 16px;
}

.ivi-desc {
    font-size: 16px;
    color: #111;
    line-height: 1.8;
    margin-bottom: 40px;
    font-family: Source Han Sans CN, Source Han Sans CN;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.feature-item {
    display: flex;
    gap: 16px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    /* border: 2px solid #000; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.feature-content p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

.feature-item p {
    padding-left: 0;
}
.ivi-title2{
    text-align: left;
}
.ivi-left-card2{
    overflow: inherit;
}
.btn-experience2{
    left: 63px;
    bottom: -70px;
}
.btn_box{

}
.btn_exp{
    background: #111111;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #707070;
    opacity: 0.31;
    padding: 8px 30px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    /* font-weight: bold; */
    font-size: 16px;
    color: #FFFFFF;
}
.btn_exp2{
    margin-top: 30px;
}
.fanan_box{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;

}
.fanan_left{
    width: 48%;
}
.fanan_left img{
    width: 100%;
}
.fanan_title{
    padding-left: 30px;
    margin-bottom: 24px;
}
