html,
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}


body {
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #333;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	overflow-x: hidden;
    background-color: #f9e2e3;
}

img {
	max-width: 100%;
	margin: auto;
	display: block;
}

a {
	text-decoration: none;
}

a:active {
	color: blue;
	/* 保持颜色不变 */
	outline: none;
	/* 去除点击时的虚线框 */
	text-decoration: none;
	/* 移除下划线 */
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 0;
}


em {
	font-style: normal;
}

.content {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	margin: auto;
	background-image: url(../img/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f9e2e3;
	padding-bottom: 1.7rem;
	z-index: 5;
}

.banner {
	position: relative;
}

.logod {
	position: absolute;
	top: 0;
	width: 100%;
}

.logo {
	height: 1.06rem;
	margin: auto;
}

.al_cen {
	text-align: center;
	padding: 0.14rem 0.3rem;
	position: relative;
	z-index: 1;
}

.act1 {
	position: relative;
}

.dfgdfghtr {
	position: absolute;
	bottom: 1.5rem;
	margin: 0;
	width: calc(100% - 0.6rem);
}

.dfgdfghtr img {
	width: 50%;
	margin: auto;
}

.act1 {
	padding-top: 0;
}

.join {
	padding: 0.14rem 0.8rem;
}

.dsgsgrr {
	position: absolute;
	top: 0.6rem;
	margin: 0;
	width: calc(100% - 0.6rem);
}

.dsgsgrr img {
	width: 85%;
	margin: auto;
}

.dfgdfgff {
	position: absolute;
	top: 1.2rem;
	margin: 0;
	width: calc(100% - 0.6rem);
}

.dfgdfgff img {
	width: 60%;
	margin: auto;
}

.dsgsdgggs {
	position: absolute;
    top: 0.5rem;
    right: 0.5rem;
	width: calc(100% - 0.6rem);
}

.dsgsdgggs img {
	width: 20%;
	margin-right: 0;
}

.kf {
	position: fixed;
	right: 0.1rem;
	top: 20%;
	z-index: 5;
}

.kf img {
	width: 1.48rem;
}

@media screen and (min-width: 750px) {
	.kf {
		right: calc(50% - 3.7rem);
		top: 45%;
	}
}

.footer {
	width: 7.5rem;
	position: fixed;
	left: 50%;
	margin-left: -3.75rem;
	bottom: 0;
	display: flex;
	height: 1.2rem;
	padding: 0 .3rem;
	gap: 0.2rem;
	align-content: center;
	flex-wrap: wrap;
	z-index: 2;
}

.footer .jhklhghf {
	position: relative;
	width: calc(50% - 0.1rem);
	border-radius: 0.15rem;
	height: 0.68rem;
	line-height: 0.68rem;
	text-align: center;
	color: #fff;
}

.footer .hfsjdfg {
	background-color: #ff9a0a;
}

.footer .mhgrdvd {
	background-color: #5a09fa;
}

.gdfgtrh {
	display: contents;
}

.c_fff000 {
	color: #fff000;
}

.footer .jhklhghf .vfbhgjmm {
	position: absolute;
	bottom: .78rem;
	right: 0;
	padding: 0.1rem .15rem;
	background-color: #ea4e3d;
	border-radius: .15rem;
	font-size: .18rem;
	line-height: 0.25rem;
	width: 85%;
	white-space: normal;
	word-break: break-all;
	color: #fff;
}

.footer .jhklhghf .vfbhgjmm:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: .3rem solid transparent;
	border-left: .4rem solid #ea4e3d;
	left: 0;
	bottom: -0.2rem;
}

/*  */
@-webkit-keyframes shake {
	10% {
		transform: rotate(15deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	30% {
		transform: rotate(5deg);
	}

	40% {
		transform: rotate(-5deg);
	}

	50%,
	100% {
		transform: rotate(0deg);
	}
}

@keyframes zoom2 {

	0%,
	100% {
		transform: scale(1.02);
	}

	50% {
		transform: scale3d(.95, .95, .95);
	}
}

@keyframes zoom1 {

	0%,
	100% {
		transform: scale(1.05);
	}

	50% {
		transform: scale3d(.97, .97, .97);
	}
}

.zoom1 {
	-webkit-animation: zoom1 1.5s linear infinite;
	animation: zoom1 1.5s linear infinite;
}

.zoom2 {
	-webkit-animation: zoom2 1.4s linear infinite;
	animation: zoom2 1.4s linear infinite;
}

@keyframes floating {
	0% {
		transform: translateX(0);
	}

	20% {
		transform: translateX(-0.3rem);
	}

	40% {
		transform: translateX(0.15rem);
	}

	60% {
		transform: translateX(-0.1rem);
	}

	100% {
		transform: translateX(0);
	}
}


.floating {
	animation: floating 1.5s ease-in-out infinite;
	-moz-animation: floating 1.5s ease-in-out infinite;
	-webkit-animation: floating 1.5s ease-in-out infinite;
	-o-animation: floating 1.5s ease-in-out infinite;
}


@keyframes heartbeat {

	0%,
	28%,
	70% {
		transform: scale(0.95);
	}

	14%,
	42% {
		transform: scale(1.01);
	}
}

.heartbeat {
	-webkit-animation: heartbeat 1.4s ease-in-out infinite;
	animation: heartbeat 1.4s ease-in-out infinite;
}