body,
html,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
table,
th,
tr,
td,
input,
textarea,
select,
legend,
img,
p,
button {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust:none
}

body,
html {
  height: 100%;
  background: #fff;
  color: #272C2C;
  font-family: PingFangSC-Medium;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

i,
em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

input {
  outline: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bordert1px:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: red;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
a:focus{
  outline: none;
}

@charset "utf-8";

/***********************
模块名：浏览器重置文件
作者：rexren（任寒韬）
修改：baronxiong
************************/

/*不要重置鼠标样式*/
body,h1,h2,h3,h4,h5,h6,hr,p,pre,dl,dt,dd,ul,ol,li,th,td,form,fieldset,legend,button,input,textarea,figure,figcaption,nav,footer,menu,blockquote{margin:0;padding:0;/*cursor:default;*/}
/*改变所有元素的盒模型*/
/**,*:after,*:before{box-sizing:border-box;}*/
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

/*这些标签的font-style是否不要重置？会影响编辑器中的样式*/
address,em,i,b{font-style:normal;}

a,a:hover,a:active,a:visited{text-decoration:none;}
ul,ol,li{list-style:none;}
img{border:0;font-size:0;-webkit-user-select:none;vertical-align:middle;}
:focus,button,input,select,textarea{outline:none;}
textarea,input,select{-webkit-appearance:none;appearance:none;}
textarea,input{background:none;-webkit-border-radius:0;border-radius:0;resize:none;cursor:text;}
table{table-layout: fixed;width:100%;border-spacing:0;border-collapse:collapse;}
a,img{-webkit-user-drag:none;}
button{background:none;border:0;cursor:pointer;}
body{word-wrap:break-word;}
::-webkit-placeholder,body,button,input,textarea,select{font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;font-size:12px;line-height:1.5;}
