/**  reset  **/
*{
    padding:0;
    margin:0;
    outline: none;
    list-style-type:none;
    text-decoration:none;
}
a{

    color:inherit;
}

a img{
    border:0;
}

img {
    display: block;
}

html {
    height:100%;
}

body {
    font-family: Hiragino Sans GB, Arial, Helvetica, sans-serif;
    min-height:100%;
    height:auto;
    background:#FFF;
    -webkit-touch-callout: inherit ;
    -webkit-user-select: auto ;
    font-size:14px;
    -webkit-text-size-adjust:none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin:0;
    border:0;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}


*:not(input,textarea) {
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
}


button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: none;
}

dt,dd {
    display: inline-block;
}

textarea,input {
    resize: none;
    outline: none;
}

textarea {
    resize: none;
    -webkit-appearance: none;
}

ul,ol,li {
    list-style: none;
}

em {
    font-style: normal;
}


/* 回到顶部 */
　 #gotop{
      display:none;
      width:55px;
      height:55px;
      position:fixed;
      right:50px;
      bottom:50px;
      background:url(../../img/huatech/index/new-arrow.jpg) no-repeat -70px 0px; 
}
