html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100% important;/* 关闭横竖屏字体大小自动调整功能 */}

html {-webkit-tap-highlight-color: none;-webkit-tap-highlight-color: transparent;/* html点击时闪屏 */}

body {-webkit-touch-callout: none;webkit-text-size-adjust: 100% important;/* 禁用系统默认菜单 */}

* {border: 0;border-radius: 0;background: transparent;margin: 0;padding: 0;font-family: "PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,details,figcaption,figure,footer,header,hgroup,mark,meter,output,section,summary,time,button,p {margin: 0;padding: 0;}

h1,h2,h3,h4,h5,h6,pre,address,caption,cite,code,em,i,th,figcaption {font-weight: normal;font-style: normal;}

ol,ul,li,dl,dt,dd {list-style: none}

fieldset,iframe,img {border: 0;}

table {border-collapse: collapse;border-spacing: 0;}

a,input {color: #333;text-decoration: none;/* 手机页面点击去掉篮框 */-webkit-tap-highlight-color: rgba(165, 165, 165, 0);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

input,
button,
textarea {outline: none;border: 0;}

html,
body {margin: 0px;width: 100%;max-width:750px;margin:0 auto;padding: 0;}

img {vertical-align: top;}


/*ios下面移除按钮默认样式*/
input[type=button] {-webkit-appearance: none;outline: none}

html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;/* 关闭横竖屏字体大小自动调整功能 */-webkit-tap-highlight-color: transparent;}

body {font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color: #000;-webkit-touch-callout: inherit;-webkit-user-select: auto;background: #fff;font-size: 14px;}

a {color: #333;text-decoration: none;}

a:hover {color: #c60000;text-decoration: underline;}

input,textarea {-webkit-appearance: none;appearance: none;}

body {padding-bottom: constant(safe-area-inset-bottom);}

.u-safeAreaInset-top {height: constant(safe-area-inset-top) !important;height: env(safe-area-inset-top) !important;}

.u-safeAreaInset-bottom {height: constant(safe-area-inset-bottom) !important;height: env(safe-area-inset-bottom) !important;}

body {
	/* iOS系统禁止微信客户端修改字体大小： */
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

/*placeholder设置颜色*/
::-webkit-input-placeholder{color:rgba(0,0,0,0.3);line-height:normal}
::-moz-placeholder {color:rgba(0,0,0,0.3);line-height:normal}
:-moz-placeholder {color:rgba(0,0,0,0.3);line-height:normal}
:-ms-input-placeholder{color:rgba(0,0,0,0.3);line-height:normal}

/*clearfix*/
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

