/* 下面的box-shadow光晕方法以后可以多使用 */
.ai_box {position: fixed;right: 15px;bottom: 350px;width: 36px;height: 100px;
border-radius: 20px;background: #fff;box-shadow: 0 0 20px rgba(123, 71, 255, 0.3);}
.ai_bar {width: 100%;height: 100%;}
.ai_bar a {display: flex;width: 100%;height: 100%;align-items: center;justify-content: center;}
.ai_bar a:hover {text-decoration: none;}
.ai_bar_center {width: 100%;}
.ai_bar .ai_icon {text-align: center;}
.ai_bar .ai_icon i {font-size: 16px;color: #666;}
.ai_bar_des {width: 14px;margin: 0 auto;font-size: 14px;font-weight: 500;color: #333;}
.aiTools a{display: block;color:#08c;}
.aiTools a:hover{text-decoration: none;color:#06c;}
.aiTools a:last-child{padding-top: 8px;}
/* textarea不能隐藏，否则获取不到数据 */
textarea{position:absolute;width:0;height:0;bottom:0;right:0;opacity: 0;}