@charset "UTF-8";
html, body {
  background: #f1f1f1;
  color: #37474f; }

a {
  color: #37474f; }

a:hover {
  color: #777; }

/*===================间距===================*/
.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt50 {
  margin-top: 50px !important; }

.ml10 {
  margin-left: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr2 {
  margin-right: 2px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml10 {
  margin-left: 10px !important; }

.p5 {
  padding: 5px; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p30 {
  padding: 30px; }

.laobuluo-flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.laobuluo-f1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.laobuluo-f2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.laobuluo-f3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.laobuluo-f4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4; }

.font14 {
  font-size: 14px; }

.font15 {
  font-size: 15px; }

.font20 {
  font-size: 20px; }

.font30 {
  font-size: 30px; }

.font35 {
  font-size: 35px; }

.length_0 {
  width: 38px; }

.length_1 {
  width: 65px; }

.length_2 {
  width: 115px; }

.length_3 {
  width: 170px; }

.length_4 {
  width: 230px; }

.length_5 {
  width: 290px; }

.length_6 {
  width: 350px; }

/*面板*/
.laobuluo-panel {
  margin-bottom: 15px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

/*居中*/
.text-center {
  text-align: center; }

/*img*/
.img-circle {
  border-radius: 50%; }

.vertical {
  display: none; }

@media screen and (max-width: 768px) {
  .vertical {
    display: block; }
  .laobuluo-nav-tree, .laobuluo-search {
    display: none; }
  .haeder-nav-ul {
    background: #eee; }
    .haeder-nav-ul li {
      width: 100%; }
  .laobuluo-header-row {
    padding-bottom: 10px; }
  .laobuluo-post-lsit .list-img {
    width: 100% !important;
    margin-bottom: 10px; }
  .laobuluo-search {
    margin-top: 10px; }
  .laobuluo-profile-info {
    border-right: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1920px) {
  .laobuluo-nav-tree {
    display: block !important; } }

.laobuluo-content {
  padding: 20px 15px; }

.laobuluo-content-list {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px; }

.content-list-header {
  margin-bottom: 20px; }

.content-list-entry {
  color: #777777;
  padding-bottom: 10.5px; }

.content-list-meta {
  color: #999;
  padding-bottom: 10px; }
  .content-list-meta i {
    margin-right: 5px;
    font-size: 14px; }
  .content-list-meta span {
    margin-right: 5px; }

.laobuluo-page {
  width: 100%;
  padding: 10px 0px 40px 0px;
  border-bottom: 1px solid #f2f2f2;
  color: #666;
  font-size: 14px;
  position: relative; }
  .laobuluo-page .page-lf {
    position: absolute;
    top: 10px;
    left: 15px; }
  .laobuluo-page .page-lr {
    position: absolute;
    top: 10px;
    right: 15px; }
  .laobuluo-page a {
    color: #888;
    text-decoration: none; }
  .laobuluo-page a:hover {
    color: #009688; }
  .laobuluo-page .pre {
    float: left; }
  .laobuluo-page .next {
    float: right; }

.del-author .name {
  font-size: 16px;
  line-height: 30px;
  line-height: 30px; }

.del-author .account, .del-author .recom, .del-author .reply {
  color: #999; }

.del-author .recom {
  padding: 5px 0; }

.laobuluo-post-lsit {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #eee; }
  .laobuluo-post-lsit .post-title {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    width: 100%; }
  .laobuluo-post-lsit .post-meta-ul {
    overflow: hidden;
    color: #999; }
    .laobuluo-post-lsit .post-meta-ul i {
      font-size: 14px;
      margin-right: 5px; }
    .laobuluo-post-lsit .post-meta-ul li {
      display: inline-block;
      margin: 0 5px 5px 0;
      padding-right: 10px; }
      .laobuluo-post-lsit .post-meta-ul li span {
        margin-left: 15px; }
    .laobuluo-post-lsit .post-meta-ul a {
      color: #999; }
  .laobuluo-post-lsit .post-content {
    padding: 10px 0;
    line-height: 180%;
    color: #666; }
  .laobuluo-post-lsit .more {
    display: block;
    margin-bottom: 15px;
    text-align: center; }
  .laobuluo-post-lsit .list-img {
    width: 230px;
    height: 166px;
    overflow: hidden; }
    .laobuluo-post-lsit .list-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border: none;
      border-radius: 5px; }

.laobuluo-post-title {
  padding: 15px 0; }
  .laobuluo-post-title a {
    color: #37474f;
    font-size: 18px;
    font-weight: 600; }

.laobuluo-post-meta {
  margin-bottom: 20px;
  color: #999; }
  .laobuluo-post-meta i {
    font-size: 14px;
    margin-right: 5px; }
  .laobuluo-post-meta li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding-right: 10px; }
    .laobuluo-post-meta li span {
      margin-left: 15px; }

.psot-head {
  padding: 10px;
  text-align: center; }
  .psot-head img {
    max-width: 100%;
    border-radius: 5px; }

.laobuluo-post-label dt {
  font-weight: 600; }

.laobuluo-post-label dt, .laobuluo-post-label dd {
  display: inline-block; }

.laobuluo-post-label dd a {
  margin: 0 3px; }

/**默认评论*/
.laobuluo-comments-du {
  padding-top: 15px; }

.laobuluo-comments-du .comment-list,
.laobuluo-comments-du .comment-list ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.laobuluo-comments-du .comment-list li {
  padding: 14px;
  margin-top: 10px;
  border-top: 1px solid #eee; }

.laobuluo-comments-du .avatar {
  width: 40px;
  height: 40px; }

.laobuluo-comments-du .comment-parent:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all .2s;
  transition: all .2s; }

.laobuluo-comments-du .comment-children .avatar {
  border-radius: 50%; }

.laobuluo-comments-du .comment-content {
  margin-top: 20px;
  color: #555; }

.laobuluo-comments-du .comment-list li .comment-reply {
  text-align: right;
  font-size: .92857em; }

.laobuluo-comments-du .comment-meta {
  margin-bottom: 5px; }

.laobuluo-comments-du .comment-meta a {
  color: #999;
  font-size: .92857em; }

.laobuluo-comments-du .comment-author {
  display: block;
  margin-bottom: 3px;
  color: #444; }

.laobuluo-comments-du .comment-author .avatar {
  float: left;
  margin-right: 10px; }

.laobuluo-comments-du .comment-author cite {
  font-weight: bold;
  font-style: normal; }

.laobuluo-comments-du .comment-list .respond {
  margin-top: 15px;
  border-top: 1px solid #EEE; }

.laobuluo-comments-du .respond .cancel-comment-reply {
  float: right;
  margin-top: 15px;
  font-size: .92857em; }

.laobuluo-comments-du #comment-form label {
  display: block;
  margin-bottom: .5em;
  font-weight: bold; }

.laobuluo-comments-du #comment-form .required:after {
  content: " *";
  color: #C00; }

.laobuluo-comments-du #secondary {
  padding-top: 15px;
  word-wrap: break-word; }

.laobuluo-comments-du .widget {
  margin-bottom: 30px; }

.laobuluo-comments-du .widget-list {
  list-style: none;
  padding: 0; }

.laobuluo-comments-du .widget-list li {
  margin: 5px 0;
  line-height: 1.6; }

.laobuluo-comments-du .widget-list li ul {
  margin-left: 15px; }

.laobuluo-respond-du label {
  padding: 15px 0 10px 0; }

/*---------------------------引用ZBP评论----------------------------------*/
.laobuluo-comment2 .tbname {
  font-size: 16px;
  font-weight: 600; }

.laobuluo-comment2 ul.msg {
  width: 98%;
  margin: 10px 0 20px 0;
  padding: 5px 1% 5px 1%;
  text-align: left;
  list-style-position: outside;
  table-layout: fixed;
  word-wrap: break-word; }

.laobuluo-comment2 li.msgname {
  padding: 0 0 10px 0px;
  margin: 0px;
  font-size: 1em; }

.laobuluo-comment2 li.msgurl {
  text-align: right;
  padding: 2px 10px 2px 10px;
  margin: 0;
  font-size: 1em; }

.laobuluo-comment2 li.msggravatar {
  display: block;
  float: left;
  margin-right: 5px; }

.laobuluo-comment2 li.msgarticle {
  list-style-position: outside;
  padding: 0px 10px 10px 10px;
  margin: 0;
  line-height: 160%;
  padding-left: 50px;
  border-bottom: 1px dotted #eee; }
  .laobuluo-comment2 li.msgarticle .pm {
    padding-left: 14px; }

.laobuluo-comment2 li.msgtime {
  padding: 5px 0 0 0;
  font-weight: normal;
  font-size: 0.8em; }

.laobuluo-comment2 img.avatar {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%; }

.laobuluo-comment2 ul.msg ul.msg {
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px dotted #ddd;
  border-bottom: none; }

.laobuluo-comment2 ul.msg ul.msg li.msgarticle {
  padding-bottom: 0px;
  border-bottom: 0px solid #ddd; }

.laobuluo-comment2 ul.msg ul.msg li.msgname {
  padding: 0px; }

.laobuluo-comment2 .comment-text {
  font-size: 12px;
  color: #999; }
  .laobuluo-comment2 .comment-text span {
    margin-left: 5px; }
  .laobuluo-comment2 .comment-text a {
    color: #777; }

.laobuluo-comment2 .commentname a {
  font-weight: 600;
  color: #777; }

.laobuluo-comment2 #divCommentPost .layui-form-label {
  padding-left: 0;
  text-align: left;
  width: 60px; }

.laobuluo-detali {
  padding: 20px; }
  .laobuluo-detali .layui-breadcrumb a:hover {
    color: #666 !important; }
  .laobuluo-detali .detali-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4; }
  .laobuluo-detali .laobuluo-date {
    color: #999;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 27px; }
  .laobuluo-detali .laobuluo-detali-cont {
    line-height: 180%;
    color: #666; }
    .laobuluo-detali .laobuluo-detali-cont p {
      text-align: justify;
      text-justify: inter-character;
      line-height: 30px;
      margin-bottom: 20px; }
      .laobuluo-detali .laobuluo-detali-cont p img {
        margin: 0 auto;
        display: block; }
    .laobuluo-detali .laobuluo-detali-cont img {
      max-width: 100%;
      height: auto;
      padding: 5px 0; }

.laobuluo-share {
  padding: 20px 0 35px 0;
  position: relative;
  border-bottom: 1px solid #eee; }
  .laobuluo-share .laobuluo-share-lf {
    position: absolute;
    top: 10px;
    left: 0; }
    .laobuluo-share .laobuluo-share-lf a {
      margin-right: 10px; }
      .laobuluo-share .laobuluo-share-lf a:hover {
        color: #009688; }
    .laobuluo-share .laobuluo-share-lf i {
      font-size: 24px;
      color: #ccc; }
  .laobuluo-share .laobuluo-share-lr {
    position: absolute;
    top: 10px;
    right: 0; }
    .laobuluo-share .laobuluo-share-lr .reply-bg {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #ccc;
      display: inline-block;
      text-align: center;
      line-height: 24px; }
    .laobuluo-share .laobuluo-share-lr i {
      color: #fff;
      font-size: 12px; }
    .laobuluo-share .laobuluo-share-lr span {
      margin-left: 5px;
      color: #ccc; }

.laobuluo-detali-author {
  margin: 45px 0;
  padding: 30px;
  border: 1px solid #e6e6e6; }

.del-profile {
  padding: 0 !important; }
  .del-profile img {
    padding: 0; }

.del-pag {
  padding: 20px 0;
  border-top: 1px solid #eee; }
  .del-pag .del-pag-lr {
    text-align: right; }
  .del-pag .del-pag-title {
    font-size: 14px;
    font-weight: 600; }
    .del-pag .del-pag-title a {
      font-weight: 600; }
  .del-pag .del-pag-link {
    font-size: 14px;
    color: #999; }
    .del-pag .del-pag-link i {
      font-size: 12px;
      margin: 0 10px; }

.laobuluo-comment {
  padding: 15px 0;
  font-size: 18px; }

.laobuluo-comment-lsit {
  border-top: 1px solid #eee; }

.comment-lsit-head {
  padding: 15px 0; }

.laobuluo-find {
  color: #666;
  text-align: center; }
  .laobuluo-find i {
    font-size: 60px; }
  .laobuluo-find span {
    font-weight: 600; }

.laobuluo-hots, .laobuluo-reply, .laobuluo-classify, .laobuluo-else {
  padding: 10px; }

.widget-title {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0; }

.widget-navcontent {
  clear: both;
  position: relative; }
  .widget-navcontent time {
    float: right;
    color: #bbb;
    margin-left: 10px; }
  .widget-navcontent li {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.laobuluo-reply li {
  padding: 5px 0;
  width: 100%;
  color: #888; }
  .laobuluo-reply li a {
    font-weight: 600; }

.laobuluo-classify li {
  display: inline-block;
  padding: 5px; }

.laobuluo-else li {
  padding: 5px 0; }

.laobuluo-profile {
  padding: 20px 15px 10px; }
  .laobuluo-profile .name {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px; }
  .laobuluo-profile .title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #999; }

.avatar {
  width: 64px;
  height: 64px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden; }
  .avatar img {
    width: 100%;
    max-height: 100%;
    height: auto !important;
    border-radius: 50%; }

.laobuluo-profile-info {
  margin: 10px auto;
  border-right: 1px solid #ddd; }
  .laobuluo-profile-info .info-data {
    font-size: 15px; }
  .laobuluo-profile-info .info-text {
    color: #999;
    font-size: 13px; }
  .laobuluo-profile-info.bn {
    border-right: none; }

/****************侧边栏*********************/
.laobuluo-module-right {
  padding: 15px; }
  .laobuluo-module-right dt.function_t {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px; }
  .laobuluo-module-right li {
    padding: 5px 0; }
  .laobuluo-module-right #divCatalog li {
    display: inline-block;
    padding: 5px; }
  .laobuluo-module-right #divTags li {
    display: inline-block;
    padding: 5px; }
  .laobuluo-module-right #divPrevious li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .laobuluo-module-right #divSearchPanel input[type=text] {
    display: inline-block;
    width: 60%;
    padding-left: 10px;
    height: 28px;
    line-height: 1.3;
    line-height: 28px\9;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ddd; }
  .laobuluo-module-right #divSearchPanel input[type=submit] {
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
    margin-left: 10px;
    border-radius: 2px;
    padding: 5px 10px; }
  .laobuluo-module-right #tbCalendar {
    width: 100%;
    text-align: center; }
    .laobuluo-module-right #tbCalendar caption {
      margin-bottom: 10px; }
    .laobuluo-module-right #tbCalendar td {
      padding: 5px 0; }
      .laobuluo-module-right #tbCalendar td a {
        padding: 3px 4px 3px 3px;
        background: #ccc;
        border-radius: 50%;
        text-align: center;
        color: #fff; }
    .laobuluo-module-right #tbCalendar small {
      color: #999;
      background: #eee;
      display: block;
      width: 98%;
      padding: 3px 0;
      margin: 0 auto; }
  .laobuluo-module-right #divComments li {
    position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
    padding: 10px 10px 10px 60px;
    border-top: 1px solid #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: none; }
    .laobuluo-module-right #divComments li:nth-child(1) {
      border-top: 0; }
    .laobuluo-module-right #divComments li span.zb_avatar {
      position: absolute;
      left: 10px;
      top: 10px;
      width: 40px;
      height: 40px; }
    .laobuluo-module-right #divComments li small {
      line-height: 20px;
      height: 20px;
      overflow: hidden;
      font-size: 11px;
      color: #999;
      display: block;
      border: 0;
      margin: 0;
      padding: 0; }
      .laobuluo-module-right #divComments li small .names {
        font-weight: 600;
        color: #666; }
    .laobuluo-module-right #divComments li p {
      line-height: 20px;
      height: 20px;
      overflow: hidden;
      font-size: 14px;
      display: block;
      margin: 0 0 3px 0;
      padding: 0; }
  .laobuluo-module-right #divComments .zb_avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }

.laobuluo-header-row {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 40px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.08);
  z-index: 999; }

.haeder-logo img {
  width: 100%;
  max-width: 100px;
  vertical-align: middle; }

.navbar-logo a {
  display: block;
  width: 100%;
  max-width: 120px; }

.navbar-logo img {
  width: 100%;
  vertical-align: middle; }

.vertical {
  position: absolute;
  top: -10px;
  right: 5px;
  padding: 5px;
  z-index: 9999; }

.haeder-nav-ul li {
  display: inline-block;
  margin: 0 10px; }
  .haeder-nav-ul li a {
    display: inline-block;
    padding: 0 5px;
    color: #696969; }
    .haeder-nav-ul li a:hover {
      color: #000000; }

.haeder-nav-ul .current {
  font-weight: 600; }

/* 搜索 */
.laobuluo-search {
  position: relative; }
  .laobuluo-search button {
    border: none;
    background-color: transparent; }
    .laobuluo-search button:hover {
      color: #000; }

.laobuluo-search .layui-icon-search {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #999; }

.footer {
  font-size: 14px;
  padding: 20px 0;
  line-height: 160%;
  border-top: 1px solid #ddd;
  color: #999;
  margin-top: 20px; }

.laobuluo-comment-list {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0; }
  .laobuluo-comment-list .comment-author {
    width: 50px; }
    .laobuluo-comment-list .comment-author img {
      border-radius: 50%;
      height: auto;
      max-width: 100%;
      border: none; }
  .laobuluo-comment-list .author-mess .aut-name {
    font-weight: 600; }
  .laobuluo-comment-list .author-mess .aut-date {
    padding-left: 14px;
    color: #999; }
  .laobuluo-comment-list .author-cont {
    padding: 10px 25px 10px 0px;
    color: #666;
    line-height: 160%; }
    .laobuluo-comment-list .author-cont a {
      color: #009688;
      font-weight: 500; }
  .laobuluo-comment-list .author-reply a {
    color: #999; }
    .laobuluo-comment-list .author-reply a:hover {
      color: #009688; }

.del-discuss {
  padding: 15px 0; }
  .del-discuss .length_2 {
    width: 115px; }
  .del-discuss .cancel-comment-reply a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #fff;
    color: #555;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #C9C9C9; }

.laobuluo-page-navigator {
  margin: 0 auto;
  text-align: center; }
  .laobuluo-page-navigator .page-navigator li {
    display: inline-block;
    line-height: 20px;
    padding: 10px;
    color: #666; }
    .laobuluo-page-navigator .page-navigator li.current a {
      color: #009688; }

.laobuluo-logout {
  padding: 10px 0; }
  .laobuluo-logout .logout-name {
    color: #009688;
    margin: 0 5px; }
  .laobuluo-logout .Logout-text {
    color: #999; }
    .laobuluo-logout .Logout-text:hover {
      color: #009688; }

.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.headr-top {
  -webkit-animation: headr-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: headr-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes headr-top {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes headr-top {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.headr-bottom {
  -webkit-animation: headr-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: headr-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

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

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