* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	/*系统默认菜单被禁用*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-khtml-user-select: none;
	/*早期浏览器*/
	-moz-user-select: none;
	/*火狐*/
	-ms-user-select: none;
	/*IE10*/
	user-select: none;
}
input,
button {
	border: none;
	outline: none;
}

.love_bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.love_bg .top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.love_bg .bottom {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
}

.love_home_title {
	width: 92%;
	margin-left: 4%;
	margin-top: 4rem;
}
.love_bg img:nth-child(3){
	width: 100%;
	height: 100%;
}
.love_home_title h3 {
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.love_home_title p {
	margin-top: 1rem;
	font-size: 13px;
	color: #fff;
	line-height: 1.4rem;
	text-align: center;
	word-break: break-all;
	opacity: 0.9;
}

.love_home_list {
	margin: 2rem 4% 0;
	width: 92%;
}

.love_home_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.love_home_list li {
	width: 48%;
	padding: 1rem 5% 2.5rem;
	background: rgba(255, 255, 255, .4);
	border-radius: 0.5rem;
	box-sizing: border-box;
	position: relative;
}
.love_home_list li:nth-child(3){
	width: 100%;
	margin-top: 1rem;
	padding: 1rem 4% 1rem;
	display: flex;
	justify-content: flex-start;
}
.love_home_list li:nth-child(3) img{
	margin: 0;
	height: 4rem;
	margin-top: 0rem;
	flex-shrink: 0;
}
.love_home_list li:nth-child(3) .text{
	height: 3.5rem;
	width: 100%;
	margin-top: 0.25rem;
	margin-left: 1.5rem;
}
.love_home_list li:nth-child(3) .text h3{
	text-align: left;
	height: 1.5rem;
	margin-top: 0;
	line-height: 1.5rem;
}
.love_home_list li:nth-child(3) .text p{
	text-align: left;
	margin-top: 0;
	height: 1.5rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
}

.love_home_list li img {
	height: 5rem;
	display: block;
	margin: 1rem auto 1.5rem ;
	opacity: 1;
}

.love_home_list li.action img{
	opacity: 1;
}
.love_home_list li h3 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.love_home_list li p {
	width: 100%;
	text-align: center;
	margin-top: 0.5rem;
	color: #fff;
}

.love_home_list span {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background: #f18c8a;
	position: absolute;
	bottom: 0.5rem;
	border-radius: 1.5rem;
	right: 0.5rem;
	z-index: 99;
	display: none;
}

.love_home_list span img {
	height: 80%;
	width: auto;
	display: block;
	margin: 10% auto;
}

.love_home_list li.action {
	background: #fff;
}

.love_home_list li.action h3 {
	color: #f18c8a;
}

.love_home_list li.action p {
	color: #f18c8a;
}

.love_home_list li.action span {
	display: block;
}

.love_home_btn {
	width: 92%;
	height: 3rem;
	line-height: 3rem;
	background: #fff;
	margin: 1.5rem 4% 0;
	border-radius: 0.25rem;
}

.love_home_btn a {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	display: block;
	font-size: 16px;
	color: #f18c8a;
	text-align: center;
}

.love_home_order {
	width: 92%;
	height: 4rem;
	padding: 0.5rem 4%;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .4);
	margin: 1.5rem 4%;
	border-radius: 0.5rem;
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.love_home_order img {
	width: 2.5rem;
	height: 2.5rem;
	margin-top: 0.25rem;
	flex-shrink: 0;
	border-radius: 50%;
}

.love_home_order .text {
	width: 100%;
	height: 2.5rem;
	margin-top: 0.25rem;
	margin-left: 4%;
}

.love_home_order .text h4 {
	width: 100%;
	height: 1.3rem;
	line-height: 1.3rem;
	font-size: 16px;
	color: #fff;
}

.love_home_order .text p {
	width: 100%;
	font-size: 14px;
	line-height: 1.2rem;
	line-height: 1.2rem;
	color: #fff;
	opacity: 0.8;
}

.love_home_order .reporting {
	height: 1.8rem;
	line-height: 1.8rem;
	background: #ffaa00;
	display: inline-block;
	font-size: 13px;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	color: #fff;
	padding: 0 0.5rem;
	border-radius: 0 0.5rem 0 0.5rem;
}

.love_test_box {
	width: 88%;
	position: relative;
	margin: 1.5rem 6% 0;
}

.love_test_box_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .4);
	border-radius: 1rem;
	z-index: 99;
	transform: rotate(-4deg);
}

.love_test_boxs {
	width: 98%;
	background: transparent;
	position: relative;
	z-index: 999;
	background: #fff;
	margin-left: 1%;
	border-radius: 0.5rem;
	margin-top: 0.05rem;
	float: left;
	padding: 3.5rem 6% 2.5rem;
	box-sizing: border-box;
}

.love_test_boxs .quantity {
	display: inline-block;
	height: 2rem;
	background: #ffaa00;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0.75rem;
	box-sizing: border-box;
	line-height: 2rem;
	border-radius: 0.5rem 0 0.5rem 0;
	font-size: 14px;
	color: #fff;
}

.love_text_boxs .quantity span {
	margin-right: 0.25rem;
	font-weight: bold;
}

.love_test_answer_btn {
	width: 100%;
	padding: 0.5rem 0.5rem;
	box-sizing: border-box;
	border: 1px #eee solid;
	margin-top: 1.5rem;
	border-radius: 0.25rem;
	position: relative;
}

.love_test_answer_btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
}

.love_test_answer_btn p {
	width: 100%;
	line-height: 1.5rem;
	font-size: 14px;
	color: #666;
}

.love_test_answer_btn_action {
	border: 1px #fff solid;
}

.love_test_answer_btn_action p {
	color: #fff;
	position: relative;
	z-index: 99;
}

.love_test_answer_btn span {
	display: none;
}

.love_test_answer_btn.love_test_answer_btn_action span {
	height: 100%;
	background: #ffaa00;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	border-radius: 0.25rem;

}

.previous {
	width: 50%;
	height: 2rem;
	line-height: 2rem;
	font-size: 14px;
	text-align: center;
	background: #ffaa00;
	margin-top: 2rem;
	margin-bottom: 0rem;
	border-radius: 2rem;
	color: #fff;

}

.love_test_tips {
	width: 92%;
	padding: 1rem 4% 1.5rem;
	background: rgba(255, 255, 255, .5);
	margin: 2rem 4% 0;
	border-radius: 0.5rem;
	box-sizing: border-box;
}

.love_test_tips h4 {
	text-align: center;
	color: #333;
}

.love_test_tips p {
	margin-top: 1rem;
	font-size: 13px;
	color: #333;
	line-height: 1.4rem;
	word-break: break-all;
	opacity: 0.9;
}

.love_pay_top {
	width: 88%;
	margin: 2.5rem 6% 2rem;
	color: #fff;
}

.love_pay_top h2:nth-child(2) {
	margin-top: 0.5rem;
}

.love_pay_top p {
	margin-top: 0.5rem;
	color: rgba(255, 255, 255, .8);
	font-size: 16px;
}

.love_pay_top p span {
	color: #ffaa00;
}

.love_query_order {
	width: 40px;
	position: fixed;
	top: 5%;
	right: 0;
	background: #fff;
	padding: 0.5rem 0;
	font-size: 14px;
	text-align: center;
	color: #6b72e6;
	border-radius: 0.25rem 0 0 0.25rem;
}

.love_pay_match {
	width: 88%;
	padding: 1rem 4%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0.5rem;
	margin: 1rem 6% 0;
}

.love_pay_match h4 {
	text-align: center;
}

.love_pay_match .text {
	margin-top: 1rem;
	font-size: 14px;
	line-height: 1.5rem;
	color: #999;
	filter: blur(5px);
}

.love_pay_swiper {
	background: #fcfbef;
	width: 100%;
	height: 7.5rem;
	display: flex;
	justify-content: space-between;
	padding: 1rem 4%;
	box-sizing: border-box;
	margin-top: 1rem;
	border-radius: 0.25rem;
}

.love_pay_swiper img {
	height: 5.5rem;
	flex-shrink: 0;
	margin-top: 0rem;
}

.love_pay_swiper .texts {
	width: 100%;
	height: 5.5rem;
	margin-right: 4%;
}

.love_pay_swiper .texts p:nth-child(1) {
	font-size: 15px;
	line-height: 1.5rem;
	height: 1.5rem;
	font-weight: bold;
}

.love_pay_swiper .texts span:nth-child(2) {
	background: #6b70e6;
	height: 2rem;
	line-height: 2rem;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	width: auto;
	margin: 0.25rem 0;
	padding: 0 0.75rem;
	color: #fff;
	border-radius: 0.25rem;
}

.love_pay_swiper .texts .title {
	width: auto;
	height: 1.75rem;
	line-height: 2rem;
	font-size: 15px;
	line-height: 1.75rem;
	position: relative;
	display: inline-block;
}

.love_pay_swiper .texts .title p {

	width: 100%;
	height: 1.75rem;
	line-height: 1.75rem;
	position: relative;
	z-index: 11;
	font-size: 15px;
	letter-spacing: 1px;
}

.love_pay_swiper .texts .title span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.75rem;
	background-image: linear-gradient(to right, #dfdfed, #6b70e6);
	padding: 0;
	border-radius: 0;
	margin: 0;
}


.love_pay_match .swiper {
	width: 100%;
	height: 100%;
}

.love_pay_match .swiper-slide {
}
.love_footers{
	width: 100%;
	height: 80px;
}
.love_pay_parameter{
	width: 100%;
	margin-top: 1rem;
}
.love_pay_parameter li{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
}
.love_pay_parameter li p{
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.love_pay_parameter li:nth-child(odd){
	background: #6b70e6;
}
.love_pay_parameter li:nth-child(even){
	background: #c5c7ff;
}
.love_pay_btn{
	width: 100%;
	height: 3.5rem;
	line-height: 3.5rem;
	font-size: 16px;
	background: linear-gradient(to right, #ffaa00, #ffaa00);
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	z-index: 998;
}
.love_pay_musk{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.love_pay_box{
	width: 100%;
	padding: 1rem 4% 2rem;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	border-radius: 0.5rem 0.5rem 0 0;
	box-sizing: border-box;
}
.love_pay_box li{
	width: 100%;
	border: 1px #6b70e6 solid;
	box-sizing: border-box;
	padding: 1rem 4%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 0.5rem;
	position: relative;
}
.love_pay_box li p{
	width: 100%;
	font-size: 14px;
	color: #999;
	line-height: 1.5rem;
}
.love_pay_box li h4{
	margin-bottom: 1rem;
}
.love_pay_box li h3:nth-child(5){
	margin-top: 1rem;
	color: #6b70e6;
}
.love_pay_box li  span{
	width: 2rem;
	height: 2rem;
	background: #6B70E6;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0.5rem 0 0.4rem 0;
}
.love_pay_box li  span img{
	display: block;
	height: 1.5rem;
	margin: 0.25rem auto;
}
.love_pay_btns{
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	border-radius: 0.25rem;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 1.5rem;
}
.love_pay_btns.zfb{
	background: #1776fe;
}
.love_pay_btns.wx{
	background:#04be02 ;
}


.love_home_js{
	width: 92%;
	margin: 5rem 4%;
}
.love_home_js img{
	width: 100%;
	border-radius: 0.5rem;
}
.cxyzfdd{
	width: 40%;
	display: block;
	padding: 0 1rem;
	height: 2rem;
	background: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 2rem;
	border-radius: 2rem;
	color: #f18c8a;
	margin: 1rem auto 0;
}
.love_order_input{
	width: 88%;
	height: 2.5rem;
	background: #fff;
	margin: 1.5rem 6% ;
	border-radius: 2.5rem;
}
.love_order_input input{
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	background: transparent;
}
.love_order_a{
	width: 88%;
	display: block;
	height: 2.5rem;
	background: #ff3746;
	margin: 0 auto;
	text-align: center;
	border-radius: 0.25rem;
	line-height: 2.5rem;
	font-size: 15px;
	color: #fff;
}
.love_order_tips{
	width: 88%;
	padding: 1rem 4% 0;
	box-sizing: border-box;
	background: #fff;
	margin: 3rem 6% 1rem;
	border-radius: 0.25rem;
	position: relative;
	border: 4px #ff3746 solid;
	border-radius: 0.5rem;
}
.love_order_title{
	width: 60%;
	font-size: 14px;
	background: #ff3746;
	color: #fff;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	border-radius: 5rem;
	position: absolute;
	top: -1.1rem;
	left: 20%;
}
.love_order_tips img{
	width: 100%;
}
.love_order_home{
	display: inline-block;
	padding: 0 1rem 0 2rem;
	height: 2rem;
	line-height: 2rem;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 0 0 2rem;
	font-size: 14px;
	color: #ff3746;
}
.love_order_homes{
	display: inline-block;
	padding: 0 2rem 0 1rem;
	height: 2rem;
	line-height: 2rem;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 2rem 0;
	font-size: 14px;
	color: #ff3746;
}