* {
}
#luck-bch {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#luck-bch:focus {
  outline: none;
}
canvas {
  outline: none;
}
#top_nav {
  display: none;
}
#navList li {
  margin: 0;
  transform: 1s;
  /* animation: myfirst 1s; */
}
#navList li a {
  font-weight: normal;
}
#navList li a:hover {
  animation: myfirst 2s;
}

@keyframes myfirst {
  0% {
    color: rgb(73, 45, 119);
  }
  10% {
    color: rgb(12, 19, 83);
  }
  20% {
    color: rgb(133, 245, 6);
  }
  30% {
    color: rgb(231, 26, 129);
  }
  40% {
    color: rgb(24, 21, 21);
  }
  50% {
    color: rgb(20, 241, 131);
  }
  60% {
    color: rgb(230, 48, 133);
  }
  70% {
    color: rgb(33, 62, 228);
  }
  80% {
    color: rgb(153, 182, 209);
  }
  90% {
    color: rgba(90, 83, 16, 0.678);
  }
  100% {
    color: green;
  }
}

#header {
  left: 0px;
  top: 184px;
  width: 100%;
}
#navigator {
  background: #fff;
}
#header * {
  display: inline;
}
#navList a {
  padding-top: 0;
}
#navList {
  /* min-height: 30px; */
  float: left;
  position: absolute;
  top: 12px;
  left: 6px;
}
#Header1_HeaderTitle {
  position: absolute;
  top: 96px;
  left: 41px;
  font-size: 30px;
  font-weight: normal;
}
#blogTitle h2 {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
  float: left;
  position: absolute;
  top: 161px;
  left: 36px;
  font-size: 18px;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.no-navbar {
  display: none;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: rgb(55, 171, 248);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}

.c_b_p_desc_readmore {
  color: red !important;
  text-decoration: none !important;
  background: rgb(40, 183, 240);
  padding: 2px 10px;
  border-radius: 6px;
  margin-left: 20px;
  color: #fff !important;
}
.c_b_p_desc_readmore:hover {
  background: rgb(9, 101, 138);
}
.day .postTitle {
  background-image: linear-gradient(
    141deg,
    #e6e9e8 0%,
    #a5ebf0 51%,
    #ebf2f5 75%
  );
  padding: 10px;
  border-left: 5px solid #21759b;
  transition: 0.5s;
}
.day .postTitle:hover {
  background-image: linear-gradient(
    141deg,
    #ceece2 0%,
    #aee5e9 51%,
    #cae7f5 75%
  );
}
.day .postTitle a {
  color: rgb(7, 24, 122);
}
.c_b_p_desc {
  font-size: 16px;
}
.postDesc {
  font-size: 15px;
}
.postDesc span {
  margin-right: 10px;
}
#bg-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -99;
  top: 100px;
}
#Header1_HeaderTitle{
  transition: all 0.5s;
}
#Header1_HeaderTitle:hover{
  transform: scale(1.1);
}
::selection {
  color: #fff;
  background: rgb(20, 156, 197);
}