a {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.header_content {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    height: 88px;
}

.header_logo {
    float: left;
    margin-top: 20px;
}

.header_login {
    float: right;
    width: 131px;
    height: 58px;
    background-color: #3572e2;
    border-radius: 6px;
    text-align: center;
    line-height: 58px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
}
.header_login:hover{
	background: rgba(53, 114, 226, 0.8);
}
.header_login_success{
	width:38px;
	height:38px;
	float: right;
	margin-top: 25px;
	cursor: pointer;
}
.header_login_success img{
	width:100%;
	height:100%;
}
.containter_header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 5px #f1f1f1;
}
.containter_header_cover{
	width:100%;
	height:88px;
}