/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}


ul {
  list-style: none;
}


button,
input,
select,
textarea {
  margin: 0;
}


html {
  box-sizing: border-box;
}


*, *:before, *:after {
  box-sizing: inherit;
}


img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}


iframe {
  border: 0;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


td,
th {
  padding: 0;
  text-align: left;
}

/* 字体 */
@font-face {
  font-family: 'slogan';
  src: url('/fonts/slogan.eot');
  src:
  url('/fonts/slogan.eot?#font-spider') format('embedded-opentype'),
  url('/fonts/slogan.woff') format('woff'),
  url('/fonts/slogan.ttf') format('truetype'),
  url('/fonts/slogan.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('/fonts/icons.woff2') format('woff2');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


/* 社交平台字体图标 */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?g30zom');
  src:  url('fonts/icomoon.eot?g30zom#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?g30zom') format('truetype'),
    url('fonts/icomoon.woff?g30zom') format('woff'),
    url('fonts/icomoon.svg?g30zom#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-wechat:before {
  content: "\e900";
}

.icon-weibo:before {
  content: "\ea9a";
}

.icon-github:before {
  content: "\eab0";
}



/* 可拖动区域 */
.react-draggable {
  cursor: move;
}
