@charset "utf-8";

a{text-decoration: none;color: #000;outline: none;}
h1,h2,h3,h4,h5,h6{font-size: 16px;}
img{border: 0;}
ul,ol {list-style:none;}
html{width: 100vw;height: 100vh;overflow: hidden;}
body{width: 100%;height: 100%;margin: 0;padding: 0;background: #f8f8f8;font-size: 16px;overflow-x: hidden;position: relative;}

/*新首页样式*/
.hd{
    height:130px;
    margin: 0 auto;
	width:100%;
}
.hdlogo{
    width: 80%;
    float: left;
    height: 120px;
	position: absolute;
	left:15vw;
	top: 0px;
    background: url("../images/login/logo.png") no-repeat 1vw center;
    background-size: 70px;
}
.logoCont{
	display: inline-block;
	text-indent:120px;
	height: 120px;
	line-height: 110px;
	font-size: 42px;
	color:#607d8b;
	cursor: pointer;
}
@media  (max-width:500px) {
	.hd{
	    height:80px;		
	}
	.hdlogo{
	    width: 100%;
	    height:80px;
		margin: 0 auto;
		display: flex;
		left: 30px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		position: relative;
	    background: url("../images/login/logo.png") no-repeat 1vw center;
	    background-size: 40px;
	}
	.logoCont{
		display: inline-block;
		text-indent:0px;
		height: 80px;
		line-height: 80px;
		font-size:20px;
		color:#607d8b;
		cursor: pointer;
	}
}
@media  (max-width:390px) {
	.hd{
	    height:70px;		
	}
	.hdlogo{
	    width: 100%;
	    height:60px;
		margin: 0 auto;
		display: flex;
		left: 30px;
		
	}
	.logoCont{
		display: inline-block;
		text-indent:-30px;
		height: 60px;
		line-height: 60px;
		font-size:16px;
	}
}

/* middle */
.box2{width: 100%;height: calc(100vh - 206px);position: relative;z-index: 1;overflow: hidden; display: flex;flex-direction: row;justify-content: center;align-items: center;background: powderblue url(../images/login/bg.png)no-repeat center;background-size: cover;}
@media  (max-width:500px) {
	.box2{height: calc(100vh - 156px);;flex-direction: column;justify-content: flex-start;align-items: center;}
	}
	
/* 动画 */
.move {
	position: relative;
	width: 400px;
	height: 350px;

}
.move img{
	width: 100%;
}
@media  (max-width:500px) {
	.move{
		display: none;
	}
}


@keyframes move {
	0% {
		left: -5%;
		top: 0px;
	}

	100% {
		left: -5%;
		top: -5px;
	}
}

@-webkit-keyframes move

	/* Safari and Chrome */
{
	0% {
		left: 0%;
		top: 0px;
	}

	100% {
		left: 0%;
		top: -20px;
	}
}



/* login */

.login {
    
    width: 480px;
    height: 420px;
	margin: 0 auto;
    border-radius: 10px;
    background-color: white;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.075);
    animation: login 1s;
    -webkit-animation: login 1s;
    display: block;

    /* Safari and Chrome */
}

@keyframes login {
    0% {
        right: 0%;
        top: 140px;
    }

    100% {
        right: 12%;
        top: 140px;
    }
}

@-webkit-keyframes login

    /* Safari and Chrome */
{
    0% {
        right: 0%;
        top: 140px;
    }

    100% {
        right: 12%;
        top: 140px;
    }
}


@media  (max-width:500px) {
	.login-box {
		width: 80%;
		margin: 30px auto 0;
	}
}

.login-logo {
    width: auto;
    height: 80px;
	border-radius: 10px 10px 0 0 ;
	background-color: #f3f3f3;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.login-logo .logintitle {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: #737373;
    font-weight: 600;
    letter-spacing: 1.3px;
    border-bottom: 3px double #f6f6f6;
}




.input-group{
	padding: 10px 0px 10px 0px;
	position: relative;
}
.icon_logo{
	width: 37px;
	height: 38px;
	position: absolute;
	top: 11px;
	left:1px;
	border-radius:3px 0  0 3px ;
	border-right: 1px solid #c2c2c2;
	background-color: #f3f3f3!important;
} 
.u_logo {
    background: url(../images/login/login_user.png) no-repeat 10px 10px;
    background-size: 16px;
}
.p_logo {
    background: url(../images/login/login_pass.png) no-repeat 10px 10px;
    background-size: 16px;
}
.y_logo {
    background: url(../images/login/login_safe.png) no-repeat 10px 10px;
    background-size: 16px;
}
.login-form {
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
}

.form-control{
	border: 1px solid #d3d3d3;
	padding: 10px 10px;
	width: 290px;
	outline: none;
	border-radius: 4px;
	padding-left: 35px;
	text-indent: 10px;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.input-group:nth-child(3) input{
    width:180px;
   
    border-right: 1px solid #ddd;
    border-radius: 3px;
}
.loginCode{
	float: right;
	display: inline-block;
	width: 100px;
	cursor: pointer;
    height:40px;
	border-radius: 3px;
	/* border: 1px solid #c2c2c2; */
}
.loginCode  img{
	float: right;
	border: none!important;
	display: inline-block;
	width: 100%;
    height:40px;
	object-fit: cover;
	border-radius: 3px;
}
@media  (max-width:500px) {
	.login {
	    
	    width: 100%;
	    height:380px;		
	}
	.login-logo {
	   height:60px;
	}
	.form-control{
		width: 186px;
	}
	.input-group:nth-child(3) input{
	    width:100px;
	}
	.loginCode{
		width: 80px;
	   
	}
}
@media  (max-width:390px) {
	
	.form-control{
		width: 166px;
	}
	.input-group:nth-child(3) input{
	    width:62px;
	}
	.loginCode{
		width:96px;
	   
	}
}

.loginmore {
    width: 100%;
    height: 30px;
    line-height:30px;
    margin: 0 auto;
}
.lf {
    float: left;
}
.check-on {
    background: url("../images/login/icon_on.png") no-repeat left center;
    background-size: 14px;
    -webkit-background-size: 14px;
    -moz-background-size: 14px;
}
.check-off {
    background: url("../images/login/icon_off.png") no-repeat left center;
    background-size: 14px;
    -webkit-background-size: 14px;
    -moz-background-size: 14px;
}
.login-cookie {
    font-size: 12px;
    color: #999;
    padding-left: 24px;
}


.loginbtn {
    width: 100%;
	height: 40px;
    margin:10px  auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.btn-success{
	background: #008ead;
	padding:0px 10px;
	border-radius: 4px;
	border: 1px solid #1a7598;
	color: #FFF;
	font-weight: bold;
	width: 80%;
	height: 46px;
	margin: 0 auto;
	line-height:40px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.btn-success:hover {
    background-color: #00BCD4;
	border: none;
	outline: none;
}


/* 底部 */
.fd{
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: #cbcbcb 4px double;
	padding: 10px 0;
}
.fd p{
	text-align: center;
	margin: 0 auto;
	height: 50px;
	font-size: 13px;
	color: #bfbfbf;
	line-height: 50px;
}
		ul,li{list-style: none;}
		.purpose{
			width:24vw;
			padding: 20px 30px;
			margin-right:1vw ;
			background-color:rgba(255,255,255,0.4);
		}
		.purpose.p_bottom{display: none;}
		.purpose  li{
			width: auto;
			line-height: 18px;
			font-size: 14px;
			color: #777777;
			letter-spacing: 1.1px;
			margin: 0 0 10px 0;
		}
		@media  (max-width:500px) {
			.purpose{
				display: none;
				width:80vw;
				padding:10px 30px;
				margin-right:0;
				background-color:rgba(255,255,255,0.4);
			}
			
			.purpose  li{
				line-height: 16px;
				font-size: 11px;
				color: #999999;
				margin: 0 0 5px 0;
			}
		}