/*reg*/

.kuang {
	width: 350px;
	height: 100px;
	margin: 0 auto;
	padding: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: url(../imgs/kuang-gr.png) no-repeat;
	background-size: 100% 100%;
}

.kuang1 {
	padding: 35px 100px;
}

.kuang img {
	width: 200px;
}


.kuang h2 {
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: rgb(0, 0, 0, 0.7);
	letter-spacing: 2px;
}

.wrap1 {
	background: #E9F6FF;;
	background-size: cover;
	height: 1080px;
	position: relative;
	padding-bottom: 0px;
}

.wrap1 .safewidth {
	width: 100%;
}

.reg #form {
	width: 100%;
	display: flex;
	justify-content: center;
	height: 820px;
	margin-top: 30px;
}

.formPage {
	border: solid 1px rgb(192, 18, 18) !important;
}

/* #form{
    background-color: rgb(51, 51, 51);
} */

@media (max-width: 768px) {
	.kuang {
		width: 75%;
		height: 80px;
	}

  .wrap1 {
  	background: url(../images/phone/tybg.png) no-repeat center;
  	background-size: cover;
  	height: 1080px;
  	position: relative;
  	padding-bottom: 0px;
  }
	.kuang>img {
		width: 150px;
		height: auto;
	}

	.kuang h2 {
		width: 100%;
		height: auto;
		font-size: 24px;
		letter-spacing: 1px;
		margin: 0;
	}

	.reg #form {

		height: 940px;
	}

	.wrap1 {
		margin-top: 20px;
		padding-bottom: 0px;
	}

	.wrap1 .safewidth {
		padding: 30px 15px 0;
	}

	.reg #form {
		margin-top: 20px;
	}

	.wrap1 {
		height: 1200px;
	}

}
