.aiAssistantOuterContainer{
    position:relative;
    width: 100%;
    height: 220px;
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    color: #ffffff;
    background-image: url("../image/jpg2.jpg");
    background-size: auto;
    background-repeat: repeat;
}
.aiAssistantTitleContainer{
    position: relative;
    width: 100%;
    height: 80px;
}
.aiAssistantTitleImageA{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 20px;
    height: 40px;
    background-image: url("../image/public-icon1.png");
    background-size: 100% 100%;
}
.aiAssistantTitleImageB{
    position: absolute;
    top: 30px;
    left: 190px;
    width: 20px;
    height: 40px;
    background-image: url("../image/public-icon2.png");
    background-size: 100% 100%;
}
.aiAssistantTitleText{
    position: absolute;
    left: 50px;
    top: 30px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
}
.aiAssistantInputOuterContainer{
    position: relative;
    width: 100%;
    height: auto;
}
.aiAssistantInputInnerContainer{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 30px 10px 30px;
}
.aiAssistantInput{
    position: absolute;
    top: 10px;
    left: 30px;
    right: 130px;
    height: 40px;
    border-width: 0;
    border-end-start-radius: 15px;
    border-start-start-radius: 15px;
    font-size: 16px;
    text-indent: 15px;
    color: #000000;
}
.aiAssistantInput::placeholder {
    font-size: 16px;
}
.aiAssistantAskBtn{
    position: absolute;
    width: 100px;
    right: 30px;
    top: 10px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    border-end-end-radius: 15px;
    border-start-end-radius: 15px;
    background-color: #0057a1;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 5px;
}
.aiAssistantAskBtn:hover{
    color: #e9d199;
    text-decoration: none;
}
.aiAssistantQuestionContainer{
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    height: 60px;
    display: block;
    overflow: hidden;
}
.aiAssistantQuestionItem{
    position: relative;
    line-height: 30px;
    height: 30px;
    width: auto;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.aiAssistantQuestionLink{
    position: relative;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
.aiAssistantQuestionLink:hover{
    color: #e9d199;
    text-decoration: none;
}

@media all and  (max-width: 640px) {
    .aiAssistantTitleContainer {
        position: relative;
        width: 100%;
        height: 60px;
    }

    .aiAssistantTitleImageA {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 15px;
        height: 30px;
    }

    .aiAssistantTitleImageB {
        position: absolute;
        top: 20px;
        left: 150px;
        width: 15px;
        height: 30px;
    }

    .aiAssistantTitleText {
        position: absolute;
        left: 40px;
        top: 20px;
        width: 105px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    .aiAssistantInput {
        left: 10px;
        right: 110px;
    }
    .aiAssistantAskBtn{
        right: 10px;
    }
    .aiAssistantQuestionContainer {
        bottom: 10px;
        left: 10px;
        right: 10px;
        height: 90px;
    }
}