@charset "utf-8";

/* 
    @名称: base
    @功能: 重设浏览器默认样式
*/
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  color: #000;
  background: #fff;
  max-width: 750px;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 62.5%;
  margin: auto;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
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;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  autoplay: autoplay;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
  font-size: 12px;
  line-height: 1.5em;
}

/* iphone手机表单默认 */
input.no {
  -webkit-appearance: none;
}

input,
select,
textarea {
  font-size: 100%;
}



/* 去掉各Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
  border: 0;
  max-width: 100%;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}

/* 去掉 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;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: '';
}

/* 默认不显示下划线，保持页面简洁 */
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/* 清理内浮动 */
.fl-c:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fl-c {
  *zoom: 1;
  /* for IE6 IE7 */
}

i {
  font-style: normal;
  display: inline-block;
}

.fl {
  float: left;
}

.fr {
  float: right
}

.no-mr {
  margin-right: 0 !important
}

.no-mb {
  margin-bottom: 0 !important
}

.no-pr {
  padding-right: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important
}

.no-borr {
  border-right: none !important;
}

.no-borb {
  border-bottom: none !important;
}


/* 最大宽度应对手机自定义 */
header,
nav,
section,
footer {
  margin: 0 auto;
  max-width: 750px;
}

.common {
  position: fixed;
  width: 7.5rem;
  height: .9rem;
  z-index: 9999;
  background-color: #fff;


}

.common h1 {
  font-size: .28rem;
  margin-left: 2.5rem;
  line-height: .9rem;
  display: inline-block;
  color: #333333;

}

.common img {
  float: right;
  position: relative;
  top: 0;
  right: .2rem;
  width: 1.75rem;
  height: .54rem;
  line-height: .9rem;
  margin-top: .17rem;
}

/* 底部 */
.bottom {
  width: 6.7rem;
  height: 0.71rem;
  background-color: #fff;
  border-top: .01rem solid #dddddd;
  position: fixed;
  display: flex;
  justify-content: space-between;
  bottom: 0;
  z-index: 9999;
  padding: .22rem .4rem;
}

.bottom .home {
  width: 2.23rem;
  text-align: center;
  font-size: .22rem;
  color: #5f9df1;
}

.bottom .home img {
  width: .44rem;
  height: .36rem;
  margin-bottom: .11rem;
}

.bottom .zixun {
  width: 2.23rem;
  text-align: center;
  font-size: .22rem;
  color: #333;
}

.bottom .zixun img {
  width: .44rem;
  height: .36rem;
  margin-bottom: .11rem;

}

.bottom .yuyue {
  width: 2.23rem;
  text-align: center;
  font-size: .22rem;
  color: #333;
}

.bottom .yuyue img {
  width: .39rem;
  height: .37rem;
  margin-bottom: .11rem;
  color: #333;
}