*{
    padding: 0;
    margin: 0;
}
.ai_container img{
   max-width:unset !important;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ai_container{
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    padding: 14px 16px;
    margin-top: 0.8rem;
}
.ai_container .ai_groups{
    width: 100%;
    height: 156px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 42px;
}
.ai_container .ai_groups .group_left,.group_right{
    flex: 1;
    height: 100%;
}
.ai_container .ai_groups .group_left{
    background: #E6EFFF;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    position: relative;
    margin-right: 12px;
}
.ai_container .ai_groups .group_left .l_mian{
    position: absolute;
    top: 28px;
    left: 18px;
}
.ai_container .ai_groups .group_left .l_mian .top{
    width: 100%;
    height: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.ai_container .ai_groups .group_left .l_mian .top .title{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 25px;
}
.ai_container .ai_groups .group_left .l_mian .top .image{
    width: 18px;
    height: 18px;
}
.ai_container .ai_groups .group_left .l_mian .top .image img{
    width: 18px;
    height: 18px;
}
.ai_container .ai_groups .group_left .l_mian .bot{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #697479;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.ai_container .ai_groups .group_left .l_bg{
    width: 130px;
    height: 74px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ai_container .ai_groups .group_left .l_bg img{
    width: 130px;
    height: 74px;
}

.ai_container .ai_groups .group_right .lcpf,.fzzs{
    width: 100%;
    height: 73px;
    box-sizing: border-box;
    padding: 12px 13px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    position: relative;
}
.ai_container .ai_groups .group_right .lcpf{
    margin-bottom: 10px;
    background: #DFF2FF;
}
.ai_container .ai_groups .group_right .lcpf .lcpf_mian .top,
.ai_container .ai_groups .group_right .fzzs .fzzs_mian .top{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 4px;
}
.ai_container .ai_groups .group_right .lcpf .lcpf_mian .bot,
.ai_container .ai_groups .group_right .fzzs .fzzs_mian .bot{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #697479;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.ai_container .ai_groups .group_right .lcpf .lcpf_bg,
.ai_container .ai_groups .group_right .fzzs .fzzs_bg{
    width: 76px;
    height: 42px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ai_container .ai_groups .group_right .lcpf .lcpf_bg img,
.ai_container .ai_groups .group_right .fzzs .fzzs_bg img{
    width: 76px;
    height: 42px;
    opacity: 0.6;
}
.ai_container .ai_groups .group_right .fzzs{
    background: #E6F6E9;
}


.ai_container .ai_text{
    width: 100%;
    margin-bottom: 16px;
}
.ai_container .ai_text .title_one{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 24px;
    color: #1D2129;
    line-height: 35px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 6px;
}
.ai_container .ai_text .title_two{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 14px;
    color: #888DA2;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.ai_container .search_box{
    width: 100%;
    height: 110px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #010204;
    margin-bottom: 16px;
    box-sizing: border-box;
    padding: 12px 10px;
}
.ai_container .search_box .top{
    width: 100%;
    height: 42px;
    margin-bottom: 12px;
}
.ai_container .search_box .top input{
    width: 100%;
    height: 42px;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 6px 4px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.ai_container .search_box .top input::placeholder{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.ai_container .search_box .bottom{
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ai_container .search_box .bottom .left{
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ai_container .search_box .bottom .left .deepseek{
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #F5F5F5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-sizing: border-box;
    padding: 0 8px;
    margin-right: 6px;
}
.ai_container .search_box .bottom .left .deepseek .deep{
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 4px;
}
.ai_container .search_box .bottom .left .deepseek .deep img{
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.ai_container .search_box .bottom .left .deepseek .deep span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #3D3D3D;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.ai_container .search_box .bottom .left .deepseek.green .deep span{
    color: #00A877;
}
.ai_container .search_box .bottom .left .deepseek .deepseek_icon{
    width: 68px;
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ai_container .search_box .bottom .left .deepseek .deepseek_icon img{
    width: 68px;
    height: 10px;
}
.ai_container .search_box .bottom .left .online{
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #F5F5F5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-sizing: border-box;
    padding: 0 8px;
}
.ai_container .search_box .bottom .left .online img{
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.ai_container .search_box .bottom .left .online span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #3D3D3D;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.ai_container .search_box .bottom .left .online.green span{
    color: #00A877;
}
.ai_container .search_box .bottom .right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 32px;
}
.ai_container .search_box .bottom .right .add{
    width: 22px;
    height: 22px;
    margin-right: 6px;
}
.ai_container .search_box .bottom .right .add img{
    width: 22px;
    height: 22px;
}
.ai_container .search_box .bottom .right .post{
    width: 32px;
    height: 32px;
}
.ai_container .search_box .bottom .right .post img{
    width: 32px;
    height: 32px;
}


.ai_container .answer_history{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.ai_container .answer_history .answer_item{
    height: 33px;
    background: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 17px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #F1F0F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.ai_container .answer_history .answer_item+.answer_item{
    margin-top: 8px;
}
.ai_container .answer_history .answer_item span{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 13px;
    color: #3D3D3D;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.ai_container .answer_history .answer_item img{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}