*{
	padding: 0;
	margin: 0;
}
body {
    font-family: "微软雅黑";
    color: #333;
    font-size: 16px;
    width:100%;
    height:100%;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:both;
}
.main{
	width:90%;
	margin:0 auto;
    padding: 1px;
}
.content{
	width:100%;
    height:760px;
    background: url("../images/login_bg.png") no-repeat;
    background-size:cover;
}

.topBox{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 60px 60px 0 60px;
    width: 75%;
    margin: 0 auto 0;
}
.logo{
    width: 366px;
    height: 87px;
}
.logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.links a{
    color: #fff;
    font-size: 24px;
    margin-left: 50px;
}
.loginBox{
    position: relative;
    width: 75%;
    height: 730px;
    background: url('../images/contbg.png') no-repeat;
    background-size: 100% 100%;
    margin: -25px auto 0;
}
form{
    position: absolute;
    right: 5.5%;
    top: 18%;
    width: 560px;
    background: #fff;
    -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;
}

form p{
	color:#777;
	font-size:15px;
    text-align: center;
}

.input_group{
    width: 100%;
    height: 68px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background: #d0e2fe;
    border-radius: 60px;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 30px 0;
}
.input_group .user{
    display: block;
	width: 22px;
    height: 32px;
    line-height: 40px;
    background: url('../images/tel.png') no-repeat;
    background-size: 100% 100%;
}
.input_group .pwd{
    display: block;
    width: 26px;
    height:32px;
    line-height: 40px;
    background: url('../images/yzm.png') no-repeat;
    background-size: 100% 100%;
}
.input_group .uName{
    display: block;
    width: 31px;
    height: 33px;
    line-height: 40px;
    background: url('../images/user.png') no-repeat;
    background-size: 100% 100%;
}
.input_group .pwsd{
    display: block;
    width: 31px;
    height:32px;
    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: 18px;
    background: #d0e2fe;
}
.input_group input::-webkit-input-placeholder{
    color: #146dfa;
}
.input_group input::-moz-placeholder{ 
    color: #146dfa;        
}
.input_group input:-moz-placeholder{ 
    color: #146dfa;        
}
.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{
    display: inline-block;
    content: '';
	background: url('../images/unchecked.png') no-repeat;
	width: 22px;
	height: 22px;
}
.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: 100%;
    height: 68px;
    line-height:68px;
    margin: 30px auto 0px;
    background: #146dfa;
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-radius: 60px;
    border: none;
    outline: none;
}
.footer{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 20px;
}
.vline{
    width: 1px;
    height: 30px;
    background: #777777;
    margin: 0 20px;
}
.footer p{
	color:#444;
    font-size: 17px;
    margin: 0;
}
.footer a{
	color:#555;
    font-size: 16px;
}
.footer img{
    width: 257px;
    height: 49px;
}
.hello{
    color:#146dfa;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.titBox{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
}
.tabTit{
    height: 32px;
}
.selected{
    color: #146dfa;
    border-bottom: 2px solid #146dfa;
}
.hide{
    display: none;
}
.remember{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    width: 86%;
    margin: 0 auto;
}










