/** base **/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div {
  margin    : 0;
  padding   : 0;
  box-sizing: border-box;
}

/* 互联网造车是伪命题，造车难度大，融合是必: */
body,
button,
input,
select,
textarea {
  font                  : 12px/1 PingFangHK-Regular, SourceHanSansCN-Normal, "微软雅黑", "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.en,
body.en button,
body.en input,
body.en select,
body.en textarea {
  font: 12px/1 "微软雅黑", "Myriad Set Pro", "Helvetica Neue", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif;
}

/* body.detail {
  overflow: hidden;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size  : 100%;
  font-weight: normal;
  font-family: PingFangSC-Medium, PingFangHK-Regular, SourceHanSansCN-Normal, "微软雅黑", "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif;
}

p {
  font-family: PingFangSC-Regular, PingFangHK-Regular, SourceHanSansCN-Normal, "微软雅黑", "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "微软雅黑", "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

:focus {
  outline: 0;
}

a {
  cursor         : pointer;
  text-decoration: none;
  outline        : none
}

a:hover {
  text-decoration: none;
}

abbr[title],
acronym[title] {
  border-bottom: 1px dotted;
  cursor       : help;
}

q:before,
q:after {
  content: '';
}

legend {
  color: #191919;
}

/* for ie6 */
fieldset,
img {
  border: none;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}

table {
  border-collapse: collapse;
  border-spacing : 0;
}

hr {
  border: none;
  height: 1px;
}

html,
body {
  height                    : 100%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
}

body {
  min-width: 100%;
}

body.ohidden {
  overflow: hidden;
}

body.toolbar {
  padding: 0 !important;
}