.container{width:420px;height:620px;z-index:100;position:fixed;bottom:10px;right:10px;border-radius:10px}.header{width:100%;height:50px;background-color:#fff;border-radius:10px 10px 0 0;border:1px solid #eee;border-bottom:none}.header-content{height:50px;display:flex;align-items:center;justify-content:space-between}.header-text{margin-left:20px;color:#666;font-size:14px}.content{width:420px;height:510px;background-color:#9bbbd4;border-left:1px solid #91b1c9;border-right:1px solid #91b1c9;padding-top:20px;padding-bottom:20px;overflow-y:auto;display:flex;flex-direction:column}.response{align-self:flex-start;border-radius:4px;height:auto;background-color:#fecd00;min-width:20px;max-width:280px;display:block;padding:10px;margin-left:20px;margin-bottom:20px;position:relative}.response:after{content:"";position:absolute;top:6px;left:-8px;width:0;height:0;border-radius:1px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:8px solid #fecd00}.utterance{align-self:flex-end;border-radius:4px;height:auto;background-color:#fff;min-width:20px;max-width:280px;display:inline-block;padding:10px;margin-right:20px;margin-bottom:20px;position:relative}.utterance:after{content:"";position:absolute;top:6px;right:-8px;width:0;height:0;border-radius:1px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:8px solid #fff}.input-box{width:100%;height:60px;background-color:#fff;bottom:0;position:absolute;border-radius:0 0 10px 10px;border:1px solid #eee;border-top:none;display:flex}.input-text{height:60px;border:none;width:350px;padding-left:10px;outline:none;border-radius:0 0 10px 10px}.test-button{width:74px;height:60px;background-color:#fecd00;border-radius:0 0 10px 0}.url_txt[data-v-781c791b]{color:#4577f6;text-decoration:underline;cursor:pointer}