@charset "UTF-8"

@font-face {
  font-family: pingfang_scmedium
  src: url('../fonts/pingfang/pingfang-medium-webfont.woff2') format('woff2'),
    url('../fonts/pingfang/pingfang-medium-webfont.woff') format('woff');
  url('../fonts/pingfang/pingfang-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
.clearfix:after {
  content ''
  display block
  clear both
}

html {
  width 100%
  height 100%
  font-family 'Microsoft Yahei',Helvetica,sans-serif;
  font-size 16px
  -webkit-text-size-adjust 100%
}
body {
  position relative
  width 100%
  height 100%
  margin 0
  line-height 1
  background-color #fff
  font-size 1rem
  color #666
  -webkit-tap-highlight-color transparent
  tap-highlight-color transparent
/*  -webkit-user-select none
  user-select none*/
  -webkit-touch-callout none
  touch-callout none
  font-family 'Microsoft Yahei',sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
img {
  display block
}

a {
  text-decoration none
  font inherit
  color inherit
  outline 0
}

input,
button {
  //-webkit-appearance none
  //appearance none
  border 0
  border-radius 0
  outline 0
  font-size inherit
}

ul,
ol {
  list-style none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
li {
  margin 0
  padding 0
  font-weight normal
}

.hide {
  display none !important
}

a, button, input, textarea,select {
  -webkit-tap-highlight-color transparent
  background-color transparent
  //appearance none
  //-moz-appearance none
  //-webkit-appearance none
  outline none
}
img{
  border none
}
em{
  font-style normal
}
/* 1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景 */
input:-webkit-autofill {
  -webkit-box-shadow 0 0 0 1000px white inset
}

.clearfix{
  clear both
}
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

*:not(input,textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
[contenteditable = "true"], input, textarea {
  -webkit-user-select: auto!important;
  -khtml-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
}
