/*
header z-index: 9998;
*/

header {
	background-color: #9e1111;
	height: 50px;
	width: 100%;
	position: fixed;
	z-index: 9998;
}
ul {
	float: left;
	height: 50px;
}



.menu_right ul {
	float: right;
}
.form_exit{
	float: right;
}
.button_exit{
	height: 50px;
	width: 50px;
	background-color: #9e1111;
	    border: 0;
    padding: 0;
}
.button_exit i{
	color:#fff;
	font-size: 28px;
}
.button_exit:hover{
	background: #f90;
}

a span {
	font-size: 20px;
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
a .log_text {
	font-size: 35px;
    padding: 5px;

}

header ul:hover{
	background: #f90;
}




header ul span{
float: left;
}


@media screen and (min-width:901px){
	.menu{
		display:none;
	}
}
@media screen and (max-width:900px){
	.menu_ul{
		display:none;
	}
}
@media screen and (max-width:606px){
	.log_text{
		display:none;
	}
}
@media screen and (max-width:237px){
	header .logo{
		display:none;
	}
}

@media screen and (max-width:1100px){
	.login_name{
		display:none;
	}
}

@media screen and (max-width:490px){
	.ticket_all{
		display:none;
	}
}

@media screen and (min-width:491px){
	.ticket{
		display:none;
	}
}

@media screen and (max-width:405px){
	.ticket{
		display:none;
	}
}


ticket



#nav ul:hover {
	background: #f90;
}

