@charset "utf-8";
.phone-wrap *,
.phone-wrap *:before,
.phone-wrap *:after {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
/* 全局定义网页文本颜色和背景颜色 */
html,
body {
  color: #333;
  background: #fbfbfb;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 12px;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
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;
}
input,
select,
textarea {
  font-size: 100%;
  -webkit-appearance: none;
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 去除默认边框 */
fieldset,
img {
  border: 0;
}
body,
button,
input,
select,
textarea {
  font-family: 8px "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
/* 去掉 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;
}
/* 去掉列表项标记 */
ol,
ul,
li {
  list-style: none;
}
img {
  max-width: 100%;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}
/* 统一各浏览器的标题字体设置 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before,
q:after {
  content: '';
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.phone-modular {
  margin-bottom: 10px;
  position: relative;
}
.phone-modular .modular-head {
  padding: 10px;
  background: transparent;
  color: #666;
}
.phone-modular .modular-head:before,
.phone-modular .modular-head:after {
  display: table;
  line-height: 0;
  content: "";
}
.phone-modular .modular-head:after {
  clear: both;
}
.js .hide {
  display: none!important;
}
.js,
.js body {
  overflow: auto;
}
.js body > * {
  visibility: visible;
}
.page-phone * {
  font: 12px/1.5 "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
.ticon {
  background-image: url("../../../images/pageConfig/phone/ticons.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 6.25rem 6.25rem;
  vertical-align: middle;
}
.ticon-hfav {
  width: 0.46875rem;
  height: 0.46875rem;
  background-position: 0 0;
}
.ticon-fav {
  width: 0.46875rem;
  height: 0.46875rem;
  background-position: 0 -1.625rem;
}
/*加载图标*/
.loading-lo {
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0 auto;
  margin-top: 0.78125rem;
  background: url("../../../images/pageConfig/phone/loading.gif") no-repeat;
  background-size: 0.9375rem 0.9375rem;
}
