@charset "utf-8";
html,body{height: 100%;}

.page-bg{ width: 100%; min-width: 100%; height: 100%; overflow: hidden; position: absolute; top: 0; background-color: #000;}
.page-bg .swiper-slide div{width: 100%; height: 100%; display: block; background-position: center; background-size: cover;}

.main{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	background: none;
}

.con{
	position: absolute;
	width:1060px !important;
	overflow: hidden;
	border-radius: 10px;
	left: 50%;
	top: 50%;
	background: url(../img/login-logo1.png) no-repeat 50px center;
	transform: translate(-50%,-50%);
}
.login{
	position: relative;
	margin: 40px;
	float: right;
	width: 340px !important;
	min-width: 340px;
	border-radius: 5px;
	padding: 40px;
	background-color: rgba(255,255,255,.85);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.login img{
	width: 90px;
	display: block;
	margin: 0 auto;
}
.login h2{
	padding: 20px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 5px;
}
.form-group{
	margin: 6px 0;
	position: relative;
}
#img1{
	position: absolute;
	right: 0;
	top: 8px;
	width: 100px;
	height: 32px;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 3px;
}

.form-group .form-control{
	height: 50px;
	line-height: 50px;
	background-color: rgba(255,255,255,0);
	border-bottom: 1px solid #ccc;
	padding-left: 40px;
}
		.btn-box {
		  display: flex;
		  align-items:#F6F6F6 center;
		  justify-content: space-around;
		  padding: 20px 0px 30px;
		}
		
		.btn-box .btn {
		  width: 100% !important;
		  position: relative;
		  background: none;
		  overflow: initial;
		  padding: 0;
		}
		
		.btn-box .btn span {
		  display: block;
		  position: relative;
		  z-index: 1;
		  line-height: 50px;
		  height: 50px;
		  font-size: 16px;
		  font-weight: bold;
		  text-align: center;
		  border-radius: 40px;
		  color: #fff;
		  background: #D70021;
		  transition: all 0.4s ease-in-out;
		}
		.btn-box .btn:hover span{
			background-color: #AB001A;
		}
		.btn-box .btn::before {
		  content: "";
		  position: absolute;
		  border-radius: 40px;
		  width: 90%;
		  height: 70%;
		  background: #D70021;
		  opacity: .3;
		  top: 50%;
		  left: 5%;
		  filter: blur(12px);
		 }
		 .icon-01{background: url(../img/icon-17.png) no-repeat 8px center; background-size: 16px;}
		 .icon-02{background: url(../img/icon-18.png) no-repeat 8px center; background-size: 16px;}
		 .icon-03{background: url(../img/icon-18x.png) no-repeat 8px center; background-size: 16px;}
	.link{
		text-align: center;
	}
	.link a{
		display: inline-block;
		margin: 0 20px;
	}
	.link a:hover{
		color: #D70021;
	}
	
	.cop{
		height: 40px; opacity: .7; line-height: 40px; text-align: center; color: #fff; position: absolute; z-index: 9; bottom: 0; width: 100%;
	}
	
	.window_hide .content{
		width: 340px;
		left: 50%;
		top: 50%;
		padding-top: 50px;
		height: 150px;
		margin-top: -100px;
		margin-left: -170px;
		text-align: center;
	}
	.window_hide .content h3{
		margin-bottom: 15px;
	}
	.window_hide .close{ position: absolute;height: 30px; width: 30px; background: #D70021 url(../img/icon-close.png) no-repeat center center; background-size: 14px; border-radius: 100%; transition: all 0.4s ease-in-out;}
	.window_hide .close:hover{transform:rotate(90deg);}
	
@media screen and (max-width: 768px) {
	
	.con{
		position: absolute;
		width:100% !important;
		height: 100%;
		overflow: hidden;
		border-radius: 0px;
		left: 0;
		top: 0;
		background: none;
		transform: translate(0,0);
	}
	.login{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		margin: 0px;
		float: none;
		width: 90% !important;
		padding: .7rem .3rem !important;
		min-width: 90%;
		border-radius: 10px;
		background-color: rgba(255,255,255,.85);
		box-shadow: 0 0 30px rgba(0,0,0,0.2);
	}
	.login img{
		width: 90px;
		display: block;
		margin: 0 auto;
	}
	.login h2{
		padding: 20px;
		text-align: center;
		font-size: 20px;
		letter-spacing: 5px;
	}
	.form-group .form-control{
		height: 50px;
		line-height: 50px;
		background-color: rgba(255,255,255,0);
		border-bottom: 1px solid #ccc;
		padding-left: 40px;
	}
			.btn-box {
			  display: flex;
			  align-items:#F6F6F6 center;
			  justify-content: space-around;
			  padding: 20px 0px 30px;
			}
			
			.btn-box .btn {
			  width: 100% !important;
			  position: relative;
			  background: none;
			  overflow: initial;
			  padding: 0;
			}
			
			.btn-box .btn span {
			  display: block;
			  position: relative;
			  z-index: 1;
			  line-height: 50px;
			  height: 50px;
			  font-size: 16px;
			  font-weight: bold;
			  text-align: center;
			  border-radius: 40px;
			  color: #fff;
			  background: #D70021;
			  transition: all 0.4s ease-in-out;
			}
			.btn-box .btn:hover span{
				background-color: #AB001A;
			}
			.btn-box .btn::before {
			  content: "";
			  position: absolute;
			  border-radius: 40px;
			  width: 90%;
			  height: 70%;
			  background: #D70021;
			  opacity: .3;
			  top: 50%;
			  left: 5%;
			  filter: blur(12px);
			 }
			 .icon-01{background: url(../img/icon-17.png) no-repeat 8px center; background-size: 16px;}
			 .icon-02{background: url(../img/icon-18.png) no-repeat 8px center; background-size: 16px;}
		.link{
			text-align: center;
		}
		.link a{
			display: inline-block;
			margin: 0 20px;
		}
		.link a:hover{
			color: #D70021;
		}
		
		.cop{
			height: 40px; opacity: .7; line-height: 40px; text-align: center; color: #fff; position: absolute; z-index: 9; bottom: 0; width: 100%;
		}
		.window_hide .content{
			width: 90%;
			left: 5%;
			top: 50%;
			border-radius: .3rem;
			height: 3rem;
			margin-top: -1.5rem;
			text-align: center;
		}
		.window_hide .content h3{
			margin-bottom: .3rem;
		}
		.window_hide .close{ position: absolute; right:50%; top: auto; bottom: -40px; height: 30px; width: 30px; margin-right: -15px; background: #D70021 url(../img/icon-close.png) no-repeat center center; background-size: 14px; border-radius: 100%; transition: all 0.4s ease-in-out;}
		.window_hide .close:hover{transform:rotate(90deg);}
}