/* #blogTitle h1 a{
  color: #16a085;
}
#blogTitle h2{
  color: #1abc9c;
} */

#navCategory{
    /* color: #1abc9c!important; */
}
#artice-top{
  position: fixed;
  bottom: 2%;
  right: 10%;
  display: inline-block;
  background-color: #1abc9c;
  box-shadow: 0 0 6px #1abc9c;
  padding: 10px 10px;
  position: fixed;
  right: 50px;
  cursor: pointer;
}
#artice-top a,
#artice-top a:hover,
#artice-top a:visited{
  color: #fff!important;
  font-size:14px!important;
  text-decoration: none!important;
  z-index:99999;
}

#home{
  /* margin-top: 0; */
}

#contact-panel.customer-card-wrap{
  margin-top: 0;
  margin-bottom: 0;
}

.customer-card-wrap{
  display:flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  /* border:1px solid #1abc9c; */
}

a:hover {
    color: #1abc9c!important;
}

#bannerbar{
  display: none;
}

#topics .post .postTitle a.postTitle2.vertical-middle{
  color: #000;
  font-size: 24px;
}

#topics .postTitle{
  padding-left: 0;
}

#topics .post .postTitle a:hover{
  margin-left: 0;
}

.day{
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    /* max-width: 920px; */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    border: 1px solid #eee;
    border-bottom-color: #ddd;
    border-radius: 10px;
    padding: 15px 30px ;
    margin-bottom: 20px;
}
.day .dayTitle{
    flex: 1 1 0;
    width: 25%;
    position: relative;
    float: left;
    box-sizing: border-box;
    border-radius: 0 10px 10px 0;
    display:block;
    border: none;
    margin: auto;
    text-align: initial;
    width: 100%;
    position: initial;
    background-color: transparent;
    height: 60px;
    margin-bottom:15px;
}
.day .dayTitle a{
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
  /* color: rgba(26, 188, 156,0.8); */
  margin-bottom: 10px;
  width: auto;
  color:#999;
}
.day .postTitle:hover{
    color: #000;
}
.day .postTitle{
  border:none;
}
.day .postTitle a{
  color: #000;
}
.day .postTitle a{
 padding-left:0;
}
.day .postTitle a:hover {
  padding-left:0;
  text-decoration: none;
  margin-left:0;
}
.day .postTitle a:hover span {
  box-shadow: 0 2px 0 #000;
}
.day .postTitle a span{
  box-shadow: 0 2px 0 #1abc9c;
  font-size: 22px;
  margin: 10px 0 20px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.5px;
}
.day .postTitle a.postTitle2.vertical-middle{
  animation: none;
  -webkit-animation: none;
}
.day .postTitle a{
  animation: none;
  -webkit-animation: none;
}
.day .postCon .c_b_p_desc{
    font-size: 14px;
    line-height: 1.6em;
    color: #999;
    font-weight: 300;
}
.day postDesc{

}
.day .postSeparator{
  margin: 15px auto 15px auto;
}



/* 隐藏头部导航栏 */
#top_nav{
   display: none;
}

/* 调整页面宽度 */
#home{
    /* width: 90%; */
    /* min-width: 950px; */
}

/* 公告栏-start  */
.site-author-image {
    border: 3px solid #1abc9c;
    display: block;
    margin: 20px auto;
    max-width: 80px;
    border-radius: 50%;
    animation: float 5s ease-in-out infinite;
}
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -ms-transform: translatey(0px);
    -o-transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
#sidebar_news{
  margin-bottom: 0px;
}
#contact-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}
#profile_block{
  display:none;
}
#contact-panel > .social-share-element:hover {
  border-radius: 4px;
  transition: 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.social-share-element {
  width: 32px;
  height: 32px;
  transition: 0.5s;
  display: inline-block;
  margin-right: 2px;
  border-bottom: none;
  border-radius: 50%;
  background-color: rgba(45, 52, 54, 0.4);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.social-share-element.social-kobe {
  background-image: url(https://www.zzcyes.com/images/icon-kobe.png);
  background-size: 70%;
}
.social-share-element.social-article {
  background-image: url(https://www.zzcyes.com/images/icon-article.png);
  background-size: 45%;
}
.social-share-element.social-github {
  background-image: url(https://www.zzcyes.com/images/icon-github.png);
}
.social-share-element.social-resume {
  background-image: url(https://www.zzcyes.com/images/icon-resume.png);
  background-size: 70%;
}
.social-share-element.social-email {
  background-image: url(https://www.zzcyes.com/images/icon-email.png);
}
.social-share-element.social-luck {
  background-image: url(https://www.zzcyes.com/images/icon-luck.png);
  /* background-size: 50%; */
}
.social-share-element.social-guitar {
  background-image: url(https://www.zzcyes.com/images/icon-guitar.png);
  background-size: 45%;
}
.social-share-element.social-home {
  background-image: url(https://www.zzcyes.com/images/icon-home.png);
  background-size: 70%;
}
.click-me{
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1.7;
}
/* 公告栏-end */

