
.header {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.33rem;
	background-color: #f3f2f2;
	box-shadow: 0rem -0.02rem 0.02rem 0rem #fff;
	display: flex;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
}

.div_position {
	position: relative;
	width: 3.333rem;
	height: 1.33rem;
}

.div_logo {
	width: 3.333rem;
	height: 1.33rem;
}

.div_menu {
	position: relative;
	width: 3.333rem;
	height: 1.33rem;
}

.menu_close{
	z-index: 9999;
	display: none;
	position:fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.menu_box{
	z-index: 10000;
	display: none;
	position: fixed;
	top: 1.33rem;
	right: -3.333rem;
	width: 3.333rem;
	height: auto;
	background-color: rgba(0,0,0,0.5);
}
.menu_box ul{
	width: 100%;
	height: auto;
}
.menu_box ul li{
	width: 100%;
	height: 1rem;
	box-shadow: inset 0rem -0.02rem 0.02rem 0rem 
		rgba(34, 24, 21, 0.4);
}
.menu_box ul li a{
	float: left;
	width: 100%;
	height: 1rem;
	box-shadow: inset 0rem -0.02rem 0.02rem 0rem 
		rgba(34, 24, 21, 0.4);
	text-align: center;
	line-height: 1rem;
	font-size: 0.31rem;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}
.menu_box ul li a:hover{
	width: 100%;
	height: 1rem;
	background-color: #fff;
	box-shadow: inset 0rem -0.02rem 0.02rem 0rem 
		rgba(34, 24, 21, 0.4);
	text-align: center;
	line-height: 1rem;
	font-size: 0.31rem;
	font-weight: normal;
	font-stretch: normal;
	color: #333;
}
.div_city {
	float: left;
	padding-left: 0.49rem;
	width: auto;
	height: 1.33rem;
	font-size: 0.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.33rem;
	letter-spacing: 0.01rem;
	color: #333333;
}

.div_position img {
	float: left;
	width: auto;
	height: 0.55rem;
	margin-top: 0.39rem;
}
.modal-body{
	display: none;
	position: absolute;
	top: 1.25rem;
	left: 0;
	background-color: #fff;
	width: 4.5rem;
	height: auto;
}

.modal-body .choose-city-item{
	overflow: auto;
	-ms-overflow-y:auto;
	width: 4.5rem;
	height: 4rem;
}
.modal-body .text-center{
	width: 0.5rem;
	height: 1.25rem;
	font-size: 0.4rem;
	text-align: center;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.25rem;
	letter-spacing: 0rem;
	color: #bdbdbd;
}
.modal-body .choose-city-item span{
	float: left;
	width: 0.5rem;
	height: 1.25rem;
	font-size: 0.44rem;
	text-align: center;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.25rem;
	letter-spacing: 0rem;
	color: #333;
}

.modal-body .choose-city-item .city{
	float: left;
	width: 4rem;
	height: auto;
	font-size: 0.44rem;
	text-align: center;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.25rem;
	letter-spacing: 0rem;
	color: #333;
}
.choose-city-item li{
	width: 4.5rem;
	height: auto;
	overflow: hidden;
	font-size: 0.44rem;
	text-align: center;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.25rem;
	letter-spacing: 0rem;
	color: #333;
}

.choose-city-item li a{
	float: left;
	margin-left: 0.1rem;
	padding: 0 0.1rem;
	width: auto;
	height: 1.25rem;
	color: #e60020;
}
.div_logo img {
	float: left;
	margin-top: 0.187rem;
	margin-left: 0.347rem;
	width: 2.64rem;
	height: 0.57rem;
}

.div_logo span {
	float: left;
	margin-left: 0.4rem;
	font-size: 0.293rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.533rem;
	letter-spacing: 0.005rem;
	color: #000000;
}

.div_menu img {
	float: right;
	margin-top: 0.413rem;
	margin-right: 0.473rem;
	width: 0.693rem;
	height: 0.52rem;
}

.div_blank {
	float: left;
	width: 100%;
	height: 1.25rem;
}
