* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	overflow: hidden;
}


input:focus {
	outline: none;
}

.form {
	width: 80%;
	margin: 0 10%;
	position: relative;
	display: flex;
	align-items: center;
	background: #f4f4f4;
	border-radius: 30px;
	margin-bottom: 20px;
}

.form p {

	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f4;
	width: 45px;
	height: 45px;
	border-radius: 30px;
	border: 2px solid #fff;
}

.form p img {
	width: 65%;
	height: 65%
}

.form input {
	flex: 1;
	height: 45px;
	font-size: 16px;
	background: #f4f4f4;
	border-radius: 30px;
	border: none;
	padding: 0 10px;

	color: #666;


}

.form input::placeholder {
	color: #999;
	font-size: 14px;

}

.confirm {
	height: 0;
	overflow: hidden;
	transition: .25s;
}

.btn {
	width: 80%;
	height: 45px;
	margin: 0 10%;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	margin-top: 25px;
	border-radius: 30px;
	border: none;
	transition: .25s;
	background: linear-gradient(45deg, #f92925, #fd0b06);
}

.btn:hover {
	background: linear-gradient(45deg, #fd0b06, #f92925);
}

#login_wrap {
	width: 800px;
	margin-top: 20%;
	display: flex;
	justify-content: space-between;
	background: linear-gradient(45deg, #fff, #fff);
	height:415px;
	border-radius:10px;
	box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.15);
	/* min-height: 410px;
    position: fixed;
    top: 40%;
    right: 64%;
    margin-top: -200px;
    margin-right: -490px; */
}

#login {
	width: 48%;
	height: 100%;
	min-height: 400px;

	position: relative;
	border-radius: 10px;
	float: right;
	/* 	padding: 5%; */

}

#login #status {
	width: 100%;
	border-bottom: 1px solid #e40a15;
	margin: 0 auto 6%;
	color: #e40a15;
	font-size: 24px;
	align-items: center;
	justify-content: center;
	display: flex;
	padding:1% 0;

	font-weight: 600;
	position: relative;
	overflow: hidden;
}

#login #status img {
	width: 60px;
	height: 60px;
}

#login #status i {
	font-style: normal;
	position: absolute;
	transition: .5s
}

#login span {}

#login span a {
	text-decoration: none;
	color: #fff;
	display: block;
	margin-top: 80px;
	font-size: 18px;
}

#bg {
	background: url(../img/back.png) center bottom;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-content: center;
}

/*绘图*/
.code {
	width: 100px;
	height: 30px;
	position: absolute;
	right: 5%;
	bottom: 10px
}

.remember {
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 0 10%
}

.title {
	padding: 0 0 6%;
	width: 100%;
	text-align: center;
	font-size: 50px;
	color: #fff
}

.img-css {
	width: 100%;
	text-align: center;
	margin-bottom: 3%
}

.img-css img {
	width: 70%;
	height: auto
}


.left-img{width:52%;background:#d30e19;border-radius:10px 0 0 10px}
.left-img img{width:100%;height:auto;border-radius:10px 0 0 10px}
/* 响应式 */
@media screen and (max-width:1000px) {

	.left-img{display: none;}
	#login {
		width: 100%;
		padding: 0;

	}

	#login_wrap {
		width: 100%;
		margin:10% 3% 0;
	}

	.form {
		width: 90%;
		margin: 0 5%;

		margin-bottom: 20px;
	}

	.title {
		font-size: 30px;
	}
	#login #status {

		margin: 0 auto 3%;

	}
}

@media screen and (max-width:560px) {

	#login span {
		margin-left: -125px;
	}

	.form input {
		width: 250px;
	}


}

@media screen and (max-width:345px) {}
