@charset "UTF-8";
body {
  font: 13px/1.4  "PingFang SC", "Microsoft YaHei", sans-serif, arial;
  margin: 0; }

a {
  color: #333;
  text-decoration: none; }

.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.container {
  max-width: 880px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative; }

.header {
  position: relative;
  z-index: 2;
  height: 80px;
  border-bottom: solid 2px #dd514c;
  background-color: #fff; }
  .header .container {
    line-height: 80px; }
    .header .container .sitename {
      float: left;
      margin: 0; }
      .header .container .sitename a {
        color: #dd514c; }
    .header .container .nav-right {
      float: right;
      margin: 0;
      padding-left: 0;
      font-size: 16px;
      line-height: 80px; }
      .header .container .nav-right li {
        list-style: none;
        float: left; }
        .header .container .nav-right li a {
          color: #333;
          display: block;
          border-bottom: 2px solid transparent; }
          .header .container .nav-right li a:hover {
            border-color: #333; }
          .header .container .nav-right li a.cur {
            border-color: #333; }
      .header .container .nav-right li + li {
        margin-left: 30px; }

.welcome {
  padding: 40px 0;
  margin-bottom: 40px;
  background-image: url(/static/img/common/bg1.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff; }
  .welcome .container {
    max-width: 660px; }
  .welcome h2 {
    font: bold 60px/1 "PingFang SC", "Microsoft YaHei", sans-serif, arial;
    line-height: 1.4;
    margin: 0; }
    .welcome h2 a {
      width: 30px;
      height: 30px;
      border-radius: 5px;
      text-align: center;
      background-color: #dd514c;
      display: inline-block;
      margin-left: 10px;
      line-height: 4px; }
      .welcome h2 a img {
        display: inline-table;
        width: 18px;
        height: 18px; }
      .welcome h2 a .icon {
        opacity: 1; }
  .welcome h3 {
    font: bold 30px/1 "PingFang SC", "Microsoft YaHei", sans-serif, arial;
    line-height: 1.4; }

.section {
  position: relative; }
  .section .section-left {
    float: left;
    font-weight: bold;
    font-size: 16px; }
  .section .section-main {
    line-height: 20px;
    padding-left: 100px;
    font-size: 16px; }
    .section .section-main li {
      margin-top: 8px; }

.section + .section {
  margin-top: 60px; }

.member {
  position: relative; }
  .member:first-child:before {
    top: 35px; }
  .member:first-child:after {
    width: 6px;
    height: 6px;
    top: 35px;
    left: -56px;
    border: 4px solid #dd524d; }
  .member:before {
    position: absolute;
    top: 0;
    left: -50px;
    content: ' ';
    width: 2px;
    height: 100%;
    display: block;
    background-color: #eee; }
  .member:after {
    position: absolute;
    top: 55px;
    left: -55px;
    content: ' ';
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ddd; }
  .member .member-name {
    font-weight: bold;
    color: #dd524d; }
  .member .member-name:hover {
    text-decoration: underline; }
  .member .member-meta, .member .member-skills {
    color: #888;
    font-size: 14px;
    padding-top: 10px; }
  .member .member-skills {
    color: #999; }
    .member .member-skills .dateStr {
      color: #555;
      display: block;
      margin-bottom: 5px; }
    .member .member-skills span + span:before {
      content: '路';
      margin: 0 3px; }
  .member .icon {
    display: none; }
  .member:hover .icon {
    display: inline-block; }

.member + .member {
  padding-top: 20px; }

#loadMore {
  display: block;
  color: #dd524d;
  line-height: 50px;
  font-size: 16px;
  width: 130px;
  margin: 40px auto 0; }
  #loadMore img {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
    margin: 11px 0; }

.footer {
  padding: 50px 0;
  font-size: 15px;
  color: #999;
  text-align: center; }

.weixin {
  text-shadow: 0 1px 1px #aaa;
  font-size: 14px;
  max-width: 50em;
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden; }
  .weixin div {
    float: left;
    width: 50%; }
    .weixin div img {
      display: block;
      max-width: 200px;
      margin: 0 auto 10px;
      border-radius: 5px;
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12); }

#top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px; }
  #top img {
    width: 100%; }

@media screen and (max-width: 768px) {
  .weixin > div > img {
    max-width: 150px; }
  .footer {
    text-align: left; } }

#welcome {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

#about {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }

#team {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

.animate {
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-name: animate;
  animation-name: animate; }

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes animate {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@media screen and (max-width: 768px) {
  .welcome h2 {
    font-size: 24px; }
    .welcome h2 a {
      line-height: 28px; }
  .welcome h3 {
    font-size: 20px; }
  .section .section-left {
    float: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px; }
  .section .section-main {
    font-size: 14px;
    padding-left: 0;
    margin-top: 15px; } }
