@charset "UTF-8";


/*重置样式*/
body,h1,h2,h3,h4,h5,h6,hr,p,pre,dl,dt,dd,ul,ol,li,th,td,form,fieldset,legend,button,input,textarea,figure,figcaption,nav,footer,menu,blockquote{margin:0;padding:0;cursor:default;}
*,*:before,*:after{box-sizing:border-box;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
address,em,i,b{font-style:normal;}
a,a:hover,a:active,a:visited{text-decoration:none;}
ul,ol,li{list-style:none;}
img{border:0;font-size:0;-webkit-user-select:none;vertical-align:middle;}
html,body{width:100%;height:100%;}
:focus,button,input,select,textarea{outline:none;}
select{-webkit-appearance:none;appearance:none;}
textarea,input{background:none;-webkit-border-radius:0;border-radius:0;-webkit-appearance:none;resize: none; cursor:text;}
table{border-spacing:0;border-collapse:collapse;width:100%;}
a,img{-webkit-user-drag:none;}
button{background:none;border:0;font-size:12px;line-height:1.5;cursor: pointer;}
body{word-wrap:break-word;font-size:12px;line-height:1.5;background-color: #fff;font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;}
::-webkit-placeholder,body,button,input{font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;}

/*浏览器提示*/
.chromeframe {position: relative;z-index: 999;background: #000;color: #fff;padding: 10px 0;text-align: center;width: 100%;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.chromeframe a {color: #F13C35}