/*----- reset start -----*/
body, div, ul, li, h1, h2, h3, h4 ,p, img {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    line-height: 0;
    /*outline: none;*/
}

a {
    text-decoration: inherit;
    color: inherit;
}

ul, ol, li {
    list-style: none;
}

button {
    border: 0 none;
    background: none;
    appearance: normal;
    -moz-appearance: normal;
    -webkit-appearance: normal;
    -o-appearance: normal;
}
/*----- reset end -----*/


html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-overflow-scrolling: touch;
}

body {
    background: #f8f8f8;
    line-height: 1;
    font-size: 14px;
    font-family: miui, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}


input{
  font-family: miui, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif!important;

}

.clearfix {
    overflow: auto;
    clear: both;
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html, body {
    height: 100%;
}

body {
    position: relative;
}
body {
  margin: 0 auto;
  padding: 0 0.35rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 720px;
  background-color: #fff;
  min-width: 320px;
}

#title {
  padding-top: 0.6rem;
  line-height: 1.5;
}

#title h3 {
  margin-bottom: 0.2rem;
}

#title .sub-title {
  color: #9e9e9e;
  font-size: 12px;
  display: inline-block;
  text-align: left;
}

.item {
  margin-top: 0.6rem;
  text-align: left;
}

.item .item-title {
  margin-bottom: 0.2rem;
}

.item .desc {
  margin-bottom: 0.1rem;
}

.item .sub-desc {
  font-size: 12px;
  color: #9e9e9e;
  line-height: 1.5;
}

.traffic-wrap {
  padding-right: 30px;
  position: relative;
}

.traffic-wrap .traffic-unit {
  position: absolute;
  top: 20px;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#footer {
  margin-top: 0.6rem;
  margin-bottom: 20px;
}

#footer p {
  margin-top: 0.2rem;
  color: #f44336;
  line-height: 1.5;
  font-size: 12px;
  text-align: left;
}