@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;}
html{font-size:50px;}
body{font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;color:#666;line-height:100%;-webkit-text-size-adjust:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); background-color:#fff;}
h1,h2,h3,h4,h5,h6{font-weight:500;}
abbr,article,aside,audio,canvas,datalist,details,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block;/*width:100%*/}
em,address,i{font-style:normal}
a{color:#666;text-decoration:none;cursor: pointer;}
a:visited,
a:active{color: #666;}
a img{border:none;}
img{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0; width:100%;}
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height:0; height:0}
input:focus,
textarea:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
    outline: none;
}
input::-webkit-input-placeholder{color: #b6b6b6;}
input:-moz-placeholder{color: #b6b6b6;}
input::-moz-placeholder{color: #b6b6b6;}
input:-ms-input-placeholder{color: #b6b6b6;} 
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input[type=button]{
    /* 重置iPhone上的safari解析input按钮时的默认UI渲染 */
	-webkit-appearance:none;
}
pre{white-space: inherit;}/*修复带预格式标签文字样式显示异常问题*/
*{
    /*清除点击之后出现蓝色的边框*/
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}
/*@font-face
{
font-family: mFont;
src: url(../fonts/fzkt.TTF);
}*/

button{background:none;border: none;}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
/*  width: 5px;
  height: 8px;
  background-color: #D9D9D9; */
  width: 0;
  height: 0;
display: none;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D02627;
}

img{
	font-size: 0;
	vertical-align: middle;
}