﻿@charset "utf-8";
ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,
td {
	font-weight: 400;
}
em {
	font-style: normal;
}
strong {
	font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
}
.qcbox a {
	color: #333 !important;
	text-decoration: none;
}
.qcbox a:hover {
	color: orangered !important;
	text-decoration: none;
}
input {
	font-family: "微软雅黑";
}
::selection {
	/*background: #d3d3d3;*/
}
.clr,
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clrfix {
	zoom: 1;
}
.clrfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}
.hide {
	display: none;
}
.hidden {
	visibility: hidden;
}

.qcbox {
	background-color: #fff;
	height: 30px;
	font-size: 14px;
	line-height: 16px;
	transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
}


.qcbox .qcbox-fixed {
	position: relative;
	z-index: 600;
}
.qcbox .qcbox-fixed .hotcity {
	border: 1px solid #abadb3;
	background-color: #fff;
	position: absolute;
	left: -1px;
	top: 0;
}
.qcbox .qunar-qcbox .qcbox-fixed {
	position: absolute;
	left: -1px;
	top: 35px;
	*top: 37px;
}


.ui-city-sug {
	width: 490px;
	font-size: 12px;
}
.ui-city-sug .f-close {
	display: block;
	position: absolute;
	right: 12px;
	top: 2px;
	width: 11px;
	height: 11px;
	font-size: 22px;
	/*color: #7e7e7e;*/
	cursor: pointer;
	_right: 5px;
}
.ui-city-sug .f-close:hover {
	color: #25b4d2;
}
.ui-city-sug .m-hct-nav {
	height: 30px;
	padding: 5px 10px 0;
	/*background: #f7f7f7;*/
}
.ui-city-sug .m-hct-nav span {
	float: left;
	display: inline;
	height: 28px;
	margin-right: 6px;
	padding: 0 8px;
	border-bottom: 2px solid #f7f7f7;
	line-height: 28px;
	white-space: nowrap;
	cursor: pointer;
}
.ui-city-sug .m-hct-nav span:hover {
	color: orangered;
}
.ui-city-sug .m-hct-nav span.active {
	border-bottom-color: orangered;
	color: orangered;
	font-weight: bold;
}
.ui-city-sug .m-hct-lst {
	padding: 10px 0;
}
.ui-city-sug .m-hct-lst ul {
	margin: 0;
	padding: 0;
	height: 1%;
}
.ui-city-sug .m-hct-lst ul:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: "\20";
}
.ui-city-sug .m-hct-lst ul li {
	float: left;
	width: 20%!important;
	height: 22px;
	margin-bottom: 3px;
	text-align: left;
	line-height: 22px;
	overflow: hidden;
	_width: 19.9%;
}
.ui-city-sug .m-hct-lst ul li a {
	display: block;
	padding: 0 5px;
	color: #333;
}
.ui-city-sug .m-hct-lst ul li a:hover {
	text-decoration: none;
	color: #D84C29;
}
.ui-city-sug .m-hct-lst .inter ul li {
	width: 24%!important;
}
.ui-city-sug .e-hct-lst {
	margin: 0;
	padding: 0 5px 0 0;
	height: 1%;
}
.ui-city-sug .e-hct-lst:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: "\20";
}
.ui-city-sug .e-hct-lst dt {
	float: left;
	display: block;
	width: 30px;
	height: 22px;
	padding-left: 18px;
	/*color: #666;*/
	line-height: 22px;
	white-space: nowrap;
}
.ui-city-sug .e-hct-lst dd {
	margin-left: 48px;
	zoom: 1;
	_margin-left: 0;
}
