body {
    /*background-color: #c7edcc;*/
background: url('https://img.t.sinajs.cn/t6/skin/skinvip334/images/body_bg_page.jpg?id=1410943047113') fixed;
}


#blogTitle h1 {
    font-weight: bold;
    line-height: 1.5em; 
     margin-top: 0; 
margin: 0;
display: inline-block;
width:165px;
/* Rotate div */
transform:rotate(-24deg);
-ms-transform:rotate(-24deg); /* Internet Explorer */
-moz-transform:rotate(-24deg); /* Firefox */
-webkit-transform:rotate(-24deg); /* Safari 和 Chrome */
-o-transform:rotate(-24deg); /* Opera */
transition: 2s;
-moz-transition: 2s; /* Firefox 4 */
-webkit-transition: 2s; /* Safari and Chrome */
-o-transition: 2s; /* Opera */

transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
}
#blogTitle h1:hover{
font-size:30px;

 transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -o-transform: scale(1.3);
            -ms-transform: scale(1.3);
}
h2{
/* Rotate div */
transform:rotate(-11deg);
-ms-transform:rotate(-11deg); /* Internet Explorer */
-moz-transform:rotate(-11deg); /* Firefox */
-webkit-transform:rotate(-11deg); /* Safari 和 Chrome */
-o-transform:rotate(-11deg); /* Opera */

  transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
}
h2:hover{
transform: translate(0, -10px);
            -webkit-transform: translate(0, -10px);
            -moz-transform: translate(0, -10px);
            -o-transform: translate(0, -10px);
            -ms-transform: translate(0, -10px);
}
div#home{
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 20px black;
}
.allComing{display:none;}
.coding{
    display:inline-block;
    height:20px;
    line-height: 18px;
    vertical-align: top;
transform: rotate(-12deg);
-ms-transform:rotate(-12deg); /* Internet Explorer */
-moz-transform:rotate(-12deg); /* Firefox */
-webkit-transform:rotate(-12deg); /* Safari 和 Chrome */
-o-transform:rotate(-12deg); /* Opera */
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;  
}

.coding:hover {
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
        }
/*--------------------------------------------------*/
.logo {
  margin: 0 auto;
  position: relative;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  background-color: white;
}
.logo::before,
.logo::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 4px solid transparent;
  animation-timing-function: linear;
}
.logo::before {
  top: 0;
  left: 0;
  border-top-color: black;
  border-right-color: black;
  animation: border-before 1.5s infinite;
  animation-direction: alternate;
}
.logo::after {
  bottom: 0;
  right: 0;
  border-bottom-color: black;
  border-left-color: black;
  animation: border-after 1.5s infinite;
  animation-direction: alternate;
}
.logo > div {
  position: absolute;
}
.logo .red {
  top: 4px;
  bottom: 0;
  left: 0;
  border-right: 4px solid black;
  background-color: #EA5664;
  animation: red 1.5s infinite;
  animation-direction: alternate;
}
.logo .orange {
  bottom: 0;
  left: 27%;
  right: 4px;
  border-top: 4px solid black;
  background-color: #F3B93F;
  animation: orange 1.5s infinite;
  animation-direction: alternate;
}
.logo .white {
  right: 5px;
  top: 4px;
  buttom: 50%;
  height: 50%;
  border-left: 4px solid black;
  background-color: #fff;
  animation: white 1.5s infinite;
  animation-direction: alternate;
}
@keyframes border-before {
  0% {
    width: 0;
    height: 0;
    border-right-color: transparent;
  }
  5.99% {
    border-right-color: transparent;
  }
  6% {
    height: 0;
    width: 100%;
    border-right-color: black;
  }
  25%,
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes border-after {
  0%,
  24.99% {
    width: 0;
    height: 0;
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
  25% {
    border-left-color: transparent;
    border-bottom-color: black;
  }
  36.99% {
    border-left-color: transparent;
  }
  37% {
    height: 0;
    width: 100%;
    border-left-color: black;
  }
  50%,
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes red {
  0%,
  50% {
    width: 0;
    opacity: 0;
  }
  50.01% {
    opacity: 1;
  }
  65%,
  100% {
    width: 27%;
    opacity: 1;
  }
}
@keyframes orange {
  0%,
  65% {
    height: 0;
    opacity: 0;
  }
  65.01% {
    opacity: 1;
  }
  80%,
  100% {
    height: 50%;
    opacity: 1;
  }
}
@keyframes white {
  0%,
  75% {
    width: 0;
    opacity: 0;
  }
  75.01% {
    opacity: 1;
  }
  90%,
  100% {
    width: 27%;
    opacity: 1;
  }
}

 /*----------------------------end-----------------------------------*/