html{font-size:37.5px;}
a{
	color: #fff;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	outline: none;
	outline-offset: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:link{
	text-decoration: none;
	color: #fff;
}
a:visited{
	color: #fff;
}
p{
	margin:0!important;
}
ul{
	margin:0;
	padding:0;
}
.index{
	width: 100%;
	height: auto;
	background: #efefef;
}
/*头部*/
.top{
	width: 100%;
	height: 1.4rem;
	background: #0090e9;
	float: left;
	line-height: 1.4rem;
	position: fixed;
	z-index: 998;
}
.top_left{
	width: 10%;
	float: left;
}
.top_left img{
	width:13px;
	height:13px;
	margin-left:5px;
}
.top_left a{
	font-size: 0.5rem;
}
.top_middle{
	width: 70%;
	float: left;
	margin-left: 4%;
	margin-top: 0.13rem;
}
.top_right{
	float: left;
	font-size:16px;
	width:10%;
	line-height:1.5rem;
}
.top_right button{
	background:#0090e9;
	outline: 0;
	color:#fff;
	font-size:16px;
	list-style-type:none;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top_right button:hover{
	background:#3a81bd;
	color:#fff;
	outline: 0;
}

.top_right button:focus{
	outline: none;
}

.form-control{
	height:40px;
	margin-top:1px;
	font-size: 16px;
	border-radius: 10px!important;
	border:1px solid #3a81bd;
}
/*搜索条件*/
.search_type{
	width: 100%;
	height: 1.3rem;
	background: #fff;
	float: left;
	margin-top: 1.4rem;
	position: fixed;
	z-index: 998;
}
.ul_one{
	list-style: none;
}
.ul_one li{
	float: left;
	width: 33%;
	line-height: 0.8rem;
	height:31px;
	margin-top:8px;
}
.ul_one li a{
	color: #000;
	display: block;
	width: 100%;
	height: 1.2rem;
	font-size:16px;
	text-align: center;
	text-decoration: none;
}
.ul_one li:nth-child(1),.ul_one li:nth-child(2){
	border-right: 1px solid #dcdcdc;
}
.site_list{
	width: 100%;
	background: #fff;
	float: left;
	margin-top: 0.2rem;
}
.site_list_top,.site_list_down,.site_list_down_two{
	position: relative;
	width: 100%;
	float: left;
	font-size: 14px;
}
.img-bargain {
	position: absolute;
	top: 0;
	right: 0;
}
.site_list_down{
	margin-top: 0.2rem;
	padding-left:3%;
	padding-right:3%;
}
.site_list_down_two{
	padding-top:5px;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:10px;
}
.site_list_down_two .galleryful{color:#f6921d;}
.site_list_down_two .price{width:40%;float:right;}
.site_list_down_two .price i{font-weight:bold;font-size:18px;font-style:normal;margin-left:2px;margin-right:2px;}
.site_list_down_two p{
	width: 50%;
	float: left;
	color: #a9a9a9;
}
.site_list_down_two p:nth-child(2){
	text-align: right;
	color: #f6921d;
}
/*底部*/
.footer{
	width: 100%;
	height: 1.3rem;
	position: fixed;
	bottom:0;
	border-top: 1px solid #ccc;
	background: #fff;
}
.ul_footer{
	list-style: none;
	padding:0;
	margin:0;
}
.ul_footer li{
	float: left;
	width: 20%;
}
.ul_footer li a{
	display: block;
	width: 100%;
	height: 1.2rem;
	text-align: center;
	color: #a9a9a9;
	font-size: 14px;
}
.ul_footer li a img{
	margin-top:5px;
	margin-bottom:3px;
}
.fabu{
	margin-top: -20px!important;
}
.btn_num{
	float: left;
	width: 33%;
	height: 1.2rem;
	background: #fff;
}
.dropdown-menu{
	position: relative;
	float: right;
	text-align: center;
}
.container{padding-left:6px;padding-right:6px;}
.highly{float:left;height:60px;width:100%;background:#f5f5f5}
.site_title{font-size:16px;color:#3e3a39;font-weight:bold;line-height:18px;}
.site_site{font-size:14px;color:#727171;padding-top:8px;line-height:16px;}
.retrie{width:100%;background:#fff;margin-top:45px;display:none;}
.retrie_one{width:100%;height:45px;border-top:1px solid #eee;line-height:45px;padding-left:20px}
.retrie_one a{color:#333;font-size:14px;}
.retrie_one:hover{background:#f6f6f6;}
.triangle{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #bbb;
	position:absolute;
	margin-left:15%;
	margin-top:0px;
}
