@charset "utf-8";

*,p,div,h1,h2,h3,h4,h5,h6,ul{ margin:0; padding:0;  font-family:'Microsoft Yahei',"Arial Narrow","Helvetica","Arial","sans-serif";font-size: 16px;}
a,a:hover,a:active,a:visited{ text-decoration:none; outline:none; cursor: pointer;-webkit-tap-highlight-color:transparent;}
textarea{resize:none}
dl,dt,dd,ul,li,ol{list-style:none;}
.hide{ display:none}
.f_l{float: left;}
.f_r{ float: right;}
.clear{ clear:both}
input,button,a,textarea{outline:none;} 
.word_nobreak{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}/*单行文字不换行，不溢出*/
.word_nobreak2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}  /* 多行文字不溢出*/
.t_center{ text-align: center;}

::-webkit-input-placeholder { /* WebKit browsers */color:    #9CA3B7;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:    #9CA3B7;}
::-moz-placeholder { /* Mozilla Firefox 19+ */ color:    #9CA3B7;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:    #9CA3B7;}













































































