html, body{
	user-select: initial;
	-webkit-user-select: initial;
}
body{
	 -webkit-text-size-adjust:100% !important;
}
#chat_list{
	height: 100%;
	background: #fff;
	overflow: scroll;
	position: relative;
	padding-bottom: 4rem;
	padding: 1.62rem .32rem 4.2rem .32rem;
	font-size: .26rem;
}
#chat_list.on{
	padding: 1.62rem .32rem 2.2rem .32rem;
}
#chat_list::after{
	content: "";
	background: linear-gradient( 179deg, #E5E1FF 32%, #FFFFFF 100%);
	width: 100%;
	height: 7.86rem;
	position: absolute;
	left: 0;
	top: 0;
}
#chat_list.on::after{
	content: "";
	background: #fff;
	width: 100%;
	height: 7.86rem;
	position: absolute;
	left: 0;
	top: 0;
}
.header-ai-bg{
	/* background: linear-gradient( 179deg, #E5E1FF 32%, #FFFFFF 100%);
	width: 100%;
	height: 7.86rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1; */
}
.haader-ai-sidebar {
	position: absolute;
	right: .32rem;
	top: .36rem;
	z-index: 6;
	width: .62rem;
	height: .62rem;
	background: #25CBFF;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.haader-ai-sidebar i{
	background: url('https://resource.bangbangce.com/KnSym7rjfYJE') no-repeat;
	background-size: 100% 100%;
	width: .38rem;
	height: .32rem;
	display: inline-block;
}

.hader-ai-times{
	border: 1px solid #202F45;
	border-radius: 16px;
	position: absolute;
	left: .32rem;
	top: .4rem;
	z-index: 6;
	height: .5rem;
	padding: 0 .2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #202F45;
	font-size: .26rem;
	background: #fff;
}
.hader-ai-times i{
	background: url('https://resource.bangbangce.com/DZKNz2b37wAb') no-repeat;
	background-size: 100% 100%;
	width: .32rem;
	height: .34rem;
	display: inline-block;
}
.hader-ai-times em{
	flex: 1;
	padding: 0 .1rem;
}
.hader-ai-times span{
	color: #FF6497;
}
.hader-ai-times.hader-ai-times-active{
    animation: shake-center 3s linear normal none
}
@keyframes shake-center {
	0% {
		transform:rotate(0deg);
		transform-origin:50% 50%;
	}
	10% {
		transform:rotate(4deg);
	}
	20% {
		transform:rotate(-4deg);
	}
	30% {
		transform:rotate(4deg);
	}
	40% {
		transform:rotate(-4deg);
	}
	50% {
		transform:rotate(4deg);
	}
	60% {
		transform:rotate(-4deg);
	}
	70% {
		transform:rotate(4deg);
	}
	80% {
		transform:rotate(-4deg);
	}
	90% {
		transform:rotate(4deg);
	}
	100% {
		transform:rotate(0deg);
		transform-origin:50% 50%;
	}
}

/************************* 聊天 ******************************/
.item-list-section{
	position: relative;
	z-index: 2;
	margin-bottom: .28rem;
}
/* 思考中 */
.siwen{
	background: #F3F1FC;
	border-radius: 0px 12px 12px 12px;
	padding: .28rem;
	color: #7A7489;
}
.span_txt{
	color: #7A7489;
	font-size: .24rem;
	display: block;
	padding-bottom: .2rem;
}
.siwen .div_txt{
	-webkit-user-select: none;
	user-select: none;
}
/* 系统 */
.system_box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.system_box .bg{
	background: linear-gradient( 147deg, #6CDCFF 0%, #97B6FF 100%);
	border-radius: 22px;
	width: 5.46rem;
	position: relative;
	padding: 0 .2rem .2rem .2rem;
}
.system_box .picture_img{
	width: 2.8rem;
	height: 2.32rem;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: -.5rem;
	margin-left: -1.4rem;
}
.system_box .picture_img img{
	width: 100%;
	object-fit: cover;
	background: initial;
}
.system_box .picture_text{
	position: relative;
	background: #fff;
	padding: .32rem .24rem;
	border-radius: 24px;
	margin-top: 2.2rem;
}
.system_box .picture_text::after{
	content: "";
	position: absolute;
	left: 1rem;
	top: -0.2rem;
	background: url('https://resource.bangbangce.com/aekSDiJy6YXd') no-repeat;
	background-size: 100% 100%;
	width: .3rem;
	height: .2rem;
}
.system_box .picture_text h3{
	color: #232323;
	font-weight: bold;
	font-size: .28rem;
	margin-bottom: 0;
	margin-top: 0;
	line-height: initial;
}
.system_box .picture_text p{
	color: #403A53;
	font-size: .24rem;
	margin-bottom: 0;
	margin-top: .2rem;
	text-align: justify;
}
.ai_mt_24{
	margin-top: .24rem;
}
/* 新增 Ai推理问题 - 塔罗牌 */
.question_bg_box{
	background: #F8F9FA;
	border-radius: 12px;
	padding: .28rem .24rem;
}
.question_bg_box p{
	margin-bottom: 0;
}
.question_box_list{
	background: #FFFFFF;
	border-radius: 12px;
	padding: .28rem 0;
	margin-top: .24rem;
}
.question_box_list ul{
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding-left: 0 !important;
}
.question_box_list li{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.question_box_list li img{
	width: .92rem;
	height: 1.58rem;
	overflow: hidden;
}
.question_box_list li img.on{
	transform: rotate(180deg);
}
.question_box_list_star li img{
	width: .98rem;
	height: .96rem;
}
.question_box_list li p{
	font-size: .28rem;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: .1rem;
}
.question_box_list li em{
	font-size: .24rem;
	color: #7E7E7E;
	display: inline-block;
	font-weight: normal;
	border-radius: 50%;
	background: #EFEFEF;
	width: .38rem;
	height: .38rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.question_box_bottom{
	background: url('https://resource.bangbangce.com/JaiFwDSB7BQf') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 2.78rem;
	margin-top: .24rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: initial;
}
.question_brithday_btn{
	color: #202F45;
	font-size: .26rem;
	text-decoration-line: underline;
	margin-bottom: .44rem;
}
.question_continue_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.question_continue_btn span{
	background: #202F45;
	width: 4rem;
	height: .88rem;
	border-radius: 22px;
	color: #fff;
	font-size: .32rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.question_continue_btn span em{
	background: url('https://resource.bangbangce.com/HrZwXRsGDTBJ') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: .66rem;
	height: .32rem;
	position: absolute;
	right: 0;
	top: -.16rem;
}
.question_continue_btn span i{
	width: .32rem;
	height: .34rem;
	background: url('https://resource.bangbangce.com/2QJBPbktkBa7') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-right: .08rem;
}
.question_sett_tip{
	color: #828282;
	font-size: .24rem;
	margin-top: .24rem;
}

.birthday_list_bg1{
	background: url('https://resource.bangbangce.com/C7QEYwkENyM2') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 1.62rem;
	display: flex;
	align-items: center;
	padding: .3rem .32rem;
}
.birthday_list_bg1_box_left{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.name_box{
	display: flex;
	align-items: center;
	color: #202F45;
	font-size: .28rem;
}
.name_box h3{
	margin: 0;
	font-weight: normal;
}
.name_box span{
	padding-left: .2rem;
}
.birthday_box{
	padding-top: .14rem;
	display: flex;
	align-items: center;
	color: #202F45;
	font-size: .26rem;
}
.birthday_box em{
	font-size: .22rem;
	border: 1px solid #202F45;
	border-radius: 4px;
	width: .6rem;
	height: .34rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .12rem;
}
.lit_birday_lits span{
	color: #999;
	font-size: .2rem;
}
.birthday_list_bg1_box_right{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: .12rem .24rem;
}
.birthday_list_bg1_box_right span{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
}
.birthday_list_bg1_box_right img{
	width: 1.1rem;
	height: 1.1rem;
	background-color:transparent;
}

.birthday_list_bg2{
	background: url('https://resource.bangbangce.com/yTrtZHktBCmi') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 1.62rem;
	display: flex;
	align-items: center;
	padding: .3rem .32rem;
}
.birthday_list_bg3{
	background: url('https://resource.bangbangce.com/2sAQFj2kETyt') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 1.62rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.birthday_list_bg3_left span{
	color: #202F45;
	font-size: 1rem;
}
.birthday_list_bg3_right{
	display: flex;
	flex-direction: column;
	padding-left: .12rem;
	color: #202F45;
}
.birthday_list_bg3_right span{
	font-size: .24rem;
	padding-top: .12rem;
}
.birthday_list_bg3_right p{
	margin: 0;
	font-size: .32rem;
	font-weight: bold;
}

.question_ai_box_bottom{
	background: url('https://resource.bangbangce.com/aTrpBYawPZtW') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 5.14rem;
	margin-top: .82rem;
	position: relative;
}
.icon_diandian{
	background: url('https://resource.bangbangce.com/7ZtA5hMT5HQM') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: 1.08rem;
	height: .54rem;
	position: absolute;
	right: .62rem;
	bottom: 2.53rem;
}
.character_img{
	background: url('https://resource.bangbangce.com/mt2HGdBfQdDT') no-repeat;
	background-size: 100% 100%;
	width: 2.5rem;
	height: 3.43rem;
	position: absolute;
	left: 50%;
	top: 26%;
	margin-left: -1.25rem;
	margin-top: -1.715rem;
}
.question_ai_box_bottom_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	z-index: 3;
	align-items: center;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	justify-content: space-between;
	justify-items: center;
	gap: .18rem 1.3rem;
}
.question_ai_box_bottom_list li{
	background: url('https://resource.bangbangce.com/mAK6W68MBSQK') no-repeat;
	background-size: 100% 100%;
	width: 2.4rem;
	max-height: 1.18rem;
	display: flex;
	align-items: center;
	color: #537391;
	font-size: .24rem;
	padding: .12rem;
	position: relative;
}
.question_ai_box_bottom_list li+li{
	margin-top: 0;
}
.question_ai_box_bottom_list li:nth-child(1),
.question_ai_box_bottom_list li:nth-child(3){
	top: -.12rem;
}
.question_ai_box_bottom_list li:nth-child(2),
.question_ai_box_bottom_list li:nth-child(4){
	top: -.6rem;
}
.question_ai_box_bottom_list li span{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.question_ai_box_bottom_btn{
	position: absolute;
	bottom: .36rem;
	left: 0;
	width: 100%;
	display: flex;
	text-align: center;
	flex-direction: column;
	padding-top: .5rem;
}
.question_ai_box_bottom_btn i{
	background: url('https://resource.bangbangce.com/5XWWpazp5nsZ') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: 3.7rem;
	height: .36rem;
	margin: 0 auto;
}
.question_ai_box_bottom_btn p{
	color: #53657F;
	font-size: .26rem;
	padding-top: .04rem;
}
.question_ai_box_bottom_btn .btn_zhenren{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.42rem;
}
.question_ai_box_bottom_btn .btn_zhenren a{
	background: #202F45;
	width: 100%;
	height: .88rem;
	border-radius: 22px;
	color: #fff;
	font-size: .32rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.question_ai_box_bottom_btn .btn_zhenren a:hover{
	text-decoration: none;
}
.question_ai_box_bottom_btn .btn_zhenren a span{
	background: url('https://resource.bangbangce.com/HrZwXRsGDTBJ') no-repeat;
	background-size: 100% 100%;
	width: .66rem;
	height: .32rem;
	position: absolute;
	right: 0;
	top: -.16rem;
}

.complete_birthday{
	background: linear-gradient( 152deg, #E6EEF7 0%, #DDEAF8 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding-top: .18rem;
	margin-top: .24rem;
}
.complete_birthday i{
	background: url('https://resource.bangbangce.com/bAXjRwYeMjrB') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: 1.72rem;
	height: 1.12rem;
	opacity: .9;
}
.complete_birthday_btn{
	padding-left: .44rem;
	display: flex;
	align-items: center;
	color: #202F45;
	font-size: .28rem;
}
.complete_birthday_btn span{
	color: #25CBFF;
}
.complete_birthday_btn i{
	background: url('https://resource.bangbangce.com/ZtamHBtiJccH') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: .3rem;
	height: .3rem;
	margin-left: .08rem;
}

/* 自己提问 */
.question_box{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.item-list-my .timeTxt{
	text-align: center;
	color: #999999;
	font-size: .24rem;
	padding-bottom: .16rem;
}
.question_box p{
	background: #D7EBFF;
	border-radius: 12px;
	color: #403A53;
	font-size: .26rem;
	padding: .28rem .24rem;
	display: inline-block;
	margin-bottom: 0;
}
/* ai解答 */
.question_ai_box{
	margin-bottom: .16rem;
}
.question_ai_box .que_hed{
	display: flex;
	align-items: center;
}
.question_ai_box .que_hed .img{
	width: .68rem;
	height: .68rem;
	overflow: hidden;
	border-radius: 50%;
}
.question_ai_box .que_hed .img img{
	width: 100%;
	object-fit: cover;
}
.question_ai_box .que_hed .name{
	padding-left: .16rem;
	color: #403A53;
	font-size: .3rem;
	font-weight: bold;
}
/* 正在解答中 */
.anprogress .bg{
	/* background: url('https://resource.bangbangce.com/s7KYTfefHwdS') no-repeat;
	background-size: 100% 100%; */
	background: #F8F9FA;
	width: 100%;
	height: 2.74rem;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.anprogress .an_img{
	width: 1.72rem;
	height: 1.72rem;
	background: #EAF3FA;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.an_img_2{
	background: url('https://resource.bangbangce.com/SikByhF43Bct') no-repeat;
	background-size: 100% 100%;
	width: 1.46rem;
	height: 1.46rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.anprogress .an_img img{
	width: .98rem;
	height: .98rem;
	object-fit: cover;
	background: initial;
	animation: an_text_ani 2s linear infinite;
}
.anprogress .an_text{
	padding-top: .12rem;
	color: #9D9D9D;
	font-size: .22rem;
	display: flex;
	align-items: center;
}
.anprogress .an_text i{
	background: url('https://resource.bangbangce.com/Npxc8tJr8Xeh') no-repeat;
	background-size: 100% 100%;
	width: .3rem;
	height: .3rem;
	display: inline-block;
	animation: an_text_ani 2s linear infinite;
	margin-right: .12rem;
}
@keyframes an_text_ani{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
.netTimeout .bg{
	/* background: url('https://resource.bangbangce.com/YDfTNHSTsGrw') no-repeat; */
	background: url(../../Images/openai/chaoshi.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 2.58rem;
	position: relative;
}
.btn_meout{
	padding-top: .16rem;
}
.btn_meout a{
	width: 1.36rem;
	height: .44rem;
	background: #F5F5F5;
	border-radius: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #A283FF;
	font-size: .24rem;
}
/* */
.final_result {
	color: #333 !important;
}
/* 内容由AI生成，不作为决策依据--复制内容 */
.copyc_ontent .bg{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: .22rem;
}
.copyc_ontent .text{
	height: .46rem;
	background: #F5F5F5;
	border-radius: 32px;
	display: flex;
	align-items: center;
	color: #888888;
	font-size: .2rem;
	padding: .04rem .2rem;
}
.copyc_ontent .right_btn{
	display: flex;
	align-items: center;
}
.copyc_ontent .btn_copyc{
	display: flex;
	align-items: center;
	justify-content: center;
	width: .5rem;
	height: .5rem;
	background: #F5F5F5;
	border-radius: 10px;
}
.copyc_ontent .btn_copyc i{
	background: url('https://resource.bangbangce.com/M8rn87DnEpCZ') no-repeat;
	background-size: 100% 100%;
	width: .3rem;
	height: .3rem;
	display: inline-block;
}
.copyc_ontent .btn_share{
	display: flex;
	align-items: center;
	justify-content: center;
	width: .5rem;
	height: .5rem;
	background: #F5F5F5;
	border-radius: 10px;
	margin-left: .2rem;
}
.copyc_ontent .btn_share i{
	background: url('https://resource.bangbangce.com/nzATwHCpFn2M') no-repeat;
	background-size: 100% 100%;
	width: .3rem;
	height: .3rem;
	display: inline-block;
}
/* 解答完成-显示认证咨询师 */
.completed .bg{
	background: url('https://resource.bangbangce.com/EitZ4K64kdYa') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 1.28rem;
	display: flex;
	align-items: center;
	padding: 0 .24rem;
}
.completed .bg .img{
	width: .75rem;
	height: .75rem;
	overflow: hidden;
	border-radius: 50%;
	border: solid 1px #fff;
}
.completed .bg .img img{
	width: 100%;
	object-fit: cover;
}
.completed .bg .name{
	flex: 1;
	padding-left: .16rem;
	color: #fff;
	font-size: .24rem;
}
.completed .bg .name h5{
	font-size: .3rem;
	font-weight: bold;
	margin: 0;
	line-height: initial;
	padding-bottom: .08rem;
}
.completed .bg a{
	width: 1.46rem;
	height: .5rem;
	background: #202F45;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .26rem;
	font-weight: bold;
	position: relative;
}
.completed .bg a em{
	padding: 0 .12rem;
	height: .32rem;
	/* background: url('https://resource.bangbangce.com/7xiBnkE3seSk') no-repeat;
	background-size: 100% 100%; */
	background: linear-gradient( 339deg, #FFA047 0%, #FF7A3C 97%);
	position: absolute;
    right: -0.4rem;
    top: -0.2rem;
	border-radius: 80px 60px 60px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .22rem;
}
.completed .bg a:hover{
	text-decoration: none;
}

/************************* 每日一卦【换一换列表】 ******************************/
.change_list{
	padding-top: .24rem;
}
.change_list ul{
	padding: 0;
	margin: 0;
}
.change_list ul li{
	margin-top: 0;
	background: #F5F7F9;
	width: max-content;
	border-radius: 8px;
	color: #202F45;
	font-size: .26rem;
	padding: .18rem .2rem;
	margin-bottom: .16rem;
}
.change_list_btn{
	display: flex;
	align-items: center;
}
.change_list_btn a{
	background: #F5F7F9;
	color: #7C7C7C;
	font-size: .24rem;
	padding: .2rem .18rem;
	border-radius: 8px;
	display: flex;
	align-items: center;
}
.change_list_btn a:hover{
	text-decoration: none;
}	
.change_list_btn a i{
	background: url('https://resource.bangbangce.com/fnYYXQKJex8R') no-repeat;
	background-size: 100% 100%;
	width: .32rem;
	height: .32rem;
	display: inline-block;
	margin-right: .12rem;
	position: relative;
	top: .02rem;
}


/************************* 分享弹窗 ******************************/
.share-wechat-pop .mask{
	z-index: 3999;
}
.share_wecha_box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4002;
	background: rgba(0,0,0,0.4);
	padding-right: .3rem;
	padding-top: .06rem;
}
.share_wecha_box .hed{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.share_wecha_box .icon_colse{
	width: .32rem;
	height: .32rem;
	background: url('https://resource.bangbangce.com/QsdTfst4WbFQ') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-right: 2.4rem;
}
.share_wecha_box .icon_arrow{
	width: .6rem;
	height: .8rem;
	background: url('https://resource.bangbangce.com/BGFyM6RTPKPS') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.share_wecha_box .icon_text {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.share_wecha_box .icon_text i{
	width: 3.44rem;
	height: 1.22rem;
	background: url('https://resource.bangbangce.com/DiyRFY3bTpRN') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}

/************************* 侧边栏 ******************************/
.sidebarai_box{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001;
	width: 76%;
	height: 100%;
	background: #fff;
	padding: .2rem 0 0 0;
	transition: transform 400ms ease; 
	transform: translate3d(100%, 0, 0);
}
.sidebar-ai-flx.on .sidebarai_box{
	transform: translate3d(0, 0, 0);
}
.sidebar_hed{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .22rem 0 .16rem;
}
.sidebar_hed span{
	flex: 1;
	color: #888888;
	font-size: .26rem;
	font-weight: bold;
}
.sidebar_hed a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: .6rem;
	height: .6rem;
}
.sidebar_hed a i{
	width: .32rem;
	height: .32rem;
	background: url('https://resource.bangbangce.com/RTncs7Sr2rhD') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}

.not_side{
	padding: 2.6rem 1.72rem 5.2rem 1.72rem;
	text-align: center;
}
.not_side i{
	width: 2.02rem;
	height: 1.52rem;
	background: url('https://resource.bangbangce.com/Qb258GmWi7tM') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.not_side h3{
	color: #232323;
	font-size: .32rem;
	font-weight: bold;
}
.not_side p{
	color: #888888;
	font-size: .28rem;
	padding-top: .2rem;
}
.dataSidebar_list {
	padding: .1rem .22rem .3rem .16rem;
	height: calc(100% - 1.8rem);
	overflow: scroll;
}
.sidebarai_box ul{	
	
}
.sidebarai_box ul li{
	padding-top: .16rem;
}
.sidebarai_box ul li a{
	display: block;
	color: #232323;
	font-size: .28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: .16rem;
}
.sidebarai_box ul li.on a{
	color: #FFFFFF;
	background: #A283FF;
	border-radius: 10px;
}
.ben_open_conversation{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: .2rem;
}
.ben_open_conversation a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #A283FF;
	width: 2.74rem;
	height: .8rem;
	border-radius: 50px;
	color: #FFFFFF;
	font-size: .3rem;
}
.ben_open_conversation a i{
	width: .36rem;
	height: .36rem;
	background: url('https://resource.bangbangce.com/x7eZJfTAFzth') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-right: .08rem;
}
/************************* 清空历史记录 ******************************/
.clear-histor-box{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 2001;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 .3rem;
}
.clear-histor-box section{
	width: 100%;
	background: #FFFFFF;
	border-radius: 12px;
	margin-bottom: .66rem;
	padding: .46rem .24rem .32rem .24rem;
	text-align: center;
}
.clear-histor-box section p{
	color: #232323;
	font-size: .28rem;
	padding-bottom: .32rem;
	position: relative;
}
.clear-histor-box section p::after{
	content: "";
	width: 100%;
	height: .02rem;
	background: url('https://resource.bangbangce.com/p2iC6Tcj7bi4') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.clear-histor-box section a{
	font-size: .28rem;
}
.btn_histor_que{
	text-align: center;
	padding-bottom: .32rem;
}
.btn_histor_que a{
	color: #E32424;
}
.btn_histor_cancel{
	text-align: center;
}
.btn_histor_cancel a{
	color: #9A9A9A;
}
/************************* 底部 ******************************/
.footer_ai_fix{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: .12rem 0;
	z-index: 9;
}
.questionCLick{
	display: flex;
	align-items: center;
	padding: 0 .24rem .16rem .24rem;
}
.questionCLick h3{
	color: #232323;
	font-size: .34rem;
	font-weight: bold;
}
.questionCLick span{
	padding-left: .28rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}
.questionCLick span i{
	width: .32rem;
	height: .32rem;
	background: url('https://resource.bangbangce.com/fnYYXQKJex8R') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-right: .06rem;
}
.queClose{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.queClose a{
	width: .32rem;
	height: .32rem;
	background: url('https://resource.bangbangce.com/8MRHPrj3XwiR') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}


.problem_list{
	padding-bottom: .12rem;
	overflow: scroll;
	white-space: nowrap;
}
.problem_list ul{
	padding-left: .24rem;
	padding-bottom: .16rem;
	/* overflow: scroll;
	white-space: nowrap; */
}
.problem_list ul::-webkit-scrollbar,
.problem_list::-webkit-scrollbar{
	display: none;
}
.problem_list ul li{
	background: linear-gradient( 172deg, #F5F8FD 0%, #F0FCFF 98%);
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	color: #444444;
	font-size: .26rem;
	display: inline-block;
	margin-right: .1rem;
}
.problem_list ul li a{
	display: block;
	padding: .2rem;
}

.sub_list_box{
	display: flex;
	align-items: center;
	padding: 0 .24rem;
}
.sub_list_box .pj_left a{
	display: block;
	position: relative;
}
.sub_list_box .pj_left .labelName{
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #ccc;
	color: #fff;
	font-size: .26rem;
	line-height: 1;
	text-align: center;
	background: #639EE9;
}
.sub_list_box .pj_left img{
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
}
.sub_list_box .pj_left a i{
	width: .3rem;
	height: .3rem;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -0.06rem;
	bottom: 0;
}
.sub_list_box .pj_left a i::after{
	content: "";
	background: url('https://resource.bangbangce.com/E7QtKpyFnt8G') no-repeat;
	background-size: 100% 100%;
	width: .18rem;
	height: .2rem;
	display: inline-block;
}
.sub_list_box .pj_left a.on i::after{
	content: "";
	background: url('https://resource.bangbangce.com/Gyn8ZhYpit4X') no-repeat;
	background-size: 100% 100%;
	width: .22rem;
	height: .22rem;
	display: inline-block;
}
.sub_list_box .pj_left .icon_jia{
	position: absolute;
	right: -0.1rem;
	top: 0;
	width: .3rem;
	height: .3rem;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #D1D1D1;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.sub_list_box .pj_left .icon_jia img{
	width: .28rem;
	height: .24rem;
	object-fit: cover;
}

.sub_list_box .pj_left .imgHeadpic .tag_name{
	display: none;
}

.sub_list_box .pj_left .zu .icon_headpic{
	display: none;
}



.sub_list_box .pj_right{
	margin-left: .24rem;
	flex: 1;
	display: flex;
	align-items: center;
	background: #F5F5F5;
	width: 5.86rem;
	height: .96rem;
	border-radius: 32px;
	overflow: hidden;
	padding: .12rem .16rem .12rem .32rem;
}
.sub_list_box textarea{
	width: 100%;
	flex: 1;
	font-size: .26rem;
	color: #333;
	white-space: pre-wrap; 
	word-wrap: break-word;
}
.sub_list_box textarea::-webkit-input-placeholder{
	color: #B5B5B5;
}
#subime{
	width: 1.34rem;
	height: .68rem;
	background: #25CBFF;
	color: #fff;
	font-size: .3rem;
	font-weight: bold;
	border-radius: 32px;
	margin-left: .24rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/************************* 引导弹窗 ******************************/
.guide_ai_box{
	position: fixed;
	bottom: 1.8rem;
	left: .32rem;
	width: 100%;
	z-index: 1001;
}
.guide_ai_box .bg{
	width: 3.02rem;
	background: linear-gradient( 160deg, #2F7BFF 0%, #5AC0FF 100%);
	border-radius: 8px;
	color: #FFFFFF;
	font-size: .28rem;
	padding: .14rem .18rem;
	position: relative;
	text-align: center;
}
.guide_ai_box .bg::after{
	content: "";
	width: .54rem;
	height: .7rem;
	background: url('https://resource.bangbangce.com/RmTpbH5KTcFG') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -0.22rem;
	top: -0.22rem;
}
.guide_ai_box .bg::before{
	content: "";
	width: .16rem;
	height: .78rem;
	background: url('https://resource.bangbangce.com/WkW5phd8JCCS') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0.3rem;
	bottom: -0.8rem;
}
.guide_ai_box .bg em{
	color: #FFEA80;
}
.section_gui_2 .guide_ai_box .bg::before{
	left: 2rem;
}
.btn_guide_close{
	text-align: right;
	width: 2.98rem;
	padding-bottom: .1rem;
}
.btn_guide_close i{
	width: .32rem;
	height: .32rem;
	background: url('https://resource.bangbangce.com/FaT5EzsY3KwD') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.section_gui_2 .guide_ai_box {
	left: 4.28rem;
	bottom: 4.1rem;
}
.section_gui_2 .guide_ai_box .bg{
	width: 2.98rem;
}
.section_gui_2 .btn_guide_close{
	width: 2.98rem;
}

/************************* 提问方式弹窗 ******************************/
.questionWay_box{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1001;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding-bottom: .64rem;
}
.questionWay_box .hader_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .32rem .28rem .2rem .28rem;
}
.questionWay_box .hader_title span{
	font-weight: bold;
	font-size: .32rem;
	color: #232323;
	flex: 1;
	text-align: center;
}
.questionWay_box .hader_title a{
	display: flex;
	align-items: center;
}
.questionWay_box .hader_title a i{
	width: .52rem;
	height: .52rem;
	background: url('https://resource.bangbangce.com/zPfPAhkAfQnb') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.questionWay_box .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .32rem .32rem .28rem .28rem;
}
.questionWay_box .title span{
	font-weight: bold;
	font-size: .32rem;
	color: #232323;
	flex: 1;
}
.questionWay_box .title a{
	display: block;
}
.questionWay_box .title a i{
	width: .52rem;
	height: .52rem;
	background: url('https://resource.bangbangce.com/zPfPAhkAfQnb') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.que_birthday{
	padding: 0 .06rem .44rem .32rem;
	overflow: scroll;
	width: 100%;
}
.que_birthday::-webkit-scrollbar{
	display: none;
}
.que_birthday ul{
	white-space: nowrap;
}
.que_birthday ul li{
	display: inline-block;
	color: #3D3D3D;
	font-size: .26rem;
	margin-right: .24rem;
	text-align: center;
	position: relative;
}
.que_birthday ul li .img_bg{
	width: 1.04rem;
	height: 1.04rem;
	background: #F3F6FB;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #F3F6FB;
}
.que_birthday ul li img{
	width: .68rem;
	height: .68rem;
}
.que_birthday ul li p{
	padding-top: .08rem;
}
.que_birthday ul li.on .img_bg{
	background: #F5ECFF;
	border: 2px solid #A283FF;
}
.que_birthday ul li.on::after{
	content: "";
	width: .3rem;
	height: .3rem;
	background: url('https://resource.bangbangce.com/4SJtfsAdTBFN') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.que_files .hed{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .32rem .28rem .28rem;
}
.que_files .hed h3{
	font-weight: bold;
	font-size: .32rem;
	color: #232323;
	flex: 1;
}
.que_files .hed a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888888;
	font-size: .26rem;
}
.que_files .hed a i{
	width: .12rem;
	height: .24rem;
	background: url('https://resource.bangbangce.com/yh6E4kXw6M4E') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-left: .08rem;
}
.files_ovcll{
	padding: 0 .06rem .44rem .32rem;
	overflow: scroll;
	width: 100%;
}
.files_ovcll ul{
	white-space: nowrap;
}
.files_ovcll::-webkit-scrollbar{
	display: none;
}
.files_ovcll ul{
	white-space: nowrap;
}
.files_ovcll ul li{
	display: inline-block;
	text-align: center;
	margin-right: .4rem;
	position: relative;
	width: 1.2rem;
}
.files_ovcll ul li .name_img{
	width: 1.04rem;
	height: 1.04rem;
	background: #F3F6FB;
	border-radius: 14px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #F3F6FB;
	margin: 0 auto;
}
.files_ovcll ul li .name_b{
	font-weight: bold;
	color: #6D96AB;
	font-size: .28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: initial;
} 
.files_ovcll ul li .name_img img{
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
}
.files_ovcll ul li .name_img i{
	width: .28rem;
	height: .28rem;
	position: absolute;
	right: .06rem;
	bottom: .06rem;
}
.icon_nan{
	background: url('https://resource.bangbangce.com/Jfy2SHMirRCw') no-repeat;
	background-size: 100% 100%;
}
.icon_nv{
	background: url('https://resource.bangbangce.com/2zssKcAJbZhf') no-repeat;
	background-size: 100% 100%;
}
.files_ovcll ul li p{
	margin-top: .08rem;
	color: #3D3D3D;
	font-size: .26rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.files_ovcll ul li span{
	font-size: .22rem;
	display: inline-block;
	padding: 2px .2rem;
	border: 1px solid #fff;
	border-radius: 6px;
	margin-top: .06rem;
}
.files_ovcll ul li span.tip_css{
	border: 1px solid #A283FF;
	color: #A283FF;
}
.files_ovcll ul li span.partner_css{
	border: 1px solid #6296F1;
	color: #6296F1;
}
.files_ovcll ul li span.hide_css{
	opacity: 0;
	text-indent: -9999px;
}
.files_ovcll ul li.on .name_img{
	background: #F5ECFF;
	border: 2px solid #A283FF;
}
.files_ovcll ul li.on::after{
	content: "";
	width: .3rem;
	height: .3rem;
	background: url('https://resource.bangbangce.com/4SJtfsAdTBFN') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: .08rem;
}
.fileSelection{
	padding: 0 1.02rem;
}
.fileSelection .bg{
	background: linear-gradient( 173deg, #FF9ADA 0%, #FF6C9F 100%);
	width: 100%;
	height: .42rem;
	border-radius: 32px;
	color: #FFFFFF;
	font-size: .22rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 .22rem;
}
.fileSelection .bg em{
	color: #FAFFC2;
}
.fileSelection .bg i{
	width: .28rem;
	height: .32rem;
	background: url('https://resource.bangbangce.com/NhGWTkSpTiGP') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}

/************************* 登陆弹窗 ******************************/
.login_ai_box{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}
.btn_login_close{
	text-align: right;
	padding-right: .32rem;
}
.btn_login_close i{
	width: .52rem;
	height: .52rem;
	background: url('https://resource.bangbangce.com/P7mmkSpDAsZ4') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}

.select_box{
	z-index: 3999;
}
.header_login{
	position: relative;
}
.header_login i{
	width: 100%;
	height: 2.12rem;
	background: url('https://resource.bangbangce.com/JRtCsEFnG3Cb') no-repeat;
	background-size: 100% 100%;
	display: block;
}
.conten_login{
	background: #FFFFFF;
	padding: 0 .44rem .52rem .44rem;
}
.conten_login .title {
	text-align: center;
	padding-top: .26rem;
}
.conten_login .title h3{
	color: #232323;
	font-size: .32rem;
	font-weight: bold;
	padding-bottom: .2rem;
} 
.conten_login .title p{
	color: #777777;
	font-size: .26rem;
}
.conten_login .title p span.on{
	color: #A283FF;
}
.conten_login ul {
    padding: 0.22rem 0 0 0;
}
.conten_login ul li{
	background: #fff;
	border: 1px solid #F0E9CD;
	border-radius: 32px;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .32rem;	
	padding: 0 .18rem 0 .24rem;
	position: relative;
}
.conten_login ul li input{
	flex: 1;
	height: 100%;
	border: none;
	font-size: .3rem;
	padding-left: .24rem;
}
.login_ai_box ul li i.icon_xian{
	display: inline-block;
	position: relative;
}
.conten_login ul li i.icon_xian::after{
	content: "";
	position: absolute;
	top: .05rem;
	right: -.13rem;
	width: 1px;
	height: .32rem;
	background: #DEDEDE;
}
.conten_login ul li i{
	display: inline-block;
}
.conten_login ul li i.icon_phone{
	background: url('https://resource.bangbangce.com/TDK7kpFD8s2T') no-repeat;
	background-size: 100% 100%;
	width: .3rem;
	height: .42rem;
}
.conten_login ul li i.icon_message{
	background: url('https://resource.bangbangce.com/kW3mBrJMF3tD') no-repeat;
	background-size: 100% 100%;
	width: .31rem;
	height: .42rem;
}
.conten_login ul li span{
	padding-left: .24rem;
	color: #333333;
	font-size: .3rem;
	display: flex;
	align-items: center;
}
.conten_login ul li span .icon_arrow{
	display: inline-block;
	background: url('https://resource.bangbangce.com/66bNjrAPsBd8') no-repeat;
	background-size: 100% 100%;
	width: .24rem;
	height: .16rem;
	margin-left: .1rem;
}
.conten_login ul li input::-webkit-input-placeholder{
	color: #B6B6B6;
}
.conten_login ul li a{
	position: absolute;
	right: .32rem;
	top: 0;
	color: #A283FF;
	font-size: .26rem;
	height: 1rem;
	line-height: 1rem;
}
.btn_receive{
	text-align: center;
	padding-top: .52rem;
	position: relative;
}
.btn_receive a{
	width: 100%;
	height: .96rem;
	background: #A283FF;
	border-radius: 24px;
	color: #FFFFFF;
	font-size: .32rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fx_agreement{
	text-align: center;
	position: relative;
	padding-top: .56rem;
	color: #888888;
	font-size: .24rem;
}
.fx_agreement a{
	color: #666666;
}
.fx_agreement span{
	background: rgba(0,0,0,0.5);
	width: 2.2rem;
	height: .6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	position: absolute;
	top: -.1rem;
	right: 0;
	color: #FFFFFF;
	font-size: .22rem;
}
.fx_agreement i{
	background: #A283FF;
	width: .26rem;
	height: .26rem;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: 0.06rem;
}
.fx_agreement i::before{
/* 	content: '';
	position: absolute;
	top: -.1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid rgba(0,0,0,0.5); */
}
.fx_agreement i.on::after{
	content: "";
	background: url('https://resource.bangbangce.com/nSTFrSKxPTSC') no-repeat;
	background-size: 100% 100%;
	width: .18rem;
	height: .18rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -.09rem;
	margin-top: -.12rem;
}
.fx_tip{
	color: #AEAEAE;
	font-size: .22rem;
	padding-top: .3rem;
	text-align: center;
}


/************************* 邀请弹窗 ******************************/
.invite_box{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}
.invite_box .bg{
	background: #FFFFFF;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	/* padding: 0 0 0.44rem 0; */
}

.header_invte{
	/* background: url('https://resource.bangbangce.com/Yxb8ewPNfAZk') no-repeat;
	background-size: 100% 100%; */
	/* background: linear-gradient( 180deg, #D6FFFC 0%, rgba(214,255,252,0.9901) 0%, rgba(255,255,255,0) 100%); */
	background: #fff;
	width: 100%;
	height: 2.8rem;
	display: flex;
	align-items: center;
	position: relative;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	position: relative;
	top: 1px;
}
.header_invte::before{
	content: "";
	background: url('https://resource.bangbangce.com/Yxb8ewPNfAZk') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.header_invte::after{
	content: "";
	background: linear-gradient( 180deg, #D6FFFC 0%, rgba(214,255,252,0.9901) 0%, rgba(255,255,255,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.header_invte .title{
	background: url('https://resource.bangbangce.com/yhcFMH57GCbp') no-repeat;
	background-size: 100% 100%;
	width: 2.8rem;
	height: 2.6rem;
	position: absolute;
	top: -1.4rem;
	left: 50%;
	z-index: 8;
	margin-left: -1.4rem;
}


.conten_invte{
	background: #FFFFFF;
	padding-bottom: .5rem;
}
.tabs_inte{
	position: relative;
	top: 0.6rem;
	height: 0.7rem;
}
.tabs_inte ul{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.tabs_inte ul li{
	flex: 1;
	color: #6F8FC9;
	font-size: .28rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E9EFFA;
	width: 4.04rem;
	height: .7rem;
}
.tabs_inte ul li:first-child{
	background: url('https://resource.bangbangce.com/2tE5zTGzQB5C') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
}
.tabs_inte ul li:last-child{
	background: url('https://resource.bangbangce.com/isDMECsf5SS6') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
}
.tabs_inte ul li:first-child.on{
    background: url('https://resource.bangbangce.com/mHZJzhFYDQKJ') no-repeat;
	background-size: 100% 100%;
	height: .88rem;
	position: absolute;
	z-index: 9;
	left: 0;
}
.tabs_inte ul li:last-child.on{
    background: url('https://resource.bangbangce.com/Nz8ZpEPMCCRE') no-repeat;
	background-size: 100% 100%;
	height: .88rem;
	position: absolute;
	z-index: 9;
	right: 0;
}


.text_inte{
	padding-top: .24rem;
}
.text_inte_1{
	padding-left: .24rem;
	padding-right: .24rem;
	text-align: center;
}
.text_inte_1 .title-c{
	color: #232323;
	font-size: .3rem;
	font-weight: normal;
	position: relative;
	z-index: 5;
}
.text_inte_1 .title-c span{
	position: relative;
	display: inline-block;
	background: url('https://resource.bangbangce.com/W7HZJXdzw7x5') no-repeat;
	background-size: 100% 100%;
	width: 3.92rem;
	height: .35rem;
	margin: 0 auto;
}
/* .text_inte_1 .title-c span::after,
.text_inte_1 .title-c span::before{
	content: "";
	background: linear-gradient( 297deg, #FFF8E4 0%, #E8B44C 100%);
	width: .84rem;
	height: .02rem;
	position: absolute;
	top: 0.25rem;
}
.text_inte_1 .title-c span::after{
	right: -1rem;
}
.text_inte_1 .title-c span::before{
	left: -1rem;
	transform: rotate(180deg);
} */
.text_inte_1 .tip-c{
	color: #797979;
	font-size: .24rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: .04rem;
}
.text_inte_1 .tip-c em{
	color: #25CBFF;
}
.text_inte_1 .tip-c a{
	color: #A0A0A0;
	font-size: .22rem;
	margin-left: .16rem;
	display: flex;
	align-items: center;
}
.text_inte_1 .tip-c a i{
	background: url('https://resource.bangbangce.com/aBm6TBCACBH4') no-repeat;
	background-size: 100% 100%;
	width: .22rem;
	height: .22rem;
	display: inline-block;
	margin-right: .08rem;
}
.text_inte_1 .help-c{
	background: linear-gradient( 180deg, #EEF5FF 3%, #F6FCFF 98%);
	width: 80%;
	height: 2.04rem;
	padding-top: .38rem;
	margin: .3rem auto 0 auto;
	border-radius: 12px;
}
.text_inte_1 .help-c h3{
	color: #232323;
	font-size: .4rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text_inte_1 .help-c h3 b{
	padding: 0 .2rem;
	height: .72rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border: 2px solid #DDE8F5;
	margin: 0 .12rem;
	color: #FE7467;
	border-radius: 8px;
}
.text_inte_1 .help-c span{
	color: #798699;
	font-size: .26rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: .2rem;
}
.text_inte_1 .help-c span em{
	color: #FE7467;
	padding: 0 .12rem;
}
.text_inte_1 .text-c{
	padding-top: .5rem;
	color: #798699;
	font-size: .26rem;
	font-style: normal;
}
.list_text_c{
	padding-top: .3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list_text_c a{
	width: .88rem;
	height: .88rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.list_text_c a img{
	width: 100%;
	object-fit: cover;
	border: 2px solid #fff;
	border-radius: 50%;
}
.list_text_c a:nth-child(2), 
.list_text_c a:nth-child(3),
.list_text_c a:nth-child(4),
.list_text_c a:nth-child(5),
.list_text_c a:nth-child(6){
    margin-left: -.18rem;
}
.list_text_c a span{
	height: .3rem;
	padding: 0 .08rem;
	background: #FF785D;
	border-radius: 16px;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	margin-left: -25%;
	bottom: -.16rem;
	color: #FFFFFF;
	font-size: .2rem;
	font-style: normal;
}

.btn_yaoqing{
	padding: .5rem .4rem 0 .4rem;
}
.btn_yaoqing a{
	width: 100%;
	height: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #202F45;
	color: #FFFFFF;
	font-size: .32rem;
	border-radius: 32px;
	font-weight: bold;
}
.btn_yaoqing a i{
	background: url('https://resource.bangbangce.com/KRaYW6xyH2HQ') no-repeat;
	background-size: 100% 100%;
	width: .54rem;
	height: .46rem;
	display: inline-block;
	margin-right: .08rem;
}

.footer_invte{
	background: #FFFFFF;
	font-size: .26rem;
	padding-top: .32rem;
	text-align: center;
	position: relative;
	color: #FE7467;
	padding-bottom: .44rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_invte span{
	position: relative;
	top: .03rem;
}
.footer_invte i{
	width: .64rem;
	height: .64rem;
	display: inline-block;
	margin-right: .16rem;
}
.footer_invte i.i_1{
	background: url('https://resource.bangbangce.com/8rRFk2y8jFZM') no-repeat;
	background-size: 100% 100%;
	margin-right: .16rem;
	animation: translateXDDT1 2s linear infinite;
}
.footer_invte i.i_2{
	background: url('https://resource.bangbangce.com/NxzX24kBWr3s') no-repeat;
	background-size: 100% 100%;
	margin-left: .16rem;
	animation: translateXDDT2 2s linear infinite;
}
.footer_invte::after{
	content: "";
	background: url('https://resource.bangbangce.com/GHnyATRjCjfX') no-repeat;
	background-size: 100% 100%;
	width: 6.86rem;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -3.42rem;
}
@keyframes translateXDDT1 {
    0% {
        transform: translateX(10px);
    }
	50%{
		transform: translateX(0);
	}
    100% {
        transform: translateX(10px);
    }
}
@keyframes translateXDDT2 {
    0% {
        transform: translateX(-10px);
    }
	50%{
		transform: translateX(0);
	}
    100% {
        transform: translateX(-10px);
    }
}

.invite_box_text{
	background: #F8F9FA;
	border-radius: 12px;
	margin-top: .32rem;
	padding: .22rem .26rem;
}
.invite_box_text_1{
	display: flex;
	align-items: center;
}
.invite_box_text_1 span{
	color: #202F45;
	font-size: .26rem;
	font-weight: bold;
	flex: 1;
	text-align: left;
}
.invite_box_text_1 a{
	color: #7C7C7C;
	font-size: .24rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.invite_box_text_1 a i{
	background: url('https://resource.bangbangce.com/8xNNbnpmBfX3') no-repeat;
	background-size: 100% 100%;
	width: .26rem;
	height: .26rem;
	display: inline-block;
	margin-right: .08rem;
	position: relative;
}
.invite_box_text_2{
	margin-top: .18rem;
	background: #fff;
	border-radius: 12px;
	padding: .16rem;
	text-align: left;
	color: #484848;
	font-size: .24rem;
}


/************************* 完成档案弹窗 ******************************/
.dossier_box{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1001;
}
.dossier_box .bg{
	background: url('https://resource.bangbangce.com/TXf2DQQfmY3X') no-repeat;
	background-size: 100% 100%;
	width: 4.84rem;
	height: 5.26rem;
	padding: 1.98rem .34rem 0 .34rem;
	position: relative;
}
.dossier_box .bg::after{
	content: "";
	position: absolute;
	top: 1.8rem;
	left: .2rem;
	width: 4.38rem;
	height: 1.34rem;
	background: linear-gradient( 180deg, #ECF9FF 0%, rgba(255,255,255,0) 100%);
	border-radius: 12px;
}
.dossier_box .bg section{
	position: relative;
	z-index: 3;
}
.dossier_box .bg h3{
	color: #100924;
	font-size: .24rem;
	font-weight: normal;
}
.dossier_box .bg h3 em{
	color: #EC6A3E;
}
.dossier_box .bg p{
	color: #9A9A9A;
	font-size: .22rem;
	text-align: center;
	padding-top: .3rem;
}
.dossier_box .bg a{
	width: 100%;
	height: .8rem;
	background: #A283FF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: .3rem;
	border-radius: 32px;
	font-weight: bold;
	margin-top: .16rem;
}
.dossier_box .bg .btn_notyet{
	text-align: center;
	color: #A283FF;
	font-size: .24rem;
	text-decoration-line: underline;
	margin-top: .3rem;
}
.dossier_close{
	text-align: center;
	padding-top: .48rem;
}
.dossier_close i{
	background: url('https://resource.bangbangce.com/tTsrxYYmpece') no-repeat;
	background-size: 100% 100%;
	width: .6rem;
	height: .6rem;
	display: inline-block;
}

/************************************* 关注公众号弹窗 *****************************************/
.official_box{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1001;
}
.official_box .bg{
	background: url('https://resource.bangbangce.com/PSfkF2fm4fCp') no-repeat;
	background-size: 100% 100%;
	width: 5.30rem;
	height: 6.82rem;
	position: relative;
}
.official_box .bg img{
	width: 100%;
}
.official_box .bg .title{
	text-align: center;
	padding-top: .32rem;
}
.official_box .bg .title i{
	background: url('https://resource.bangbangce.com/cke5rcYXtMXN') no-repeat;
	background-size: 100% 100%;
	width: 2.8rem;
	height: 1.2rem;
	display: inline-block;
}
.official_box .bg section{
	text-align: center;
	padding-top: .4rem;
}
.official_box .bg section h2{
	color: #FF6497;
	font-size: .28rem;
	font-weight: normal;
}
.official_box .bg section .text{
	color: #828282;
	font-size: .26rem;
	padding-top: .28rem;
}
.official_box .bg section .text em{
	color: #5A8BFF;
}
.official_box .bg section .img{
	width: 2.46rem;
	height: 2.46rem;
	background: #E4E4E4;
	border-radius: 8px;
	overflow: hidden;
	margin-top: .14rem;
	margin: 0 auto;
}
.official_box .bg section .img img{
	object-fit: cover;
	width: 100%;
}
.official_box .bg section h3{
	color: #232323;
	font-size: .34rem;
	font-weight: bold;
	padding-top: .32rem;
}
.official_box .bg section h3 b{
	color: #FE7467;
	font-size: .44rem;
}
.official_box .bg section .btn_follow{
	position: absolute;
	bottom: .4rem;
	left: 0;
	width: 100%;
	color: #9A9A9A;
	font-size: .22rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: .32rem;
}
.official_box .bg section .btn_follow i{
	background: url('https://resource.bangbangce.com/8xNNbnpmBfX3') no-repeat;
	background-size: 100% 100%;
	width: .26rem;
	height: .26rem;
	display: inline-block;
	margin-right: .06rem;
	position: relative;
	top: .01rem;
}
.official_box .bg section .btn_follow.on i{
	background: url('https://resource.bangbangce.com/Ym6hyc53x2BM') no-repeat;
	background-size: 100% 100%;
}


/************************************* 活动说明 *****************************************/
.hader_desc_bg{
	position: absolute;
	left: 0;
	top: 0;
	background: url('https://resource.bangbangce.com/kEW2PeSMm6Ar') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 8.04rem;
}
.hader_desc{
	position: relative;
	z-index: 2;
	padding-bottom: .32rem;
}
.hader_desc .tip{
	padding: .5rem .8rem .4rem .8rem;
}
.hader_desc .tip span{
	width: 100%;
	height: .44rem;
	background: #88A4FF;
	border-radius: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: .22rem;
}
.hader_desc .tip i{
	background: url('https://resource.bangbangce.com/zCG2kJMKBMwX') no-repeat;
	background-size: 100% 100%;
	width: .32rem;
	height: .32rem;
	display: inline-block;
	margin-right: .1rem;
}
.hader_desc .title{
	padding: 0 .3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hader_desc .title i{
	background: url('https://resource.bangbangce.com/HJwnZbybRbAG') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: .9rem;
	display: inline-block;
}

.conten_desc{
	position: relative;
	z-index: 2;
	padding: 0 .32rem;
}
.conten_desc .text_inte_1{
	padding-left: 0.46rem;
	padding-right: 0.46rem;
}
.desc_box{
	background: #fff;
	border-radius: 8px;
	padding-bottom: .44rem;
}
.desc_text{
	color: #888888;
	font-size: .24rem;
	padding-top: .28rem;
}

.footer_desc{
	padding: .48rem .32rem 0 .32rem;
}
.footer_desc section{
	padding-bottom: .52rem;
}
.footer_desc h3{
	color: #4F5D76;
	font-size: .3rem;
	text-align: center;
	padding-bottom: .16rem;
}
.footer_desc p{
	color: #818EA8;
	font-size: .24rem;
}

/************************************* 数字滚动 *****************************************/
#dynamic_num {
	font-size: .28rem;
	font-weight: bold;
	color: #ff5722;
	position: relative;
	display: inline-block;
}
.float-number {
	position: absolute;
	color: #ff5722;
	font-size: 24px;
	opacity: 1;
	user-select: none;
	pointer-events: none;
	animation: floatUp 1s forwards;
}
@keyframes floatUp {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-50px); opacity: 0; }
}


/** 修改markdowmit库css样式 **/
.markdown-body hr{
	height: 1px !important;
}

/************************************* 解惑之钥弹窗 *****************************************/
.key_pop_box{
	position: fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
	background: #FFFFFF;
	border-radius: 12px;
	width: 5.32rem;
	bottom: initial;
}

.key_pop_box .header_invte{
    flex-direction: column;
	padding-top: 1.2rem;
	background: url('https://resource.bangbangce.com/NfXbyy5Ks8xz') no-repeat;
	background-size: 100% 100%;
	top: 0;
	height: initial;
	padding-bottom: .32rem;
}
.key_pop_box .header_invte::after{
	content: "";
	background: none;
}
.key_pop_box .header_invte:before{
	content: "";
	background: none;
}
.key_pop_box .hed_title_1{
	color: #202F45;
	font-size: .32rem;
	font-weight: bold;
	position: relative;
	z-index: 3;
}
.key_pop_box .hed_title_1 span{
	color: #25CBFF;
}
.key_pop_box .hed_title_2{
	padding-top: .06rem;
	color: #969696;
	font-size: .24rem;
	position: relative;
	z-index: 3;
}

.key_conten_list{
	padding: 0 .2rem;
}
.key_conten_list li{
	background: #F8F9FA;
	border-radius: 6px;
	margin-top: .16rem;
	display: flex;
	align-items: center;
	padding: .24rem;
}
.key_conten_list li:first-child{
	margin-top: 0;
}
.key_conten_list li .img{
	width: .56rem;
	height: .56rem;
	overflow: hidden;	
}
.key_conten_list li .img img{
	width: 100%;
}
.key_conten_list li .key_conten_list_right{
	flex: 1;
	padding-left: .18rem;
}
.key_conten_list li .key_conten_list_right h3{
	color: #202F45;
	font-size: .28rem;
	font-weight: normal;
}
.key_conten_list li .key_conten_list_right p{
	color: #969696;
	font-size: .24rem;
	display: flex;
	align-items: center;
}
.key_conten_list li .key_conten_list_right p span{
	border: 1px solid #AFAFAF;
	border-radius: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.9rem;
	height: .28rem;
	margin-left: .1rem;
}
.key_conten_list li .key_conten_list_right p span i{
	background: url('https://resource.bangbangce.com/ZKheirXinjnc') no-repeat;
	background-size: 100% 100%;
	width: .2rem;
	height: .2rem;
	margin-right: .06rem;
	display: inline-block;
}
.key_conten_list li .key_conten_list_right p span em{
	color: #25CBFF;
}
.key_share_box{
	text-align: center;
	padding-top: .38rem;
	color: #202F45;
	font-size: .26rem;
}
.key_share_box span{
	text-decoration-line: underline;
}
.key_share_box span i{
	background: url('https://resource.bangbangce.com/HrZwXRsGDTBJ') no-repeat;
	background-size: 100% 100%;
	width: .66rem;
	height: .32rem;
	display: inline-block;
	position: relative;
	top: -.15rem;
	margin-left: .06rem;
}
.key_share_btn{
	padding: 0.4rem .5rem .28rem .5rem;
}
.key_share_btn a{
	background: #202F45;
	width: 100%;
	border-radius: 22px;
	color: #FFFFFF;
	font-size: .32rem;
	height: .88rem;
	display: flex;
	align-items: center;
	justify-content: center;
}



.recommend_question_list{
	width: 100%;
	max-width: 100%;
	
}
.recommend_question_list h3{
	color: #232323;
	font-size: .32rem;
	font-weight: bold;
	padding-bottom: .24rem;
	padding-top: .28rem;
	margin: 0;
}
.recommend_question_list_box{
	overflow: scroll;
    white-space: nowrap;
}
.recommend_question_list_box::-webkit-scrollbar{
	display: none;
}
.recommend_question_list ul{
	padding: 0;
	display: flex;
	margin: .1rem;
	margin-bottom: .12rem;
}
.recommend_question_list ul:last-child{
	margin-bottom: 0;
}
.recommend_question_list ul li{
	height: .68rem;
	background: linear-gradient( 172deg, #F5F8FD 0%, #F0FCFF 98%);
	border-radius: 8px;
	border: 2px solid #FFFFFF;
	display: flex;
	align-items: center;
	margin-right: .16rem;
}
.recommend_question_list ul li + li{
	margin: 0;
}
.recommend_question_list ul li a{
	color: #444444;
	font-size: .26rem;
}
.recommend_question_list ul li a:hover{
	text-decoration: none;
}
