.bigbg{
    width: 100%;
    background: url(../img/pc/bg.jpg) top center no-repeat #c92725;
    padding-bottom: 70px;
}

.wrap{
    width: 1135px;
    margin: 0 auto;
    padding-top: 1px;
}

.logobox{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}

.logobox img:first-child{
    height: 27px;
}

.logobox img:last-child{
    height: 41px;
}

.pc_bt{
    width: 974px;
    height: 389px;
    /* margin-top: 70px; */
    margin: 90px auto 0;
    display: block;
}

.speakbox{
    width: 1135px;
    padding: 25px 36px;
    box-sizing: border-box;
    font-size: 25px;
    color: #fff;
    background: rgba(255, 255, 255, .2);
    margin-top: 200px;
    border-radius: 15px;
    text-align: justify;
    line-height: 2;
    text-indent: 2em;
    letter-spacing: 2px;
}

.pc_form{
    width: 1131px;
    height: 1160px;
    margin: 40px auto 0;
    background: url(../img/pc/bg1.png) center top no-repeat;
    padding: 100px 35px 0;
    box-sizing: border-box;
    background-size: 1131px 1160px;
    position: relative;
}

.type{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 30px 16px;
    align-items: center;
}

.type li{
    width: 161px;
    height: 161px;
    background: url(../img/pc/no-check.png) center center no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.type li img{
    /* height: 54px; */
    /* margin-top: 35px; */
    /* margin-bottom: 14px; */
}

.type li p{
    font-size: 26px;
    color: #fff;
}

.type li.checked{
    width: 169px;
    height: 169px;
    background: url(../img/pc/checked.png) center center no-repeat;
}

.form_wrap{
    width: 1055px;
    margin-top: 28px;
}

.aibox{
    position: absolute;
    bottom: 122px;
    right: 42px;
    width: 1060px;
    height: 660px;
    background: url(../img/pc/aibg.png) center center no-repeat #fff;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #c92725;
    padding: 25px;
    box-sizing: border-box;
}

.closeAI{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height:30px;
    font-size: 30px;
    color: #c92725;
    cursor: pointer;
    z-index: 999;
}

.Aititle{
    background: rgba(254, 169, 156, .1);
    padding: 6px 50px;
    border-radius: 40px;
    font-size: 24px;
    color: #d84b4a;
    width: 20%;
    text-align: center;
    margin: 20px auto 0;
}

.aiinfo{
    width: 100%;
    height: 380px;
    /* height: calc(-565px + 100vh); */
    padding: 0 20px 10px;
    margin-top: 25px;
    box-sizing: border-box;
    overflow-y:auto;
}

.loading{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}
.aiinfo .robotli{
    display: flex;
    margin-bottom: 20px;
}

.aiinfo .robotli .robot_img{
    width: 60px;
    height:55px;
    margin-right: 20px;
}

.aiinfo .robotli .robotp{
    width: 70%;
    padding: 10px 15px;
    background: #fff;
    border-radius: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.aiinfo .adminli{
    display: flex;
    justify-content: right;
    margin-bottom: 20px;
}

.aiinfo .adminli .admin_img{
    height: 48px;
    margin-left: 20px;
}

.aiinfo .adminli .adminp{
    width: 70%;
    padding: 10px 15px;
    background: #fff;
    border-radius: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.aiinfo::-webkit-scrollbar {
    width: 6px;
}

.aiinfo::-webkit-scrollbar-thumb {
    background-color: #ececec;
    border-radius: 4px;
}

.ai_form{
    display: flex;
    justify-content: right;
}
.ai_form .prompt{
    width: 90%;
    height: 80px;
    margin-right: 30px;
}

.ai_form .prompt textarea{
    background: #fff;
    border: 1px solid rgba(243,56,29,.3);
    border-radius: 15px;
    resize: none;
    height: 80px;
}

.ai_form .prompt button{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 72px;
    padding: 0;
    border-radius: 30px;
    border: none;
    background: none;
}

.ai_form .prompt button img{
    width: 72px;
}
.form_wrap .el-form-item{
    background: #efd8ac;
    border-radius: 10px;
}
.flex{
    display: flex;
}

.jc{
    justify-content: space-between;
}

.form_one{
    width: 745px;
}

.form_one .el-form-item:nth-child(1){
    width: 40%
}
.form_one .el-form-item:nth-child(1) input{
    width: 200px;
}
.form_one .el-form-item{
    width: 57%;
    display: flex;
    height: 55px;
    line-height: 55px;
}

.form_one .el-form-item label{
    padding: 0 10px;
    background: #dbc089;
    border-radius: 10px;
    font-size: 22px;
    color: #fff;
    line-height: 55px;
}

.form_one .el-form-item input{
    background: none;
    border: none;
    color: #000;
    height: 55px;
    line-height: 55px;
}

.form_one input::placeholder,.form_two input::placeholder{
    color: #dbc08b;
}

.form_two .el-form-item{
    display: flex;
}

.form_two .el-form-item input{
    background: none;
    border: none;
    color: #000;
    width: 600px;
}

.form_two .content{
    width: 745px;
    height: 190px;
    border-radius: 10px;
}

.form_two .content textarea{
    width: 745px;
    height: 190px;
    border-radius: 10px;
    background: none;
    border: none;
    resize: none;
}

.form_two .content textarea::placeholder{
    color: #dbc08b;
}

.form_two .el-textarea .el-input__count{
    background: none;
}

.form_three{
    width: 340px;
    margin-left: 10px;
}

.form_two .el-form-item label{
    padding: 0 10px;
    background: #dbc089;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
}

.submitbox{
    position: relative;
    width: 100%;
    height: 188px;
    
}
.submitbox .zhong{
    /* position: absolute;
    right: 0;
    bottom: 0; */
    height: 200px;
    display: block;
    position: relative;
    top: 60px;
    transform: scale(1.9);
    /* transform-origin: left top; */
}

.form_four .zhong_A{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 300px;
    width: 200px;
    overflow: hidden;
}
.form_three .el-form-item input{
    background: none;
    border: none;
    color: #000;
    width: calc(340px - 67px);
}

.form_four{
    width: 340px;
    /* height: 325px; */
    /* display: flex;
    justify-content: space-between; */
}

.form_four button{
    width: 138px;
    height: 76px;
    border-radius: 15px;
    background: #dbc08b;
    border: none;
    padding: 0;
    outline: none;
    margin-top: 100px;
}

.form_four button:hover{
    border: none;
    background: none;
}

.form_four a{
    display: block;
    width: 189px;
    height: 76px;
    cursor: pointer;
}

.form_four img{
    height: 76px;
}

.answerbox{
    width: 1131px;
    margin: 50px auto;
    padding: 35px;
    box-sizing: border-box;
    background: #ffefce;
    border-radius: 28px;
}

.answerbox .title{
    width: 159px;
    height: 37px;
}

.answerbox .title img{
    width: 159px;
    height: 37px;
}

.answerbox ul{
    width: 1060px;
    margin: 0 auto;
}

.answerbox ul li{
    width: 1060px;
    padding: 20px 25px;
    box-sizing: border-box;
    background: #efd8ac;
    border-radius: 10px;
    margin-top: 20px;
}

.answerbox ul li .wenti h3{
    display: flex;
    font-size: 24px;
    color: #c92725;
    align-items: center;
    font-weight: bold;
}
.answerbox ul li .wenti h3 span{
    font-size: 14px;
    font-weight: normal;
}
.answerbox ul li .wenti h3 span:nth-child(1){
    padding: 0px 6px;
    background: #bca36a;
    height: 22px;
    line-height: 22px;
    box-sizing: border-box;
    margin: 0 12px;
    color: #fff;
}

.answerbox ul li .wenti h3 span:nth-child(2){
    color: #bca36a;
}

.answerbox ul li .wenti .info{
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.8;
    color: #874b0d;
}

.answerbox ul li .huida{
    padding: 15px;
    background: #c92725;
    border-radius: 10px;
    margin-top: 20px;
}

.answerbox ul li .huida h3{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
}

.answerbox ul li .huida .info{
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6;
    color: #fff;
}

.smallbg{
    width:100%;
    background: url(../img/wap/bg.jpg) top center no-repeat #c92725;
    background-size: contain;
}

.smallbg .wrap{
    width: 100%;
    padding: 17px;
    box-sizing: border-box;
    text-align: center;
}

.smallbg .logobox{
    height: 15px;
    justify-content: center;
    margin-top: 10px;
}

.smallbg .logobox img:first-child{
    height: 15px;
}

.smallbg .wap_bt{
    width: 341.5px;
    height: 136.5px;
    margin-top: 30px;
    margin-left: -7px;
}

.smallbg .speakbox{
    width: 100%;
    padding: 10px;
    font-size: 17px;
    margin-top: 50px;
}

.smallbg .pc_form{
    width: 100%;
    background: #ffefce;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    height: auto;
}

.smallbg .type{
    gap: 12px 5px;
    justify-content: space-around;
}

.smallbg .type li{
    width: 75px;
    height: 75px;
    background-size: 75px 75px;
}

.smallbg .type li.checked{
    width: 79px;
    height: 79px;
    background-size: 79px 79px;
}

.smallbg .type li img{
    margin-top: 11px;
    height: 55px;
    margin-bottom: 9px;
}

.smallbg .type li p{
    font-size: 15px;
}

.smallbg .type li:nth-child(23),.smallbg .type li:nth-child(24){
    opacity: 0;
}
.smallbg .form_wrap{
    width: 100%;
    margin-top: 20px;
}
.smallbg .form_one{

}
.smallbg .form_one .el-form-item{
    width: 38%;
}

.smallbg .form_one .el-form-item:nth-child(2){
    width: 58%;
}
.smallbg .form_one .el-form-item label{
    font-size: 16px;
    padding: 0 4px;
    box-sizing: border-box;
}

.smallbg .form_one .el-form-item input{
    width: 75px;
}

.smallbg .form_wrap .el-form-item{
    display: flex;
    margin-bottom: 20px;
}

.smallbg .el-form-item label{
    background: #dbc089;
    border-radius: 10px;
    font-size: 16px;
    padding: 0 4px;
    color: #fff;
    width: fit-content;
    flex-grow: 0;
    flex-shrink: 0;
}

.smallbg .el-select{
    width: 100%;
}
.smallbg .el-form-item__content{
    flex: 1;
}
.smallbg .el-form-item input{
    background: none;
    border: none;
    color: #000;
}

.smallbg input::placeholder{
    color: #dbc08b;
}

.wap_two .el-form-item{
    width: 100%;
}

.wapzhongbox{
    height: 150px;
    position: relative;
    margin-bottom: 20px;
    margin-top: -20px;
}

.wapzhongbox .zhong_A{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 155px;
    width: 140px;
    overflow: hidden;
}
.wapzhongbox .zhong_A .zhong{
    height: 130px;
    transform: scale(2);
    position: relative;
    top: 0px;
    left: 10px;
}

.wapAI{
    height: 51px;
    margin-top: 100px;
}
.wap_two{
    text-align: left;
}

.wap_pos{
    width: 100%;
    margin-top: 15px;
}
.smallbg .form_wrap .wap_pos .content{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.wap_pos .content textarea{
    height: 147px;
    width: 100%;
    background: #dbc089;
    border-radius: 10px;
    font-size: 16px;
    resize: none;
}

.wap_pos .content textarea::placeholder{
    color: #dbc08b;
}

.wap_pos .el-button{
    margin: 0 auto;
}
.wap_pos button{
    width: 69px;
    height: 38px;
    padding: 0;
    border: none;
    background: none;
    display: block;
    border-radius: 15px;
}

.wap_pos button img{
    width: 69px;
    height: 38px;
}

.smallbg .answerbox{
    width: 100%;
    border-radius: 10px;
    margin: 25px auto 0;
    padding: 10px;
    box-sizing: border-box;
}

.smallbg .answerbox .title{
    width: 79px;
    height: 18.5px;
}

.smallbg .answerbox .title img{
    width: 79px;
    height: 18.5px;
}

.smallbg .answerbox ul{
    width: 100%;
}

.smallbg .answerbox ul li{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 15px;
}

.smallbg .answerbox ul li .wenti h3{
    display: block;
    border-bottom: 1px solid #dcc99f;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
    display: none;
}

.smallbg .answerbox ul li .wenti h4{
    margin-top: 8px;
    text-align: left;
}

.smallbg .answerbox ul li .wenti h4 span{
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
}
.smallbg .answerbox ul li .wenti h4 span:nth-child(1){
    padding: 0px 4px;
    background: #bca36a;
    height: 24px;
    box-sizing: border-box;
    margin-right: 8px;
    color: #fff;
    display: inline-block;
}

.smallbg .answerbox ul li .wenti h4 span:nth-child(2){
    color: #bca36a;
}

.smallbg .answerbox ul li .wenti .info{
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.6;
    text-align: left;
}

.smallbg .answerbox ul li .huida{
    padding: 10px;
    margin-top: 10px;
}

.smallbg .answerbox ul li .huida h3{
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.smallbg .answerbox ul li .huida .info{
    margin-top: 5px;
    text-align: left;
}

.footer{
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.footer a{
    color: #fff;
    margin: 0 3px;
}

.smallbg .pc_form .aibox{
    z-index: 8;
    width: 100%;
    bottom: 408px;
    right:0;
    height: 530px;
}

.smallbg .Aititle{
    font-size: 18px;
    border-radius: 20px;
    padding: 5px 15px;
    width: 60%;
}

.smallbg .aiinfo{
    margin-top: 15px;
    padding: 10px 0;
    height: 330px;
}

.smallbg .aiinfo .robotli{
    margin-bottom: 15px;
}

.smallbg .aiinfo .robotli .robot_img{
    width: 40px;
    height: 35px;
    margin-right: 10px;
}

.smallbg .aiinfo .robotli .robotp{
    width: 70%;
    padding: 7px 10px;
    text-align: left;
    line-height: 1.5;
}

.smallbg .aiinfo .adminli .adminp{
    width: 70%;
    padding: 7px 10px;
    text-align: left;
    line-height: 1.5;
}

.smallbg .aiinfo .adminli{
    margin-bottom: 15px;
}

.smallbg .aiinfo .adminli .admin_img{
    height: 32px;
    margin-left: 10px;
}

.smallbg .ai_form{
    margin-top: 20px;
}
.smallbg .ai_form .prompt{
    height: 60px;
    margin-right: 5px;
    margin-bottom: 0;
}
.smallbg .ai_form .prompt textarea{
    height: 60px;
}

.smallbg .ai_form .prompt button{
    width: 50px;
    right: 5px;
    bottom: 5px;
}

.smallbg .ai_form .prompt button img{
    width: 50px;
}