* {
	margin: 0;
	padding: 0;
}

/* Ã¦â€¢Â´Ã¤Â¸ÂªÃ¥Â¤Â§Ã§â€ºâ€™Ã¥Â­Â */
#box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #10213E;
	overflow: hidden;
}

button {
	cursor: pointer;
}

.center {
	width: 90%;
	height: 600px;
	/*background: url(../images/register/resbj.png) no-repeat;*/
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	padding: 0px 40px;
	box-sizing: border-box;
}

.left {
	width: 60%;
	height: auto;
	color: white;
	font-size: 22px;
	line-height: 60px;
	padding: 110px 0px;
	box-sizing: border-box;
}

.ibtns {
	width: 100%;
	display: flex;
}

.ibtn1 {
	width: 200px;
	height: 60px;
	background: white;
	margin-right: 20px;
	border-radius: 15px;
	text-align: center;
}

.ibtn1>a {
	text-decoration: none;
	color: black;
}

.iphont {
	width: 600px;
	height: 650px;
	position: fixed;
	bottom: -50px;
	right: 10%;
}

.right {

	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}

.right>img {
	width: 100%;
	height: 100%;
}


@keyframes love {
	0% {
		transform: translateY(100%);
		opacity: 1;
	}

	25% {
		transform: translateY(100%);
		opacity: 1;
	}

	50% {
		transform: translateY(100%);
		opacity: 1;
	}

	75% {
		transform: translateY(100%);
		opacity: 1;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}



@media (max-width:1420px) {
	.iphont {
	width:480px;
	height:550px;
	position: absolute;
	bottom: -50px;
	right: 6%;
 }
 .left {
	width: 500px;
	height: auto;
	color: white;
	font-size:18px;
	line-height: 60px;
	padding: 137px 0px;
	box-sizing: border-box;
}
.right {
	height: 100%;
	width:700px;
	position: absolute;
	top: 0px;
	right: 0px;
}
 .ibtn1 {
	width: 130px;
	height: 40px;
	background: white;
	margin-right: 20px;
	border-radius: 15px;
	text-align: center;
	line-height: 40px;
}
.footer {
	width: 100%;
	height: 80px;
	text-align: left;
	padding: 0px 100px;
	box-sizing: border-box;
	line-height: 30px;
	position: absolute;
	bottom: 30px;
	left: 0;
	color: white;
	font-size:14px;
}
}

@media (max-width:1024px) {
	.iphont {
	width:380px;
	height:450px;
	position: absolute;
	bottom: -50px;
	right: 6%;
 }
 .left {
	width: 500px;
	height: auto;
	color: white;
	font-size:14px;
	line-height: 60px;
	padding: 137px 0px;
	box-sizing: border-box;
}
.right {
	height: 100%;
	width:700px;
	position: absolute;
	top: 0px;
	right: 0px;
}
 .ibtn1 {
	width: 130px;
	height: 40px;
	background: white;
	margin-right: 20px;
	border-radius: 15px;
	text-align: center;
	line-height: 40px;
}
.footer {
	width: 100%;
	height: 80px;
	text-align: left;
	padding: 0px 100px;
	box-sizing: border-box;
	line-height: 30px;
	position: absolute;
	bottom: 30px;
	left: 0;
	color: white;
	font-size:14px;
}
}

.iphont>img {
	width: 100%;
	height: 100%;
	animation: love 1s;
	transform: translateY(0px);
}

.footer {
	width: 100%;
	height: 80px;
	text-align: left;
	padding: 0px 100px;
	box-sizing: border-box;
	line-height: 30px;
	position: absolute;
	bottom: 30px;
	left: 0;
	color: white;
}

.footer a {
	text-decoration: none;
	color: white;
}
