/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   license: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}
/* html5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a,
a:hover,
a:focus {
  color: #01a3e9;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 16px;
  min-height: 100%;
}
body {
  font-size: 16px;
  font-family: 'microsoft yahei', "helvetica neue", helvetica, arial, sans-serif;
  min-height: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a,
b,
img,
li {
  transition: all 0.5s ease-in-out 0s;
}
@font-face {
  font-family: "iconfont";
  src: ;
  src:  format('embedded-opentype'), /* ie6-ie8 */  format('woff'), /* chrome, firefox */  format('truetype'), /* chrome, firefox, opera, safari, android, ios 4.2 */  format('svg');

  /* ie9*/
  /* ios 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-qq:before {
  content: "\e600";
}
.icon-weixin:before {
  content: "\e601";
}
.icon-163weibo:before {
  content: "\e602";
}
.icon-sinaweibo:before {
  content: "\e603";
}
.icon-tengxunweibo:before {
  content: "\e604";
}
.icon-qzone:before {
  content: "\e605";
}
.icon-douban:before {
  content: "\e606";
}
.color-white {
  color: white !important;
}
.color-black {
  color: black !important;
}
.larger-text {
  font-size: 24px;
}
input:focus {
  outline: none;
}
.omit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scroll-top {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #97d4ff;
  text-align: center;
  line-height: 30px;
  position: fixed;
  right: 60px;
  bottom: 60px;
  outline: none;
  display: none;
  cursor: pointer;
  z-index: 999999;
  display:none !important;
}
.scroll-top:active,
.scroll-top:link,
.scroll-top:hover {
  color: #fff;
  outline: none;
}
.scroll-top:hover {
  background-color: #01a3e9;
}

.nopadding {
  padding: 0;
}
