*{
	padding: 0;
	margin: 0;
}
body {
    font-family: "微软雅黑";
    color: #333;
    font-size: 16px;
    width:100%;
    height:100%;
    margin: 0 auto 20px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:both;
}
.main{
	width:90%;
	margin:0 auto;
	border:1px solid red;
    padding: 1px;
}
.content{
	height:620px;
	width:100%;
	background:url('../images/login_bg.png') no-repeat;
	background-size:100% 100%;
}
.container-fluid{
	width:100%;
}
.loginBox{
    width: 615px;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-45%,-50%);
    background: #fff;
    box-sizing: border-box;
    padding: 36px 0;
    border-radius: 20px;
}
form{
    width: 360px;
    margin: 0 auto;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    -webkit-touch-callout: none;
    user-select: none;
}

.logo{
    display: block;
    width: 280px;
    height: 74px;
    margin: 0 auto 26px;
}
form p{
	color:#777;
	font-size:15px;
    text-align: center;
}

.input_group{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #cdcdcd;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.input_group .user{
    display: block;
	width: 28px;
    height: 28px;
    line-height: 40px;
    background: url('../images/tel.png') no-repeat;
    background-size: 100% 100%;
}
.input_group .pwd{
    display: block;
    width: 28px;
    height:28px;
    line-height: 40px;
    background: url('../images/yzm.png') no-repeat;
    background-size: 100% 100%;
}
.input_group .uName{
    display: block;
    width: 28px;
    height: 28px;
    line-height: 40px;
    background: url('../images/user.png') no-repeat;
    background-size: 100% 100%;
}
.input_group .pwsd{
    display: block;
    width: 28px;
    height:28px;
    line-height: 40px;
    background: url('../images/pwd.png') no-repeat;
    background-size: 100% 100%;
}
.input_group input{
	flex: 1;
    border: none;
    text-indent: 10px;
    outline: none;
    font-size: 16px;
	font-weight: bolder;
}
.code{
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    background: #1266e8;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
    border: none;
    outline: none;
}
input[type='checkbox']{
	width: 20px;
	height: 20px;
	vertical-align:middle;
	opacity: 0;
}
.input_style{
	content: '';
	background: url('../images/unchecked.png') no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
}
.checkbox_bg{
	background: url('../images/checked.png') no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
}
.select{
    margin: 20px 0;
    font-size: 18px;
    color: #777;
}
.form-actions{
    display: block;
    width: 275px;
    height: 50px;
    line-height: 50px;
    margin: 10px auto 0px;
    background: #1266e8;
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-radius: 30px;
    border: none;
    outline: none;
}
.footer{
	height: 110px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
}
.footer p{
	display: inline-block;
	color:#777;
}
.footer a{
	color:#777;
}
.footer img{
    width: 234px;
    height: 42px;
    margin-bottom: 20px;
}
.titBox{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
}
.tabTit{
    height: 32px;
	font-weight: bolder;
}
.selected{
    color: #1266e8;
    border-bottom: 2px solid #1266e8;
}
.hide{
    display: none;
}
.remember{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin-top: 10px;
}











