@charset "utf-8";

<!--
input
{width:200px; height:30px; border:1px solid red; vertical-align:middle; }
-->
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pic,form,fieldset,input,textarea,blockquote,img,form
{padding:0; margin:0;}
article,aside,details,figcaption,figure,footer,header,main,nav,section,summary
{display: block;}
audio,canvas,video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
/*Base*/
html
{font: 12px/1.8 "微软雅黑","Arial";color: #9b9a9a;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/ }
samp
{font: 12px/1.8 "微软雅黑","Arial";color: #9b9a9a;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/ }
*
{text-decoration: none;list-style: none;}
a
{color: #2d2d2d;text-decoration: none;background: transparent; /*修正win8系统IE连接灰色背景*/outline:none;blr:expression(this.onFocus=this.blur());}
a:focus
{outline: 0;}
a:active,a:hover
{outline: 0;color:#0088c7/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/}
img
{border: 0;vertical-align: middle;-ms-interpolation-mode:bicubic;}
fieldset
{border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
button,input,select,textarea
{font-family: inherit;font-size: 100%;margin: 0;outline:none; }
button,input
{line-height: normal;}
button,select
{text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]
{-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled]
{cursor: default;}
input[type="checkbox"],input[type="radio"]
{box-sizing: border-box;padding: 0;}
input[type="search"]
{-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
{-webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner
{border: 0;padding: 0;}
input.submit
{border: 0;margin: 0;cursor: pointer;}
input.radio
{width: 13px;height: 13px;float: left;display: inline;}
textarea
{overflow: auto;vertical-align: top;}
table
{border-collapse: collapse;border-spacing: 0;}
ul,ol
{list-style:none;}
li
{list-style:none;list-style-type:none;}
a
{text-decoration:none;}
p
{margin:0}
/*清除浮动*/
.clear
{clear: both;}
.fl
{float:left;display: inline;}
.fr
{float:right;display: inline;}

body,html{-webkit-text-size-adjust: none;width: 100%;}

.wrap{margin: 0 auto;}
.index{overflow: hidden;}
.clr{clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}
.pointer{cursor:pointer;}
::-moz-focus-inner{border:0px;}
/*a:link {color:#0f0;text-decoration:none;}
a:visited {color: #FFFF00; text-decoration:none;}
a:hover {color: #00FF00; text-decoration:underline;}
a:active {color: #0000FF; text-decoration:underline;}*/
.wrapper{clear: both;width: 100%;}
word-break:break-all /*文字换行*/
/*white-space:nowrap 文字不换行*/

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/


/*渐变*/
/*background-image: -moz-linear-gradient(top, #8fa1ff, #3757fa);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff4f02), color-stop(1, #8f2c00)); Saf4+, Chrome
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6ff00', endColorstr='#538300', GradientType='0'); IE*/