/* 
* Main Style
* @docs http://turbo.sankuai.com/docs/client.md#style-
*/
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.link {
  margin: 0 8px;
  color:#8c8c8c;
}
.link:hover {
  color:#fe8c00;
}
.copyright {
  text-align: center;
}
footer {
  margin: 0 auto 30px;
  clear:both;
  width:1190px;
  font-size:12px;
  color:#999;
}
.footer-content {
  margin-bottom:20px;
  padding:12px 0;
  border-top:1px solid #EEE;
  border-bottom:1px solid #EEE;
  text-align: center;
}
@font-face {
  font-family: "base_icon";
  src: url('../font/base14.woff') format('woff'), 
  url("../font/base14.otf");
}

