html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block;
    margin: 0;
    padding: 0;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    color: #08acee;
}

a:active,a:hover {
    outline: 0;
}
button {
    outline: 0;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}

img {
    border: 0;
}
button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
    background: none;
    border: none;
}
li {
    list-style: none;
}

i {
    font-style: normal;
}

em {
    font-style: normal;
}
h2, h3 {
    font-family: "microsoft yahei";
    font-weight: 100;
}
html,body{
	width: 100%;
	height: 100%;
}
body {
	background: url('../img/login_bg.jpg') no-repeat;
	background-size: 100% 100%;
    font: 12px/150% Arial,Verdana, "microsoft yahei";
	overflow: hidden;
}
input::-webkit-input-placeholder { 
	/* WebKit browsers，webkit内核浏览器 */
	color:rgba(173, 187, 215, 0.8);
} 
input:-moz-placeholder { 
	/* Mozilla Firefox 4 to 18 */ 
	color:rgba(173, 187, 215, 0.8);
} 
input::-moz-placeholder { 
	/* Mozilla Firefox 19+ */ 
	color:rgba(173, 187, 215, 0.8);
} 
input:-ms-input-placeholder { 
	/* Internet Explorer 10+ */ 
	color:rgba(173, 187, 215, 0.8);
}
/* 引入字体2023-02-22 */
@font-face {
	font-family: "YouSheBiaoTiHei";
	src: url("fonts/YouSheBiaoTiHei-2.ttf");
}
 
.aui-login-title {
	width: 90%;
	height:70px;
	background: url('../img/login_title.png') left no-repeat;
	background-size:100%;
	text-align: center;
	margin:20px auto 0;
}
.aui-login-title span{
	font-family: "YouSheBiaoTiHei";
	font-size: 36px;
	line-height: 70px;
	background: linear-gradient(to bottom, #ffffff , #29edff);
	-webkit-background-clip: text;
	color: transparent;
}
.aui-login-bg {
    width:90%;
	height: 80%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 3%;
}
.aui-login-left{
	width:50%;
	float: left;
}
.aui-login-left img{
	width:100%;
}
.aui-login-box {
    width:440px;
    height: 440px;
    float: right;
	background: url('../img/login_box_bg.png') no-repeat;
	background-size: 100% 100%;
	padding:95px 80px 10px;
	margin:0 8% 0 0;
}
.form-group {
	margin-bottom:30px;
	position: relative;
}

.icon_p {
    position: absolute;
    top: 11px;
    left: 4px;
}

.form-control {
	width: 100%;
    height: 46px;
	border-bottom: 1px solid #26c5e1;
	color:#26c5e1;
}
.mar_b {
    margin-bottom: 20px;
}
.font-s {
    position: relative;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
    text-align: right;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.custom-control-label {
    font-size: 12px;
	color: rgba(173, 187, 215, 0.8);
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #e5ebfa;
    border-color: #e5ebfa;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #bac8f3;
}
.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78,115,223,.25);
    box-shadow: 0 0 0 0.2rem rgba(78,115,223,.25);
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #059df6;
    background-color: #059df6;
}
.custom-checkbox .custom-control-label::before {
    border-radius:4px;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.custom-control-label::before {
    position: absolute;
    top:0;
	right: 58px;
    display: block;
    width:16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: rgba(165, 189, 229, 0.19) solid 1px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background:url("../img/duigou.png") no-repeat;
}
.custom-control-label::after {
    position: absolute;
    top:5px;
	right: 56px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.fl {
    float: left;
    display: inline;
}
.f_pass {
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    margin: 6px 0;
	display: none;
}
.f_pass i {
   margin: 4px 4px 0 0;
}
.f_pass p {
    color: #dc0a0a;
    text-align: left;
}
.login {
	height: 40px;
	line-height: 40px;
	width: 100%;
	border: none;
	border-radius: 6px;
	background:#0062ff;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	cursor: pointer;
	margin-top:25px;
}
.login:hover {
	background:linear-gradient(to top, #2f7ee5,#1156d6);
}
.login-box-footer{
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 0;
	height: 50px;
	background: url('../img/login_box_footer.png') no-repeat;
	background-size: 100%;
}
@media screen and (max-width: 1366px) {
	.aui-login-bg{
		top:0;
		padding-top:2%;
	}
	.aui-login-left{
		width: 50%;
	}
	
}
@media screen and (max-width: 1366px) and (min-height: 960px) {
	.aui-login-bg{
		padding-top: 7%;
	}
	.aui-login-box{
		margin-right: 5%;
	}
}
@media screen and (max-width: 1024px){
	.aui-login-box{
		width: 400px;
		height: 400px;
		margin-right: 0;
	}
	.form-control{
		height: 36px;
		line-height: 36px;
	}
	.login{
		height: 36px;
		line-height: 36px;
	}
	.aui-login-left{
		width: 55%;
	}
}