@charset "UTF-8";
html {
  color: #000;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html * {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent; }

html,
body {
  font-family: sans-serif; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0; }

input,
select,
textarea {
  font-size: 100%; }

/* 去掉各 Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 去除默认边框 */
fieldset,
img {
  border: 0; }

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* 一致的 del 样式 */
del {
  text-decoration: line-through; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500; }

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none; }

/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500; }

q:before,
q:after {
  content: ''; }

/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* 正常链接 未访问 */
/* 鼠标悬停 */
a:hover {
  text-decoration: underline; }

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none; }

a {
  color: #323232;
  display: block; }

a:hover {
  text-decoration: none; }

img {
  vertical-align: middle;
  width: 100%; }

.flex, #city-switch > .main > .city-box .list, #city-switch > .main > .city-now .city-now-head {
  display: -webkit-flex;
  display: flex; }

.flex-wrap, #city-switch > .main > .city-box .list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex1 {
  -webkit-flex: 1;
  flex: 1; }

.jc-center {
  -webkit-justify-content: center;
  justify-content: center; }

.jc-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.jc-between {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.jc-around {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.ai-center {
  -webkit-align-items: center;
  align-items: center; }

.ai-end {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.ai-stretch {
  -webkit-align-items: stretch;
  align-items: stretch; }

.icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden; }
  [data-dpr="2"] .icon {
    width: 40px; }
  [data-dpr="3"] .icon {
    width: 60px; }
  [data-dpr="2"] .icon {
    height: 40px; }
  [data-dpr="3"] .icon {
    height: 60px; }

/* 清除浮动 */
.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

/* 布局 */
.fl {
  float: left; }

.fr {
  float: right; }

.cb {
  clear: both; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.fix {
  position: fixed; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.dib {
  display: inline-block; }

.vab {
  vertical-align: bottom; }

.vam {
  vertical-align: middle; }

.vat {
  vertical-align: top; }

.hide {
  display: none; }

.block {
  display: block; }

/* 强制换行 */
.to-wrap {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap; }

/* 禁止换行 */
.no-wrap {
  white-space: nowrap; }

/*溢出显示...*/
.outE {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*多行溢出显示...配合使用-webkit-line-clamp:1(行数);*/
.lineOutE {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all; }

/* flex */
/* 头尾 */
/* 边距 */
.m5 {
  margin: 5px; }

.p5 {
  padding: 5px; }

.pt5 {
  padding-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.mr10 {
  margin-right: 10px; }

.ml-auto {
  margin-left: auto !important; }

.box-s, #city-switch > .search-wrap .search-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.more-link {
  font-size: 14px;
  position: relative;
  line-height: 0.853333rem;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  color: gray;
  background-color: #fff; }
  [data-dpr="2"] .more-link {
    font-size: 28px; }
  [data-dpr="3"] .more-link {
    font-size: 42px; }

.more-link:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  top: 0.18rem;
  left: 60%;
  width: 0.24rem;
  height: 0.24rem;
  border-bottom: 0.04rem solid gray;
  border-right: 0.04rem solid gray; }

.arrow {
  position: relative; }
  .arrow:after {
    position: absolute;
    content: '';
    right: 0.293333rem;
    top: 50%;
    width: 0.213333rem;
    height: 0.213333rem;
    margin-top: -0.106667rem;
    border-bottom: 0.04rem solid #999;
    border-right: 0.04rem solid #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#city-switch > .search-wrap {
  height: 1.333333rem; }
  #city-switch > .search-wrap .search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.333333rem;
    padding: 0.133333rem;
    border-bottom: 2px solid #EAE8E8;
    z-index: 10; }
  #city-switch > .search-wrap #search-txt {
    font-size: 14px;
    width: 100%;
    height: 100%;
    text-indent: 1em;
    border: none;
    background-color: #EAE8E8; }
    [data-dpr="2"] #city-switch > .search-wrap #search-txt {
      font-size: 28px; }
    [data-dpr="3"] #city-switch > .search-wrap #search-txt {
      font-size: 42px; }
#city-switch > .main {
  background-color: #f2f2f2; }
  #city-switch > .main > .city-box {
    font-size: 14px;
    padding: 0.133333rem;
    border-bottom: 1px solid #CECECE; }
    [data-dpr="2"] #city-switch > .main > .city-box {
      font-size: 28px; }
    [data-dpr="3"] #city-switch > .main > .city-box {
      font-size: 42px; }
    #city-switch > .main > .city-box .title {
      line-height: 0.826667rem;
      color: #666; }
    #city-switch > .main > .city-box .cell {
      width: 2.28rem;
      margin: 0 0.093333rem 0.16rem 0;
      line-height: 0.8rem;
      text-align: center;
      border: 1px solid #EAE8E8;
      border-radius: 3px;
      color: #666;
      background-color: #fff;
      overflow: hidden; }
  #city-switch > .main > .city-now {
    background-color: #fff; }
    #city-switch > .main > .city-now .city-now-head {
      margin-bottom: 0.133333rem;
      line-height: 0.826667rem;
      color: #666; }
    #city-switch > .main > .city-now .choose-county {
      position: relative;
      width: 2.186667rem;
      margin-left: auto; }
      #city-switch > .main > .city-now .choose-county:after {
        position: absolute;
        content: '';
        display: block;
        top: 0.16rem;
        right: 0.133333rem;
        width: 0.266667rem;
        height: 0.266667rem;
        border-bottom: 2px solid #666;
        border-right: 2px solid #666;
        transform: rotate(45deg); }

/*# sourceMappingURL=city.css.map */
