
.body_container{
	align-items: baseline;
}
::placeholder{
	font-size: 14px !important;
}

.body_container h4{
	font-size:30px;
	margin-top: 40px;
	margin-bottom: 0;
	font-weight: 300;
	background: linear-gradient(88deg, #1154d3 20%, #9017be);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.body_container h4:before{
	content: "\e70f";
	font-family: "iconfont";
	font-size: 30px;
	color: #44b549;
	margin-right: 10px;
}

.sidebar{
	background-color: #d8e7f9;
}
.sidebar-column{
	background-color: #fdfafa;
}
.message p{
	margin-bottom: 0 !important;
	word-wrap: break-word !important;
}
#app {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 71px);
	max-width: 900px;
	margin: 0 auto;
}

#app, .input-area{
	background-color: #f3f6fc;
}

.messages-container {
	flex: 1;
	overflow-y: auto;
	padding: 10px;
}

.message{
	width: 100%;
	padding: 10px;

}

.chat_bar{
	border:solid 1px #c3c6cb54;
	box-sizing: border-box;
	background-color: white !important;
	-moz-box-shadow: 5px 5px 10px #00000011;
	box-shadow: 5px 5px 10px #00000011;
	border-radius:10px !important;
	margin-bottom:50px !important;
}
.message p, .message pre{
	margin:0;
}


.copy_icon, .copy_icon:focus{
	display: flex;
	position:absolute;
	bottom:5px;
	right:5px;
	cursor:pointer;
	color:#999;
}
.copy_icon:hover{
	color:#333;
}
.message.question{
	display: flex;
}
.q_head{
	width: 40px !important;
	height: 40px !important;
	margin-right: 10px;
}


.message.answer{
	border-top: 1px solid #c3c6cb54;
	margin-top: -1px;
	display: flex;
	position: relative;
}
.answer_r h2, .answer_r h3,.answer_r h4{
	font-size:15px !important;
	font-weight: 400 !important;
}
.message pre{
	width: 100%;
	padding: 10px;
	background-color: #23241f;
	border-radius: 6px;
	color: #f8f8f2;
	box-sizing: border-box;
	overflow-x: auto;
}

.input-area {
	display: flex;
	align-items: stretch;
	padding: 10px;
	border-top: 1px solid #ffffff;
	flex-direction: column;
}

.input-area textarea {
	flex: 1;
	min-height: 65px;
	padding: 5px 10px;
	line-height: 20px;
	resize: none;
	border: 1px solid #c3c6cb;
	outline: none;
	box-sizing: border-box;
	border-radius: 6px;
	margin-right: 5px;
	margin-bottom: 0;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.input-area button {
	margin-left: 0;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 6px;
}
.card-box{

}
.card-box .author-info{
	padding: 10px;
	border-radius: 8px;
	margin: 10px 0;
	font-weight: 300;
	text-align: left;
	font-size: 14px;
	background-image: linear-gradient(138deg, #e5eefe 0%, #ffffff 100%);
	color: #296dd0;
}
button:disabled {
	background-color: #c3c6cb;
	cursor: not-allowed;
}
.site-content{
	padding-bottom:0px !important;
}
.chat_header h3{
	background: linear-gradient(90deg, #1154d3 20%, #8b03da);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 10px;
	margin-left: 20px !important;
	font-size: 30px !important;
	border-left: 0 !important;
	font-weight: 300;
}

.header_btns{
	display: flex;
	flex-direction: row;
}

.answer_r{
	display: flex;
	min-height: 40px;
	align-items: center;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #333;
	font-weight: 300;
	flex: 1;
}
.loading_info{
	display: flex;
	align-items: center;
}
.q_body{
	display: flex;
	color: var(--c-main);
	min-height: 40px;
	align-items: flex-start;
	flex-direction: column;
	flex: 1;
	justify-content: center;
}
.info_win_bottom{
	border-radius:4px;
	background-color: #fdfafa;
	padding: 6px;
	font-size: 14px;
	color: #ff8b8b;
}

.info_win_top_line{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.faq-list{
	margin: 5px 5px 20px 5px;
}

.icon-lizi{
	font-size: 48px !important;
	line-height: 48px;
	color: var(--c-main) !important;
}
.infoWin{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.info_win_list{
	margin-top:10px;
	display: flex;
	flex-direction: column;
	padding: 20px;
}
.info_win_line{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 8px;
}
.icon-chat{
	font-size: 26px;
	border-radius: 30px;
	background-color: #86b7fe;
	display: flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	color: #FFF;
	margin-right: 10px;
}

.info_win_line{
	color: #9A9A9AFF;
	margin-bottom: 10px;
}
.info_win_line i{
	font-size: 20px;
	line-height: 30px;
	margin-right: 10px;
}
.info_win_line a{
	border-bottom: dashed 1px #d5d4d4;
	font-weight: 200;

}
.info_win_line a:hover{
	font-weight:400;
}
.chat_header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.chat_header i{
	margin-right: 5px;
	font-size: 30px !important;
	font-weight: 200;
}
.chat_header a i{
	margin-right: 2px;
	font-size: 20px !important;
}

.a_btn, .a_btn:focus{
	display: flex;
	align-items: center;
	font-size: 14px;
	border-radius: 5px;
	background-color: var(--c-main);
	color: #FFF;
	padding: 3px 6px 3px 6px;
	margin-right: 8px;
}
.a_btn:hover{
	color: #000 !important;
}
.info_win_alert{
	margin-left: 20px;
	color: red;
}

.type_icon{
	font-size: 30px !important;
	font-weight: 250;
	margin-right: 5px;
}

.item_body{
	display: flex;
	flex-direction: column;
}

.item_title{
	font-size:14px;
}
.input-bottom{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.input-bottom-info{
	font-size:20px;
	display: none;
}

.swal2-title{
	font-size:18px !important;
}
.panel h4{
	font-weight:400 !important;
	color: #777;
}
.panel-title a{
	width:100%;
	display: block;
}
.panel-title i{
	font-size:18px !important;
	font-weight:250;
}
.faq_list .panel-body{
	color:#666 !important;
}
a:focus, a:hover{
	text-decoration: none !important;
}
a[aria-expanded="true"]{
	font-weight:600 !important;
}
a[aria-expanded="true"] i:before{
	content: "\e603";
}
.go-prom-btn{
	font-weight:600;
	color: #0d66c2;
	border-bottom: solid 1px #0d66c2;
}

.swal2-confirm{
	background-color:var(--c-main) !important;
}
.chongzhi2_btn{
	border:solid 1px #FFF;
	padding:2px 5px 2px 5px;
	color:#FFF !important;
	border-radius:4px;
}

.info_win_alert{
	color:var(--c-main);
}
.info_win_alert .icon-guanbi1{
	cursor:pointer;
}
.info_win_alert .icon-guanbi1:hover{
	color:#FF0000;
}


input:checked + .slider {
	background-color: var(--c-main);
}

input:checked + .slider:before {
	transform: translateX(31px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}


.send_area{
	display:flex;
	width:100%;
	justify-content: space-between;
	padding: 5px;
}
.send_btn_tools{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.send_btn_tool_btn{
	font-size: 12px;
	font-weight: 250;
	border-radius: 99px;
	border: 1px dashed #c2c2c2;
	color: #999;
	margin-right: 5px;
	padding:2px 8px 2px 8px;
}
.info-bar-1{
	color: #cb7c07 !important;
}
.info-bar-2{
	color: #059627 !important;
}
.info-bar-3{
	display: flex;
	flex-direction: column;
}
.wx-info-txt{
	font-weight: 400;
	font-size: 13px;
}
.wx-code{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 10px;
}
.wx-code-img{
	width:80%;
}
.phone-contact{
	margin: 0 0 0 20px;
}
.phone-num{
	font-size: 20px;
	font-weight: 600;
}