﻿html,body{
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
}
html {
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 62.5%;
	/*10 ÷ 16 × 100% = 62.5%*/
}
body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	background: #fff;
	height: 100%;
	overflow-x: hidden;
	color: #333;
	font-size: 1.4rem;
	/*1.4 × 10px = 14px */
}
button,
input,
select,
textarea {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	outline: none;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	padding: 0;
	margin: 0;
}
table,
td,
tr,
th {
	font-size: 1.4rem;
}
thead th {
	font-weight: bold;
}
ol,
ul {
	list-style: none;
}
li {
	list-style-type: none;
}
img {
	vertical-align: top;
	border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: normal;
}
address,
cite,
code,
em,
th,
i {
	font-weight: normal;
	font-style: normal;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
	border: none;
}
/* 去除选中状态时的边框  */
a,
button,
input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
}
.container {
	width: 100%;
	overflow: hidden;
	background: #fff;
	font-size: 1.4rem;
}
.content {
	overflow: hidden;
}
header{
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: rgba(0,0,0,0.5);
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
}
header .menu-icon{
	width: 44px;
	height: 100%;
	background: url(../images/icon_menu.png) 0 0 / auto 100% no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
header .logo{
	width: 100%;
	height: 100%;
	text-align: center;
}
header .logo img{
    width: auto;
    height: 30px;
    margin-top: 8px;
}
header .city-icon{
	height: 100%;
	position: absolute;
	top: 0;
	right: 10px;
	color: #fff;
	font-size: 1.6rem;
	cursor: pointer;
	display: none;
}
header .city-icon img{
	width: auto;
	height: 100%;
	margin-left: 5px;
}
.nav-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,0.5);
	display: none;
}
menu{
	padding: 0;
	margin: 0;
	width: 70%;
	height: 100%;
	background: #292929;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1009;
	overflow: hidden;
	display: none;
}
menu dt{
	height: 50px;
	line-height: 50px;
	font-size: 1.6rem;
	border-bottom: 1px solid #525252;
}
menu dt a{
	display: block;
	padding: 0 20px;
	color: #fff;
}
menu dt img{
	width: 10px;
	height: auto;
	display: inline-block;
	float: right;
	margin-top: 20px;
}
menu dd{
	display: none;
	padding: 10px 0;
}
menu dd ul{
	overflow: hidden;
	padding-left: 35px;
}
menu ul li{
	height: 35px;
	line-height: 35px;
}
menu ul li a{
	display: block;
	color: #aaa;
}
.city-wrapmask{
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.4);
	z-index:10009;
	position: fixed;
	top: 0;
	right: -100%;
}
.city{
	width: 100%;
	height: auto;	
	background: #fff;	
	overflow: auto;
}
.city .city-header{
	width: 100%;
	background: #fff;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.city .city-header .return{
	width: 44px;
	height: 44px;
	background: url(../images/close.png) center / 16px 16px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.city .city-mask h2{
	font-size: 3rem;
	color: #333333;
	text-align: center;
	padding:37px 0px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: thin solid #e5e5e5;
}
.city .city-mask h2 span{
      font-size: 1.5rem;
      color: #999999;
      padding-left: 5px;
}
.city .city-list{
     width: 100%;
     height: auto;
     padding:20px 30px;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
}
.city .city-mask h3{
	font-size: 1.5rem;
	color: #333333;
	font-weight: bold;
}
.city .city-list ul{
	margin-left: -25px;
}
.city .city-list ul li{
	width: 25%;
	height: 34px;
	text-align: center;
	line-height: 34px;
	float: left;
	margin:15px 0px 0px 20px;
	border:1px solid #e5e5e5;
	font-size: 1.5rem;
}
.city .city-list ul li a{display: inline-block;width: 100%;}
.city .tip{
	width: 100%;
	height: auto;
	padding:15px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 1.1rem;
	color: #999999;
}
footer{
	padding: 20px 10px 10px;
	background: #333;
	color: #fff;
	font-size: 1.3rem;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
footer p{
	height: 20px;
	line-height: 20px;
	overflow: auto;
	margin-bottom: 10px;
	color: #fff;
}
footer p img{
	height: 100%;
	width: auto;
	margin-right: 5px;
}
footer p span{
	margin-right: 10px;
}
