html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { margin: 0; padding: 0; border: 0;  font-weight: normal; vertical-align: baseline; background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary { display: block; }

/* Handle box-sizing while better addressing child elements: http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html { box-sizing: border-box;background: linear-gradient(180deg, #FFF5EC 0%, #FFFFFF 100%);
}
body{
	font-size: 0.14rem;
}
.pic_bg{
	width: 3.75rem;
	background-image: url(../img/pic_bg.png);
	background-size: 100%;
	height: 6.92rem;
	position: relative;
}
.tag_list{
	position: absolute;
	top: 1.73rem;
	left: 0.3rem;
	width: 3.15rem;
	display: flex;
	justify-content: space-between;
}
.tag_list img{
	width: 0.89rem;
}
.content{
	position: absolute;
	top: 2.09rem;
	width: 3.55rem;
	left: 0.1rem;
	height: 3.05rem;
	background-image: url(../img/bg2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 0.06rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.14rem;

}
.centerDiv{
	position: relative;
	width: 2.95rem;
	height: 0.4rem;
	background-color: #FFEEE5;
	border: 1px solid #FF902F;
	border-radius: 0.04rem;
	line-height: 0.4rem;
	padding-left: 0.3rem;
	box-sizing: border-box;
}
.centerDiv input{ 
	border: none;
	background-color: transparent;
	font-size: 0.14rem;
	color: #333;
}
.centerDiv input:focus-visible{
	border: none;
	outline: none;
}
.centerDiv input:focus{
	border: none;
	outline: none;

}
.reg-btn{
	position: absolute;
	top: 5.3rem;
	display: flex;
	font-size: 0.16rem;
	width: 2.68rem;
	height: 0.4rem;
	left: 0.54rem;
	background: linear-gradient(90deg, #FB702B 0%, #F99D30 100%);
	border-radius: 1rem;
	text-decoration: none;
	color: #fff;
	justify-content: center;
	align-items: center;

}
.reg-btn img{
	width: 0.2rem;
	height: 0.2rem;
	margin-left: 0.1rem;
}
.liucheng{
	position: relative;
	width: 3.55rem;
	height: 1.57rem;
	top: -1rem;
	background-image: url(../img/top-bg1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 0.08rem;

}
.signup{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.liu-img{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.31rem;
	font-size: 0.14rem;
	margin-bottom: 0.08rem;
}
.liu-des{
	margin-top: 0.16rem;
	position: relative;
	top: -1rem;
	min-height: 0.69rem;
	background-image: url(../img/top-bg2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 3.55rem;
}
.liu-menu{
	font-size: 0.16rem;
	color: #000;
	display: flex;
	justify-content: space-around;
	margin-top: 0.16rem;
	margin-bottom: 0.29rem;
}
.card-one{
	padding: 0.12rem;
	margin: 0.12rem;
	background: linear-gradient(180deg, #F1F9FB 0%, #F8FBFD 100%);
	border-radius: 0.08rem;
	position: relative;

}

.card-one div{
	z-index: 2;
	position: relative;
}
.card-two{
	padding: 0.12rem;
	margin: 0.12rem;
	background: linear-gradient(180deg, #FFF9F2 0%, #FFFCFA 100%);
	border-radius: 0.08rem;
	position: relative;
}
.card-two div{
	z-index: 2;
	position: relative;
}
.card-three{
	padding: 0.12rem;
	margin: 0.12rem;
	background: linear-gradient(180deg, #F1FBF4 0%, #F8FDF9 100%);

	border-radius: 0.08rem;
	position: relative;
}
.liu-menu1{
	cursor: pointer;
}
.liu-menu2{
	cursor: pointer;
}
.footer{
	color: #B1A59A;
	font-size: 0.12rem;
	position: relative;
	top: -0.9rem;
	margin: 0 0.22rem;
	line-height: 1.8;
}
.service-btn{
	color: #FB712B;
	border: 1px solid #FB712B;
	position: relative;
	top: -1rem;
	margin-top: 0.4rem;
	margin-left: 1.44rem;
	width: 0.86rem;
	height: 0.34rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
}