@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
.AskLittleABody, .AskLittleABody body {
	background: #f2f2f2;
	height: 100%;
	overflow: hidden;
	font-size: 0.875rem;
	line-height: 1.5;
	font-size: 14px;
}
.AskLittleA_iBt {
	position: fixed;
	right: 15px;
	bottom: 120px;
	width: 64px;
	height: 64px;
	z-index: 999999999;
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
}
.AskLittleA_iBt:hover {
	animation: shake 0.5s 5; /* 应用动画 */
}
 @keyframes shake {
 0% {
transform: translateY(0);
}
 25% {
transform: translateY(-5px);
}
 50% {
transform: translateY(5px);
}
 75% {
transform: translateY(-5px);
}
 100% {
transform: translateY(0);
}
}
.AskLittleA_iBlueBt {
	background: -webkit-linear-gradient(67deg, rgba(0,194,222,1), rgba(0,120,142,1));
	background: -moz-linear-gradient(67deg, rgba(0,194,222,1), rgba(0,120,142,1));
	background: -ms-linear-gradient(67deg, rgba(0,194,222,1), rgba(0,120,142,1));
	background: -o-linear-gradient(67deg, rgba(0,194,222,1), rgba(0,120,142,1));
	background: linear-gradient(67deg, rgba(0,194,222,1), rgba(0,120,142,1));
}
.AskLittleA_iOrangeBt {
	background: -webkit-linear-gradient(67deg, rgba(242,101,34,1), rgba(237,28,36,1));
	background: -moz-linear-gradient(67deg, rgba(242,101,34,1), rgba(237,28,36,1));
	background: -ms-linear-gradient(67deg, rgba(242,101,34,1), rgba(237,28,36,1));
	background: -o-linear-gradient(67deg, rgba(242,101,34,1), rgba(237,28,36,1));
	background: linear-gradient(67deg, rgba(242,101,34,1), rgba(237,28,36,1));
}
.AskLittleA_iRedBt {
	background: -webkit-linear-gradient(67deg, rgba(237,28,36,1), rgba(138,3,8,1));
	background: -moz-linear-gradient(67deg, rgba(237,28,36,1), rgba(138,3,8,1));
	background: -ms-linear-gradient(67deg, rgba(237,28,36,1), rgba(138,3,8,1));
	background: -o-linear-gradient(67deg, rgba(237,28,36,1), rgba(138,3,8,1));
	background: linear-gradient(67deg, rgba(237,28,36,1), rgba(138,3,8,1));
}
.AskLittleA_page {
	overflow-y: auto;
	position: relative;
	flex-grow: 1
}
.AskLittleA_pageWrap {
	min-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}
.AskLittleA_pageCon {
	flex-direction: column;
	flex-grow: 1;
	height: 100%;
	display: flex;
	position: relative;
}
.AskLittleA_Wrap {
	width: 100%;
	max-width: 1024px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
	flex-grow: 1;
}
.AskLittleA_Con {
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 50px;
}
.AskLittleA_Con p {
	margin-bottom: 1rem;
}
.AskLittleA_TopIcon {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.AskLittleA_TopIcon img {
	max-width: 80px;
}
.AskLittleA_keyAqList {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
	flex-wrap: wrap
}
.AskLittleA_keyAqList button, .AskLittleA_keyAqList button:active {
	width: auto;
	padding: 5px 10px;
	background: rgba(0,194,222,0.1);
	border-radius: 5px;
	margin-right: 10px;
	border: 0px;
	outline: none;
	cursor: pointer;
	box-shadow: none;
	-webkit-appearance: none;
	text-align: left;
	margin-bottom: 10px;
}
button:focus {
	outline: none;
}
button::-moz-focus-inner { /* Firefox */
 border: 0;
}
.AskLittleA_keyAqList button:hover {
	background: rgba(0,194,222,0.25);
}
.AskLittleA_FooterBox {
	width: 100%;
	position: fixed;
	bottom: 0px;
	right: 2px;
	background: #f2f2f2;
	z-index: 99999;
	padding: 0px 20px 20px 20px;
	height: auto;
	overflow-y: hidden;
	box-shadow: 0px -15px 15px 0px rgba(242,242,242,0.5)
}
.A_AiToolIcon_AddBtBox {
	text-align: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
	display: flex
}
.A_AiToolIcon_AddBt {
	outline: none;
	width: 180px;
	background: #ffffff;
	border: 1px #000000 solid;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 18px;
	vertical-align: middle;
}
.A_AiToolIcon_AddBt:hover {
	outline: none;
	width: 180px;
	background: rgba(0,194,222,0.25);
	border: 1px rgba(0,194,222,1) solid;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 18px;
	vertical-align: middle;
}
.A_AiToolIcon_AddBt img {
	width: 100%;
	max-width: 20px;
	margin-right: 5px;
}
.AskLittleA_footerCon {
	width: 100%;
	border-radius: 10px;
	padding: 25px 0px;
	background: linear-gradient(to bottom, transparent 0%, rgba(242,242,242,0.85) 5%, rgba(242,242,242,1) 30%, rgba(242,242,242,1) 100%);
	z-index: 7;
	flex-direction: column;
	align-items: center;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0
}
.AskLittleA_footerCon .AskLittleA_Wrap{
	background: #ffffff;
	border-radius: 10px;
	padding-bottom: 15px;
}
.AskLittleA_inputC{
    z-index: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    display: flex;
    overflow: hidden;
	background: #e5e5e5;
	border-radius: 10px;}
.AskLittleA_inputBox {
	padding: 0px;
	width: 100%;
	border-radius: 10px;
	position: relative
}
.AskLittleA_input {
	background-color: transparent;
	padding:0px;
	width: 100%;
	border: 0px;
	outline: none;
    font-size: inherit;
    line-height: inherit;
    word-break: break-word;
    white-space: pre-wrap;
	display: block;
    overflow: auto;
	resize:none;
	max-height: 18rem;
	height: auto;
	min-height: 3rem;
	border-radius: 10px;
}
.AskLittleA_right{
	text-align: right;
	width: 100%;
}
.AskLittleA_Submit {	
	width: 50px;
	background-color: transparent;
}
.AskLittleA_Submit img {
	width: 100%;
	max-width: 30px;
}
.AskLittleA_QuestionBox {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin: 20px auto
}
.AskLittleA_Question {
	max-width: 70%;
	background: rgba(0,194,222,0.1);
	padding: 15px;
	border-radius: 10px;
}
.AskLittleA_AnswerBox {
	width: 100%;
	margin: 0px auto 30px auto;
}
.AskLittleA_AnswerFooter {
	text-align: right;
}
.AskLittleA_AnswerUp, .AskLittleA_AnswerDown {
	width: 25px;
	text-align: center;
	border: 0px;
	outline: none;
	background-color: transparent;
	margin-left: 10px;
}
.AskLittleA_AnswerUp i, .AskLittleA_AnswerDown i {
	font-size: 1.25rem;
	color: rgba(0,0,0,0.5)
}
.AskLittleA_AnswerUp i.AnswerUpActive {
	color: rgba(242,101,34,1);
}
.AskLittleA_AnswerUp:hover i {
	color: rgba(242,101,34,1);
}
.AskLittleA_AnswerDown:hover i {
	color: rgba(0,0,0,1)
}
/*弹框*/
.AskLittleA_dial_alert {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	display: none;
	z-index: 99999999999;
}
.AskLittleA_alertBox {
	background: #ffffff;
	width: 90%;
	max-width: 500px;
	position: relative;
	top: 50%;
	left: 50%;
	overflow: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}
.AskLittleA_closeBox {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	padding: 5px;
	text-align: center;
	line-height: 30px;
	background-color: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	cursor: pointer
}
.AskLittleA_closeBox a {
	display: inline-block;
	width: 100%;
}
.AskLittleA_closeBox a img {
	width: 100%;
	max-width: 20px;
	margin: 0px auto;
}
.AnswerDown_infoList {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0px;
	flex-wrap: wrap
}
.AnswerDown_infoList input {
	display: none;
}
.custom-radio {
	display: inline-block;
	padding: 5px 20px;
	background-color: rgba(0,0,0,0.05);
	border: 1px solid rgba(242,101,34,0);
	border-radius: 55px;
	cursor: pointer;
	transition: background-color 0.3s;
	margin-bottom: 0px
}
.custom-radio:hover {
	background-color: #ffffff;
	border: 1px solid rgba(242,101,34,1);
}
.radio-button:checked + label {
	background-color: transparent;
	border: 1px solid rgba(242,101,34,1);
}
.AnswerDown_infoListDiv {
	width: auto;
	margin-right: 10px;
	margin: 5px 5px 0px 0px
}
.AnswerDown_infoListDivtTextarea {
	width: 100%;
	margin: 5px 0px
}
.AnswerDown_infoListDivtTextarea textarea {
	width: 100%;
	min-height: 150px;
	border: 1px rgba(0,0,0,0.15) solid;
	border-radius: 5px;
	padding: 10px;
}
.AnswerDown_infoBtBox {
	width: 100%;
	text-align: center;
}
.AnswerDown_infoBt {
	width: 100%;
	padding: 5px 20px;
	background-color: rgba(0,0,0,1);
	border-radius: 55px;
	text-align: center;
	outline: none;
	border: 0px;
	color: #ffffff;
}
.scrollable {
	scrollbar-gutter: stable;
}
::-webkit-scrollbar {
width:12px;
 height: 5px;
}
::-webkit-scrollbar-track {
background:#f1f1f1
}
::-webkit-scrollbar-thumb {
background:#bbbfc4
}
::-webkit-scrollbar-thumb:hover {
background:var(--orange)
}
.loadingTop {
	color: rgba(0,0,0,0.5);
	margin-bottom: 15px;
}
.loader {
    border: 2px solid #f2f2f2; /* Light grey */
    border-top: 2px solid rgba(242,101,34,1); /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
  }
 
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

@media screen and (max-width:1152px) {
.AskLittleA_Con {
	width: 100%;
	background: #ffffff;
	border-radius: 5px;
	padding: 15px;
}
.AskLittleA_page {
	height: calc(100% - 200px);
}
.AskLittleA_FooterBox {
	padding: 20px 0px 0px 0px;
	height: 200px;
	bottom: 0px;
}
.AskLittleA_footerCon {
	border-radius: 5px;
	padding: 5px 15px 15px 15px;
}
.AskLittleA_Question {
	max-width: 90%;
	background: rgba(0,194,222,0.1);
	padding: 10px 15px;
	border-radius: 5px;
}
.A_AiToolIcon_AddBt {
	width: 135px;
	height: 30px;
	line-height: 30px;
}
.A_AiToolIcon_AddBt:hover {
	width: 135px;
	height: 30px;
	line-height: 30px;
}
.A_AiToolIcon_AddBt img {
	max-width: 14px;
}
.AskLittleA_keyAqList {
	margin-top: 10px;
}
.AskLittleA_Arena.mt-100 {
	margin-top: 15px;
}
.AskLittleA_alertBox {
	background: #ffffff;
	width: 100%;
	max-width: 500px;
	position: relative;
	top: 50%;
	bottom: 0px;
	left: 50%;
	overflow: hidden;
	-webkit-transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
	-ms-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
	padding: 20px;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
}
}
