body {
	height: 100%;
}


.Credit {
	width: 7.5rem;
}

.Credit .Credit_box>img {
	width: 100%;
	display: block;
}

.bmtc {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.bmtc_box {
	width: 6.5rem;
	height: 5.5rem;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0.3rem;
	display: none;



}

.bmtc01,
.bmtc02,
.bmtc03 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;

}

.bmtc.active,
.bmtc01.active,
.bmtc02.active,
.bmtc03.active,
.bmtc_box.active {
	display: block;
}

.Credit_bnt1 img,
.Credit_bnt2 img {
	padding-top: 2rem;
}



.layui-form p {
	font-size: .20rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b301f;
}

.layui-form h2 {
	font-size: .42rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b301f;
	margin: 0.08rem 0 .28rem 0;
}

.layui-form .tabright input {
	width: 6rem;
	height: 0.7rem;
	border-radius: 0.1rem;
	margin-top: 0.16rem;
	background-color: #f1f1f3;
	border: 0;
	text-indent: 0.2rem;
}

.layui-form .tabright .layui-btn {
	text-indent: 0;
	background-color: #b8292d;
	color: #fff;
	font-size: 0.34rem;
}

.Credit_close {
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
}

.Credit_close img {
	width: 100%;
}

.Credit_bnt1 {
	width: 7.5rem;
	height: 3rem;
	background: url(../images/Credit_02.jpg)no-repeat;
	background-size: 100% 100%;
}

.Credit_bnt2 {
	width: 7.5rem;
	height: 3.6rem;
	background: url(../images/Credit_10.jpg)no-repeat;
	background-size: 100% 100%;
}

.Credit_bnt3 {
	width: 7.5rem;
	height: 1.6rem;
	background-color: #74462f;

}



.heart {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.input-label-submit {
	display: block;
	width: 5.6rem;
	height: 1rem;
	margin: 0 auto;

}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
