*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
body{
	background: #F6F6F6;
	color:#333;
	font-family: PingFangSC-Regular, PingFang SC;
}
img{
	vertical-align: top;
}
#LanceApp{
	font-size:1.3rem;
}
.row{
	padding:1.6rem 1.6rem 0 1.6rem;
}
.bg_w{
	background: #ffffff;
}
.red{color:#FF5249;}
.green{color:#1CC154;}
.blue{color:#2E9BFF;}
.gray{color:#999999}
.home_top{height: 3.2rem;background: #F6F6F6;border-radius: 2.8rem;display: flex;align-items: center;padding:0 2rem 0 0.4rem}
.home_top_img{width:2.6rem;height:2.6rem;border-radius: 50%;overflow: hidden;}
.home_top_img img{width:100%;height:100%;object-fit: cover;}
.home_top_name{font-size:1.3rem;flex:1;padding-left:5px;}
.home_top_point{color:#999999;font-size:1.3rem;}
.home_top_num{color:#FF0000;font-size:1.8rem;}
.my_swipe .van-swipe__indicator{background-color: #A7A5B9;}
.my_swipe .van-swipe-item img{width:100%;height:auto;}
.yc_footer{
	position: fixed;
	left:0;
	bottom:0;
	width:100%;
	height:6rem;
	z-index: 3;
	background: #fff;
	padding:0 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yc_footer_item{
	text-align: center;
}
.yc_footer_item_img{
	width:2.4rem;
	height:2.4rem;
	vertical-align: top;
}
.yc_footer_item_text{
	font-size:1rem;
	color:#2D2D2D;
	padding-top:0.2rem;
	display: block;
}
.yc_footer_item.on .yc_footer_item_text{
	color:#FF5249;
}
.advertising img{width:100%;height:auto;}
.yc_tk{position: fixed;top:0;bottom:0;left:0;right:0;background: rgba(0,0,0,0.3);z-index: 9999;}
.yc_tk .yc_tk_box{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);background: #fff;width:90%;border-radius: 1rem;padding:2.4rem 3rem;}
.yc_tk .yc_tk_title{font-size:1.4rem;font-weight: bold;text-align: center;}
.yc_tk .yc_tk_content{padding-top:2.4rem;}
.yc_tk .yc_tk_btn_box{display: flex;justify-content: space-between;}
.yc_tk .yc_tk_btn{width:calc((100% - 1.6rem) / 2);line-height: 3.2rem;background: #FFFFFF;border-radius: 1.6rem;border: 1px solid #D6D6D6;text-align: center;font-size: 1.3rem;}
.yc_tk .yc_tk_btn.primary{background: linear-gradient(90deg, #FF0000 0%, #FF5100 100%);color:#fff;border:none;}
.date_footer{padding-top:2rem;justify-content: center;display: flex;}
.date_btn{color:#fff;width:10.9rem;line-height:3.2rem;background: linear-gradient(90deg, #0ED7F0 0%, #009FFF 100%);border-radius:1.6rem;text-align: center;margin:0 1.2rem}
.date_btn.danger{background: linear-gradient(90deg, #FF0000 0%, #FF5100 100%);}