﻿@charset "utf-8";

html {
	background-color: #fff;
	font: normal 100% "HiraginoSansGB", "Helvetica", "Arial",
		"Microsoft YaHei", sans-serif;
}

body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body, div, ul, li, a, p, span, input {
	margin: 0;
	padding: 0;
	border: 0;
	color: #676767;
}

input, select {
	font: normal 100% "HiraginoSansGB", "Helvetica", "Arial",
		"Microsoft YaHei", sans-serif;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

.top {
	background-color: #232736;
	height: 44px;
}

.top .main_page {
	height: 44px;
	width: 35px;
	float: left;
}

.top .top_right {
	height: 44px;
	width: 35px;
	float: right;
}

.top .title {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
}

.content {
	margin: 0 4.5%;
}

.content input {
	width: 80%;
	/*margin: 10px 0;*/
	padding: 5px 10px;
	height: 2rem;
	text-align: left;
	border: 1px solid #e7e7e7;
	float: left;
}
.searchIcon {
	display: inline-block;
	margin: 6px 4px;
	height: 2rem;
}

.down_arrow {
	height: 10px;
	float: right;
	margin: 5px;
}

.itemIcon {
	width: 5%;
	display: inline-block;
}

.itemAddr {
	padding: 10px 10px;
	background-color: #f3f3f3;
}

.item a {
	font-size: 0.8rem;
	font-size: 4vw;
	font-weight: normal;
}

.itemDetail {
	margin: 10px;
}

.itemDetail img{
	height: 20px;
}

.itemDetailText {
	margin: 0 0 0 5px;
}
