@font-face {
  font-family: 'iconfont';  /* project id 714064 */
  src: url('//at.alicdn.com/t/font_714064_5gt0cr4e1zc.eot');
  src: url('//at.alicdn.com/t/font_714064_5gt0cr4e1zc.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_714064_5gt0cr4e1zc.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_714064_5gt0cr4e1zc.woff') format('woff'),
  url('//at.alicdn.com/t/font_714064_5gt0cr4e1zc.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_714064_5gt0cr4e1zc.svg#iconfont') format('svg');
}
.icon{
	font-family: 'iconfont';  /* project id 714064 */
}
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img {
    margin: 0;
    padding: 0
}
body{
	background: #fff;
}
fieldset,img {
    border: 0
}
img {
    display: block
}
address,caption,cite,code,dfn,th,var {
    font-style: normal;
    font-weight: normal
}
ul,ol {
    list-style: none
}
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun","宋体"
}
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
select,input {
    vertical-align: middle
}
select,input,textarea {
    font-size: 12px;
    margin: 0
}
input[type="text"],input[type="password"],textarea {
    outline-style: none;
    -webkit-appearance: none
}
textarea {
    resize: none
}
table {
    border-collapse: collapse
}
.box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix {
	zoom: 1
}
.clearfix:after {
	display: block;
	content: "";
	clear: both
}
input,textarea{
	border: 0; /* 方法1 */
  -webkit-appearance: none; /* 方法2 */
}
.ellipsis{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.pl15{
  padding-left: 0.30rem;
}
.pr15{
  padding-right: 0.30rem;
}
.plr15{
  padding-left: 0.30rem;
  padding-right: 0.30rem;
}
.position{
  position: relative;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.hide{
	display: none;
}
