html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	overflow: hidden;

}

* {
	font-family: "微软雅黑";
}


body {
	background: url(../../img/mobile/login/beijing1.jpg) no-repeat center;
	background-size: 100% 100%;
	/* 	min-height: 700px;
	overflow-y: auto; */
	/* position: relative; */
	box-sizing: border-box;
}


@media screen and (min-width: 320px) {
	.logo {
		width: 76%;
		margin-top: 5rem;
		margin: 4rem auto 2rem;

	}

	.logo img {
		width: 100%;
		max-height: 15rem;
	}

	.logo-tb {
		width: 90px;
		margin: 0 auto;
		margin-top: -60px;
	}

	.logo-tb img {
		width: 100%;
	}

	.box-yhdl {
		width: 100%;
		height: 30px;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.box-yhdl img {
		height: 3rem;
	}

	.box-con {
		width: 80%;
		height: 26rem;
		background-color: #fff;
		box-shadow: 0 0 10px #ccc;
		margin: 0 auto;
		padding: 2rem;
		box-sizing: border-box;
		margin-top: 4rem;
		z-index: 99;
	}

	.row {
		width: 100%;
		height: 3rem;
		margin-bottom: 0.6rem;
	}

	.border {
		border-bottom: solid 1px #02B86B;
	}

	.row img {
		float: left;
		width: 22px;
		margin-top: 7px;
	}

	.row input {
		float: left;
		border: none;
		background: none;
		height: 2.6rem;
		line-height: 2.6rem;
		width: calc(100% - 5rem);
		color: #aaa;
		margin-left: 10px;
		font-size: 1.4rem;
	}

	.row select {
		display: block;
		border: none;
		background: none;
		height: 2.6rem;
		line-height: 2.6rem;
		width: 100%;
		color: #00be6e;
		font-size: 1.4rem;
		text-align: center;
		text-align-last: center;
		border-bottom: solid 1px #02B86B;
	}

	input::-webkit-input-placeholder {
		color: #c5c5c5;
	}

	.validate-row {
		width: calc(100% - 100px);
		height: 3rem;
		margin-bottom: 10px;
		float: left;
	}

	#captchaPath {
		float: right;
		width: 7rem;
		height: 2.5rem;
	}

	.btn {
		width: 100%;
		height: 3rem;
		color: #fff;
		font-size: 1.6rem;
		line-height: 3rem;
		text-align: center;
		margin-top: 2rem;
		border-radius: 22px;
		background-color: #02B86B;
	}

	.bottom-tb img {
		width: 16rem;
		position: fixed;
		left: 3rem;
		bottom: 1rem;
	}

	.footer {
		width: 100%;
		color: #fff;
		line-height: 18px;
		text-align: center;
		margin-top: 10px;
		position: absolute;
		bottom: 25px;
		left: 0;
		font-size: 1.2rem;
		z-index: -1;
	}
}

@media screen and (min-width: 350px) {
	.logo {
		width: 76%;
		margin-top: 10rem;
		margin: 4rem auto 2rem;

	}

	.logo img {
		width: 100%;
		max-height: 15rem;
	}

	.logo-tb {
		width: 90px;
		margin: 0 auto;
		margin-top: -60px;
	}

	.logo-tb img {
		width: 100%;
	}

	.box-yhdl {
		width: 100%;
		height: 30px;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.box-yhdl img {
		height: 3rem;
	}

	.box-con {
		width: 80%;
		height: 32rem;
		background-color: #fff;
		box-shadow: 0 0 10px #ccc;
		margin: 0 auto;
		padding: 2rem;
		box-sizing: border-box;
		margin-top: 5rem;
		z-index: 99;
	}

	.row {
		width: 100%;
		height: 3.5rem;
		margin-bottom: 1.6rem;
	}

	.border {
		border-bottom: solid 1px #02B86B;
	}

	.row img {
		float: left;
		width: 26px;
		margin-top: 5px;
	}

	.row input {
		float: left;
		border: none;
		background: none;
		height: 3rem;
		line-height: 3rem;
		width: calc(100% - 5rem);
		color: #aaa;
		margin-left: 10px;
		font-size: 1.4rem;
	}

	.row select {
		display: block;
		border: none;
		background: none;
		height: 3rem;
		line-height: 3rem;
		width: 100%;
		color: #00be6e;
		font-size: 1.4rem;
		text-align: center;
		text-align-last: center;
		border-bottom: solid 1px #02B86B;
	}

	input::-webkit-input-placeholder {
		color: #c5c5c5;
	}

	.validate-row {
		width: calc(100% - 120px);
		height: 3.5rem;
		margin-bottom: 25px;
		float: left;
	}

	#captchaPath {
		float: right;
		width: 9rem;
		height: 3rem;
	}

	.btn {
		width: 100%;
		height: 3.5rem;
		color: #fff;
		font-size: 1.6rem;
		line-height: 3.5rem;
		text-align: center;
		margin-top: 2.6rem;
		border-radius: 22px;
		background-color: #02B86B;
	}

	.bottom-tb img {
		width: 16rem;
		position: fixed;
		left: 3rem;
		bottom: 1rem;
	}

	.footer {
		width: 100%;
		color: #fff;
		line-height: 18px;
		text-align: center;
		margin-top: 10px;
		position: absolute;
		bottom: 25px;
		left: 0;
		font-size: 1.2rem;
		z-index: -1;
	}
}
