.session-home-tag {
    font-weight: 600;
    font-size: 26px;
    display: flex;
    align-items: center;
}

.session-home-box #index-header.header {
    height: 690px;
    background: url("/static/image/index/sessionArchive/banner-bg@2x.png?v=20250617") no-repeat;
    background-size: 100% 100%;
}

.session-home-box .bgFFF {
    background: #FFFFFF;
}

.session-home-box  .list-wraper-item {
    padding: 80px 0;
}

.session-home-box .list-wraper-item .left-img {
    width: 622px;
}

.session-home-box .now-use {
    display: inline-block;
}

.session-home-box .introduce {
    position: absolute;
    top: 96px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.session-home-box .introduce .banner-title {
    margin-bottom: 12px;
}

.session-home-box .introduce .banner-title img {
    width: 400px;
}

.session-home-box .introduce .title {
    color: #242933;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

.session-home-box .introduce .desc-tit .main-desc {
    color: #595959;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.session-home-box .introduce .desc-tit p {
    color: #262626;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 16px 0 48px;
}

.session-home-box .fc-box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.session-home-box .fc-main {
    height: 114px;
    border-top: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.session-home-box .fc-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.session-home-box .fc-item img {
    width: 58px;
    height: 58px;
}

.session-home-box .fc-content {
    display: flex;
    flex-direction: column;
    gap: 6x;
}

.session-home-box .fc-title {
    align-self: stretch;
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.fc-info {
    align-self: stretch;
    color: #595959;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.feature-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.feature-block .feature-item {
    width: 300px;
    height: 380px;
    background: #FFFFFF;
    border-radius: 2px;
    text-align: center;
    position: relative;
}

.feature-block .feature-item-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 24px;
}
.feature-block .feature-item .cover {
    width: 100%;
    height: 160px;
    margin-bottom: 14px;
}

.feature-block .feature-item .content {
    font-weight: 600;
    font-size: 20px;
    color: #262626;
    padding: 0 24px 24px;
}

.feature-block .feature-item .feature-desc{
    font-weight: 400;
    font-size: 16px;
    color: #8C8C8C;
    margin-top: 8px;
}

.feature-block .feature-item .link-btn {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: url("/static/image/index/sessionArchive/btn-bg.gif") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    margin: auto;
    bottom: 24px;
    left: 0;
    right: 0;
    display: none;
    cursor: pointer;
}
.feature-block .feature-item-block:hover .link-btn{
    display: block;
}
.feature-block .feature-item-block:hover {
    box-shadow: 0 8px 32px 0 rgba(24,50,92,0.16);
    z-index: 999;
}


.session-home-box .menu-list {
    padding: 60px 0;
    height: 616px;
}

.session-home-box .menu-list-cont {
    justify-content: space-between;
    margin-top: 24px;
}

.session-home-box .menu-list-cont .menu-item-wrap {
    flex-shrink: 0;
    width: 384px;
    height: 206px;
    border: 1px solid #EDEFF2;
    margin-bottom: 24px;
    padding: 36px 0;
}

.session-home-box .menu-list-cont .menu-item-wrap:hover {
    padding: 0;
    box-shadow: 0 0 24px 0 rgba(33,52,128,0.12);
}
.session-home-box .menu-list-cont .menu-item-wrap:hover .link-btn {
    display: inline-block;
}

.session-home-box .menu-list-cont .menu-item-wrap .link-btn {
    border-radius: 2px;
    border: 1px solid #2475FC;
    font-weight: 400;
    font-size: 14px;
    color: #2475FC;
    padding: 5px 16px;
    cursor: pointer;
    margin-top: 24px;
    display: none;
    width: unset;
}

.session-home-box .menu-list-cont .menu-item-wrap .me-item .left-block {
    width: 54px;
    height: 54px;
    margin-right: 20px;
}

.session-home-box .menu-list-cont .menu-item-wrap .me-item .left-block .icon {
    width: 54px;
    height: 54px;
}

.session-home-box .menu-list-cont .menu-item-wrap .me-desc {
    font-weight: 400;
    font-size: 14px;
    color: #3A4559;
}

.session-home-box .expreice-btn2 {
    display: flex;
    width: 200px;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #2475FC;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.session-home-box .options-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.session-home-box .options-box .options-item {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #A1C4FF;
    background: #FFF;
    color: #2475fc;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

.session-home-box .options-box .options-item img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.session-home-box .expreice-btn2 img {
    width: 24px;
    height: 24px;
}

.session-home-box .introduce .desc-tit {
    width: 408px;
}

.session-home-box .introduce-video {
    display: flex;
    width: 584px;
    height: 320px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 12px;
    border-top: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0 4px 24px 0 #0000001f;
}

.session-home-box .introduce-video .introduce-video-content {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 12px;
    overflow: hidden;
}

.session-home-box .introduce-video .video-js {
    background-color: #3463EC;
}

.session-home-box .introduce-video .video-js .vjs-tech {
    top: 0px;
    left: -6px;
}

.session-home-box .privatization-list {
    background-color: #FFF;
    padding: 60px 0;
}

.privatization-list .list-title {
    color: #242933;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 86px;
}

.privatization-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.privatization-item {
    width: 384px;
    height:374px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    padding: 24px;
    background: linear-gradient(180deg, #EBF0FF -11.65%, #FAFBFF 91.91%);
    border-radius: 24px;
}

.privatization-item .privatization-title {
    color: #14161a;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    z-index: 1;
}

.privatization-item .privatization-info {
    color: #3a4559;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.privatization-item img {
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.privatization-item .privatization-btn {
    width: 384px;
    height: 85px;
    cursor: pointer;
}

.privatization-item:hover .privatization-btn {
    display: block !important;
}

.privatization-item:hover .privatization-title {
    color: #2475FC;
}

.privatization-item .privatization-bg {
    width: 384px;
    height: 86px;
    position: absolute;
    top: -40px;
    left: 0;
}

.session-home-box .model-list {
    padding: 60px 0;
    background: #E6F3FA;
}

.session-home-box .model-list .list-title {
    margin-bottom: 48px;
}

.session-home-box .model-list .model-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.session-home-box .model-list .model-block .model-item img {
    width: 276px;
}

/* Ai全场景赋能，助力沟通降本增效 */

.session-home-box .ai-list {
    padding: 80px 0;
}

.ai-list .ai-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 26px;
}

.ai-list .ai-title-box img {
    width: 40px;
}

.ai-list .ai-title-box .list-title {
    color: #242933;
    font-size: 32px;
    line-height: 40px;
}

.ai-list .list-c-wra {
    display: flex;
    gap: 32px;
    margin-bottom: 24px;
}

.ai-list .tab-item {
    box-sizing: border-box;
    padding: 16px 100px;
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    position: relative;
}

.ai-list .tab-item::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #2475fc;
    position: absolute;
    bottom: 1px;
    left: 0;
    transform: scaleX(0); /* 初始状态下不显示横条 */
}

.ai-list .tab-item.active {
    color: #2475fc;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.ai-list .tab-item.active::after {
    transform: scaleX(1); /* 激活时显示横条 */
}

.ai-list .ai-list-tabs {
    width: 100%;
    height: 56px;
}

.ai-list .ai-box {
    margin-top: 76px;
    position: relative;
    flex-shrink: 0;
    border-radius: 12px;
    height: 500px;
    padding: 20px 32px;
    display: flex;
    align-items: self-start;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #EAF3FF 0%, #FFF 51.7%);
    box-shadow: 0 4px 24px 0 #0000000f;
}

.ai-list .ai-box .ai-img {
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 700px;
    border-radius: 0 12px 12px 0;
}

.ai-list .ai-item {
    display: flex;
    flex-direction: column;
    width: 436px;
}

.ai-list .ai-item .free-trial {
    cursor: pointer;
    color: #2475fc;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-list .ai-item .free-trial:hover {
    opacity: 0.8;
}

.ai-list .ai-item .free-trial img {
    width: 16px;
}

.ai-list .ai-item .ai-img-icon {
    position: absolute;
    right: 700px;
    bottom: -2px;
    width: 152px;
}

.ai-list .ai-content-title {
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    color: #8c8c8c;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.ai-list .ai-item .ai-title {
    align-self: stretch;
    color: #242933;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.ai-list .ai-content .ai-content-item-box {
    padding: 8px 0 12px 0px;
}

.ai-list .one-ai-box {
    padding-top: 62px;
}

.ai-list .four-ai-box {
    padding-top: 24px;
}

.ai-list .ai-box .one-ai-item .ai-content .ai-content-item-box {
    padding: 8px 0 40px 0px;
}

.ai-list .ai-box .four-ai-item .ai-content .ai-content-item-box {
    padding: 8px 0 16px 0px;
}

.ai-list .ai-content-item-box .ai-content-item {
    align-self: stretch;
    color: #7a8699;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.session-home-box .master-list {
    padding: 80px 0 70px;
    background: #FFF;
}

.session-home-box .master-list .list-title {
    font-size: 32px;
    color: #242933;
    margin-bottom: 24px;
}

.session-home-box .master-list .master-block .now-use {
    border-radius: 6px;
}

.session-home-box .master-list:nth-child(even) {
    background: #F4F5F9;
}

.session-home-box .master-list .r-tit {
    color: #000000d9;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.session-home-box .case-list {
    padding: 60px 0;
}

.case-list .list-title {
    margin-bottom: 32px;
}

.case-list .list-c-wra {
    display: flex;
    gap: 32px;
}

.case-list .tab-item {
    color: #595959;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    position: relative;
}

.case-list .tab-item::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #2475fc;
    position: absolute;
    bottom: -12px;
    left: 0;
    transform: scaleX(0); /* 初始状态下不显示横条 */
}

.case-list .tab-item.active {
    color: #2475fc;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.case-list .tab-item.active::after {
    transform: scaleX(1); /* 激活时显示横条 */
}

.case-list .case-list-tabs {
    padding-left: 24px;
    height: 56px;
    display: flex;
    align-items: center;
}

.case-list .case-box {
    position: relative;
    height: 390px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #F5F9FF;
    padding: 38px 48px;
}

.case-list .case-box .case-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 459px;
    height: 459px;
    border-radius: 32px;
}

.case-list .case-item {
    display: flex;
    flex-direction: column;
}

.case-list .case-item .case-title {
    align-self: stretch;
    color: #262626;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.case-list .case-content .case-content-item-box {
    padding: 8px 0 16px 4px;
}

.case-list .case-content-item-box .case-content-item {
    align-self: stretch;
    color: #3a4559;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 627px;
    white-space: wrap;
    text-indent: -5px;
}

.case-list .case-content-item-box .case-content-item::before {
    content: "•"; /* 这是圆点的Unicode字符 */
    color: #3A4559; /* 设置圆点的颜色为黑色 */
    font-size: 1em; /* 设置圆点的大小 */
    display: inline-block; /* 确保圆点与其他内容在同一行显示 */
    margin-right: 5px; /* 在圆点和文本之间添加一些空间 */
}

.used-list .list-title {
    margin-bottom: 32px;
}

.used-list .used-list-box {
    display: flex;
    flex-wrap: wrap;
}

.used-list .used-img {
    width: 240px;
    flex-shrink: 0;
    border-radius: 4px;
}

.pricing-title {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.pricing-content {
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
}