﻿*{word-wrap:break-word;word-break:break-all;-webkit-overflow-scrolling: touch;}
html{font-size:20px;height:100%;overflow:auto!important;}
@charset "utf-8";
*{word-wrap:break-word}
/**{  
    -webkit-touch-callout:none;  /*系统默认菜单被禁用
    -webkit-user-select:none; /*webkit浏览器 
    -khtml-user-select:none; /*早期浏览器 
    -moz-user-select:none;/*火狐
    -ms-user-select:none; /*IE10 
    user-select:none;  
} */
input,textarea {
    -webkit-user-select:auto; /*webkit浏览器*/
    margin: 0px;
    padding: 0px;
    outline: none;
}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,div,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0;} 
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{font-size:100%}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
hr,iframe,img,legend{ border:0;} 
pre,xmp,plaintext,listing {font-family: monospace;white-space: pre;margin: 1em 0px;}
code,kbd,pre,samp{font-family: Monaco,Menlo,Consolas,"Courier New",FontAwesome,monospace;}
code, pre {font-size: 13px;background-color: #f8f8f8;}
pre, pre code {white-space: pre-wrap;}
pre {line-height: 1.6;position:relative}
pre{display: block;padding: 12px;margin: 12px 0;word-break: break-all;word-wrap: break-word;color: #555;border: 1px solid #dedede;border-radius: 0;}
hr{height:0;border-top: 1px solid #eee;-webkit-box-sizing: content-box;box-sizing: content-box; margin:20px 0;}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor:pointer;color:#000;}
a img{border:0px;}
a:hover{text-decoration:none;outline:none;}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
body{ font-size:14px; overflow: visible!important;}
/*img*/
img{border:0;vertical-align:middle;}
/*解决图片缩放时文件质量问题*/
a img,img{-ms-interpolation-mode:bicubic;}
/*解决手机端超链接按下时的灰色背景问题*/
a,a:link,a:visited,a:hover,a:active,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);/*重要语句*/
    -webkit-tap-highlight-color: transparent;/*重要语句*/
    outline:none;
    background: none;
    text-decoration: none;
	text-decoration:none!important;
}
/*IE下a:hover 背景闪烁*/
html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}
/*基础数据*/
.float-left{float:left !important;}.float-right{float:right !important;}
.cl{float:none !important;clear:both !important;}