﻿
html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-size:100px;
-webkit-text-size-adjust : none ;
-moz-text-size-adjust : none ;
-ms-text-size-adjust : none ;
text-size-adjust : none
}
input[type="button"], input[type="submit"], input[type="reset"] ,
botton,bottom {
    -webkit-appearance:none;
}

input[type=button]{
	-webkit-appearance:none;
	outline:none
}
@media only screen and (max-device-width:360px) {
	html {
	font-size:88.89px
}
}
body {
	line-height:1.6;
	font-family:"Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
	background-color:#f7f7f7;
	-webkit-touch-callout:none
}
a img,fieldset {
	border:0
}
html {
	background:transparent
}
html {
	height:100%
}
 span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,p { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
html,body {
	padding:0;
	margin:0
}
* {
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
ul, ol { margin: 0;
}

a {
	text-decoration:none;
 color: #313131
}

a,img {
	-webkit-touch-callout:none
}
li {
	list-style:none; padding: 0; margin: 0;
}

div img{ max-width: 100%; height: auto; }
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}
html, body {
    min-height: 100%;
}

body {
 
    font-size:14px;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
a,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
  input[type="text"] {
-webkit-appearance: none;
}
textarea{
-webkit-appearance: none;
}
i,b,figure{font-style:normal; font-weight: normal; padding: 0; margin: 0;}