#profile_block a:first-of-type{
color:red;
}
/*快速评论*/
#div_digg {
  position: fixed;
  bottom: 10px;
  right: 15px;
  border: 2px solid #ECD7B1;
  padding: 10px;
  width: 140px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
.cd-intro-content h1,
.cd-intro-content p,
.cd-intro-content .cd-btn {
  opacity: 0;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.bouncy.cd-intro-content h1 {
  animation-name: cd-bounce-right;
  color:#20A0FF;
  font-size:35px;
  border-radius: 5px 5px 5px 5px !important;
  margin-top:10px;
}
.bouncy.cd-intro-content p {
  animation-name: cd-bounce-left;
  margin:15px 0px 5px 0px;
  color:#2d78f4;
}
.bouncy.cd-intro-content h1,
.bouncy.cd-intro-content p {
  animation-duration: 0.6s;
}
  
.bouncy.cd-intro-content .cd-btn {
  animation-name: cd-bounce-rotate;
  animation-duration: 0.5s;
}
  
.bouncy.cd-intro-content .cd-btn.main-action {
  animation-delay: 0.4s;
}
  
@keyframes cd-bounce-right {
  0% {
    opacity: .2;
    transform: translateX(-200px);
  }
  60% {
    opacity: .7;
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
  
@keyframes cd-bounce-left {
  0% {
    opacity: .2;
    transform: translateX(200px);
  }
  60% {
    opacity: .7;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
  
@keyframes cd-bounce-rotate {
  0% {
    opacity: .2;
    transform: perspective(800px) rotateX(-80deg);
  }
  20% {
    opacity: 1;
  }
  60% {
    transform: perspective(800px) rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: perspective(800px) rotateX(0);
  }
}
.box4 { margin: 5px auto; min-height: 100px; width: 200px; padding: 2px; position: relative; background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#fff), to(#fff), color-stop(.2, #f2f2f2)); border: 1px solid #ccc }
.box4 div { text-align: center }
.box4::before { content: ""; width: 50px; height: 50px; top: 0; right: 0; position: absolute; z-index: -1 }
.box4::after { content: ""; width: 50px; height: 50px; top: 0; left: 0; position: absolute; z-index: -1; display: inline-block }
.shr_box4 { width: 100px; height: 100px; bottom: 0; right: 0; position: absolute; z-index: -1 }
.shl_box4 { content: ""; width: 100px; height: 100px; bottom: 0; left: 0; position: absolute; z-index: -1 }
.box4 img { width: 100%; margin-top: 5px }
.box4 p { margin: 5px; text-align: justify }
.box4 h1 { font-size: 25px; font-weight: bold; margin-top: 5px; color: #1F2D3D }
.box4 ul li a { color: black; text-decoration: none }
.box4 ul li a:hover { color: #390 }