/*版权所有：巴哥网络科技pugweb.net(调用请保留)*/
/*Copyright (c) 2017 www.pugweb.net All Rights Reserved*/

/*CSS全局重置*/
*{margin:0;padding:0;}
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-x: hidden;}
body{margin:0;padding:0; font: 14px/150% "微软雅黑",Hiragino Sans GB,"黑体",Arial, Helvetica, sans-serif; color: #444;overflow-x: hidden; }
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}
audio:not([controls]){display:none;height:0}
progress{vertical-align:baseline}
[hidden],template{display:none}
a{background-color:transparent;-webkit-text-decoration-skip:objects; text-decoration: none;color: #444;}
a:active,a:hover{outline-width:0;color: #0970C5;}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:inherit}
b,strong{font-weight:bolder}
dfn{font-style:italic}
ol,ul,li{margin:0;padding:0;list-style:none;}
mark{background-color:#ff0;color:#000}
small{font-size:80%}
sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}
sub{bottom:-.25em}
sup{top:-.5em}
img{margin:0;padding:0;border:none; display:block; -ms-interpolation-mode: bicubic; max-width: 100%;}
svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-size:1em;font-family:monospace,monospace}
figure{margin:0}
hr{overflow:visible;box-sizing:content-box;height:0}
button,input,optgroup,select,textarea{margin:0;font:inherit}
address,caption,cite,code,dfn,em,i,th,var {font-weight:normal; font-style:normal;}  
optgroup{font-weight:700}
button,input{overflow:visible}
button,select{text-transform:none}
[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}
fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}
legend{display:table;box-sizing:border-box;padding:0;max-width:100%;color:inherit;white-space:normal}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{outline-offset:-2px;-webkit-appearance:textfield}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:.54}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}

/*全局通用*/
.clearfix{*zoom:1;}
.clearfix:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:"."; }
.fl{ float: left; }
.fr{ float: right; }
.bor{ border: 1px dashed #777 }/*测试使用*/
.wrap{width: 1100px; margin:0 auto}
#tips{position: absolute;padding: 5px 10px;z-index: 99999; background: #0970C5; color: #fff; font-family: "微软雅黑"; border-radius: 5px;}
.texto{display: block; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mr15{margin-top: 15px}
/*默认选中文字样式*/
::selection {background:#0970C5;color:#fff;}
::-moz-selection {background:#0970C5;color:#fff;}
::-webkit-selection {background:#0970C5;color:#fff;}