.picked_hed{
	padding: .24rem .32rem;
}
.picked_hed .scree_1{
	color: #333;
	font-size: .28rem;
}
.scree_1 .chat_text{
	position: relative;
	display: flex;
}
.scree_1 .chat_text img{
	position: relative;
	left: -.32rem;
	width: 1.6rem;
	height: 1.6rem;
}
.scree_1 .chat_text .txt{
	flex: 1;
}
.scree_1 .chat_text .txt span{
	padding: .2rem .24rem;
	line-height: normal;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	background: #ffffff;
	border: 1px solid #bbbbbb;
	border-radius: .4rem .4rem .4rem .08rem;
	overflow: hidden;
}
.scree_1 .pick_top_tip{
	text-align: center;
}

.picked_hed .scree_2{
	text-align: center;
}
.scree_2 ul{
	display: flex;
	display: -webkit-flex;
	text-align: center;
	justify-content: center;
}
.scree_2 ul li{
	width: 1.42rem;
	color: #999;
	font-size: .24rem;
	margin-right: 1.28rem;
}
.scree_2 ul li:last-child{
	margin-right: 0;
}
.scree_2 ul li p{
	padding-bottom: .16rem;
}
.scree_2 ul li span{
	position: relative;
	z-index: 3;
	width: 1.42rem;
	height: .48rem;
	background: #ffffff;
	color: #BBBBBB;
	border: 1px solid #eeeeee;
	border-radius: .17rem;
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.scree_2 ul li span::after{
	content: "";
	position: absolute;
	right: -1.37rem;
	top: .2rem;
	width: 100%;
	height: 1px;
	background: #eeeeee;
}
.scree_2 ul li:last-child span::after{
	width: 0;
}
.scree_2 ul li.on span{
	color: #01B2B6;
}

.chat_history{
	height: 1.44rem;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: .17rem;
	box-shadow: 0 0 .2rem 0 rgba(51,51,51,0.05); 
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 0 .22rem;
}
.scree_3 .list_img {
	flex: 1;
	overflow: hidden;
}
.scree_3 .list_img img{
	width: .64rem;
	height: .64rem;
	overflow: hidden;
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0px 0px .2rem 0px rgba(51,51,51,0.05); 
	float: left;
	margin-left: -.15rem;
}
.scree_3 .list_img img:first-child{
	margin-left: 0;
}
.scree_3 .chat_history a{
	color: #01B2B6;
	font-size: .28rem;
}
.scree_3 .chat_history a img{
	width: .28rem;
	height: .28rem;
	margin-left: .08rem;
	position: relative;
	top: .025rem;
}
.scree_3 p{
	color: #333;
	font-size: .28rem;
	padding-top: .4rem;
	text-align: center;
}
.part4{
	padding: .4rem .22rem .7rem .22rem;
}
.part4 h3{
	color: #333;
	font-size: .32rem;
	font-weight: bold;
}
.part4 p{
	color: #999;
	font-size: .28rem;
	padding-top: .2rem;
}
.part4 .answer_con{
	min-height: 7rem;
}
.part4 .tips{
	position: relative;
	padding: .26rem 0 .66rem 0;
}
.part4 .tips .tips_list{
	color: #fff;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	animation: second 2s infinite;
}
@-webkit-keyframes second {
	0% {
		transform: scale(1);
	}
	50%{
		transform: scale(.9);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes second {
	0% {
		transform: scale(1);
	}
	50%{
		transform: scale(.9);
	}
	100% {
		transform: scale(1);
	}
}
.part4 .tips .tips_list .bg{
	border-radius: 50%;
	border: solid .05rem #fff;
}
.part4 .tips .tips_list b{
	display: block;
}
.part4 .tips .tips_list.sort3,
.part4 .tips .tips_list.sort4{
	top: .26rem;
	left: 2.2rem;
	width: 1.46rem;
	height: 1.46rem;
	border: .05rem solid rgba(251,198,112,0.5);
}
.part4 .tips .tips_list.sort3 .bg,
.part4 .tips .tips_list.sort4 .bg{
	width: 1.36rem;
	height: 1.36rem;
	background: #fbc670;
	animation-duration:2.2s;
}
.part4 .tips .tips_list.sort3 .bg b,
.part4 .tips .tips_list.sort4 .bg b{
	padding-top: .35rem;
	font-size: .24rem;
}
.part4 .tips .tips_list.sort3 .bg span,
.part4 .tips .tips_list.sort4 .bg span{
	font-size: .2rem;
}
.part4 .tips .tips_list.sort1{
	top: 1.3rem;
	left: 0;
	width: 1.6rem;
	height: 1.6rem;
	border: .05rem solid rgba(234,97,150,.5);
	animation-duration:2.6s;
}
.part4 .tips .tips_list.sort1 .bg{
	width: 1.5rem;
	height: 1.5rem;
	background: #ea6196;
}
.part4 .tips .tips_list.sort1 .bg b{
	padding-top: .35rem;
	font-size: .24rem;
}
.part4 .tips .tips_list.sort1 .bg span{
	font-size: .2rem;
}
.part4 .tips .tips_list.sort3{
	border: .05rem solid rgba(1,178,182,.5);
	left: initial;
	top: .68rem;
	right: .1rem;
}
.part4 .tips .tips_list.sort3 .bg{
	background: #01b2b6;
}
.part4 .tips .tips_list.sort0{
	top: 2.2rem;
	left: 2rem;
	width: 2.3rem;
	height: 2.3rem;
	border: .05rem solid rgba(149,121,212,.5);
	animation-duration:2.4s;
}
.part4 .tips .tips_list.sort0 .bg{
	width: 2.2rem;
	height: 2.2rem;
	background: #9579D4;
}
.part4 .tips .tips_list.sort0 .bg b{
	padding-top: .6rem;
	font-size: .28rem;
}
.part4 .tips .tips_list.sort0 .bg span{
	font-size: .18rem;
}
.part4 .tips .tips_list.sort5{
	top: 4.04rem;
	left: .36rem;
	width: 1.8rem;
	height: 1.8rem;
	border: .05rem solid rgba(84,163,245,.5);
	animation-duration:2.8s;
}
.part4 .tips .tips_list.sort5 .bg{
	width: 1.7rem;
	height: 1.7rem;
	background: #54a3f5;
}
.part4 .tips .tips_list.sort5 .bg b{
	padding-top: .45rem;
	font-size: .2rem;
}
.part4 .tips .tips_list.sort5 .bg span{
	font-size: .16rem;
}
.part4 .tips .tips_list.sort6{
	top: 4.7rem;
	left: initial;
	right: 1.2rem;
	width: 1.6rem;
	height: 1.6rem;
	border: .05rem solid rgba(106,198,150,.5);
	animation-duration:3s;
}
.part4 .tips .tips_list.sort6 .bg{
	width: 1.5rem;
	height: 1.5rem;
	background: #6ac696;
}
.part4 .tips .tips_list.sort6 .bg b{
	padding-top: .3rem;
	font-size: .2rem;
}
.part4 .tips .tips_list.sort6 .bg span{
	font-size: .2rem;
}
.part4 .tips .tips_list.sort2{
	top: 2.68rem;
	left: initial;
	right: .12rem;
	width: 1.7rem;
	height: 1.7rem;
	border: .05rem solid rgba(211,181,145,.5);
	animation-duration:2.5s;
}
.part4 .tips .tips_list.sort2 .bg{
	width: 1.6rem;
	height: 1.6rem;
	background: #d3b591;
}
.part4 .tips .tips_list.sort2 .bg b{
	padding-top: .35rem;
	font-size: .25rem;
}
.part4 .tips .tips_list.sort2 .bg span{
	font-size: .2rem;
}

.answer_bot{
	padding: 0 .64rem;
}
.answer_bot a{
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	height: .88rem;
	font-size: .32rem;
	font-weight: bold;
	background: #01b2b6;
	border: none;
	border-radius: .45rem;
	box-shadow: 0px 0px .2rem 0px rgba(51,51,51,0.05); 
	color: #fff;
}
.answer_bot a:last-child{
	background: #ffffff;
	color: #01B2B6;
	border: 1px solid #01b2b6;
	margin-top: .4rem;
}
.answer_bot a img{
	width: .32rem;
	height: .32rem;
	margin-right: .08rem;
	position: relative;
	top: .02rem;
}






.select_box {
	padding: 0 .32rem;
}
.select_box .part_padd{
	width: 100%;
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: .17rem;
	box-shadow: 0px 0px .2rem 0px rgba(51,51,51,0.05); 
}
.select_box .nav-swiper{
	border: 1px solid #eeeeee;
}
.nav-swiper .swiper-slide{
	flex: 1;
	text-align: center;
	color: #333;
	font-size: .28rem;
	height: 1.12rem;
	line-height: 1.12rem;
	position: relative;
}
.nav-swiper .swiper-slide.active{
	color: #01B2B6;
	font-weight: bold;
	font-size: .32rem;
}
.nav-swiper .swiper-slide.active::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: .2rem;
	margin-left: -.12rem;
	width: .24rem;
	height: .06rem;
	background: #01b2b6;
	border-radius: .04rem;
}
.select_box .content_box{
	line-height: initial;
	overflow: hidden;
	height: initial;
}
.content_box .select_content {
	padding: .16rem .28rem .44rem .28rem;
}
.content_box .select_item{
	width: 1.98rem;
	height: 1.98rem;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: .25rem;
	float: left;
	margin-right: .14rem;
	margin-top: .14rem;
	text-align: center;
	color: #999999;
	font-size: .28rem;
}
.content_box .select_item:nth-child(3n+3){
	margin-right: 0;
}
.content_box .select_item img{
	width: .8rem;
	height: .8rem;
	margin-top: .3rem;
}
.content_box .select_item.active{
	background: #f2ffff;
	border: 1px solid #01b2b6;
	color: #333;
	font-weight: bold;
}

.part2.part_padd,
.part3.part_padd{
	background: initial;
	box-shadow: none;
	border: none;
	border-radius: 0;
}
.part2 section,
.part3 section{
	background: #fff;
	box-shadow: 0px 0px 0.2rem 0px rgba(51,51,51,0.05);
	border: 1px solid #eeeeee;
	border-radius: .17rem;
	padding: .48rem .22rem .96rem .22rem;
	text-align: center;
	line-height: initial;
}
.pick_top .icon_tim{
	width: 1.76rem;
	height: 1.76rem;
}
.pick_top h3{
	font-size: .32rem;
	font-weight: bold;
	color: #333;
	padding: .2rem 0 .4rem 0;
}
.pick_top p{
	color: #999999;
	font-size: .28rem;
}
.pick_bot{
	padding-top: .8rem;
	overflow: hidden;
}
.pick_bot a{
	width: 1.98rem;
	line-height: .78rem;
	font-size: .28rem;
	display: inline-block;
	background: #ffffff;
	color: #01B2B6;
	border: 1px solid #01b2b6;
	border-radius: .41rem;
	box-shadow: 0px 0px .2rem 0px rgba(51,51,51,0.05); 
	margin-right: .4rem;
}
.pick_bot a:last-child{
	margin-right: 0;
}
.select_box .part_padd.part4 {
	margin-bottom: .8rem;
}






.guess_box{
	padding: .8rem .32rem .6rem .32rem;	
	font-size: .28rem;
}
.pick_zs{
	padding-top: .8rem;
}
.xcj_tip{
	color: #666;
}
.guess_content{
	padding-top: .3rem;
	overflow: hidden;
}
.guess_content .select_item{
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	float: left;
	margin-right: .14rem;
	width: 1.7rem;
	height: .54rem;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: .29rem;
	color: #333;
	font-size: .28rem;
	margin-bottom: .1rem;
}
.btn_guess{
	text-align: center;
	padding-top: .6rem;
}
.btn_guess img{
	width: .28rem;
	height: .28rem;
	position: relative;
	top: .03rem;
	margin-right: .08rem;
}
.ben_step{
	margin-top: .9rem;
	width: 100%;
	height: .98rem;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: .51rem;
	color: #333333;
	font-size: .32rem;
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center
}





/**********/
.popup_lst{
	padding-top: 0;
	overflow: hidden;
}
.dig_title p{
	height: 1.12rem;
	background: #f7f7f7;
	color: #333;
	font-size: .32rem;
	font-weight: bold;
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center
}


/****/
.xcjModel{
	padding: .32rem;
}
.xcjContent{
	background-color: #fff;
	border: 1px solid #eeeeee;
	border-radius: .17rem;
	height: 10.08rem;
}
.xcjContent .bag_1{
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	opacity: .5;
	margin: 1.6rem auto 0 auto;
}
#masterHeadpic{
	position: relative;
}
.imgBox{
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	opacity: 0;
}
.img_1{
	width: 1rem;
	height: 1rem;
	bottom: 0;
	right: 40%;
	-webkit-animation: img_1 3s ease infinite;
}
.img_2{
	width: 1rem;
	height: 1rem;
	left: 45%;
	top: -3.34rem;
	-webkit-animation: img_2 3s ease 1s infinite;
}
.img_3{
	width: 1rem;
	height: 1rem;
	left: 45%;
	top: -3.34rem;
	-webkit-animation: img_3 3s ease 1.2s infinite;
}
.img_4{
	width: 1rem;
	height: 1rem;
	left: 45%;
	top: -3.34rem;
	-webkit-animation: img_4 3s ease 1.5s infinite;
}
@-webkit-keyframes img_1{
	from{
		opacity: 0;
		transform: translate(0,0);
	}
	50%{
		opacity: 1;
		transform: translate(-80px,-80px);
	}
	to{
		transform: translate(-85px,-110px);
		opacity: 0;
	}
}
@-webkit-keyframes img_2{
	from{
		opacity: 0;
		transform: translate(0,0);
	}
	50%{
		transform: translate(-80px,-130px);
		opacity: 1;
	}
	to{
		transform: translate(-85px,-140px);
		opacity: 0;
	}
}
@-webkit-keyframes img_3{
	from{
		opacity: 0;
		transform: translate(0,0);
	}
	50%{
		transform: translate(100px,40px);
		opacity: 1;
	}
	to{
		transform: translate(120px,30px);
		opacity: 0;
	}
}
@-webkit-keyframes img_4{
	from{
		opacity: 0;
		transform: translate(0,0);
	}
	50%{
		transform: translate(120px,-100px);
		opacity: 1;
	}
	to{
		transform: translate(85px,-140px);
		opacity: 0;
	}
}
.xc_tex{
	position: absolute;
	top: 8.5rem;
	left: 0;
	text-align: center;
	width: 100%;
	color: #666666;
	font-size: .28rem;
}
.xc_tex p{
	color: #333;
	font-size: .36rem;
	font-weight: bold;
	padding-bottom: 5px;
}


/***/
.modWin{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 1001;
	line-height: initial;
}
.modWin .bg{
	background: url(../../Images/Product/znpp_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 6.4rem;
	height: 3.8rem;
	text-align: center;
	padding: .7rem .44rem 0 .44rem;
	color: #fff;
	font-size: .28rem;
}
.modWin .bg img{
	width: .84rem;
	height: .8rem;
}
.modWin .bg h3{
	font-size: .36rem;
	padding: .3rem 0 .2rem 0;
}

.modWin .coupon_box{
	background: #fff;
	width: 100%;
	height: 3rem;
	border-bottom-left-radius: .08rem;
	border-bottom-right-radius: .08rem;
	padding: .5rem .24rem 0 .24rem;
}
/****/
.coupon_box ul li .bg_juan{
	background: url(../../Images/Product/matching/kq_bg_12x.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 2rem;
	position: relative;
	font-size: .24rem;
}
.coupon_box ul li.sex{
	position: relative;
}
.coupon_box ul li.sex::after{
	content: "";
	background: url(../../Images/Member/coupon/icon_check.png) no-repeat;
	background-size: 100% 100%;
	width: .4rem;
	height: .4rem;
	position: absolute;
	right: .1rem;
	top: .36rem;
}
.coupon_box ul li .money{
	font-size: .28rem;
	color: #FB7464;
	float: left;
	text-align: center;
	width: 1.5rem;
	padding-top: .6rem;
	position: relative;
	height: 2rem;
}
.coupon_box ul li .money span{
	font-size: .48rem;
	font-weight: bold;
}
.coupon_box ul li .money em{
	color: #BABABA;
	font-size: .6rem;
	font-weight: bold;
	position: absolute;
	bottom: -.08rem;
	left: 0;
	opacity: .3;
}
.coupon_box ul li .money s{
	color: #666666;
	font-size: .2rem;
	font-style: normal;
	text-decoration: none;
	position: absolute;
	bottom: .5rem;
	left: 0;
	width: 100%;
}
.coupon_box ul li .money i{
	width: .72rem;
	height: .72rem;
	position: absolute;
	left: 0;
	top: 0;
}
.coupon_box ul li .money i.icon_tongyong{
	background: url(../../Images/Member/coupon/kq_img_tyq.png) center no-repeat;
	background-size: 100% 100%;
}
.coupon_box ul li .money i.icon_manjian{
	background: url(../../Images/Member/coupon/kq_img_ajq.png) center no-repeat;
	background-size: 100% 100%;
}
.coupon_box ul li .money i.icon_daijin{
	background: url(../../Images/Member/coupon/kq_img_djq.png) center no-repeat;
	background-size: 100% 100%;
}
.coupon_box ul li .money i.icon_fuli{
	background: url(../../Images/Member/coupon/kq_img_flq.png) center no-repeat;
	background-size: 100% 100%;
}
.coupon_box ul li .money i.icon_miandan{
	background: url(../../Images/Member/coupon/kq_img_mdq.png) center no-repeat;
	background-size: 100% 100%;
}
.coupon_box ul li .text{
	float: left;
	width: 2.9rem;
	padding-left: .2rem;
}
.coupon_box ul li .text h3{
	font-size: .24rem;
	color: #333;
	padding-top: .6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.coupon_box ul li .text p{
	color: #01B2B6;
	padding-top: .16rem;
}
.coupon_box ul li .btnUrl{
	color: #fff;
	margin-right: .14rem;
	margin-top: .54rem;
	float: right;
	width: 1.28rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	background: #01B2B6;
	border-radius: 24px;
	display: block;
	
}
.coupon_box ul li .btnUrl span{
	color: #999999 !important;
	font-size: .2rem;
	line-height: 12px;
	padding-top: .16rem;
}

/****/




.btn_close{
	text-align: center;
	padding-top: .8rem;
}
.btn_close i{
	background: url(../../Images/Active/guanbi.png) no-repeat;
	background-size: 100% 100%;
	width: .62rem;
	height: .62rem;
	display: inline-block;
}



