#hotel-filter {
	padding: 10px 0;
}

/* 最小高度 */
.hotel-filter-list-min {
	height: 36px;
}

/* 筛选外容器 */
.hotel-filter-list {
	position: relative;
	font-size: 12px;
	border-bottom: 1px solid #eff2f5;
	overflow: hidden;
	zoom: 1;
	background-color: #fff;
}

/* 筛选icons */
.hotel-filter-list i {
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	background: transparent url("./images/list_i.gif") 0 0 no-repeat;
}

/* reset */

.hotel-filter-list ul, .hotel-filter-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}
.hotel-filter-list ul {
	*width: 700px;/*IE7专用*/
}
 .hotel-filter-list li {
	 *white-space: nowrap;/*IE7专用*/
 }
.hotel-filter-list strong {
	font-weight: 400;
}

.hotel-filter-list-hidden {
	display: none;
}

/* 筛选分类标题 */
.hotel-filter-list .tit {
	float: left;
	width: 40px;
	height: 24px;
	color: #8fa0ac;
	margin-top: 6px;
	line-height: 24px;
	padding-left: 3px;
}

/* 筛选分类列表容器 */
.hotel-filter-list .con {
	overflow: hidden;
	zoom: 1;
	padding: 0 40px 6px 0;
}

/* 筛选全局 */
.hotel-filter-list .con li {
	float: left;
	height: 24px;
	display: inline;
	margin-top: 6px;
	line-height: 24px;
}

.hotel-filter-list .con a {
	position: relative;
	float: left;
	color: #43647f;
	padding: 0 16px;
	text-decoration: none;
}

/* 筛选不限 */
.hotel-filter-list .con .any {
	float: left;
	width: 54px;
	height: 24px;
	margin-top: 6px;
	line-height: 24px;
}

.hotel-filter-list .con .any li {
	margin-top: 0;
}

.hotel-filter-list .con .any a {
	padding-left: 10px;
}

.hotel-filter-list .con .any a:hover {
	background-color: #eff2f5;
}

.hotel-filter-list .con .any a.selected, .hotel-filter-list .con .any a.selected:hover {
	color: #fff;
	cursor: text;
	background-color: #96a9b5;
}

/* 单选类型 */
.hotel-filter-list .filternewradio {
}

.hotel-filter-list .filternewradio a:hover {
	background-color: #eff2f5;
}

.hotel-filter-list .filternewradio a.selected, .hotel-filter-list .filternewradio a.selected:hover {
	color: #fff;
	cursor: text;
	background-color: #96a9b5;
}

/* 多选类型 */
.hotel-filter-list .filterbox {
}

.hotel-filter-list .filterbox a {
	padding-left: 28px;
	background-color: transparent;
}

.hotel-filter-list .filterbox a i {
	top: 50%;
	left: 10px;
	width: 13px;
	height: 13px;
	margin-top: -7px;
	background: transparent url("./images/checkbox.png") 0 -50px no-repeat;
}

.hotel-filter-list .filterbox a.selected i {
	background-position: 0 0;
}

.hotel-filter-list .filterbox a.disabled {
	color: #999;
	cursor: not-allowed;
}

.hotel-filter-list .filterbox a.disabled i {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}

/* 更多按钮 */
.hotel-filter-list .more {
	position: absolute;
	top: 6px;
	right: 0;
	height: 24px;
	line-height: 24px;
	color: #43647f;
	cursor: pointer;
	padding-right: 15px;
}

.hotel-filter-list .more i {
	top: 50%;
	right: 0;
	width: 7px;
	height: 4px;
	margin-top: -2px;
	background-position: 0 0;
}

/* 已选筛选条件 */
.hotel-filter-list .selected-query {
	padding-right: 0;
}

.hotel-filter-list .selected-query li {
	width: auto;
	margin-right: 3px;
	height: 26px;
	margin-top: 6px;
}

.hotel-filter-list .selected-query a{
	color: #000;
	cursor: text;
	white-space: nowrap;
	padding-right: 23px;
	border: 1px solid #ddd;
}
.hotel-filter-list .selected-query a:hover {
	color: #000;
	cursor: text;
	white-space: nowrap;
	padding-right: 23px;
	border: 1px solid red;
}
.hotel-filter-list .selected-query a i {
	top: 50%;
	right: 5px;
	width: 14px;
	height: 13px;
	cursor: pointer;
	margin-top: -7px;
	background-position: 2px -86px;
}

.hotel-filter-list .selected-query .filter-query-clear {
}

.hotel-filter-list .selected-query .filter-query-clear a, .hotel-filter-list .selected-query .filter-query-clear a:hover {
	color: #43647f;
	padding: 0 10px;
	cursor: pointer;
	background-color: transparent;
}

.hotel-filter-list .selected-query .filter-query-clear a:hover {
	background-color: #eff2f5;
}

/* 位置筛选 */
.hotel-filter-list .location {
	padding-right: 0;
}

.hotel-filter-list .location .nav a {
	padding-right: 20px;
}

.hotel-filter-list .location .nav a.selected {
	color: #fff;
	cursor: pointer;
	background-color: #96a9b5;
}

.hotel-filter-list .location .nav a.selected i {
	background-position: -9px 0;
}

.hotel-filter-list .location .nav a i {
	top: 50%;
	right: 6px;
	width: 7px;
	height: 4px;
	margin-top: -2px;
	background-position: 0 0;
}

.hotel-filter-list .location .nav .location-selected, .hotel-filter-list .location .nav .location-selected:hover {
	color: #43647f;
	background-color: #eff2f5;
}

.hotel-filter-list .location .nav .location-selected i {
	background-position: 0 -44px;
}

.hotel-filter-list .location .any .location-selected, .hotel-filter-list .location .any .location-selected:hover {
	color: #fff;
	background-color: #96a9b5;
}

.hotel-filter-list .location-content {
}

.hotel-filter-list .location-content .location-pannel {
	padding: 4px 10px 10px;
	background-color: #eff2f5;
}

.hotel-filter-list .location-content .location-pannel-empty {
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
}

.hotel-filter-list .location-content li {
	width: 130px;
}

/* 地钱 */
.hotel-filter-list .subway {
}

.hotel-filter-list .subway li {
	width: 84px;
}

.hotel-filter-list .subway-nav {
	border-bottom: 1px solid #dfe4e9;
}

.hotel-filter-list .subway-nav a {
	height: 22px;
	line-height: 22px;
	border-bottom: 2px solid #eff2f5;
}

.hotel-filter-list .subway-nav .subway-selected {
	border-bottom-color: #43647f;
}

/* 机场火车站 */
.hotel-filter-list .transport {
	position: relative;
}

.hotel-filter-list .transport i {
	top: 10px;
	left: 10px;
	width: 16px;
}

.hotel-filter-list .transport .airport {
	height: 13px;
	background-position: 0 -137px;
}

.hotel-filter-list .transport .train {
	height: 16px;
	background-position: 0 -190px;
}

.hotel-filter-list .transport .bus {
	height: 15px;
	background-position: 0 -246px;
}

.hotel-filter-list .transport ul {
	position: relative;
	padding-left: 29px;
}

/* 自定义价格 */
.hotel-filter-list .con .filter-custom {
	width: auto;
}

.hotel-filter-list .con .filter-custom input {
	width: 38px;
	height: 17px;
	line-height: 17px;
}

.hotel-filter-list .con .filter-custom .filter-custom-range {
	display: none;
}

.hotel-filter-list .con .filter-custom-active .filter-custom-range {
	display: block;
}

.hotel-filter-list .con .filter-custom .filter-custom-text {
	display: block;
}

.hotel-filter-list .con .filter-custom-active .filter-custom-text {
	display: none;
}

.hotel-filter-list .con .filter-custom .filter-custom-range strong {
	padding: 0 5px;
}

.hotel-filter-list .con .filter-custom-active a:hover {
	background-color: transparent;
}

.hotel-filter-list .con .filter-custom .filter-custom-range * {
	float: left;
	line-height: 24px;
}

.hotel-filter-list .con .filter-custom .filter-custom-range .filter-custom-confirm {
	width: 45px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	cursor: pointer;
	margin-left: 5px;
	text-align: center;
	background-color: #7bc2f1;
}

/* 品牌 */
.hotel-filter-list .brand .brand-type {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -1px;
	border-top: 1px solid #dfe4e9;
}

.hotel-filter-list .brand .brand-type strong {
	display: none;
}

.hotel-filter-list-brand .con {
	padding-right: 0;
}

.hotel-filter-list-brand .brand {
	position: relative;
	margin-top: 6px;
	padding: 0 20px;
	background-color: #f0f2f5;
}

.hotel-filter-list-brand .brand .brand-type {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -1px;
	padding: 6px 0;
	border-top: 1px solid #dfe4e9;
}

.hotel-filter-list-brand .brand .brand-type ul {
	padding-left: 80px;
}

.hotel-filter-list-brand .brand .brand-type strong {
	position: absolute;
	top: 50%;
	left: 20px;
	width: auto;
	height: 24px;
	color: #8fa0ac;
	line-height: 24px;
	margin-top: -12px;
	display: block;
}

/* 更多 */
.hotel-filter-list .filter-more {
	position: absolute;
	top: 6px;
	right: 5px;
	width: auto;
	height: 24px;
	line-height: 24px;
	padding-right: 15px;
	color: #43647f;
	cursor: pointer;
	display: none;
}

.filter-list-has-more .filter-more {
	display: block;
}

.hotel-filter-list .filter-more i {
	top: 50%;
	right: 0;
	width: 7px;
	height: 4px;
	cursor: pointer;
	margin-top: -2px;
	background-position: 0 -44px;
}

.hotel-filter-list-min .filter-more i {
	background-position: 0 0;
}

.hotel-filter-list .filter-more .close {
	display: block;
}

.hotel-filter-list .filter-more .open {
	display: none;
}

.hotel-filter-list-min .filter-more .close {
	display: none;
}

.hotel-filter-list-min .filter-more .open {
	display: block;
}

/* 自定义添加 */
.shop_search_dm{
	height: 50px;
	border: 1px solid #e7e7e7;
	border-radius: 0px;
	padding: 5px 5px 5px 60px;
	background: url(/images/cart/ss.png) no-repeat 15px center;
	margin-bottom: 10px;
}
.shop_search_dm .input_name{
	height: 44px;
	width: 650px;
	font-size: 16px;
	float: left;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: solid 0px #FFFFFF;
	font-family: 'microsoft yahei';
	resize : none;
}
.shop_search_dm .submit_name{
	height: 50px;
	width: 150px;
	font-size: 23px;
	background: #358de2;
	color: #fff;
	float: right;
	font-family: 'microsoft yahei';
	border-radius: 3px;
}

.div2{
	margin-bottom: 20px;
}
.div2 .p1{
	background: url(/images/cart/ico_notice.gif) no-repeat left center;
	padding: 0 0 0 20px;
	float: right;

}
.div2 .p1 a{
	color: #ff6800;
	font-weight: bold
}
/* 字体 */
.filter-msg-font{
	/*color: #666;*/
	font-size: 14px;
	margin-top: 14px;
	padding: 5px;
}
.filter-msg-font b{
	color: #333;
	font-size: 18px;
}
.filter-msg-font label{
	float: inherit;
	width: inherit;
}
.right .car.added {
	background: #fe8431;
}
.right .car {
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
}
.right a {
	width: 120px;
	height: 28px; /*30px*/
	text-align: center;
	line-height: 28px;
	display: inline-block;
	background: #ffffff;
}
.right .car.added span {
	color: #fff;
}
.right .car span {
	color: #fe8431;
}
.right a span {
	/*padding-left: 20px;*/
	padding-left: 15px;
	position: relative;
}

.right .car .icon {
	width: 15px;
	height: 15px;
	background-position: -220px 0;
	position: absolute;
	top: 0px;
	left: 0;
}
.right .car.added .icon {
	background-position: -365px 0;
}
.icon {
	background-image: url(/images/cart/domain.png);
}
#pageleft select{
	/*width: 183px;*/
	width: 170px;
	font-size: 14px;
	border: 1px solid #e6e6e6;
}
.domainlist-th2{
	width: 230px;
}
.domainlist-th3{
	/*width: 210px;*/
}
.domainlist-th4{
	width: 295px;
}
#checklimit > div > ul.list > li {
	width: 52px;
}

/* 域名价格 */
.dm-price-tip-container {

	background-color: #fff;
	border: 1px solid #e6e6e6;
	color: #666;
	display: none;
	font-size: 12px;
	left: 50%;
	line-height: 1.5em;
	margin-left: -70px;
	margin-top: -9px;/*5px;*/
	max-width: 150px;
	min-width: 130px;
	padding: 5px 10px;
	position: absolute;
	top: 100%;
	width: auto;
	z-index: 99999;
}
.dm-price-tip-container span {
	color: #666;
	font-size: 12px !important;
	line-height: 1.5em;
}
.dm-price-tip-container .domain-name {
	color: #09f;
	font-weight: 700;
}
.dm-price-tip-container .domain-price {
	color: #f60;
	font-size: 16px;
	font-weight: 700;
}

/* 域名结果 v2.0 */

.domian-commonpage {
	background: #fff;
	padding: 50px 0;
	position: relative;
}
#bread {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	line-height: 50px
}
#bread div.center {
	line-height: 50px;
	background: transparent !important;
	padding: 0 !important
}
#bread {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	line-height: 50px;
}
#domain-result h2 {
	color: #333;
	font-size: 26px;
	font-weight: 400; }

#domain-result .content {
	background: #fff;
	padding: 30px 40px; }

#domain-result h3 {
	padding-left: 8px;
	position: relative;
	padding-bottom: 14px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	/*自定义*/
	text-align: left;
}
#domain-result h3 .line {
	height: 17px;
	width: 2px;
	background: #dd2726;
	position: absolute;
	left: 0;
	top: 1px; }

#domain-result ul li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #e6e6e6;
	padding: 0 20px;
	cursor: pointer;
	transition: all ease-in-out .25s; }

#domain-result ul li:hover {
	background: #f7f7f7; }

#domain-result ul .left span {
	padding-left: 27px;
	padding-right: 13px;
	position: relative; }

#domain-result ul .left .icon {
	width: 16px;
	height: 16px;
	position: absolute;
	background-position: -50px 0;
	top: 0px;
	left: 0;
	color: #333;
	cursor: pointer; }

#domain-result ul .left b {
	color: #009959;
	font-weight: 400; }

#domain-result ul .left span.check .icon {
	background-position: -30px 0; }

#domain-result ul .right .prise b {
	color: #e2383a;
	font-weight: 400;
	font-size: 16px; }

#domain-result ul .right a {
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block; }
#domain-result ul .right a span {
	padding-left: 20px;
	position: relative; }

#domain-result ul .right .zc {
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	margin: 0 20px; }
#domain-result ul .right .zc span {
	color: #e2383a; }
#domain-result ul .right .zc .icon {
	width: 14px;
	height: 14px;
	background-position: -200px 0;
	position: absolute;
	top: 3px;
	left: 0; }

#domain-result ul .right .zc:hover {
	background: #e2383a; }
#domain-result ul .right .zc:hover span {
	color: #fff; }
#domain-result ul .right .zc:hover .icon {
	background-position: -382px 0; }

#domain-result ul .right .car {
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 4px; }
#domain-result ul .right .car span {
	color: #fe8431; }
#domain-result ul .right .car .icon {
	width: 15px;
	height: 15px;
	background-position: -220px 0;
	position: absolute;
	top: 0px;
	left: 0; }

#domain-result ul .right .car.added {
	background: #fe8431; }
#domain-result ul .right .car.added span {
	color: #fff; }
#domain-result ul .right .car.added .icon {
	background-position: -365px 0; }

#domain-result .more {
	text-align: right;
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 20px;
	line-height: 50px; }
#domain-result .more span {
	color: #008bcc;
	padding-right: 20px;
	position: relative;
	cursor: pointer;
	transition: all ease-in-out .25s;
	border-bottom: 1px solid transparent; }
#domain-result .more span .icon {
	width: 12px;
	height: 7px;
	position: absolute;
	background-position: -241px 0;
	top: 7px;
	right: 0; }
#domain-result .more span:hover {
	border-color: #008bcc; }

#domain-result .cz {
	padding: 0 20px;
	height: 80px;
	line-height: 80px; }
#domain-result .cz .all {
	padding-left: 25px;
	position: relative;
	cursor: pointer; }
#domain-result .cz .all .icon {
	position: absolute;
	background-position: -50px 0;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 0; }
#domain-result .cz .all.check .icon {
	background-position: -30px 0; }
#domain-result .cz a {
	margin-left: 20px;
	padding: 8px 22px;
	border-radius: 4px; }
#domain-result .cz .zc {
	background: #dd2726;
	color: #fff; }
#domain-result .cz .cx {
	background: #dddddd;
	color: #999; }

#domain-result .yzc ul .left .icon {
	background-position: -261px 0;
	width: 17px;
	height: 17px; }

#domain-result .yzc ul .left b {
	color: #e2383a; }

#domain-result .yzc ul .right span {
	color: #008bcc; }

#domain-result .yzc-icon{
	background-position: -261px 0;
	width: 17px;
	height: 17px;
	top: 3px;
	left: 0;
	color: #333;
	cursor: pointer;
	background-image: url(/images/cart/domain.png);
}
.fr {
	float: right
}

.fl {
	float: left
}

.no-float {
	*overflow: hidden
}

.no-float:after {
	content: "";
	display: block;
	clear: both
}
/* 自定义*/
#domain-result .cz {
	text-align: left;
}
#domain-result .content{
	padding: 0px 10px;
}
.domian-commonpage{
	padding: 15px 0;
}