body,html{
	padding:0px;
	margin:0px;
	height:100%;
	font-size:16px;
}
form,ul,li,p,h1,h2,h3,ol{
	list-style: none;
	padding:0px;
	margin:0px;
}
*{
	outline: none;
	text-decoration: none;
}
.ynq-icon{
	font-size:22px;
	padding:8px 14px;
	color:#c1c1c1;
}
[cursor]{
	cursor: pointer;
}
/*去掉input选中后的颜色*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

/*登陆界面*/
.ynq-smtheader-bg{
	height: calc(100% - 50%);
	background-attachment: fixed;
	background-size: cover;
}

.ynq-smt-formitem{
	padding:10px 0px;
	
}
.ynq-smt-formitem label{
	display: block;
	border:1px solid transparent;
	margin:0px 20px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	position: relative;
	background: #fff;
}
.ynq-smt-formitem input{
	line-height: 40px;
	height: 40px;
	padding:0px 10px;
	border:none;
	width:calc(100% - 117px);
	background: transparent;
}

.ynq-VerCode{
    line-height: 40px;
	height: 40px;
	padding:0px 10px;
	border:none;
	width:calc(100% - 200px) !important;	
}
input::placeholder{
	color:#dedede;
}

.ynq-smt-formitem label:hover{
	border:1px solid #3c8dbc;
}

.ynq-smt-formitem img{
	height: 38px;
	position: absolute;
	width: auto;
    top:1px;
	right:1px;
}

.ynq-smt-checkbox{
	margin:0px 20px;
}

.ynq-smt-copyright{
	text-align: center;
	font-size:14px;
	line-height: 40px;
	color:#bcbcbc;
	text-transform: Uppercase;
}


/*登陆界面Login2*/
.ynq-LoginBoby{
	width:100%;
	height:100%;
	background-image: url(../img/office.jpg);
	background-size: 100%;
	background-position: center center;
}

.ynq_login_cont{
	height: 100%;;
}
.ynq-login-section{
	position: relative;
	height: 100%;
}
.ynq-login-logo{
	position: absolute;
	left:20px;
	top:20px;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ynq-login-logo img{
	height: 50px;
	width: auto;
	margin-right:20px;
}
.ynq-login-logo span{
	font-size:22px;
	display: block;
	color:#fff;
}

.ynq-login-box{
	position: absolute;
	width:480px;
	height: 390px;
	background: rgba(255,255,255,.8);
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

.ynq-login-box h1{
	line-height: 70px;
	text-align: center;
	background: #0085E8;
    color:#fff; 
	position: relative;
	font-size:17px;
}

/*------------------------------*/
.ynq-login-box h1{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	padding:0px 20px;
}
.ynq-login-box h1>span{
	
}
.ynq-login-box h1 img{
	height: 50px;
}


.ynq-login-form{
	padding:30px;
}

.ynq-btnstyle{
	line-height: 45px;
	color:#fff;
	background: #0085E8;
	border:none;
	width: calc(100% - 40px);
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	font-size:16px;
	margin:0px 20px;
}

.ynq-btnstyle:hover{
	opacity: 0.8;
}

.ynq-login-copyright{
    font-size:14px;
	color:#595959;
    text-transform: Uppercase;
	width: 100%;
	text-align: center;
}

.ynq-login-box{
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	animation: ynq-login-box;
	-webkit-animation: ynq-login-box;
	-ms-animation: ynq-login-box;
	-moz-animation: ynq-login-box;
} 