*{
	margin: 0;
	padding: 0;
}
body{
	overflow: hidden;
}
input{outline: none}
.head{
    text-align: center;
}
.head img{
/*	width: 1200px;
	height: 77px;
	margin: 30px 0;*/
}
.content{
	min-width: 1200px;
	height: 549px;
	background: url(../img/bac.png) top center no-repeat;
	overflow:hidden;
	background-size: cover;
}
.enter{
	width: 332px;
	margin:100px auto 0;
	position: relative;
}
.enter .title{
	border-bottom: 3px solid #3687EB;
}
.enter .title h3{
	padding-bottom: 6px;
	color: #DDDBDB;
    font-weight:normal;
}

.enter .title h3 a {
    float:right;
    text-decoration: none;
    font-size: 16px;
    line-height:25px;
    color:#dddbdb;
    font-weight:normal;
}
.message{
	margin: 5px 0;
	max-width: 332px;
	color: #3480DF;
}
.enterMessage{
	overflow:hidden;
	margin-top: 10px;
}
.user{
	width: 39px;
	height: 39px;
	border: 1px solid #C4C4C4;
	background: #F4F4F4 url(../img/user.png) center no-repeat;
	float: left;
	border-radius: 5px 0 0 5px;
}
.userText,
.passworldText{
	width: 290px;
	height: 41px;
	border-top: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	border-left: none;
	line-height: 39px;
	text-indent: 10px;
	letter-spacing: 1px;
	border-radius: 0 5px 5px 0;
}
.passworld{
	width: 39px;
	height: 39px;
	border: 1px solid #C4C4C4;
	background: #F4F4F4 url(../img/passworld.png) center no-repeat;
	float: left;
	border-radius: 5px 0 0 5px;
}
.code{
	width: 39px;
	height: 39px;
	border: 1px solid #C4C4C4;
	background: #F4F4F4 url(../img/shuru.png) center no-repeat;
	float: left;
	border-radius: 5px 0 0 5px;
}
.codeText{
	width: 170px;
	height: 41px;
	border-top: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	border-left: none;
	line-height: 39px;
	text-indent: 10px;
	letter-spacing: 1px;
	border-radius: 0 5px 5px 0;
	float: left;
}
.codeImg{
	width: 111px;
	height: 39px;
	float: left;
	margin-left: 7px;
	text-align: center;
}
.codeImg img{
	padding:7px 0;
	cursor: pointer;
}
.opinion{
	position: absolute;
	left: 345px;
    top: 190px;
}
.opinion img{
	width: 28px;
	height: 25px;
}

/*登陆样式*/
.enterButton input.button1{
    float:left;
    text-indent:10px;
	width: 110px;
	height: 50px;
	background-color: #3687EB;
	color: #fff;
	font-size: 16px;
    /*font-weight:bold;*/
	letter-spacing: 10px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
    border: none;
}

/*统一身份登录样式*/
.enterButton input.button2{
    float:right;
    width: 207px;
    height: 50px;
    background-color: #3687EB;
    color: #fff;
    font-size: 16px;
    /*font-weight:bold;*/
    letter-spacing: 3px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    border: none;
}

/*登陆占据整行样式*/
.enterButton input.button3{
    text-indent:10px;
    width: 332px;
    height: 50px;
    background-color: #3687EB;
    color: #fff;
    font-size: 16px;
    /*font-weight:bold;*/
    letter-spacing: 10px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    border: none;
}

.foot{
	width: 100%;
	height: 144px;
	text-align: center;
	background-color: #F5F5F5;
	line-height: 144px;
	font-size: 12px;
	color: #8C9494;
}
