
.fixed-header{
	position: fixed;
	top:0;
	height:auto;
	z-index:10;
	width: 100%;
	padding-top:20px;
	padding-bottom:50px;
}
.fixed-header>div{
	max-width: 1440px;
	margin:0 auto;
}
.fixed-header .private-link{
	position: inline-block;
	float:right;
	clear: right;
	line-height:72px;
}
.fixed-header .logo{
	margin-top: 25px;
	position:static;
	margin-bottom: 18px;
	float:left;
}
.fixed-header .private-link .btn{
	margin-left: 30px;
	margin-left: ;
	font-weight: bold;
}
.fixed-header .private-link .link{
	color:#000;
	text-decoration : underline;
}
@media screen and (max-width: 800px){
	.fixed-header .vip-text {
	  	display: none;
	}
}



@media screen and (max-width: 1800px){
	.fixed-header{
	  padding-left: 100px;
	  padding-right: 100px;
	}
}

@media screen and (max-width: 1200px){
	.fixed-header{
	  padding-left: 75px;
	  padding-right: 75px;
	}
}
@media screen and (max-width: 992px){
	.fixed-header{
	  padding-left: 50px;
	  padding-right: 50px;
	}
}
@media screen and (max-width: 768px){
	.fixed-header{
	  padding-left: 25px;
	  padding-right: 25px;
	}
}

@media screen and (max-width: 576px){
	.fixed-header{
	  padding-left: 15px;
	  padding-right: 15px;
	}
}